#siteFooter address
{
    margin-top: 0;
}
.siteFooter .region-social-links .block p
{
    margin-bottom: 0;
}
/*
page - curricula
*/
#content .nref_curriculumItem
{
  margin-bottom: 2rem;
}
#content .nref_curriculumItem h3
{
  margin: 1rem 0 0 0;
}
#content .nref_curriculumItem h3 a
{
  font-size: 1.5rem;
  line-height: 1.5rem;
}
#content .nref_curriculumItem p:first-of-type
{
  margin-top: 0;
  padding-top: 0;
}


/*
page - who we are
*/
#content .nref_team_profile
{
    clear: both;
    margin-bottom: 3rem;
}
#content .nref_team_profile br
{
    display: none;
}
#content .nref_team_profile h2
{
    font-size:1.25rem;
    margin:0;
    line-height: 1.25rem;
}
#content .nref_team_profile img 
{
    float: left;
    margin:0 1rem 1rem 0;
    max-width: 135px !important;
    height: auto;
}
/*
page - links 
*/
.nref_links_toc
{
    display: grid; 
    grid-gap: 1rem;
    grid-template-columns: repeat(6, 1fr);    
}
@media screen and (max-width:900px)
{
    .nref_links_toc
    {
        font-size: 14px;
    }
}
@media screen and (max-width:600px)
{
    .nref_links_toc
    {
        grid-template-columns: 1fr;
        font-size: 1rem;
    }
}

/*
home - general
*/
#block-block-19 .block-content > p:first-child,
#block-block-22 .block-content > p:first-child,
#block-block-18 .block-content > p:first-child,
#block-block-19 .block-content > p:last-child,
#block-block-22 .block-content > p:last-child,
#block-block-18 .block-content > p:last-child
{
  display:none;
}
/*
home - feature
*/
#block-views-home-featurecontent-block
{
    overflow: hidden;
}
/*
home - our mission
*/
#block-block-19,
.homeSection-ourMission
{
	text-align: left;
	max-width: unset;
	margin: unset;
	url('https://the-nref.org/sites/all/themes/academia/css/europa.jpg');
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
}
@media screen and (max-width: 1000px)
{
	#block-block-19
	{
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 600px)
{
	#block-block-19,
	.homeSection-ourMission
	{
		background-size: 600px;
		background-position: center bottom;
		background-attachment: initial;
	}
}

/*
home page bug fix
*/
.homeContent .contextual-links-region
{
    position: static;
}
/*
home page - feature tweak
*/
.homeSection-mainFeature .views-field-title
{
    display: block;
    margin-bottom: 2rem;
}
.homeSection-mainFeature .views-field-title a
{
    display: block;
    margin: 0;
}


/*
page tweak to multiple images
*/
#content .field-name-field-op-main-image .field-item
{
    margin-bottom: 1rem;
}


/*
*/
body.page-node-4 #content h2
{
    border-bottom: 2px solid;    
}
body.page-node-4 #content h3
{
    margin-bottom: 0;
}
body.page-node-4 #content section > div
{
    margin-bottom: 2rem;
}