/***************** WWW *******************************************************************/
/***************** begin sitename and legacy framework adjustments ***********************/
body.linear.hd #winston-whitebar {
    background-color: #fff;
    box-shadow: none;
    height: 106px;
    z-index: -1;
}

@media all and (max-width: 1024px) {
    body.linear.hd #winston-whitebar {
        display: none;
    }

    body.linear.hd #whitebar {
        height: auto;
        min-height: 40px;
        z-index: 8;
    }
}

body.linear.hd .topLinearContainer {
    box-sizing: content-box;
    height: 24px;
    margin: 0 auto;
    padding: 12px 0 0 5px;
    z-index: 10;
}

body.linear.hd .topLinearContainer {
    background: #1e6b52;
    background: -moz-linear-gradient(top, #1e6b52 1%, #17513e 99%);
    background: -webkit-linear-gradient(top, #1e6b52 1%, #17513e 99%);
    background: linear-gradient(to top, #1e6b52 1%, #17513e 99%);
}

body.linear.hd div.topLinearLogo {
    background-image: url(/styles/images/uab_linear_r-white-1320x40.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    margin: 0 auto;
    max-width: 1280px;
}

body.linear.hd div.searchpanel {
    float: right;
    width: 25%;
}

body.linear.hd #siteName {
    float: left;
    line-height: 1;
    margin: 1rem 0 0;
    width: 75%;
}

body.linear.hd .siteNameTop {
    color: #222;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: normal;
    word-break: keep-all;
    -webkit-hyphens: none;
    hyphens: none;
}

body.linear.hd .siteNameTop.noSub {
    align-items: center;
    display: flex;
    height: 2.2em;
}

body.linear.hd .siteNameSub {
    color: #222;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: normal;
    margin: 0.125rem 0 0.5rem 0;
}

body.linear.hd.legacySearch .topLinearContainer {
    height: auto;
    max-height: 46px;
    padding: 0;
}

body.linear.hd.legacySearch .topLinearContainer a {
    display: block;
    padding: 16px 0;
}

body.linear.hd.legacySearch div.topLinearLogo {
    height: 13px;
}

@media screen and (max-width: 1024px) {
    body.linear.hd div.topLinearLogo {
        height: 8.5px;
    }

    body.linear.hd div.searchpanel {
        width: 320px;
    }
}

@media screen and (max-width: 1280px) {
    body.linear.hd #whitebar {
        height: auto;
    }

    body.linear.hd .topLinearContainer {
        height: auto;
        max-width: 1260px;
        padding: 10px;
    }

    body.linear.hd #siteName {
        margin: 1rem 0 0 10px;
    }
}

/***************** begin unit *************************/
body.linear.hd:not(.unit-explore) #unit {
    background-color: #efefef;
    height: auto;
    max-width: none;
    min-height: 0;
}

body.linear.hd:not(.unit-explore) #unit .moduletable {
    margin: 0 auto;
    max-width: 1280px;
    padding: 5px;
}

body:not(.unit-explore) #unit span,
body:not(.unit-explore) #unit a:link,
body:not(.unit-explore) #unit a:visited {
    color: #444 !important;
    font-size: 19px !important;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: none !important;
    text-shadow: none;
}

@media all and (max-width: 1280px) {
    body.linear.hd:not(.unit-explore) #unit .moduletable {
        margin-top: -6px;
        padding-left: 10px;
    }

    body:not(.unit-explore) #unit span,
    body:not(.unit-explore) #unit a:link,
    body:not(.unit-explore) #unit a:visited {
        font-size: 16px !important;
    }
}

/***************** end unit *************************/
#wrapper.off-white::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 130px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/***************** end sitename and legacy framework adjustments *************************/
/***************** begin wideload background *********************************************/
body.linear.hd #page_bg.wideload {
    top: 140px;
}

@media all and (max-width: 1024px) {
    body.linear.hd #page_bg.wideload {
        top: 0;
    }
}

/***************** end wideload background ***********************************************/
/***************** begin legacy searchpanel + quicklinks *********************************/
body.linear.hd #search,
body.linear.hd div#quicklinks,
body.linear.hd #quicklinks .nav.menu.nav-pills,
body.linear.hd #quicklinks .divider.dropdown.deeper.parent {
    background-color: transparent;
    z-index: 2;
}

body.linear.hd #quicklinks {
    height: auto;
    min-height: 25px;
    padding-top: 5px;
}

body.linear.hd #search button.btn-primary {
    background-color: #1e6b52;
    background-image: none;
    border: none;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    line-height: 0;
    padding: 1em 0.6em;
    text-shadow: none;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

body.linear.hd #search .finder button.btn-primary {
    padding: 0.7em 0.6em;
}

body.linear.hd #search .smartSearch .btn-primary {
    padding: 0.6em;
}

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

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

body.linear.hd #quicklinks ul.nav-child.unstyled.dropdown-menu {
    left: auto;
    right: 0;
}

body.linear.hd div#cse-result {
    background: #fff;
    border: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100% !important;
}

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

    body.linear.hd #quicklinks {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        margin-top: 0.75em;
    }

    body.linear.hd #quicklinks .moduletable {
        float: none;
    }

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

    body.linear.hd #siteName {
        width: calc(65% - 10px);
    }

    body.linear.hd div.searchpanel {
        width: 35%;
    }

    body.linear.hd #search .inputbox.search-query {
        border-radius: 0;
        width: 60%;
    }
}

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

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

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

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

/***************** end legacy searchpanel + quicklinks ***********************************/
/***************** begin sidebar and ribbon trigger **************************************/
body.linear.hd #sidebar_trigger.active::before,
body.linear.hd .sidebar_trigger_title {
    display: none;
}

body.linear.hd #sidebar_trigger {
    background-color: transparent;
    height: 38px;
}

body.linear.hd #sidebar_trigger::before {
    background-color: #e4e4e4;
    border-color: #ccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #888;
    content: "|||";
    font-size: 3em;
    font-weight: 700;
    height: 20px;
    left: -1px;
    letter-spacing: -0.03em;
    padding: 10px 5px 8px 5px;
    position: absolute;
    text-shadow: 0 0 0.5px #888;
    top: 3px;
    width: auto;
}

body.linear.hd #sidebar_trigger:hover::before {
    background-color: #fff;
    border: 1px solid #7db53d;
    color: #888;
}

