/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/* Northwestern University - IPR
Christopher Garcia - 11.02.2012 */

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
#m-navigation, #m-site-sections {
    display: none;
}
body {
    background: #fff;
    font: 62.5%/1.8em Verdana, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #2e2e2e;
    min-width: 98%;
}
#container {
    width: 100%;
}
#header-wrap {
    width: 1024px;
    margin: 1em auto 2em auto;
    padding: 0 1em;
}
.extra-padding {
    padding: 0 1em;
}

#header-right {
    float: right;
    width: 300px;
}
#department {
    width: 622px;
    float: left;
}
#social-media {
    float: right;
    text-align: right;
    margin-bottom: .5em;
}

/*** search ***/
#search {
    position: relative;
    width: 240px;
    margin: 0;
    float: right;
}
#websearch {
    height: 31px;
    border: 1px solid #a2a2a2;
    background-color: #fff;
    overflow: hidden;
}
#papersearch {
    margin: 2em 0;
}
#search-text, #paper-search-text {
    font: 18px "Gill Sans W04 Book", Arial, sans-serif;
    text-transform: uppercase;   
    color: #ddd;
    border-width: 0;
    background: #e7e7e7;
    margin: 0;
}
#search input[type="text"] {
    width: 208px;
    padding: .3em .5em .1em .5em;
    color: #848484;
    outline: none;  
}
#paper-search input[type="text"] {
    border: 1px solid #a2a2a2;
    width: 250px;
    padding: .3em .5em .1em .5em;
    color: #848484;
    outline: none;  
}
#search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 31px;
    width: 32px;
    color: #fff;
    border: 1px solid #a2a2a2;
    cursor: pointer;
    background-image: url('../images/icons/search-button.png');
}
#search legend, #paper-search legend, .hide-label, #search span {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#paper-search-button {
    font: 14px "Gill Sans W04 Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #492f91;
    border: 1px solid #a2a2a2;
    height: 31px;
    padding: 0 .5em;
    margin-left: .3em;
}

/*** top navigation ***/
#navigation {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7; 
}
ul#top-nav {
    list-style-type: none;
    width: 1024px;
    margin: 0 auto;
    padding: 1.2em 0 1em 0;
    text-align: center;
}
ul#top-nav li {
    display: inline;
    font: 18px "Futura T W01 Demi", Arial, sans-serif;
    text-transform: uppercase;
    padding-right: 1.8em;
    margin: 0;
}
ul#top-nav li:last-child {
    padding-right: 0;
}
ul#top-nav a {
    color: #848484;
    text-decoration: none;
}
ul#top-nav a:hover {
    color: #492f91;
}
ul#top-nav a.active {
    color: #fd8f00 !important;
}

/*** for slideshow ***/
#slideshow {
    width: 1022px;
    height: 353px;
    overflow: scroll;
    position: relative;
    border: 1px solid #b8bdc0;
    margin: 2.5em auto;
}
#slideshow h1 {
    text-transform: none;
    font-family: "Gill Sans W04 Bold", Arial, sans-serif;
    color: #fff;
    height: 380px;
    padding-top: 50px;
}
#slideshow.js {
    width: 1024px;
    overflow: hidden;
}
#controls {
    position: absolute;
    bottom: 15px;
    right: 30px;
    display: none;
    cursor: pointer;
}
#slideshow.js #controls {
    display: block;
}
#slideshow .slide {
    float: left;
}
#slideshow a {
    text-decoration:none;
}
#slideshow .slide > h1 {
    position: absolute;
    padding-left: 30px;
    margin-left: 627px;
    margin-right: 20px;
    color: #fff;
    padding-right:30px;
    font-size: 3.4em;
    width: 397px;
    font-weight: normal;
}
#slideshow .slide > h1.transparent {
    background:url('../images/icons/slideshow-transparent-bg.png');
}
#slideshow .slide span.sub {
    font-size: 18px;
    display: block;
    padding-top: 15px;
    line-height: 1.5em;
}
#slideshow .slide span.tease {
    padding-left: .5em;
    color: orange;
    font-family: "GillSansW01-BookItalic", Arial, sans-serif;
    color: #ff7e00;
    text-decoration: none;
}
#pause.on {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}

