body.hd #banner {
    overflow: visible;
}

.formContainer {
	opacity: 0;
}

.online-2021-refresh-page-wrapper p,
.online-2021-refresh-page-wrapper a,
.online-2021-refresh-page-wrapper ul > li {
    font-size: 18px;
}

.online-2021-refresh-page-wrapper i {
    font-size: 14px;
}

/*#region Home Page Class */
/*removes margin on main content wrapper */
body.hd.online-home #whitebox {
    margin-top: 0 !important;
}

/*makes site home full width */
body.hd.online-home #whitebox,
body.hd.online-home #content,
body.hd.online-home #maincolumn-wide {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0 !important;
}

/*class to make content max of 1280 and centered */
.online-max-1280 {
    max-width: 1280px;
    margin: 0 auto;
}

/*#endregion Home Page Class */
/*#region Layout Overrides */
#epilogue {
    padding-top: 0 !important;
}

#footer_required {
    padding-top: 20px;
}

/*#endregion Layout Overrides */
/*#region Call to Action Buttons */
.online-call-to-action {
    display: flex;
    justify-content: center;
}

.online-call-to-action__item {}

.online-call-to-action__image {
    max-width: 50px !important;
    display: block;
}

.online-call-to-action__link {
    text-align: center;
    font-size: 1.3em;
    padding: 10px;
    box-sizing: border-box;
    flex-basis: 50%;
    border: 2px solid #80bc00;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration:none;
    font-weight:600;
}

.online-call-to-action__link:hover {
    text-decoration: none;
    background-color: #eee;
}

/*#endregion Call to Action Buttons */
/*#region Home Online Copy and Form */
.online-home-copy-and-form {
    margin: 20px auto 0;
}

.online-home__copy-video {
    padding: 20px 40px;
    box-sizing: border-box;
}

.online-home__copy {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 20px;
}

.online-home__copy p > * {
    font-size: inherit;
}

.online-home__copy p {
    text-align: center;
    font-size: 1.2em;
}

@media all and (min-width:900px) {
    .online-home-copy-and-form {
        display: flex;
    }

    .online-home__form {
        flex-basis: 50%;
    }

    .online-home__copy-video {
        flex-basis: 50%;
    }
}

.wForm td {
    padding: 0 !important;
}

.wFormContainer .wfTab {
    width: 25px !important;
}

.wFormContainer .wfTab,
.wFormContainer .wfTab:hover {
    border: none !important;
}

.wfPagePreviousButton,
.wfPageNextButton {
    background-color: transparent !important;
    color: #1e6b52 !important;
}

.wfPagePreviousButton:hover,
.wfPageNextButton:hover {
    background-color: #1e6b52 !important;
    color: #fff !important;
}

div.actions {
    float: right;
    width: 30%;
}

/*#endregion Home Online Copy and Form */
/*#region Online Video */
/*container for video on homepage */
.online-video {
    padding: 40px 0 10px;
}

.online-video__wk-grid .uk-slidenav {
    color: #eee !important;
    display: block !important;
    font-size: 2.4em;
}

.online-video__student-info {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border-top: 3px solid #80bc00;
}

.online-video__student-name {
    font-size: 1.3em;
    font-weight: 700;
    padding: 7px 10px;
    box-sizing: border-box;
    text-align: right;
}

.online-video__student-degree {
    font-size: 1.1em;
    border-left: 2px solid #fff;
    flex-basis: 70%;
    font-weight: 600;
    padding: 7px 10px;
    box-sizing: border-box;
}

.online-video__student-concentration {
    display: block;
}

.online-video__wk-grid .uk-margin {
    margin: 5px 0 0 0;
}

.online-video__wk-grid .uk-dotnav {
    padding-bottom: 5px !important;
}

.online-video__wk-grid .uk-dotnav li a {
    background-color: #fff;
    background-color: #eee;
}

.online-video__wk-grid .uk-dotnav li a:hover {
    background-color: #1E6B52 !important;
}

.online-video__wk-grid .uk-dotnav .uk-active a {
    background-color: #1E6B52;
    border: 0 !important;
}

/*#end region Online Video */
/*#region Home Icons */
.online-home-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.online-home-icons__item {
    flex-basis: 100%;
    margin: 20px;
}

@media all and (min-width:700px) {
    .online-home-icons__item {
        flex-basis: calc(50% - 40px);
        margin: 20px;
    }
}