body.linear.hd div#tray {
    height: auto;
}

body.linear.hd #tray #ribbon a.btn-navbar {
    background: #e4e4e4;
    border-radius: 0;
    color: #222 !important;
    padding: 4px 4px 4.5px;
}

body.linear.hd #tray #ribbon a.btn-navbar:hover {
    background: #fff;
    border: 1px solid #7db53d;
}

body.linear.hd #tray #ribbon .btn-navbar span {
    background-color: #888 !important;
    border-bottom: 2px solid transparent;
}

/***************** end sidebar and ribbon trigger styling ********************************/
/***************** begin accessible menu *************************************************/
main li.dropdown.deeper.parent:hover {
    background-color: #e4e4e4;
}

main li.dropdown.deeper.parent > a {
    padding-right: 0 !important;
}

main li.dropdown.deeper.parent:hover > a,
main li.dropdown.deeper.parent.open a.dropdown-toggle,
main li.dropdown.deeper.parent.open:hover a.dropdown-toggle,
main li.dropdown.deeper.parent.open:focus a.dropdown-toggle {
    outline-color: #444;
    outline-style: dotted;
    outline-width: 1px;
}

main li.dropdown.parent > a.dropdown-toggle::after {
    color: #aaa;
    content: "\e011";
    font-family: "IcoMoon";
    font-size: 1.3em;
    line-height: 0;
    vertical-align: bottom;
}

main .navbar .nav > li > .dropdown-menu::before,
main .navbar .nav > li > .dropdown-menu::after {
    border: none;
    display: none;
}

main li.dropdown.parent:hover > a.dropdown-toggle::after,
main li.dropdown.parent.open > a.dropdown-toggle::after {
    content: "\e00f";
}

/****************** end accessible menu **************************************************/
/****************** begin stickyTitle and stickyTitleHamburger ***************************/
body.linear.hd.sticky {
    margin-top: 72px;
}

body.linear.hd .stickyNav .page-header {
    border: none;
    clear: right;
    float: left;
    margin: 0;
    max-width: 1000px;
    padding: 0;
}

/* body.linear.hd #whitebox {
	overflow: visible;
} */
body.linear.hd.sticky .moduletable.stickyNav.wrapper {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    left: 0;
    min-height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
}

body.linear.hd.sticky .moduletable.stickyNav.visible-phone {
    background-color: #fff;
    padding-top: 0.7em;
}

body.linear.hd.sticky .stickyNav h1 {
    font-size: 1.75rem;
    font-weight: 600 !important;
    margin: 7px 8px 0 0;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    body.linear.hd.sticky {
        margin-top: 0;
    }

    body.linear.hd .stickyNav h1 {
        margin: 8px;
    }
}

body.linear.hd.sticky .stickyNav.wrapper {
    margin: 0 auto;
    min-height: 80px;
    width: 100%;
}

body.linear.hd.sticky .menu-toggle {
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 34px;
    z-index: 5;
}

body.linear.hd.sticky .menu-toggle {
    right: 20px;
    top: 15px;
}

body.linear.hd.sticky .hamburger,
body.linear.hd.sticky .hamburger::before,
body.linear.hd.sticky .hamburger::after {
    background: #222;
    border-radius: 1px;
    content: "";
    display: block;
    height: 3px;
    width: 2em;
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
}

body.linear.hd.sticky .hamburger::before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

body.linear.hd.sticky .hamburger::after {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

body.linear.hd.sticky .open .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.linear.hd.sticky .open .hamburger::before {
    display: none;
}

body.linear.hd.sticky .open .hamburger::after {
    -webkit-transform: translateY(-1px) rotate(-90deg);
    transform: translateY(-1px) rotate(-90deg);
}

body.linear.hd.sticky nav.degreeNav {
    margin: 0;
    padding: 0;
}

body.linear.hd.sticky nav.degreeNav ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body.linear.hd.sticky nav.degreeNav ul.opening {
    background: rgb(204, 204, 204);
    display: block;
    height: auto;
    padding-top: 40px;
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 3;
}

body.linear.hd.sticky nav.degreeNav ul.opening {
    top: 0;
}

body.linear.hd.sticky nav.degreeNav li {
    border-bottom: 1px solid #f6f4e2;
}

body.linear.hd.sticky nav.degreeNav li:last-child {
    border-bottom: none;
}

body.linear.hd.sticky nav.degreeNav a {
    background: #143b2e;
    color: #444;
    display: block;
    padding: 3% 5%;
    text-decoration: none;
    text-transform: uppercase;
}

body.linear.hd.sticky nav.degreeNav .opening a {
    color: #fff;
}

body.linear.hd.sticky nav.degreeNav a:hover,
body.linear.hd.sticky nav.degreeNav a:focus {
    background: #fff;
}

body.linear.hd.sticky .site-nav--icon {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.4em;
    margin-right: 1em;
    text-align: right;
    width: 1.1em;
}

@media (min-width: 780px) {
    body.linear.hd.sticky .menu-toggle {
        display: none;
    }

    body.linear.hd.sticky nav.degreeNav ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    body.linear.hd.sticky nav.degreeNav li {
        border: none;
        flex: 1 1 auto;
    }

    body.linear.hd.sticky nav.degreeNav li a {
        background-color: #fafafa;
        border: none;
        margin: 0;
        padding: 1.5em 1.3em;
    }

    body.linear.hd.sticky nav.degreeNav a:hover,
    body.linear.hd.sticky nav.degreeNav a:focus {
        background-color: rgba(0, 0, 0, 0.15);
    }

    body.linear.hd.sticky nav.degreeNav,
    body.linear.hd.sticky .stickyNav .stickyTitle {
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1280px;
        text-align: center;
    }

    body.linear.hd.sticky .degreeNav--icon {
        display: none;
    }
}

/****************** end stickyTitle and stickyTitleHamburger *****************************/
/****************** begin legacy site banner restriction ************************************/
body.linear.hd #banner .width-1280 {
    margin: 0 auto;
    max-width: 1280px;
    text-align: center;
}

body.linear.hd #banner .width-980 {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
}

/****************** end legacy site banner restriction ************************************/
/****************** begin VJ Calendar Upcoming Events ************************************/
.upcoming_event_container div.gcal_icon {
    background: none repeat scroll 0 0 #efefef;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    float: left;
    height: 3em;
    margin-right: 0.5em;
    width: 3em;
}

