/*
Theme Name: custom

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Amiri:700');
*/
/* BLUE: #326399; */

/* GENERAL */

html {  
	font-size: 16px;
}
body {
	min-width: 300px;
	color: #333;
	background-color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400; /* regular 400, medium 500, bold 700, black 900 */
	font-size: 62.5%; /*10px*/
	line-height: 1.2;
	overflow: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
	text-align: left;
}
img {
	border: 0;
	max-width: 100%;
}
em {
	font-style: italic;
}
strong {
	font-weight: 900;
}
span.description {
	font: 0/0 a;
	color: transparent;
}
input, textarea, select, option {
	font-family: 'Roboto', sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-size: 1.7em;
}
p:last-child {
	margin-bottom: 0;
}
.content p strong {
	color: #326399;
	font-weight: 900;
}
.content p a {
	font-weight: 900;
}
a {
  text-decoration: none;
}
.content .blue {
	color: #326399 !important;
}
.content hr {
	margin: 30px 0;
	border: 0.5px solid #326399;
}
.content a {
	color: #326399;
}
.content a:hover {
	text-decoration: underline;
}
.content ul {
	list-style: none;
	margin-left: 30px;
}
.content ol {
	list-style: none;
	margin-left: 30px;
}
.content li {
	position: relative;
	margin-bottom: 1.5em;
	font-size: 1.7em;
}
.content li:before {
	content: '';
	display: block;
	position: absolute;
	left: -28px;
	top: 5px;
	width: 11px;
	height: 11px;
	background-color: #326399;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.content h2 {
	margin-bottom: 20px;
	color: #326399;
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 3em;
}
th, td {
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 1.7em;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p,
p p, p h1, p h2, p h3, p h4, p h5, p h6,
li li, li p, li td, td li, li th, th li,
td td, td p, th th, th p,
p a, a a, li a, td a, th a {
	font-size: 1em;
}
.video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ALL PAGES */

.container {
	width: 100%;
	min-width: 300px;
	max-width: 1366px;
	margin: 0 auto;
}
.container-wrapper {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}

.banner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 31.6140%;
	background-repeat: no-repeat;
	background-position: center 37.5%;
	background-size: cover;
}
.site-title {
	display: block;
	position: absolute;
	left: 0;
	top: 10%;
	width: 61.73%;
	height: auto;
}
.header-icons {
	position: absolute;
	right: 40px;
	top: 12.3684%;
}
.social-icons {
	margin-bottom: 25px;
}
a.social-icon {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 44px 144px;
}
a.social-icon:hover,
a.icon-contact:hover,
a.icon-search:hover {
	background-position: 0 -100px;
}
.icon-facebook {
	background-image: url('images/site/icon-facebook@2x.png');
}
.icon-youtube {
	background-image: url('images/site/icon-youtube@2x.png');
}
.icon-instagram {
	background-image: url('images/site/icon-instagram@2x.png');
}
.icon-linkedin {
	background-image: url('images/site/icon-linkedin@2x.png');
}
.icon-twitter {
	background-image: url('images/site/icon-twitter@2x.png');
}

a.icon-contact {
	display: block;
	float: right;
	clear: both;
	width: 120px;
	height: 18px;
	margin-bottom: 14px;
	background: url('images/site/icon-contact@2x.png') no-repeat left top;
	background-size: 120px 118px;
}
a.icon-search {
	display: block;
	float: right;
	clear: both;
	width: 81px;
	height: 21px;
	background: url('images/site/icon-search-new@2x.png') no-repeat left top;
	background-size: 81px 121px;
}

.main-menu-container {
	padding: 0 40px;
	background-color: #326399;
}
.main-menu-container.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.main-menu {
	position: relative;
	z-index: 10;
}
.main-menu ul {
	text-align: center;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	padding: 10px 0;
}
.main-menu ul li:last-child a {
	border-right: 0;
}
.main-menu > ul > li > a {
	display: inline-block;
	padding: 0 12px; /* 0 16px */
	border-right: 1px solid #FFF;
	color: #FFF;
	font-size: 1.8em;
	line-height: 1;
}
.main-menu ul li:hover > a, .main-menu ul li.current-menu-parent > a, .main-menu ul li.current-menu-item > a {
	font-weight: 900;
	text-decoration: underline;
}
.main-menu ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 280px;
	z-index: 10;
}
.main-menu ul li:last-child ul {
	left: auto;
	right: 0;
}
.main-menu ul li:hover ul {
	display: block;
	background-color: #326399;
}
.main-menu ul ul li {
	display: block;
	padding: 0;
	border-bottom: 1px solid #FFF;
	text-align: left;
}
.main-menu ul ul li:last-child {
	border-bottom: 0;
}
.main-menu ul ul li a {
	display: block;
	padding: 10px 20px;
	color: #FFF;
	font-size: 1.8em;
	line-height: 1;
}

