/*BEGIN Advisory Board and Events*/
.IEMAdvisoryBoard,
.IEMEvents_three,
.IEMEvents_two {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.IEMAdvisoryBoard div,
.IEMEvents_three > div,
.IEMEvents_two > div {
    border: 1px solid #eee;
    margin: .5em;
}

.IEMAdvisoryBoard div,
.IEMEvents_three div.eventDescription,
.IEMEvents_two div.eventDescription {
    padding: 1em;
}

.IEMEvents_three div h3,
.IEMEvents_two div h3 {
    margin-top: 0px;
}

.IEMAdvisoryBoard div {
    width: 24%;
}

.IEMEvents_three > div {
    width: 30%;
}

.IEMEvents_two > div {
    width: 44%;
}

.advisoryBoardMember {
    font-weight: bold;
    font-size: 1.2em;
}

@media all and (max-width:1024px) {
    .IEMAdvisoryBoard div {
        width: 100%;
    }
}

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

    .IEMEvents_three > div,
    .IEMEvents_two > div {
        width: 100%;
    }
}

/*END Advisory and Events Board*/
/*BEGIN Alumni */
.alumniLinkedIN h3 {
    margin-top: 0px !important;
}

/*END Alumni */
/*BEGIN Banner*/
/**BEGIN Image**/
.wideload-banner {
    background-color: #231F20;
    background-image: url("/engineering/iem/images/banners/IEM_banner_1280x350.png");
    min-height: 350px;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    width: 100%;
}

.wideload-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 350px;
    overflow: hidden;
    z-index: 2;
}

.wideload-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
}

/***BEGIN Mobile***/
@media only screen and (min-width: 1025px) {
    .wideload-banner {
        background-image: url("/engineering/iem/images/banners/IEM_banner_1280x350.jpg");
    }
}

@media only screen and (min-width:760px) and (max-width: 1024px) {
    .wideload-banner {
        background-image: url("/engineering/iem/images/banners/IEM_banner_1020x350.jpg");
    }
}

@media only screen and (min-width:550px) and (max-width: 760px) {
    .wideload-banner {
        background-image: url("/engineering/iem/images/banners/IEM_banner_780x350.jpg");
    }
}

@media only screen and (min-width:300px) and (max-width: 550px) {
    .wideload-banner {
        background-image: url("/engineering/iem/images/banners/IEM_banner_420x350.jpg");
    }
}

/***END Mobile***/
/**END Image**/
/**END Text**/
/*END Banner*/
/*BEGIN Curriculum */
.courseSequenceASEM h3 {
    text-align: center;
    margin-top: 0px !important;
}

.courseSequenceASEM .span6,
.courseSequenceASEM .span12 {
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    background-color: #f5f5f5;
}

/*END Curriculum */
/*BEGIN Faculty/Staff Profile */
.facultyStaffProfile h1 {
    margin-top: 10px;
}

.facultyStaffProfile {
    padding: 8px;
}

.peoplePosition {
    font-weight: 900;
}