.upcoming_event_container div.gcal_div1 {
    background-color: #1e6b52;
    height: 1.25em;
    margin: 0;
    width: 100%;
}

.upcoming_event_container div.gcal_month {
    color: #fff;
    font-family: "kulturista-web", serif !important;
    font-size: 0.8em;
    height: 1.25em;
    line-height: 1.85em;
    margin-bottom: 0;
    margin-top: -1.85em;
    padding: 0.2em;
    position: relative;
    text-align: center;
}

.upcoming_event_container div.gcal_day {
    color: #555;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    width: 2em;
}

.upcoming_event_container span.upcoming_event_title a {
    color: #222 !important;
    font-size: 1em;
    font-weight: 600;
    line-height: normal;
}

/****************** end VJ Calendar Upcoming Events **************************************/
/****************** begin Respo overrides ***********************************************/
@media only screen and (max-width: 1024px) and (min-width: 300px) {

    body.linear #content th,
    body.linear #content thead {
        display: table-cell;
    }
}

/****************** end Respo overrides *************************************************/
/****************** begin legacy footer **************************************************/
body.linear.hd #footer_required {
    margin-bottom: 0 !important;
}

/****************** end legacy footer **************************************************/
/****************** begin locked footer **************************************************/
.footerGreen #lockedFooter.footerGreen,
.footerGreen #footer.footerGreen {
    background-color: #1e6b52;
}

#lockedFooter.footerGreen span,
#lockedFooter.footerGreen .eeoDisclaimer,
#lockedFooter.footerGreen ul li,
#lockedFooter.footerGreen ul li a,
#lockedFooter.footerGreen ul li.lockedFooterSeparator {
    color: #fff !important;
}

.footerWhite #lockedFooter.footerWhite {
    background-color: #fff;
}

#lockedFooter.footerWhite span,
#lockedFooter.footerWhite .eeoDisclaimer,
#lockedFooter.footerWhite ul li,
#lockedFooter.footerWhite ul li a,
#lockedFooter.footerWhite ul li.lockedFooterSeparator {
    color: #555 !important;
}

/****************** end locked footer ****************************************************/
/****************** begin global flexbox footer ******************************************/
body.linear.hd #footer .flexFooter {
    align-content: space-between;
    align-items: baseline;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    font-size: 15px;
    justify-content: center;
    min-height: 120px;
    overflow: hidden;
}

body.linear.hd #footer .flexFooter .flexFooterColumn {
    flex: 0 0 auto;
    margin: 0 10px;
    width: auto;
}

/* body.linear.hd #footer .flexFooter .flexFooterColumn div {
    width: auto;
} */

body.linear.hd #footer .flexFooter .flexFooterColumn .flexFooterItem.flexFooterItemLogo {
    margin: 5px 0 10px;
}

body.linear.hd #footer .footerLeft .flexFooterItem {
    text-align: right;
}

body.linear.hd #footer .footerRight .flexFooterItem {
    text-align: left;
}

body.linear.hd .flexFooterItem.flexFooterItemLogo {
    background-image: url(/styles/images/uab_monogram_white_r.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    padding: 0;
}

body.linear.hd .flexFooterItem.addthis_custom_follow p {
    line-height: 0;
    margin: 0;
    padding: 0;
}

body.linear.hd.footerWhite #footer {
    background-color: #fff;
}

body.linear.hd.footerWhite .flexFooterItem.flexFooterItemLogo {
    background-image: url(/styles/images/uab_monogram_r.png);
}

body.linear.hd.footerWhite #footer a:link,
body.linear.hd.footerWhite #footer a:hover,
body.linear.hd.footerWhite #footer a:visited,
body.linear.hd.footerWhite #footer a:active,
body.linear.hd.footerWhite #footer .flexFooterItem {
    color: #222 !important;
}

@media all and (max-width: 500px) {
    body.linear.hd #footer .flexFooter {
        flex-wrap: wrap;
    }

    body.linear.hd #footer .flexFooter .flexFooterColumn {
        width: 100%;
    }

    body.linear.hd #footer .footerLeft .flexFooterItem,
    body.linear.hd #footer .footerRight .flexFooterItem {
        text-align: center;
    }

    body.linear.hd #footer .flexFooter .flexFooterColumn .flexFooterItem.flexFooterItemLogo {
        background-position: center center;
        margin: 20px 0 5px;
    }

    body.linear.hd #footer .addthis_default_style .addthis_separator,
    body.linear.hd #footer .addthis_default_style [class^="at"] {
        float: none;
    }
}

body.linear.hd #footer .logo-cobrand-container {
    margin: 1em auto 2.5em;
}

body.linear.hd #footer .logo-cobrand-top {
    background-image: url(/styles/images/unit-logos/uab--core-logo--white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    margin: 0 auto;
    padding: 0;
}

body.linear.hd #footer .logo-cobrand-schools {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0.75em auto;
}

body.linear.hd #footer .cobrand-separator::after {
    color: #fff;
    content: "|";
    display: inline-block;
    font-size: 18px;
    line-height: 0;
    opacity: 0.6;
    padding: 0 1em;
}

/****************** end global flexbox footer ********************************************/
/****************** begin button / bootstrap-plus ****************************************/
a.btn {
    align-items: baseline;
    border-radius: 3px;
    display: inline-flex;
}

a.btn.btn-large {
    font-size: 1.25em;
}

a.btn [class^="icon-"],
a.btn [class*="icon-"] {
    padding-right: .5em;
}

/****************** end button / bootstrap-plus ****************************************/
/****************** begin off-canvas quicklinks and search ******************************/
div.typetest > div {
    margin: 5rem auto;
    padding: 4rem;
}

div.typetest > div:first-of-type {
    margin: 0 auto 5rem auto;
    padding: 4rem;
}

div.typetest div h1 {
    font-family: "proxima-nova" !important;
    font-size: 3rem !important;
    margin: 1rem auto;
    text-align: right;
}

div.applegreen {
    /* background-color: #9ded70; */
    background-color: #2d872c;
}

div.bluegreen {
    background-color: #254e56;
}

div.darkgreen {
    background-color: #295135;
}

div.lightgreen {
    background-color: #b7e79b;
}

div.mediumgreen {
    background-color: #0a8258;
}

div.skyblue {
    background-color: #7ef8f7;
}

div.uabgreen {
    background-color: #1e6b52;
}

