.lg\:w-\[30\%\] {
    width: 30%;
}
.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
.search {
    border: solid 1px #D1D1D1;
    height: 40px;
    line-height: 40px;
    overflow: visible;
    position: relative;
    border-radius: 3px;
}
.search i {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #383838;
}
.search input {
    border: none;
    padding: 0;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #8E8E8E;
    padding-right: 39px;
    background: none;
    height: auto;
    border-radius: 0;
}
.suggest-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  position: absolute;
  background: white;
  width: 100%;
  z-index: 10;
  display: none;
}
.suggest-list li {
  padding: 5px 10px;
  cursor: pointer;
}
.suggest-list li:hover {
  background: #eee;
}

.form-widget {
    border-bottom: solid 1px #BABABA;
}
.form-widget:first-child {
    border: none;
}

.form-header {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.form-field {
    display: none;
}
.form-widget.active .form-field {
    display: block;
}
.form-widget.active i {
    transform: rotate(180deg);
}
.form-field__content {
    margin: 20px 0;
    color: #534E4E;
}
.form-field__content input {
    margin-right: 10px;
    color: #BABABA;
    background: #BABABA;
    border-color: #BABABA;
}

.form-filter {
padding-right: 40px;
}

.form-widget.active {
    color: inherit;
}

.form-field__content:first-child {
    margin-top: 0;
}

.toolbar {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: sans-serif;
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.range {
    margin-right: auto;
}

.view-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.view-toggle i {
    cursor: pointer;
    font-size: 16px;
    color: #999;
}

.view-toggle i.active {
    color: #000;
}

.sort {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.sort i {
    font-size: 14px;
}

.page-size {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: auto;
    background: none;
}
.resources .card-item__thumbnail {
    height: 170px;
	border: solid 1px #eee;
}

.resources .card-item__thumbnail img, .resources .card-item__thumbnail a {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0;
}
.resources .card-item__type {
    font-size: 15px;
    color: #B8B8B8;
    font-weight: 300;
}

.resources .card-item__content h4 a {
    color: #2E2E27;
}
.resources .card-item__content h4 a:hover {
    color: rgb(1 164 141/var(--tw-text-opacity));
}
.resources .card-item__year {
    font-size: 16px;
    color: #40A469;
    font-weight: 500;
}

.resources .card-item__content-meta p {
    font-family: "Inter", sans-serif;
    color: #747474;
}

.resources a.card-item__content-button {
    border: solid 1px #0A6375;
    padding: 7px 20px 8px;
    border-radius: 30px;
    margin-top: 10px;
    display: inline-block;
}

.resources a.card-item__content-button span {
    color: #0A6375;
    font-size: 14px;
}
.resources a {
    text-decoration: none;
}
.entry-content .grid h3, .entry-content .grid h3 a, .entry-content .grid .card-item__content-meta a {
    color: inherit;
}

.resources.grid img {
    margin-top: 0;
}
.resources.list-view .card-item__thumbnail {
    display: none;
}

.resources.list-view .card-item {
    border-bottom: solid 1px #D8D8D8;
    padding: 30px 0;
}
button.toggle-view-btn {
    border: none;
    padding: 0 2px;
}

button.toggle-view-btn svg g, button.toggle-view-btn svg rect {
    fill: #888;
}

button.toggle-view-btn.active svg g, button.toggle-view-btn.active svg rect {
    fill: #222;
}

button.toggle-view-btn:hover {
    background: none;
}
.card-detail-box td:first-child {
    width: 20%;
}

.card-detail-box td {
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
}
.card-detail-box td a{
    text-decoration: underline;
}
a.list-button.active svg {
    transform: rotate(180deg);
}
.pagination {
    text-align: right;
    margin-top: 30px;
}

.page-numbers {
    border: solid 1px #555;
    padding: 10px;
    border-radius: 5px;
}

span.page-numbers.current {
    background: #00686b;
    color: #fff;
    border: none;
}
.projects h3 {
    font-size: 18px;
    font-weight: 600;
    color: #00686b;
    margin-bottom: 20px;
}

ul.acf-projects li {
    margin-bottom: 20px;
}

ul.acf-projects span {
    font-size: 14px;
    font-weight: 300;
}

ul.acf-projects p {
    font-family: "Inter", sans-serif;
    color: #747474;
}

ul.acf-projects a {
    display: block;
    font-weight: bold;
}

ul.country-list a {
    font-family: "Inter", sans-serif;
    color: #747474;
    font-size: 15px;
}
.country-projects {
    margin-bottom: 80px;
}
.pagination {
    display: block;
    margin: 20px 0;
}

.page-numbers {
    display: inline-block;
    line-height: 10px;
}
button#download-pdf:hover {
    color: #fff!important;
}
section#splide-knowledge .splide__pagination {
    display: flex!important;
}

section#splide-knowledge .splide__pagination button {
    padding: 4px;
    margin: 0 3px;
    border: none;
    background: #ddd;
}

