/**** kirchhausen.css production */
@media print {
  
  a[href]:after {
    content: none;
  }
  
}

@media(max-width:1190px){
        
    body.path-highlights .views-col,
    body.path-people .views-col{
        width: 100% !important;
    }
    
}
/*******************************/


/* @media(max-width:995px),*/
@media(max-width:995px){
    nav.navbar{
        text-align: center;
    }
    .navbar-header {
        float: none;
    }    
    .region-primary-menu{
        float: none;
    }
    .region-header .brand {
        padding: 15px 0 32px !important;
    }
    
    
    
    
    .footer-ribbon ul.menu li.menu-item a::before {
        font-size: 80px !important;
        line-height: 85px !important;
    }
    .footer-ribbon nav li{
       * width: 35% !important;
    }
    .footer-ribbon nav li a{
        font-size: 22px !important;
    }

}

/************************/

/******* max-widh 767px **********/

@media(max-width:767px) {

    .footer-ribbon ul.menu li.menu-item a::before {
        font-size: 70px !important;
        line-height: 75px !important;
    }
    .footer-ribbon nav li{
        width: 30% !important;
    }
    .footer-ribbon nav li a{
        font-size: 15px !important;
        text-transform: uppercase;
    }
    
    #background-images{
        display: none;
        *height: 260px !important;
    }
    
    #page-title{
        margin-top: -2px;
        padding-bottom: 20px;
        text-align: center;
    }
    #page-title h1{
        margin-top: 20px !important;        
    }
    
    body.path-highlights .views-col,
    body.path-people .views-col{
        width: 100% !important;
    }
    
    body.path-research #page-title-full-width-container{
        background-image: url("/sites/kirchhausen.hms.harvard.edu/files/images/kirchhausen-bg-600x210-06.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    body.path-highlights #page-title-full-width-container{
        background-image: url("/sites/kirchhausen.hms.harvard.edu/files/images/kirchhausen-bg-600x210-02.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    body.path-publications #page-title-full-width-container{
        background-image: url("/sites/kirchhausen.hms.harvard.edu/files/images/kirchhausen-bg-600x210-03.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    body.path-people #page-title-full-width-container{
        background-image: url("/sites/kirchhausen.hms.harvard.edu/files//images/kirchhausen-bg-600x210-05.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }

    
}

/******* max-widh 767px ends ****/

@media (min-width: 768px) {

  .content-bottom-container .region-content-bottom section#block-contact-2{
  	float: left;
  	width: 50%;
  }

}


@media (width > 48rem) {
  .main-container.container .block-local-tasks-block{
  	left:0;
  	position: relative;
  	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
  	
  }
}

/**************************************************************/

body{
    font-size: 17px;
    background: #fff;
}


h3.views-field-title a,
a.nav-link{
    color: var(--dxt-color-base);
}

a.colorbox img{
	border: 1px solid var(--dxt-color-base);
}

a:hover,
h3.views-field-title a:hover,
h2.news-title a:hover
a.nav-link:hover{
    color: #dd6e13;
}



h1, h2, h3, h4, h5, h6{
	margin-top: 20px;
}

/*** header ***/
.body--dxpr-theme-nav-mobile .wrap-branding:has(.name.navbar-brand){ /*** mobile ***/
	padding-bottom: 0;
} 

.body--dxpr-theme-nav-desktop .dxpr-theme-header--top .wrap-branding:has(.name.navbar-brand),
.body--dxpr-theme-nav-desktop .dxpr-theme-header--top.affix .wrap-branding:has(.name.navbar-brand){
	margin-bottom: 0;
}

.main-header nav.topnav.navbar-default {
    background: #2c2c2c;
    border-bottom: 2px solid #8d8783;
}


.region-header .brand{
    padding: 24px 0 12px;
    line-height: 110%;
}

.site-name a{
    color: #fff;
    font-size: 34px;
}

.region-header .site-branding__slogan{
    color: white;
    font-size: 13px;
    letter-spacing: 0.21em;
    line-height: 112%;
    padding-left: 1px;
    
}

.navbar {
    border-radius: 0;
}

.navbar-toggle{
    float: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}

/***********************************/




/*****************  menu  *******************/

#navbar.dxpr-theme-header--top .nav a,
#navbar.dxpr-theme-header--top .block:not(.contextual-region) a{
	color: white;
}


html.html--dxpr-theme-nav-mobile--open .dxpr-theme-main-menu.menu--open{
	border-top: 4px solid var(--dxt-color-base);
	border-bottom: 4px solid var(--dxt-color-base);
}

.body--dxpr-theme-nav-mobile .dxpr-theme-header .dxpr-theme-main-menu a:hover,
.body--dxpr-theme-nav-mobile .dxpr-theme-header .nav > li > a:hover{
	color: var(--dxt-color-base);
	background-color: transparent;
}


/********************************/



/*** search ****************/
#search-block-form .fa-search{
    color: #FF6600;
}
/*******************************/



