/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[ hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

.innerShadow:empty {
    display: none;
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
}

body,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    text-rendering: optimizeLegibility;
}

::-moz-selection {
    background: #c0d4eb;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #c0d4eb;
    color: #fff;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */


/* New Rule: compiled from rules located in overrides.css and contentPage.css */

#wrapper .contentBlock a,
#mainCol a {
    color: #7D4D0E;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.5s ease;
    border-bottom: 1px solid rgba(125, 77, 14, 0);
    padding-bottom: 2px;
    margin-left: 0;
}

#contentHolder ul li {
    margin-bottom: 10px;
}


/* End New Rule */

.content a:hover {
    color: #fdb827;
    transition: all 0.5s ease;
}

a:focus {
    outline: thin dotted;
    outline-offset: 2px;
}


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

a:hover,
a:active {
    outline: 0;
    transition: all 0.5s ease;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


/* Redeclare monospace font family: h5bp.com/j */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}


/* Improve readability of pre-formatted text in all browsers */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}


/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
   Web Fonts used on this site
   ========================================================================== */


/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/

@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=93732ee1-f462-461d-9b7e-430930b8d069&fontids=692698");
@font-face {
    font-family: "HelveticaNeueW01-57Cn";
    src: url("++resource++redesign_fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix");
    src: url("++resource++redesign_fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix") format("eot"), url("++resource++redesign_fonts/88a238be-6477-4e71-bdc4-5a35bbf8d392.woff2") format("woff2"), url("++resource++redesign_fonts/842088d0-1ae2-40d0-8561-3c95761ba7a6.woff") format("woff"), url("++resource++redesign_fonts/c74505d5-13e8-47ed-94a8-630aab4da3e6.ttf") format("truetype"), url("++resource++redesign_fonts/6cd480d1-47d0-48b4-86bd-283db2cb9235.svg#6cd480d1-47d0-48b4-86bd-283db2cb9235") format("svg");
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/* Indicate that 'label' will shift focus to the associated form element */

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}


/* Colors for form validity */

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}


/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/* ==|== primary styles =====================================================
   ========================================================================== */


/* DEVELOPMENT ONLY STYLES <---> REMOVE FOR PRODUCTION */

.index header h1 {
    color: #fff;
}


/*=Global */

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f0f0f0;
}

body.home {
    background-color: #0d3255;
}

#wrapper {
    z-index: 0;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}


/* Position footer at the bottom of the viewport on the College Homepage */

.home .inner-wrap {
    height: 100vh;
    min-height: 1060px;
    height: 100%;
}


/* Position footer at the bottom of the viewport on the College Homepage */

.home .inner-wrap {
    height: 100vh;
}

#headerPrintOnly,
#headerPrintOnly img.printOnly {
    display: none;
}


/* Utility Styles */

.innerShadow {
    -moz-box-shadow: inset 0 0 20px #d2d4da;
    -moz-border-radius: inherit;
    height: 100%;
    overflow: hidden;
    position: relative;
}


/*=Header */

.hasBreadcrumbs header {
    border-bottom: 2px solid #fff;
}

#contentWrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    /*padding-bottom: 300px;*/
    /*margin-top: 174px;*/
}

@media only screen and (max-width: 1024px) {
    .home.editPage #contentWrap,
    .home.editPage .content,
    #contentWrap {
        min-height: initial !important;
        padding-bottom: 0 !important;
    }
    .newsList div#contentWrap.wideCol,
    .userrole-authenticated #contentWrap,
    .userrole-basic #contentWrap,
    .contributor #contentWrap {
        padding-top: 0rem !important;
    }
    #drop > div > div.small-10.medium-5.large-2.columns.small-uncollapse.medium-collapse.large-collapse.end {
        margin-left: 1rem;
    }
    /* Footer responsive tweaks */
    .home .inner-wrap {
        height: auto;
    }
    #wrapper footer .main ul {
        width: 39vw;
        padding: 0 5vw;
        float: left;
        display: inline-block;
    }
    #wrapper footer span.right {
        float: left;
    }
    #wrapper footer .main ul.social-icons {
        clear: both;
    }
    .home #supersized img {
        width: 100% !important;
        height: auto !important;
        position: initial;
        margin-top: 55px;
    }
}

@media only screen and (max-width: 668px) {
    /* Footer responsive tweaks */
    #wrapper footer .main ul {
        width: 80vw;
        padding: 0 10vw;
        display: block;
        font-size: 4vw;
        line-height: 5vw;
        clear: both;
    }
    #wrapper footer .main ul h2 {
        font-size: 6vw;
    }
    #wrapper footer .main ul .logo img {
        width: 80vw;
        height: auto;
    }
    #wrapper footer .main ul .app img {
        height: 20vw;
    }
    #wrapper footer ul li.logo,
    footer h2 {
        margin-bottom: 2rem;
        height: auto;
    }
    #wrapper footer .social-icons li span {
        font-size: 7vw;
    }
    #wrapper footer ul.social-icons li {
        height: 12vw;
    }
}

.home #supersized {
    display: block !important;
}

#supersized {
    display: none;
}

.lt-ie8 #contentWrap {
    margin-top: 47px;
    position: relative;
}


/*==== $contactBox ====*/

#contactBox {
    display: block;
    position: relative;
    background: rgb(0, 0, 0);
    background-position: top right;
    min-height: 224px;
    width: 223px;
    height: auto;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 1px solid #a1a6aa;
    margin-bottom: 10px;
}

#contactBox h3 {
    font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    text-transform: uppercase;
}

#contactBox p {
    color: #335a9e;
    margin: 3px 0;
}