h1.applegreen {
    color: #9ded70 !important;
}

h1.bluegreen {
    color: #254e56 !important;
}

h1.darkgreen {
    color: #295135 !important;
}

h1.lightgreen {
    color: #b7e79b !important;
}

h1.mediumgreen {
    color: #0a8258 !important;
}

h1.skyblue {
    color: #7ef8f7 !important;
}

h1.uabgreen {
    color: #1e6b52 !important;
}

/* begin IE grid business */
.topLinearContainerGrid {
    display: -ms-grid;
    width: 100%;
    -ms-grid-columns: 0 1fr 0 auto 0 auto 0;
    -ms-grid-rows: auto;
}

.topLinearContainerGrid > * {
    -ms-grid-row-align: center;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
}

.topLinearContainerGrid > img {
    -ms-grid-column: 1;
}

.topLinearContainerGrid > img:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

.topLinearContainerGrid > div {
    -ms-grid-column: 3;
    -ms-grid-column-align: end;
}

.topLinearContainerGrid > button {
    -ms-grid-column: 5;
    -ms-grid-column-align: end;
}

/* end IE grid business */
.topLinearContainerGrid form input.search-input,
aside.c-offcanvas form input.search-input,
main #search--main.input-group input.inputbox,
aside #search--offcanvas.input-group input.inputbox {
    border: 0 none transparent;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    float: left;
    font-size: 1em;
    height: 24px;
    margin: 0;
    padding: 0.2em 0 0.2em 0.5em;
    width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all ease-in-out 0.25s;
}

.topLinearContainerGrid form input.search-input:focus,
aside.c-offcanvas form input.search-input:focus {
    background-color: #deefdf;
    outline: 0;
    width: 220px;
    transition: all ease-in-out 0.25s;
}

aside.c-offcanvas form input.search-input,
aside.c-offcanvas form input.search-input:focus {
    margin: 5px auto;
    width: 100%;
}

.topLinearContainerGrid form input.search-button,
aside.c-offcanvas form input.search-button,
main #search--main.input-group button.button.btn.btn-primary,
aside #search--offcanvas.input-group button.button.btn.btn-primary {
    background: #fff;
    border: 0 none transparent;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #888;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 1em;
    height: 24px;
    padding: 0.1em 0.5em;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all ease-in-out 0.25s;
}

body.linear.hd.legacySearch #search .btn-primary span {
    color: #fff;
}

body.linear.hd.comboSearch label.element-invisible {
    font-size: 0;
    margin: 0;
    padding: 0;
}

/***************** begin smartSearch overrides for combo *********************************/
body.linear.hd.comboSearch .finder.smartSearch label {
    font-size: 0;
    margin: 0;
    padding: 0;
}

body.linear.hd.comboSearch .btn.btn-primary.hasTooltip.smartSearch.finder span {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 0;
    padding: 0;
    text-shadow: none;
}

.topLinearContainerGrid .smartSearch input[type="text"] {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0.1em 0.4em;
}

body.linear.hd.comboSearch main .btn.btn-primary.hasTooltip.smartSearch.finder,
body.linear.hd.comboSearch aside .btn.btn-primary.hasTooltip.smartSearch.finder {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #888;
    height: auto;
    line-height: normal;
    margin-left: -0.1em;
    text-shadow: none;
}

body.linear.hd.comboSearch main .btn.btn-primary.hasTooltip.smartSearch.finder {
    border: medium none;
    height: auto;
    padding: 0.25em 0.4em;
}

body.linear.hd.comboSearch aside .btn.btn-primary.hasTooltip.smartSearch.finder {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    padding: 0.5em 0.5em;
}

body.linear.hd.comboSearch .icon-search.icon-white {
    display: none;
}

/***************** end smartSearch overrides for combo ***********************************/
.topLinearContainerGrid form input.search-button span,
aside.c-offcanvas form input.search-button span,
main #search--main.input-group button.button.btn.btn-primary span,
aside #search--offcanvas.input-group button.button.btn.btn-primary span {
    font-size: 0;
}

aside #search--offcanvas.input-group input.inputbox {
    border-color: #ccc transparent #ccc #ccc;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    float: none;
    margin: 1em auto;
}

aside #search--offcanvas.input-group button.button.btn.btn-primary {
    border-color: #ccc #ccc #ccc transparent;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}

main .button.btn.btn-primary::after,
aside .button.btn.btn-primary::after,
body.linear.hd.comboSearch .btn.btn-primary.hasTooltip.smartSearch.finder::after {
    content: "\53";
    font-family: "IcoMoon";
}

aside #search--offcanvas .form-inline {
    text-align: center;
}

aside #search--offcanvas.input-group button.button.btn.btn-primary {
    background: #fff;
    float: none;
    margin: 0 auto 0 -5px;
}

aside.c-offcanvas form input.search-input,
aside.c-offcanvas form input.search-button {
    border-radius: 0;
    float: none;
    width: 100%;
}

.topLinearContainerGrid form input.search-button:focus,
.topLinearContainerGrid form input.search-button:hover,
aside.c-offcanvas form input.search-button:focus,
aside.c-offcanvas form input.search-button:hover,
main #search--main.input-group button.button.btn.btn-primary:focus,
main #search--main.input-group button.button.btn.btn-primary:hover,
aside #search--offcanvas.input-group button.button.btn.btn-primary:focus,
aside #search--offcanvas.input-group button.button.btn.btn-primary:hover {
    background-color: #88cc61;
    color: #222;
    outline: 0;
}

main i.icon-search.no-desktop.c-button {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 1em;
    height: auto;
    margin: 0;
    padding: 0.5em 0.7em 0.2em;
    width: 2.5em;
    -ms-grid-column-align: end;
}

main i.icon-search.no-desktop.c-button:focus,
main i.icon-search.no-desktop.c-button:hover {
    background-color: #88cc61;
    border-radius: 0;
    color: #111;
}

/***************** begin additional search box changes 09-13-18 **************************/
#search--main input,
#search--offcanvas input {
    caret-color: #88cc61;
}

main #search--main.input-group input.inputbox,
main #search--main.input-group input.inputbox:hover,
main #search--main input.search-query,
main #search--main input.search-query:hover {
    background: none repeat scroll 0 0 #fff;
    width: 120px;
    transition: all 200ms ease-in-out;
}

