:root {
    --uab-green: #1E6B52;
    --dragons-lair: #144B39;
    --campus-green: #80bc00;
    --loyal-yellow: #FFD400;
    --smoke-gray: #808285;
}

html,
body,
p,
td,
span,
button,
.button,
.grayOut,
.login,
.title,
[class*="logo"],
[class*="Title"],
[class^="banner"],
[class^="bold"],
[class^="norm"],
[class^="italic"],
[id^="tcal"] [type="reset"],
[type="submit"],
html [type="button"] {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: inherit;
}

body {
    background: white;
    font-weight: 400;
    line-height: 1.75;
    color: #222;
    margin: 0;
}

.sr-only {
    position: absolute;
    left: -999em;
    right: auto;
}

p {
    margin-bottom: 1rem;
    text-align: left;
    line-height: 1.5em;
    max-width: 50em;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 1.5rem 0 1.38rem;
    font-weight: 600;
    line-height: 1.3;
}

h1 {
    margin-top: 0;
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.125rem;
}

h4,
h5 {
    font-size: 1rem;
}

a:link,
a:visited {
    color: #222;
    font-weight: inherit;
    text-decoration: none;
    transition: color .4s linear;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

#wrapper {
    margin: 0 auto;
}

#whitebar {
    max-width: 1280px;
    margin: 0 auto;
}

#banner {
    margin: 0 auto;
    padding: 0;
    max-height: none;
    overflow: hidden
}

#content {
    max-width: 65em;
    margin: 0 auto;
}

#whitebox {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.topLinearContainer {
    box-sizing: content-box;
    height: 24px;
    margin: 0 auto;
    padding: 12px 0 0 5px;
    z-index: 10;
    background: #1e6b52;
}

