@media all and (max-width: 767px){
  .region-header .logo{
    padding-bottom: 10px;
    border-bottom: 2px solid;
    margin-bottom: 10px;
  }
  .region-header .logo,
  .region-header .site-name{
    width: 100%;
    text-align: center;
  }
  #updates .container .updates-list .col-md-4{
    max-width: 100%;
  }
  
}
@media all and (min-width: 767px){
    .header .col-md-3{
      padding: 30px 10px;
    }

  .header .navbar-header,
  .header .col-md-9{
    max-width: 100%;
    flex: 100%;
  }
  .header .col-md-9{
    background: #044f7b;
  }

  .region-header .brand a img{
    padding-right: 20px;
    border-right: 2px solid black;
    margin-right: 20px;
  }
  .region-primary-menu ul{
    z-index: 99;
  }
  .region-primary-menu ul{
    float: none;
  }
  
  .region-primary-menu ul ul li {
    border-bottom: 1px solid #999;
    
  }
  
  #updates .container .updates-list .col-md-4{
    max-width: 360px;
    margin-right: 20px;
  }

}

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

body{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.62em;
  color: black;
  overflow-x: hidden;
  font-weight: normal;
  background: none;
}




  .header .col-md-3{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}



a{
  color: #900;
}
a:hover{
    color: #044f7b;
}


img {
   max-width: 100%;
   height: auto;
}

h1, .h1{
    font-size: 32px;
}

h2, .h2{
    color: #900;
}

.header{
  background: #fff;
  box-shadow: none;
  padding:0;
  margin-left: auto;
  margin-right: auto;
*  position: relative; /* required for Floating Block to work */
  z-index: 99; /* required for Floating Block to work */
  border-bottom: 1px solid #444;
}

.region-sidebar-first h2,
.region-sidebar-second h2{
  color:#dddddd;
  margin-top: 0;
  background: #990000;
  padding: 12px 15px;
  letter-spacing: 1px;
  font-size: 20px;
}

.region-sidebar-first .node h2,
.region-sidebar-second .node h2{

  background: none;
  padding: 0;
  font-size: 18px;


}


.main-header .container{
	padding:12px;
}

.main-header .col-md-3{
  width: 100%;
}
.region-header .brand{
    line-height: normal;
    font-size: inherit;

}

.logo img {
    width: 250px;
}

.site-name .site-branding__name{
    font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", serif;
}

.region-header .brand a{
    font-size: 40px;
    font-weight: bold;
    color: #044f7b;
  }

.region-header .brand a:hover{
    color: #990000;
    text-decoration: none;
}


.region-header .site-branding{
  float: left;
}

.region-header .brand .site-branding__slogan{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
 }

.region-header .brand .site-branding__slogan .blavatnik{
    color: #900;
 }



/*** search ***/

.search-block-form {
    float: right;
    margin-top: 20px;
    width: 200px;
    height: 30px;
}


.block-search input[type="submit"]{
  font-weight: normal;
}

.block-search input[type="search"]{
  box-sizing: border-box;
}

/*** search END ***/



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

nav.block{
  margin-bottom:0;
}

.region-primary-menu{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: inherit !important;
}



#main-menu nav{
    z-index: 10;
}

ul.menu-base-theme ul{ /* sub-menu border */
    border: 1px solid #888888;
}

.navbar-default,
.main-menuwrap nav,
.menu-base-theme li a{
    background-color: #044f7b;
}


.menu-base-theme li a{
    font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", serif;
    font-weight: normal;
    color:#ffffff;
*    padding:15px 22px;
    font-size:18px;
    letter-spacing: 1px;
}

.menu-base-theme li a:hover,
.menu-base-theme li a:focus,
.menu-base-theme li a:active,
.menu-base-theme li a.highlighted{
    background:#900;
    color:#ffffff;
    line-height:100%;
*    padding:15px 22px;
}


.region-primary-menu ul ul li a{
    font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", serif;
    color:#fff;
*    padding:15px 22px;
}

.region-primary-menu ul ul li a:hover,
.region-primary-menu ul ul li a:focus,
.region-primary-menu ul ul li a:active,
.region-primary-menu ul ul li a.highlighted{
    font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", serif;
    background: #990000;
    color:#ffffff;
*    padding:15px 22px;
}