main #search--main.input-group input.inputbox:focus,
main #search--main input.search-query:focus,
aside #search--offcanvas input[type="text"]:focus {
    background: none repeat scroll 0 0 #fff;
    border-color: #ccc;
    box-shadow: none;
    width: 170px;
}

aside .finder.smartSearch {
    margin: 0.75em 0;
    text-align: center;
}

aside .finder.smartSearch input {
    border-radius: 0;
    border-right: none;
}

/***************** end additional search box changes 09-13-18 **************************/
/***************** begin toolbar fix 12-04-18 **************************
.icons .pull-right {
	float: none;
	padding: 0;
	width: auto;
}
.icons .print-icon a,
.icons .edit-icon a {
	display: inline;
}
.icons button.btn.dropdown-toggle {
	display: none;
}
.icons ul.dropdown-menu {
	border: none;
	box-shadow: none;
	display: block !important;
	float: none;
	position: static;
}
***************** end toolbar fix 12-04-18 **************************/
@media only screen and (min-width: 1024px) {

    main .no-desktop,
    main .noDesktop,
    aside .no-desktop,
    aside .noDesktop {
        display: none !important;
    }
}

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

    main .no-mobile,
    main .noMobile,
    aside .no-mobile,
    aside .noMobile {
        display: none !important;
    }
}

body.linear.hd .topLinearContainerGrid a.uabHomepageLink {
    line-height: 0;
}

/* both logo containers - both drawer states - all displays */
body.linear.hd .topLinearContainerGrid .has-oncanvas,
body.linear.hd .topLinearContainerGrid .has-offcanvas {
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* default logo container - drawer closed - large display */
body.linear.hd .topLinearContainerGrid .has-oncanvas {
    height: auto;
    margin: 0;
    max-width: 420px;
    min-width: 190px;
    width: 90%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* small logo container image - drawer closed - large display */
body.linear.hd .topLinearContainerGrid .has-offcanvas--img {
    height: 13px;
}

/* small logo container - drawer closed - large display */
body.linear.hd .topLinearContainerGrid .has-offcanvas {
    align-content: center;
    align-items: center;
    background-position: center;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    vertical-align: middle;
    width: auto;
    -webkit-transform: translate3d(-150em, 0, 0);
    -ms-transform: translate3d(-150em, 0, 0);
    transform: translate3d(-150em, 0, 0);
    object-fit: contain;
}

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

    /* default logo container - drawer open - small display */
    body.linear.hd.has-offcanvas--push .topLinearContainerGrid .has-oncanvas {
        -webkit-transform: translate3d(17em, 0, 0);
        -ms-transform: translate3d(17em, 0, 0);
        transform: translate3d(17em, 0, 0);
    }
}

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

    /* default logo container - drawer open - small display */
    body.linear.hd.has-offcanvas--push .topLinearContainerGrid .has-oncanvas {
        -webkit-transform: translate3d(-34em, 0, 0);
        -ms-transform: translate3d(-34em, 0, 0);
        transform: translate3d(-34em, 0, 0);
    }

    /* small logo container - drawer open - small display, (yes, one is different) */
    body.linear.hd.has-offcanvas--push .topLinearContainerGrid .has-offcanvas {
        -webkit-transform: translate3d(240px, 12px, 0);
        -moz-transform: translate3d(240px, 0, 0);
        -ms-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}

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

    /* small logo container - drawer open - very small display */
    body.linear.hd.has-offcanvas--push .topLinearContainerGrid .has-offcanvas {
        -webkit-transform: translate3d(-150em, 0, 0);
        -ms-transform: translate3d(-150em, 0, 0);
        transform: translate3d(-150em, 0, 0);
    }
}

body.linear.hd main .topLinearContainer {
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    z-index: 10;
}

@media screen and (max-width: 1280px) {
    body.linear.hd main .topLinearContainer {
        padding: 0 1.5%;
    }
}

body.linear.hd main .topLinearContainerGrid {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    height: auto;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1280px;
    min-height: 38px;
    padding: 0;
    z-index: 10;
    grid-template-areas: "logo search quicklinks";
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto;
}

.c-button.btn {
    border: none;
    font-weight: 400;
    margin: 0 auto;
    text-shadow: none;
}

.c-button.btn.btn-quicklinks {
    background: rgba(30, 107, 83, 0.05);
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    height: 2em;
    line-height: normal;
    margin: 0 0.5em;
    padding: 0 1em;
    text-decoration: underline;
    text-shadow: none;
}

@media (max-width: 800px) {
    .c-button.btn.btn-quicklinks {
        margin: 0 0.25em;
        padding: 0 0.2em;
    }
}

.c-button:hover.btn.btn-quicklinks {
    background: #88cc61;
    text-shadow: none;
}

.c-button.btn.btn span.c-button__text {
    color: #fff;
}

.c-button.btn.btn-close span.c-button__text,
.c-button:hover.btn.btn span.c-button__text,
.c-button:focus.btn.btn span.c-button__text {
    color: #222;
    text-align: right;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.05);
}

/* 
.c-button.btn.btn-close {
	background: #88cc61;
	border-radius: 0;
	box-sizing: border-box;
	font-weight: 600;
	padding: 0.5em 0;
	text-align: center;
	width: 100%;
}
 */
.c-button.btn.btn-close {
    background-color: #f1f1f1;
    background-image: url("/styles/5.0/images/diagonal.png");
    background-size: 40%;
    border: none;
    border-radius: 0;
    overflow: auto;
    padding: 0.45em;
    text-align: right;
    width: 100%;
    transition: all 300ms linear;
    background-blend-mode: multiply;
}

.c-button.btn.btn-close:focus:not(:hover) {
    background-color: #cfe1d9;
    border-color: transparent;
    box-sizing: border-box;
    outline: 1px dotted #1e6b52;
    transition: all 300ms linear;
}

.c-button.btn.btn-close:focus .c-button__text::before,
.c-button.btn.btn-close:hover .c-button__text::before {
    color: rgba(0, 0, 0, 0.8);
    content: "Close";
    padding: 0 0.5em 0 0;
}

.c-offcanvas,
.c-offcanvas-content-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.c-offcanvas,
.c-offcanvas-content-wrap,
.c-offcanvas-bg.c-offcanvas-bg--reveal,
.c-offcanvas-bg.c-offcanvas-bg--push {
    transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
}

