span.form-required {
  color: #d9534f;
}

html.js .input-group-addon .glyphicon.glyphicon-spin {
  color: #29abe2;
}

.form-actions .btn-group--primary .dropdown-toggle {
  border-color: #29abe2;
}

.has-error .form-control {
  border-color: #a94442;
}

.has-error .form-control:focus {
  -webkit-box-shadow: 0 2px 0 0 #a94442;
          box-shadow: 0 2px 0 0 #a94442;
  border-color: #a94442;
}

form table .field-label,
form table .paragraph-type-label {
  font-weight: 700;
}

.panel .panel-heading,
.panel > legend,
.panel > .card__title,
fieldset .panel-heading,
fieldset > legend,
fieldset > .card__title {
  font-weight: 700;
}

fieldset > legend,
fieldset > .card__title {
  margin-bottom: 8px;
}

fieldset strong {
  font-weight: 700;
}

.panel .panel-heading {
  margin-bottom: 8px;
}

.form-item--error-message.alert-danger {
  border-radius: 5px;
}

.form-item--error-message.alert-danger:before {
  color: #f2dede;
}

.control-label {
  font-weight: 700;
}

.form-wrapper__label {
  font-weight: 500;
}

.form-wrapper {
  border-radius: 9px;
}

.card__block .form-item-data-policy label a {
  color: #33b5e5;
}

.node-form {
	max-width: 700px;
	margin: auto;
}

.node-form .tabledrag-toggle-weight, .js-media-library-widget-toggle-weight {
	display:none;
}

fieldset {
	background-color: transparent !important;
}

fieldset.field-group-fieldset > .card__title{
	border-bottom: 2px solid #686868;
	font-weight: 400;
	font-size: 1.2em;
	margin-left: 0px !important;
	padding-bottom: 10px !important;
	margin-bottom: 3rem !important;
}

fieldset.field-group-fieldset > .card__title span {
	background-color: #686868;
border-bottom: 1px solid #686868 !important;
padding: 10px 20px 10px 20px !important;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
margin-left: 0px;
font-size: 0.8em;
color: #fff;
text-transform: uppercase;
}

input:not(.select2-search__field), textarea, select {
	border: 1px solid #D1D3D4 !important;
	font-weight: 500 !important;
	color: #000000 !important;
	font-size: 0.9em !important;
}

input:not(.select2-search__field):focus, textarea:focus, select:focus, input:focus ~ .input-group-addon, .select2-selection:focus, .select2-selection:active, .select2-selection:focus-within, .cke_focus, .cke:focus {
	border: 1.5px solid #118E91 !important;
	box-shadow: none !important;
}

#edit-groups {
	
	border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;

}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #118E91 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #0C6769 !important;
    color: #fff;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
    border-color: #21b5b9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(33, 181, 185, 0.28) !important;
}

input::placeholder {
  font-size: 1em;
}

.table-striped tbody tr {
	background-color: transparent !important;
}


.cke {
	border: 1px solid #D1D3D4 !important;
	border-radius: 5px !important;
}

.cke_inner {
	border-radius: 5px !important;
}

.cke_bottom {
	border-top: 1px solid #d1d3d4;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cke_top {
	border-top: 1px solid #d1d3d4;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.js-media-library-widget legend {
    padding: 0px 0px 20px 0px;
    font-size: 0.9rem;
    color: #303030;
}

#edit-field-publication-date-0 legend {
    padding: 0px 0px 20px 0px;
    font-size: 0.9rem;
    color: #303030;	
}

.js-form-wrapper table th{
	padding:  0px 0px 20px 0px;
	
}


.js-media-library-menu.links li {
	list-style-type: none;
	padding: 20px;
	margin-left: 0px;
	display: inline-block;
}

.js-media-library-menu.links {
	padding: 0;
	border-bottom: 1px solid #eee;
	display: block;
	margin: auto;
	text-align: center;
}


.js-media-library-menu.links li a.active {
	font-weight: 800 !important;
}

.js-media-library-add-form {
margin: auto;
display: block;
max-width: 480px;
padding: 40px 0px;
}

.view-media-library .view-header a{
	display: none !important;
}

.view-media-library h2, .media-add-header {
	border-bottom: 2px solid #21b5b9;
	padding: 20px;
	padding-left: 0;
	margin-bottom: 30px;
	font-size: 1.4rem;
}

.js-media-library-add-form  .input-group-addon {
	position:relative;
}

.js-media-library-add-form  .input-group-addon .glyphicon {
	right: 0px;
	left: auto;
	position: absolute;
	top: 0px;
	background-color: transparent !important;
}

