@charset "UTF-8";
/* ------------------------------------------
  RESET
--------------------------------------------- */

body, div, /*h1, h2, h3, h4, h5, h6,*/
p, blockquote, pre, dl, dt, dd, ol, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
color: var(--my-font-color);
text-decoration: none;
}


:focus {
	outline: thin dotted;
}
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/* ------------------------------------------
  BASE DEMO STYLES
--------------------------------------------- */

:root {
 --my-font-color: rgb(46,42,71);
 --my-bg-color:  rgb(255,255,255);
 --my-blue: #30759C;
 --my-darker-blue: #316582;
 --my-grey: #B2B2B2;
 --my-light-grey: rgb(240,240,240);
 --my-emph-color: #6699CC;
 --my-header-font-color: white;	
 --my-header-bg-color: #30759C;
 --my-sub-header-font-color: rgb(255,255,255);
 --my-sub-header-bg-color: rgb(53,53,53);
 --my-hovered-sub-header-color: rgb(27,27,27);
 --my-mobile-menu-border-color: rgb(53,53,53);
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: var(--my-font-color);
	background: var(--my-bg-color);
	font-family: 'Open Sans', 'Source Sans Pro', sans-serif !important;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
	text-align: justify;
}
.site-content {
	position: relative;
	top: 80px;
	left: 0;
	padding: 3.5em 2.5em 5em 2.5em;
	margin-left: auto;
	margin-right: auto;
	max-width: 60em;
	margin-bottom: 5em;
}
footer {
	font-size: 70%;
	clear: both;
	position: relative;
	top: 110px;
	color: var(--my-emph-color);
	padding-left: 25px;
}
.anchor {
	display: block;
	height: 90px; /*roughly same height as header*/
	margin-top: -100px; /*roughly same height as header*/
	visibility: hidden;
}
p {
	margin-bottom: 1.5em;
}
.site-content h1, .site-content h2, .site-content h3 {
	font-family: 'Bree Serif', serif;
}
.site-content h1 {
	color: var(--my-text-color);
	padding-bottom : 5px;
	border-bottom-color : var(--my-text-color);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-weight : bold;
	margin-top: 25px;
	margin-bottom: 15px;
	display: block;
}


.site-content h2 {
	color: var(--my-text-color);
	padding-bottom : 5px;
	font-weight : normal;
	margin-top: 60px;
	margin-bottom: 2px;
	display: block;
	color: var(--my-blue);
}

button {
	background-color: transparent;
	-webkit-appearance: button;
	cursor: pointer;
}


ul.items-arrow {
    list-style: none;
    margin-left: 0;
    padding-left: 1.5em;
}

ul.items-arrow li {
    padding-left: 1em;
    text-indent: -1.6em;
}

ul.items-arrow li:before
{
  content: '\e315';	
  font-family: 'Material Icons';
  padding-right: 8px;
}

.dates-tag {
	font-size: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	color: var(--my-grey);
	}

.description-item {
	font-family: 'Bree Serif', serif;
	font-size: 110%;
	font-weight: bolder;
}

img.me-img {
	float: left;
	margin-top: -17px;
	width: 140px;
	margin-right: 40px;
}
a.color-when-hovered {
	text-decoration:none;
	color: var(--my-font-color);
}
a.color-when-hovered:hover {
	color: var(--my-emph-color);
	text-decoration:underline;
}

/*
span.label {
    display: inline;
    padding: .1em .5em .2em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	margin-right: 6px;

}
*/

span.ui.tag.label {
	font-family: 'Open Sans Condensed', sans-serif;
}


.icard {
clear:both;
margin-bottom: 1.7em;
/*  display: inline-block;*/
}

.icard .icon-holder {
  float: left;
  }

.icard .icon-content {
 position: relative;
 top: 0em;
 margin-left: 2.5em;
 line-height: 1.3em;
}



/* ------------------------------------------
  HEADER
--------------------------------------------- */

.header {
	background: var(--my-header-bg-color);
	height: 101px;
	width: 100%;
	/*	I added the following*/
	position: fixed;
	z-index: 3;
	left: 0;
	top: 0;
	border-top: 1px solid var(--my-darker-blue);
	border-bottom: 1px solid var(--my-darker-blue);
}