.c-offcanvas.is-open {
    overflow-y: scroll;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*** Offcanvas-content-wrap */
.c-offcanvas-content-wrap {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

/*** Offcanvas Panel */
.c-offcanvas {
    background: #fff;
    display: block;
    max-height: none;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
}

.c-offcanvas--opening {
    transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

.c-offcanvas.is-closed {
    box-shadow: none;
    max-height: 100%;
    overflow: hidden;
    visibility: hidden;
}

.c-offcanvas.is-scrollable {
    overflow-y: auto;
}

.c-offcanvas--reveal {
    z-index: 2;
}

/* Offcanvas BG-Overlay */
.c-offcanvas-bg {
    background-color: transparent;
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
    background-color: rgba(0, 0, 0, 0.68);
    left: 0;
    visibility: visible;
}

.c-offcanvas-bg.is-closed {
    visibility: hidden;
}

/* Position Right */
.c-offcanvas--right {
    height: 100%;
    right: 0;
    width: 17em;
    transform: translate3d(17em, 0, 0);
}

/*** Push **/
.c-offcanvas--push {
    z-index: 6;
}

.c-offcanvas--push--opening {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.c-offcanvas-content-wrap {
    z-index: 3;
}

.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open {
    transform: translate3d(17em, 0, 0);
}

.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
    transform: translate3d(-17em, 0, 0);
}

.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
    transform: translate3d(17em, 0, 0);
}

.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
    transform: translate3d(-17em, 0, 0);
}

.u-unstyled,
.o-list-inline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.u-pos-relative {
    position: relative !important;
}

.u-hidden-visually {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.u-text-center {
    text-align: center;
}

[tabindex="-1"]:focus {
    outline: 0;
}

.o-list-inline {
    list-style: none;
    padding: 0;
}

.o-list-inline > li {
    display: inline-block;
}

.l-wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 41.25em) {
    .l-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 46.25em) {
    .l-wrapper {
        max-width: 34.2556em;
    }
}

@media (min-width: 81.25em) {
    .l-wrapper {
        max-width: 46.97082em;
    }
}

.c-button {
    background: transparent;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
}

.c-button:hover,
.c-button:focus {
    color: #fff;
}

@media (min-width: 46.25em) {
    .c-button {
        font-size: 1.18em;
    }
}

.c-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.c-button:hover,
.c-button:focus,
.c-button:active {
    outline: 0;
    text-decoration: none;
}

.c-button:focus:not(:hover) {
    background-color: #88cc61;
    border-color: #88cc61;
    box-sizing: border-box;
    color: #222;
    outline: 1px solid #1e6b52;
}

.c-offcanvas .c-button {
    margin-bottom: 0;
}

.c-button--close-right-top {
    border-radius: 0;
    position: absolute;
    right: -1px;
    top: -1px;
}

.c-button--close-right-top:hover,
.c-button--close-right-top:focus {
    outline: none !important;
}

.c-button--close-right {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.c-button--close-right:hover,
.c-button--close-right:focus {
    outline: none !important;
}

.c-input:focus {
    border-color: #757575;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    outline: 0;
    z-index: 1;
}

.c-input-add-on {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 1.5em;
}

.c-input-add-on__field {
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.c-input-add-on__field:not(:first-child) {
    margin-left: -1px;
}

.c-input-add-on__field:not(:last-child) {
    border-right: 0;
}

.c-input-add-on__item {
    margin: 0;
}

.c-input-add-on__field,
.c-input-add-on__item {
    border: 1px solid rgba(147, 128, 108, 0.25);
    padding: 0.5em 0.75em;
}

.c-input-add-on__field:first-child,
.c-input-add-on__item:first-child {
    border-radius: 0;
}

.c-input-add-on__field:last-child,
.c-input-add-on__item:last-child {
    border-radius: 0;
}

.c-menu {
    margin: 0;
}

.c-menu--border .c-menu__item {
    border-bottom: 1px solid #e0e0e0;
}

.c-menu__item--heading {
    font-size: 1.2em;
    padding: 1.18em;
    text-indent: -0.27858em;
}

@media (min-width: 20em) and (max-width: 41.25em) {
    .c-menu__item--heading {
        font-size: 1.2em;
    }
}

@media (min-width: 41.25em) and (max-width: 46.25em) {
    .c-menu__item--heading {
        font-size: 1.35em;
    }
}

@media (min-width: 46.25em) and (max-width: 61.25em) {
    .c-menu__item--heading {
        font-size: 1.4em;
    }
}

@media (min-width: 61.25em) and (max-width: 81.25em) {
    .c-menu__item--heading {
        font-size: 1.5em;
    }
}

@media (min-width: 81.25em) {
    .c-menu__item--heading {
        font-size: 1.6em;
    }
}

.c-menu__link {
    background: #f1f1f1;
    color: rgba(43, 43, 43, 0.9);
    display: block;
    font-size: 1.18em;
    line-height: 1.618em;
    padding: 0.45074em 1.18em;
    text-decoration: none;
    width: 100%;
}

a.c-menu__link {
    font-weight: 600;
}

/* 
@media (min-width: 20em) and (max-width: 41.25em) {
  .c-menu__link {
    font-size: 1.18em;
  }
}
@media (min-width: 41.25em) and (max-width: 46.25em) {
  .c-menu__link {
    font-size: 1.18em;
  }
}
@media (min-width: 46.25em) and (max-width: 61.25em) {
  .c-menu__link {
    font-size: 1.18em;
  }
}
@media (min-width: 61.25em) and (max-width: 81.25em) {
  .c-menu__link {
    font-size: 1.18em;
  }
}
@media (min-width: 81.25em) {
  .c-menu__link {
    font-size: .9em;
  }
}
 */
.c-menu__link {
    font-size: 0.9em;
}

.c-menu__link:hover,
.c-menu__link:focus {
    background: #fff;
    border-left: 0.19em solid #88cc61;
    color: #212121;
    outline: none;
    padding-left: 1em;
    text-decoration: underline;
    transition: background 300ms linear;
}

.c-menu--small .c-menu__link {
    font-size: 1.18em;
}

.c-page {
    overflow: hidden;
    padding-top: 1.6992em;
}

@media (min-width: 20em) and (max-width: 41.25em) {
    .c-page {
        padding-top: 1.6992em;
    }
}

@media (min-width: 41.25em) and (max-width: 46.25em) {
    .c-page {
        padding-top: 2.15055em;
    }
}

@media (min-width: 46.25em) and (max-width: 61.25em) {
    .c-page {
        padding-top: 2.3128em;
    }
}

@media (min-width: 61.25em) and (max-width: 81.25em) {
    .c-page {
        padding-top: 2.655em;
    }
}

@media (min-width: 81.25em) {
    .c-page {
        padding-top: 3.0208em;
    }
}

.c-offcanvas--overflow-top {
    overflow: visible;
}

.c-offcanvas-content-wrap {
    background-color: #f5f5f5;
    min-height: 100vh;
}

.c-offcanvas--shadow.is-closed:after {
    content: none;
}

.c-offcanvas--shadow:after {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.38) 0%,
            rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    content: "";
    /* pointer-events: none; */
    position: absolute;
    top: 0;
    width: 10px;
}

.c-offcanvas--shadow-right:after {
    background: linear-gradient(to left,
            rgba(0, 0, 0, 0.38) 0%,
            rgba(0, 0, 0, 0) 100%);
    right: 0;
}

.c-offcanvas-bg--push.c-offcanvas-bg--push {
    background: transparent;
}

.c-offcanvas--push.c-offcanvas--left {
    border-right: 1px solid #e0e0e0;
}

.c-offcanvas--push.c-offcanvas--right {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.3);
}

.c-callout {
    background: #eee;
    border: 2px solid #bdbdbd;
    border-radius: 0;
    margin-top: 3.08915em;
    padding: 1.18em;
}

.c-callout__title {
    margin: 0;
}

.c-callout__text {
    color: #757575;
    font-size: 0.98333em;
    margin-top: 0;
}

@media (min-width: 20em) and (max-width: 41.25em) {
    .c-callout__text {
        font-size: 0.98333em;
    }
}

@media (min-width: 41.25em) and (max-width: 46.25em) {
    .c-callout__text {
        font-size: 0.87407em;
    }
}

@media (min-width: 46.25em) and (max-width: 61.25em) {
    .c-callout__text {
        font-size: 0.84286em;
    }
}

@media (min-width: 61.25em) and (max-width: 81.25em) {
    .c-callout__text {
        font-size: 0.78667em;
    }
}

@media (min-width: 81.25em) {
    .c-callout__text {
        font-size: 0.7375em;
    }
}

.c-callout__button {
    width: 100%;
}

.c-callout__footer {
    color: #424242;
    font-size: 0.98333em;
}

@media (min-width: 20em) and (max-width: 41.25em) {
    .c-callout__footer {
        font-size: 0.98333em;
    }
}

@media (min-width: 41.25em) and (max-width: 46.25em) {
    .c-callout__footer {
        font-size: 0.87407em;
    }
}

@media (min-width: 46.25em) and (max-width: 61.25em) {
    .c-callout__footer {
        font-size: 0.84286em;
    }
}

@media (min-width: 61.25em) and (max-width: 81.25em) {
    .c-callout__footer {
        font-size: 0.78667em;
    }
}

@media (min-width: 81.25em) {
    .c-callout__footer {
        font-size: 0.7375em;
    }
}

.c-callout__footer a {
    color: inherit;
    text-decoration: none;
}

.c-callout__footer a:hover,
.c-callout__footer a:focus {
    color: #212121;
    outline: none;
    text-decoration: underline;
}

/****************** end off-canvas quicklinks and search *********************************/
/* #region  widgetkit 2.x */
.cover-contain .uk-cover-background {
    background-size: contain;
}

/* #endregion widgetkit 2.x */
/*#region ------------------------------------------------------ breadcrumb nav */
#breadcrumbs ul.nav.menu.mod-list {
    align-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 60px;
}

