html { overflow-y: scroll; }
.themed-grid-col {
  padding-top: .75rem;
  padding-bottom: .75rem;
  /*background-color: rgba(86, 61, 124, .15);
  background-color: rgba(10, 10, 10, .04);*/
  background-color:none;
  border: 0px solid rgba(86, 61, 124, .2);
}

.themed-container {
  padding: .75rem;
  margin-bottom: 1.5rem;
  background-color: rgba(0, 123, 255, .15);
  border: 1px solid rgba(0, 123, 255, .2);
}

/*@font-face {
    font-family: 'Merriweather-Regular';
    src: url('../fonts/Merriweather-Regular.ttf');
    src: local('../fonts/Merriweather-Regular'), local('Merriweather-Regular'),
        url('../fonts/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather-Black';
    src: url('../fonts/Merriweather-Black.ttf');
    src: local('../fonts/Merriweather-Black'), local('Merriweather-Black'),
        url('../fonts/Merriweather-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather-Bold';
    src: url('../fonts/Merriweather-Bold.ttf');
    src: local('../fonts/Merriweather-Bold'), local('Merriweather-Bold'),
        url('../fonts/Merriweather-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather-Italic';
    src: url('../fonts/Merriweather-Italic.ttf');
    src: local('../fonts/Merriweather-Regular'), local('Merriweather-Regular'),
        url('../fonts/Merriweather-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather-Light';
    src: url('../fonts/Merriweather-Light.ttf');
    src: local('../fonts/Merriweather-Light'), local('Merriweather-Light'),
        url('../fonts/Merriweather-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MerriweatherSans-Bold';
    src: url('../fonts/MerriweatherSans-Bold.ttf');
    src: local('../fonts/MerriweatherSans-Bold'), local('MerriweatherSans-Bold'),
        url('../fonts/MerriweatherSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MerriweatherSans-SemiBold';
    src: url('../fonts/MerriweatherSans-SemiBold.ttf');
    src: local('../fonts/MerriweatherSans-SemiBold'), local('MerriweatherSans-SemiBold'),
        url('../fonts/MerriweatherSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MerriweatherSans-Regular';
    src: url('../fonts/MerriweatherSans-Regular.ttf');
    src: local('../fonts/MerriweatherSans-Regular'), local('MerriweatherSans-Regular'),
        url('../fonts/MerriweatherSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MerriweatherSans-Medium';
    src: url('../fonts/MerriweatherSans-Medium.ttf');
    src: local('../fonts/MerriweatherSans-Medium'), local('MerriweatherSans-Medium'),
        url('../fonts/MerriweatherSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MerriweatherSans-VariableFont_wght';
    src: url('../fonts/MerriweatherSans-VariableFont_wght.ttf');
    src: local('../fonts/MerriweatherSans-VariableFont_wght'), local('MerriweatherSans-VariableFont_wght'),
        url('../fonts/MerriweatherSans-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'NunitoSans-VariableFont_wght';
    src: url('../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf');
    src: local('../fonts/NunitoSans-VariableFont_wght'), local('NunitoSans-VariableFont'),
        url('../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  	font-family: 'Nunito Sans', sans-serif;
  	color:#555;
  	font-size:16px;
	/*line-height: 1.42857143;*/
}
a {color:#0086be; text-decoration:none;}
a:hover {color:#0086be; text-decoration:underline;}
bod< {font-family:'Nunito Sans', sans-serif;}

.eifrem {
	height:600px;
	}
.metanav ul {
	margin: 0px 0px;
	padding:10px 20px 10px 0px;
	background:#f7f9fa;
	text-align:right;
	}
.metanav li {
    display: inline;
    list-style-type: none;
	padding: 0px 0px 0px 10px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:600;
	font-size:18px;
	}
	
.metanav li:not(:first-child)::before {
    content: '|';
	padding-right:10px;
}