#contactBox .name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#contactBox .email a {
    color: #335a9e;
    text-decoration: none;
}

#contactBox .email a:hover {
    color: #FDB827;
    text-decoration: underline;
}

#contactBox .tel,
#contactBox .address {
    width: 100px;
}

#contactBox .info {
    display: block;
    position: relative;
    border-radius: inherit;
    padding: 8px;
    margin-top: 165px;
    height: auto;
    background-color: rgba(103, 104, 105, 1);
    background: url(++resource++umich_images/contactBg.png) 0 0 repeat-x;
}

#contactBox .info p {
    color: #ffffff;
}

#contactBox .info a {
    color: #ffffff;
}

#contactBox .info h3 {
    left: -999px;
    top: -999px;
    position: absolute;
}

#contactBox .info p.name {
    margin: 2px 0;
}

#contactBox .info p.job-title {
    margin: 3px 0 9px 0;
    font-weight: 300;
}

#contactBox .info p.email {
    margin: 9px 0 3px 0;
}

#contactBox .info p.tel {
    font-size: 12px;
    width: auto;
    display: inline-block;
    margin: 0;
}

#contactBox .info p.address {
    font-size: 12px;
    line-height: 1.4;
    position: absolute;
    float: right;
    width: auto;
    margin: 0;
    max-width: 90px;
    bottom: 8px;
    right: 8px;
    text-align: right;
}

div.sidebar #contactBox div.info {
    border-radius: 0;
}

.ie9 #contactBox .info,
.lt-ie9 #contactBox .info {
    background: url(++resource++umich_images/contact-info-bg.png) 0 0 repeat-y;
}

#contactBox .info p.name {
    color: #FEBD32;
}

#contactBox .info p.name span.fn {
    color: #ffffff;
    font-weight: 500;
}

#contactBox .email a:hover {
    color: #FEBD32;
    text-decoration: underline;
}

#contactBox .info p {
    font-size: 12px;
}


/*==== /End-contactBox ====*/


/* Carousel (x1 images visible) */

.carouselSingle {
    float: right;
}

.no-js .carouselSingle h4 {
    display: none;
}

.carouselSingle {
    background: #e3e4e6;
    -webkit-box-shadow: inset 0 0 20px #b3b7be;
    -moz-box-shadow: inset 0 0 20px #b3b7be;
    box-shadow: inset 0 0 20px #b3b7be;
    border: 1px solid #bbbbbb;
    padding: 5px 21px;
    position: relative;
    margin: 10px 20px 5px;
    float: right;
    width: 208px;
    overflow: hidden;
}

.content .carouselSingle ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.carouselSingle h4 {
    color: #212a55;
    font-size: 18px;
    margin: 4px 0 0 7px;
}

.carouselSingle li {
    -webkit-box-shadow: 0 0px 6px #102a58;
    -moz-box-shadow: 0 0 6px #102a58;
    box-shadow: 0 0 6px #102a58;
    margin: 10px 7px;
    float: left;
}

.carouselSingle li:hover {
    border: solid 1px #2c345c;
    margin: 9px 6px;
}

.carouselSingle .slider {
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.carouselSingle .sliderPrev {
    left: 8px;
    background: url(++resource++umich_images/contentImgPrevArrow.png) -8px 0 no-repeat;
}

.carouselSingle .sliderPrev:hover {
    background-position: 0 0;
}

.carouselSingle .sliderNext {
    right: 8px;
    background: url(++resource++umich_images/contentImgNextArrow.png) 0 0 no-repeat;
}

.carouselSingle .sliderNext:hover {
    background-position: -8px 0;
}

.carouselSingle .navSummary {
    color: #333;
    text-align: right;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 11px;
}

.no-js .carouselCaption {
    display: none;
}

.carouselCaption {
    background: #e3e4e6;
    -webkit-box-shadow: inset 0 0 20px #b3b7be;
    -moz-box-shadow: inset 0 0 20px #b3b7be;
    box-shadow: inset 0 0 20px #b3b7be;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #bbbbbb;
    padding: 5px 21px;
    position: relative;
    margin: 0 20px 10px;
    float: right;
    clear: right;
    width: 208px;
}

.carousel.carouselCaption p {
    font-size: 10px;
    line-height: 11px;
    color: #1e4e79;
    padding: 5px;
}

.carousel .c1Image {
    display: block;
}


/* Carousel (x4/x6 images visible depending on if thin/wide content column) */

.carouselFull {
    background: #e3e4e6;
    padding: 5px 21px;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}

.content .carouselFull ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px !important;
}

.carouselFull li {
    -webkit-box-shadow: 0 0px 6px rgba(35, 35, 35, .15);
    -moz-box-shadow: 0 0px 6px rgba(35, 35, 35, .15);
    box-shadow: 0 0px 6px rgba(35, 35, 35, .15);
    margin: 10px 7px;
    float: left;
    position: relative;
}

.carouselFull li:hover {
    border: 1px solid #2c345c;
    margin: 9px 6px;
}