.logo {
	margin-top: 8px;
	padding: 0 40px;
	float: left;
	color: var(--my-header-font-color);
}

.logo-name {
	font-weight: normal;
	font-size: 200%;
	font-family: 'Bree Serif', serif;
	letter-spacing: -1.5px;
	line-height: 1.4em;
	}

.logo-affil {
	font-size: 110%;
	font-family: 'Bree Serif', serif;
/*	font-family: 'Open Sans', 'Source Sans Pro', sans-serif; !important;*/
	line-height: 1.15em;
	}



/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */


/*Font specs for menu top-fields*/
nav.nav-collapse > ul > li > a {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}



/*Font specs for menu sub-fields*/
nav.nav-collapse > ul ul > li > a {
	font-weight: normal;
	font-size: 80%;
	font-style: normal;
	text-transform: uppercase;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.nav-collapse, .nav-collapse * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-collapse {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.nav-collapse, .nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
}

@media screen and (min-width: 760px) {
.nav-collapse {
	width: auto;
	float: right;
	border-bottom: 1px solid var(--my-darker-blue);
	}
}

@media screen and (max-width: 759.5px) {
.nav-collapse > ul {
	padding-top: 16px;
/*	border-top: 1px solid rgba(255,255,255, .15);*/
}
	
}
.nav-collapse li {
	float: left;
	width: 100%;
}

@media screen and (min-width: 760px) {
.nav-collapse li {
	width: auto;
}
}
.nav-collapse a {
	/*  background: #212428;*/
	background: var(--my-header-bg-color);
	/*  border-bottom: 1px solid rgba(255,255,255, .15);*/
	
/*  color: #fff;*/
	color: var(--my-header-font-color);
	float: left;
	padding: 0.9em 2.1em;
	text-decoration: none;
	width: 100%;
}

@media screen and (max-width: 759.5px) {
ul.menu-items > li > a {
	border-top: 1px solid var(--my-header-font-color);
}

ul.menu-items > li:last-child > a {
	border-bottom: 1px solid var(--my-header-font-color);
}
	
nav.nav-collapse > ul > li > a {
	background-color: var(--my-darker-blue);
}
}

@media screen and (min-width: 760px) {
.nav-collapse a {
/*	border-bottom: 1px solid rgb(215,215,215);*/
/*	border-bottom: 0;*/
	/* border-right: 1px solid var(--my-header-bg-color); */
	padding: 1em 1.5em;
	margin: 0;
	float: left;
	text-align: center;
}
.nav-collapse li:first-child a {
/* border-left: 1px solid var(--my-header-bg-color); */
}
}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
	/*  border: 1px solid var #fff;*/
	border: 1px solid var(--my-header-font-color);
	/*  color: #fff;*/
	background-color: var(--my-header-bg-color);
	color: var(--my-header-font-color);
	font-size: 100%;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	float: right;
	line-height: 55px;
	padding: 0 1.5em;
	margin-top: 24px;
	margin-right: 5%;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
/*  background-color: #fff;*/
	background-color: var(--my-header-font-color);
  color: var(--my-header-bg-color);
/* color: #212428; */
}
/* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */
/* Highlightening over hovered menu item */
.nav-collapse a:hover, .nav-collapse li.focus > a {
	text-decoration: none;
/*  background-color: #3e4853;*/	
/*
	margin-top: -2px;
  border-top: 2px solid var(--my-emph-color);
*/
}

nav ul.menu-items > li ul.sub-menu li:hover > a {
	background-color: var(--my-hovered-sub-header-color);
	color: var(--my-sub-header-font-color);
}

nav ul.menu-items > li {
	
}