#views-exposed-form-media-library-widget button {
	border-radius: 10px;
	height: 38px;
	border-color: transparent;
	background: #686868;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 700;
	min-width: 174px;
}	

#views-exposed-form-media-library-widget .views-exposed-form__actions {
    display: inline-block;
}

#views-exposed-form-media-library-widget .form-item {
	display:inline-block !important;
}

.js-media-library-item {
	position: relative;
	font-weight: 500;
	font-size: 13px;
}

.js-media-library-item img {
	margin: auto;
}

.js-media-library-item .checked {
	
}

.js-media-library-item .js-click-to-select-checkbox {
	position: absolute;
	right: 30px;
	top: 10px;
}

.js-media-library-item .js-click-to-select-checkbox input{
	width:25px;
	height:25px;
}

.js-media-library-item .js-click-to-select-checkbox .control-label {
	display: none;
}

.js-media-library-item .js-click-to-select img {
	margin: auto; 
}

div[id^="edit-field-media-selection"] .js-media-library-item{
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}

div[id^="edit-field-media-selection"] .js-media-library-item button{ 
	float:right;
}

.js .paragraph-top .paragraph-type {
    margin-left: 10px !important;
    margin-top: 10px !important;
}

.field-multiple-table td.field-multiple-drag {
	width: 30px !important;
}

.js-media-library-item .views-field-rendered-entity {
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #efefef;
}

.js-media-library-item:hover {
	cursor: pointer;
}

.js-media-library-item:hover .views-field-rendered-entity, .js-media-library-item.checked .views-field-rendered-entity {
	background-color: #efefef;
	transition: 500ms;
	border-color:#21b5b9;
}

.paragraphs-add-wrapper, .field-add-more-submit, .js-media-library-open-button, #edit-preview, #edit-delete, #edit-cancel {
	text-transform: uppercase;    
	border: 1px solid #A8A9AA;
    color: #303030 !important;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.8em;
	height: 38px;
	min-width: 174px;
}

.form-item {
    margin-bottom: 30px !important;
}

#edit-field-event-date-0 {
	margin-bottom: 0px !important;
}

.filter-help {
	display: none !important;
}

.social-collapsible-fieldset, .form-type-vertical-tabs, .path-user .tabbable.tabs-left  {
	background-color: #fff;
	border: 1px solid #d1d3d4;
	border-radius: 10px;
	margin-bottom: 40px;
}

.path-user aside#name h2 {
	font: normal normal 800 15px/18px Lato;
    font-size: 15px;
letter-spacing: 1.4px;
color: #303030;
text-transform: uppercase;
margin-bottom: 30px;
font-size: 13px;
margin-top: 5px;
text-align: left !important;
}

.path-user .leaflet-tooltip {
	display: none;
}

.path-user .field-group-html-element .card__title {
	margin-bottom:30px;
}

.path-user .tabbable.tabs-left {
	border: 1px solid #d1d3d4;
}

.path-user .tabbable.tabs-left .vertical-tabs-list{
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;	
}

.path-user .form-type-managed-file .image-widget .image-widget-data {
	background-color: #fff !important;
}

.path-user #edit-email-notifications > legend, .path-user #edit-profile-privacy > legend{
    border: 1px solid #d1d3d4;
    border-radius: 5px;
    z-index: 10000;
    background-color: #fff;
    font-weight: 600;
}


.path-user #edit-email-notifications > legend a, .path-user #edit-profile-privacy > legend a {
	font-weight: 600;
}

#edit-email-notifications--content, #edit-profile-privacy .card__block  {
	background-color: rgb(255, 255, 255);
    margin-left: 5px;
    margin-right: 5px;
}

.path-user #edit-field-match-making-wrapper .form-item{
	margin-bottom: 10px !important;
}

.path-user #edit-field-match-making-wrapper .form-item label{
	font-weight: 500 !important;
}

.page-user-login .card__nested-section, .page-user-register .card__nested-section {
	background-color: #fff;
	border-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	border-top: 0px;
}

#edit-profile-profiles-0 {
	padding: 20px;
}

#edit-profile-profiles-0 .panel-heading {
	width: 100%;
	top: 1.5rem;
	margin-bottom: 1.25rem;
	color: #555555;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

.views-exposed-form .form-item.panel {
	float:left;
	padding: 10px;
}

.views-exposed-form .form-item .panel-heading::after {
	font-family: "Font Awesome 5 Free"; 
	content: "\f078";
	margin-left: 5px;
	margin-top: 5px;
	font-weight: 900;
}

