@media only screen and (max-width: 540px){

 header.main-header{
     text-align: center;
 }

  .brand.logo {
    width: 100%;
   }
  .brand.logo img{
    padding-bottom: 20px;
    border-bottom: 2px solid black;
    margin-bottom: 20px;

   }
}


@media only screen and (max-width: 767px){

  .sidebar{
    margin: 10px 25px;
  }
  .footerwidget,
  .footer-menu,
  .copyright{
    padding: 25px;
  }
  
  .container{
  	max-width: 100%;
  }


}


@media (min-width: 540px){
  
  
  .brand.logo {
    padding-right: 20px;
    border-right: 2px solid black;
    margin-right: 20px;
  }
}



@media (min-width: 767px){
  
  
  .brand.logo {
    padding-right: 20px;
    border-right: 2px solid black;
    margin-right: 20px;
  }


  .menu-base-theme a span.sub-arrow {
    top: 23px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    right: 16px;
    left: auto;
  }
  .container{
    padding-left: 0;
    padding-right: 0;
  }

.paragraph--type--image-left .field--name-field-image{
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  
}

.paragraph--type--image-right .field--name-field-image{
  float: right;
  margin-left: 35px;
  margin-bottom: 20px;
  
}

  .paragraph--type--two-columns{
    display: flex;
  }
  .paragraph--type--two-columns .field--name-field-text-column-1,
  .paragraph--type--two-columns .field--name-field-text-column-2{
    flex: 50%;
  }
  .paragraph--type--two-columns .field--name-field-text-column-1{
    margin-right: 30px;
  }

}



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



body{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  background: white;
  color: #000;
}


a{
  color: #900;
}
a:hover{
    color: red;
}


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

h1, .h1{
  font-size: 2.6em;
}

h2, .h2{
  font-size: 2em;
}

h3, .h3{
  font-size: 1.4em;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-weight: bold;
}




header.main-header {
  background: white;
  padding: 20px 0;
  box-shadow: 0 0 5px #333;
}

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

.main-header .col-md-3{
  width: 100%;
  max-width: 100%;
  flex: auto;
}

.logo img {
    width: 250px;
  }
  


.site-name a{
  font-size: 42px;
  line-height: normal;
  letter-spacing: 1px;
  color: #272727;
  font-weight: bold;
}

.site-name a:hover{
    color: black;
    text-decoration: none;
}

.site-branding__name{
    margin-bottom: 5px;
}

.site-branding__slogan{
	color: #222;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  }


/*
.region-content,
.sidebar{
  font-size: 118%;
}
*/
.sidebar .field-content p{
    margin: 0 0 5px 0;
}

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

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

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


}




/*** search ***/


#search-block-form{
  width: 200px;
}

/*** search END ***/



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

nav.block{
  margin-bottom: 0;
}


.menu-base-theme,
.menu-base-theme li a{
	color: #ffffff;
  background: #272727;
  }
  
.main-menuwrap{
    margin-bottom:20px;
    text-transform: uppercase;
  *  width: 100%;
    max-width: 100%;
    padding: 0;
}


.main-menuwrap nav{
    z-index: 10;
}

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

.region-primary-menu{
	margin-top: 0;
}

.menu-base-theme li.active a, 
.menu-base-theme li a.is-active, 
.menu-base-theme > li a:hover,
.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted {
  background: #900;
  color: #fff;
}
  
.menu-base-theme a.has-submenu, 
.menu-base-theme a.has-submenu:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active,
.menu-base-theme ul li:first-child a.has-submenu:active{
  padding: 13px 36px 13px 24px;
}

.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;
}

.menu-base-theme > li{
	border-left: none;
}

ul#main-menu{
   margin: 0 auto;
   max-width: 1170px;
}

.menu-base-theme a span.sub-arrow, 
.menu-base-theme ul a span.sub-arrow {
    border-style: solid;
}

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

.menu-base-theme a span.sub-arrow::before{
	content: "+";
}

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


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


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