.carouselFull .slider {
    position: absolute;
    width: 8px;
    height: 14px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.carouselFull .sliderPrev {
    top: 71px;
    left: 8px;
    background: url(++resource++umich_images/contentImgPrevArrow.png) -8px 0 no-repeat;
}

.carouselFull .sliderPrev:hover {
    background-position: 0 0;
}

.carouselFull .sliderNext {
    top: 71px;
    right: 8px;
    background: url(++resource++umich_images/contentImgNextArrow.png) 0 0 no-repeat;
}

.carouselFull .sliderNext:hover {
    background-position: -8px 0;
}

.carouselFull .navSummary {
    color: #333;
    text-align: right;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 11px;
}


/* ==|== accessibility ======================================================
    Styles related specifically to making the website more accessible
   ========================================================================== */

.screenReaderCopy {
    display: block;
    height: 1px;
    width: 1px;
    position: relative;
    text-indent: -9999px;
}


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */


/*@media only screen and (min-width: 480px) {
   Style adjustments for viewports 480px and over go here
}*/


/*@media only screen and (min-width: 768px) {
   Style adjustments for viewports 768px and over go here
}*/


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */


/* One Cool Thing Article Page additions */

.subsection-about-news-michigan-engineer div.innerShadow p img.image-left,
.subsection-about-news-one-cool-thing div.innerShadow p img.image-left {
    float: none;
    width: 100%;
}

.subsection-about-news-michigan-engineer .contentBlock h3,
.subsection-about-news-one-cool-thing .contentBlock h3 {
    font-size: 24px;
}

.subsection-about-news-michigan-engineer p.app-copy,
.subsection-about-news-one-cool-thing p.app-copy {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'HelveticaNeueW01-57Cn', "Roboto Condensed", "Arial Narrow", arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    letter-spacing: -0.015rem;
}

.subsection-about-news-michigan-engineer .app-copy,
.subsection-about-news-one-cool-thing .app-copy {
    font-weight: bold;
    line-height: normal;
}

.subsection-about-news-michigan-engineer .promoHolderHTML,
.subsection-about-news-one-cool-thing .promoHolderHTML {
    width: 224px;
    position: initial;
    float: none;
}

.subsection-about-news-michigan-engineer .promoHTMLBlue,
.subsection-about-news-one-cool-thing .promoHTMLBlue {
    background: rgb(29, 48, 96);
    background: -moz-linear-gradient(top, rgba(29, 48, 96, 1) 37%, rgba(24, 87, 143, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, rgba(29, 48, 96, 1)), color-stop(99%, rgba(24, 87, 143, 1)));
    background: -webkit-linear-gradient(top, rgba(29, 48, 96, 1) 37%, rgba(24, 87, 143, 1) 99%);
    background: -o-linear-gradient(top, rgba(29, 48, 96, 1) 37%, rgba(24, 87, 143, 1) 99%);
    background: -ms-linear-gradient(top, rgba(29, 48, 96, 1) 37%, rgba(24, 87, 143, 1) 99%);
    background: linear-gradient(to bottom, rgba(29, 48, 96, 1) 37%, rgba(24, 87, 143, 1) 99%);
    width: 100%;
    padding-bottom: 1.5rem;
    float: none;
    position: initial;
}

.subsection-about-news-michigan-engineer .promoHolderHTML h3,
.subsection-about-news-one-cool-thing .promoHolderHTML h3 {
    display: none;
}

.subsection-about-news-michigan-engineer .promoHolderHTML p,
.subsection-about-news-one-cool-thing .promoHolderHTML p {
    text-align: center;
    padding: 0 35px 0 5px;
}

p.portlet-app-copy {
    font-family: 'HelveticaNeueW01-57Cn', "Roboto Condensed", arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.20rem;
    text-align: center !important;
    line-height: 1;
    width: 100%;
    margin-left: -16px;
    font-weight: bold;
    margin-top: 10px;
}

a#portlet-app-cta {
    font-family: 'HelveticaNeueW01-57Cn', "Roboto Condensed", arial, sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center !important;
    display: block;
    line-height: normal;
    width: 120%;
    margin-left: -25px;
    color: #fecc0a;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a#portlet-app-cta:hover {
    text-decoration: none;
    color: #fcca00;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.subsection-about-news-michigan-engineer .promoCol .promo,
.subsection-about-news-one-cool-thing .promoCol .promo {
    margin: -11px 0 0 0;
    position: initial;
    float: none;
}

div#app-store-row {
    color: #ffffff;
    padding: 1rem 1.875rem;
    background: rgb(29, 48, 96);
    background: -moz-linear-gradient(left, rgba(29, 48, 96, 1) 0%, rgba(24, 87, 143, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(29, 48, 96, 1)), color-stop(100%, rgba(24, 87, 143, 1)));
    background: -webkit-linear-gradient(left, rgba(29, 48, 96, 1) 0%, rgba(24, 87, 143, 1) 100%);
    background: -o-linear-gradient(left, rgba(29, 48, 96, 1) 0%, rgba(24, 87, 143, 1) 100%);
    background: -ms-linear-gradient(left, rgba(29, 48, 96, 1) 0%, rgba(24, 87, 143, 1) 100%);
    background: linear-gradient(to right, rgba(29, 48, 96, 1) 0%, rgba(24, 87, 143, 1) 100%);
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 100%;
    margin-left: -30px;
}

div#app-store-row:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a.app-link:first-child {
    margin-right: 10px;
}

a.app-link {
    display: inline-block;
    width: 150px;
}

a.app-link img {
    height: 40px;
}

div#app-row {
    padding-top: .7rem;
}


