/*#region Two Column List Layout */
@media all and (min-width:600px) {
    .cem--two-column-bullets {
        column-count: 2;
        column-gap: 20px;
    }
}

.cem--two-column-bullets li {
    margin-left: 10px;
}

/*#endregion Two Column List Layout */
/*#region Home Banner */
.banner-background--container {
    background-image: url('images/banners/2560x800.jpg');
    background-position: 84% 0;
}

.banner-background--container {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*#endregion Home Banner */
/*#region Max Width on Article Images */
.item-page .item-image {
    max-width: 400px;
}

/*#endregion Max Width on Article Images */
/*#region Directory */
/*? makes images in directory blog full width */
.blog.v2-directory img {
    width: 100%;
}

/*#endregion Directory */
/*#region CEM News */
/*BEGIN Flexbox Layout */
.blog.cem--news {
    display: flex;
    flex-wrap: wrap;
}

.blog.cem--news .item-image {
    flex-shrink: 0;
}

.blog.cem--news > div {
    margin: 10px;
}

@media screen and (min-width: 600px) {
    .blog.cem--news > div {
        flex: 1 0 33%;
        max-width: 300px
    }
}

@media screen and (min-width: 1024px) {
    .blog.cem--news > div {
        flex: 1 0 23%;
        margin: 10px;
        max-width: 270px
    }
}

/*END Flexbox Layout */
/*BEGIN Grid Layout */
@supports (display: grid) {
    .blog.cem--news {
        display: grid;
        grid-gap: 20px;
    }

    .blog.cem--news > div {
        margin: 0px;
        max-width: 100%;
    }

    @media screen and (min-width: 700px) {
        .blog.cem--news {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (min-width: 1024px) {
        .blog.cem--news {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }
}

.blog.cem--news > .page-header {
    grid-column: 1 / -1;
    min-width: 100%;
}

/*END Grid Layout */
.blog.cem--news .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blog.cem--news .items-row {
    border: 1px solid #1E6B52 !important;
    position: relative;
    box-sizing: border-box;
}

.blog.cem--news .items-row .span12 {
    margin-bottom: 0;
}

.blog.cem--news .item-image {
    order: 1;
    margin: 0 !important;
}

.blog.cem--news .item-image img {
    margin: 0 0 10px;
}

.blog.cem--news .cem--news--intro-text {
    order: 3;
    padding: 0 20px 20px;
}

.blog.cem--news .item .page-header {
    order: 2;
    border-bottom: 0;
    padding: 0 20px;
}

.blog.cem--news .item .page-header h2 {
    margin: 0 !important;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 1.5rem !important;
}

.blog.cem--news .cem--news-button-container {
    margin-top: 2em;
}

.blog.cem--news .cem--news-button-container a {
    position: absolute;
    bottom: 1px;
    border-bottom: 0 !important;
    background-color: #fafafa;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #eee;
    font-weight: 600 !important;
}

/*#endregion CEM News */
/*#region Survey */
.cem--survey-facts {
    list-style-type: none;
    margin: 0;
}

#wrapper .cem--survey-facts li {
    padding: .8em;
    margin: 1em 0;
    font-family: "kulturista-web", serif !important;
    border: 1px solid #80bc00;
    box-sizing: border-box;
}

#content .cem--survey-facts span {
    color: #295135;
    text-transform: uppercase;
    font-weight: bold;
}

.cem--charts {
    max-width: 800px;
    margin: 0 auto;
}

.cem--charts > div {
    margin: 2em 0;
}

/*#endregion Survey */
/*#region Important Links */
.moduletable.cem--important-links--wrapper {
    box-sizing: border-box;
    border: 1px solid #eee;
    margin: 0em 0 2em !important;
}

.cem--important-links {
    list-style-type: none;
    margin: 0;
}

.cem--important-links li {
    margin: 0 !important;
}

.cem--important-links a {
    padding: 11px 8px !important;
    box-sizing: border-box;
    display: block;
    text-align: center;
    transition: .2s all ease-in;
    font-weight: 600;
    font-size: 1.05em;
}

.cem--important-links a:hover {
    background-color: #eee;
    transition: .2s all ease-in;
    text-decoration: none;
}

.template-01 .cem--important-links--heading {
    text-align: center;
    margin-top: 0 !important;
    background-color: #1E6B52;
    color: #fff !important;
    padding: 10px;
    font-size: 1.2em;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-family: "kulturista-web", serif !important;
}

/*#endregion Important Links */
/*#region Testimonial WK */

.cem--testimonial-wk .uk-panel-box,
.cem--testimonial-wk .wk-card {
    box-shadow: 2px 2px 0px 0px #1E6B52 !important;
    border: 1px solid #1E6B52;
    padding: 20px;
}

.wk-scope .cem--testimonial-wk .wk-card-body {
    padding: 0;
}

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

.cem--testimonial-wk .uk-panel-title:before,
.cem--testimonial-wk .wk-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.cem--testimonial-wk .uk-panel-title a,
.cem--testimonial-wk .wk-card h3 a {
    color: #fff !important;
}

.cem--testimonial-wk em {
    position: relative;
    display: block;
    padding: 0 1em;
    color:var(--uab-green);
}

.cem--testimonial-wk em:before {
    content: "\f10d";

    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: .8em;
    color: #80bc00;
    position: absolute;
    left: 0px;
    top: -8px;
}

.cem--testimonial-wk em:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: .8em;
    color: #80bc00;
    position: relative;
    top: -5px;
}

.cem--testimonial-wk a {
    cursor: default;
  pointer-events: none;    
}

/*#endregion Testimonial WK */
/*#region Table Margins */
.table-bordered h3,
.table-bordered p {
    margin: 0 !important;
}

/*#endregion Table Margins */
/*#region Email Print Icons */
.icons ul.dropdown-menu {
    border: none;
    box-shadow: none;
    display: flex !important;
    float: none;
    min-width: inherit;
    position: static;
    background-color: transparent;
    margin: 0;
}

@media screen and (min-width: 600px) {
    .icons {
        position: absolute;
        right: 0;
        top: 0;
    }
}

#content .icons a {
    padding: 0;
}