@media all and (min-width:900px) {
    .online-home-icons__item {
        flex-basis: calc(25% - 40px);
        margin: 20px;
    }
}

.online-home-icons__item {
    display: flex;
    flex-direction: column;
    margin: 10px;
    box-shadow: 5px 5px 5px #d3d3d3;
    padding: 10px 0 0;
    background-color: #fff;
}

.online-home-icons__image {
    max-height: 120px !important;
    margin: 0 auto;
    display: block;
}

.online-home-icons__heading {
    text-align: center;
    margin-top: 10px;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
    padding: 0 10px;
}

.online-home-icons__copy {
    text-align: center;
    padding: 0 10px;
}

.online-home-icons__btn {
    background-color: #1E6B52;
    color: #fff !important;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin-top: auto;
}

.online-home-icons__btn:hover {
    text-decoration: none;
    background-color: #eee;
    color: #1E6B52 !important;
}

/*#endregion Home Icons */
/*#region Quicklinks */
@media (min-width: 1024px) {
    body.linear.hd #quicklinks {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    #quicklinks > .moduletable {
        flex-basis: auto;
        width: auto;
        margin: 0 20px;
        flex-grow: 1;
    }
}

#quicklinks .custom {
    flex-basis: auto;
    flex-grow: 1;
    margin: 0 20px 0 0;
}

#wrapper #quicklinks .custom .online-quicklnk-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-weight: 600 !important;
}

/*#endregion Quicklinks */
/*#region Course Delivery */
.online-course-delivery {
    padding: 0 0 10px;
    padding: 0 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.online-course-delivery-options {}

.online-collat-delivery {
    border-top: 1px solid #eee;
    padding: 20px 0;
    margin-top: auto;
    color: #000 !important;
}

.online-collat-delivery__copy {
    line-height: 1.5;
    font-size: 1.2em;
}

.online-course-delivery__heading {
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    /* text-align: center; */
}

.online-course-delivery__list {
    display: flex;
    list-style-type: none;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    /* justify-content: center; */
    gap: 40px;
}

.online-course-delivery__list-item {
    margin: 0;
    flex-basis: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    /* text-align: center; */
    font-size: 1.2em;
    line-height: 1.5;
}

@media all and (min-width:700px) {
    .online-course-delivery__list-item {
        flex-basis: calc(50% - 40px);
    }
}

@media all and (min-width:1024px) {
    .online-course-delivery__list-item {
        flex-basis: calc(33% - 40px);
    }
}

.online-course-delivery__list-item strong {
    display: block;
    font-size: 1.3em;
    margin-bottom: 5px;
}

.online-course-delivery__list-item strong::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #ffd400;
    display: block;
    /* margin: 0 auto; */
}

/*#endregion Course Delivery */
/*#region Middle Menu */
.v2-middle-menu .separator {
    font-size: 1em;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    font-weight: 600;
}

.v2-middle-menu .divider {
    list-style-type: none;
    width: 100%;
    background-color: #1E6B52;
    padding: 10px !important;
    box-sizing: border-box;
}

/*#endregion Middle Menu */
/* uab.edu/online */
/*********************************** BEGIN banner */
.innerBannerBar > h1::before {
    content: "UAB Online: ";
    opacity: 0.7;
}

body.hd #maincolumn-l {
    margin: 15px 0 0 0 !important;
}

@media screen and (max-width: 600px) {
    body.hd.sidebars #leftcolumn {
        max-width: 65%;
    }
}

p {
    margin: 0.75em 0 !important;
}

body.hd #banner img {
    width: 100%;
}

.topbanner {
    background: url(images/banners/CAMPUS_SHOT2.jpg) no-repeat bottom fixed;
    background-size: cover;
    color: #fff;
    height: 500px;
    padding: 6em 0 6em 0;
    text-align: center;
}

.topbanner strong,
#banner b {
    color: #fff;
}

.topbanner h1,
.topbanner h2,
.topbanner h3,
.topbanner h4,
.topbanner h5,
.topbanner h6 {
    color: #fff;
}

.topbanner blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

.topbanner code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

.topbanner form {
    color: black;
}

.topbanner hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.topbanner h2 {
    font-size: 3.6em;
    font-weight: 600 !important;
    line-height: 1.35em;
    margin: 0 auto 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 55%;
}

.topbanner a:hover {
    text-decoration: none;
}

