/******************** WWW ****************************************************************/
body.hd a {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

body.hd,
body.hd p,
body.hd span,
body.hd div {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

body.hd h1 a,
body.hd h2 a,
body.hd h3 a,
body.hd h3 a,
body.hd h3 strong a,
body.hd h3 b a {
    font-family: "din-condensed", "din-condensed-web", Helvetica, Arial, sans-serif;
}

body.hd h1,
body.hd h2,
body.hd h3,
body.hd h3 strong,
body.hd h3 b {
    font-family: "din-condensed", "din-condensed-web", Helvetica, Arial, sans-serif;
    text-shadow: none;
    font-weight: normal !important;
    color: #333;
}

body.linear.hd h1 a,
body.linear.hd h2 a,
body.linear.hd h3 a,
body.linear.hd h3 a,
body.linear.hd h3 strong a,
body.linear.hd h3 b a,
body.linear.hd h1,
body.linear.hd h2,
body.linear.hd h3,
body.linear.hd h3 strong,
body.linear.hd h3 b {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    text-shadow: none;
    font-weight: 600 !important;
}

body.hd h3 {
    font-size: 20px !important;
}

body.hd {
    background-color: #FFFFFF;
}

body.hd blockquote,
body.hd blockquote p {
    font-weight: 400;
}

body.hd #page_bg {
    background-color: #FFFFFF;
    background-size: cover;
}

body.hd div#tray {
    background: #1e6b52;
}

body.hd.darkGray div#tray,
body.hd.darkGray #ribbon .nav-pills .dropdown-menu,
body.hd.white div#tray,
body.hd.white #ribbon .nav-pills .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    filter: none;
    text-shadow: none;
}

body.hd #ribbon span,
body.hd #ribbon a:link,
body.hd #ribbon a:visited {
    box-shadow: none;
    color: #333333 !important;
    font-family: "proxima-nova", sans-serif;
    text-shadow: none;
    transition: none 0s ease 0s;
}

body.hd #ribbon ul.nav-child.unstyled.dropdown-menu {
    border: medium none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1024px) {
    body.hd #ribbon ul li ul.nav-child.unstyled.dropdown-menu {
        box-shadow: none;
        font-size: 90%;
    }

    body.hd #ribbon ul li ul.nav-child.unstyled.dropdown-menu li a {
        padding: 0.6em;
        color: #555 !important;
    }

    body.hd #ribbon ul.nav.menu {
        -moz-columns: 2 auto;
        columns: 2 auto;
    }
}

body.hd .duk .banneritem > img {
    width: 320px;
}

body.hd #banner .bannerSlider,
body.hd #banner .bigHero {
    margin-top: 43px;
    margin-bottom: -43px;
}

body.hd.darkGray div#breadcrumbs,
body.hd.green div#breadcrumbs,
body.hd.white div#breadcrumbs {
    box-shadow: none;
    height: 64px;
    margin: 0 auto;
    max-width: 1280px;
    padding: 5px 0 20px;
    text-align: center;
}

body.hd #breadcrumbs {
    display: table;
    height: auto;
    margin: 0 auto;
    width: auto;
    text-align: center;
}

body.hd #content,
body.hd .items-leading {
    padding: 0;
    width: 100%;
}

body.hd .middle1.two_thirds {
    margin: 0;
    width: 66.6%;
}

body.hd .duk .banneritem {
    box-shadow: 0 -29px 35px rgba(0, 0, 0, 0.3);
    float: left;
    line-height: 0;
    max-width: 25%;
}

body.hd .custom.bannershare {
    position: absolute;
    top: 114px;
    z-index: 2;
}

