
/*#region Directory Override */

/*!Sets a max width on the directory since the images are smaller than normal */

.blog.v2-directory--4-across .items-row  {
    max-width:267px;
}

.blog.v2-directory--4-across {
    justify-items: center;
}

.v2-directory > .page-header {
    width:100%;
}


/*#endregion Directory Override */



/*#region Health Informatics Landing Page */

body.hd.mshi-landing #whitebox {
    max-width: 100%;
    padding: 0px;
}

body.hd.mshi-landing #maincolumn-wide {
    max-width: 100%;
    padding-top: 0;
}

body.hd.mshi-landing #content {
    width: 100%;
}

.mshi-wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

body.hd.mshi-landing .label {
    white-space: normal;
}

/***********************Program title*********************************/
.top-green-border {
    border-top: 2px solid #80BC00;
}

.dark-green-bg {
    background: #1e6b52;
}

.grey-fullwidth-bg {
    background: #EEEEEE;
    padding: 3em 0;
}

.program-title h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0.5em 0;
}

.program-title h1 span {
    font-size: 22px;
    font-weight: normal !important;
    color: #fff;
}

/***********************Intro************************/
.mshi-intro {
    max-width: 800px;
    margin: 0 auto;
    padding: 1em 2em 2.75em 2em;
    text-align: center;
    box-sizing: border-box;
}

/********************Why UAB*********************/
.why-uab-section {
    display: flex;
    flex-wrap: wrap;
}

.why-uab-content {
    flex: 1 1 400px;
    background-color: #1e6b52;
    padding: 2em 3em 3em 0em;
}

.why-uab-content h2 {
    color: #fff;
    font-weight: 500 !important;
    padding-bottom: 0.5em;
}

.why-uab-content p {
    color: #fff;
}

br.mshi-mobile-only {
    display: none;
}

.why-uab-image {
    flex: 1 1 400px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 340px;
}

/********************Helpful facts section***************************/
.mshi-facts-box {
    border: 1px solid #80BC00;
    box-shadow: 3px 3px #80BC00;
    margin: 2.5em 0;
    padding: 20px 2px 0 2px;
}

.mshi-facts-box h2 {
    text-align: center;
}

.facts-columns {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0;
}

.facts-columns div {
    flex: 1 1 443px;
    padding: 0 3em;
    box-sizing: border-box;
}

/*************Additional links*****************/
.mshi-additional-links,
.mshi-student-resources {
    background: #F4F8EE;
    text-align: center;
    padding: 1em 0;
}

/*************Blog post section*****************/
.mshi-recent-posts {
    background: #EEEEEE;
    padding: 1em 0;
    border-top: 1px solid #80BC00;
    border-bottom: 1px solid #80BC00;
}

.mshi-landing .c-news-feed-02__figure {
    min-width: 350px;
}

.blog-cta {
    background: #F4F8EE;
    border: 1px solid #80BC00;
    text-align: center;
    padding: 1% 10%;
    color: #fff;
    margin: 2em 0 1em 0;
    box-shadow: 3px 3px #80BC00;
}

.blog-cta h3 {
    text-align: center;
    font-weight: 500 !important;
}

.mshi-landing .c-news-feed-02__item {
    box-shadow: none;
}

.mshi-landing .c-news-feed-02__item:hover {
    box-shadow: 0 0 0 1px #ddd;
}

.mshi-blog-posts .item-image {
    max-width: 300px;
}


/**********program accreditation*************/
.mshi-accreditation {
    padding: 1em;
    margin-bottom: 2em;
}

.amia-content {
    padding-bottom: 1em;
}

/***********MSHI FAQs******************/
.mshi-faqs {
    background: #eee;
    padding: 0.5em 0 3em 0;
    margin: 2em 0;
}

.mshi-landing .uk-accordion-title {
    border-top: none;
    border-bottom: 1px #ccc solid;
    margin-bottom: 0 !important;
    padding: 0.9em 0;
    font-size: 16px;
}

.mshi-landing .uk-accordion-title::before {
    float: right;
}

/*************Request Info**************************/
.mshi-request-info-box {
    background: #fafafa;
    border: 1px solid #ddd;
    margin: 1.5em 0 2em 0;
}

/*************Contact us***********************/
.mshicontact-block {
    background: #F4F8EE;
    overflow: hidden;
}

.mshicontact-block h2 {
    text-align: center;
}

.mshicontact-details {
    max-width: 600px;
    margin: 0 auto;
}

.mshicontact-details .half {
    box-sizing: border-box;
    padding-bottom: 1em !important;
}

/**************Media queries***************/
@media only screen and (max-width:1130px) {
    .mshi-wrapper {
        padding: 0em 2em 0em 2em;
    }

}

@media only screen and (max-width:940px) {
    .why-uab-image {
        margin-bottom: 3em;
    }
}

@media only screen and (max-width:895px) {
    .why-uab-content {
        padding: 2em 0em 1em 0em;
    }
}

@media only screen and (min-width:768px) {
    .mshi-landing img.accreditation-logo {
        width: 190px;
        margin: 0 0 20px 20px !important;
        float: right !important;
    }
}

@media only screen and (max-width:768px) {
    .mshi-blog-posts .pull-left {
        float: none;
        max-width: 100%;
    }

    .accreditation-logo {
        width: 50% !important;
        padding-bottom: 1em;
    }

    .mshi-accreditation {
        margin-bottom: 0em;
        padding: 0 0em 1em 0;
    }
}

@media only screen and (max-width:599px) {
    .mshi-landing .c-news-feed-02__copy {
        padding: 20px 10px;
    }
}

@media only screen and (max-width:488px) {
    br.mshi-mobile-only {
        display: block;
    }

    .mshi-intro {
        padding: 1em 0em 2.75em 0em;
    }

    .facts-columns div {
        padding: 0 1em;
    }
}

/*#endregion Health Informatics Landing Page */