#page-title h1{
    font-size: 60px;
    color: #2c2c2c;
}

body.path-research #page-title h1,
body.path-highlights #page-title h1,
body.path-publications #page-title h1,
body.path-people #page-title h1{
    color: #fcf9ef;
    font-size: 60px;
    line-height: 1;
*    position: absolute;
    text-shadow: 0 5px 10px #181513;
    margin-top: 80px;
}

input,
button,
select,
textarea,
.html input[type="text"]{
    border: 1px solid #888;
}

.btn, input[type="submit"] {
    background: #555;    
}

.btn, input[type="submit"]:hover{
    background: #2c2c2c;    
}

#toTop a.scrollUp {
    background: #888;
}

#toTop a.scrollUp:hover {
    background: #f3811f;
}

h2.views-field-title{
    font-size: 30px;
    color: #777;
}



/******* research ****/

body.path-research .views-field-field-image{
    float: left;
    margin-right: 20px;
}

body.path-research .views-row{
    min-height: 280px;
    margin-bottom: 35px;
    border-bottom: 1px solid #999;
}
/****************************/



/*** publications *****/
body.page-node-type-publication .node__content p,
body.path-publications .views-field p{
    margin: 0;
}

body.path-publications form.views-exposed-form{
   * display: table;
   padding: 5px 18px 0 18px;
   border: 1px solid #888;
   margin-bottom: 20px;
}

body.path-publications form.views-exposed-form .form-item{
    float:left;
    margin-right: 20px;
}

body.path-publications form.views-exposed-form .form-actions{
    clear: both;
}

body.path-publications .views-row,
body.path-taxonomy .views-row{
    padding: 5px 0;
    border-bottom: 1px dotted #999;
}

/********************************/

/********** Highlights & People ******/


body.path-highlights .views-field-field-image,
body.path-people .views-field-field-people-photo,
.field--name-field-people-photo{
    float: left;
    margin-right: 20px;
}


body.path-highlights .views-col,
body.path-people .views-col{
    background: #f7f7f7;
    border: 1px solid #565454;
    float: left;
    margin-bottom: 35px;
    margin-right: 20px;
    min-height: 310px;
    padding: 20px;
    width: 48%;
}
/*******************************/

/***** People and News node and News view ********/

.node--type-news a img{
     border: 1px solid #565454;
}

body.path-news .views-row{
  margin-bottom: 12px;
}

/* overwrite ds (display suite module css) */

body.page-node-type-people .ds-2col > .group-left,
body.page-node-type-news .ds-2col > .group-left,
body.path-news .ds-2col > .group-left{
    float: left;
    width: 220px;
}

body.page-node-type-people .ds-2col > .group-right,
body.page-node-type-news .ds-2col > .group-right,
body.path-news .ds-2col > .group-right{
    float: left;
    width: 80%;
}

body.page-node-type-news h2.news-title,
body.path-news h2.news-title,
body.page-node-type-people .people-position h2{
    margin-top: 0;
}

body.page-node-type-people .current-projects-label{
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}


/**************************/

/**** People view ******/

body.path-people .view-people .views-col{
  font-size: 14px;
  line-height: 1.6em;
}

body.path-people .views-field-field-e-mail,
body.path-people .views-field-edit-node{
 * font-size: 14px;
}

body.path-people .view-people .views-col .views-field-field-position{
  font-size: 17px;
}

body.path-people #block-views-block-group-photo-block-1-2{
  padding:18px;
  background: #f7f7f7;
  border: 1px solid #565454;
  text-align: center;
}

body.path-people #block-views-block-group-photo-block-1-2 img{
	width: 100%;
}
body.path-people #block-views-block-people-block-1-2 .views-col{
    background: #565454;
    width: 100%;  
}

body.path-people #block-views-block-people-block-1-2 h3.views-field-title,
body.path-people #block-views-block-people-block-1-2 .views-field-field-position,
body.path-people #block-views-block-people-block-1-2 .views-field-field-additional-info{
    color: white;
}
/*
body.path-people .block h2.title, 
body.path-people .content h3{
    font-size: 28px;
    color: #777;
    text-transform: none;
}

body.path-people .content h3.views-field-title{
    color: #555;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 3px;
}
*/
body.path-people h3.views-field-title{
	margin: 0;
	font-size: 22px;
}
body.path-people .field-content p{
    margin: 0;
}



/*******************************/

/**** People Alumni ****/

.alumni-link a{
    background: #f3811f;
    color: #f7f7f7;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 17px;
}

.alumni-link a:hover{
  background: #565454;
}