.topbanner p {
    font-size: 1.5em;
    text-transform: uppercase;
}

@media screen and (max-width: 1680px) {
    .topbanner {
        padding: 6em 0 6em 0;
    }
}

@media screen and (max-width: 1280px) {
    .topbanner {
        padding: 6em 0 4em 0;
    }

    .topbanner h2 {
        width: 50%;
    }
}

@media screen and (max-width: 980px) {
    .topbanner {
        background-position: center;
    }

    .topbanner h2 {
        width: 75%;
    }
}

@media screen and (max-width: 736px) {
    .topbanner {
        background-position: right center;
        padding: 0 0 0 0;
    }

    .topbanner h2 {
        font-size: 3em;
        padding: 2.0em 0 0.5em 0;
    }

    .topbanner p {
        font-size: 1.25em;
    }
}

@media screen and (max-width: 480px) and (min-width: 300px) {
    .topbanner {
        background: url(images/banners/CAMPUS_SHOT2_small.jpg) no-repeat center fixed;
        background-size: cover;
        padding: 0;
    }

    .topbanner h2 {
        padding: 1.25em 0 0.5em 0;
        width: 75% !important;
    }
}

.bannerleft {
    float: left;
    width: 50%;
}

.bannerright {
    background-color: #1e6b52;
    color: white;
    float: right;
    font-size: 18px;
    width: 50%;
}

@media screen and (max-width:736px) {
    .bannerleft {
        float: none;
        width: 100%;
    }

    .bannerright {
        float: none;
        width: 100%;
    }
}

/*************************************** BEGIN Big Type Banner Overlay  */
div.moduletable.bannerOverlay {
    background-color: rgba(20, 72, 56, 0.75);
    background-image: url("images/banners/topiary_apply-overlay.jpg");
    background-size: cover;
    display: table;
    height: auto;
    line-height: normal;
    margin-top: 0;
    padding: 4%;
    position: relative;
    vertical-align: middle;
    width: 92%;
}

.admissionsBannerTitle,
.admissionsBannerContent {
    float: left;
}

.admissionsBannerTitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: "din-condensed", sans-serif !important;
    font-size: 6vw;
    padding-right: 1%;
    text-align: right;
    text-transform: uppercase;
    width: 36%;
}

.admissionsBannerContent {
    border-left: 1px solid #ccc;
    font-size: 14px;
    padding-left: 1%;
    width: 60%;
}

.admissionsBannerContent > p {
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 800px) {
    .admissionsBannerTitle {
        font-size: 10vw;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }

    .admissionsBannerContent {
        border-left: medium none;
        float: none;
        font-size: 14px;
        margin: 0 auto;
        padding-left: 0;
        width: 90%;
    }
}

/*************************************** END Type Banner Overlay  */
/*********************************** END banner */
body.hd #maincolumn-l {
    margin: 15px 0 0 0 !important;
}

@media screen and (max-width: 600px) {
    body.hd.sidebars #leftcolumn {
        max-width: 65%;
    }
}

p {
    margin: 0.75em 0 !important;
}

body.hd #banner img {
    width: 100%;
}

.topbanner {
    background: url(images/banners/topiary_apply.jpg) no-repeat top fixed;
    background-attachment: fixed;
    background-size: cover;
    color: #f2f2f2;
    height: 400px;
    padding: 3em 0 0 0;
    text-align: center;
}

.topbanner strong,
#banner b {
    color: #fff;
}

.topbanner h1,
.topbanner h2,
.topbanner h3,
.topbanner h4,
.topbanner h5,
.topbanner h6 {
    color: white;
}

.topbanner blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

.topbanner code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

.topbanner form {
    color: black;
}

.topbanner hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.topbanner h2 {
    background-color: rgba(30, 107, 82, 0.6);
    font-size: 3.6em;
    font-weight: 600;
    line-height: 1.35em;
    margin: 0 auto 0;
    padding: 0.5em 0 0.5em 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 55%;
}

.topbanner a:hover {
    text-decoration: none;
}

.topbanner p {
    font-size: 1.5em;
    text-transform: uppercase;
}