.menu-base-theme li a.has-submenu,
.menu-base-theme li a.has-submenu:hover,
.menu-base-theme li a.has-submenu:focus,
.menu-base-theme li a.has-submenu:active,
.menu-base-theme ul a.has-submenu,
.menu-base-theme ul a.has-submenu:hover,
.menu-base-theme ul li:first-child a.has-submenu:active{
    padding-right: 30px;
}

.navbar-default .navbar-toggle{ /* mobile menu toggle */
		background:#222;
		margin-right:5px;
}

.menu-base-theme > li:first-child,
.menu-base-theme > li {
    background: none;
    padding: 0;
}


/*.region-primary-menu li a span.sub-arrow,*/
.region-primary-menu nav ul > li a span.sub-arrow{
  top: 32px;
  right: 12px;
}

.region-primary-menu nav ul > li li a span.sub-arrow{
   top: 28px;
  
}

/*
.region-primary-menu a span.sub-arrow, 
.region-primary-menu li a span.sub-arrow {
    border-style: solid;
    top: 24px;
}

.menu-base-theme ul a span.sub-arrow{
    border-color: transparent transparent transparent #cccccc;
}
*/

/*** menu ENDS ****************************/


/***** slideshow *****/
.slideshow{
    display: block;
}


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


/**** breadcrumb ***/
.breadcrumb ul li::after, 
.breadcrumb ol li::after {
    content: none;
}
.breadcrumb ul li a{
    padding-left: 8px;
}

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

/*** page title ***/

/*

h1.page-title{
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 500;
}
body.path-frontpage h1.page-title{
    margin-top:0;
}
*/
/*** page title END ***/



/******* People *******/

body.page-node-type-lab-member .field--name-field-position{
    margin-bottom: 25px;
    font-weight: 700;
}
body.page-node-type-lab-member .field--name-field-image{
    float: left;
    margin-right: 25px;

}

/*body.page-node-type-lab-member .field--name-field-image,*/
img.image-style-people-photo{
    padding: 4px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    min-width: 250px;
}

body.people .views-view-grid .views-row{
    margin-bottom: 30px;
}


body.people #block-views-block-people-block-2,
body.people #block-views-block-people-block-3{
    border-bottom: 3px solid #900;
    margin-bottom: 30px;
}

body.people #block-views-block-people-block-1 .views-view-grid .views-col,
body.people #block-views-block-people-block-3 .views-view-grid .views-col{
  float: left;
  width: 250px;
  max-width: 100%;
  min-height: 430px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 25px;
}



body.people .views-field-title h3{
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 3px;
}

.views-field-field-position{
    line-height: 1.2em;
}

#block-views-block-people-block-4 h2{
    font-weight: 700;
    color: #272727;
}

#block-views-block-people-block-4 tr td, /*** alumni block #block-views-block-people-block-4 ***/
#block-views-block-people-block-4 tr th{
	padding: 5px 10px;
	text-align: left;
}
#block-views-block-people-block-4 tr th{
     background: #AAA;
     color: #FFF;
     padding: 8px 12px;
     border: none;
}
#block-views-block-people-block-4 tr.alumni td{
    border: none;
}



body.people #block-views-block-people-block-2 .views-col{ /* PI block */
    width: 100%;
    max-width: 100%; /* overwrites 'max-width: 8.333333%; in bootstrap */
    min-height: 350px;
    padding-left: 0;
    padding-right: 0;
}

body.people #block-views-block-people-block-2 .views-field-field-image{ /* PI block 2 */
    float: left;
    margin-right: 30px;

}

body.people #block-views-block-people-block-2 .views-field-body{
    margin-top: 20px;
}



/*** people END ***/


/*** button ***/
#block-editslideshowbutton,
#block-editslideshowbutton-2{
  margin-top:-30px;
}

.btn,
input[type="submit"],
.node-readmore a{
    font-size: 14px;
    font-weight: bold;
    background: #306ea1;
    color: #eeeeee;
  *  border: 1px solid #24557e;
  *  border-radius: 5px;
    margin-bottom: 12px;
    margin-right: 5px;
    padding: 10px 15px
}