/*
#page-title .container,
#wrapper .container{
  padding: 0 30px;
}
*/
/************ table ***********/

#wrapper .container table{
    width: 100%;
}
.view-content table tr:nth-child(2n) {
  background-color: #f2f2f2;
}

#wrapper .container table tr th{
    padding: 10px;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
}

#wrapper .container table tr td{
    padding: 5px 10px 5px 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

#wrapper .container table, 
#wrapper .container table tr th {
  border-top: 2px solid #272727;
  border-bottom: 2px solid #272727;
}


#wrapper .container table tr {
  border-bottom: 1px solid #777;
}

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


/******* People node, view *******/

body.page-node-type-people .field--name-field-image img,
body.path-people .views-field-field-image img{
  object-fit: cover;
  width: 180px;
  height: 180px;
}

body.page-node-type-people .field--name-field-image,
body.path-people .views-field-field-image{
    float: left;
    margin-right: 25px;
}

body.page-node-type-people .field--name-field-position,
body.page-node-type-people .field--name-field-links,
body.path-people .views-field-field-position{
  margin-bottom: 12px;
}

body.page-node-type-people .field--name-field-links .field__item{
  display: inline;
  margin-right: 12px;
}

body.page-node-type-people .field--name-field-description{
	overflow: hidden;
}

body.path-people .views-row{
    display: block;
    overflow: auto;
    margin-bottom: 45px;
}

body.path-people h2{
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

body.path-people .views-field-title h3{
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

body.path-people #wrapper .container table tr td{
    border-bottom: 1px solid #eeeeee;
}
body.path-people #wrapper .container table tr th#view-field-year-1-table-column,
body.path-people #wrapper .container table tr td.views-field-field-year-1{
    text-align: right;
    padding: 8px 40px 8px 8px;
}

tr.people-alumni td,
.people-page thead tr th{
	padding: 5px 10px;
	text-align: left;
}
.people-page thead tr th{
     background: #AAA;
     color: #FFF;
     padding: 8px 12px;
}

tr.people-alumni td.views-field-field-alumni-email{

}

tr.people-alumni td.views-field-field-alumni-email img{
     display: inherit;
}



/*** people END ***/




/*** button overwrite ***/

.btn,
.button,
input[type="submit"]{
	background: #900;
  border: 1px solid #900;
  border-radius: 4px;
  margin-bottom: 20px;
}


.btn:hover,
.button:hover,
input[type="submit"]:hover {
	color: #fff;
  background: #cc0000;
  border: 1px solid #900;
}


/*** button overwrite END ***/

/*** research ***/


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

/*** 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 ***/

/*
body.path-news .views-row{
   font-size: 14px;
   line-height: 2em;
}
*/

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

.news-view-row{
  margin-bottom: 20px;
}
.news-view-row p{
  margin-bottom: 8px;
}
/*** news ENDS ***/



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

/*** footerwidget ****/

.footerwidget{
    padding: 40px;
}

.footerwidget a{
  color: #999999;
}

.footerwidget p{
    margin: 0;
}

.footerwidget ul.menu{
    margin-left: 0;
}

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

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



/*** footer ***/

.footer-menu{
    line-height: 2em;
    padding: 15px 25px;
    background: #3C3B3B;
}
.footer-menu p{
    margin: 0;
}

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

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




/*** footer END ***/

/*** copyright START ***/


.copyright{
  background: #222222;
  padding: 15px 25px;
	color: #eee;
	font-family: Libre Franklin,sans-serif;
  font-weight: 700;
}

.copyright .col-md-6{
	flex: auto;
	max-width: 100%;
	text-align: right;
}

/*
.copyright p{
	color: #eee;
	font-family: Libre Franklin,sans-serif;
  font-weight: 700;
}
*/
/*** 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: 1.4em;
    margin-bottom: 10px;
    margin-top: 10px;
}


.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;
}



.paragraph--type--photo-album .field--name-field-images .field__item{
  float: left;
  margin-right: 12px;
  margin-bottom: 20px;
  min-height: 220px;
}


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


/***** custom blocks ***/


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