/***********************************************************************************************  BEGIN Rando */
.ichoosebanner {
    align-items: center;
    background: radial-gradient(ellipse at center, #45aa40 0%, #1e6b53 100%);
    border-bottom: 10px solid #79ac36;
    color: #fff;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    min-height: 300px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

/*********************************** BEGIN .bannerBar / .innerBannerBar */
.bannerBar {
    width: 100%;
    height: 80px;
    display: block;
}

.innerBannerBar {
    max-width: 1200px;
    margin: auto;
    height: 80px;
    width: 90%;
}

.innerBannerBar h1 {
    float: right;
    color: #f4f4f4 !important;
    font-size: 3.4em;
    text-transform: uppercase;
}

.bannerBarUABGreen {
    background-color: #1e6b52;
}

.bannerBarPurple {
    background-color: #5a5377;
}

.bannerBarLightBlue {
    background-color: #5D7E95;
}

.bannerBarLime {
    background-color: #A3D55D;
}

.bannerBarDarkGreen {
    background-color: #0a3f3a;
}

.bannerBarVetBlue {
    background-color: #114b86;
}

.bannerBarStudentsGreen {
    background-color: #51a351;
}

@media screen and (max-width: 600px) {
    .bannerBar {
        height: auto;
        width: 100% !important;
    }

    .innerBannerBar {
        width: 90%;
    }

    .innerBannerBar h1 {
        font-size: 2.2em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .bannerBar div.timeGreeting {
        font-size: 30px !important;
        margin-left: 10px;
        width: 100% !important;
        float: left !important;
        clear: both;
    }

    #weather.weatherBanner {
        float: left !important;
        width: 100% !important;
        clear: both;
    }
}

/*********************************** END .bannerBar / .innerBannerBar */
/*********************************** BEGIN AddThis big button version */
.bigAdd .addthis_toolbox,
#footer .addthis_toolbox {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

#footer li.footerAddThis {
    display: block;
    height: 32px;
    line-height: 0;
    margin-top: 8px;
}

#footer div.addthis_custom_follow div {
    height: 34px;
    margin: 0;
    text-align: left;
}

#footer div.addthis_custom_follow p {
    display: none;
}

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

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

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

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

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

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

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

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

    #footer div.addthis_custom_follow div {
        height: 34px;
        text-align: center;
    }

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

/*********************************** END AddThis big button version */
/*********************************** BEGIN .linkySlides / .announceBanner / .miniBanner */
.studentQuotes .uk-position-cover {
    position: inherit;
}

.linkySlides button,
.linkySlides .uk-button {
    background-color: transparent !important;
}

.linkySlides .uk-button.uk-button-link.uk-position-cover,
.linkySlides .uk-button.uk-button-link.uk-position-cover:hover,
.linkySlides .uk-button.uk-button-link.uk-position-cover:active {
    border: medium none !important;
}

@media screen and (min-width: 641px) {
    .announceBanner .uk-cover-background {
        background-size: cover;
        max-width: 625px;
        height: 352px;
        margin: 0 auto;
        margin-top: 60px;
    }

    .uk-cover-background {
        background-position: 50% 50% !important;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 640px) {
    .announceBanner .uk-cover-background {
        background-position: center center;
        max-width: none;
        margin: 0 auto;
        margin-top: none;
    }

    .announceBannerHome .uk-cover-background {
        background-position: center center;
        background-size: cover !important;
    }
}

@media screen and (max-width: 1024px) {
    .miniBanner .uk-cover-background {
        background-color: #444;
        background-size: contain;
    }
}

/*********************************** END .linkySlides / .announceBanner / .miniBanner */
/*********************************** BEGIN Did You Know Link Bar */
#didContainer {
    height: auto;
    margin-top: 0;
    padding: 10px 0;
    background: #deefdf none repeat scroll 0 0;
}

#didContainer > div {
    text-align: center;
}

#didContainer .didTitle,
#didContainer .didTitle a {
    font-family: "din-condensed-web";
    font-size: 44px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

#didContainer .didTitle a:hover {
    text-decoration: underline;
}

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

    #didContainer .didTitle,
    #didContainer .didTitle a {
        font-size: 24px;
    }
}

/*********************************** END Did You Know Link Bar */
/*********************************** BEGIN .back-to-top button */
a.back-to-top {
    border: 2px solid #ccc;
    bottom: 5%;
    color: #787878;
    font-family: "din-condensed", "din-condensed-web", sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    left: auto;
    opacity: 0.7;
    padding: 0.5em 0.7em 0.4em;
    right: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    body.hd #footer .moduletable {
        padding: 6px 0 4em;
    }

    a.back-to-top {
        border: medium none;
        bottom: 0;
        height: 30px;
        padding: 6px 0 0;
        text-align: center;
        width: 100%;
    }
}