.linkedInProfile {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.linkedInProfile a {
    padding: 10px;
    background-color: #1e6b52;
    color: #fff !important;
    text-decoration: none;
}

/*END Faculty/Staff Profile */
/*BEGIN Forms */
.formControlLabel {
    display: none;
}

fieldset {
    text-align: center;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 0px;
}

/*END Forms */
/* BEGIN Layout Overrides */


body.hd .third {
    width: 27%;
    margin: 1%;
    padding: 2%;
    min-height: 150px;
}

.third h3 {
    margin-top: 0px !important;
}

.changeToBold {
    font-weight: 600 !important;
}

.blog .span4,
.blog .span6,
.blog .span12 {
    border: 1px solid #eee;
    position: relative;
}

.readmore {
    min-height: 20px;
}

.readmore .btn {
    margin: 0px 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #eee;
    background-image: none;
    border-radius: 0px;
    border: none;
}

.programFocusLearnMore .uk-accordion-content {
    background-color: #eee;
}

.programFocusLearnMore .uk-accordion-title {
    background-color: #fff;
    text-align: right;
    border-bottom: none;
    font-size: 1.2em;
}

.row.a.opt-page-size-mobile {
    display: none;
}

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

    .cols-3 .column-2,
    .column-3 {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    body.hd p {
        padding-bottom: 0.75em;
    }
}

/*END Layout Overrides*/
/*BEGIN Partner with Us */
.partnerLink {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0px;
}

.partnerLink li {
    border: 1px solid #eee;
    margin: .4em;
    width: 23%;
    text-align: center;
}

.partnerLink li a {
    padding: 1em;
    display: block;
}

@media all and (max-width:1168px) {
    .partnerLink li {
        width: 40%;
    }
}

@media all and (max-width:680px) {
    .partnerLink li {
        width: 100%;
    }
}

/*END Partner with Us */
/*BEGIN Startup Companies */
.startUpCompanies [itemprop="thumbnailUrl"] {
    max-height: 100px;
    min-height: 100px;
    width: auto !important;
    height: auto !important;
}

.startUpCompanies [itemprop="image"] {
    width: 300px;
    float: right;
    margin-top: 40px !important;
    margin-bottom: 10px !important;
    margin-left: 30px !important;
}

/*END Startup Companies */
/*BEGIN Student Testimonials*/
.testimonialReadMore {
    color: #1E6B52;
    font-weight: bold;
    text-align: center;
    display: block;
    background-color: #eee;
    margin-bottom: 10px;
    font-size: .9em;
}

.testimonialName {
    font-weight: 500;
}

.testimonialBox {
    padding: 5px 10px 5px 15px;
    margin: 10px;
    border-top: 3px #A3CD65 solid;
    border-bottom: 3px #A3CD65 solid;
    float: right;
    width: 35%;
}

.testimonialText {
    font-size: 20px;
    padding: 0px 5px;
}

@media only screen and (max-width: 700px) {
    .testimonialBox {
        float: none;
        width: 90%;
        margin: 10px 0px;
    }
}

.relatedArticles li {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 7px !important;
    margin-top: -1px;
}

.relatedArticles li a {
    font-weight: 900;
}

.blog .row-fluid {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*END Student Testimonials*/
/*BEGIN Success Stories*/
.successStoryQuote {
    font-size: 1.4em;
    font-style: italic;
}

.successStoryGrad {
    text-align: right;
    font-size: 0.9em;
    font-weight: 600;
    padding-right: 20px;
}

.blog .span4 {
    padding: 10px;
}


/* from "CSS for Testing" module, part 1 */

.success-stories-hp .successStoryQuote {
    font-size: 1.25rem !important;
    text-indent: -0.3em;
}

.success-stories-hp .uk-panel.uk-panel-box,
.success-stories-hp .wk-card {
    border-top: 3px #A3CD65 solid;
    border-bottom: 3px #A3CD65 solid;
    border-right: none;
    border-left: none;
    padding: 0;
}

.success-stories-hp .wk-card-body {
    padding: 35px 25px 20px;
}
/* alternate quotes */
/* 
.success-stories-hp p.successStoryQuote {
    quotes: "“""”""‘""’";
}

.success-stories-hp p.successStoryQuote::before {
    content: open-quote;
}

.success-stories-hp p.successStoryQuote::after {
    content: close-quote;
} */

/*END Success Stories*/
/*BEGIN WidgeKit*/
.resp-tabs-container {
    background-color: #f5f5f5;
}

.resp-tabs-container h3 {
    margin-top: 0px !important;
}

/*END WidgeKit*/
/***BEGIN Post Launch CSS ***/
@media (min-width: 1025px) {
    body.hd #maincolumn-r {
        width: 67% !important;
    }
}

/*temporary fix to desktop layout until CSS can be updated */
.cdResources dl.article-info.muted {
    margin-bottom: 0px;
}

/*removes spacing under author and publish date on career resource blog*/
.blog.cdResources .span12 {
    padding: 20px !important;
}

.blog.cdResources span.icon-calendar,
.item-page.cdResources span.icon-calendar {
    display: none;
}

.blog.cdResources .pull-left.item-image {
    float: left;
    width: 200px;
    margin: 0 20px 0 0 !important;
}

.item-page.cdResources .pull-right {
    float: right;
    width: 400px;
}

.blog.cdResources h2 {
    margin-top: 0 !important;
}

/***END Post Launch CSS ***/
/***BEGIN Layout Fix ***/
@media screen and (min-width: 1024px) {
    body.ribbonFullwidth #whitebar {
        height: 95px;
    }
}

.resp-tabs-list li {
    margin-bottom: 0 !important;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 16px;
}


/* from "CSS for Testing" module, part 2 */

.career-dev-resources-feed img {
    max-width: 155px !important;
}

.career-dev-resources-feed .uk-margin-remove {
    margin-top: 0 !important;
}

.career-dev-resources-feed p {
    font-size: 1.1rem;
    line-height: 1.3em;
}

@media screen and (min-width:900px) and (max-width:1224px) {
    .career-dev-resources-feed .uk-flex {
        flex-direction: column;
    }

    .career-dev-resources-feed .uk-flex-item-1 {
        margin-top: .5em;
    }

    .career-dev-resources-feed .uk-flex-item-1 p {
        text-align: center;
    }
}