.page-compendium .main-content-wrapper {
	width: 100%;
}
.page-compendium .main-content-wrapper > h1:first-of-type {
	display: none;
}
.page-news header.main-banner,  .page-events header.main-banner,  .page-calls header.main-banner,  .page-gallery header.main-banner,  .page-library header.main-banner,  .compendium header.main-banner,  .page-compendium header.main-banner {
	min-height: inherit;
}
.page-news .update-highlight--wrapper article.update-highlight--list,  .page-events .update-highlight--wrapper article.update-highlight--list,  .page-calls .update-highlight--wrapper article.update-highlight--list,  .page-gallery .update-highlight--wrapper article.update-highlight--list,  .page-library .update-highlight--wrapper article.update-highlight--list,  .compendium .update-highlight--wrapper article.update-highlight--list,  .page-compendium .update-highlight--wrapper article.update-highlight--list {
	border-right: 1px solid #e1dbcd;
	border-bottom: 2px solid #e1dbcd;
	margin-bottom: 0;
	width: calc(33.333% - 10px);
	margin-right: 15px;
	margin-bottom: 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
}
.page-news .update-highlight--wrapper article.update-highlight--list:nth-of-type(3n),  .page-events .update-highlight--wrapper article.update-highlight--list:nth-of-type(3n),  .page-calls .update-highlight--wrapper article.update-highlight--list:nth-of-type(3n),  .page-gallery .update-highlight--wrapper article.update-highlight--list:nth-of-type(3n),  .page-library .update-highlight--wrapper article.update-highlight--list:nth-of-type(3n),  .compendium .update-highlight--wrapper article.update-highlight--list:nth-of-type(3n),  .page-compendium .update-highlight--wrapper article.update-highlight--list:nth-of-type(3n) {
	margin-right: 0;
}
.page-news .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img,  .page-events .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img,  .page-calls .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img,  .page-gallery .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img,  .page-library .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img,  .compendium .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img,  .page-compendium .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img {
	margin-left: -15px;
	margin-right: -15px;
}
.page-news .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img img,  .page-events .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img img,  .page-calls .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img img,  .page-gallery .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img img,  .page-library .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img img,  .compendium .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img img,  .page-compendium .update-highlight--wrapper article.update-highlight--list .update-highlight--list--img img {
	height: 180px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

input#edit-submitted-email {
	color: #2a2733;
	padding-left: 11px;
	padding-right: 11px;
}
.formz h4 {
	text-transform: inherit;
	font-weight: 200 !important;
	font-family: "ECSquareSansProRegular", Verdana, Geneva, sans-serif !important;
}
.view-filters {
	width: 100%;
	background: #fff;
	padding: 30px;
	border-right: 1px solid #e1dbcd;
	border-bottom: 2px solid #e1dbcd;
	margin-bottom: 30px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.view-filters ul {
	margin: 0 !important;
	list-style-type: none !important;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
	-webkit-margin-start: 0 !important;
	-webkit-margin-end: 0 !important;
	-webkit-padding-start: 0 !important;
}
.view-filters ul li {
	list-style-type: none;
}
.view-filters input {
	border: none;
	background: #f4f2ed;
	border-right: 1px solid #e1dbcd;
	border-bottom: 2px solid #e1dbcd;
	padding: 15px;
	height: auto;
	color: #60553b;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.view-filters .views-widget-filter-body_value {
	width: 100%;
	margin-bottom: 15px;
}
.view-filters .views-widget-filter-body_value input {
	width: calc(50% - 1em);
	min-width: 400px;
}
.view-filters .views-widget-filter-field_he_comp_cat_tid, .view-filters .views-widget-filter-field_he_comp_reform_tid, .view-filters .views-widget-filter-field_he_comp_country_tid, .view-filters .views-widget-filter-field_he_comp_year_value {
	width: 50%;
	min-width: 400px;
	margin-bottom: 15px;
}
.view-filters .chosen-choices {
	line-height: inherit !important;
}
.view-filters .chosen-drop {
	position: relative;
}
.view-filters .chosen-drop .chosen-results {
	position: absolute;
	z-index: 9;
	background: #e1dbcd;
	width: 100%;
	-moz-box-shadow: 0 2px 4px #999;
	-webkit-box-shadow: 0 2px 4px #999;
	box-shadow: 0 2px 4px #999;
}
.view-filters .chosen-drop .chosen-results.close {
	display: none;
}
.view-filters .chosen-drop .chosen-results.open {
	display: block;
}
.view-filters .chosen-drop .chosen-results li {
	padding: 15px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.view-filters .chosen-drop .chosen-results li:hover {
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.view-filters .views-widget-filter-field_he_comp_country_tid .chosen-results.open {
	display: flex;
	flex-wrap: wrap;
}
.view-filters .views-widget-filter-field_he_comp_country_tid .chosen-results.open li {
	width: 33.333%;
}
.view-filters .chosen-container {
	height: auto;
	border: none;
}
.view-filters .chosen-container .search-field {
	border: none;
	background: #f4f2ed;
	padding: 0;
	height: auto;
	position: relative;
	color: #60553b;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.view-filters .chosen-container .search-field input {
	width: 100% !important;
	padding: 15px;
	height: auto;
}
.view-filters .chosen-container .search-choice {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	padding-left: 24px;
}
.view-filters .chosen-container .search-choice .search-choice-close {
	width: 20px;
	font-size: 1em;
	color: #ad4c38;
	position: absolute;
	left: 0;
	top: 15px;
	padding: 4px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.view-filters .chosen-container .search-choice .search-choice-close:before {
	content: "\e014";
}
.view-filters .chosen-container .search-choice .search-choice-close:hover {
	cursor: pointer;
	text-decoration: none;
}
.view-filters .views-exposed-widgets {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.view-filters .views-exposed-widgets > div {
	float: none;
}
.view-filters .views-exposed-widgets label {
	color: #60553b;
}
.view-filters .views-exposed-widgets select {
	border: none;
	background: #f4f2ed;
	border-right: 1px solid #e1dbcd;
	border-bottom: 2px solid #e1dbcd;
	padding: 15px;
	height: auto;
	color: #60553b;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.view-filters .views-exposed-widgets select option {
	padding: 5px 0;
	border-bottom: 1px dashed #e1dbcd;
}
.view-filters .views-exposed-widgets .btn {
	padding: 1.1em 1.4em !important;
}
.ws-links--wrapper {
	position: relative;
	display: inline;
}
.ws-links--wrapper .ws-links {
	display: none;
	flex-wrap: wrap;
	background: #e1dbcd;
	max-width: 248px;
	opacity: 0;
	height: 0;
	position: absolute;
	z-index: 9999;
	padding: 4px;
	left: -14%;
	top: calc(1.2em + 4px);
	border-right: 1px solid #cdc4ae;
	border-bottom: 2px solid #cdc4ae;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.ws-links--wrapper .ws-links.ws-links--expanded {
	display: inline-table;
	animation-name: ws-expand;
	animation-duration: .8s;
	-webkit-animation-fill-mode: forwards;
	/* Chrome, Safari, Opera */
	animation-fill-mode: forwards;
}
.ws-links--wrapper .ws-links a {
	display: inline-block;
	padding: 4px;
	background: #f4f2ed;
	width: 30px;
	height: 30px;
	font-size: .85em;
	text-align: center;
	margin: 2px;
	border-right: 1px solid #fefdfd;
	border-bottom: 2px solid #fefdfd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.ws-links--wrapper .ws-links a:hover {
	background: #eae7dd;
	text-decoration: none;
	border-right: 1px solid #cdc4ae;
	border-bottom: 2px solid #cdc4ae;
}
.ws-links--wrapper .ws-links__expand {
	padding: 4px;
	display: inline;
	display: inline-flex;
}
.ws-links--wrapper .ws-links__expand img {
	float: left;
	height: 1.2em;
}
.ws-links--wrapper .ws-links__expand:after {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	float: left;
	margin-top: 2px;
	line-height: 1;
	margin-left: 4px;
	content: "\e252";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ws-links--wrapper .ws-links__expand.ws-links__expand--active:after {
	content: "\e014";
}
.ws-links--wrapper .ws-links__expand.ws-links__expand--active {
	background: #e1dbcd;
}
/* VENDORS */
/* styles reset (normalize) and third party scss entry point */
.fancybox-title-float-wrap {
	margin-bottom: -60px;
}
.fancybox-title-float-wrap .fancybox-close {
	position: absolute;
	top: -30px !important;
	right: -30px !important;
}
.fancybox-title-float-wrap .child {
	padding: 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.fancybox-overlay .fancybox-inner {
	overflow: visible !important;
}
.fancybox-overlay .fancybox-inner .fancybox-title-over-wrap {
	bottom: -45px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.form-control {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#search-form #edit-basic .form-item-keys {
	/* margin-top: 0; */
  /* margin-bottom: 0; */
	vertical-align: top;
	width: 600px;
	margin: -150px 180px;
}
#search-form #edit-basic #edit-submit {
	vertical-align: top;
	margin: -150px -179px;
}
.search-form .btn {
	background-color: #7c69cc;
	text-align: center;
	font-size: 0.83333em;
	border-color: transparent;
	padding: 6px 45px;
}
#searchresults .row {
	padding-bottom: 39px;
}
/* CUSTOM DROPDOWN LIST */
.dropdown-list__wrapper {
	width: 75%;
}
.dropdown-list__wrapper > .dropdown {
	margin-bottom: 30px;
}
.dropdown-list__wrapper > .dropdown > button {
	width: 100%;
	background: none;
	border: none;
	text-align: left;
	background: #ededf4;
	padding: 15px;
	color: #433580;
}
.dropdown-list__wrapper > .dropdown:after {
	content: "\e252";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	height: 14px;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.dropdown-list__wrapper > .dropdown.open:after {
	content: "\e014";
}
.dropdown-list__wrapper > .dropdown .dropdown-menu {
	width: 100%;
	padding: 30px;
	padding-bottom: 15px;
	border-radius: 0;
	margin-top: 0 !important;
	list-style: none !important;
}
.dropdown-list__wrapper > .dropdown .dropdown-menu li {
	margin-bottom: 15px;
}