body{
    font: normal 16px / 1.25em "ProximaNova-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #565656;
    margin: 0;
    min-height: 100%;
    position: relative;
    padding-bottom: 10em;
    
    /* for keeping footer at bottom */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
html{
    /* for keeping footer at bottom */
    height:100%;
    box-sizing: border-box;
}
#body{
    /* for keeping footer at bottom */
    height: 100%;
}

strong {
    font-family:"ProximaNova-Semibold";
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #670a0a;
}
a:hover, a:focus {
    text-decoration: underline;
}
.layout-container{
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.visually-hidden{
    height: 0px;
}
p{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
hr{
    border: 0;
    height: 0;
    border-bottom: 1px solid #dad9d9;
    margin-bottom: 1.875em;
}
  
 /* header */
header{
    padding: 30px 0;
    background: #7d0101;
    background: -moz-linear-gradient(top,#7d0101 0%,#651110 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7d0101),color-stop(100%,#651110));
    background: -webkit-linear-gradient(top,#7d0101 0%,#651110 100%);
    background: -o-linear-gradient(top,#7d0101 0%,#651110 100%);
    background: -ms-linear-gradient(top,#7d0101 0%,#651110 100%);
    background: linear-gradient(top,#7d0101 0%,#651110 100%);
    border-top: 1px solid #9e2121;
    border-bottom: 1px solid #4a0404;
    position: relative;
}
header a, header a:hover, header a:active, header a:focus{
    color: white;
    text-decoration:none;
}
header h1.site-title{
    float: none;
    margin-left: 0;
    font: normal 2.8em/1em "ProximaNova-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    width: 770px;
}
#page-title button {
    display: none;
}
header .shield{
    display: none;
}
header .site-sub-title {
    display: none;
}
.left-edge{
    width: 1230px;
    margin: auto;
}
.uc-wordmark-container{
    display: table-cell;
    vertical-align: middle;
    width: 460px;
}
a.uc-wordmark{
    width: 350px;
    height: 70px;
    float: right;
    text-indent: -9999em;
    background: url('//humstatic.uchicago.edu/wordmarks/humlogo_2012_white.svg');
    background-size: 100%;
}

/* font */
html[class*="Win"] {
    font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[class*="Win"] #block-d8-hum-plaisance-content h1,
html[class*="Win"] #block-d8-hum-plaisance-content h2,
html[class*="Win"] #block-d8-hum-plaisance-content h3,
html[class*="Win"] #block-d8-hum-plaisance-content h4,
html[class*="Win"] #block-d8-hum-plaisance-content h5,
html[class*="Win"] #block-d8-hum-plaisance-content h6,
html[class*="Win"] #block-d8-hum-plaisance-content .table caption {
    font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: inherit;
    text-rendering: optimizelegibility;
}
em {
    text-decoration: italic;
}
#block-d8-hum-plaisance-content h1, #block-d8-hum-plaisance-content h2, #block-d8-hum-plaisance-content h3, #block-d8-hum-plaisance-content h4, #block-d8-hum-plaisance-content h5, #block-d8-hum-plaisance-content h6 {
    font-weight: normal;
    line-height: 1.25em;
    font-family: 'ProximaNova-Light','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-bottom: 1em;
}
#block-d8-hum-plaisance-content h2, #block-d8-hum-plaisance-content h2 a {
    color: #896137;
}

/* page title */
h1.js-quickedit-page-title{
    font: normal 2.25em 'ProximaNova-Light','Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height: 1em;
    color: #670a0a;
    margin: .833em 0;
}

/* leftnav */ /*mostly copy pasted placeholder*/
.sidebar nav h2 {
    padding: 10px;
    margin-bottom: 0;
    background-color: #3e769a;
    color: white;
}

.sidebar nav, nav#leftnav, p .region.sidebar .module .menu-block-wrapper {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    /*font-size: 0.875em; taken care of in sidebar styles */
    margin-bottom: 1.875em;
    padding-bottom: 0;  }

.sidebar nav ul, nav#leftnav ul, .region.sidebar .module .menu-block-wrapper ul {
    list-style-type: none;
    background: #f7f7f7; 
    margin: 0;
    padding: 0;
}

.sidebar nav ul li:first-child a,
nav#leftnav ul li:first-child a,
.region.sidebar .module .menu-block-wrapper ul li:first-child a {
    border-bottom: none;
}

.sidebar nav ul li a, nav#leftnav ul li a,
.region.sidebar .module .menu-block-wrapper ul li a,
nav#leftnav ul li span {
    display: block;
    padding: .4375em .625em;
    color: #3e769a;
    background: #f7f7f7;
    border-top: 1px solid #d9d9d9;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
  
.sidebar nav ul li ul li.menu-item a,
nav#leftnav ul li ul li.menu-item a {
    color: #6c6d6d;
    background: none;
    text-decoration: none;
    font-family: 'ProximaNova-Regular', 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.sidebar nav ul li.menu-item--active-trail a,
nav#leftnav ul li.menu-item--active-trail a,
.region.sidebar .module .menu-block-wrapper ul li.menu-item--active-trail a,
nav#leftnav ul li a:hover, .region.sidebar .module .menu-block-wrapper ul li a:hover,
nav#leftnav ul li a:focus, .region.sidebar .module .menu-block-wrapper ul li a:focus {
    color: #fff;
    background: #3e769a;
    text-decoration: none;
}

.sidebar nav ul li ul li.menu-item--active-trail a,
nav#leftnav ul li ul li.menu-item--active-trail a,
.region.sidebar .module .menu-block-wrapper ul li ul li li.menu-item--active-trail a,
nav#leftnav ul li nav#leftnav ul li ul li a:hover,
.region.sidebar .module .menu-block-wrapper ul li nav#leftnav ul li ul li a:hover,
nav#leftnav ul li .region.sidebar .module .menu-block-wrapper ul li ul li a:hover,
.region.sidebar .module nav#leftnav ul li .menu-block-wrapper ul li ul li a:hover,
.region.sidebar .module .menu-block-wrapper ul li .menu-block-wrapper ul li ul li a:hover,
nav#leftnav ul li ul li a:focus,
.region.sidebar .module .menu-block-wrapper ul li ul li a:focus {
    color: #6c6d6d;
    background: none;
    text-decoration: none;
    font-family: 'ProximaNova-Bold', 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.sidebar nav ul li ul li,
nav#leftnav ul li ul li,
.region.sidebar .module .menu-block-wrapper ul li ul li {
    border-bottom: none;
}

.sidebar nav ul li ul li a,
nav#leftnav ul li ul li a,
.region.sidebar .module .menu-block-wrapper ul li ul li a {
    color: #6c6d6d;
    padding: .4375em .625em .4375em 1.875em;
    background: none;
    border: none;
}

.sidebar nav ul li ul li ul li a,
nav#leftnav ul li ul li ul li a,
.region.sidebar .module .menu-block-wrapper ul li ul li ul li a {
    padding-left: 3.125em;
}

.sidebar nav ul li ul li ul li ul li a,
nav#leftnav ul li ul li ul li ul li a,
.region.sidebar .module .menu-block-wrapper ul li ul li ul li ul li a {
    padding-left: 4.375em;
}

.sidebar nav ul li ul li ul li ul li ul li a,
nav#leftnav ul li ul li ul li ul li ul li a,
.region.sidebar .module .menu-block-wrapper ul li ul li ul li ul li ul li a {
    padding-left: 5.625em;
}

.sidebar nav ul li ul li a:hover,
nav#leftnav ul li ul li a:hover,
.region.sidebar .module .menu-block-wrapper ul li ul li a:hover,
nav#leftnav ul li ul li a:focus,
.region.sidebar .module .menu-block-wrapper ul li ul li a:focus {
    background: none;
    color: #6c6d6d;
    text-decoration: underline;
}

#block-d8-hum-plaisance-search h2{
  display:none;
}
.form-item input, .form-item textarea {
    display: inline-block;
    min-height: 18px;
    padding: 4px;
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear 0.2s box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s box-shadow linear 0.2s;
    -o-transition: border linear 0.2s box-shadow linear 0.2s;
    transition: border linear 0.2s box-shadow linear 0.2s;
}
.form-item textarea{
    width: 100%;
}
.form-submit{
    display: inline-block;
    float: right;
    height: 28px;
    padding: 4px 10px 4px;
    margin: 0 5px 0 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,white,#e6e6e6);
    background-image: -ms-linear-gradient(top,white,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,white,#e6e6e6);
    background-image: -o-linear-gradient(top,white,#e6e6e6);
    background-image: linear-gradient(top,#ffffff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    cursor: pointer;
}
input:focus, textarea:focus {
    border-color: rgba(82,168,236,0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    outline: 0;
}
input.form-text{
    width: 100%;
}
.js-form-item.form-item.js-form-type-search.form-item-keys.form-no-label{
    display: inline-block;
    width: 70%;
    /* not sure if this won't affect other form elements! */
}

.form-actions.js-form-wrapper.form-wrapper{
    display: inline;
    /* not sure if this won't affect other form elements! */
}
  
/* main content */
/*main{
    padding-bottom: 10em;
}*/
.inner{
    width: 1230px;
    margin: 0 auto;
    margin-top: 24px;
}
.outer-columns{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.main-columns{
    width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 30px;
}
.layout-sidebar-first{
    width: 300px;
}
#homefeatures{
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
    position: relative;
}
#homefeatures h2 {
    display: none;
}
#homefeatures p {
    margin: 0;
    padding: 0;
}
.layout-sidebar-second{ /*placeholder values*/
    flex-grow: 1;
    flex-basis: 1em;
    width: 30%;
    margin-left: 30px;
}
.center-column{
    flex-grow: 2;
    flex-basis: .25em;
    width: 570px;
}
.center-column img{
    max-width: 100%;
    display:block;
    height: auto;
    margin: 0px 0px 1.875em 0px;
}
.center-column {
    line-height: 1.875em;
}
.center-column p {
    margin-bottom: 1.875em;
}
.center-column ul {
    line-height: 1.5em;
    margin: 0 0 1.875em 1.4em;
    padding: 0;
}
.center-column ol {
    margin-bottom: 1.875em;
}
.center-column ul > li {
    list-style-type: square;
    margin: 0 0 .5em .8em;
    padding-left: .4em;
}
.push{
    height: 150px;
}
.sidebar{
    font-size: .875em;
    margin-bottom: 1em;
}
.sidebar .module {
    padding-bottom: 30px;
    border-bottom: 1px solid #dad9d9;
    margin-bottom: 21px;
}
.sidebar .module ul{
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.sidebar .module ul > li{
    list-style-type: square;
    /*margin: 0 0 .5em .8em;
    padding-left: .4em;*/
}
.sidebar h2 {
    font-size: 1.142em;
}
.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6{
    font-weight: normal;
    font-family: "ProximaNova-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #6c6d6d;
    line-height: 1.25em;
    margin-bottom: 1em;
    padding: 0;
}
.sidebar img{
    max-width: 100%;
    display:block;
    height: auto;
}

/* homepage features text (layout is above) */
#homefeatures .homepagetext * {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}
#homefeatures .homepagetext h2 {
    background: #455682;
    color: #fff;
    text-decoration: none;
    text-align: right;
    /*min-width: 26%;*/
    font: normal 1.3125em "ProximaNova-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: .3333em .625em;
    margin-bottom: 2px;
    display: inline-block;
    float: right;
}
#homefeatures .homepagetext a h2, #homefeatures .homepagetext h2 a {
    color: #fff;
    text-decoration: none;
}
#homefeatures .homepagetext a:hover h2{
    background: #8F3931;
}
#homefeatures .homepagetext {
    float: right;
    z-index: 99;
    position: absolute;
    width: 70%;
    left: 25%;
    bottom: 15%;
    list-style: none;
}
#homefeatures p.blurb {
    float: right;
    background: rgba(255,255,255,0.9);
    width: 70%;
    padding: .625em 1.25em;
    color: #605f5f;
    text-align: right;
    font-size: .875em;
}
#homefeatures a:hover p.blurb {
    background: white;
    color: #8F3931;
}
#homefeatures p.blurb a, #homefeatures a p.blurb{
    color: #605f5f;
    text-decoration: none;
}
/* search page */
.center-column form.search-form input.form-text {
    width: 60%;
}
.center-column form.search-form input.form-submit {
    margin-top: 2px;
}