.views-exposed-form .form-item.panel.active {
	min-height:110px;
}

.views-exposed-form .form-item .panel-heading {
	padding: 10px 10px 20px 10px;
	margin-bottom: 0px;
}

.views-exposed-form .form-item .panel-heading header{
	display:inline-block;
}

.views-exposed-form .form-item .panel-heading:hover {
	cursor: pointer;
}

.views-exposed-form .form-item .panel-heading.active::after {
	content: "\f077";
}

.views-exposed-form .form-item .panel-body {
	width: 100%;
	position: absolute;
	left: 0px;
	background: #21b5b9;
	padding: 20px;
	border-radius: 5px;
	display: none;
}

.views-exposed-form .form-item .panel-heading.active {
	background-color: #21b5b9;
	color: #fff !important;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.views-exposed-form .form-item.panel.active .panel-body{
	display:block;
}

.views-exposed-form .panel-body .form-group a {
	height: 100%;
	display: block;
	padding: 10px;
}

.views-exposed-form .panel-body .form-group:hover {
	background-color: #f3f6f752;
}

.views-exposed-form .panel-body .form-group {
	width: auto;
	float: left;
	background-color: transparent;
	border-radius: 22px;
	border: 1px solid #F3F6F7;
	margin-right: 10px;
	color: #F3F6F7;
}

.views-exposed-form .panel-body .form-group.bef-link-active {
	background-color: #F3F6F7;
	color: #21b5b9;
	
}

.view-user-contributions .view-filters {
	margin-bottom: 30px;
}

.views-exposed-form.bef-exposed-form #edit-actions {
	float: right;
	margin-top: 12px;
}

.views-exposed-form.bef-exposed-form #edit-reset{
	border: 1px solid #d1d3d4;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D1D3D4;
	border-radius: 5px;
	color: #303030;
}


#block-exposedformcommunitiespage-all-groups h2{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	text-align: left;
}

#views-exposed-form-communities-page-all-groups .form-type-textfield input{
	border-radius: 20px;
}


#views-exposed-form-communities-page-all-groups .form-type-textfield:after {
	position: absolute;
	transform: translate(0,-50%);
	right: 10px;
	top: 50%;
	background: url("../img/search.svg") center / contain no-repeat;
	content: " ";
	width: 20px;
	height: 20px;
}

.views-exposed-form input#edit-keyword {
	border-radius: 20px;
}

.block-entity-comparison {
	text-align: right;
	color: #000;
	font-size: 14px;
}

.page-explore-country-profiles .views-exposed-form {
	margin-top: 30px;
}

.page-explore-case-studies .views-exposed-form .form-item, .page-explore-country-profiles .views-exposed-form .form-item, .page-learn-resource-library .views-exposed-form .form-item, .page-connect-network .views-exposed-form .form-item{
	float: left;
	max-width: 200px;
	margin-right: 18px;
}

.views-exposed-form .form-item-keyword input, .views-exposed-form .form-type-textfield input {
	border-radius: 20px;
}

.views-exposed-form .form-item-keyword::after, .views-exposed-form .form-type-textfield::after {
	position: absolute;
	transform: translate(0,-50%);
	right: 10px;
	top: 50%;
	background: url("../img/search.svg") center / contain no-repeat;
	content: " ";
	width: 20px;
	height: 20px;
}

#views-exposed-form-countries-page-1 .form-type-textfield::after { 
	top: 50px !important;
}

#views-exposed-form-media-library-widget .form-type-textfield::after {
	top: 50px !important;
}

.views-exposed-form .form-item-keyword input {
	border-radius: 20px;
}

.views-exposed-form .form-item-keyword::after {
	position: absolute;
	transform: translate(0,-50%);
	right: 10px;
	top: 50%;
	background: url("../img/search.svg") center / contain no-repeat;
	content: " ";
	width: 20px;
	height: 20px;
}

.views-exposed-form .block-facets, .views-exposed-form .facets-dropdown{
	float: left;
	max-width: 200px;
	margin-right: 18px;
	height: 38px;
	border-radius: 5px;
}
.views-exposed-form select.facets-dropdown {
	padding: 6px 12px;
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
}
.views-exposed-form select.facets-dropdown.facet-inactive {
	background-color: #fff;
}

.views-exposed-form .facets-widget-dropdown::after {
    content: '▾';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -.5em;
    padding-right: 12px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
}

.views-exposed-form .block-facets .card__title {
	display: none;
}

.page-explore-case-studies .js-form-item-sort-bef-combine, .page-connect-network .js-form-item-sort-bef-combine, .page-learn-resource-library .js-form-item-sort-bef-combine {
	float: right !important;
}