body.path-people table{
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #565454;
}
body.path-people table th,
body.path-people table td{
  padding: 20px 25px;
  vertical-align: top;
  border: 1px solid #989797;
}
body.path-people table th{
  background: #565454;
  color: #bbb;
  font-weight: normal;
  font-size: 20px;
}
body.path-people table p{
    margin: 0;
}
/********************************/

.views-col .views-field-title::before,
.views-col p::before{  /* moves to next line if less than specified # em */
    content: "";
    display: block;
    overflow: hidden;
    width: 8em;
}


/************** content-bottom-container ************/

.content-bottom-container{
    background: #0d0d0d;
    color: white;
    padding: 30px 0;
}

.content-bottom-container .region-content-bottom{
	margin: 0 auto;
	max-width: 1170px;
}

.content-bottom-container .region-content-bottom section{
	margin: 0 20px;
}


.content-bottom-container .block h2.block-title {
    color: #ccc;
    font-size: 30px;
    margin-bottom: 24px;
    text-transform: none;
}



/********* footer **********************/

footer,
.dxpr-theme-footer{
    background: #2c2c2c;
    color: #fff;
    padding: 10px 0 30px 0;
}

footer .footer-container{
	max-width: 1170px;
	margin: 0 auto;
}



.footer-ribbon {
    background: #888;
}



.footer-ribbon nav li {
    width: 16%; /* has to be adjusted depending on number of items */
}

.footer-ribbon ul.menu li.menu-item a::before{
    color: #fff;
    display: block;
    font-family: "FontAwesome";
   /* font-size: 110px;
    line-height: 120px;*/
     font-size:90px;
     line-height: 98px;
}

.footer-ribbon ul.menu li.menu-item:first-child a::before {
    content: "\f0c3"; /* fa-flask */
}

.footer-ribbon ul.menu li.menu-item:nth-child(2) a::before {
    content: "\f0a1"; /* fa-bullhorn */
}

.footer-ribbon ul.menu li.menu-item:nth-child(3) a::before {
    content: "\f02d"; /* fa-book */
}

.footer-ribbon ul.menu li.menu-item:nth-child(4) a::before {
    content: "\f0c0"; /* fa-users */
}

.footer-ribbon ul.menu li.menu-item:nth-child(5) a::before {
    content: "\f1c0"; /* fa-database for intranet */
}

.footer-ribbon ul.menu li.menu-item:nth-child(6) a::before {
    content: "\f1ea"; /* fa-newspaper-o */
}

.footer-ribbon nav li a{
    color: #fff;
    border: medium none;
    border-radius: 200px;
    display: block;
  *  font-size: 30px;
    font-size: 25px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}


.footer-ribbon nav li a:hover{
    background: #2c2c2c;
    transition: all 0.5s ease 0s;
}
hr.style-mint{
    background: -moz-linear-gradient(left center , rgba(26, 188, 156, 0), rgba(86, 84, 84, 0.75), rgba(26, 188, 156, 0));
    background: -webkit-linear-gradient(left, rgba(26,188,156,0), rgba(86, 84, 84, 0.75), rgba(26,188,156,0));
}




/*****/


/******* sidebar  **********/
aside ul.nav{
	margin-left: 1.5em;
}

aside ul.nav li.nav-item a.nav-link{
	padding:0;
}

.html .wrap-containers .nav > li > a.is-active {
	background: none;
  color: #eee;
}

.sidebar .block{
    background: #27221e;
}
.region-sidebar-first{
    background: #27221e;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
}

.region-sidebar-first ul{
    list-style-type: none;
}

.region-sidebar-first a:hover{
    color:#dd6e13;
}

/**********************/
#wrapper{
    background: white;
    margin-top: 20px;
}

/*** #background-images ***/
/*** page-title *****************/

    body.path-research #page-title-full-width-container{
        background-image: url("/sites/kirchhausen.hms.harvard.edu/files/images/kirchhausen-bg-2000x700-06.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    body.path-highlights #page-title-full-width-container{
        background-image: url("/sites/kirchhausen.hms.harvard.edu/files/images/kirchhausen-bg-2000x700-02.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    body.path-publications #page-title-full-width-container{
        background-image: url("/sites/kirchhausen.hms.harvard.edu/files/images/kirchhausen-bg-2000x700-03.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    body.path-people #page-title-full-width-container{
        background-image: url("/sites/kirchhausen.hms.harvard.edu/files//images/kirchhausen-bg-2000x700-05.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }

/******************************************/
/*

body.path-research #background-images-research {
    background-image: url("../images/kirchhausen-bg-2000x700-06.jpg");
}


body.path-highlights #background-images {
    background-image: url("../images/kirchhausen-bg-2000x700-02.jpg");
}

body.path-publications #background-images {
    background-image: url("../images/kirchhausen-bg-2000x700-03.jpg");
}

body.path-people #background-images {
    background-image: url("../images/kirchhausen-bg-2000x700-05.jpg");

}
*/


#background-images,
#background-images-research{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 360px;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

/******/