/*********************************** END .back-to-top button */
/*********************************** BEGIN New .middle_content nav List */
.middle_content > li {
    border-top: 4px solid #D2D2D2;
    float: left;
    margin: 10px 0 0;
    padding: 20px 0 0;
    width: 100%;
}

.middle_content > li a:hover {
    text-decoration: underline !important;
    color: #1E6B52 !important;
}

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

.middle_content span.nav-header::after {
    clear: both;
    content: attr(title);
    float: left;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 1.6em;
    margin-top: 0.6em;
    position: relative;
    text-align: right;
    text-transform: none;
}

.middle_content span.nav-header {
    color: #333333 !important;
    float: left;
    font-family: "din-condensed", "din-condensed-web", sans-serif;
    font-size: 3rem !important;
    font-weight: normal;
    line-height: normal;
    margin: 0 10px 2px 0 !important;
    padding: 2%;
    text-align: right;
    text-shadow: none;
    text-transform: uppercase;
}

.middle_content li span {
    background-color: rgba(235, 232, 229, 1.0);
    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_content p {
    color: #333;
    font-family: "proxima-nova", sans-serif;
    font-size: 1rem;
    line-height: 1.6em;
    margin: 2px 10px;
    text-align: right;
}

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

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

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

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

.middle_content .nav-child a {
    color: #333333;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.2em;
}

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

.miniMiddleContent li span {
    min-height: 40px !important;
}

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

.rightBorderVetBlue {
    border-right: 9px solid #114b86;
}

.rightBorderUABGreen {
    border-right: 9px solid #1e6b52;
}

.rightBorderPurple {
    border-right: 9px solid #5a5377;
}

.rightBorderLightBlue {
    border-right: 9px solid #5D7E95;
}

.rightBorderLime {
    border-right: 9px solid #A3D55D;
}

.rightBorderDarkGreen {
    border-right: 9px solid #0a3f3a;
}

.rightBorderStudentsGreen {
    border-right: 9px solid #51a351;
}

.clear {
    clear: both;
}

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

    .middle_content .nav-child {
        min-height: 0;
    }

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

    .middle_content span.middleTitle:after {
        font-size: 0.4em !important;
        text-align: center !important;
    }

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

    .rightBorderVetBlue {
        border-right: none;
        border-bottom: 9px solid #114b86;
    }

    .rightBorderUABGreen {
        border-right: none;
        border-bottom: 9px solid #1e6b52;
    }

    .rightBorderPurple {
        border-right: none;
        border-bottom: 9px solid #5a5377;
    }

    .rightBorderLightBlue {
        border-right: none;
        border-bottom: 9px solid #5D7E95;
    }

    .rightBorderLime {
        border-right: none;
        border-bottom: 9px solid #A3D55D;
    }

    .rightBorderDarkGreen {
        border-right: none;
        border-bottom: 9px solid #0a3f3a;
    }

    .rightBorderStudentsGreen {
        border-right: none;
        border-bottom: 9px solid #51a351;
    }

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

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

    .middle_links li {
        list-style: outside none none;
        padding: 0 0 0.8em;
    }

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

/*********************************** END New .middle_content nav List */
/*********************************** BEGIN inside ghost button */
h1.insideGhost {
    text-align: center;
    margin: auto;
}

.insideGhost a {
    border: 2px solid #1E6B52;
    color: #1E6B52 !important;
    background-color: rgba(180, 180, 180, 0.1);
    cursor: pointer;
    display: inline-block;
    font-family: "din-condensed", "din-condensed-web", sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    margin: 5px;
    padding: 0.5em 0.7em 0.4em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

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

/*********************************** END inside ghost button */
/*********************************** BEGIN Epilogue bottom sitemap nav */
/******************* three column ***/
.lowerGridThree {
    margin: 0 auto;
}

.lowerGridThree:after {
    display: block;
    clear: both;
}

#epilogue ul.nav.lowerGridThree.threeColMasonry > li {
    height: auto;
    margin: 0;
    min-width: 0;
    width: 300px;
}

#epilogue .lowerGridThree ul li {
    max-width: none;
}