div.topLinearLogo {
    background-image: url('https://www.uab.edu/styles/compbridge/media/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
}

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

.siteNameTop {
    color: #222;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: normal;
    word-break: keep-all;
    -webkit-hyphens: none;
    hyphens: none;
    align-items: center;
    display: flex;
    height: 2.2em
}

.covidAlert {
    text-align: center;
    background-color: #144B39;
    width: 100%;
    margin: 0 auto;
    padding: 1%;
    box-sizing: border-box;
}

.covidAlert,
.covidAlert a:link,
.covidAlert a:visited,
.covidAlert a:hover {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

/* #region ------------------------ nav */

.nav_bar {
    padding-top: 60px;
    position: relative;
    border-bottom: 2px solid #144B39;
}

@media (min-width: 900px) {
    .nav_bar {
        padding-top: 0;
    }
}

.nav_items {
    max-height: 1px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 1s cubic-bezier(0.325, 1, 0.22, 1);
}

@media (min-width: 900px) {
    .nav_items {
        max-height: none;
        max-width: 1280px;
        margin: auto;
        text-align: left;
    }
}

.nav_item {
    padding: 0;
    margin: 0;
    background: #fff;
}

@media (min-width: 900px) {
    .nav_item {
        display: inline-block;
    }
}

.nav_item a {
    display: block;
    padding: 1em;
    margin: 0;
    border-bottom: 1px solid #808285;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.5s ease;
}

@media (min-width: 900px) {
    .nav_item a {
        display: inline-block;
        height: 2.5rem;
        line-height: 2.5rem;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }
}

.nav_item a:link,
.nav_item a:visited {
    color: #222;
    border-top: 1px solid #fff;
}

.nav_item a:hover,
.nav_item a:focus {
    text-decoration: none;
    background-color: #e3e3e3;
    border-top: 1px solid #808285;
}

.nav_icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 13px;
    height: 27px;
    width: 27px;
    cursor: pointer;
    text-indent: -9999px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    border: none;
    color: transparent;
    text-shadow: 0 0 0 #808285;
    text-align: center;
}

.nav_icon:focus {
    outline: none;
}

@media (min-width: 900px) {
    .nav_icon {
        display: none;
    }
}

.nav_icon-line {
    position: absolute;
    display: block;
    background: #808285;
    width: 27px;
    height: 0.2rem;
    border-radius: 0.2rem;
    left: 0;
    text-indent: 0;
    transition: all 0.4s cubic-bezier(0.5, 0.1, 0, 1.2);
}

.nav_icon-line:first-child {
    top: 0;
}

.nav_icon-line:nth-child(2) {
    top: 8px;
}

.nav_icon-line:nth-child(3) {
    top: 16px;
}

input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

input[type="checkbox"]:checked ~ nav .nav_items {
    height: auto;
    max-height: 30rem;
    transition: all 1s cubic-bezier(0.5, 1, 0.22, 1);
}

input[type="checkbox"]:checked ~ label .nav_icon-line:first-child {
    top: 0px;
    width: 27px;
    transform: translateX(-8px) rotate(-45deg) translateY(12px);
}

input[type="checkbox"]:checked ~ label .nav_icon-line:nth-child(2) {
    opacity: 0;
}

input[type="checkbox"]:checked ~ label .nav_icon-line:nth-child(3) {
    top: 14px;
    width: 27px;
    transform: translateX(-5px) rotate(45deg) translateY(-8px);
}

/* #endregion ------------------------ nav */
/* #region ------------------------ ally skip */
a.skip-main {
    height: 1px;
    left: -999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    z-index: -999
}

a.skip-main span {
    background-color: #444;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

a.skip-main:focus,
a.skip-main:active {
    background-color: #444;
    border-radius: 0;
    display: block;
    height: auto;
    left: auto;
    line-height: normal;
    margin: 10px 35%;
    outline-color: #fff;
    outline-style: dashed;
    outline-width: 1px;
    overflow: hidden;
    padding: 16px 2px;
    text-align: center;
    top: 40px;
    width: 30%;
    z-index: 999
}

/* #endregion ------------------------ ally skip */
/* #region ------------------------ search */
.searchWrapper {
    max-width: 45em;
    margin: 2em 0;
    width: 100%;
}

.searchWrapper form {
    border: 1px solid #808285;
    border-radius: 5px;
    padding: 2.5%;
}

.uab-search {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
}

.searchWrapper label {
    margin: 0 0 1.5rem;
}

.uab-input {
    font-size: 1.06rem;
    line-height: 1.3;
    border-width: 1px;
    border-color: #565c65;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #1b1b1b;
    display: block;
    height: 2.5rem;
    margin-top: 0.5rem;
    max-width: 30rem;
    padding: 0.5rem;
    transition: all .2s linear;
}

.uab-search::after {
    clear: both;
    content: "";
    display: block;
}

.uab-search[role=search],
.uab-search[role=search] > div,
.uab-search [role=search] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.uab-search [type=submit] {
    background-image: url('https://www.uab.edu/styles/compbridge/media/search-alt.svg');
    background-repeat: no-repeat;
    background-position: .75rem center;
    background-size: 1.25rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 2.5rem;
    margin: 0;
    padding: 0;
    width: 3rem;
}

input[type=search] {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    box-sizing: border-box;
    float: left;
    margin: 0;
    min-width: 60%;
}

input[type=search]:focus,
button[type=submit]:focus {
    outline: 0;
    border-color: #1E6B52;
    box-shadow: 0 0 0 4px inset #80bc00;
}

.uab-search_submit-text {
    position: absolute;
    left: -999em;
    right: auto;
}

@media all and (min-width: 30em) {
    .uab-search [type=submit] {
        padding-left: 1rem;
        padding-right: 1rem;
        width: auto;
    }

    .uab-search--big [type=search],
    .uab-search--big .uab-search_input {
        font-size: 1.06rem;
        height: 3rem;
    }

    .uab-search--big [type=submit],
    .uab-search--big .uab-search_submit {
        padding-left: 3rem;
        padding-right: 1rem;
        font-size: 1.25rem;
        height: 3rem;
        width: auto;
    }

    .uab-search_submit-text {
        position: static;
    }

    .main-banner.inside .searchWrapper {
        max-width: 28em;
        margin: 0.25em 0 1em;
        width: 100%;
    }
}

/* #endregion ------------------------ search */
/* #region ------------------------ policy and procedure category buttons and container */
.home-banner {
    min-height: 35vh;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    transition: all .5s linear
}

.home-banner::before {
    content: "";
    background-image: url('https://www.uab.edu/styles/compbridge/media/sky-and-campus.jpg');
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: opacity(40%)
}

.home-banner a {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #fafafa;
    text-shadow: 1px 1px 2px #202020;
    display: block;
    padding: .75rem;
    font-size: 1.25rem;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.flex-container.flex-center {
    flex-direction: column;
    text-align: center;
}

.flex-item {
    flex: 0 0 28%;
    align-self: auto;
    margin: 2%;
}

b,
strong {
    font-weight: 600;
}

.category {
    background-color: #ecebeb;
    border-top: 0.5px solid #000;
    font-size: inherit;
    line-height: inherit;
}

.category-btn {
    background-color: rgba(20, 75, 57, 0.9);
    border: 2px solid #202020;
    filter: opacity(90%);
    transition: all .1s linear;
}

.category-btn:focus-within {
    box-shadow: 0 0 0px 2px inset rgb(20, 75, 57);
    border-color: #222;
    background-color: rgba(255, 255, 255, 0.85);
}

.category-btn:focus-within a {
    text-shadow: none;
    color: #222;
}

/* #endregion ------------------------ policy and procedure category buttons and container */
/* #region ------------------------ footer */
#footer {
    background-color: rgba(0, 0, 0, 0.65);
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    width: 100%
}

#footer p,
#footer span,
#footer div,
#footer a:link,
#footer a:visited {
    color: #e5e5e5;
    font-weight: 400;
    text-align: center;
    text-decoration: none
}

#footer .flexFooter {
    align-content: space-between;
    align-items: baseline;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    min-height: 120px
}

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