@media screen and (min-width: 1681px) {
    .topbanner {
        background: url(images/banners/topiary_apply.jpg) no-repeat bottom center fixed;
        background-size: cover;
        height: 400px;
    }

    .topbanner h2 {
        font-size: 4.2em;
        padding: 0.5em 0 0.5em 0;
        width: 40%;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
    .topbanner {
        background: url(images/banners/topiary_apply.jpg) no-repeat bottom fixed;
        background-size: cover;
        height: 300px;
    }

    .topbanner h2 {
        padding: 0.5em 0 0.5em 0;
    }
}

@media screen and (max-width: 1280px) and (min-width: 981px) {
    .topbanner {
        background: url(images/banners/topiary_apply.jpg) no-repeat bottom fixed;
        background-size: cover;
        padding: 1.75em 0 1.75em 0;
    }

    .topbanner h2 {
        padding: 0.5em 0 0.5em 0;
        width: 65%;
    }
}

@media screen and (max-width: 980px) and (min-width: 735px) {
    .topbanner {
        background: url(images/banners/topiary_apply.jpg) no-repeat bottom fixed;
        background-size: cover;
        height: 300px;
        padding: 1.5em 0 1.5em 0;
    }

    .topbanner h2 {
        padding: 0.5em 0 0.5em 0;
        width: 75%;
    }
}

@media screen and (max-width: 736px) and (min-width: 481px) {
    .topbanner {
        background-position: bottom;
        background-size: cover;
        height: 400px;
        padding: 2em 0 0 0;
    }

    .topbanner h2 {
        font-size: 3em;
        padding: 0.5em 0 0.5em 0;
    }

    .topbanner p {
        font-size: 1.25em;
    }
}

@media screen and (max-width: 480px) and (min-width: 300px) {
    .topbanner {
        background: url(images/banners/topiary_apply.jpg) no-repeat center center fixed;
        background-size: cover;
        height: 500px;
        padding: 2.75em 0 0 0;
    }

    .topbanner h2 {
        font-size: 2.4em;
        padding: 0.5em 0 0.5em 0;
        width: 80% !important;
    }
}

.bannerleft {
    float: left;
    width: 50%;
}

.bannerright {
    background-color: #1e6b52;
    color: white;
    float: right;
    font-size: 18px;
    width: 50%;
}

@media screen and (max-width:736px) {
    .bannerleft {
        float: none;
        width: 100%;
    }

    .bannerright {
        float: none;
        width: 100%;
    }
}

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

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

.innerBannerBarPage {
    height: 65px;
    margin: auto;
    max-width: 1200px;
    width: 90%;
}

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

.innerBannerBarPage h2 {
    color: #f4f4f4 !important;
    float: right;
    font-size: 2.6em;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

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

.bannerBarUABGray {
    background-color: #808080;
}

@media screen and (max-width: 900px) {
    .innerBannerBarPage h2 {
        color: #f4f4f4 !important;
        float: right;
        font-size: 2.0em;
        margin: 10px 0 0 0;
        text-transform: uppercase;
    }
}

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

    .innerBannerBar {
        height: 50px;
        width: 90%;
    }

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

    .innerBannerBarPage h2 {
        color: #f4f4f4 !important;
        float: right;
        font-size: 2.0em;
        margin: 10px 0 0 0;
        text-transform: uppercase;
    }

    .innerBannerBarPageLong h2 {
        font-size: 1.6em !important;
        margin-top: 0;
        text-align: center !important;
    }
}

@media screen and (max-width: 450px) {
    .innerBannerBar h1 {
        font-size: 2.0em;
        text-align: center;
    }

    .innerBannerBarPage h2 {
        font-size: 1.8em;
        text-align: center;
    }

    .innerBannerBarPageLong h2 {
        font-size: 1.6em !important;
        margin-top: 0;
        text-align: center !important;
    }
}

/*#region---------------------------------- stickyNav */
body.sticky {
    margin-top: 72px;
}

body {
    overflow-x: hidden;
}

.stickyNav {
    background-position: 20px -120%;
}

body.sticky #whitebox {
    overflow: visible;
}

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

body.sticky .custom.stickyNav.visible-phone {
    background: #fff 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;
}

body.linear.hd.sticky .stickyNav h1 {
    padding: 10px 50px;
}

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

@media screen and (max-width: 700px) {
    body.sticky .custom.stickyNav {
        background-image: none;
    }
}

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

.ghostButton a {
    border: 2px solid #cfcfcf;
    color: #656565 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "din-condensed", sans-serif !important;
    font-size: 17px;
    font-weight: 400 !important;
    margin: 5px;
    padding: 0.5em 0.7em 0.4em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.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;
}