/** One Cool Thing Article Page-specific media queries **/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    .subsection-about-news-michigan-engineer #contentWrap,
    .subsection-about-news-one-cool-thing #contentWrap {
        min-width: inherit;
        max-width: inherit;
        width: 100%;
        padding-bottom: 0;
    }
    .subsection-about-news-michigan-engineer #col1,
    .subsection-about-news-one-cool-thing #col1 {
        padding-top: 0;
        margin: 0;
        display: none !important;
        width: 100%;
    }
    .subsection-about-news-michigan-engineer .sideNav,
    .subsection-about-news-one-cool-thing .sideNav {
        position: inherit;
    }
    .subsection-about-news-michigan-engineer .sideNav ul,
    .subsection-about-news-one-cool-thing .sideNav ul {
        width: 100%;
    }
    .subsection-about-news-michigan-engineer .sideNav ul li,
    .subsection-about-news-one-cool-thing .sideNav ul li {
        width: 100%;
        position: inherit;
        display: inherit;
    }
    .subsection-about-news-michigan-engineer #contactBox,
    .subsection-about-news-one-cool-thing #contactBox {
        background-size: 45%;
        background-position: center left;
        ;
    }
    .subsection-about-news-michigan-engineer #contactBox .info,
    .subsection-about-news-one-cool-thing #contactBox .info {
        background: none;
        padding-left: 48%;
    }
    .subsection-about-news-michigan-engineer #contactBox,
    .subsection-about-news-one-cool-thing #contactBox {
        width: 100%;
        min-height: 0;
        margin: 0;
        position: initial;
        border: 0;
    }
    .subsection-about-news-michigan-engineer #contactBox .info,
    .subsection-about-news-one-cool-thing #contactBox .info {
        margin-top: 0;
        position: inherit;
        display: inherit;
        width: 100%;
    }
    .subsection-about-news-michigan-engineer #contactBox .info p.address,
    .subsection-about-news-one-cool-thing #contactBox .info p.address {
        text-align: left;
        float: none;
        position: initial;
    }
    .subsection-about-news-michigan-engineer .promoCol .promo,
    .subsection-about-news-one-cool-thing .promoCol .promo {
        float: none;
        margin: 0;
        width: 100%;
    }
    .subsection-about-news-michigan-engineer .promoHTMLBlue,
    .subsection-about-news-one-cool-thing .promoHTMLBlue {
        width: 100%;
        position: initial;
    }
    .subsection-about-news-michigan-engineer #portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f656e67696e2f636f6c6c6567652f61626f75742f6e6577732f6f6e652d636f6f6c2d7468696e670a696e2d7468652d6170702d73746f7265 > div > div > p:nth-child(2),
    .subsection-about-news-one-cool-thing #portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f656e67696e2f636f6c6c6567652f61626f75742f6e6577732f6f6e652d636f6f6c2d7468696e670a696e2d7468652d6170702d73746f7265 > div > div > p:nth-child(2) {
        text-align: left !important;
        float: left;
        width: 40%;
    }
    .subsection-about-news-michigan-engineer img.image-inline,
    .subsection-about-news-one-cool-thing img.image-inline {
        width: 65%;
        margin-top: 15px;
    }
    .subsection-about-news-michigan-engineer #portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f656e67696e2f636f6c6c6567652f61626f75742f6e6577732f6f6e652d636f6f6c2d7468696e670a696e2d7468652d6170702d73746f7265 > div > div > p:nth-child(3),
    .subsection-about-news-one-cool-thing #portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f656e67696e2f636f6c6c6567652f61626f75742f6e6577732f6f6e652d636f6f6c2d7468696e670a696e2d7468652d6170702d73746f7265 > div > div > p:nth-child(3) {
        width: 85%;
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 15px;
    }
    .subsection-about-news-michigan-engineer .pageHeader,
    .subsection-about-news-michigan-engineer .social,
    .subsection-about-news-one-cool-thing .pageHeader,
    .subsection-about-news-one-cool-thing .social {
        padding: 0 .8275rem;
    }
    .subsection-about-news-michigan-engineer .content,
    .subsection-about-news-one-cool-thing .content {
        width: 100%;
        min-width: 100%;
        padding: 0;
    }
    .subsection-about-news-michigan-engineer #contentHolder,
    .subsection-about-news-michigan-engineer .wideCol .contentBlock,
    .subsection-about-news-one-cool-thing #contentHolder,
    .subsection-about-news-one-cool-thing .wideCol .contentBlock {
        float: initial;
        width: 100%;
        min-width: 100%;
        position: initial;
    }
    .subsection-about-news-michigan-engineer .contentBlock p,
    .subsection-about-news-one-cool-thing .contentBlock p {
        margin: 0;
        padding: 0 .8275rem;
    }
    .subsection-about-news-michigan-engineer .image-left,
    .subsection-about-news-one-cool-thing .image-left {
        margin: 0;
        border: 0;
        padding: 0;
        width: 100%;
    }
    .subsection-about-news-michigan-engineer .contentBlock h3,
    .subsection-about-news-one-cool-thing .contentBlock h3 {
        padding: 0 .8275rem;
        margin: 1rem 0;
    }
    a#portlet-app-cta {
        text-align: left !important;
    }
}