.btn:hover,
input[type="submit"]:hover,
.node-readmore a:hover{
  background: #900;
}

.btn a,
.text-formatted .btn a{
    color: #ffffff;
}


/*** button  END ***/



/*** photo album STARTS ***/
.node--type-photo-album .field--name-field-photos .field__item{
    border: 1px solid #900;
    float: left;
    margin: 6px;
    padding: 1px;
}
/*** photo album ENDS ***/

/*** colorbox ***/

a.colorbox img{
    border: 1px solid #900;
    padding: 1px;
}

#cboxTitle{
    font-size: 18px;
}
/*** colorbox END ***/

/*** news ***/


#block-views-block-news-block-1 .views-field-title,
body.path-news .views-field-title {
    font-weight: bold;
}
/*** news ENDS ***/




/*** Top Menu ***/

.region-top-menu{
    background: #272727;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.region-top-menu a,
.region-top-menu a:visited,
.region-top-menu ul.menu a.is-active {
    color: #bbbbbb;
}
.region-top-menu a:hover {
    color: #ffffff;
}
.region-top-menu .block{
    margin-bottom: 0;
}
.region-top-menu ul{
    margin-bottom: 5px;
}
.region-top-menu nav li {
    display: inline-block;
    background: rgba(0, 0, 0, 0) url("../images/nav-border.png") repeat-y scroll right center;
    margin-right: 12px;
}

.region-top-menu nav li a {
    display: block;
    padding: 4px 20px 4px 0;
}


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


/**** region-footer-first ***/
.region-footer-first a{
    
}

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





/*** footer ***/

.footer{
  background: #272727;
  border-bottom: none;
}

.footer a{
    color: #999999;
}

.footer .block-menu{
    border-left: 5px solid #555555;
    min-height: 90px;
}

.footer ul.menu li{
  list-style: none;
}

.footer-menu{
    background: #044f7b;
    line-height: 2em;
}

.footer-menu .col-md-6{
  width: 100%;
}
.footer-menu a{
  color: #bbbbbb;
}

.footer-menu a:hover{
  color: #fffff;
}

.footer-menu .menu li{
  background: rgba(0, 0, 0, 0) url("../images/nav-border.png") repeat-y scroll right center;
  margin-right: 12px;
}



.footer-menu .block{
    margin-bottom: 0;
}


/*** footer END ***/

/*** copyright START ***/

.copyright{
    background: #111111;
    color: #777;
}


.copyright p{
	margin:13px 0;

}

/*** copyright ENDS ***/


/******* tooltips *****/



.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted blue;
    opacity: 1;
    z-index: inherit; /* overwrites the bootstrap tooltip class */
    color: blue;

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #EEE;
    color: #000;
    text-align: left;
    border: 1px solid #AAA;
    border-radius: 2px;
    padding: 5px;


    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -175px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
        opacity: 1;
}



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

/******** paragraphs ******/


.paragraph .field--name-field-subheading{
    font-size: 22px;
    margin-bottom: 12px;
}


.paragraph--type--images{
    margin: 30px 0;
}

.paragraph--type--images .field__item img{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


.field--name-field-components > .field__item{
    overflow: hidden;
    margin-bottom: 20px;
}



/***** custom blocks ***/
body.lab-fun #block-views-block-photo-gallery-block-1,
body.lab-fun #block-walter-content{
     max-width: 500px; /* make sure that main content overlay doesn't cover image block */
}

#block-views-block-image-blocks-block-1{
    float: right;
    max-width: 600px;
}
/*************************/


/******* jQuery Accordion Help page ***********/

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, 
.ui-button:active, 
.ui-button.ui-state-active:hover {
    border: 1px solid #7e1919;
    background: #900;
}


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


/*** faqfield ****/
.faqfield-answer img{
    border: 1px solid #222222;
}
.faqfield-answer figure{
    margin-bottom: 20px;
}
/***************/


/**** paragraph - table ****/
.field--type-tablefield table{
    width: 100%;
}

.field--type-tablefield table caption{
    font-size: 22px;
    color: #272727;
}