.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;
}

/*#endregion---------------------------------- stickyNav */
.homebuttons .uk-panel {
    height: auto;
    width: 100%;
}

.homebuttons {
    background-color: white;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px;
}

.uk-overlay {
    display: block;
}

.btn-lg {
    background-color: #387038;
    background-image: -moz-linear-gradient(top, #387038, #274e27);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#387038), to(#274e27));
    background-image: -webkit-linear-gradient(top, #387038, #274e27);
    background-image: -o-linear-gradient(top, #387038, #274e27);
    background-image: linear-gradient(to bottom, #387038, #274e27);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2%;
    padding: 15px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}

@media screen and (max-width: 565px) and (min-width: 260px) {
    .btn-lg {
        margin-top: 3%;
        padding: 10px 15px;
    }
}

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

    #leftcolumn.sidebarpanel.teal,
    #sidebar_trigger.teal {
        background-color: white;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 300px) {
    #leftcolumn.sidebarpanel {
        background-attachment: scroll;
        background-image: none;
        background-position: right bottom;
        background-repeat: no-repeat;
        max-width: 220px;
        padding: 25px 0 22px;
        width: 220px;
        z-index: 1;
    }
}

@media only screen and (max-width: 960px) and (min-width: 300px) {
    .uk-panel-space {
        padding: 0 0 30px 0;
    }

    .uk-margin-top {
        margin-top: 0 !important;
    }
}

.itempage body,
.itempage p,
.itempage span,
.itempage div.itemIntroText {
    font-size: 16px !important;
}

.itempage li {
    font-size: 16px;
}

.specialprograms {
    padding-bottom: 60px;
    padding-top: 60px;
}

.specialprograms a:hover {
    text-decoration: none;
}

.programdescription {
    color: #1e6b52;
    font-size: 28px;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-align: center;
}

@media only screen and (max-width: 767px) and (min-width: 400px) {
    .programdescription {
        color: #1e6b52;
        font-size: 24px;
        line-height: 1.3em;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media only screen and (max-width: 399px) and (min-width: 300px) {
    .programdescription {
        color: #1e6b52;
        font-size: 18px;
        line-height: 1.3em;
        margin-bottom: 10px;
        text-align: center;
    }
}

/*********************************** BEGIN sidebar buttons */
.sidebarbuttons {
    background-color: #f8f8f8;
    border: 4px solid #cfcfcf;
    font-size: 1em;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 0;
    text-align: center;
    text-transform: none;
    width: 90%;
    transition: box-shadow 0.2s linear 0.2s;
}

.sidebarbuttons:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.sidebarbuttonstext {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 95%;
}

.sidebarnav a {
    color: #656565 !important;
}

.sidebarnav a:hover {
    text-decoration: none !important;
}

.special programs .grid-margin {
    margin-top: 40px;
}

.span12 .btn {
    font-size: 20px;
    padding: 15px !important;
}

@media only screen and (max-width: 800px) {
    .specialprograms .uk-grid-margin {
        margin-top: 45px;
    }
}

body.hd.ribbonFullwidth #epilogue {
    max-width: 2000px;
}

@media only screen and (max-width: 1024px) and (min-width: 801px) {
    .badges img {
        width: 75%;
    }
}

@media only screen and (max-width: 800px) and (min-width: 400px) {
    .badges img {
        width: 75%;
    }
}

@media only screen and (max-width: 399px) and (min-width: 300px) {
    .badges img {
        width: 75%;
    }
}

.upper2 .custom {
    margin-right: 0;
}

body.hd.ribbonFullwidth #epilogue {
    max-width: none;
}

.homeintrotext {
    margin: 40px 7% 20px 7%;
}

.homeintrotext p {
    color: #333;
    font-size: 24px;
    line-height: 27.44px;
    text-align: left;
}

@media only screen and (max-width: 1280px) and (min-width: 426px) {
    .homeintrotext {
        margin: 30px 7% 5px 7%;
    }

    .homeintrotext p {
        color: #333;
        font-size: 22px;
        line-height: 27.44px;
        text-align: left;
    }
}

@media only screen and (max-width: 425px) and (min-width: 300px) {
    .homeintrotext {
        margin: 10px 7% 5px 7%;
        text-align: center;
    }

    .homeintrotext p {
        color: #333;
        font-size: 22px;
        line-height: 27.44px;
        text-align: center;
    }
}

.fourbuttons {
    margin-bottom: 15px;
}

.banner-background {
    background: #fff url("images/home/topiary_apply.jpg") no-repeat fixed top;
    height: 350px;
    opacity: 0.9;
    position: relative;
    width: 100%;
}

.banner-background h2 {
    background-color: rgba(30, 107, 82, 0.6);
    color: white;
    float: none;
    font-size: 4.1em;
    font-weight: 600;
    line-height: 1.35em;
    margin: 0 auto 0;
    opacity: 1.0;
    padding: 0.25em 0 0.25em 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40px;
    width: 100%;
}

.banner-buttons h3 {
    background-color: rgba(30, 107, 82, 0.6);
    color: white;
    font-size: 2.3em;
    font-weight: 600;
    line-height: 1.35em;
    padding: 0.25em 0.25em 0.25em 0.25em;
    text-align: center;
    text-transform: uppercase;
    width: 500px;
}

.banner-buttons h3 a {
    color: white;
    font-size: 32px;
    font-weight: bold !important;
}

.banner-buttons h3:hover {
    background-color: white;
    color: rgba(30, 107, 82, 0.9);
    text-decoration: none !important;
}

.banner-buttons a:hover {
    text-decoration: none !important;
}

.banner-buttons {
    bottom: 0;
    position: absolute;
}

@media (max-width: 1025px) and (min-width: 425px) {
    .banner-background h2 {
        font-size: 2.8em !important;
    }

    .banner-buttons h3 {
        background-color: rgba(30, 107, 82, 0.6);
        color: white;
        font-size: 1.8em;
        font-weight: 600;
        line-height: 1.35em;
        padding: 0 0 0 0;
        text-align: center;
        text-transform: uppercase;
    }

    .banner-buttons h3 a {
        color: white;
        font-size: 24px;
        font-weight: bold !important;
    }
}

@media (max-width: 424px) and (min-width: 300px) {
    .banner-background h2 {
        font-size: 2.3em !important;
    }
}

@media (min-width: 1921px) {
    .banner-background {
        background: url("images/home/topiary_apply.jpg") no-repeat bottom cover fixed;
        background-size: cover;
        height: 825px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .banner-buttons {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        text-align: center;
        top: 250px;
        width: 600px;
    }

    .banner-buttons h3 {
        width: 600px;
    }

    .banner-buttons h3 a {
        color: white;
        display: block;
        font-size: 1.8em !important;
        font-weight: bold !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 600px;
    }

    .banner-background h2 {
        font-size: 6em;
        position: absolute;
        top: 75px !important;
    }
}

/*********************************** BEGIN footer */
#footer div.addthis_inline_follow_toolbox div {
    height: 34px;
    margin: 0;
    text-align: left;
}

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

body.hd .half .moduletable > div,
body.hd .third .moduletable > div,
body.hd .two_thirds .moduletable > div {
    width: 100%;
}

.item-668:before {
    content: "" !important;
}

.item-668 {
    padding: 0 !important;
}

.item-593:before {
    content: "" !important;
}

.item-669 {
    padding: 0 !important;
}

.item-669:before {
    content: "" !important;
}

.item-670 {
    padding: 0 !important;
}

.item-670:before {
    content: "" !important;
}

.item-671 {
    padding: 0 !important;
}

.item-671:before {
    content: "" !important;
}

.item-672 {
    padding: 0 !important;
}

.item-672:before {
    content: "" !important;
}

.item-593:before {
    content: "" !important;
}

.item-593 {
    padding: 0 !important;
}

.item-572:before {
    content: "" !important;
}

.item-572 {
    padding: 0 !important;
}

.item-573:before {
    content: "" !important;
}

.item-573 {
    padding: 0 !important;
}

.item-574:before {
    content: "" !important;
}

.item-574 {
    padding: 0 !important;
}

.item-575:before {
    content: "" !important;
}

.item-575 {
    padding: 0 !important;
}

.item-576:before {
    content: "" !important;
}

.item-576 {
    padding: 0 !important;
}

.item-568:before {
    content: "" !important;
}

.item-568 {
    padding: 0 !important;
}

.middle_content span.sephead {
    background-color: #1e6b52;
    border-radius: 0;
    color: white !important;
    font-size: 25px !important;
    height: 30px !important;
    margin-bottom: 0.5em !important;
    min-height: 0;
    text-align: left;
    text-indent: 0;
    width: 90%;
}

body.hd .half .moduletable > div,
body.hd .third .moduletable > div,
body.hd .two_thirds .moduletable > div {
    width: 100%;
}

.ghostLimeHome a:hover {
    background: #a3d55d none repeat scroll 0 0;
    border: 0 solid #a3d55d;
    color: #363636 !important;
    text-decoration: none;
}

.ghostButtonHome {
    margin: auto;
    margin-bottom: 0;
    text-align: center !important;
    width: 100%;
}

.ghostButtonHome a {
    background: #51a351;
    border: 0 solid #1e6b52;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: "din-condensed", sans-serif !important;
    font-size: 25px;
    font-weight: 400 !important;
    margin: 10px 0.5% 0 0.5%;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    WIDTH: 24.25%;
}

.visible-phone .ghostButtonHome a {
    font-size: 19px;
    padding: 0.2em;
}

.homeslide {
    margin-top: 10px;
}

reqinfo {
    width: 400px !important;
}

.navbar .nav > li > a {
    padding: 10px 10px 9px;
}

.homebuttons_ebt {
    margin-bottom: 0;
    margin-top: 10px;
}

body.hd #ribbon span,
body.hd #ribbon a:link,
body.hd #ribbon a:visited {
    box-shadow: none;
    color: #333 !important;
    text-shadow: none;
    transition: none 0s ease 0s;
}

@media screen and (max-width: 600px) {
    .innerBannerBarPage h2 {
        margin: 15px 0 0 0;
    }
}

@media screen and (max-width: 600px) {
    .innerBannerBar h1 {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .videobar .row-fluid .span6 {
        margin-left: 0 !important;
        width: 50% !important;
    }
}

@media (min-width: 1200px) {
    .videobar .row-fluid .span6 {
        margin-left: 0;
    }
}

/*********************************** BEGIN degrees & certifications */
.middle_content > li > ul > li > span.sephead {
    background-color: #1e6b52;
    border-radius: 0;
    color: white !important;
    font-size: 25px !important;
    height: auto !important;
    margin-bottom: 0.5em !important;
    min-height: 0;
    text-align: left;
    text-indent: 0;
    width: 92%;
}

#popuplogo {
    display: none;
}

.c-news-feed-03__heading-link {
    word-break: break-word;
}

.c-news-feed-03__heading {
    font-size: 1.1em !important;
}

.c-news-feed-03__item {
    border-bottom: none !important;
}

.c-news-feed-03__copy {
    padding: 0 10px 20px 20px !important;
}

.online-2021-refresh-page-wrapper .c-news-feed-03__intro-text {
    font-size: 16px;
}

@media all and (max-width: 960px) {
    .o-news-feed--2-across {
        margin: 20px;
    }
}

.degrees-certs-tabs .uk-tab .uk-active a {
    background-color: #144B39 !important;
    color: #FFD42C !important;
}

.degrees-certs-tabs .uk-tab .uk-active a:hover {
    color: #FFD42C !important;
}

.degrees-certs-tabs .uk-tab {
    border-bottom: none;
}

.degrees-certs-tabs .uk-tab a {
    background-color: #ececed !important;
    color: #144B39 !important;
    font-family: proxima-nova, sans-serif !important;
    min-width: 12em;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    border-bottom: none !important;
}

.degrees-certs-tabs .uk-panel.uk-panel-space {
    background-color: #144B39 !important;
    padding: 30px !important;
}

.degrees-certs-tabs .c-news-feed-03__heading-link,
.degrees-certs-tabs .c-news-feed-03__intro-text {
    color: #fff !important;
}

.degrees-certs-tabs li a {
    border-bottom: none !important;
}

.degrees-certs-tabs .c-news-feed-03__intro-text {
    padding-top: 0.5em;
}

.degrees-certs-tabs .c-news-feed-03__link,
.degrees-certs-tabs .c-news-feed-03__link:hover {
    background-color: transparent !important;
    border-bottom: none !important;
}

.degrees-certs-tabs .c-news-feed-03__item:hover .c-news-feed-03__image {
    transform: none;
}

.degrees-certs-tabs .c-news-feed-03__copy-date-and-badge {
    align-items: flex-start;
}

/*********************************** 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 {
    color: #1e6b52 !important;
    text-decoration: underline !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: #333 !important;
    float: left;
    font-family: "din-condensed", 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: #333;
    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 {
        float: left;
        height: 20px !important;
        margin: auto;
        margin-bottom: 20px !important;
        text-align: center;
        width: 94%;
    }

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

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

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

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

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

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

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

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

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

    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 Marketing Pages */
/* BEGIN Undergraduate Degree Pages */
.featured-degrees-tabs {
    min-height: 40px;
    cursor: default;
}

.featured-degrees-tabs.active {
    background-color: #FFD42C !important;
}

.featured-degrees-tabs-container {
    display: none;
}

@media all and (min-width: 768px) {
    .featured-degrees-tabs-container {
        display: inline;
    }
}

.featured-degrees-intro-text,
.featured-degrees-link {
    display: none;
}

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

    .featured-degrees-intro-text,
    .featured-degrees-link {
        display: inline;
    }
}