/******* jQuery Accordion ***********/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #699E87;
    background: #b1d1c2;
    color: #454545;
}



.ui-widget-content a{
    color: #900;
}

.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 #447a62;
    background: #699E87;

}

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


/**** 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%;
}

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

/*** paragraph - 3 tables ***/

/*
.paragraph--type--_tables{
    display: flex;
    flex-flow: row wrap;
}
.paragraph--type--_tables .field--name-field-table-1,
.paragraph--type--_tables .field--name-field-table-2,
.paragraph--type--_tables .field--name-field-table-3{
    width: 330px;
    margin-right: 15px;
}
*/
/************************/

/**** external links ***/
svg.ext,
svg.mailto{
    padding-right: 0;
}
svg.ext path, 
svg.mailto path {
    stroke: #900;
}

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

/**** more link ***/

.more-link {
    text-align: left;
    border-top: 2px solid #990000;
}

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

/********** nav tabs ***************/

nav.tabs{
	border-bottom: 2px solid #272727;
}

.tabs.primary{
	margin-bottom: 0;
}
.tabs.primary a{
	padding: 0.5em 1.2em;
}
.tabs.primary li a.is-active{
	background: #333;
	color: #eee;
}
.tabs.primary li a:hover{
	background: #900;
	color: #fff;
}

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

/******* exposed filters *********/
.view-filters {
  background: #EEE;
  padding: 5px 20px;
}
.view-filters .form--inline > .form-item {
  min-height: 85px;
  border: 1px solid white;
  background: #DEDEDE;
  padding: 10px;
}
.views-exposed-form input[type="text"],
.views-exposed-form input[type="date"],
.views-exposed-form select {
  display: inherit;
  height: 2.5em;
}
/**********************************/

/******* Intranet *************/

body.path-intranet #page-title .container,
body.path-intranet #wrapper .container{
	width: 98%;
	max-width: 98%;
	margin: 0 30px;
}

body.path-intranet #wrapper article.container{
	margin: 0;
}

body.path-intranet .view-content{
	overflow-x: auto;
}


/*** page-node-type-freezer-rack-80 ***/

body.page-node-type-freezer-rack-80 fieldset,
body.path-intranet fieldset{
	float: left;
	width: 24%;
	min-height: 200px;
	border: 1px solid #aaa;
	background: #eee;
	margin-right: .5%;
}

body.page-node-type-freezer-rack-80 fieldset.form-item,
body.path-intranet fieldset.form-item{
	margin-top: 0;	
}

body.page-node-type-freezer-rack-80 legend,
body.path-intranet legend{
	background: #777;
	margin-bottom: 5px;
	padding: 2px 7px 0 7px;
	border: 1px solid #ccc;
	color: white;
	font-size: 20px;
	letter-spacing: 2px;
}

body.page-node-type-freezer-rack-80 fieldset .fieldset-wrapper,
body.path-intranet fieldset .fieldset-wrapper{
	padding: 9px;
}

.view-freezer-log-80c .views-row,
fieldset.fieldset-a{
	clear: both;
}

fieldset.fieldset-bottom{
	margin-bottom: 3em;
}

.view-freezer-log-80c article h2{
	margin-bottom: 0;
}


/***** block-views-block-freezer-log-80c-block-1 ****/

#block-views-block-freezer-log-80c-block-1 .item-list ul li{
	display: inline;
	margin: 0 0.2em 0 0;
}
#block-views-block-freezer-log-80c-block-1 .item-list ul li a{
	padding-right: .5em;
}

#block-views-block-freezer-log-80c-block-1 .item-list ul li::after{
	content: "| ";
}

/************Intranet ENDS **********************/

/********* webform ***************************/
#webform-submission-downloads-add-form label{
	display: block;
}
.form-required::after{
	background-image: url(/core/misc/icons/ee0000/required.svg);
}