#content .icon-envelope:before {
    font-weight: normal;
}

.icons .btn-group.pull-right {
    float: none;
    margin-top: 0;
}

.icons button.btn.dropdown-toggle {
    display: none;
}

body .item-page {
    position: relative;
}

/*#endregion Email Print Icon */
/*#region Subfooter */
.cem--subfooter {
    background-color: #eee;
    padding: 20px 0;
    box-sizing: border-box;
}

.cem--subfooter h3 {
    text-align: center;
    margin: 0 !important;
    font-size: 1.4rem;
    font-family: "kulturista-web", serif !important;
}

.cem--subfooter ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    margin: 1em auto 0;
    max-width: 1280px;
    background-color: #fff;
    grid-gap: 1px;
}

.cem--subfooter ul li {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #eee;
    margin-bottom: 0 !important;
}

.cem--subfooter ul li a {
    color: #444 !important;
    font-size: 1.1rem !important;
    line-height: 120%;
    font-weight: 600 !important;
    padding: 10px;
}

#footer .cem--subfooter ul li a:hover {
    color: #444 !important;
}

.template-01 #footer_required .moduletable.unit-footer {
    padding-top: 0;
}

/*#endregion Subfooter */
/*------------BEGIN HOME ----------------*/
/*Make page full width*/
body.hd.linear.cem-full-width #content,
body.hd.linear.cem-full-width #maincolumn-wide,
body.hd.linear.cem-full-width #whitebox {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/*Adjust Image Button */
.template-01.cem-full-width .btn__text-container--wk-xlg-img-white {
    padding: 0 5px;
}

/*Adjust student testimonial */
.cem-full-width .cem--testimonial-wk em {
    font-size: 1.3rem;
}

/*BEGIN Intro */
.cem-intro {
    padding: 20px;
}

@media all and (min-width:1028px) {
    .cem-intro {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 80px 20px;
    }

    .cem-intro__video-block {
        min-width: 50%;
    }
}

.cem-intro__preheading {
    display: block;
    font-size: 1.4rem;
    color: #1E6B52;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 5px;
}

body.linear .cem-h1 .cem-intro__heading {
    font-size: 2.2rem;
    line-height: 1 !important;
    color: #1E6B52;
    font-family: 'kulturista-web' !important;
}

body.linear h1.cem-h1 {
    line-height: 1 !important;
}

/*END Intro */
/*BEGIN  Utility Classes */
.cem-text-white {
    color: #fff !important;
}

.cem-p-sm {
    padding: 10px;
}

.cem-p-md {
    padding: 20px;
}

.cem-p-lg {
    padding: 30px;
}

.cem-text-md {
    font-size: 18px;
}

.cem-bg-uab-green {
    background-color: #1E6B52;
}

.cem-bg-gray {
    background-color: #eee;
}

.cem-bg-light-gold {
    background-color: #D6E9B8;
}

.cem-max-width-550 {
    max-width: 550px;
    margin: 0 auto;
}

.cem-max-width-980 {
    max-width: 980px;
    margin: 0 auto;
}

.cem-max-width-1340 {
    max-width: 1340px;
    margin: 0 auto;
}

/*END  Utility Classes */
/*BEGIN Highlights Block */
.cem-highlights__left-block {
    padding: 30px 20px;
}

@media all and (min-width:1028px) {
    .cem-highlights {
        display: flex;
    }

    .cem-highlights__left-block {
        padding: 40px;
    }
}

@media all and (max-width:1028px) {
    .cem-highlights__right-block {
        padding: 40px 0;
    }
}

.cem-form__heading {
    padding: 0 50px;
}

/*END Highlights Block */
/*BEGIN Badge Styling */
.cem-badges {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.cem-badges__img {
    margin: 1em auto;
    display: inline-block;
}

@media all and (min-width:768px) {
    .cem-badges {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cem-badges__img {
        max-height: 200px;
    }
}

@media all and (max-width:768px) {
    img.cem-badges__img {
        width: 200px;
    }
}

@media all and (min-width:1028px) {
    .cem-badges {
        padding-top: 40px;
    }
}

.cem-badges__item {
    background-color: #144B39;
    padding: 20px;
    text-align: center;
}

.cem-badges p {
    color: #fff;
    font-size: 18px;
}

body.linear .cem-badges span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    font-family: 'kulturista-web', serif !important;
    line-height: 1.5 !important;
}

/*END Badge Styling */
/*BEGIN Highlights Bullets */
.cem-program-highlights span {
    color: #fff;
    font-size: inherit;
    font-weight: 700;
}

/*END Highlights Bullets */
/*BEGIN Testimonials */
.cem-home-testimonials {
    padding: 30px 20px;
}

@media all and (min-width:1028px) {
    .cem-home-testimonials {
        padding: 80px 0;
        display: grid;
        grid-template-columns: 40% 60%;
        gap: 20px;
    }
}

/*END Testimonials */
/*BEGIN Image Buttons */
.cem-home-image-buttons {
    padding: 30px 20px;
}

@media all and (min-width:1028px) {
    .cem-home-image-buttons {
        padding: 80px 0;
    }
}

/*END Image Buttons */
/*------------END HOME ----------------*/