/* END Undergraduate Degree Pages */
/*BEGIN Graduate Degree Page */
@media all and (max-width: 767px) {
    .graduate-grid-stack img {
        width: 33.333333% !important;
        display: flex;
    }
}

@media all and (max-width: 640px) {
    .graduate-grid-stack img {
        margin: auto;
    }

    .graduate-grid-stack .uk-margin h2,
    .graduate-grid-stack .uk-margin p {
        text-align: center
    }
}

/*END Graduate Degree Page */
/*********************************** END Marketing Pages */



/*---BEGIN Updated Campaign Page */

/*Hide edit mode - this can be removed once page is public */
/* .campaign-page #editMode {
    display: none;
} */

/*Hide registered icons - this can be removed once page is public */
/* .campaign-page .icons {
    display: none;
} */

/*Hide user menu at bottom - this can be removed once page is public */
/* .campaign-page #syndicate {
    display: none;
} */

/*Removes footer position to eliminate random spacer */
.campaign-page #footer_required {
    display: none;
}

.campaign-page #lockedFooter {
    background-color: #EEEEEE;
    z-index: 20;
    position: relative;
}

.campaign-page #lockedFooter * {
    color: #295135 !important;
}

/*Add font smoothing */
.campaign-page * {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}



/*BEGIN Top Logo Bar Changes */

