

:root {
	--primary-color: #d32737;
	--secondary-color: #94292e;
	--white: #ffffff;
}

.red-greater-than-icon {
	border: 1px solid var(--primary-color);
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
}

.red-greater-than-icon::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 12px;
	background-image: url('/themes/custom/EAA_observatory/images/icon/red-greater-than-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.homepage .page-header.header-new {
	position: sticky !important;
}

.inside-header-new {
	position: sticky !important;
}

.inside-header-new .page-header.header-new,
.inside-header-new .page-header.header-new.sticky {
	position: static !important;
}

.header-holder .home-header.sticky.header-new .page-logo img,
.header-holder .header-new .page-logo.inner-header img {
	max-width: none;
}

.page-header.header-new {
	background: var(--primary-color);
	padding: 0px;
	z-index: 99;
	top: 0;
}
.header-section{
	max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.path-frontpage .search .search-close{
	top: 106px;
}

.page-header.header-new.sticky {
	background: var(--primary-color);
}

.page-header.header-new .inner-white {
	padding: 13px 30px 10px; 
	border-radius: 8px;
}

.page-header.header-new .page-nav .navbar {
	padding-bottom: 0.8rem;
}

.page-header.header-new .page-nav .navbar-nav .nav-item {
	padding-left: 25px;
}

.page-header.header-new .page-nav .navbar-nav .nav-item .nav-link {
	color: white;
	font-size: 14px;
	line-height: 18px;
	font-family: 'greycliff-cf';
	font-weight: 400;
}

.page-header.header-new .page-nav .navbar-nav .nav-item .nav-link:after {
	background-color: var(--primary-color); 
}

.page-header.header-new .page-nav .navbar-nav .nav-item .nav-link.page-search {
	background: transparent;
	width: auto;
	height: auto;
}

.page-header.header-new .page-nav .navbar-nav .nav-item .nav-link.page-search:before {
	width: 19px;
	height: 19px;
	background-color: #ffffff;
	mask-size: contain;
}

.btn-submit-solution {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    font-family: 'greycliff-cf';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left: 20px;
}


.btn-submit-solution:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
}


.page-footer.footer-new {
	padding: 25px 0 !important;
	background-color: var(--secondary-color);
	background-image: none;
}

.page-footer.footer-new li {
	min-width: auto;
	margin-right: 20px;
	margin-bottom: 0;
}

.page-footer.footer-new li:after {
	background: #ffffff;
}

.page-footer.footer-new li a {
	color: #ffffff;
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 15px;
}

.page-footer.footer-new .copyright {
	font-size: 15px;
	color: #ffffff;
	font-family: 'greycliff-cf';
font-weight: normal;
}

.page-header.header-new .navbar-toggler-icon {
	width: 18px;
    height: 27px;
	background-image: url('/themes/custom/EAA_observatory/images/icon/menu-new.svg') !important;
	background-size: 15px;
}

.map-section {
	background: var(--primary-color);
}

.map-section .section-title {
	margin-bottom: 60px;
}

.map-section .section-title h2 {
	color: #ffffff !important;
	font-size: 64px;
	line-height: 70px;
	font-family: 'greycliff-cf';
	font-weight: bold;
}

.map-section .world-map .points-wrapper .point-item .location h5 {
	font-family: 'greycliff-cf';
font-weight: normal;
	color: var(--primary-color) !important;
}

.map-section .world-map .points-wrapper .point-item .cell {
	font-family: 'greycliff-cf';
font-weight: normal;
}

.map-section .disclaimer {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.map-section .disclaimer span{
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 14px;
	color: #ffffff;
}

.map-section .btn-primary {
	border-color: var(--primary-color);
	background-color: #ffffff;
	font-family: 'greycliff-cf';
font-weight: normal;
	transition: all 0.3s;
	color: var(--primary-color)
}

.map-section .btn-primary:before {
	display: none;
}

.map-section .btn-primary:hover {
	background-color: var(--primary-color);
	color: #ffffff;
}

.homepage #block-themepolicies {
	display: none;
}

.homepage .policy-areas {
	margin: 30px 0 50px;
}

.policy-areas .container-fluid .row {
	margin-left: 0;
	margin-right: 0;
}

.policy-areas h2.text-primary {
	font-size: 38px;
	line-height: 81px;
	font-family: 'greycliff-cf';
	font-weight: bold;
	color: var(--primary-color) !important;
	margin-bottom: 0;
}

.policy-areas .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.policy-areas .description {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}

.policy-areas .description .para-container {
	max-width: 70%;
}

.policy-areas .description p {
	margin-bottom: 0;
}

.policy-areas .description .view-all-container {
	display: flex;
	align-items: center;
	column-gap: 20px;
	cursor: pointer;
}

.policy-areas .description .view-all-container p {
	font-weight: 500;
}

.policy-areas .description .view-all-container .red-greater-than-icon {
	width: 36px;
	height: 36px;
}

.policy-areas .description .view-all-container .red-greater-than-icon::after {
	width: 10px;
	height: 18px;
}

.policy-areas .search-container {
	border: none;
	height: auto;
	border-radius: 0;
}

.policy-areas .search-container #policy-search-form {
	width: 100%;
	border: 1px solid #929292;
	box-shadow: none;
	padding: 1.5rem;
	margin-bottom: 0;
}

.policy-areas .search-container #policy-search-form .search-input-wrapper input {
	padding-left: 35px; 
	width: 100%; 
	height: 40px;
	font-family: 'greycliff-cf';
	font-size: 18px;
	font-weight: 300;
	color: #8f8d8d;
}

.policy-areas .search-container #policy-search-form .search-input-wrapper input::placeholder {
	font-family: 'greycliff-cf';
	font-size: 18px;
	font-weight: 300;
	color: #8f8d8d;
}

.policy-areas .search-container #policy-search-form .search-input-wrapper .search-icon{
	position: absolute; 
	left: 0.75rem; 
	top: 55%; 
	transform: translateY(-50%); 
	font-size: 16px; 
	color: #8f8d8d;
}

.policy-areas .search-container #policy-search-form .search-button-wrapper {
	padding: 0;
}

.policy-areas .search-container #policy-search-form .search-button-wrapper .btn-search {
	padding: 15px 25px; 
	background-color: var(--primary-color); 
	color: var(--white); 
	font-weight: 700; 
	cursor: pointer; 
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'greycliff-cf';
	border-radius: 0;
}