/*** home page styles ***/
#home-mid {
    font-size: 12px;
    width: 990px;
    margin: 0 auto;
}
.home-box-outer {
    width: 236px;
    float: left;
    -moz-box-shadow: 0 0 7px #999;
    -webkit-box-shadow: 0 0 7px #999;
    box-shadow: 0 0 7px #999;
    border: 1px solid #ddd;
}
.right-space {
    margin-right: 15px;
}
.home-box-inner {
    width: 225px;
    margin: 4px auto;
    position: relative;
    min-height: 440px;
}
.home-box-content {
    padding: .5em;
}
.home-box-link {
    background: #000;
    text-transform: uppercase;
    padding: .9em .6em .5em .6em;
    font: 12px "Gill Sans W04 Bold", Arial, sans-serif;
    position: absolute;
    bottom: 2px;
    width: 225px;
}
.home-box-link a {
    display: block;
    color: #fff !important;
    font-weight: normal !important;
}
.home-box-link a:hover {
    color: #fd8f00 !important;
    text-decoration: none !important;
}
.event {
    margin: 1em 0;
}
.date {
    background: #492f91;
    color: #fff;
    width: 42px;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: .2em 0 .5em 0;
    margin-top: 3px;
}
.month {
    font-size: 10px;
    margin-bottom: -.5em;
}
.day {
    font-size: 16px;
}
.event-description {
    padding-left: 52px;
}
.event-description-secondary {
    margin-left: 55px;
}
.event-time {
    font-size: .8em;
}
.highlights {
    margin: 1em 0;
}
.highlights-image {
    float: left;
    width: 42px;
}
.highlights-description {
    margin-left: 52px;
}
#home-bottom-wrap {
    width: 1024px;
    margin: 0 auto;
    background: #492f91;
    color: #fff;
    margin-top: 2em;
    font-size: 12px;
}
#home-bottom {
    padding: 1em;
}
#home-bottom a {
    color: #fd8f00;
    text-decoration: none;
    font-weight: bold;
}
#home-bottom a:hover {
    text-decoration: underline;
}
#home-bottom-left {
    border-right: 1px solid #fff;
    width: 240px;
    float: left;
    background: #492f91;
    padding: 0 2em;
    min-height: 90px;
}
#home-bottom-middle {
    border-right: 1px solid #fff;
    width: 500px;
    float: left;
    padding: 0 2em;
    min-height: 90px;
}
#home-bottom-middle img {
    position: relative;
    top: 10px;
}
#home-bottom-right {
    width: 200px;
    float: left;
    padding: 0 2em;
    min-height: 90px;
}

/*** left nav ***/
#left-nav-wrap {
    width: 255px;
    float: left;
}
#left-nav {
    border: 1px solid #eaeaea;
    padding: 4px;
    font: 14px "Gill Sans W04 Book", Arial, sans-serif;
}
#left-nav ul, #m-popout ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#left-nav ul ul, #m-popout ul ul {
    margin-top: .3em;
    padding: 0 0 0 1em;
    list-style-type: none;
}
#left-nav ul ul ul, #m-popout ul ul ul {
    font-size: 12px;
    margin-top: .3em;
}
#left-nav li, #m-popout li {
    border-bottom: 1px solid #eaeaea;
    padding: .6em;
}
#left-nav li li, #m-popout li li {
    padding: .4em .4em 0 .7em;
    background: url('../images/icons/left-nav-dash.png') no-repeat 0 12px;
}
#left-nav li li li, #m-popout li li li {
    padding: .3em .3em 0 .7em;
    background: url('../images/icons/left-nav-dash.png') no-repeat 0 9px;
}
#left-nav li li li:last-child, #m-popout li li li:last-child {
    padding-bottom: 0;
}
#left-nav li:last-child, #left-nav li li, #left-nav li li li, #m-popout li:last-child, #m-popout li li, #m-popout li li li {
    border-bottom: none;
}
#left-nav a:link, #m-popout a:link {
    color: #333;
    text-decoration: none;
    font-weight: none;
    display: block;
}
#left-nav li a:hover, #m-popout a:hover {
    color: #492f91;
}
#left-nav li a.active, #m-popout a.active {
    color: #fd8f00;
    font-weight: bold;
}
.highlights-box {
    border: 1px solid #eaeaea;
    margin-top: 4em;
    padding: 4px;
    font-size: 12px;
}
.highlights-box-inner {
    width: 225px;
    margin: 0 auto;
}