/*Remove height and standardize padding */
body.linear.hd.campaign-page .topLinearContainer {
    height: initial;
    padding: 10px 10px;
}

body.linear.hd.campaign-page div.topLinearLogo {

    background-image: url(/online/white-with-R-core-horizontal.svg);
    height: 20px;
}

/*END Top Logo Bar Changes */

/*Remove gradient from top bar */

body.linear.hd.campaign-page .topLinearContainer {
    background: none;
    background-color: #1e6b52;
}


/*BEGIN Form */

/*Push form up into image */
@media all and (min-width:768px) {
    .campaign-form {
        margin-top: -100px;
    }
}

/*remove margin from form so it isn't centered */
.campaign-page .wFormContainer {
    margin: 0 !important;
    max-width: 100% !important;
}

/*END Form

/*Make content area 100% */
body.hd.template-02.campaign-page #content {
    width: 100%;
}


/*Remove margin from main content area */
body.hd.ribbonFullwidth.campaign-page #whitebox {
    margin-top: 0 !important;

}


/*BEGIN site name adjustments */
body.linear.campaign-page .siteNameTop {
    font-size: 1.1rem;
    font-family: kulturista-web, serif !important;
    font-weight: 400;
    color: #144B39;
    line-height: 1;
}

body.linear.campaign-page .siteNameSub {
    font-size: 2rem;
    color: #144B39;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

body.linear.campaign-page #siteName {
    padding: 20px 10px !important;
    margin: 0;
    box-sizing:border-box;
}

@media all and (min-width:1300px) {
    body.linear.campaign-page #siteName {
        padding: 20px 0 !important;
    }

}

/*remove height from site name area */
body.hd.ribbonFullwidth.campaign-page #whitebar {
    height: initial;
}

/*END site name adjustments */


/*---END Updated Campaign Page */


/*BEGIN Criminal Justice */


@media all and (min-width:768px) {
    .criminal-justice-internship > div:not(:last-child) {
        border-right: 1px solid #144233;
    }
}

/*END Criminal Justice */


hr {
    opacity:1;
}


.back-to-top p {
    margin-top:0 !important;
}