/******************* four column ***/
.lowerGridFour {
    margin: 0 auto;
}

.lowerGridFour:after {
    display: block;
    clear: both;
}

#epilogue ul.nav.lowerGridFour.fourColMasonry > li {
    height: auto;
    margin: 0;
    min-width: 0;
    width: 300px;
}

#epilogue .lowerGridFour ul li {
    max-width: none;
}

/******************* five column ***/
.lowerGridFive {
    margin: 0 auto;
}

.lowerGridFive:after {
    display: block;
    clear: both;
}

#epilogue ul.nav.lowerGridFive.fiveColMasonry > li {
    height: auto;
    margin: 0;
    min-width: 0;
    width: 236px;
}

#epilogue .lowerGridFive ul li {
    max-width: none;
}

.nav-list {
    border-top: #999999 solid !important;
    background-color: rgba(180, 180, 180, 0.1);
    padding: 10px 0 20px 20px !important;
    width: 1280px;
}

.nav-list li .nav-header {
    border: medium none;
    color: #888888;
    font-family: "din-condensed", "din-condensed-web", sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 0.5em 0 0.25em 0;
    text-align: left;
    text-shadow: none;
}

.nav-list > ul {
    margin: 0;
    padding: 3% 0 3% 3%;
    width: auto;
}

.nav-list > ul li {
    line-height: normal;
    padding: 0 0 0.7em;
}

.nav-list ul li.divider {
    height: auto;
    margin: 0 0 0 -0.5em;
    padding: 0.5em 0 0.5em 0.5em;
    width: 98%;
    width: calc(100% - 0.5em);
}

.nav-list ul li > a,
.full .nav-list ul li.divider span.separator {
    color: #6b6b6b;
    font-size: 13px;
}

/*********************************** END Epilogue bottom sitemap nav */
/*********************************** BEGIN GPA Calc */
.gpaCalc h1,
.gpaCalc h2,
.gpaCalc h3,
.gpaCalc h3 a,
.gpaCalc h3 strong,
.gpaCalc h3 b {
    color: #222222 !important;
    font-weight: normal;
    margin: 1em 0 0.5em;
    text-transform: uppercase;
}

.gpaCalc h1 {
    font-size: 2.5rem !important;
}

.gpaCalc h2 {
    font-size: 2rem !important;
}

.gpaCalc h3,
.gpaCalc h3 a,
.gpaCalc h3 strong,
.gpaCalc h3 b {
    font-size: 1.5rem !important;
}

.gpaCalc .page-header {
    margin-left: 40px;
}

.gpaCalc input[type="text"],
.gpaCalc input[type="password"] {
    height: auto;
    padding: 0.5em;
    width: auto;
}

.gpaCalc select {
    height: auto;
    margin: 0 auto;
    width: auto;
}

.gpaCalc td {
    padding: 0.7em;
    vertical-align: middle;
}

.gpaCalc tr {
    background-color: #E8E8E8;
}

.gpaCalc tr:nth-of-type(2n+1) {
    background-color: #efefef;
}

.gpaCalc .DepartmentalInfo {
    display: inline;
    margin: 0;
}

.gpaCalc .DepartmentalInfo > table {
    text-align: center;
}

.gpaCalc table.calcBorder {
    text-align: right;
}

.gpaCalc .calcBorder select {
    min-width: 78px;
}

@media (max-width: 800px) {

    .gpaCalc h1,
    .gpaCalc h2,
    .gpaCalc h3 {
        font-size: 17px;
    }

    .gpaCalc input[type="text"],
    .gpaCalc input[type="password"] {
        padding: 0 0.5em;
    }
}

/*********************************** END GPA Calc */
/*********************************** BEGIN /students/home .goodLinks green success buttons */
ul.goodLinksTop,
ul.goodLinksMiddle,
ul.goodLinksBottom {
    display: block;
    font-size: 1.2em;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}

