/* Tara theme overwrites */

@media (min-width: 768px){
	.region-primary-menu .menu-item-level-1 a:hover, 
	.region-primary-menu .menu-item-level-1 > span:hover{
		background: #222222;
		color: #ffffff;
		text-decoration: none;
	}
	
	.paragraph--type--image-left .field--name-field-image{
		width: auto;
		float: left;
		margin-right: 35px;
	}

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

}



a,
.search-icon i{
	color: #A51C30;
}
a.colorbox img{
	border: 1px solid #A51C30;
}
a:hover{
	color: #df0303;
}

#main-wrapper a:hover{
	text-decoration: underline;
}

.scrolltop:hover,
.page-tabs .active-page-tab{
	background: #A51C30;
}

.main-wrapper{
	padding: 2rem 0;
}

ul ul{
	padding: 0 0 0.25rem 1.5rem;
}
li > ul{
	list-style: circle;
}
/**** remove default background color *****/

body,
.main-wrapper,
#main{
	background: none;
}

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

/*** button *****/

input[type="submit"], 
input[type="button"], 
input[type="reset"], 
button, 
.button{
	background-color: #A51C30;
}

.search-box-content input[type="submit"]:hover{
	border-color: #A51C30;
}

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

.image-field{
	margin: 0;
}

/***** table *************/

table td{
	border: none;
	border-bottom: 1px dotted #999;
  padding: 10px 0;
}

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

/******* branding ******/

.site-logo{
	width: 180px;
  padding-right: 12px;
  border-right: 1px solid black;
  margin-right: 12px;
}

.site-name{
	text-transform: none;
	font-size: 1.4rem;
	font-weight: bold;
}

.site-slogan{
	font-size: 0.7rem;
}

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

/****** header ***********/

.header-container{
*	border-bottom: 4px solid #1e1e1e;
	padding: 1.5rem 0;
}

body.frontpage .header-container{
	border-bottom: none;
}

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


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

.mobile-menu span{
	background-color: #A51C30;
}

.mobile-menu span:nth-child(2){
*	background-color: white;
}

.close-mobile-menu{
	border: 3px solid #fff;
}

ul.main-menu > li{
	white-space: nowrap;
}
/***************************/

/***** search **************/
.search-icon{
	color: #bbb;
}
/**************************/

/********* highlighted ****************/

#highlighted .container{
	max-width: 100%;
	padding: 0;
	background: black;
}

#highlighted .container img.image-field{
	width: 100%;
	margin: 0;
}

.node-taxonomy-container{
	padding: 0;
  margin: 0;
  border: none;
}
#highlighted .taxonomy-term{
	width: 100%;
}
.region-highlighted .block{
	padding: 0;
}


#highlighted #block-tara-textfrontpage{
	max-width: 1170px;
	margin: 0 auto;
	color: #eee;
	padding: 30px 20px 0 20px;
}
/*********************************/

#breadcrumb{
	background: #ddd;
}

/*** black background **************/
/*
#main-wrapper,
#main-wrapper #main{
	background: black;
	color: #eee;
}
*/
h1, h2, h3, h4, h5, h6,
.page-title-wrap h1.page-title{
*	color: #eee;
	font-weight: bold;
}

.page-title-wrap h1.page-title{
	font-size: 2.6rem;
	line-height: 2;
}

h2 {
	font-size: 1.7rem;
}

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



/*** Paragraphs, Paragraph Layout ***/

.paragraph--type--image li,
.paragraph--type--image li img{
	width: 100%;
	padding: 0;
	margin: 0;
}
.paragraph .field--name-field-caption{
	font-size: 75%;
  color: #686868;
  padding: 2px 0;
}
.field--name-field-components .paragraph{
	overflow: auto;
	margin-bottom: 30px;
}


.layout--twocol .layout__region--first .paragraph{
	margin-right: 35px;
}

.paragraph .field--name-field-heading h2{
	font-size 1.4rem;
}

.paragraph .field--name-field-image{
	border-top: none;
}

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

/****** blocks *******************/

h2.block-title{
	font-size: 2rem;
	border-bottom: 5px solid #1e1e1e;
}

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


/********** view-people ********************/

.view-people .views-row{
	overflow: hidden;
	margin-bottom: 35px;
}

.view-people .views-field-field-photo{
	float: left;
	margin-right: 30px;
}

.view-people .views-field-title h3{
	margin: 0;
	font-size: 1.4rem;
	font-weight: bold;
}

.view-people .views-field-field-position{
	margin-bottom: 12px;
}


.view-people img.image-field{
	width: 220px;
	height: 220px;
	object-fit: cover;
}
/************************/

/*** footer ***/

#last-section{
	display: none;
}

#footer{
	background: #222;
	color: #eee;
	border-top: none;
	position: relative;
}


.footer-bottom-middle{
	border-top: 4px solid #999;
}


.footer li{
	border-bottom: none;
	padding: 0;
}

.footer li a{
	*color: #A51C30; /* official HMS crimson */
}
.footer li a:hover{
*	color: #EEE; /* official HMS crimson */
}

nav.menu-footer{
*	border-left: 4px solid #1e1e1e;
*	padding-left: 20px;
}

#footer h2.block-title{
	font-size: 1.5rem;
	color: inherit;
	padding-left: 0;
	border-left: 0;
	border-bottom: none;
}

.footer-blocks{
	padding: 2rem 0;
}
/*************************/

/**** node-unpublished ******/

article.node-unpublished{
	background: #777;
}

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

/**** publications *******/
.publications-row p{
	margin: 0;
}
.publications-row{
	margin: 0 0 1.2rem 0;
}
/************************/

/*** User login on front page only *************/

body.page-type-page form#user-login-form,
body.page-type-page li:has(> a.request-password-link){
	display: none;
}
form#openid-connect-login-form input#edit-openid-connect-client-harvardkey-login{
	background: none;
	border: none;
  padding: 0;
  color: #A51C30;
  margin-bottom: 2em;
}

form#openid-connect-login-form input#edit-openid-connect-client-harvardkey-login:hover{
	color: red;
}

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