.policy-areas .header .search-keyword .views-exposed-form {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.policy-areas .header .search-keyword .views-exposed-form .views-exposed-form__item {
	margin-top: 0;
	margin-right: 0;
}

.policy-areas .header .search-keyword .views-exposed-form .views-exposed-form__item .form-text {
	margin-top: 0;
	border-radius: 0;
	color: #000000;
	font-family: 'greycliff-cf';
font-weight: normal;
	padding: 10px 15px;
	border-width: 1px;
	width: 300px;
}

.policy-areas .header .search-keyword .views-exposed-form .views-exposed-form__item .form-text:focus-visible {
	outline: none;
}

.policy-areas .header .search-keyword .views-exposed-form .views-exposed-form__item .form-text::placeholder {
	color: #000000;
}

.policy-areas .header .search-keyword .views-exposed-form button {
	display: flex;
}

.policy-areas .header .search-keyword .views-exposed-form button i{
	display: none
}

.policy-areas .header .search-keyword .views-exposed-form button:after {
	content: url('/themes/custom/EAA_observatory/images/icon/search.svg');
	width: 18px;
	height: 18px;
}

.policy-areas .policy-area-item {
	border: 1px solid #000000;
	background: transparent;
	display: flex;
	justify-content: flex-end;
	height: 180px;
	padding: 10px 20px;
}

.policy-areas .policy-area-item .content {
	margin-top: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 30px;
}

.policy-areas .policy-area-item .content p {
	font-size: 24px;
	line-height: 27px;
	font-family: 'greycliff-cf';
font-weight: bold;
	color: #000000;
	margin-bottom: 0;
}

.policy-areas .views-infinite-scroll-content-wrapper .col-sm-6 {
	margin-bottom: 30px;
}

.policy-areas .pager__item .load-more {
	background-color: #ffffff;
	font-family: 'greycliff-cf';
font-weight: normal;
	border-color: var(--primary-color);
	border-radius: 0;
	color: var(--primary-color);
}

.policy-areas .pager__item .load-more:before {
	display: none;
}

.policy-areas .pager__item .load-more:hover {
	background: var(--primary-color);
	color: #ffffff;
}

.scroll-top {
	background-color: #9d202b; 
}

.hero-section .region-featurednews {
	display: none;
} 

.hero-section {
	background: white;
	padding: 70px 0;
}

.hero-section .highlights-col {
	padding-left: 40px;
}

.hero-section .social {
	left: auto;
}

.hero-section .row-1 {
	margin-bottom: 50px;
	margin-left: 0;
	margin-right: 0;
}

.hero-section .row-1 > .col-md-7,
.hero-section .row-2 > .col-5 {
	padding-left: 120px;
}

.hero-section .row-1 img,
.hero-section .row-2 img {
	object-fit: cover;
	object-position: center;
}

.hero-section .row-1 .img-1 {
	width: 533px;
	height: 307px;
}

.hero-section .row-2 .img-2 {
	width: 310px;
	height: 232px;
}
.hero-section .row-2 .img-3,
.hero-section .row-2 .img-4 {
	width: 199px;
	height: 232px;
}

.hero-section h2 {
	font-family: 'greycliff-cf';
	font-weight: bold;
	color: #d32737;
	font-size: 45px;
	line-height: 60px;
	margin-bottom: 20px;
}

.hero-section p {
	font-size: 20px;
	line-height: 34px;
	color: black;
	font-family: 'greycliff-cf';
	font-weight: 400;
}

.hero-section .cta {
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	width: fit-content;
	text-transform: uppercase;
}

.policy-areas .primary-cta .more-link {
	text-align: center;
}

.policy-areas .primary-cta {
	padding-top: 50px;
}

.primary-cta .more-link a {
	display: inline-block;
	font-family: 'greycliff-cf';
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid var(--primary-color);
	border-radius: 4px;
	color: var(--primary-color);
	padding: 10px 20px;
	background: #ffffff;
	text-transform: uppercase;
	width: auto;
} 

.primary-cta .more-link a:hover {
	background: var(--primary-color);
	color: #ffffff;
}

.policies-header {
	padding-top: 50px;
	padding-bottom: 30px;
}

.policies-header .heading {
	font-size: 52px;
	line-height: 56px;
	color: #000000;
	font-family: 'greycliff-cf';
font-weight: bold;
}

.filters-container {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}

.filters-container:after {
	display: none;
}

.filters-container .form-group {
	margin-bottom: 0;
}

.filters-container .search-filter .search-form,
.search-new .search-form,
.search-result-new .search-form {
	background-image: url('/themes/custom/EAA_observatory/images/icon/search.svg');
}

.filters-container .search-filter .search-form::placeholder,
.filters-container .form-group:after,
.search-new .form-group:after {
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
	font-family: 'greycliff-cf';
font-weight: normal;
}

.filters-container .form-group:after {
	top: 2px;
}

.search-new .form-group:after {
	bottom: -6px;
}

.select2-container.select2-container--open:after {
	background: none;
}

.filters-container .form-control,
.filters-container .select2-container {
	border: 1px solid #e1e2e2;
	border-radius: 0;
	color: #000000;
	font-family: 'greycliff-cf';
	font-weight: bold;
	font-size: 14px;
}

.filters-container .select2-container--default .select2-search--inline .select2-search__field::placeholder {
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-family: 'greycliff-cf';
font-weight: normal;
}

.select2-results__option {
	font-family: 'greycliff-cf';
font-weight: normal;
}

.filters-container .select2-container {
	padding: 7px;
}

.filters-container .select2-container .select2-selection {
	max-height: 28px;
	overflow-x: auto;
}

.filters-container .select2-container .select2-selection::-webkit-scrollbar {
	width: 0;
}

.filters-container .select2-container,
.filters-container .select2-container .select2-selection {
	min-height: auto;
}

.typeOne+.select2 .select2-selection__rendered, 
.typeTwo+.select2 .select2-selection__rendered {
	display: block;
}

.filters-container .select2-container:after {
	background-color: #000000;
	right: 5px;
}

.filters-container #knowledge-library-clear {
	width: 100%;
	text-transform: uppercase;
	background: #ffffff;
	color: var(--primary-color);
	font-family: 'greycliff-cf';
font-weight: normal;
	padding: 10px 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 5px;
	font-size: 13px;
}

.filters-container #home-policy-search,
.filters-container #knowledge-library-submit {
	width: 100%;
	font-size: 13px;
	color: '#ffffff';
	font-family: 'greycliff-cf';
	font-weight: normal;
	background-color: var(--primary-color);
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid var(--primary-color);
	line-height: 22px;
}

.filters-container #knowledge-library-submit {
	width: 100%;
	padding: 10px 15px;
}

.filters-container #home-policy-search:before,
.filters-container #knowledge-library-submit:before {
	display: none;
}

.filters-container #home-policy-search:hover,
.filters-container #knowledge-library-clear:hover,
.filters-container #knowledge-library-submit:hover {
	border-color: var(--primary-color);
}

.policy-list .policy-list-item-new .list-item {
	background-color: #ffffff !important;
	border: 1px solid #000000;
	border-radius: 0;
	padding: 15px;
	width: 100%;
	height: 250px;
}

.view-related-solution.policy-list .policy-list-item-new .list-item {
	height: 440px;
}

.policy-list .list-wrapper.policy-list-item-new {
	margin-bottom: 30px;
}

.policy-list .policy-list-item-new .list-item .header {
	column-gap: 10px;
}

.policy-list .policy-list-item-new .list-item h3 {
	font-size: 24px;
	line-height: 27px;
	color: #000000 !important;
	min-height: 54px;
	font-family: 'greycliff-cf';
font-weight: bold;
}

.policy-list .policy-list-item-new .list-item .img-container {
	margin-bottom: 20px;
	/* height: 60%; */
}

.policy-list .policy-list-item-new .list-item .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.policy-list .policy-list-item-new .list-item .list-item-tag {
	border-radius: 20px;
	background-color: #94292e;
	color: #ffffff;
	font-family: 'greycliff-cf';
font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px; 
	font-size: 12px;
}

.policy-list .policy-list-item-new .list-item .list-action-btn .btn {
	border: none;
	border-radius: 0;
	color: transparent;
	padding: 0;
}

.policy-list .policy-list-item-new .list-item .list-action-btn .btn:hover {
	background: transparent;
}

.policy-list .policy-list-item-new .list-item:before {
	display: none;
}

.policy-list .js-pager__items,
.knowledge-library .js-pager__items {
	margin-bottom: 0;
}

.policy-list .js-pager__items .pager__item .pager__link,
.knowledge-library .js-pager__items .pager__item .pager__link {
	font-size: 13px;
	font-family: 'greycliff-cf';
font-weight: normal;
	color: #000000;
	min-width: auto;
	background: white;
}

.policy-list .js-pager__items .pager__item .pager__link:hover,
.knowledge-library .js-pager__items .pager__item .pager__link:hover {
	background: white;
}

.policy-list .js-pager__items .pager__item--active .pager__link.is-active,
.knowledge-library .js-pager__items .pager__item--active .pager__link.is-active {
	font-family: 'greycliff-cf';
font-weight: bold;
	background: transparent;
	border: none;
}

.typeOne+.select2 .select2-selection__rendered .select2-selection__choice, 
.typeThree+.select2 .select2-selection__rendered .select2-selection__choice,
.typeTwo+.select2 .select2-selection__rendered .select2-selection__choice,
.inner-page-header.policies-header:after {
	display: none;
}

.select2 .select2-selection__rendered .select2-search__field {
	width: 100% !important;
}

.select2-results__options .select2-results__option {
	word-wrap: break-word;
}

.filters-container .selected-items {
	margin-bottom: -15px;
	margin-top: 30px;
}

.filters-container .selected-items h5 {
	font-family: 'greycliff-cf';
font-weight: 500;
	color: var(--primary-color);
}