#breadcrumbs ul.nav.menu.mod-list li {
    flex: 0 0 auto;
    margin: 0;
}

/*#endregion --------------------------------------------------- breadcrumb nav */
/*#region ------------------------------------------------------ cookiepro */
#optanon *,
.optanon-alert-box-wrapper * {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
}

a.banner-policy-link,
a.banner-policy-link:hover {
    color: #fff !important;
}

#alert-box-message.banner-content {
    margin: 2em auto;
    max-width: 40em;
}

body.linear .optanon-show-settings-popup-wrapper {
    background-color: #595959;
    width: 100%;
    display: flex;
    height: auto;
}

body.linear .optanon-show-settings-button.optanon-toggle-display {
    margin: 0 auto;
    padding-right: 4vw;
}

body.linear .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
    color: #d1d1d1 !important;
    font-family: Proxima-Nova, sans-serif;
    font-weight: 400;
}

body.linear .optanon-show-settings-popup-wrapper .optanon-show-settings-left {
    display: none;
}

body.linear .optanon-show-settings-popup-wrapper .optanon-show-settings-left,
body.linear .optanon-show-settings-popup-wrapper .optanon-show-settings-right,
body.linear .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
    background: #595959 !important;
    background-image: none !important;
    border: none !important;
}

#lockedFooter #ot-sdk-btn.ot-sdk-show-settings,
#lockedFooter #ot-sdk-btn.optanon-show-settings {
    background: transparent;
    border: none;
    color: inherit;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: inherit;
    line-height: inherit;
    padding: inherit;
    text-shadow: none;
    transition: none;
    white-space: inherit;
}

#lockedFooter #ot-sdk-btn.ot-sdk-show-settings,
#lockedFooter #ot-sdk-btn.optanon-show-settings {
    background: transparent;
    border: none;
    color: inherit;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: inherit;
    line-height: inherit;
    padding: inherit;
    text-shadow: none;
    transition: none;
    white-space: inherit;
}

.footerGreen #lockedFooter button#ot-sdk-btn.ot-sdk-show-settings {
    color: #fff !important;
}