.main {
	display: inline-block;
	width: 100%;
	padding: 0 80px;
}
.main-left {
	float: left;
	width: 59.2328%;
	padding: 75px 0;
}
.main-left.full-width {
	float: none;
	width: 100%;
}
.main-right {
	float: right;
	width: 35.5040%;
	padding: 75px 0;
}
.main-bottom {
	display: block;
	clear: both;
}


.sidebar {
	height: auto;
	min-height: 700px;
	padding: 35px 30px;
	color: #FFF;
	background-color: #326399;
}
h3.sidebar-heading {
	margin-bottom: 15px;
	font-family: 'Amiri', serif;
	font-size: 3em;
	font-weight: 700;
}
h4.sidebar-subheading {
	margin-bottom: 8px;
	font-family: 'Amiri', serif;
	font-size: 2.1em;
	font-weight: 700;
}
.sidebar p {
	color: #FFF;
	font-size: 1.5em;
}
.sidebar a {
	color: #FFF;
	text-decoration: underline;
}
a.sidebar-more {
	display: block;
	margin-top: 17px;
	font-size: 1.5em;
	text-align: right;
}
.sidebar-block {
	display: inline-block;
	width: 100%;
	margin-bottom: 33px;
}
.sidebar-block-left {
	float: left;
	width: 25%;
	padding-bottom: 18px;
}
.sidebar-block-right {
	float: right;
	width: 75%;
	padding: 0 16px;
}
.sidebar-block-right.full-width {
	float: none;
	width: 100%;
	padding-left: 0;
}
.sidebar-block-subtitle, .sidebar-block-title, a.sidebar-block-link {
	color: #FFF;
	font-size: 1.5em;
}
.sidebar-block-title, a.sidebar-block-link {
	font-weight: 700;
}
a.sidebar-block-link {
	display: block;
	margin-top: 20px;
	text-decoration: none;
}
.sidebar-block-link a:hover {
	text-decoration: underline;
}
.sidebar-spacing {
	width: 100%;
	height: 90px;
}

.subscribe-form {
	display: inline-block;
	width: 100%;
}
input.subscribe-email {
	float: left;
	width: 75%;
	height: 29px;
	padding: 5px;
	border: 2px solid #FFF;
	color: #FFF;
	background-color: transparent;
	font-size: 1.5em;
	line-height: 29px;
}
input.subscribe-email::-webkit-input-placeholder {
	color: #FFF;
	font-style: italic;
}
input.subscribe-email::-moz-placeholder {
    color: #FFF;
	font-style: italic;
}
input.subscribe-email:-ms-input-placeholder {
    color: #FFF;
	font-style: italic;
}
input.subscribe-email:-moz-placeholder {
    color: #FFF;
	font-style: italic;
}
input.subscribe-submit {
	float: left;
	width: 25%;
	height: 29px;
	margin: 0;
	color: #236399;
	background-color: #FFF;
	font-family: 'Amiri', serif;
	font-size: 1.9em;
	font-weight: 700;
	line-height: 29px;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
}

.sitemap {
	padding: 44px 0;
	border-top: 2px solid #326399;
}
.sitemap-menu {
	display: inline-block;
	width: 100%;
}
.sitemap-menu > ul {
	width: 100%;
}
.sitemap-menu > ul > li,
.sitemap-menu > ul > .sitemap-menu-column > li {
	margin-bottom: 32px;
}
.sitemap-menu ul li a {
	display: inline-block;
	padding-bottom: 3px;
}
.sitemap-menu ul li a:hover {
	text-decoration: underline;
}
.sitemap-menu ul > li > a
,.sitemap-menu > ul > .sitemap-menu-column > li > a {
	color: #326399;
	font-size: 1.5em;
	font-weight: 500;
}
.sitemap-menu ul ul li a {
	color: #707070;
	font-weight: 400;
}
.sitemap-menu-column {
	float: left;
	width: 33%;
	padding-right: 30px;
}

.footer {
	padding: 14px 0;
	border-top: 2px solid #326399;
}
.copyright {
	color: #326399;
	font-size: 1.4em;
	text-align: left;
}


/* HOME */

h1.page-title, h2.home-title {
	margin-bottom: 20px;
	color: #326399;
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 3.8em;
}
hr.home-separator {
	height: 2px;
	margin: 70px 0;
	background-color: #326399;
}
.home-heading {
	font-weight: 900;
}
.content a.home-heading {
	text-decoration: none;
}
.content a.home-heading:hover {
	text-decoration: underline;
}

.facebook-feed {
	margin-bottom: 35px;
}