.filters-container .selected-items p,
.filters-container .selected-items li {
	font-family: 'greycliff-cf';
font-weight: normal;
}

.policy-detail:after {
	display: none;
}

.policy-detail {
	padding-top: 40px;
}

.policy-detail h2.text-primary {
	color: #000000 !important;
	font-size: 48px;
	line-height: 54px;
	font-family: 'greycliff-cf';
font-weight: bold;
}
.policy-detail .modify-details {
	margin: 20px 0;
}

.policy-detail .modify-details span {
	color: #6b6b6b;
	font-size: 14px;
}

.policy-detail .modify-details .list-item-date {
	margin: 0 5px 0 0;
}

.policy-detail .modify-details span:before,
.policy-detail .modify-details span:after {
	display: none;
}

.policy-detail p {
	font-family: 'greycliff-cf';
font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}

.policy-detail .information-box {
	background-color: var(--primary-color);
	box-shadow: none;
	border-radius: 0;
	margin-left: 20px;
}

.policy-detail .information-box h3 {
	font-family: 'greycliff-cf';
font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-transform: none;
	margin-bottom: 15px;
}

.policy-detail .information-box .information-list {
	margin-bottom: 15px;
}

.policy-detail .information-box .information-list span {
	background-color: #ffffff;
	color: #5a5a5a;
	font-size: 15px;
	line-height: 18px;
	font-family: 'greycliff-cf';
font-weight: 500;
	border-radius: 20px;
}

.policy-list h2.black-heading {
	font-family: 'greycliff-cf';
font-weight: 500;
	color: #000000 !important;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 40px;
}

.policy-list-2 {
	padding-bottom: 0;
}

.policy-list-2 .list-wrapper {
	margin-bottom: 30px;
}

.policy-list-2 .list-wrapper .list-item {
	background-color: #ffffff !important;
	border: 1px solid #000000;
	border-radius: 0;
	padding: 20px 25px;
	width: 100%;
}

.policy-list-2 .list-wrapper .list-item:before {
	display: none;
}

.policy-list-2 .list-wrapper .list-item h3.text-primary {
	font-family: 'greycliff-cf';
font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #000000 !important;
	min-height: 44px;
}

.policy-list-2 .list-wrapper .list-item .list-action-btn .btn {
	background: transparent;
	border: none;
	padding: 0;
}

.policy-list-2 .list-wrapper .list-item .list-action-btn .btn:before {
	display: none;
}

.solution-detail:after {
	display: none;
}

.solution-detail .image-row {
	margin-bottom: 30px;
	padding-top: 70px;
}

.solution-detail .information-box {
	width: 100%;
	height: 100%;
	background-color: var(--primary-color);
	box-shadow: none;
	border-radius: 0;
}

.solution-detail .information-box h3 {
	color: #ffffff;
	font-family: 'greycliff-cf';
font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: none;
}

.solution-detail .information-box .information-list {
	margin-bottom: 20px;
}

.solution-detail .information-box ul.information-list {
	flex-direction: column;
}

.solution-detail .information-box ul.information-list li {
	list-style: disc;
	list-style-position: inside;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	font-family: 'greycliff-cf';
font-weight: normal;
}

.solution-detail .information-box .information-list span {
	background-color: #ffffff;
	color: #5a5a5a;
	border-radius: 20px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 15px;
	font-family: 'greycliff-cf';
font-weight: normal;
}

.solution-detail .image-row .header-img {
	height: 100%;
}

.solution-detail .information-box .source-link span:after {
	display: none;
}

.solution-detail .information-box .source-link:before {
	content: 'i';
	-webkit-mask-image: none;
	mask-image: none;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 8px;
	font-size: 10px;
	font-family: 'greycliff-cf';
font-weight: normal;
}

.solution-detail .information-box .source-link span {
	margin-right: 0;
}

.solution-detail .information-box .source-link span a {
	font-family: 'greycliff-cf';
font-weight: normal;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
}

.solution-detail .information-box .source-link span a:hover {
	color: #ffffff;
}

.solution-detail h2.text-primary {
	font-family: 'greycliff-cf';
font-weight: bold;
	font-size: 54px;
	line-height: 60px;
	color: #000000 !important;
}

.solution-detail .modify-details span {
	font-family: 'greycliff-cf';
font-weight: normal;
	color: #6b6b6b;
	font-size: 14px;
}

.solution-detail .modify-details {
	margin: 0;
}

.solution-detail .modify-details span:before,
.solution-detail .modify-details span:after {
	display: none
}

.solution-detail .content-section h6 {
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	color: #000000 !important;
	margin-bottom: 25px;
}

.solution-detail .content-section p {
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 40px;
}

.single-policy {
	margin: 50px 0 90px;
}