#footer .flexFooter .flexFooterColumn .flexFooterItem.flexFooterItemLogo {
    margin: 5px 0 10px
}

#footer .footerLeft .flexFooterItem {
    text-align: right
}

#footer .footerRight .flexFooterItem {
    text-align: left
}

.flexFooterItem.flexFooterItemLogo {
    background-image: url('https://www.uab.edu/styles/compbridge/media/uab_monogram_white_r.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    padding: 0
}

#lockedFooter {
    background-color: rgba(0, 0, 0, 0.65);
    display: block;
    margin: 0 auto;
    padding: 1.5% 0 1%;
    text-align: center;
}

#lockedFooter ul {
    margin: 0 auto .8em;
    text-align: center
}

#lockedFooter ul li {
    display: inline-block;
    list-style: none
}

#lockedFooter ul li,
#lockedFooter ul li a,
#lockedFooter ul li.lockedFooterSeparator {
    color: #d1d1d1;
    font-size: 13px;
    font-weight: 400
}

#lockedFooter ul li.lockedFooterSeparator {
    margin: 0 1em
}

#lockedFooter .eeoDisclaimer {
    color: #d1d1d1;
    font-size: 12px;
    line-height: normal;
    margin: 0 auto;
    padding-bottom: 1em;
    width: 90%
}

/* #endregion ------------------------ footer */
@media screen and (max-width:1140px) {
    div.topLinearLogo {
        height: 8.5px
    }

    #whitebar {
        padding: 0 2%;
    }

    #maincolumn-wide {
        padding: 0 5%;
    }

    .flex-container {
        padding: 5%;
    }

    .flex-item {
        flex: 0 0 40%;
    }

    .home-banner a {
        font-size: 1rem;
        line-height: 1.1;
    }
}

@media all and (max-width:500px) {
    #footer .flexFooter .flexFooterColumn {
        width: 100%
    }

    #footer .footerLeft .flexFooterItem,
    #footer .footerRight .flexFooterItem {
        text-align: center
    }

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

/* #region ------------------------ inside page header */

body:not(.hd) {
    padding-top: 36px;
}

body:not(.hd)::before {
    content: "";
    height: 24px;
    background-color: #1e6b52;
    margin: 0;
    position: fixed;
    width: 100%;
    background-image: url('https://www.uab.edu/styles/compbridge/media/uab_linear_r-white-1320x40.png');
    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: 420px;
    padding: 12px 0 0 0;
    box-sizing: content-box;
    top: 0;
}

td.Hline {
    border-top: 4px solid #1e6b52;
}

/* table img {
    filter: brightness(0);
} */

#banner.main-banner.inside,
.main-table.inside {
    margin: 1rem 0 0;
    max-width: 1280px;
}

.main-banner.inside h1 {
    font-size: 2rem;
    font-family: 'kulturista-web', serif;
}

.main-banner.inside .flex-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 1%;
}

.main-banner.inside .searchWrapper label {
    margin: 0 0 0.5rem;
}

.main-banner.inside .searchWrapper form {
    border: none;
    padding: 0;
}

/* #endregion ------------------------ inside page header */

/* #region ------------------------ inside page tables */

td[align="left"] > table img[src*="logo"] {
    display: none;
}

td[width="35%"][align="left"] {
    display: none;
}

td[width="35%"][align="center"] {
    height: 80px;
    text-align: left;
    font-weight: 600;
    font-size: 1.6em;
}

.logoFontM {
    color: #222 !important;
    text-align: left;
}

td.bold14 {
    padding: 0 0 1em;
}

td.tableTitle {
    padding: 1em 0;
}

td.category {
    padding: 0.75em;
}

table.mainwidth {
    width: 100%;
    background: #1e6b52;
}

td.boldgraytop12,
td.boldgraytop12 a {
    font-weight: 400;
    color: #fff;
}

/* #endregion ------------------------ inside page tables */