ul.goodLinksTop,
ul.goodLinksMiddle {
    margin-bottom: 50px;
}

.goodLinksTop li,
.goodLinksMiddle li,
.goodLinksBottom li {
    margin: 1%;
    padding: 4%;
    width: 38%;
}

.goodLinksTop li a,
.goodLinksMiddle li a,
.goodLinksBottom li a {
    color: #ffffff !important;
    font-family: "din-condensed", "din-condensed-web", sans-serif;
    font-size: 22px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

li.icon {
    background-image: linear-gradient(to bottom, #62c462, #51a351);
}

.btn.btn-success.icon span {
    background-size: cover;
    display: block;
    height: 38px;
    margin: -10px -5px;
    position: absolute;
    width: 38px;
}

.iconCanvas {
    background-image: url("images/icons/icon-canvas.png");
}

.iconEmail {
    background-image: url("images/icons/icon-email.png");
}

.iconOnestop {
    background-image: url("images/icons/icon-onestop.png");
}

.iconBlazernet {
    background-image: url("images/icons/icon-blazernet.png");
}

/*********************************** END /students/home .goodLinks green success buttons */
/*********************************** BEGIN /students/home .bsyncEvents calendar iFrame */
@media screen and (max-width: 800px) {
    .bsyncEvents {
        margin-bottom: 20px !important;
    }
}

/*********************************** END /students/home .bsyncEvents calendar iFrame */
/*********************************** BEGIN other .goodLinks green success buttons */
ul.goodLinks {
    display: block;
    font-size: 1em;
    list-style: outside none none;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.goodLinks li {
    padding: 0.6em 10px 0.4em;
}

.goodLinks li a {
    color: #ffffff !important;
    font-family: "din-condensed", "din-condensed-web", sans-serif;
    font-size: 22px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.mainContactInfo .goodLinks li {
    margin: 1%;
    min-width: 100px;
    padding: 2% 2% 1.3%;
    width: auto;
}

/*********************************** END other .goodLinks green success buttons */
/*********************************** BEGIN .stickyNav & .ghostButton */
body.sticky {
    margin-top: 72px;
}

.stickyNav {
    background-position: 20px -120%;
    margin: 1em auto 0;
}

body.hd.sticky #whitebox {
    overflow: visible;
}

body.hd.sticky .custom.stickyNav {
    -moz-transition: background-position 0.25s ease-in-out 0.25s;
    -ms-transition: background-position 0.25s ease-in-out 0.25s;
    -webkit-transition: background-position 0.25s ease-in-out 0.25s;
    background-color: rgb(255, 255, 255);
    background-image: url("/styles/5.0/images/uab_monogram.png");
    background-position-x: 14px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 50px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    height: auto;
    left: 0;
    margin: 0 auto;
    position: fixed;
    top: 0;
    transition: background-position 0.25s ease-in-out 0.25s;
    width: 100%;
    z-index: 2;
}

body.sticky .custom.stickyNav.visible-phone {
    background: #ffffff url("/styles/5.0/images/uab_monogram.png") no-repeat scroll 4px 4px / 10% auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    padding-top: 0.7em;
}

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

body.hd .stickyNav .ghostButton {
    text-align: center !important;
    margin: auto;
    margin-bottom: 10px;
}

body.hd .stickyNav h1.ghostButton a {
    border: 2px solid #cfcfcf;
    color: #656565 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "din-condensed", "din-condensed-web", sans-serif;
    font-size: 1rem;
    font-weight: normal !important;
    line-height: 1;
    margin: 5px;
    padding: 0.4em 0.7em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

body.hd .stickyNav .visible-phone .ghostButton a {
    font-size: 19px;
    padding: 0.2em;
}

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

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

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

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

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

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

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

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

/*********************************** END .stickyNav & .ghostButton */
/*********************************** BEGIN .bsyncEvents */
div.bsyncEvents {
    margin: 20px 0;
}

ul.bsyncEventsButtons {
    text-align: center;
    margin-top: -13px;
}

.bsyncEventsButtons li {
    display: inline-block;
    width: 40%;
    text-decoration: none;
}

.bsyncEventsButtons li a {
    color: #1e6b52;
    transition: color .4s linear;
}

.bsyncEventsButtons li a:hover {
    color: #333;
    transition: color .4s linear;
}

/*********************************** END .bsyncEvents */
/*********************************** BEGIN mainContactInfo Sections  */
.mainContactInfo p,
.mainContactInfo a,
.mainContactInfo h4,
.mainContactInfo h2,
.mainContactInfo h5 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    color: #333;
}

.osPopularServices li {
    list-style-type: none !important;
}

.leftContactInfo a,
.leftContactInfo a:link,
.leftContactInfo a:visited {
    color: #1e6b52;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear 0s;
    -ms-transition: color .4s linear;
    transition: color .4s linear;
}

.leftContactInfo h1 {
    color: #222222 !important;
}

.leftContactInfo li {
    list-style-type: none;
}

.leftContactInfo h4 a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600 !important;
}

.mainContactInfo a {
    color: #1e6b52;
}

/*********************************** END mainContactInfo Sections  */
/*********************************** BEGIN orientationWelcome  */
.orientationWelcome h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    font-size: 5em !important;
    float: left;
    width: 60%;
    margin-top: 60px;
}

.orientationWelcome p {
    float: right;
}

/*********************************** END orientationWelcome  */
/********************************** Begin Paying for College Content area styling */
body.hd #content div.blog-featured.home {
    border-left: 8px solid #5D7E95;
    border-right: 8px solid #5D7E95;
    margin: 0 auto 1em;
    max-width: 920px;
}