@media only screen and (max-width: 480px) and (max-width: 737px) and (orientation: portrait) {
    .subsection-about-news-michigan-engineer #contentWrap,
    .subsection-about-news-one-cool-thing #contentWrap {
        min-width: inherit;
        max-width: inherit;
        width: 100%;
        padding-bottom: 0;
    }
    .subsection-about-news-michigan-engineer #col1,
    .subsection-about-news-one-cool-thing #col1 {
        padding-top: 0;
        margin: 0;
        display: none !important;
        width: 100%;
    }
    .subsection-about-news-michigan-engineer .sideNav,
    .subsection-about-news-one-cool-thing .sideNav {
        position: inherit;
    }
    .subsection-about-news-michigan-engineer .sideNav ul,
    .subsection-about-news-one-cool-thing .sideNav ul {
        width: 100%;
    }
    .subsection-about-news-michigan-engineer .sideNav ul li,
    .subsection-about-news-one-cool-thing .sideNav ul li {
        width: 100%;
        position: inherit;
        display: inherit;
    }
    .subsection-about-news-michigan-engineer #contactBox,
    .subsection-about-news-one-cool-thing #contactBox {
        background-size: 45%;
        background-position: center left;
    }
    .subsection-about-news-michigan-engineer #contactBox .info,
    .subsection-about-news-one-cool-thing #contactBox .info {
        background: none;
        padding-left: 48%;
    }
    .subsection-about-news-michigan-engineer #contactBox,
    .subsection-about-news-one-cool-thing #contactBox {
        width: 100%;
        min-height: 0;
        margin: 0;
        position: initial;
        border: 0;
        display: none;
    }
    .subsection-about-news-michigan-engineer #contactBox .info,
    .subsection-about-news-one-cool-thing #contactBox .info {
        margin-top: 0;
        position: inherit;
        display: inherit;
        width: 100%;
    }
    .subsection-about-news-michigan-engineer #contactBox .info p.address,
    .subsection-about-news-one-cool-thing #contactBox .info p.address {
        text-align: left;
        float: none;
        position: initial;
    }
    .subsection-about-news-michigan-engineer .promoCol .promo,
    .subsection-about-news-one-cool-thing .promoCol .promo {
        float: none;
        margin: 0;
        width: 100%;
    }
    .subsection-about-news-michigan-engineer .promoHolderHTML,
    .subsection-about-news-one-cool-thing .promoHolderHTML {
        width: 100%;
    }
    .subsection-about-news-michigan-engineer .promoHTMLBlue,
    .subsection-about-news-one-cool-thing .promoHTMLBlue {
        width: 100% !important;
        position: initial;
    }
    .subsection-about-news-michigan-engineer .promoHTMLBlue h3,
    .subsection-about-news-one-cool-thing .promoHTMLBlue h3 {
        display: none;
    }
    .subsection-about-news-michigan-engineer #portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f656e67696e2f636f6c6c6567652f61626f75742f6e6577732f6f6e652d636f6f6c2d7468696e670a696e2d7468652d6170702d73746f7265 > div > div > p:nth-child(2),
    .subsection-about-news-one-cool-thing #portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f656e67696e2f636f6c6c6567652f61626f75742f6e6577732f6f6e652d636f6f6c2d7468696e670a696e2d7468652d6170702d73746f7265 > div > div > p:nth-child(2) {
        width: 20%;
        float: left;
        text-align: left !important;
    }
    .subsection-about-news-michigan-engineer img.image-inline,
    .subsection-about-news-one-cool-thing img.image-inline {
        width: 80%;
    }
    .subsection-about-news-michigan-engineer #portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f656e67696e2f636f6c6c6567652f61626f75742f6e6577732f6f6e652d636f6f6c2d7468696e670a696e2d7468652d6170702d73746f7265 > div > div > p:nth-child(3),
    .subsection-about-news-one-cool-thing #portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f656e67696e2f636f6c6c6567652f61626f75742f6e6577732f6f6e652d636f6f6c2d7468696e670a696e2d7468652d6170702d73746f7265 > div > div > p:nth-child(3) {
        width: 75%;
        font-size: 1rem;
        line-height: 1.2;
        text-align: left !important;
    }
    .subsection-about-news-michigan-engineer .pageHeader,
    .subsection-about-news-michigan-engineer .social,
    .subsection-about-news-one-cool-thing .pageHeader,
    .subsection-about-news-one-cool-thing .social {
        padding: 0 .8275rem;
    }
    .subsection-about-news-michigan-engineer .content,
    .subsection-about-news-one-cool-thing .content {
        width: 100%;
        min-width: 100%;
        padding: 0;
    }
    .subsection-about-news-michigan-engineer #contentHolder,
    .subsection-about-news-michigan-engineer .wideCol .contentBlock,
    .subsection-about-news-one-cool-thing #contentHolder,
    .subsection-about-news-one-cool-thing .wideCol .contentBlock {
        float: initial;
        width: 100%;
        min-width: 100%;
        position: initial;
    }
    .subsection-about-news-michigan-engineer .contentBlock p,
    .subsection-about-news-one-cool-thing .contentBlock p {
        margin: 0;
        padding: 0 .8275rem;
    }
    .subsection-about-news-michigan-engineer .image-left,
    .subsection-about-news-one-cool-thing .image-left {
        margin: 0;
        border: 0;
        padding: 0;
        width: 100%;
    }
    .subsection-about-news-michigan-engineer .contentBlock h3,
    .subsection-about-news-one-cool-thing .contentBlock h3 {
        padding: 0 .8275rem;
        margin: 1rem 0;
    }
    a#portlet-app-cta {
        text-align: left !important;
    }
    .subsection-about-news-michigan-engineer p.app-copy,
    .subsection-about-news-one-cool-thing p.app-copy {
        font-size: 1.5rem;
    }
    a.app-link:first-child {
        margin-left: 10px;
    }
    #edit-bar {
        width: 95% !important;
    }
}


/* END One Cool Thing Article Page additions */


/* Style helpers */

.underline {
    text-decoration: underline;
}


/* For image replacement */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}


/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
    display: none !important;
    visibility: hidden;
}


/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/* Hide visually and from screenreaders, but maintain layout */

.invisible {
    visibility: hidden;
}


/* Contain floats: h5bp.com/q */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*==========================================================================*/


/* Additional styling created by 2012-2013 Redesign team.*/


/* Compiled by Jennifer A. Scroggins - jscroggi@umich.edu*/


/*==========================================================================*/


/* Contents: */


/* $Edit-Bar */


/*========================================================================== */


/*==== $Edit-Bar ====*/