.field--type-tablefield table tr.even{
    background: #eeeeee;
}
.field--type-tablefield table tr td{
    padding: 5px;
    width: 50%;
}

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


/*** view filters  ***/

.views-exposed-form {
    background: #ddd;
    padding: 5px 20px;
}

.views-exposed-form input[type="text"], 
.views-exposed-form input[type="date"], 
.views-exposed-form select {
    display: inherit;
}

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

/*** intranet tables ***/



body.database-table .main-content .container{ /* add this only to pages that have database-table class determined by a module "Page Specific Class" /admin/config/page-class/settings */
    max-width: 98%;
}


body.database-table .main-content table tr th {
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding: 10px;
}

body.database-table .main-content table tr:nth-child(even),
body.database-table .main-content table tr:nth-child(even),
body.database-table .main-content table tr:nth-child(even) { /* adds "zebra stripes" to table rows */
    background-color: #f2f2f2
}

.region-content th, 
.region-content td {
    padding: 3px 5px;
    border: 1px solid #ddd;
}

td.views-field-field-antigen-peptide{
  max-width: 200px;
  word-wrap:break-word
  
}


td.views-field-field-tags a{
    white-space: nowrap;
    background: #27aae1;
    color: white;
    padding: 1px 7px;
    margin: 2px 0;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 4px;
}

.view-filters .form--inline .form-item{
    margin-right: 1em;

}



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


/*** comments ***/



.comment-wrap{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

section.field--type-comment h2.title{
    margin-top: 30px;
    margin-bottom: 5px;
}

.comment-wrap .author-comments p {
    margin-bottom: 0px;
}

.comment-submitted {
    padding: 5px 0;
    border: none;
    color: #888888;

}


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

/*** tabs ***/
.tabs > li {
    margin-right: 0.02em;
    margin-bottom: 0.2em;
}

.tabs a {
    padding: 0.5em 1em;
    background: #272727;
    color: white;
}
.tabs a:hover,
.tabs a.is-active {
    background-color: #900;

}
/*****************/

/*** Working Groups ***/


.view-working-groups-webform .view-content table{
    margin-bottom: 30px;
}

.view-working-groups-webform .view-content table caption{
    font-size: 22px;
    color: #272727;

}

.view-working-groups-webform .view-content table th, 
.view-working-groups-webform .view-content table td{
    border: none;
    padding: 8px;
}

.view-working-groups-webform .view-content table th{
    border-top: 2px solid #777777;
    border-bottom: 2px solid #777777;
}


.view-working-groups-webform .view-content table tr{
    border-top: 1px solid #dddddd;
}
.view-working-groups-webform .view-content table{
    border-bottom: 1px solid #dddddd;
}



body.path-admin-signups .view-content table th,
body.path-admin-signups .view-content table td{
    border: 1px solid #cccccc;
    padding: 5px 8px;
}

body.path-admin-signups .view-content table th{
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding: 10px;
}


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

/***** video ***/
.video-embed-field-responsive-video::after{
    padding-bottom: 0;
}

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


/******** view-diagnostics-meeting-notes *****/

.view-diagnostics-meeting-notes .views-row{
    padding-bottom: 12px;
    border-bottom: 1px dotted #999;
    margin-bottom: 12px;
}
/*************************/


/*** read more field module ***/
.views-field-field-description-read-more .read-more details{
    margin-top: 0;
    border: none;
}
.views-field-field-description-read-more .read-more details summary{
    color: #990000;
    display: list-item;
    padding: 0;
}
.read-more__teaser p{
    margin-bottom: 0;
}

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





/*** toggle editable field button ***/
.btn-success.toggle-on{

    color: green;
}
.btn-success:hover, 
.btn-success:focus{
    background-position: 0 -15px;
    color: rgb(1, 62, 1);
}
/************************************/


/**** Contact ***/
.contact-message-feedback-form{
    max-width: none;
}
/*****************/


/**** publications ***/
body.path-publications .view-grouping-header{
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 500;
    color: #24557e;
}

body.path-publications .view-grouping-content h3{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.block-views-blockpublications-block-1 .views-row{
    margin-bottom: 12px;
}

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

/***** dataTables ****/


.dataTables_length,
.dataTables_filter {
    float: none;
    margin: 12px;
    display: table-cell;
    padding: 20px 30px;
}
.dataTables_filter {
  *  border-left: 2px solid white;
}
table.dataTable tr.odd {
    background-color: #fff;
}

.dataTables_info,
.dataTables_paginate{
    padding: 12px 16px;
}

.dataTables_wrapper{
	border: 1px solid #999;
	background: #ddd;

}
/*
.dataTables_wrapper #datatable_length,
.dataTables_wrapper #datatable_filter,
.dataTables_wrapper #datatable_info,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
	color: #eee !important;
}
*/
/**********************/


/***** bacteria yeast ****/


.bacteria-editable .views-form td.views-field input,
.yeast-editable .views-form td.views-field input{
    width: 150px;
}

.yeast-editable .views-form .views-field.views-field-form-field-field-markers input{
    width: 400px;
}

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


/*** edit form elements ****/



.form-wrapper .form-type-textfield input,
.form-wrapper .form-item input, 
.form-wrapper button, 
.form-wrapper select, 
.form-wrapper textarea {
    border: 1px solid #777777;
}

.form-wrapper label{
    margin-right: 5px;
}
.form-wrapper .form-item{
    display: inline-block;
    margin-right: 12px;
}

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

/*** off-canvas ***/


#drupal-off-canvas .details-wrapper{
    border-left: 2px solid #999999;
    border-bottom: 2px solid #999999;
}

#drupal-off-canvas details[open] > summary {
    border-top: 2px solid #999999;
    border-left: 2px solid #999999;
    background-color: #111111;
}