div.blog-featured.home a {
    color: #444;
}

.blog-featured.home div.items-leading {
    padding: 2%;
    width: 96%;
}

.blog-featured.home div.items-leading::before {
    border-bottom: 1px solid #888888;
    color: #444444;
    content: "Important Announcements";
    display: block;
    font-family: "din-condensed", "din-condensed-web", "proxima-nova", sans-serif;
    font-size: 2em;
    height: 1.5em;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
}

@media screen and (max-width: 800px) {
    body.hd #content div.blog-featured.home {
        width: 94%;
        height: auto !important;
    }
}

/************************************ END Paying For College Content area styling */
/************************************ BEGIN tabs widgetkit */
div.studentsGreenTabs .uk-tab > li.uk-active > a {
    color: #5bb75b;
}

/************************************ END tabs widgetkit */
/************************************ BEGIN accordion widgetkit */
.bigAcc .uk-accordion-title {
    background-color: #a3d55d;
    font-size: 2rem !important;
    color: #fff !important;
    border-radius: 4px;
}

/************************************ END accordion widgetkit */
/************************************ BEGIN VisitDays */
button.toggle-scheduler-widget {
    border-radius: 5px;
    border-width: 2px;
    padding: 1%;
}

button.toggle-scheduler-widget:hover {
    border-color: #444444;
}

button.toggle-scheduler-widget:hover a {
    color: #fff;
}

/************************************ End VisitDays */
/**********************************************************************************************  END Rando */
/********************************************** BEGIN Did You Know */
body.hd .duk .banneritem:nth-child(3) {
    clear: both;
}

body.hd .duk .banneritem {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    max-width: 50%;
}

/********************************************** END Did You Know */
/********************************************** BEGIN Rotating Banners - Joomla Native */
.bannergroup.headerBanners {
    color: rgba(255, 255, 255, 0.8);
    font-family: "din-condensed", "din-condensed-web", sans-serif;
    font-size: 4em;
    font-weight: normal;
    height: auto;
    line-height: 1.75em;
    margin-bottom: 15px;
    padding-right: 1%;
    text-align: right;
    text-shadow: 0 2px 3px rgba(83, 98, 90, 0.8);
    text-transform: uppercase;
}

.headerBanners .banneritem {
    margin-top: -2em;
    max-height: 600px;
    overflow: hidden;
    width: 101%;
}

@media screen and (max-width: 700px) {
    .bannergroup.headerBanners {
        font-size: 2em;
        margin-bottom: 0;
    }
}