/*** secondary pages ***/
#secondary-wrap {
    width: 1024px;
    margin: 3em auto 2em auto;
}
#content {
    width: 756px;
    float: right;
    border: 1px solid #eaeaea;
    padding: 1.8em;
    font-size: 1.2em;
}
.sidebar {
    float: right;
    width: 230px;
    margin: 0 0 2em 2em;  
}
.sidebar-purple, .sidebar-grey {
    width: 230px;
    padding: 1em 1.2em;
    -moz-border-radius: .7em;
    -webkit-border-radius: .7em;
    -khtml-border-radius: .7em;
    border-radius: .7em;
    margin-bottom: 1em;
}
.sidebar-purple {
    background: #ddd8ea;
}
.sidebar-grey {
    background: #ebebeb;
}
.sidebar-purple img, .sidebar-purple img {
    display: block;
    margin: 0 auto;
    -moz-border-radius: .7em;
    -webkit-border-radius: .7em;
    -khtml-border-radius: .7em;
    border-radius: .7em;    
}
ul.alpha {
    list-style-type: none;
    padding: 0 !important;
}
ul.alpha li {
    display: inline;
    background: none !important;
    padding: .3em !important;
}
.two-columns {
    margin: 1em 0;
}
.column {
    width: 45%;
    float: left;
    margin-right: 2em;
}
.column ul {
    margin-top: 0;
}
.split {
    margin: 2em 0;
}
.split h2 a {
    color: #333 !important;
    font-weight: normal !important;
}
.split-image {
    float: left;
    width: 92px;
}
.split-content {
    margin-left: 92px;
}
.split-content ul {
    display-type: none;
    padding: 0 !important;
    margin: 0 !important;
}
.split-content li {
    background: url('../images/icons/split-dash.png') no-repeat 0px 7px !important;
    display: inline;
    padding-left: 1em;
    margin: 0 !important;
}
.split-content li:first-child {
    background: none !important;
    padding-left: 0 !important;
}
.split-content p+ul {
    margin-top: -1em !important;
}
#secondary-banner {
    margin: 1.5em 0;
}

/*** jcarousel ***/
ul#image-scroll {
    background: #f4f4f4 !important;
    padding: 0 !important;
}
ul#image-scroll li {
    background: #fff !important;
    padding: 0 !important;
    -moz-box-shadow: 0 0 7px #999;
    -webkit-box-shadow: 0 0 7px #999;
    box-shadow: 0 0 7px #999;
    border: 1px solid #ddd; 
}
.jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-container-horizontal {
    padding: 0 41px;
}
.jcarousel-clip-horizontal {
    height: 265px;
}
.jcarousel-item {
    width: 235px;
    height: 265px;
}
.jcarousel-item img {
    margin: 4px;
}
.jcarousel-item-horizontal {
    margin-left: 20px;
    margin-right: 10px;
}
.jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 15px;
    margin-right: 0;
}
.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 265px;
    cursor: pointer;
    background: transparent url('../images/icons/next-slide.png');
}
.jcarousel-next-horizontal:hover {
    background: transparent url('../images/icons/next-slide-hover.png');
}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 265px;
    cursor: pointer;
    background: transparent url('../images/icons/prev-slide.png');
}
.jcarousel-prev-horizontal:hover {
    background: transparent url('../images/icons/prev-slide-hover.png');
}
#image-scroll h3 a {
    font: 12px Verdana, Geneva, sans-serif;
}
#image-scroll p, #image-scroll h3 {
    margin-top: .5em;
    line-height: 1.3em;
    color: #484848;
    padding: 0 1em 0 1em;
}

/*** footer ***/
#footer-wrap {
    margin: 2em 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7; 
    font-family: "Gill Sans W04 Bold", Arial, sans-serif;
    color: #848484;
    width: 100%;
}
#footer {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}
#footer img {
    float: left;
    padding-bottom: 1em;
}
#footer ul {
    display: block;
    margin: .5em 0 0 0;
    padding: 0;
}
ul#footer-links {
    padding-top: 3em;
}
#footer-links li {
    display: inline;
    border-right: 2px solid #fff;
    margin-right: .5em;
    padding-right: .7em;
    font-size: 12px;
}
#footer-contact li {
    display: inline;
    list-style-type: none;
    font-size: 14px;
    margin: 2em 0 0 0;
    padding-right: .5em;
    border-right: none !important;
}
#footer-contact a {
    color: #848484 !important;
}
#footer ul li:last-child {
    border-right: none;
}
#footer a {
    font-weight: normal !important;
}

/*** tables ***/
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0 1em 0;    
}
table th, table thead {
    padding: .5em;
    text-align: left;
    font-weight: bold;
}
table td {
    padding: 1em;
    vertical-align: top;
}
table.three-col, table.two-col, table.borders {
    border: 1px solid #848484;
}
table.three-col th, table.two-col th, table.borders th {
    background-color: #848484;
    font: 14px "Gill Sans W04 Bold", Arial, sans-serif;
    color: #fff;
    white-space: nowrap;
}
table.three-col td, table.two-col td, table.borders td {
    padding: 1em;
    border-bottom: 1px solid #848484;
    font-size: 12px;
}
td.faculty-headshot {
    text-align: center;
    width: 20%;
}
table.three-col td.upcoming-date span {
    width: 20%;
    font-size: 10px;
}
table.three-col td img, table.two-col td img {
    display: block;
    margin: 0 auto;
}
table.striped tr.stripe td {
    background: #f4f4f4;
}
table.striped tr.over td {
    background: #ddd;
}
table ul {
    margin: 0;
    padding-left: 0 !important;
}