section#splide-knowledge .splide__pagination button.is-active {
    background: #03686b;
}
.testimonial__image {
    overflow: hidden;
    flex-basis: 30%;
}

.testimonial {
    display: flex;
    align-items: center;
}

.testimonial__image img {
    margin: 0;
}

.testimonial__text {
    flex-basis: 66.68%;
    padding-left: 30px;
}

blockquote.testimonial__text--content.inter.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {}

blockquote.testimonial__text--content {
    font-weight: 300;
    font-size: 32px;
    border: none;
    padding: 0;
    margin-bottom: 6px;
    margin-top: 0;
    line-height: 38px;
}
.testimonial__thumbnail {
    width: 250px;
    height: 250px;
    border-radius: 400px;
}

.testimonial__text--author {
    font-size: 16px;
    font-weight: 300;
}
blockquote.testimonial__text--content:before, blockquote.testimonial__text--content:after {
    content: '"';
}
.resources p a, .resources.splide__track p a {
    text-decoration: underline;
    color: #0a6375;
}
.prose blockquote {
    font-weight: 300;
    font-size: 32px;
    border: none;
    padding: 0;
    margin-bottom: 6px;
    margin-top: 0;
    line-height: 38px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#splide-featured .splide_caption {
    background: #01a48d;
    display: inline;
    line-height: 57px;
    padding: 3px 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

#splide-featured li a > div > div:last-child {
    background: rgba(0,0,0,0.8);
    padding: 5px 10px;
    display: inline;
    line-height: 30px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
#splide-featured li a > div > div:first-child {
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 300;
    font-size: 14px
}
div#social-share-modal {
	background: #fff;
	box-shadow: 0 4px 12px 0px #5555;
	border-radius: 10px;
	z-index: 999;
}

div#social-share-modal div#social-share {
	display: flex;
	flex-direction: column;
	color: #222;
	align-items: start;
	justify-content: center;
	gap: 0;
}

div#social-share-modal div#social-share svg {
	fill: #555;
}
div#social-share-modal div#social-share a {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 5px 20px 5px 10px;
	border-bottom: solid 1px #eee;
	width: 100%;
	font-size: 14px;
	color: #888;
}

div#social-share-modal div#social-share a:hover svg {
	stroke: none;
}
.hidden{
	display: none!important;
}
a.soical-share {
	margin-bottom: 20px;
}

a.soical-share:hover {
	color: #fff!important;
}
div#social-share-modal div#social-share a:hover {
	background: #eee;
}
#site-navigation-mobile{
	display: none;
}
button#download-pdf {
    border-radius: 44px;
    padding: 10px 30px;
}
figure.alignfull img {
    height: 100%;
    min-height: auto!important;
}
/* wpcf7 */
textarea.wpcf7-form-control, input.wpcf7-form-control{
    position: relative;
    cursor: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    background: #eee;
    --tw-bg-opacity: 1;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
    padding: 10px;
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
}

span.wpcf7-not-valid-tip {
    font-size: 14px
}

input.wpcf7-form-control.wpcf7-submit{
    width: 100px;
    background: #fff;
    cursor: pointer;
    border: solid 1px rgb(10 99 117/var(--tw-border-opacity,1));
    color: #fff;
    transition: background-color 0.5s ease;
    border-radius: 44px;
    color: rgb(10 99 117/var(--tw-border-opacity,1));
    font-weight: normal;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    color: #fff;
    background: rgb(10 99 117/var(--tw-border-opacity,1));
}

/**/
@media only screen and (max-width: 768px) {
    .lg\:w-\[30\%\] {
        width: 100%;
        margin-bottom: 40px;
    }

    .form-filter {
        padding-right: 0;
    }
    .pagination {
        /* position: fixed; */
        bottom: 0;
        z-index: 99;
        background: #fff;
        display: block;
        padding: 15px;
    }
	#splide-featured .splide_caption {
		font-size: 29px;
		line-height: 40px;
	}
	form#projects-filter {
		flex-direction: column;
	}

	form#projects-filter input, form#projects-filter select {
		width: 98%;
	}
	nav#site-navigation-mobile {
		/* display: block; */
		width: 100%;
		padding: 20px;
		background: #fff;
		height: calc(100vh - 120px);
		overflow: auto;
	}

	header#masthead {
		display: block;
	}

	nav#site-navigation-mobile ul li ul {
		padding-left: 20px;
	}

	nav#site-navigation-mobile ul li a {
		line-height: 40px;
	}
	nav#site-navigation-mobile.active {
		display: block;
	}

	nav#site-navigation-mobile ul li a {
		color: #222;
	}
}