/********************************************** END Rotating Banners - Joomla Native */
@media screen and (max-width: 800px) {
    body.hd #banner .nav.nav-pills.cta li:hover {
        background-color: transparent;
        color: #fff !important;
        height: 36px;
        overflow: hidden;
    }

    body.hd #banner .nav.nav-pills.cta a,
    body.hd #banner .nav.nav-pills.cta a:hover,
    body.hd #banner .nav.nav-pills.cta li:hover > a {
        color: #fff !important;
    }
}

/* overrides specific to uab.edu/home and other defaults */
body.hd .srfrStream .col1 {
    width: auto;
}

body.hd .srfrStream a.srfrTitle {
    color: #444444;
    /* font-family: "din-condensed", "din-condensed-web", sans-serif; */
    font-size: 23px;
    font-weight: normal;
    line-height: 1.1em;
}

body.hd .moduletable.well {
    overflow: auto;
    padding: 5%;
    width: 86%;
}

body.hd div[class*="upcomingevents"] {
    float: none;
}

body.hd .upcoming_event_title > a {
    font-size: 16px;
    font-weight: normal;
}

/********************************************** BEGIN HD Parts adjustments */
body.hd img {
    height: auto;
}

/* body.hd #wrapper {
    background-color: #ffffff;
    margin: 0 auto 340px;
    min-height: 1000px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
} */
body.hd #maincolumn-r {
    margin: 0 auto !important;
    width: 76% !important;
}

body.hd #maincolumn-r #content {
    width: 99%;
}

body.hd #downright {
    position: absolute;
    right: 0;
}

body.hd #rightsidebar {
    background: transparent none repeat scroll 0 0;
    border-left: 2px solid #ccc;
    border-radius: 0;
    clear: right;
    float: right;
    margin: 0 0 12px;
    padding: 0;
    right: 0;
    width: 220px;
}

body.hd #rightsidebar .moduletable {
    margin-bottom: 20px;
    max-width: 90%;
    padding: 5%;
}

body.hd.sidebars #maincolumn-r,
body.hd.sidebars #maincolumn-l,
body.hd.sidebars #maincolumn-l-r {
    min-height: 1300px !important;
}

#rightsidebar li .nav-header {
    border: medium none;
}

@media screen and (max-width: 1024px) {
    body.hd #maincolumn-r #content {
        width: 100%;
    }

    body.hd #downright {
        position: relative;
        right: auto;
    }
}

/********************************************** END HD Parts adjustments */
/********************************************** BEGIN FOOTER */
body.hd #footer .epimenu {
    margin: 0 auto 20px;
}

body.hd #footer,
body.hd #footer.masonry {
    box-shadow: none;
    height: auto !important;
    text-shadow: none;
    transition: all 0.5s ease 0s;
}

body.hd #footer:hover {
    transition: all 0.5s ease 0s;
}

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

body.hd ul#epi_menu {
    margin: 0 auto;
}

body.hd li.epi_column {
    color: #FAFAFA;
    list-style: outside none none;
    width: 48%;
    font-size: 14px;
}

body.hd .epi_column.left ul {
    float: right;
    text-align: right;
}

body.hd .epi_column.right ul {
    clear: both;
    float: left;
    text-align: left;
}

body.hd .epi_column.right > img {
    clear: both;
    float: left;
    margin: 8px 0 5px;
}

body.hd .epi_column > ul {
    margin: 5px 0 0;
}

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

body.hd #footer .moduletable {
    padding: 6px 0 2em;
}

body.hd #footer a,
body.hd #footer span,
body.hd #footer .separator {
    font-family: "proxima-nova", sans-serif;
    font-weight: normal !important;
    text-decoration: none;
    text-shadow: none;
}

body.hd #footer a:hover {
    color: #61e068 !important;
    text-decoration: underline;
}