@media only screen and (max-width: 480px) and (max-width: 737px) {
    #edit-bar {
        height: auto !important;
        float: none;
        margin: 0;
    }
    #content-views {
        float: none;
    }
    .contentViews li {
        float: none !important;
        margin: 1em 0 !important;
    }
    #contentActionMenus li {
        float: none !important;
        margin-bottom: 1em;
        list-style: none;
    }
    dl.actionMenu {
        float: none !important;
        white-space: nowrap;
        margin-left: 0.5em;
    }
    #contentActionMenus {
        background: none !important;
    }
    #contentActionMenus dl.actionMenu.activated dd {
        border-bottom: thin solid #75ad0a;
        right: 10px;
        top: 45px;
    }
    div#folderlisting-main-table {
        width: 414px !important;
        overflow-x: scroll !important;
        height: auto !important;
    }
    body.template-edit .content {
        width: 100% !important;
    }
    #content textarea,
    .formHelp {
        width: 80% !important;
    }
}

dt.actionMenuHeader a,
dd.actionMenuContent a {
    text-decoration: none;
}

#contentActionMenus {
    margin-right: 0;
    margin-top: 1px !important;
}

#contentActionMenus li {
    float: right;
    margin-bottom: 0;
    list-style: none;
}

#contentActionMenus a {
    border: none !important;
    font-weight: normal;
}

#contentActionMenus a:hover {
    color: #fff !important;
}

dd.actionMenuContent li {
    float: none !important;
}

dd.actionMenuContent ul {
    padding: 0 !important;
}

#contentActionMenus dl.actionMenu.activated dd a:hover {
    color: #666 !important;
}

dd.actionMenuContent ul li a {
    padding: 5px;
}

.contentViews li {
    list-style: none;
    float: left;
    margin: 0;
}

.contentViews li a {
    border: none !important;
}

#edit-bar .plain a {
    color: rgba(255, 255, 255, .9);
}

#edit-bar .plain a:hover,
#edit-bar .selected a:hover {
    color: #000 !important;
}

#edit-bar {
    border-radius: 0;
    font-size: 1em;
    padding: .8em .75em;
    min-height: 2em;
    width: 100%;
}

.contentViews {
    padding: 0 !important;
}

dd.actionMenuContent {
    margin-right: 1px !important;
    position: relative;
    z-index: 50;
}

dl.actionMenu.activated,
dl.actionMenu.deactivated {
    margin-bottom: 0 !important;
}

dd.actionMenuContent ul {
    padding: 0px !important;
}

dd.actionMenuContent ul li a {
    padding: 0 .25em !important;
    line-height: 2em;
}

.contentViews a {
    margin-left: 3px !important;
}

#content a.link-overlay {
    border: none !important;
}

li.private a {
    color: #cc0000 !important;
    font-weight: bold !important;
}


/*==== /End Edit Bar ====*/


/* Ticket 1142 */

table {
    width: 100%;
}

.contentBlock table th {
    padding: 10px 15px 10px 15px;
    margin: 0px;
    border: 1px solid #ffffff;
    font-size: 15px;
    color: #fff;
    background-color: #4e83b2;
    font-weight: 500;
}

#content table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}


/* End ticket 1142 */


/* specifies table widths for content pages */

.contentPage .wideCol .contentBlock table {
    margin: 30px 0;
    width: 100%;
}

.contentPage .thinCol .contentBlock table {
    margin: 30px 0;
    width: 30%;
}


/* - sets width and centers tables in user-input areas as per Enlighten template, see ticket #1033 */

.portaltype-uom-news-newsstory .contentBlock table,
.portaltype-uom-news-newsbyte .contentBlock table,
.portaltype-uom-news-inthenewshit .contentBlock table,
.eventDetail .contentBlock table {
    width: 90%;
    margin: 0 auto;
}


/*==== blockquote fixes from overrides.css ====*/


/* pullquotes - Note: inexact match due to sibling <p> tags for quote and attribution in template */

#wrapper .contentBlock blockquote {
    color: #3375AE;
    font: italic 20px/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 1em 40px;
    padding: 20px 30px 0;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

.thinCol .authorAttribution {
    width: 500px;
}

.thinCol .authorAttribution p {
    padding-right: 0;
}

#wrapper .contentBlock blockquote.pQuoteAttribution {
    text-align: right;
    padding: 0px 30px;
    margin: 0px;
    font-size: 12px;
    color: #0E4270;
    letter-spacing: 0px;
    line-height: 1.6em;
}

#col1 .first h3 {
    border-radius: 0;
}

#wrapper .contentBlock blockquote.pQuoteAttribution {
    text-align: right;
    padding: 0px 30px;
    margin: 0px 40px 1.7em;
    font-size: 12px;
    color: #0E4270;
    letter-spacing: 0px;
    line-height: 1.6em;
}

blockquote .quotes b {
    font-size: 24px;
}


/* end blockquote fixes */


/* Ticket 1142 */


/* Fixes per ticket #1294 */

.thinCol .fullWidthImg {
    /* styles full width images in narrow layouts */
    margin: 10px 0px;
    width: 100%;
}

.wideCol .fullWidthImg {
    width: 100%;
    margin: 1rem auto;
}


/* /Fixes per ticket #1294 */

.contentBlock table td {
    background-color: #BFD3EB;
    border: 1px solid #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 15px 10px 15px;
}

.contentBlock .altByCol td:nth-child(2n),
.altByRow tr:nth-child(2n) td {
    background: none repeat scroll 0 0 #95B7D9;
}

.contentBlock .data tbody td:not(:first-child) {
    text-align: right;
}


/* adds necessary padding to Disqus comment area */