/*** misc ***/
h1 {
    font: 24px "Gill Sans W04 Book", Arial, sans-serif;
    text-transform: uppercase;
    color: #848484;
    margin-bottom: .2em;
}
h1.news {
    text-transform: none;
}
h2 {
    font: 22px "Gill Sans W04 Bold", Arial, sans-serif;
    color: #333;
    padding-bottom: .05em;
    padding-top: .25em;
}
h2.box {
    font: 14px "Gill Sans W04 Bold", Arial, sans-serif;
    color: #fff;
    background: #492f91;
    padding: .9em .6em .5em .6em;
    margin-bottom: 3px;
}
h2.box a {
    color: #fff !important;
}
h2.highlights {
    font: 14px "Gill Sans W04 Bold", Arial, sans-serif;
    color: #000;
    background: #ddd8ea;
    padding: .9em .6em .5em .6em;
    margin: 0 0 .7em 0;
}
h2.faculty {
    font: 16px "GillSansW01-BookItalic", Arial, sans-serif;
    color: #848484;
    margin-bottom: 1em;
}
h3 {
    font: 14px "Gill Sans W04 Bold", Arial, sans-serif;
    color: #333;
    padding-top: .5em;
}
h3.home {
    color: #fff;
}
.sidebar h3 {
    font-size: 16px;
    text-transform: uppercase;
}
h4 {
    font: 18px "Gill Sans W04 Book", Arial, sans-serif;
    color: #333333;
}
h5 {
    font: 16px "Gill Sans W04 Book", Arial, sans-serif;
    color: #474747;
    text-transform: uppercase;
}
h6 {
    font: 16px "Gill Sans W04 Book", Arial, sans-serif;
    color: #4e015c;
}
p+h2 {
    margin-top: .8em;
}
p+h3 {
    margin-top: 1.2em;
}
h3+p {
    margin-top: 0;
}
h2+p, h2+ul, h3+ul, h4+p, h5+p, h6+p {
    margin-top: .2em;
}
p+h3.home {
    margin-top: -.4em;
}
p.justifyText {
    text-align: justify;
}
.centeredText {
    text-align: center;
}
hr {
    background: #848484;
    height: 1px;
    border: none;
    margin: 1em 0;
}
hr.gold-line {
    background: #fd8f00;
    height: 5px;
    margin-top: 0;
    margin-bottom: 1.5em;
}
.floatLeft {
    float: left;
    margin: 0 2em .5em 0;
}
.floatRight {
    float: right;
    padding: 0 0 .5em 2em;
}
#home-mid ul, #content ul, .highlights-box ul {
    padding-left: 1em;
}
#home-mid ul li, #content ul li, .highlights-box ul li {
    padding-left: 1em;
    list-style-type: none;
    background: url('../images/icons/orange-bullet.png') no-repeat 0 6px;
    padding-bottom: .5em;
}
#content ul li {
    padding-bottom: .5em;
}
#home-mid a:link, #footer a:link, .highlights-box a:link, #content a:link {
    color: #492f91;
    text-decoration: none;
    font-weight: bold;
}
#home-mid a:hover, #footer a:hover,.highlights-box a:hover, #content a:hover {
    text-decoration: underline;
}
#home-mid a:visited, .highlights-box a:visited, #content a:visited {
    color: #fd8f00;
}
dl.archive-stories dt {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
dl.archive-stories dd {
    width: 80%;
    display: inline-block;
    margin-bottom: .8em;
}
.archive-stories span {
    border-left: 2px solid #2e2e2e;
    margin-left: 1em;
    padding-left: 1em;
    font-size: .8em;
    text-transform: uppercase;
}
.archive-stories span.faculty {
    text-transform: none;
}
a.button {
    font-size: 16px;
    color: #fff !important;
    background: #492F91;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;    
    margin: 0 .5em .5em 0;
    padding: .8em 1em .7em 1em;
    display: inline-block;
    font-weight: normal !important;
}
a.button:hover {
    text-decoration: none;
    background: #000;
}

.show-hide {
    display:none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child+html .clearfix {
    zoom: 1;
}

@media screen and (max-width:550px) {
    #left-nav-wrap, #secondary-banner, #social-media, #slideshow, #footer img, ul#footer-links, #home-bottom-left, #home-bottom-right, #top-nav {
        display: none;
    }
    #header-wrap, #header-right, #department, #home-mid, .home-box-outer, .home-box-inner, .home-box-link, #home-bottom-wrap, #home-bottom-middle, #secondary-wrap, #left-nav-wrap, #content, #footer {
        width: 100%;
        float: none;
    }
    #department {
        float: none;
    }
    #department img {
        margin: 0 auto;
        display: block;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .home-box-inner {
        min-height: inherit;
    }
    .home-box-link {
        position: relative;
        bottom: normal;
    }
    /*** mobile nav ***/
    #m-site-sections {
        max-width: 100%;
        text-transform: uppercase;
        display: block;
    }
    div.plus {
        min-height: 1em;
        
        background: url('../images/icons/plus.png') 99% .6em no-repeat;
    }
    div.minus {
        min-height: 1em;
        
        background: url('../images/icons/minus.png') 99% .6em no-repeat;
    }
    div.plus, div.minus {
        font: 16px "Gill Sans W04 Bold", Arial, sans-serif;
        font-weight: normal;
        margin: 0;
        cursor: pointer;
        background-color: #000;
        color: #fff;
        padding: .9em 0 .5em .7em;
    }
    a div.plus, a div.minus {
        color: #4e4e4e; 
    }
    .expanding-box {
        margin: 0;
        padding: 0; 
        color: #c9c9c9;
        font: 14px "Futura T W01 Demi", Arial, Helvetica, sans-serif;
        background: #ebebeb;
    }
    ul#site-sections {
        list-style: none;
        padding: 0;
        margin: 0;
        border-left: 1px solid #c9c9c9;
        border-right: 1px solid #c9c9c9;
    }
    ul#site-sections li {
        border-bottom: 1px solid #c9c9c9;
    }
    ul#site-sections li a {
        color: #848484;
        text-decoration: none;
        display: block;
        padding: .8em;
    }
    .expanding-box div {
        display: block;
    }
    .expanding-box strong, .expanding-box b {
        color: #000;
    }
    .showme {
        max-height: 2000px;
        overflow: hidden;
        -webkit-transition: max-height 4s linear !important;
    }
    .hideme {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 1s linear !important;
        border: none !important;
        margin: 0 !important;
    }
    .hide a {
        color: #623165;
        text-decoration: underline;
    }
    #m-navigation {
        display: block;
        width: 100%;
    }
    #m-popout {
        position: relative;
        margin-bottom: 1em;
        width: 100% !important;
    }
    #slideInner {
        width: 90% !important;
    }
    #navbutton {
        text-transform: uppercase;
        color: #fff;
        display: block;
        background: #492f91;
        font: 16px "Futura T W01 Demi", Arial, Helvetica, sans-serif;
        position: relative;
        height: 45px;
    }
    #navbutton img {
        padding: .5em;
    }
    #navbutton a {
        text-decoration: none;
    }
    #navbutton span {
        position: absolute;
        top: .3em;
        padding: .5em;
    }
    #m-popout {
        background: #fff;
        border: 5px solid #c8c8c8;
        width: 300px; !important;
        font: 14px "Gill Sans W04 Book", Arial, sans-serif;
    }
    #search {
        width: 100%;
        float: none;
        margin: 1em auto 2em auto;
    }
    #search input[type="text"] {
        width: 93%;
    }
    .home-box-inner img {
        margin: 0 auto;
        display: block;
    }
    .home-box-outer {
        border: none;
        box-shadow: none;
    }
    .jcarousel-item-horizontal {
        margin-left: 0;
        margin-right: 0;
    }
    #paper-search input[type="text"] {
        width: 200px;
    }
    table.three-col th, table.three-col thead {
        white-space: normal;
    }
    .split-content {
        margin-top: -1em;
    }
    .split-content li {
        display: block;
        background: none !important;
        padding-left: 0 !important;
    }
    ul.alpha {
        text-align: center;
    }
    .column {
        float: none;
        width: 100%;
    }
    .padding {
        margin-top: -1em;
    }
    #content {
        border: none;
        padding: .5em;
    }
    .sidebar {
        width: 100%;
        float: none;
        margin: 0;
        padding: 1em;
    }
    .sidebar-purple, .sidebar-grey {
        width: 100%;
        float: none;
    }
    #home-bottom-middle {
        border-right: none;
    }
    #footer-contact {
        margin: 0;
        padding: 0;
    }
}