.single-policy h2 {
	font-family: 'greycliff-cf';
font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.single-policy .content-section {
	margin-left: 60px;
}

.single-policy .solution-tag {
	border-radius: 20px;
	background-color: #94292e;
	color: #ffffff;
	font-family: 'greycliff-cf';
font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px; 
	font-size: 12px;
	max-width: none;
	width: fit-content;
	padding: 5px 10px;
}

.single-policy img.policy-image {
	width: 100%;
	height: 270px;
	object-fit: cover;
	object-position: center;
	border: 1px solid #000000;
}

.single-policy .solutions-number {
	position: absolute;
	bottom: 15px;
	right: 40px;
	background: #ffffff;
	padding: 1px 40px;
	border-radius: 20px;
	font-size: 12px;
	font-family: 'greycliff-cf';
font-weight: normal;
	border: 1px solid #000000;
}

.single-policy .btn {
	background: transparent;
	border: none;
}

.single-policy .btn:before {
	display: none;
}

.solution-detail .content-section .meta-info-container {
	display: flex;
	align-items: center;
	justify-content: start;
	column-gap: 20px;
	margin: 30px 0;
}

.solution-detail .content-section .meta-info-container .socials-container {
	background: #94292e;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 25px;
}

.search-new {
	padding: 150px 0 50px;
}

.search-new h2 {
	font-family: 'greycliff-cf';
	font-weight: bold;
}

.search-new .form-group label,
.search-new .themes-block .front,
.search-new .themes-block figcaption p {
	font-family: 'greycliff-cf';
font-weight: normal;
}

.search-new .search-form::placeholder,
.search-result-new .search-form::placeholder {
	font-family: 'greycliff-cf';
font-weight: normal;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
}

.search-new .select2-container:after {
	background-color: #000000;
}

.search-new .btn-primary,
.search-result-new .btn-primary {
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 13px;
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.search-new .btn-primary:before,
.search-result-new .btn-primary:before {
	display: none;
}

.search-new .btn-primary:hover,
.search-result-new .btn-primary:hover {
	background: #ffffff;
	color: var(--primary-color);
}

.search-new .selected-items h5,
.search-new .selected-items p,
.search-new .selected-items li {
	font-family: 'greycliff-cf';
font-weight: normal;
}

.search-new .content .cell h6,
.search-new .content .cell a:hover h6 {
	font-family: 'greycliff-cf';
font-weight: normal;
	color: #000000;
}

.search-new .content .time span {
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 12px;
}

.search-result-header h1,
.search-result-header .breadcrumb .breadcrumb-item,
.search-result-header-content h2 {
	font-family: 'greycliff-cf';
font-weight: 500;
}

.search-result-header-content p {
	font-family: 'greycliff-cf';
font-weight: normal;
	color: #000000;
}

.search-result-new p {
	font-family: 'greycliff-cf';
font-weight: normal;
}

.search-result-header-content h2 {
	color: #000000 !important;
}

.search-result-new .accordion .accordion-button,
.search-result-new .form-group label,
.search-result-new .accordion .accordion-body .option-check input+label {
	font-family: 'greycliff-cf';
font-weight: normal;
	color: #000000;
}

.search-result-new .accordion .accordion-button:after {
	background-color: #000000
}

.search-result-new .filter-head {
	color: var(--primary-color);
	font-family: 'greycliff-cf';
font-weight: normal;
}

.al-range-slider__tooltip {
	color: var(--primary-color);
}

.al-range-slider__bar {
	background: var(--primary-color);
}

.al-range-slider__knob:hover, .al-range-slider__knob_active {
	border-color: var(--primary-color)
}

.search-result-header-content.header-content .container:after {
	display: none;
}

.knowledge-library:after,
.knowledge-detail:after {
	display: none;
}

.knowledge-library h2.text-primary {
	font-family: 'greycliff-cf';
font-weight: bold;
	font-size: 54px;
	line-height: 58px;
	color: #000000 !important;
}

.knowledge-library .news-item {
	border: 1px solid #000000;
	padding: 20px;
	column-gap: 20px;
}

.knowledge-library .news-item figure {
	position: static;
	transform: none;
	width: 287px;
	height: 216px;
	margin-bottom: 0;
}

.news-listing {
	min-height: calc(100dvh - 218px);
}

.news-listing figure img {
	border-radius: 0;
}

.knowledge-library .news-item .news-brief {
	background-color: #ffffff;
	padding: 0;
	border: 0;
	border-radius: 0;
	width: auto;
	min-height: auto; 
	flex: 1;
}

.knowledge-library .news-item .news-brief .content h3 {
	font-family: 'greycliff-cf';
font-weight: bold;
	font-size: 24px;
	line-height: 27px;
	color: #000000 !important;
	margin-bottom: 10px;
}

.knowledge-library .news-item .news-brief .content p {
	font-family: 'greycliff-cf';
font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #000000 !important;
}

.knowledge-library .news-item:hover .news-brief {
	background-color: #ffffff;
}

.knowledge-library .news-item .content {
	margin-bottom: 30px;
}

.knowledge-library .news-item .meta-data {
	width: 100%;
}

.knowledge-library .news-item .meta-data .download {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 7px;
}

.knowledge-library .news-item .meta-data .download span {
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: underline;
}

.knowledge-library .news-item .meta-data .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.knowledge-library .news-item .meta-data .info .list-item-date {
	color: #000000;
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
}

.knowledge-library .news-item .meta-data .info .list-item-date:before {
	display: none;
}

.knowledge-library .news-item .meta-data .info .btn {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.knowledge-library .news-item .meta-data .info .btn:hover {
	background-color: transparent;
}

.knowledge-detail {
	padding: 30px 0 15px;
}

.knowledge-detail .header {
	margin-top: 30px;
}

.knowledge-detail .header h2 {
	font-family: 'greycliff-cf';
font-weight: bold;
	font-size: 44px;
	line-height: 55px;
	color: #000000 !important;
	max-width: none;
	margin-bottom: 0;
}

.knowledge-detail .header .meta-data {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
	margin: 30px 0;
}

.knowledge-detail .header .meta-data .social-links {
	background-color: #94292e;
	align-items: center;
	column-gap: 15px;
	padding: 10px 15px;
}

.knowledge-detail .header .meta-data .social-links a {
	border: none;
	width: auto;
	height: auto;
	background: transparent;
}

.knowledge-detail .header .meta-data .list-item-date {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 18px;
	font-family: 'greycliff-cf';
font-weight: normal;
	margin: 0;
}

.knowledge-detail .header .meta-data .list-item-date:before {
	display: none;
}

.knowledge-detail .text-block {
	margin-bottom: 40px;
}

.knowledge-detail .text-block p {
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #000000;
}

.knowledge-detail .text-block p strong {
	font-family: 'greycliff-cf';
font-weight: 500;
}

.knowledge-detail .text-block p a {
	color: #000000;
	text-decoration: underline;
}

.latest-news-new {
	background: transparent;
	padding: 0 0 40px;
}

.latest-news-new:after {
	display: none;
}

.latest-news-new h3 {
	font-size: 32px;
	line-height: 36px;
	color: #000000;
	font-family: 'greycliff-cf';
font-weight: 500;
	margin-bottom: 30px;
}

.latest-news-new .news-card .card-container {
	border: 1px solid #000000;
	padding: 20px; 
	width: 100%;
	height: 100%;
}

.latest-news-new .news-card .card-container figure:before {
	display: none;
}

.latest-news-new .news-card .card-container figure img {
	margin-left: 0;
	border-radius: 0;
}

.about-us:after,
.about-us .container:after {
	display: none;
}

.about-us h1.text-primary,
.about-us h2 {
	font-family: 'greycliff-cf';
	font-weight: bold;
	font-size: 56px;
	line-height: 66px;
	color: #000000 !important;
	margin-bottom: 30px;
}

.about-us h3 {
	font-family: 'greycliff-cf';
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
	margin: 30px 0;
}

.about-us p {
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 30px 0 50px;
}

.about-us img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}

.about-us .mission-vision-container {
	row-gap: 24px;
}

.about-us .info-container {
	background-color: #f4f4f4;
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	height: 50%;
	justify-content: center;
}

.about-us .info-container h3 {
	color: #d32737;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.about-us .info-container p {
	margin: 0;
}

.about-us .info-container img {
	width: 26px;
	height: 26px;
}

.about-us .think-big-container .col-md-3 {
	width: 29%;
}

.about-us .info-box {
	border: 1px solid #94292e;
	padding: 40px 30px;
}

.about-us .info-box p {
	font-size: 28px;
	line-height: 36px;
	color: #d32737;
	font-family: 'greycliff-cf';
	font-weight: bold;
	margin: 25px 0;
}

.about-us .info-box .number {
	font-size: 45px;
	line-height: 40px;
}

.about-us .foundation-section {
	min-height: 580px;
	background-image: url('/themes/custom/EAA_observatory/images/demo/8.png');
	background-size: 860px 100%;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	left: 12px;
	width: 100%;
	padding-bottom: 150px;
}

.about-us .foundation-section::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(270deg, #D32737 42.68%, rgba(211, 39, 55, 0.838411) 52.02%, rgba(211, 39, 55, 0.580493) 62.68%, rgba(211, 39, 55, 0) 74.14%, rgba(211, 39, 55, 0) 89.37%);
}

.about-us .foundation-section .col-md-6 {
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.about-us .foundation-section .col-md-6:nth-child(2){
	padding-top: 70px;
}

.about-us .foundation-section h3,
.about-us .foundation-section p {
	color: #ffffff;
}

.about-us .foundation-section h3 {
	margin: 0;
}

.about-us .foundation-section p {
	max-width: 85%;
	line-height: 35px;
	margin: 20px 0;
}

.about-us .foundation-container {
	margin-bottom: 80px;
}

.about-us .view-policies-container {
	background: #f4f4f4;
	padding: 40px 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 25px;
	margin-top: 90px;
	width: 75%;
	margin: 0 auto;
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translate(-50%, 0);
}

.about-us .view-policies-container p {
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	font-family: 'greycliff-cf';
font-weight: normal;
	margin: 0;
	width: 59%;
}

.about-us .view-policies-container .btn {
	border: 1px solid #d32737;
	color: #d32737;
	padding: 10px 15px;
	font-family: 'greycliff-cf';
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	border-radius: 0;
	text-transform: uppercase;
}

.about-us .view-policies-container .btn img {
	width: 15px;
	height: 18px;
	object-fit: contain;
}

.contact-us:after,
.legal:after {
	display: none;
}

.contact-us h2 {
	font-family: 'greycliff-cf';
	font-weight: bold;
	font-size: 48px;
	line-height: 55px;
	color: #000000 !important;
	margin-bottom: 15px;
}

.contact-us p {
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.contact-us .contact-details-email:before,
.contact-us .contact-details-address:before {
	background-color: var(--secondary-color);
}

.contact-us .contact-details {
	color: var(--secondary-color);
	font-family: 'greycliff-cf';
font-weight: 500;
}

.contact-us .form-group label {
	font-family: 'greycliff-cf';
font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
}

.contact-us .contact-details span a {
	color: var(--secondary-color);
}

.contact-us .webform-submission-add-form .row {
	margin-top: 25px;
}

.contact-us .social-icon p {
	font-size: 14px !important;
	color: #000000 !important; 
}

.contact-us .social-icon a:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.contact-us .social-icon .fa-x-twitter:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.14103 6.77486L14.8588 0H13.5036L8.54023 5.88229L4.57403 0H0.000244141L5.99698 8.896L0.000244141 16H1.35544L6.59778 9.78743L10.7865 16H15.3602L9.14103 6.77486ZM7.28554 8.97371L6.67797 8.088L1.84331 1.04H3.92466L7.82536 6.728L8.43294 7.61371L13.5048 15.008H11.4234L7.28554 8.97371Z' fill='%237c7c7c'/%3E%3C/svg%3E");
	width: 18px;
	height: 18px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.contact-us .social-icon a:hover .fa-x-twitter:before {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.14103 6.77486L14.8588 0H13.5036L8.54023 5.88229L4.57403 0H0.000244141L5.99698 8.896L0.000244141 16H1.35544L6.59778 9.78743L10.7865 16H15.3602L9.14103 6.77486ZM7.28554 8.97371L6.67797 8.088L1.84331 1.04H3.92466L7.82536 6.728L8.43294 7.61371L13.5048 15.008H11.4234L7.28554 8.97371Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.contact-us .form-control {
	border-color: #000000;
	color: #000000;
	font-family: 'greycliff-cf';
font-weight: normal;
}

.contact-us .btn-primary.form-submit:before {
	display: none;
}

.contact-us .btn-primary.form-submit {
	background: #ffffff;
	color: var(--primary-color);
	border-color: var(--primary-color);
	font-family: 'greycliff-cf';
font-weight: normal;
	padding: 10px 45px;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 14px; 
} 

.contact-us .btn-primary.form-submit:hover,
.contact-us .btn-primary.form-submit:active,
.contact-us .btn-primary.form-submit:focus {
	background: var(--primary-color);
	color: #ffffff;
}

.contact-us .form-item__error-message {
	color: var(--primary-color);
	font-family: 'greycliff-cf';
font-weight: normal;
}

.contact-us .ajax-progress {
	margin-left: 10px !important;
}

.contact-us .ajax-progress__throbber {
	border-color: var(--primary-color);
}

.confirmation-new .confirmation {
	background: #ffffff;
	min-height: calc(100vh - 185px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.confirmation-new h2 {
	font-family: 'greycliff-cf';
	font-weight: bold;
	color: #000000 !important;
	margin: 40px 0;
}

.confirmation-new h3 {
	font-family: 'greycliff-cf';
	font-weight: bold;
	color: #000000 !important;
	margin: 30px 0 10px;
}

.confirmation-new p {
	font-family: 'greycliff-cf';
font-weight: normal;
	color: #000000;
	margin-bottom: 50px;
}

.confirmation-new .btn:before {
	display: none;
}

.confirmation-new .btn {
	font-family: 'greycliff-cf';
font-weight: normal;
	background-color: #ffffff;
	color: var(--primary-color);
	border-color: var(--primary-color);
	border-radius: 0;
	text-decoration: none;
}

.confirmation-new .btn:hover {
	background-color: var(--primary-color);
	color: #ffffff;
}

.legal h1,
.legal h2,
.legal h3,
.legal h4,
.legal h5 {
	font-family: 'greycliff-cf';
font-weight: 500;
}

.legal p,
.legal li,
.legal a {
	font-family: 'greycliff-cf';
font-weight: normal;
	color: #000000;
}

.legal a {
	text-decoration: underline;
}

.about-info .col-md-4 {
	height: 315px;
}

.confirmation.confirmation-new {
	min-height: 75vh;
}

.square-pattern-grey.contact-us {
	min-height: 69vh;
}

.search-block .selected-items li.gray-tag {
	background-color: rgba(254,198,54,0.4);
}

.source-link:before {
	background-color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-family: 'greycliff-cf';
font-weight: normal;
	color: #000000;
	font-size: 12px;
}

.knowledge-library .search-form {
	box-shadow: none;
}

.select2-search--dropdown {
	display: none;
}

.policy-filter .select2-selection__rendered {
	text-transform: uppercase;
	font-size: 12px;
}

.search-new .select2-container .select2-selection__rendered {
	padding-top: 8px;
}

.search-new .select2-container .select2-search--inline .select2-search__field {
	font-size: 13px;
	font-weight: 400;
	font-family: 'greycliff-cf';
font-weight: normal;
}

path[fill="#ffffff"] {
	pointer-events: none;
}

@media screen and (max-width: 1180px) {
	.about-us img {
		width: 100%;
		height: auto;
	}
	
	.typeOne+.select2 .select2-selection__rendered, 
	.typeThree+.select2 .select2-selection__rendered,
	.typeTwo+.select2 .select2-selection__rendered {
		padding-right: 0;
	}
}

@media screen and (max-width: 1024px){
	
	.page-header.header-new .page-logo img {
		height: 6rem;
		max-width: 150px;
	}
	
	.page-header.header-new .page-nav .mobile-search {
		width: auto;
		height: auto;
		border: none;
	}
	
	.page-header.header-new .page-nav .navbar-light .navbar-toggler {
		border: none;
	}
	
	.page-header.header-new .page-nav .navbar-collapse {
		min-width: 220px;
		top: 90px;
		right: 65px;
	}
	.page-header.header-new .page-nav .navbar-nav .nav-item .nav-link{
		color: var(--primary-color)!important;
	}
	.page-header.header-new .page-nav .navbar-nav .nav-item {
		padding-left: 0;
	}
	
	.page-footer.footer-new li.empty {
		display: none;
	}
	
	.page-footer.footer-new .footer-navi {
		width: 50%;
	}
	
	.page-footer.footer-new .footer-navi ul {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start !important;
	}
	
	.map-section {
		padding: 35px 0;
	}
	
	.map-section .section-title {
		margin-bottom: 20px;
	}
	
	.map-section .section-title h2,
	.policy-areas h2.text-primary {
		font-size: 38px;
		line-height: 40px;
	}
	
	.map-section .map-outer {
		height: 40vh;
	}
	
	.map-section .disclaimer {
		margin-bottom: 20px;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		width: auto;
	}
	
	.policy-areas .header {
		flex-wrap: wrap;
		row-gap: 40px;
	}
	
	.policy-areas .policy-area-item {
		justify-content: flex-start;
	}
	
	.policy-areas .policy-area-item .content p {
		font-size: 18px;
		line-height: 22px;
	}
		
	.policy-areas .policy-area-item .content {
		width: 100%;
	}
	
	.world-map .points-wrapper .point-item {
		display: none;
		position: relative;
		transform: none;
		padding: 20px 14px;
		width: 100%;
		min-width: 100%;
		left: 0 !important;
		top: 0;
	}
	
	.world-map .points-wrapper {
		margin: 0 12px;
	}
	
	.hero-section .row-1 h2 {
		font-size: 30px;
		line-height: 38px;
	}
	
	.hero-section .row-1 p,
	.hero-section .cta {
		font-size: 14px;
		line-height: 22px;
	}
	
	.hero-section .row-2 .col-xl-7 {
		column-gap: 25px;
	}
	
	.hero-section .row-2 .col-xl-7 .img-2 {
		width: 50%;	
	}
	
	.hero-section .row-2 .col-xl-7 .img-3,
	.hero-section .row-2 .col-xl-7 .img-4 {
		width: 25%;
	}
	
	.hero-section .row-1 > .col-md-7, .hero-section .row-2 > .col-5 {
		padding-left: 80px;
	}
	
	.hero-section .social {
		top: 35%;
	}
	
	.policies-header .heading {
		font-size: 34px;
		line-height: 38px;
	}
	
	.policy-list .policy-list-item-new .list-item h3 {
		font-size: 21px;
		line-height: 27px;
	}
	
	.policy-list {
		padding: 50px 0;
	}
	
	.filters-container #home-policy-search,
	.filters-container #knowledge-library-submit,
	.filters-container #knowledge-library-clear {
		width: auto;
		padding: 10px 4px;
	}
	
	.filters-container #home-policy-search .arrow-icon,
	.filters-container #knowledge-library-submit .arrow-icon {
		width: 10px;
		height: auto;
	}
	
	.policy-detail .information-box {
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 0;
	}
	
	.policy-detail h2.text-primary {
		font-size: 34px;
		line-height: 38px;
	}
	
	.solution-detail .information-box h3 {
		font-size: 18px;
		line-height: 20px;
	}
	
	.solution-detail .content-section h6 {
		font-size: 19px;
		line-height: 21px;
	}
	
	.solution-detail h2.text-primary {
		font-size: 36px;
		line-height: 40px;
	}
	
	.single-policy .content-section{
		margin-left: 0;
	}
	
	.single-policy .content-section h2 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.knowledge-library .news-item figure {
		height: auto;
	}
	
	.knowledge-library .news-item .news-brief .content h3 {
		font-size: 22px;
		line-height: 25px;
	}
	
	.knowledge-library .news-item .content {
		margin-bottom: 15px;
	}
	
	.latest-news-new .news-card {
		margin-bottom: 20px;
	}
	
	.latest-news-new .card-container figcaption {
		margin-bottom: 15px;
	}
	
	.about-us img {
		width: 100%;
		height: 100%;
	}
	
	.about-us h1.text-primary {
		font-size: 40px;
		line-height: 50px;
	}
	
	.about-us h3 {
		font-size: 22px;
		line-height: 28px;
	}
	
	.about-us p {
		font-size: 15px;
		line-height: 20px;
	}
	
	.about-us .info-box {
		height: 360px;
		display: flex;
		align-items: center;
		padding: 40px 20px;
	}
	
	.about-us .info-box p {
		font-size: 22px;
		line-height: 28px;
	}
	
	.about-us .info-box .number {
		font-size: 36px;
		line-height: 42px;
	}
	
	.about-us .view-policies-container {
		margin-top: 0;
	}
	
	.about-us .view-policies-container p {
		font-size: 23px;
		line-height: 27px;
	}
	
	.about-us .foundation-section {
		background-size: 100% 100%;
	}
	
	.about-us .view-policies-container {
		padding: 40px 60px;
	}
	
	.contact-us h2 {
		font-size: 32px;
		line-height: 38px;
	}
	
	.headerslider {
		padding-right: 20px;
	}
	
	.policy-list .policy-list-item-new .list-item {
		height: 295px;
	}
	
	.view-related-solution.policy-list .policy-list-item-new .list-item,
	.view-policies .policy-list .policy-list-item-new .list-item {
		height: auto;
	}
	
	.filters-container .select2-container:after {
		mask-size: 12px;
	}
	
	.filters-container .search-filter .search-form, 
	.search-new .search-form, 
	.search-result-new .search-form {
		background-size: 12px;
	}
	
	.knowledge-library .filters-container .select2-container {
		max-width: 100%;
	}
	
	.filters-container #home-policy-search {
		font-size: 11px;
		width: 100%;
	}
	
	.filters-container .search-filter .search-form {
		padding-right: 35px;
	}
	
	.al-range-slider__tooltip {
		font-size: 11px;
	}
}

@media screen and (max-width: 767px) {
	.btn-submit-solution{
		color: var(--primary-color);
		border: 0.979px solid var(--primary-color);
		background-color: transparent;
		font-size: 14px!important;
		font-weight: 400!important;
		font-style: normal!important;
		text-transform: uppercase!important;
		padding: 0!important;
		border-radius: 0!important;
		margin-bottom: 10px;
	}
	
	.page-header.header-new .page-logo img {
		height: 6rem;
		max-width: 140px !important;
	}
	
	.page-header.header-new {
		padding: 15px 0;
	}
	
	.page-header.header-new .inner-white {
		padding: 5px;
	}
	
	.page-header.header-new .page-nav .navbar-collapse {
		min-width: 220px;
		top: 80px;
		right: 25px;
	}
	
	.page-footer.footer-new {
		padding: 15px 0 !important;
	}
	
	.page-footer.footer-new .footer-navi {
		margin-top: 0;
		width: 100%;
	}
	
	.page-footer.footer-new .col-12 {
		row-gap: 15px;
	}
	
	.page-footer.footer-new .footer-navi ul{
		margin-top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: start !important;
		row-gap: 8px;
	}
	
	.page-footer.footer-new li a,
	.page-footer.footer-new .copyright {
		font-size: 13px;
	}
	
	.policy-areas .search-keyword,
	.policy-areas .search-keyword div,
	.policy-areas .search-keyword form,
	.policy-areas .search-keyword input {
		width: 100% !important;
	}
	
	.hero-section {
		padding: 40px 0;
	}
	
	.hero-section .row-1 > .col-md-7, .hero-section .row-2 > .col-5 {
		padding-left: 10px;
	}
	
	.hero-section .row-1 h2 {
		font-size: 40px;
		line-height: 48px;
	}
	
	.hero-section .row-1 .col-md-7 {
		margin-bottom: 25px;
	}
	
	.hero-section .row-1 p,
	.hero-section .cta {
		font-size: 13px;
		line-height: 20px;
	}
	
	.hero-section .row-2 .col-xl-7 .img-2 {
		width: 100%;	
	}
	
	.hero-section .row-2 .col-xl-7 .img-3,
	.hero-section .row-2 .col-xl-7 .img-4 {
		width: 50%;
	}
	
	.hero-section .row-2 .col-xl-7 .img-3 {
		padding-right: 7.5px;
	}
	
	.hero-section .row-2 .col-xl-7 .img-4 {
		padding-left: 7.5px;
	}
	
	.hero-section .row-1 {
		margin-bottom: 15px;
	}
	
	.hero-section .row-2 .col-xl-7 {
		flex-wrap: wrap;
		row-gap: 15px;
		column-gap: 0;
		justify-content: center !important;
	}
	
	.policy-areas .policy-area-item {
		height: 130px;
	}
	
	.policy-areas .policy-area-item .content {
		margin-top: 30px;
	}
	
	.map-section .world-map .points-wrapper .point-item .location h5 {
		font-size: 16px;
	}
	
	.map-section .world-map .points-wrapper .point-item .content h6 {
		font-size: 14px;
	}
	
	.map-section .world-map .points-wrapper .point-item .content .time span {
		font-size: 12px;
	}
	
	.map-section .world-map .points-wrapper .point-item .btn-primary {
		font-size: 12px !important;
	}
	
	.filters-container .row {
		row-gap: 15px;
	}
	
	.filters-container #home-policy-search,
	.filters-container #knowledge-library-submit {
		font-size: 12px !important;
	}
	
	.filters-container .selected-items {
		padding: 20px 15px;
	}
	
	.solution-detail .information-box {
		height: auto;
		margin: 0 0 20px;
	}
	
	.solution-detail .information-box h3 {
		font-size: 16px;
		line-height: 19px;
	}
	
	.solution-detail .content-section h6 {
		font-size: 17px;
		line-height: 19px;
	}
	
	.solution-detail .content-section .header-img {
		margin-bottom: 30px;
		height: 150px;
	}
	
	.solution-detail h2.text-primary {
		font-size: 28px;
		line-height: 34px;
	}
	
	.single-policy {
		margin: 0 0 50px;
	}
	
	.single-policy .row {
		row-gap: 20px;
	}
	
	.single-policy .content-section h2 {
		font-size: 18px;
		line-height: 22px;
	}
	
	.solution-detail .content-section .meta-info-container {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 15px;
	}
	
	.solution-detail .content-section .meta-info-container .socials-container {
		padding: 10px 25px;
	}
	
	.knowledge-library .news-item {
		flex-direction: column;
	}
	
	.knowledge-library .news-item figure {
		width: 100%;
		height: 210px;
		margin-bottom: 15px;
	}
	
	.knowledge-library .news-item .news-brief .content h3 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.knowledge-library .news-item .news-brief .content p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	
	.knowledge-library h2.text-primary {
		font-size: 32px;
		line-height: 38px;
		margin: 15px 0;
	}
	
	.knowledge-detail .header h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.knowledge-detail .text-block p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.latest-news-new h3 {
		font-size: 26px;
		line-height: 32px;
	}
	
	.about-us h1.text-primary {
		font-size: 32px;
		line-height: 40px;
		margin-top: 30px;
	}
	
	.about-us h3 {
		font-size: 20px;
		line-height: 26px;
		margin: 15px 0;
	}
	
	.about-us p {
		font-size: 14px;
		line-height: 18px;
		margin: 25px 0;
	}
	
	.about-us img {
		margin: 20px 0;
		height: auto;
	}
	
	.about-us .info-container {
		padding: 30px 30px 30px;
	}
	
	.about-us .think-big-container .col-md-3 {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.about-us .info-box {
		height: auto;
	}
	
	.about-us .info-box p {
		font-size: 22px;
		line-height: 32px;
		margin: 0;
	}
	
	.about-us .info-box .number {
		font-size: 38px;
		line-height: 44px;
	}
	
	.about-us .foundation-section {
		min-height: 820px;
		padding: 25px 0 0;
		background-size: 150% 415px;
		background-position: bottom;
	}
	
	.about-us .foundation-section .col-md-6 {
		align-items: flex-start;
	}
	
	.about-us .foundation-section .col-md-6:nth-child(2) {
		padding-top: 10px;
	}
	
	.about-us .foundation-section p {
		max-width: 100%;
		margin: 10px 0;
	}
	
	.about-us .foundation-section::before {
		background: linear-gradient(181.19deg,#D32737 51.57%,rgba(211,39,55,0.838411) 57.64%,rgba(211,39,55,0.580493) 64.56%,rgba(211,39,55,0) 72.02%,rgba(211,39,55,0) 78.92%)
	}
	
	.about-us .foundation-container {
		margin-bottom: 200px;
	}
	
	.about-us .info-container img {
		margin: 0;
	}
	
	.about-us .view-policies-container {
		flex-direction: column;	
		align-items: flex-start;
		row-gap: 20px;
		bottom: -180px;
		padding: 40px;
	}
	
	.about-us .view-policies-container img {
		margin: 0;
	}
	
	.about-us .view-policies-container p {
		font-size: 19px;
		line-height: 24px;
		width: 100%;
	}
	
	.contact-us h2 {
		font-size: 28px;
		line-height: 35px;
	}
	
	.contact-us .form-group label {
		font-size: 16px;
		line-height: 22px;
	}
	
	.contact-us .form-item__error-message {
		font-size: 14px;
		line-height: 18px;
	}
	
	.confirmation-new .confirmation {
		min-height: calc(100vh - 200px);
	}
	
	.page-footer.footer-new .copyright {
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}
	
	.headerslider {
		padding: 0 15px;
	}
	
	.hero-section .social {
		display: block;
		top: 45%;
	}
	
	.policy-list .policy-list-item-new .list-item,
	.view-related-solution.policy-list .policy-list-item-new .list-item {
		height: auto;
	}
	
	.al-range-slider__tooltip {
		font-size: 10px;
	}
	
	.single-policy img.policy-image {
		height: 155px;
	}
	
}

.hero-section .social-title {
	font-size: 16px;
	font-weight: 500;
}

.hero-section .social {
	position: revert;
	transform: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
}

.hero-section .social ul {
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-right: 10px;
}

.hero-section .social ul li {
	padding-bottom: 0;
}

.hero-section .social .more.hidden {
	width: 0;
	margin: 0;
}

.hero-section .social .more.hidden li {
	opacity: 0;
	z-index: -1;
}

.hero-section .social .more {
	width: 230px;
	transition: width 0.3s ease-in-out;
}

.hero-section .social .more li {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

.hero-section .social a {
	background-color: #F4F5F7;
	color: #d9232d;
}

.hero-section .social a:hover {
	transform: scale(1.1);
}

.hero-section .social a.showmore.on:hover {
	transform: rotate(180deg) scale(1.1);
}

.hero-section .social a.icon-donation:before, 
.hero-section .social a.icon-web:before {
	background-color: #d9232d;
	color: #F4F5F7;
}

/* .hero-section .social a:before {
	color: #F4F5F7;
} */

.hero-section .owl-carousel .owl-item {
	height: 395px;
	transform: scale(0.85);
	transition: all 0.4s ease;
}

.hero-section .owl-carousel .owl-item.current {
	transform: scale(1);
}

.hero-section .owl-carousel .news-item {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #9D202B;
}

/* .hero-section .owl-carousel .news-item:after {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.93%, rgba(0, 0, 0, 0.387877) 60.16%, rgba(0, 0, 0, 0.609251) 71.16%, rgba(0, 0, 0, 0.81) 88.39%);
	position: absolute;
	top: 0;
	left: 0;
} */

.hero-section .owl-carousel .news-item .news-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-section .owl-carousel .news-item .info-container {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	padding: 15px;
	background: #9D202B;
}

.hero-section .owl-carousel .news-item .info-container .tag {
	color: #fedc45;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 27px;
	font-family: 'greycliff-cf';
	font-weight: 700;
}

.hero-section .owl-carousel .news-item .info-container .title {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	font-family: 'greycliff-cf';
	font-weight: 500;
}

.hero-section .owl-carousel .owl-nav button.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}

.hero-section .owl-carousel .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 65px;
	margin-top: 50px;
}

.hero-section .owl-carousel .owl-nav .owl-prev {
	transform: rotate(180deg) translateY(-2px);
}

.btn-explore {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 0.75rem 2rem;
    font-family: var(--white);
    font-weight: 600;
    border: none;
    border-radius: 0px;
    transition: background-color 0.3s;
}

.btn-explore:hover {
    background-color: #b01e2d;
    color: var(--white);
}


.no-result {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 70px 0 0;
	font-size: 28px;
	height: 100%;
}
.social-title{
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	font-family: 'greycliff-cf';
	font-weight: 400;
}


@media screen and (min-width: 1024px){
	
	.view-policies .policy-list .policy-list-item-new .list-item h3 {
		-webkit-line-clamp: 4;
		min-height: 108px;
	}
	
	.view-policies .policy-list .policy-list-item-new .list-item {
		height: 375px;
	}
}


@media screen and (max-width: 767px) {
	.hero-section .owl-carousel .owl-item {
		height: 300px;
	}
	
	.hero-section .social .more {
		width: 190px;
	}
	
	.hero-section .social li {
		margin-bottom: 0; 
	}
	
	.hero-section .highlights-col {
		padding-left: calc(var(--bs-gutter-x)* .5);
		margin-top: 40px;
	}
	
	.hero-section .owl-carousel .news-item .info-container {
		padding: 10px;
	}
	
	.hero-section .owl-carousel .news-item .info-container .title {
		font-size: 13px;
		line-height: 18px;
	}
	
	.hero-section .owl-carousel .news-item .info-container .tag {
		font-size: 14px;
		line-height: 19px;
	}
	
	.no-result {
		height: auto;
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hero-section .row-1 {
		padding: 0 8px;
	}
	
	.hero-section .highlights-col {
		padding-left: 25px;
	}
}

.footer-section {
    background-color: #94292e;
    color: var(--white);
    width: 100%;
    min-height: 328px;
    padding: 0;
}

.footer-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 48px 27px 16px;
    position: relative;
}

.footer-main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 77px;
    padding-top: 32px;
}

.footer-left-section {
    flex: 0 0 auto;
    width: 404px;
}

.footer-logo {
    margin-bottom: 29px;
}

.footer-logo-img {
    height: 66px;
    width: auto;
    display: block;
}

.footer-description {
    font-size: 14px;
    font-family: var(--font-primary);
    line-height: 24px;
    max-width: 404px;
    margin-bottom: 20px;
    margin-top: 29px;
    color: var(--white);
}

.footer-social-icons {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.social-icon-footer {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: background-color 0.3s;
    flex-shrink: 0;
}

.social-icon-footer:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.footer-right-section {
    display: flex;
    gap: 100px;
    flex: 1;
    justify-content: flex-end;
    padding-left: 20px;
}

.footer-nav-column {
    display: flex;
    flex-direction: column;
}

.footer-nav-col-1 {
    min-width: 67px;
}

.footer-nav-col-2 {
    min-width: 150px;
}

.footer-nav-col-3 {
    min-width: 134px;
}

.footer-link-heading {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    font-family: var(--font-primary);
    line-height: 39px;
    display: block;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.footer-link-heading:hover {
    opacity: 0.8;
    color: white;
}

.footer-link-sub {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-primary);
    line-height: 34px;
    display: block;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.footer-link-sub:hover {
    opacity: 0.8;
    color: var(--white);
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    width: 100%;
}

.footer-bottom-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    text-align: center;
}

.footer-copyright {
    font-size: 16px;
    font-family: var(--font-primary);
    line-height: 28.8px;
    margin: 0;
    color: var(--white);
    text-align: center;
}

/* Responsive Footer */
@media (max-width: 1600px) {
    .footer-container {
        padding: 29px 20px 20px;
    }
}

@media (max-width: 767px) {
    .footer-main-content {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-left-section {
        width: 100%;
        max-width: 404px;
    }

    .footer-right-section {
        flex-direction: column;
        gap: 2rem;
        padding-left: 0;
        width: 100%;
    }

    .footer-bottom-section {
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.footer-main-content {
        flex-direction: column;
        gap: 2rem;
		margin-bottom: 40px;
    }

    .footer-left-section {
        width: 100%;
    }

    .footer-bottom-section {
        text-align: center;
    }
}

/* Policy Area Section */
.policy-area-section {
    padding: 4rem 0;
    background-color: var(--white);
}

.section-description {
    font-family: var(--font-primary);
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.8;
}

.view-all-link {
    font-family: var(--font-primary);
    color: var(--primary-red);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: opacity 0.3s;
}

.view-all-link:hover {
    opacity: 0.8;
    color: var(--primary-red);
}

/* Search Section */
.search-section {
    margin-bottom: 2rem;
}

.search-container {
    display: flex;
    background-color: var(--white);
    border: 1px solid #929292;
    border-radius: 4px;
    height: 86px;
    overflow: hidden;
    width: 100%;
}

.search-input-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    color: #929292;
    font-size: 20px;
    z-index: 1;
    pointer-events: none;
}

.search-input {
    font-family: 'Greycliff Arabic CF', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: var(--text-dark);
    padding-left: 60px;
    padding-right: 20px;
    border: none;
    border-radius: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    outline: none;
}

.search-input::placeholder {
    color: #8f8d8d;
    font-family: 'Greycliff Arabic CF', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.search-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    flex-shrink: 0;
}

.btn-search {
    background-color: #d32737;
    color: var(--white);
    border: none;
    border-radius: 4px;
    font-family: 'Greycliff Arabic CF', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 40px;
    height: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    width: 100%;
}

.btn-search:hover {
    background-color: #b01e2d;
    color: var(--white);
}

.btn-search:focus {
    outline: none;
}

/* Policy Cards */
.policy-cards-grid {
    margin-top: 2rem;
}

.policy-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.policy-card:hover {
    transform: translateY(-4px);
}

.policy-card-image {
    width: 100%;
    height: 159px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.policy-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.policy-card-content {
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
	border: 0.7px solid #000000;
	border-top: none;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

.policy-card-title {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    line-height: 23px;
    flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 46px;
}

.btn-load-more {
    border: 2px solid var(--primary-red);
    color: var(--primary-red);
    background-color: transparent;
    padding: 0.75rem 2rem;
    font-family: var(--font-primary);
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-load-more:hover {
    background-color: var(--primary-red);
    color: var(--white);
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-title {
        font-size: 36px;
    }

    .section-title {
        font-size: 28px;
    }
    
    .search-container {
        height: 70px;
    }
    
    .search-icon {
        left: 20px;
        font-size: 18px;
    }
    
    .search-input {
        padding-left: 50px;
        padding-right: 15px;
        font-size: 16px;
    }
    
    .search-input::placeholder {
        font-size: 16px;
    }
    
    .search-button-wrapper {
        padding: 10px;
    }
    
    .btn-search {
        padding: 0 25px;
        font-size: 13px;
    }
    
    .brazil-popup {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 2rem;
        width: 100%;
    }

    .red-banner-header .navbar-nav {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 24px;
    }
    
    .search-container {
        height: 60px;
        flex-direction: column;
        border-radius: 4px;
    }
    
    .search-input-wrapper {
        height: 60px;
    }
    
    .search-icon {
        left: 15px;
        font-size: 16px;
    }
    
    .search-input {
        padding-left: 45px;
        padding-right: 15px;
        font-size: 15px;
    }
    
    .search-input::placeholder {
        font-size: 15px;
    }
    
    .search-button-wrapper {
        padding: 10px;
        width: 100%;
    }
    
    .btn-search {
        width: 100%;
        height: 50px;
        padding: 0 20px;
        font-size: 12px;
        border-radius: 4px;
    }

    .red-banner-header {
        height: auto;
        padding: 1rem 0;
    }

    .red-banner-header .row {
        flex-direction: column;
        gap: 1rem;
    }

    /* .policy-card-content {
        flex-direction: column;
    } */

    .policy-card-arrow {
        align-self: flex-end;
    }
}

/* Button Primary Override */
.btn-primary {
    font-family: var(--font-primary);
    background-color: var(--primary-red);
    border-color: var(--primary-red);
}

.btn-primary:hover {
    background-color: #b01e2d;
    border-color: #b01e2d;
}

.policy-card-link {
    color: inherit !important;
    text-decoration: none !important;
    display: block;
}

.policy-card-link:hover,
.policy-card-link:focus,
.policy-card-link:active {
    color: inherit !important;
    text-decoration: none !important;
}

.homepage-hero-section .btn-explore-container{
	margin: 40px 0 60px;
}

.homepage-hero-section .btn-explore{
	font-family: 'greycliff-cf';
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

.homepage-hero-section .btn-explore::before{
	display: none;
}

@media screen and (max-width: 767px) {
	.homepage-hero-section .btn-explore-container {
		margin: 30px 0 40px;
	}

	.hero-section p {
		font-size: 16px;
		line-height: 24px;
	}

	.policy-areas .description {
		margin-top: 15px;
		flex-direction: column;
		gap: 15px;
	}

	.policy-areas .description .para-container {
		max-width: none;
	}

	.policy-areas .description .view-all-container {
		width: 100%
	}

	.policy-areas .search-container #policy-search-form {
		padding-top: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hero-section .owl-carousel .owl-item.current {
		transform: scale(0.85);
	}

	.hero-section .owl-carousel .owl-item.active {
		transform: scale(1);
	}
}

.page-header-section {
	background-image: url('/themes/custom/EAA_observatory/images/header-banner.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;
	position: relative;
	padding: 0;
}

.page-header-section .page-header-content {
	background: linear-gradient(280.1deg, rgba(178, 40, 45, 0.9) 13.86%, rgba(178, 40, 45, 0.9) 46.93%, rgba(148, 41, 46, 0.9) 83.33%);
	width: 100%;
	height: 100%;
	padding: 30px 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.page-header-section .page-header-content .breadcrumb .breadcrumb-item,
.page-header-section .page-header-content .breadcrumb .breadcrumb-item a {
	font-family: 'greycliff-cf';
	font-weight: 500;
	font-size: 14px;
	color: var(--white);
}

.page-header-section .page-header-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: '>';
}

.policies-header .heading {
	color: var(--white);
}

.policies.policy-list {
	padding: 30px 0;
}

.policies .search-result-filter {
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 0;
	padding: 20px;
}

.policies .search-result-filter .search-form {
	border: 1px solid #A5A5A5;
	border-radius: 4px;
	background-image: url('/themes/custom/EAA_observatory/images/icon/grey-search-icon.svg');
	padding-right: 35px;
	font-family: 'greycliff-cf';
}

.policies .search-result-filter .search-form:focus {
	box-shadow: none;
}

.policies .search-result-filter .search-form::placeholder {
	color: #B5B5B5;
	font-family: 'greycliff-cf';
}

.policies .search-result-filter .filter-head {
	font-family: 'greycliff-cf';
	font-weight: 700;
}

.policies .search-result-filter .filter-head::before {
	display: none;
}

.policies .search-result-filter .form-group label {
	font-family: 'greycliff-cf';
	font-size: 14px;
	color: #555555;
	font-weight: 700;
}

.policies .search-result-filter .form-group .al-range-slider__tooltip {
	font-family: 'greycliff-cf';
}

.policies .search-result-filter.filters-container .form-group:after {
	top: auto;
	bottom: 2px;
	padding: 20px;
}