.views-exposed-form .js-form-item-sort-bef-combine label{
	display: none;
}

.views-exposed-form input#edit-keyword:after {
	position: absolute;
	transform: translate(0,-50%);
	right: 10px;
	top: 50%;
	background: url("../img/search.svg") center / contain no-repeat;
	content: " ";
	width: 20px;
	height: 20px;
}


#social-user-login-form .card__nested-section {
	background-image: url("data:image/svg+xml,%3Csvg width='589' height='132' viewBox='0 0 589 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.041 42.0133C125.326 118.103 27.799 47.5188 0 2.71523V132H589V42.0133C560.228 10.3091 460.756 -34.0768 293.041 42.0133Z' fill='%2300AEEF' fill-opacity='0.04'/%3E%3C/svg%3E%0A");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 10px 20px -10px rgba(17, 103, 145, 0.2);
	max-width: 589px;
	height: 132px;
	margin: auto;
	padding-top: 50px;
	text-align: center;
	font-size: 20px;
}

#social-user-login-form .card__nested-section a{ 
	color: #21B5B9;
}


#user-register-form .card__nested-section {
	background-image: url("data:image/svg+xml,%3Csvg width='589' height='132' viewBox='0 0 589 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.041 42.0133C125.326 118.103 27.799 47.5188 0 2.71523V132H589V42.0133C560.228 10.3091 460.756 -34.0768 293.041 42.0133Z' fill='%2300AEEF' fill-opacity='0.04'/%3E%3C/svg%3E%0A");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 10px 20px -10px rgba(17, 103, 145, 0.2);
	max-width: 589px;
	height: 132px;
	margin: auto;
	padding-top: 50px;
	text-align: center;
	font-size: 20px;
}

#user-register-form .card__nested-section a{ 
	color: #21B5B9;
}

#user-register-form legend span, #user-register-form label, #social-user-login-form legend span, #social-user-login-form label  {
	color: #000;
	font-weight: 500;
}



.page-user-login #content img {
	width: 80%;    margin: auto;
    margin-top: 80px;
}

.page-user-login .img-holder {
	text-align: center;
	border-left: 1px dotted #d1d3d4;
}

.js-media-library-add-form-added-media .field--name-field-photo-credit {
	position: relative !important;
}

.geolocation-widget-input legend, .geolocation-widget-input .form-item {
	display:none !important;
}

#edit-field-event-enroll-wrapper {
	display: block !important;
}

.facets-reset-link {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	float: right;
	color: #008d8f;
	margin-right: 20px;
	font-size: 0.8em;
}

.view-learning-opportunities .views-exposed-form .form-item.panel {
	float:left;
	padding: 10px;
	max-width: 180px;
}

.entity-moderation-form__item:last-child {
	align-self: center !important;
}

#challenge-details .card__block {
	background-color: var(--colorGinWarningLight) !important;
	padding: 20px;
	color: #464545 !important;
}

#challenge-details * {
	color: #464545;
	font-size: 13px;
}

#challenge-details h3 {
	font-size: 1.1rem;
font-weight: 900;
}

#challenge-details .control-label.option {
  font-weight: 900 !important;
  color: #464545;
  margin-top: 20px;
}
#challenge-details a {
	text-decoration: underline;
	text-decoration-style: dotted;
}


.page-connect-engage .form-item-sort-bef-combine {
	float: right;
}

.node-form .help-block:not(#edit-field-challenge-opt-in-value--description) {
	padding: 10px;
	background: #fffbf1;
	border-radius: 8px;
}

.node-case-study-form .help_text_icon {
  color: #21b5b9 ;
}

.node-case-study-form .help_text_icon {
  color: #A2B863 !important;
}

.node-case-study-form #edit-groups-wrapper {
	display: none !important;
}

.field--name-field-comment-body .mentions-input .ui-widget.ui-widget-content.upward {
	position: relative !important;
}

.block-facet--checkbox .facet-item {
	position:relative;
}

.block-facet--checkbox .card__title {
		display: block !important;
		font-size: 14px !important;
		font-weight: 500;
		color: #343434;
}

.block-facet--checkbox {
  height: auto !important;
  border: 1px solid #d1d3d4;
}

.js-facets-checkbox-links {
	list-style-type: none;
	padding: 20px;
	margin-bottom: 0px;
}

.block-facet--checkbox .facet-item__value {
  margin-left: 25px;
  font-size: 14px;
  color: #000;
}

.block-facet--checkbox .facet-item label::after {
  height: 15px;
  width: 15px;
  top: 4px;
}