#drupal-off-canvas .details-wrapper,
#drupal-off-canvas .details-wrapper .form-wrapper,
#drupal-off-canvas .details-wrapper .form-wrapper .form-item,
#drupal-off-canvas .details-wrapper .form-wrapper .form-item label,
#drupal-off-canvas .details-wrapper .form-wrapper .form-item legend,
#drupal-off-canvas .details-wrapper .form-wrapper .form-item legend span,
#drupal-off-canvas .details-wrapper .form-wrapper .form-item .fieldset-wrapper .form-radios{
    background: #222222;
}

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

/***** add red star to required fields if this theme is used ****/


label.form-required::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
/*    background-image: url(https://dev-sinclair.hms.harvard.edu/core/misc/icons/ee0000/required.svg); */
    background-image: url(../../../../../core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
}

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

/******** figure ****/
figure{
    margin-bottom: 30px;
}
figure img{
    border: 3px solid #ccc;
}
.caption > figcaption{
    text-align: center;
    margin: 4px 0;
    color: #777777;
    font-size: 13px;
}
/*********************************/

/***** front page blocks *****/

#updates .container .updates-list .col-md-4{
    background: #eeeeee;
    min-height: 290px;
    padding: 20px;
    margin-bottom: 20px;
}

#block-davidsinclair h2{
    color: inherit;
    border-bottom: 10px solid #046eac;
    padding: 0 0 10px 0;
}
#block-people h2{
    color: inherit;
    padding: 0 0 10px 0;
    border-bottom: 10px solid #F49E2F;
}

#block-research h2{
    color: inherit;
    padding: 0 0 10px 0;
    border-bottom: 10px solid #900000;
}

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

/**** FAQ ****/

.field--type-faqfield .field__item summary.faqfield-question{
    color: white;
    background: #444444;
    font-weight: 700;
    padding: 10px;
}

.field--type-faqfield .faqfield-answer{
    padding: 12px;
    border: 1px solid #888888;
}

.field--type-faqfield .faqfield-answer img{
    border: 1px solid #cccccc;
}

details summary.faqfield-question{
    text-transform: none;
}

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


dl dd {
    margin: 0 0 18px 18px;
    padding: 0;

}

/******* node display *********/

.field{
  clear: both;
}
.field__label {
  color: #044f7b;
}
/*
.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
}

.field--label-inline .field__label, 
.field--label-inline > .field__item, 
.field--label-inline .field__items {
  padding-right: 0.5em;
}
.field--label-inline .field__label::after {
  content: ":";
}
*/
details {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #044f7b;
}

details summary{
    color: #044f7b;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.2em 0.5em;
}

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