#disqusComments > div {
    padding: 20px 30px;
}

.subsiteHeader .subsiteName {
    position: absolute;
    top: 30px;
    left: 101px;
    height: 15px;
}

header #logo.subsiteLogo {
    background: url(++resource++umich_images/mich-engin-subsite-logo.png) 0 0 no-repeat;
    height: 37px;
    width: 215px;
    margin: 0 0 9px 30px;
}


/* prevent dropdown link text from wrapping */

#mainBar div {
    width: auto !important;
    white-space: nowrap;
}

.subsiteHeader {
    padding-top: 0px;
}

.subsiteBg {
    padding-top: 8px;
    background: url(++resource++umich_images/subsiteHeaderTopBar.png) 0 0 no-repeat;
}

#flyoutMenu {
    position: absolute;
    top: 9px;
    left: 249px;
}

#flyoutMenu ul {
    float: left;
}

#flyoutMenu ul li {
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    padding: 0px 5px 0px 5px;
    border-right: solid 1px #c0d4eb;
}

#flyoutMenu ul li a {
    color: #c0d4eb;
    text-decoration: none;
}

#flyoutMenu ul li a:hover {
    color: #fdb827;
}

#flyoutMenu ul li.flyoutMenuLast {
    border-right: none;
}

#flyoutMenu ul li.subsiteClose,
#flyoutMenu ul li.subsiteOpen {
    border-right: none;
    margin-top: -1px;
}

#flyoutMenu ul li.subsiteClose a,
#flyoutMenu ul li.subsiteClose a:hover,
#flyoutMenu ul li.subsiteOpen a,
#flyoutMenu ul li.subsiteOpen a:hover {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

#flyoutMenu ul.expanded {
    display: none;
}

.learnMoreLink a {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(125, 77, 14, 0);
    transition: all 0.5s ease;
}

.learnMoreLink:hover {
    border-bottom: 1px solid rgba(125, 77, 14, 1);
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.learnMoreLink:after {
    font-family: 'FontAwesome';
    content: '\f0da';
    display: inline;
    margin-left: 5px;
}


/*--- Typography styles moved from overrides.css --*/

.contentBlock h1,
#content h1,
.contentBlock h2,
.contentBlock h3,
.contentBlock h4,
.contentBlock h5 {
    margin: 0 30px 0 0;
    font-weight: 300;
    color: #212a55;
    letter-spacing: -0.2px;
    padding: 30px 0px 5px 0px;
}

.contentBlock h1,
#content h1 {
    font-size: 24px;
}

#content h1 {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 1rem;
}

.pageHeader h1 {
    font-size: 2rem !important;
    font-weight: 300 !important;
    line-height: 1.2;
}

.contentBlock h2 {
    font-size: 20px;
}

.contentBlock h3 {
    font-size: 18px;
}

.contentBlock h4 {
    font-size: 17px;
}

.contentBlock h5 {
    font-size: 16px;
}


/*-- CMS edit form fixes --*/

body.editPage .ordered-selection-field .list-field {
    max-width: 300px;
}

.pageHeader h1 {
    font-size: 26px;
    font-weight: 200;
    line-height: 28px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Social Feed Directory */

div.innerShadow ul.socialList {
    padding-left: 30px !important;
}


/* For Galleria */

.galleria {
    width: 100%;
    height: 400px;
    background: #1a1a1a;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.galleria .galleria-info-link {
    background-image: none !important;
}

.galleria .galleria-info-link:before {
    content: ' \f05a';
    font-family: FontAwesome;
    font-size: 1.4rem;
    color: #bbb;
}

.galleria .galleria-info-text .galleria-info-title {
    color: #fafafa;
    font: 400 1.2rem "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.galleria .galleria-info-text .galleria-info-description {
    color: #bbb;
    font: .8rem "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Planned Giving li fixes */

li.academics:before,
li.studentSupport:before,
li.activities:before,
li.opportunities:before,
li.all:before,
li.reset:before {
    content: "";
    display: none !important;
}


/* Admin Bar Styles */

#admin-bar {
    height: 20px;
}

#admin-bar > div > span:nth-child(2) {
    font-weight: 300;
    color: #f0f0f0;
    letter-spacing: .025rem;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}

#admin-icon > i.fa.fa-user.fa-fw {
    font-size: 18px;
    color: #cacaca;
}

#admin-bar > div > span {
    margin-right: 15px;
}

#admin-bar > div > span > a {
    padding-bottom: 1px;
    color: #ffffff;
    transition: all 0.5s ease;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 140, 186, 0);
}

#admin-bar > div > span > a:hover,
#admin-bar > div > span > a:focus {
    color: rgba(0, 140, 186, 1);
    transition: all 0.5s ease;
    border-bottom: 1px solid rgba(0, 140, 186, .2);
}

div#admin-bar {
    background-color: #171717 !important;
    color: #ffffff;
}


/* mobile admin bar */

#mobile-admin-bar {
    background-color: #171717 !important;
    color: #ffffff;
    height: 20px;
}

#admin-icon > i.fa.fa-user.fa-fw {
    font-size: 18px;
    color: #cacaca;
}

#mobile-admin-bar > div > span {
    margin-right: 15px;
}

#mobile-admin-bar > div > span > a {
    padding-bottom: 1px;
    color: #ffffff;
    transition: all 0.5s ease;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 140, 186, 0);
}


/* end mobile admin bar */


/* One Cool Thing Article Page */

.subsection-about-news-michigan-engineer div.innerShadow p img.image-left,
.subsection-about-news-one-cool-thing div.innerShadow p img.image-left {
    float: none;
    width: 100%;
}