/* Should be an epsilon below 760px */ 
@media screen and (max-width: 759px) {
.js .nav-collapse {
	visibility: hidden;
}
.js .nav-collapse.opened {
	visibility: visible;
}
/* Enable active class to let the navigation expand over the calculated max height. */
.js .nav-collapse.multiple-level-nav.opened.dropdown-active {
	max-height: 9999px !important;
}
.js .nav-collapse.multiple-level-nav .sub-menu {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: none; /* This way you don't have focus on sub menu items unless you open the sub menu. */
	overflow: hidden;
	zoom: 1;
}
.js .nav-collapse.multiple-level-nav .sub-menu.toggled {
	display: block;
	max-height: 9999px;
	position: relative;
}
.js .nav-collapse li {
	position: relative;
}
.js .nav-collapse .dropdown-toggle {
	/*	border: 1px solid #fff;*/
	border: 1px solid var(--my-header-font-color);
	/*	Color of the + sign*/
	color: var(--my-header-font-color);
	/*    color: #fff;*/
	content: "";
	height: 30px;
	width: 30px;
	padding: 0;
	position: absolute;
	margin: 0;
	text-transform: lowercase;
	top: 0.6em;
	right: 4%;
}
.js .nav-collapse .dropdown-toggle:hover,  .js .nav-collapse .dropdown-toggle:focus,  .js .nav-collapse .dropdown-toggle:active {
	/*    background-color: #fff;*/
	background-color: var(--my-header-font-color);
	/*    color: #212428;  */
	color: var(--my-header-bg-color);
}
.js .nav-collapse .dropdown-toggle:after {
	content: "+";
	font-size: 20px;
}
.js .nav-collapse .dropdown-toggle.toggled:after {
	content: "-";
}
}
div.header .nav-collapse li.dropdown ul a {
	/*  background: #282e34;*/
	background: var(--my-sub-header-bg-color);
	/*	I added the following*/
	color: var(--my-sub-header-font-color);
	padding-left: 1.5em;
/*	border-bottom: 1px dashed white;*/
}


@media screen and (max-width: 760px) {
div.header .nav-collapse li.dropdown ul a {
	padding-left: 3.5em;
}	
}

.dropdown ul li:not(:last-child)>a {
	border-bottom: 1px dashed var(--my-header-font-color);
}

/*This has no effect 
.dropdown ul ul a {
  background: #2d353e;
  padding-left: 2.5em;
}*/

@media screen and (min-width: 760px) {
.dropdown-toggle {
	display: none;
}
}
.dropdown ul ul {
	border: 0;
	padding: 0;
}
.dropdown .dropdown.opened .has-dropdown {
	background: #9c2c12;
}

@media screen and (min-width: 760px) {
.nav-collapse {
	padding-right: 4%;
	position: relative;
}
.js .nav-collapse,  .js .nav-collapse .dropdown ul {
	max-height: none;
	overflow: visible;
}
.has-dropdown:after {
	font-size: 1.5em;
	line-height: 0.8;
	float: right;
	content: "";
	width: 0;
	height: 0;
	margin: 1em 0 0 0.5em;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}
.dropdown ul .has-dropdown:after {
	content: "";
	width: 0;
	height: 0;
	margin: 0.3em 0 0 0.5em;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 6px solid #fff;
}
.nav-collapse .dropdown {
	position: relative;
}
.nav-collapse .dropdown li {
	width: 100%;
}
.nav-collapse .dropdown ul a {
	text-align: left;
	border: 0;
}
.nav-collapse li {
	border: 0;
	display: inline-block;
	height: 99px;
	line-height: 99px;
	position: relative;
}
.nav-collapse a {
	display: inline-block;
	padding: 0 16px;
}
.nav-collapse ul ul {
	float: left;
	margin: 0;
	position: absolute;
	top: 85px;
	left: -999em;
	z-index: 99999;
	text-align: center;
}
.nav-collapse li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}
.nav-collapse ul ul ul {
	left: -999em;
	top: 20px;
}
.nav-collapse ul ul a {
	padding: 15px 12px;
	white-space: normal;
	width: 150px;
}
.nav-collapse ul li:hover > ul,  .nav-collapse ul li.focus > ul {
	top: 99px;
	left: 50%;
	margin-left: -50px;
}
.nav-collapse ul ul li:hover > ul,  .nav-collapse ul ul li.focus > ul {
	top: 0;
	left: 0%;
	margin-left: 150px;
}
}