.home-entry {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.he-left, .he-right {
	display: table-cell;
	font-size: 1.7em;
	vertical-align: top;
}
.he-left {
	width: 239px;
}
.he-right {
	color: #326399;
	font-weight: 900;
}


/* PEOPLE */

p + .people-entries {
	margin-top: 30px;
}

.people-entries {
	display: inline-block;
	width: 100%;
}
.people-entry {
	float: left;
	width: 27.4%;
	margin-right: 8.8%;
	margin-bottom: 45px;
	color: #333;
}
.people-entry:nth-child(3n+1) {
	clear: both;
}
.people-entry:nth-child(3n+3) {
	margin-right: 0.2%;
}
a.people-left, .people-left {
	display: block;
	width: 100%;
	padding-bottom: 14px;
}
.people-photo {
	width: 100%;
	height: 0;
	padding-bottom: 133%;
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
.content .people-right a {
	text-decoration: none;
}


/* PARENT PAGE */

p + .parent-list {
	margin-top: 50px;
}
.parent-list {
	padding-top: 30px;
}
.parent-list h2 {
	margin-bottom: 50px;
	color: #707070;
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 3.8em;
}
.content .parent-list h2 a {
	font-size: 1em;
	color: #707070;
	text-decoration: none;
}
.content .parent-list h2 a:hover {
	text-decoration: underline;
}


/* PUBLICATION */

p + .publication-list , h1 + .publication-list {
	margin-top: 50px;
}
.publication-block {
	margin-bottom: 50px;
}
h2.publication-block-title {
	margin-bottom: 20px;
	color: #707070;
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 3.8em;
}
.content h2.publication-block-title a {
	color: #707070;
}
.accordion-heading {
	cursor: pointer;
}
.accordion-text {
	display: none;
}


/* EVENTS & NEWS*/

p + .event-blocks {
	margin-top: 50px;
}
.event-block {
	margin-bottom: 50px;
}

h2.event-block-title {
	margin-bottom: 20px;
	color: #707070;
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 3.8em;
}

.event-entry {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.event-left, .event-right {
	display: table-cell;
	font-size: 1.7em;
	vertical-align: top;
}
.event-left {
	width: 46%;
}
.event-right {
	color: #326399;
	font-weight: 900;
}
.event-right .no-link {
	color: #707070;
}
.content .event-right a {
	text-decoration: none;
}
.content .event-right a:hover {
	text-decoration: underline;
}

.event-year-list {
	color: #FFF;
	font-family: 'Amiri', serif;
	font-size: 2.1em;
	font-weight: 700;
}
.event-year-list span {
	display: block;
	margin-bottom: 10px;
	font-size: 1em;
	cursor: pointer;
}

.event-more {
	font-weight: 400;
}


/* SEARCH */

.search-page-count {
	margin-bottom: 20px;
}
.search-result {
	margin-bottom: 20px;
}
p.search-result-title {
	margin-bottom: 5px;
}
p.search-result-link {
	font-size: 1.3em;
}

.navigation .screen-reader-text {
	display: none;
}
.nav-links {
	font-size: 1.4em;
}
.search-page-form {
	display: inline-block;
	width: 100%;
}
.search-page-form.white {
	max-width: 400px;
}
.search-page-form label {
	width: 100%;
  display: block;
  font-size: 1.7em;
  margin-bottom: 10px;
}
.search-page-form input#s {
	float: left;
	width: 75%;
	height: 29px;
	padding: 5px;
	border: 2px solid #FFF;
	color: #FFF;
	background-color: transparent;
	font-size: 1.5em;
	line-height: 29px;
}
.search-page-form input#searchsubmit {
	float: left;
	width: 25%;
	height: 29px;
	margin: 0;
	color: #236399;
	background-color: #FFF;
	font-family: 'Amiri', serif;
	font-size: 1.9em;
	font-weight: 700;
	line-height: 29px;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
}

.search-page-form.white input#s {
	border: 2px solid #236399;
	color: #236399;
}
.search-page-form.white input#searchsubmit {
	color: #FFF;
	background-color: #236399;
}


/* CONTACT */

.form-contact {
	width: 100%;
	max-width: 400px;
}
.form-field {
  margin-bottom: 15px;
}
.form-field label {
	display: inline-block;
	width: 100px;
	padding-bottom: 5px;
	font-size: 1.7em;
	vertical-align: top;
}
.form-field input, .form-field textarea {
	width: 100%;
	max-width: 300px;
  padding: 5px;
  border: 1px solid #AAA;
  font-size: 1.7em;
}
.form-submit {
	overflow: hidden;
}
.form-submit input {
	float: right;
  padding: 10px;
	border: 0;
	color: #FFF;
	background-color: #326399;
	font-size: 1.7em;
	text-align: center;
	cursor: pointer;
}
div.wpcf7-response-output {
	font-size: 1.7em;
}