/* Tara theme overwrites */

@media (min-width: 768px){
	

}


body{
	background: black;
}

b,strong{
	color: white;
}

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

/**** header BLACK ************/
.header{
	background-color: black;
*	border-bottom: 1px solid white;
}

.header a,
.header .region-primary-menu .menu-item-level-1 a,
.site-slogan{
	color: white;
}
/*************************/

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

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

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

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

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


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

.region-primary-menu .menu{
	font-size: 0.9rem;
}

.region-primary-menu .menu-item-level-1 a:hover{
  background: white;
  color: black;
}

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

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

/***** 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.2rem;
	line-height: 2;
}

h2 {
	font-size: 1.8rem;
}

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



/*** Paragraphs ***/

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

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

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

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


/********** 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-weight: bold;
}

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


.view-people img.image-field{
	
}

.view-people table th,
.view-people table td{
	padding: 10px 18px;
}

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

/*** footer ***/

#footer{
	background: none;
	position: relative;
}

footer#footer{
	border-top: 5px solid #373737;
}

.footer-bottom-middle{
	border-top: none;
}

.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: 5px solid #333;
	padding-left: 20px;
}
/*************************/

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

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

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

.button:hover{
	background: var(--color-secondary);
}