/* footer */
footer {
    background: #403f3f;
    background: -moz-linear-gradient(top,#403f3f 0%,#383737 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#403f3f),color-stop(100%,#383737));
    background: -webkit-linear-gradient(top,#403f3f 0%,#383737 100%);
    background: -o-linear-gradient(top,#403f3f 0%,#383737 100%);
    background: -ms-linear-gradient(top,#403f3f 0%,#383737 100%);
    background: linear-gradient(top,#403f3f 0%,#383737 100%);
    padding: 1.875em 0 1.875em 0;
    color: #d3d1d1;
    vertical-align: baseline;
    width: 100%;
    min-height: 10em;
      position: absolute;
    bottom: 0;
    font-size: .8125em;
}
footer p {
    padding-bottom: .5em;
}
footer a {
    color: #d3d1d1;
}
footer a:hover, footer a:focus {
    color: #fff;
    opacity: 1;
}
.footer-inner {
    width: 1230px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
footer h1 {
    font-size: 1em;
    font-weight: normal;
}
footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .column1, .column2, .column3, .column4 {
    flex-grow: 1;
    border-left: 1px solid #565656;
    flex-basis: .25em;
    width: .25em;
    min-height: 20px;
    padding-left: 1.25em;
    padding-right: 1.25em;
}
footer .column1 {
    padding-left: 0;
    padding-right: 1.25em;
    border-left: none;
}
footer .shield {
    text-indent: -9999em;
    display: block;
    width: 275px;
    height: 60px;
    background-size: 100%;
    margin: 0 0 .625em 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}
footer .shield a {
    background: url('//humstatic.uchicago.edu/wordmarks/humlogo_2012_white.svg');
    text-indent: -9999em;
    display: block;
    width: 275px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 0 .625em 0;
    opacity: .6;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
footer .uc-wordmark-container {
    display:none;
}


article.node--type-person .field_person_profile_image {
    float: right;
    padding-left: 10px;
}

article.node--type-person .field_person_faculty_title,
article.node--type-person .field_person_staff_title {
    font-weight: bold;
    font-size: larger;
}

article.node--type-person .field .label {
    font-weight: bold;
}

article.node--type-person .person-page-body {
    margin-top: 2em;
}




.paragraph .columns {
    columns: 2;
}

.center-column:only-child .paragraph .columns {
    columns: 3;
}

/* responsive styles */
@media only screen and (min-width: 1250px) {
    #homefeatures .homepagetext{
        top: 200px;
    }
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
    body {
        font-size: 90%;
    }
    .left-edge, .footer-inner, .inner{
        width: 724px;
    }
    .main-columns{
        width: 538px;
        margin-left: 20px;
    }
    header h1.site-title {
        width: 476px;
        font-size: 2.0625em;
    }
    a.uc-wordmark {
        width: 228px;
        height: 46px;
    }
    #homefeatures, #homefeatures img{
        height: 239px;
    }
    #homefeatures p.blurb{
        display: none;
    }
    #homefeatures .homepagetext{
        top: 170px;
    }
    .js-form-item.form-item.js-form-type-search.form-item-keys.form-no-label {
        width: 53%;
    }
    .form-submit {
        margin: 0;
    }
    footer .shield, footer .shield a {
        width:166px;
        height: 34px;
    }
}
@media only screen and (max-width: 1249px) and (min-width: 980px){
    body{
        font-size: 95%;
    }
    .left-edge, .footer-inner, .inner{
        width: 940px;
    }
    .main-columns{
        width: 700px;
        margin-left: 20px;
    }
    .layout-sidebar-first{
        width: 220px;
    }
    header h1.site-title {
        width: 476px;
        font-size: 2.5em;
    }
    #homefeatures, #homefeatures img{
        height: 310px;
    }
    #homefeatures .homepagetext{
        top: 130px;
    }
    .js-form-item.form-item.js-form-type-search.form-item-keys.form-no-label {
        width: 65%;
    }
    .form-submit {
        margin: 0;
    }
    footer .shield, footer .shield a {
        width:220px;
        height: 45px;
    }
}
@media only screen and (max-width: 767px){
    body{
        font-size: 90%;
    }
    .layout-sidebar-first, .layout-sidebar-second {
        width: auto;
    }
    .layout-sidebar-second {
        margin-left: 0;
        margin-top: 40px;
    }
    .layout-sidebar-second img {
        display: block;
        margin: auto;
    }
    .main-columns{
        margin: 0;
        display: block;
        width: auto;
    }
    .outer-columns{
        display: block;
    }
    #homefeatures, #homefeatures img {
        width: 294px;
        height: 131px;
        margin: auto;
        display: block;
    }
    .left-edge, .footer-inner, .inner{
        width: 92%;
    }
    .uc-wordmark-container{
        display: none;
    }
    #homefeatures p.blurb{
        display: none;
    }
    #homefeatures .homepagetext{
        top: 80px;
    }
    header{
        padding: 30px 0;
    }
    header h1.site-title {
        font-size: 2.0625em;
    }
    h1.js-quickedit-page-title {
        font-size: 24px;
        border-bottom: 1px solid #DAD9D9;
        padding-bottom: 20px;
        min-height: 24px;
    }
    .layout-container{
        max-width: 767px;
    }
    footer .column2, footer .column3, footer .column4{
        display: none;
    }
    footer .footer-inner {
        display: block;
        text-align: center;
    }
    footer .column1 {
        text-align: center;
        width: 100%;
        padding: 0;
    }
    footer .shield {
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
    footer {
        height: 14em;
    }
    .center-column{
        width: auto;
    }
    .center-column img {
        margin: 30px 0;
    }
    .form-item input {
        width: 100%;
    }
    .collapse {
        position: relative;
        max-height: 0;
        overflow: hidden;
        width: 100%;
        -webkit-transition: max-height 0.35s ease;
        -moz-transition: max-height 0.35s ease;
        -ms-transition: max-height 0.35s ease;
        -o-transition: max-height 0.35s ease;
        transition: max-height 0.35s ease;
    }
    .collapse.show {
        max-height: 900px;
        -webkit-transition: max-height 0.35s ease;
        -moz-transition: max-height 0.35s ease;
        -ms-transition: max-height 0.35s ease;
        -o-transition: max-height 0.35s ease;
        transition: max-height 0.35s ease;
    }
    #page-title button {
        display: block;
        margin-top: .833em;
        float: right;
        padding: 7px 10px;
        height: 12px;
        width: 18px;
        margin-left: 5px;
        margin-right: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        right: 2%;
        background-color: #DAD9D9;
        background-image: none;
        border: none;
        box-sizing: content-box;
            position: relative;
        bottom: 75px;
    }
    nav#topnav {
        display: none !important;
    }
    nav#leftnav {
        display: block !important;
    }
    .center-column:only-child .paragraph .columns {
        columns: 2;
    }
}

.icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #3E769A;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.icon-bar + .icon-bar {
    margin-top: 3px;
}

/* toolbar fix */
.toolbar .toolbar-bar {
    background-color: #0f0f0f;
    box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.3333);
    color: #dddddd;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
/* advanced post styling */

.paragraph--type--large-paragraph p{
    font-size: 1.88rem;
    letter-spacing: 0.01rem;
    line-height: 2.2rem;
    padding-bottom: 1em;
    border-bottom: 1px solid #dad9d9;
    margin-bottom: 1em;
}

.advanced-page-header {
    color: #484747;
    line-height: 1.25em;
    margin-bottom: 1em;
    font-family: 'ProximaNova-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.375em;
}

.advanced-page-body {
    margin-bottom: 1.875em;
    border-bottom: 1px solid #dad9d9;
}

/* tabs styling */
#block-d8-hum-plaisance-local-tasks {
    margin-bottom: 15px;
}
#block-d8-hum-plaisance-local-tasks .block-body ul {
    list-style: none;
    margin: 0;
    font-weight: bold;
}
#block-d8-hum-plaisance-local-tasks ul li {
    display: inline-block;
    margin: 0;
    padding: 5px 10px 3px 10px;
    border: 1px solid #aaa;
}
ul.links {
    list-style: none;
    margin: 1em 0;
}
ul.links li {
    padding: 0;
    margin: 0;
}
ul.links li a {
    padding: .7em 1em;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    list-style: none;
    font-weight: bold;
    transition: none;
}
ul.links li a:hover {
    color: #fff !important;
    background: #3e769a;
    text-decoration: none;
}