.subsection-about-news-michigan-engineer .contentBlock h3,
.subsection-about-news-one-cool-thing .contentBlock h3 {
    font-size: 24px;
}


/* Search Results Page */

#content-core h1 {
    padding: 20px !important;
}

#content-core h1 span {
    color: #333333;
}

.searchResults {
    padding: 20px;
    background-color: #ffffff;
}

.searchResults dt img {
    display: none;
}

.searchResults dt a {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #333333;
    text-decoration: none;
    display: block;
    margin-bottom: .5;
    font-size: 24px;
    font-weight: 300;
}

.searchResults dd {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 14px;
    border-bottom: 1px dashed #cacaca;
}

div.listingBar {
    font-size: 100%;
    padding: 0 20px;
}

#content-core > div > div > span:nth-child(2),
div.listingBar a {
    padding: 10px 20px;
}

div.listingBar a {
    color: #333333;
    text-decoration: none;
    background-color: #cacaca;
}


/* responsive portlets */

@media only screen and (max-width: 1023px) and (orientation: portrait) {
    .contentBlock {
        padding: initial;
    }
    .leftCol {
        padding: 0 !important;
    }
    .sideNav ul ul ul {
        margin: 0 !important;
    }
    #contentWrap {
        min-width: inherit !important;
        max-width: inherit !important;
        width: 100% !important;
        padding-bottom: 0;
    }
    #col1 {
        padding-top: 0;
        margin: 0;
        float: none;
        width: 100%;
    }
    .sideNav {
        position: inherit;
    }
    .sideNav ul {
        width: 100%;
    }
    .sideNav ul li {
        width: 100% !important;
        position: inherit;
        display: inherit;
    }
    #contactBox {
        background-size: 37% !important;
        background-position: center left !important;
    }
    #contactBox .info {
        background: none;
        padding-left: 25%;
    }
    #contactBox {
        width: 100%;
        min-height: 0;
        margin: 0;
        position: initial;
        border: 0;
    }
    #contactBox .info {
        margin-top: 0;
        position: inherit;
        display: inherit;
        width: 100%;
        padding-left: 40%;
    }
    .info p.address {
        text-align: left;
        float: none;
        position: initial;
    }
    .promoCol .promo {
        float: none;
        margin: 0;
        width: 100%;
    }
    img.image-inline {
        width: 80%;
    }
    .pageHeader,
    .social,
    .documentByLine {
        padding: 0 .8275rem;
    }
    .content {
        width: 100%;
        min-width: 100%;
        padding: 0;
    }
    #contentHolder,
    .wideCol .contentBlock {
        float: initial !important;
        width: 100%;
        min-width: 100%;
        position: initial;
    }
    .newsList #contentHolder,
    .newsList .wideCol .contentBlock {
        padding: 0 !important;
    }
    /* Content area */
    .contentBlock p {
        padding: 0 .8275rem;
    }
    .image-left {
        margin: 0;
        border: 0;
        padding: 0;
        width: 100%;
    }
    .contentBlock h3 {
        padding: 0 .8275rem;
        margin: 1rem 0;
    }
    .contentBlock .innerShadow {
        padding: 0 1.2rem;
    }
    .content .videoHolder {
        width: 100% !important;
    }
    .vidHolder iframe {
        width: 100% !important;
    }
    .vid_5069203 {
        width: 100% !important;
    }
    .content .videoCaption {
        width: 100% !important;
    }
}


/* makes logo clickable on mobile */

h1.title a {
    display: block;
    width: 100%;
}

.userrole-authenticated footer {
    position: relative;
}

/* social 2016 */
div#third-row {
    float: left;
    margin-top: 1.75em;
}

p.flex-caption {
    width: 250px;
    line-height: 1.25;
    transition: all 0.5s ease;
    overflow: hidden;
    font-size: 16px;
    font-weight: 200;
    position: absolute;
    padding-left: 1.5em;
    top: 50px;
}

p.flex-caption a {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
  background-color: rgba(51,51,51,0.65);
  line-height: 1.6;
  padding: 2px 0;
  box-shadow: 3px 0 0 rgba(51,51,51,0.65), -3px 0 0 rgba(51,51,51,0.65);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

p.social-feed-icon {
    top: 0;
    width: inherit;
    padding: .75rem;
    line-height: normal;
    transition: all 0.5s ease;
    position: absolute;
    display: inline-block;
}

.social-feed-handle {
    font-weight: 900;
}

#icon-container a i.fa-facebook:hover {
    color: #3b5998 !important;
}

#icon-container a i.fa-twitter:hover {
    color: #00aced !important;
}

#icon-container a i.fa-instagram:hover {
    color: #517fa4;
}

#icon-container a i.fa-youtube-play:hover {
    color: #bb0000;
}

#icon-container a i.fa-google-plus:hover {
    color: #dd4b39;
}

#icon-container a i.fa-flickr:hover {
    color: #ff0084;
}

#icon-container a i.fa-newspaper-o:hover {
    color: #cc6600;
}

#social-slider li {
    height: 100%;
    min-height: 310px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1024px) {
#social-slider li {
    height: 100%;
    min-height: 310px;
}
}

li.channel-twitter {
    background-color: #00aced;
}

li.channel-facebook {
    background-color: #3b5998;
}

li.channel-instagram {
    background-color: #517fa4;
}

li.channel-google-plus {
    background-color: #dd4b39;
}

li.channel-flickr {
    background-color: #ff0084;
}

li.channel-youtube {
    background-color: #bb0000;
}

li.channel-news {
    background-color: #00274c;
}

.row-wrap {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: initial;
    min-height: initial !important;
    max-width: 94em;
}