/*#endregion --------------------------------------------------- cookiepro */
/*#region ------------------------------------------------------ fonts */
body.linear.hd,
body.linear.hd p,
body.linear.hd span,
body.linear.hd div.itemIntroText,
body.linear.hd .categories-list h3 a,
body.linear.hd h5,
body.linear.hd .camera_caption > div,
body.linear.hd .contact > h3,
body.linear.hd .custom-header.clearfix > h2,
body.linear.hd .custom-header.clearfix > h3,
body.linear.hd input,
body.linear.hd input[type="text"],
input[type="password"],
body.linear.hd #suggestion_form input[type="text"],
body.linear.hd #suggestion_form input[type="password"],
body.linear.hd #suggestion_form input,
body.linear.hd #tabs.ui-tabs,
body.linear.hd #ribbon,
body.linear.hd #rightsidebar div.k2ItemsBlock ul li a.moduleItemTitle,
body.linear.hd #rightsidebar .feed-link > a,
body.linear.hd #rightsidebar .latestnews a,
body.linear.hd #rightsidebar .weblinks a,
body.linear.hd #rightsidebar a.mod-articles-category-title.active,
body.linear.hd #rightsidebar h4 .mod-articles-category-title,
body.linear.hd #rightsidebar .mod-articles-category-introtext > a,
body.linear.hd #rightsidebar p.mod-articles-category-introtext,
body.linear.hd #leftcolumn div.k2ItemsBlock ul li a.moduleItemTitle,
body.linear.hd #leftcolumn .feed-link > a,
body.linear.hd #leftcolumn .latestnews a,
body.linear.hd #leftcolumn .weblinks a,
body.linear.hd #leftcolumn a.mod-articles-category-title.active,
body.linear.hd #leftcolumn h4 .mod-articles-category-title,
body.linear.hd #leftcolumn .mod-articles-category-introtext > a,
body.linear.hd #leftcolumn p.mod-articles-category-introtext,
body.linear.hd .searchpanel #quicklinks .feed ul.newsfeed li.newsfeed-item h4.feed-link a,
body.linear.hd .searchpanel #quicklinks ul.maximenuck li.maximenuck > a span.titreck,
body.linear.hd .searchpanel #quicklinks ul.maximenuck li.maximenuck > span.separator span.titreck,
body.linear.hd .srfrStream div.srfrContainer ul.srfrList li a,
body.linear.hd #safetyinfo > h3,
body.linear.hd #safetyinfo li,
body.linear.hd body.hd .bigHero .uk-overlay-background,
body.linear.hd body.hd .camera_caption > div,
body.linear.hd #cse-result .gsc-control-cse,
body.linear.hd #cse-result .gsc-control-cse .gsc-table-result,
body.linear.hd .gsc-cursor-box.gs-bidi-start-align {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
}

body.linear.hd h1,
body.linear.hd h1 a,
body.linear.hd h1 strong,
body.linear.hd h1 b,
body.linear.hd .componentheading,
body.linear.hd h2,
body.linear.hd h2 a,
body.linear.hd h2 strong,
body.linear.hd h2 b,
body.linear.hd .contentheading,
body.linear.hd h3,
body.linear.hd h3 a,
body.linear.hd h3 strong,
body.linear.hd h3 b,
body.linear.hd h4,
body.linear.hd h4 a,
body.linear.hd h4 strong,
body.linear.hd h4 b,
body.linear.hd #whitebox h5.feed-link,
body.linear.hd .camera_caption .ck_title,
body.linear.hd .camera_caption .slideh,
body.linear.hd .fjalla .camera_caption > div,
body.linear.hd .contact-name,
body.linear.hd .fjallaSliders .jwts_toggleControlTitle,
body.linear.hd span.subheading-category,
body.linear.hd .middle_content span.middleTitle,
body.linear.hd .custom_custom-title h2 strong,
body.linear.hd .custom_custom-title h2 strong a,
body.linear.hd .lower .feed h4.feed-link a,
body.linear.hd div.itemHeader h2.itemTitle,
body.linear.hd #k2Container.tagView div.tagItemList div.tagItemView div.tagItemHeader h2.tagItemTitle a,
body.linear.hd div.catItemHeader h2.catItemTitle a,
body.linear.hd div.itemHeader h3.itemTitle,
body.linear.hd #k2Container.tagView div.tagItemList div.tagItemView div.tagItemHeader h3.tagItemTitle a,
body.linear.hd div.catItemHeader h3.catItemTitle a,
body.linear.hd .fjalla .feed-link > a,
body.linear.hd .threebox,
body.linear.hd .fourbox,
body.linear.hd .fivebox {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

/*#endregion --------------------------------------------------- fonts */
.covidAlert a:hover {
    color: #f1f1f1 !important;
}

.covidAlert.covidGold a:hover {
    color: #222222 !important;
}

.covidAlert a:hover {
    color: #f1f1f1 !important;
    box-shadow: 0 0 0px 4px #1e6b52, 0 0 0px 5px #f1f1f1;
    text-decoration-color: #1e6b52 !important;
    transition: all .1s linear;
}

/* keyboard traversing and visible focus on non-anchor nav elements with dropdowns */
body.hd #tray #ribbon ul.nav.menu > li.parent > span.separator:focus,
body.hd #tray #ribbon ul.nav.menu > li.parent > span.nav-header:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05) inset;
    background: rgba(0, 0, 0, .05);
}

li.parent:focus-within > ul {
    display: block;
}

/* widgetkit 3.0 update */
.wk-scope em,
.uk-scope em {
    color: inherit;
}

.wk-scope .uk-card-primary,
.uk-scope .uk-card-primary {
    background: #ffffff;
}

.wk-scope .uk-card-secondary,
.uk-scope .uk-card-secondary {
    background: #fafafa;
}

.wk-scope .uk-card.uk-card-secondary h2 > a:link,
.wk-scope .uk-card-secondary h2 > a:link,
.uk-scope .uk-card.uk-card-secondary h2 > a:link,
.uk-scope .uk-card-secondary h2 > a:link {
    color: #222 !important;
}

.wk-scope .wk-dotnav > * > * {
    width: 20px;
    height: 20px;
}

.uk-scope ul.uk-tab > * > a,
.wk-scope ul.wk-tab > * > a {
    color: #737373;
}

*:focus:not(:focus-visible),
*:link:focus:not(:focus-visible),
a:focus {
    box-shadow: none !important;
    outline-offset: .25em;
}

/*BEGIN Social Media Footer Icons */


.uab-footer-social-media {
    list-style-type:none;
    margin:0;
    display:flex;
    gap:10px;
    margin-top:5px;
             justify-content:center;

    
}

.uab-footer-social-media i {
    font-size:22px;
    transition:transform .1s ease-in-out;
}

.uab-footer-social-media i:hover {
       transform: scale(1.2);
}

@media all and (min-width:510px) {
    .uab-footer-social-media {
            justify-content:left;
  
    }
}





/*END Social Media Footer Icons */