/* body.hd #footer a:hover {
    text-decoration: none;
} */
body.hd #footer {
    background-color: rgba(0, 0, 0, 0.65);
    margin: 0 !important;
    padding-top: 50px;
    margin-bottom: -10px !important;
    width: 100%;
    position: fixed;
    z-index: -1;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    body.hd #wrapper {
        z-index: 0;
        min-height: 0;
        margin-bottom: 0;
    }

    body.hd #footer {
        margin: 0 !important;
        width: 100%;
        z-index: 0;
        position: relative;
        padding-top: 0;
    }

    body.hd .epimenu {
        width: 100%;
        height: auto;
        margin-bottom: -40px !important;
    }

    body.hd li.epi_column {
        width: 98%;
    }

    body.hd .epi_column.left ul,
    body.hd .epi_column.right ul {
        clear: both;
        float: none;
        text-align: center;
    }

    body.hd .epi_column.left ul > li {
        text-align: center !important;
        width: 100%;
        margin: auto;
        height: auto;
        font-size: 1em;
        float: left;
    }

    body.hd .epi_column.right ul > li {
        text-align: center !important;
        width: 100%;
        margin: auto;
        height: auto;
        font-size: .8em;
        float: right;
    }

    body.hd .epi_column.right > img {
        float: none;
        margin: 10px auto 0;
    }
}

/********************************************** END FOOTER */
/********************************************** BEGIN Accomodations styling (admissions & accepted) */
#acceptedAccom p.accomBox {
    width: 300px;
    float: right;
    padding: 20px;
    background: rgba(163, 213, 93, 0.4);
    margin: 0;
    margin-left: 30px;
    border: rgb(163, 213, 93) solid 1px;
}

/********************************************** END Accomodations styling (admissions & accepted) */
/********************************************** BEGIN Table Styling */
/* 
.table-striped > tbody > tr:nth-child(2n+1) > td, 
.table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #dfdfdf;
}
.table-bordered, .table-bordered td {
	border-color: #000;
}
 */
table.tableGreen {
    background: #024222;
    border-color: #024222;
    border-radius: 0;
    border-style: solid;
    border-width: 2vw 3vw;
    box-sizing: border-box;
    color: #fff;
    line-height: inherit;
}

table.tableGreen tr.center td {
    text-align: center;
}

table.tableGreen tr.right td {
    text-align: right;
}

table.tableGreeen ul,
table.tableGreeen ul li ul,
ul li ul {
    margin: 0 0 0.25em 1.25em;
}

table.tableGreen a {
    color: #fff;
    text-decoration: underline;
}

table.tableGreen a:hover {
    color: #deefdf !important;
}

table.tableGreen th {
    border-bottom: 2px solid #8cc63a;
    font-family: "kulturista-web", serif;
    font-size: 16px;
    border-left-style: dashed;
}

table.tableGreen caption + thead tr:first-child th:first-child,
table.tableGreen caption + tbody tr:first-child td:first-child,
table.tableGreen th,
table.tableGreen td,
table.tableGreen tbody:last-child tr:last-child > td:first-child,
table.tableGreen tbody:last-child tr:last-child > td:last-child {
    border-color: #8cc63e;
    border-radius: 0;
}

table.tableGreen thead tr th:first-of-type,
table.tableGreen tr td:first-child {
    border-left: none;
}

table.tableGreen tr td {
    border-style: none none solid dashed;
    border-width: 1px;
    min-width: 7em;
}

table.tableGreen.table-hover tbody tr:hover > td,
table.tableGreen.table-hover tbody tr:hover > th {
    background-color: #8cc63e;
    color: #222;
}

table.tableGreen tfoot tr,
table.tableGreen tfoot th,
table.tableGreen tfoot td {
    border-top: 2px solid #8cc63a;
    font-family: "kulturista-web", serif;
    font-size: 16px;
    border-bottom: none;
}

table.tableGreen tfoot tr th {
    border-left: none;
    border-radius: 0;
}

/********************************************** END Table Styling */
/******************* begin Linear *********************************************************/
body.hd.linear #wrapper {
    margin: 0 auto;
}

body.hd.linear #footer,
body.hd.linear #footer_required {
    padding: 0;
    margin-bottom: 0 !important;
    position: static;
}

.flexFooterItem p {
    padding: 0;
    margin: 0;
    line-height: normal;
}

body.linear.hd #footer .flexFooterItem.addthis_custom_follow {
    display: flex;
    margin-top: 0.7em;
}

/******************* end Linear **********************************************************/