#Header .container {
padding: 0;
}
#Top_bar.is-sticky .logo {
margin: 0 10px;
}
#Top_bar .top_bar_right  .menu > li > a:before {
left: 10px;
bottom: -5px;
width: calc(100% - 20px);
}
#Top_bar #menu-subheader-menu > li > a,
#Top_bar #menu-subheader-menu-fr > li > a {
line-height: 1.1;
color: var(--primary-navy);
padding: 0 10px;
font-size: 14px;
}
#Top_bar #menu-subheader-menu > li > a span:not(.description),
#Top_bar #menu-subheader-menu-fr > li > a span:not(.description) {
line-height: 1.1;
color: var(--primary-navy);
padding: 0 !important;
font-size: 14px;
}
ul#menu-subheader-menu,
ul#menu-subheader-menu-fr {
margin-right: 30px;
}
#Top_bar .wpml-languages {
display: none;
}
#Top_bar .menu > li > a span:not(.description) {
line-height: 40px;
padding: 0 18px !important;
}
html[lang="fr-FR"] #Top_bar .menu > li > a span:not(.description) {
padding: 0 6px !important;
}
#Top_bar .top_bar_left {
padding-top: 10px;
}
#Top_bar .menu_wrapper {
padding-top: 30px;
}
#Top_bar .top_bar_right {
position: absolute;
right: 0;
padding: 20px 15px 10px;
z-index: 99999999;
}
#Top_bar.is-sticky .top_bar_left,
#Top_bar.is-sticky .menu_wrapper {
padding: 0;
}
#Top_bar.is-sticky .top_bar_right {
display: none;
}
#Top_bar.is-sticky {
opacity: 1;
}
#Top_bar ul.social.page-social {
display: flex;
flex-direction: row;
}
#Top_bar ul.social li a {
display: block;
position: relative;
width: 24px;
height: 24px;
color: #fff;
border-radius: 50%;
padding: 0;
font-size: 14px;
margin: 0 3px;
overflow: hidden;   
}
#Top_bar ul.social li a i {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
#Side_slide ul.social li a {
display: block;
position: relative;
width: 24px;
height: 24px;
color: #fff;
padding: 10px;
font-size: 20px;
text-decoration: none;
margin: 5px 5px;
border-radius: 50%;
}
#Top_bar li.linkedin a,
#Side_slide li.linkedin a {
background: #0072b1;
}
#Top_bar li.facebook a,
#Side_slide li.facebook a {
background: #4267B2;
}
#Top_bar li.twitter a,
#Side_slide li.twitter a {
background: #00acee;
}
#Top_bar li.custom a,
#Side_slide li.custom a {
background: #AB1A36;
}
#Top_bar ul.social li a:hover,
#Side_slide ul.social li a:hover {
background: #111;
} #Top_bar #logo img {
width: 100% !important;
height: auto !important;
}
#Top_bar .menu > li > a {
color: #0A1F4D;
font-size: 15px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
}
html[lang="fr-FR"] #Top_bar .menu > li > a { font-size: 13.4px; }
#Top_bar .menu li ul li.menu-des a > span,
#Top_bar .menu li ul li.menu-icons a > span {
display: flex ;
flex-direction: column;
font-size: 22px;
text-transform: none;
color: var(--primary-navy);
font-weight: 600;
}
#Top_bar .menu li ul li.menu-des {
border-right: 2px solid var(--lgrey);
padding-right: 20px;
}
#Top_bar .menu > li ul li a {
border: none; font-size: 18px;
color: var(--black);
}
#Top_bar .menu > li > ul.mfn-megamenu > li > ul li {
padding-left: 20px;
}
#Top_bar .menu > li ul li.menu-des a {
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
background: transparent !important;
}
.menu-des > a.mfn-megamenu-title > span span.item-img {
width: 100%;
order:  -1;
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
.menu-des > a.mfn-megamenu-title > span img {
width: 100%;
transition: var(--transition);
}
.menu-des > a.mfn-megamenu-title > span span.item-img:hover img { 
transform: scale(1.1);
}
.menu-des > a.mfn-megamenu-title:hover > span span.item-img span.img-arrow { 
color: var(--accent);
}
.menu-des > a.mfn-megamenu-title > span span.item-img span.img-arrow {
position: absolute !important;
}
#Top_bar .menu li > ul.sub-menu { box-shadow: none;
background-image: none;
padding: 50px 0 !important;
}
#Top_bar.is-sticky .menu li > ul.sub-menu {
top: 85%;
}
#Top_bar .menu > li.submenu:nth-last-child(2) > ul.sub-menu:before,
#Top_bar .menu > li.submenu:nth-last-child(2) > ul.sub-menu:after {
height: calc(100% + 10px);
}
#Top_bar .menu li > ul.sub-menu:before {
content: '';
position: absolute;
left: -100%;
right: auto;
width: 100%;
height: calc(100% + 10px);
background: #fff;
top: 0;
}
#Top_bar .menu li > ul.sub-menu:after {
content: '';
position: absolute;
width: 100%;
height: calc(100% + 10px);
background: #fff;
top: 0;
left: auto;
right: -100%;
}
#Top_bar .menu li > ul.sub-menu,
#Top_bar .menu li > ul.sub-menu:before,
#Top_bar .menu li > ul.sub-menu:after {
border-bottom: 10px solid #51A3ED;
}
#Top_bar .menu li > ul.sub-menu li > ul.sub-menu {
border-bottom: 0;
padding: 0 !important; 
}
#Top_bar .menu li ul li ul li ul.sub-menu.mfn-megamenu {
position: absolute;
left: 0;
top: 100%;
z-index: 204;
display: block;
margin: 0;
}
#Top_bar .menu li ul li.menu-des span.item-des,
#Top_bar .menu li ul li.menu-icons span.item-des {
font-size: 16px;
color: var(--black);
margin: 20px 0;
line-height: 1.2;
font-weight: 400;
}
#Top_bar .menu li ul li.menu-icons span.item-des {
margin-bottom: 0;
}
#Top_bar ul li.menu-icons a.mfn-megamenu-title {
padding-left: 115px;
}
#Top_bar ul li.menu-icons img {
position: absolute;
left: 10px;
top: 50%;
width: 100px;
height: 120px;
padding: 10px;
transform: translate(10px, -50%);
}
#Top_bar ul li.menu-icons {
padding: 10px !important;
}
#Top_bar ul li.menu-icons:hover {
background: #F4FBFC;
}
#Top_bar .menu > li ul li a:hover,
#Top_bar .menu > li ul li.hover > a {
color: var(--accent);
background: transparent;
}
#Top_bar .menu li > ul.sub-menu li > ul.sub-menu:before,
#Top_bar .menu li > ul.sub-menu li > ul.sub-menu:after {
content: none;
}  #Side_slide li.menu-des > a.mfn-megamenu-title > span .item-img,
#Side_slide .menu li ul li.menu-des span.item-des,
#Side_slide ul li.menu-icons img,
#Side_slide .menu li ul li.menu-icons span.item-des {
display: none;
}
#Side_slide li.menu-des > a.mfn-megamenu-title > span span.item-img:before { content: none; }
#Top_bar .icon-menu-fine:before {
content: '\e8d6';
}
#Top_bar #menu ul li.submenu .menu-toggle { display: none; }
#Top_bar a.responsive-menu-toggle i {
font-size: 30px;
line-height: 60px;
color: var(--primary-navy);
}
#Side_slide.right * {
text-align: left !important;
}
#Side_slide {
background-color: #fff;
min-height: 600px;
} #Top_bar .menu li.mobile-item { display: none;}
.page-id-457 .page-hero.page-hero-mobile img { max-height:100%; }
@media screen and (max-width: 1239px){
#Top_bar .top_bar_right {
display: none;
}
#Top_bar .top_bar_left {
padding-top: 0;
padding-bottom: 7px;
}
#Top_bar a.responsive-menu-toggle {
top: 37px;
}
#Side_slide:after {
content: '';
background: #51A3ED;
width: 100%;
height: 10px;
display: block;
bottom: 0;
left: 0;
position: absolute;
}
#Side_slide .close-wrapper {
position: absolute;
right: 20px;
top: 22px;
height: auto;
z-index: 99;
}
#Side_slide .close-wrapper a.close {
margin: 0;
height: auto;
width: auto;
color: var(--primary-navy);
}
#Side_slide .close-wrapper a:hover {
color: var(--accent);
}
#Side_slide .close-wrapper a.close i {
font-size: 46px;
}
#Side_slide .icon-cancel-fine:before {
content: '\e8fb';
transform: rotate(45deg);
}
#Side_slide .mobile-logo a {
display: inline-block;
margin: 20px 40px;
}
#Side_slide .extras {
margin-top: 20px;
padding: 0 40px;
}
#Side_slide .extras .extras-wrapper {
justify-content: flex-start;
}
#Side_slide .extras .extras-wrapper a {
padding: 0;
margin-bottom: 5px;
font-size: 16px;
font-weight: 500;
color: var(--primary-navy);
}
#Side_slide .extras .extras-wrapper a:hover {
color: var(--accent);
}
#Side_slide #menu ul.menu-main li > a {
font-size: 20px;
font-weight: 600;
padding: 20px 40px;
color: #0A1F4D;
margin: 0;
} #Side_slide #menu ul li.hover a {
color: var(--primary-navy);
font-size: 22px;
font-weight: 600;
background: transparent;
}
#Side_slide #menu ul li.hover > ul li a {
font-size: 20px;
font-weight: 600;
padding: 20px 40px;
color: #0A1F4D;
} #Side_slide #menu ul li.menu-item:hover > a,
#Side_slide #menu ul li.hover li:hover > a {
color: var(--accent); }
#Side_slide #menu ul li.hover:hover > a {
color: var(--primary-navy);
background: #fff; 
}
#Side_slide #menu ul li.hover > .menu-toggle:after {
content: "\f054";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: var(--accent);
}
#Side_slide #menu ul li.submenu .menu-toggle:after {
opacity: 0;
}
#Side_slide #menu ul li.submenu > a > span:after {
content: "\f054";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: var(--accent);
position: relative;
top: 1px;
left: 25px;
}
#Side_slide #menu ul li.hover > a > span:after {
content: none;
}
#Side_slide #menu ul li.submenu .menu-toggle {
width: 100%;
height: 100%;
opacity: 0.1;
}
#Side_slide #menu ul li.hover > .menu-toggle {
left: 0;
top: -30px !important;
color: #fff !important;
width: 100%;
height: auto;
text-align: left !important;
font-size: 16px;
background: #fff;
opacity: 1;
}
#Side_slide #menu ul li.hover > .menu-toggle:before {
content: "\f104";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: var(--coolgrey);
padding-left: 40px;
}
#Side_slide #menu ul li.hover > .menu-toggle:after {
content: 'Back';
padding-left: 15px;
font-family: "Lexend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
color: var(--coolgrey);
}
#Side_slide #menu ul li.hover .menu-toggle:after {
opacity: 1;
}
#Side_slide .menu-main > li.menu-item-has-children.hover {
position: absolute !important;
background: #fff;
z-index: 99;
border: none !important;
min-height: calc(100% - 161px);
margin-top: 15px;
padding-top: 25px;
top: 100px;
} #Side_slide .menu_wrapper {
margin-bottom: 20px;
}
#Side_slide ul.social {
margin: 0 auto !important;
position: absolute;
bottom: 40px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
display: none !important;
} #Side_slide .custom-search-form {
display: block;
margin: 0 40px;
margin-bottom: 20px;
}
#Side_slide form#side-form {
display: flex;
}
#Side_slide .custom-search-form input.field {
background: #F8F8F8;
margin: 0;
color: #111;
width: 100%;
height: 34px;
}
.custom-search-form input.field::placeholder { color: #BDC3C7;
opacity: 1; }
.custom-search-form input.field:-ms-input-placeholder { color: #BDC3C7;
}
.custom-search-form input.field::-ms-input-placeholder { color: #BDC3C7;
}
#Side_slide a.submit {
background: var(--primary-navy);
padding-top: 8px;
width: 35px;
text-align: center !important;
}
#Side_slide a.submit img {
transition: var(--transition-fast);
}
#Side_slide a.submit:hover img {
-ms-transform: scale(1.5); -webkit-transform: scale(1.5); transform: scale(1.2); 
}
}
@media screen and (max-width: 767px){
#Top_bar .menu_wrapper {
padding-top: 0;
}
#Top_bar .logo {
width: 275px !important;
text-align: left;
}
#Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
margin: 10px 33px;
}
#Top_bar.is-sticky .top_bar_left, #Top_bar .top_bar_left {
padding-bottom: 10px;
padding-top: 6px;
}
#Top_bar a.responsive-menu-toggle {
right: 33px;
}
.mobile-sticky #Top_bar.is-sticky #logo, .mobile-sticky #Top_bar.is-sticky .custom-logo-link {
height: 60px!important;
line-height: 50px!important;
margin: 10px 33px !important;
}
#Top_bar.is-sticky .logo {
margin: 0;
}
}        #Footer a:not(.button):not(.icon_bar){
color: var(--black);
}
#Footer a {
text-decoration: none;
}
#Footer .container {
border-bottom: 2px solid var(--lgrey);
max-width: 1200px;
}
#Footer .container .column:nth-child(1) {
width: 27%;
}
#Footer aside.widget_media_image {
max-width: 215px;
}
#Footer h3 {
font-size: 17px;
line-height: 24px;
text-transform: none;
color: var(--primary-navy);
font-weight: 500;
margin-top: -10px;
}
#Footer .container .column:nth-child(2) {
width: 40%;
padding: 0 45px;
}
#Footer ul.menu {
display: flex;
flex-wrap: wrap;
gap: 0 20px;
background: transparent;
padding: 0;
}
#Footer ul.menu li {
width: calc(50% - 10px);
list-style: none;
}
#Footer ul.menu li a {
color: var(--black);
font-size: 16px;
line-height: 22px;
font-weight: 600;
}
#Footer .container .column:nth-child(3) {
width: 25%;
}
#Footer h4 {
text-transform: none;
color: var(--primary-blue);
font-weight: bold;
}
#Footer a.contact-us {
font-size: 16px;
line-height: 20px;
color: var(--primary-navy) !important;
font-weight: 600;
}
#Footer a.contact-us i {
position: relative;
top: 0;
right: 0;
font-size: 16px;
transform: rotate(-45deg);
padding: 0 8px;
transition: var(--transition);
}
#Footer a.contact-us:hover i {
color: var(--accent) !important;
transform: translate(4px, -4px) rotate(-45deg);
}
#Footer ul.social.page-social {
display: flex;
align-items: center;
justify-content: start;
}
#Footer ul.social.page-social li a {
color: var(--primary-navy) !important;
padding: 0 5px;
font-size: 18px;
}
#Footer ul.social.page-social li.custom {
display: none;
}
#Footer ul.social.page-social li a:hover {
color: var(--accent) !important;
}
#Footer .column-copyright {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 15px !important;
margin-bottom: 15px !important;
}
#Footer .footer_copy .container {
border-bottom: none;
}
#Footer .footer_copy {
border-top: none;
}
#Footer .col-left,
#Footer .col-left a {
color: var(--dgrey) !important;
font-size: 14px;
}
#Footer .col-left a {
text-decoration: underline;
padding-right: 10px;
}
@media (min-width: 992px) and (max-width: 1240px){
#Footer .container .column:nth-child(2){ padding: 0px 30px; }
#Footer .column-copyright { padding-left: 10px; padding-right: 10px;}
}
@media screen and (max-width: 991px){
#Footer .container .column:nth-child(1),
#Footer .container .column:nth-child(2),
#Footer .container .column:nth-child(3) {
width: 100%;
text-align: center;
padding: 0;
}
#Footer aside.widget_media_image {
margin: 0 auto;
}
#Footer h4 {
font-size: 22px;
line-height: 42px;
}
#Footer ul.menu li a {
font-size: 20px;
line-height: 25px;
}
#Footer .textwidget p {
font-size: 18px;
line-height: 23px;
}
#Footer ul.social.page-social {
align-items: center;
justify-content: center;
}
#Footer .container {
border-bottom: none;
}
#Footer .column-copyright { padding-left: 10px; padding-right: 10px;}
#Footer h3, #Footer .textwidget p { max-width: 50%; margin: 0 auto; }
#Footer .widgets_wrapper {
padding: 15px 0 !important;
}
#Footer ul.menu {
flex-direction: column;
height: auto;
}
#Footer ul.menu li { width: auto; }
#Footer .column-copyright {
flex-direction: column;
}
#Footer .col-left {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#Footer .col-left a {
margin-bottom: 20px;
}
#Footer .col-right {
margin: 15px 0 20px;
}
}
@media screen and (max-width: 767px){
#Footer h3, #Footer .textwidget p { max-width: 100%; margin: 0 auto; }
#Footer .widgets_wrapper {
padding: 15px 0 !important;
}
#Footer ul.menu { height: auto; }
#Footer .column-copyright {
flex-direction: column;
}
#Footer .col-left {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#Footer .col-left a {
margin-bottom: 20px;
}
#Footer .col-right {
margin: 15px 0 20px;
}
} #term-breadcrumb .breadcrumb_inner {
width: 100%;
padding: 20px 10px;
}
#term-breadcrumb .breadcrumb_inner li:nth-child(2) {
margin-left: -5px;
}
#term-breadcrumb .breadcrumb_inner li {
display: inline-block;
font-size: 14px;
line-height: 18px;
color: #418CCC;
}
#term-breadcrumb .breadcrumb_inner li span {
padding: 0 10px;
}
#term-breadcrumb .breadcrumb_inner li a {
font-size: 14px;
line-height: 18px;
color: var(--black);
}
@media screen and (max-width: 767px){
#term-breadcrumb .breadcrumb_inner li:nth-child(2) {
margin-left: 0;
}
} .rectangle-box .mcb-section-inner:before {
content: '';
background: #F8F8F8;
width: 80%;
height: 100%;
display: block;
position: absolute;
left: 50%;
transform: translate(-50%, 0);
}
.rectangle-box .rec-text {
top: 40px;
}
.rectangle-box .rec-image {
top: 120px;
} button.far-accordion {
background-color: #fff !important;
color: var(--primary-navy);
cursor: pointer;
padding: 20px;
width: 100%;
border: none;
text-align: center;
outline: none;
font-size: 26px;
transition: 0.4s;
font-weight: bold;
}
body.keyboard-support button.far-accordion:focus {
outline: none !important;
border: none !important;
}
button.far-accordion:hover {
background-color: #ddd;
}
button.far-accordion:after {
content: "\f0d7" !important;
font-family: 'Font Awesome 5 Free';
opacity: 1 !important;
background: transparent;
right: 0;
left: auto;
width: auto;
top: 50%;
height: auto;
margin-top: -14px;
}
button.far-accordion.active:after {
content: "\f0d8" !important;
}
.far-panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.far-panel ul.partner-listing {
list-style-type: none;
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.far-panel a {
text-decoration: underline;
font-size: 16px;
max-width: 80%;
display: block;
}
.far-panel .partner-content {
max-width: 80%;
margin-top: 20px;
}
.far-panel .partner-content ul {
margin-left: 15px;
}
.far-panel ul.partner-listing > li {
margin-bottom: 25px;
}
@media screen and (max-width: 767px){
.rectangle-box .rec-text {
top: 0;
}
.rectangle-box .rec-image {
top: 20px;
}
.rectangle-box .mcb-section-inner:before { content: none; }
button.far-accordion {
font-size: 20px;
}
.far-panel a {
font-size: 16px;
}
}
@media screen and (max-width: 767px){
.far-panel ul.partner-listing {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}
.far-panel ul.partner-listing > li,
.far-panel a,
.far-panel .partner-content
{
max-width: 100%;
}
} .latest-reports-filters .project-item .mcb-column-inner {
display: flex;
flex-direction: row;
gap: 0 40px;
margin-bottom: 0px;
}
.project-item-info, .project-item-terms, .project-item-reports { margin-bottom: 25px; }
.project-item-info p,
.project-item-info a {
font-size: 14px;
margin: 0;
color: var(--black);
margin-bottom: 5px;
}
.project-item-info a {
text-decoration: underline;
padding-right: 10px;
}
.project-item-info a:hover {
color: var(--accent);	
}
.project-item-term {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-start;
gap: 0 5px;
}
.project-item-terms ul {
margin: 0 !important;
display: inline-block;
max-width: 80%;
}
.project-item-terms ul li {
display: inline-block;
margin-bottom: 5px;
}
.project-item-terms p,
.project-item-terms a {
font-size: 14px;
margin: 0;
color: var(--black);
margin-bottom: 5px;
min-width: 85px;
}
html[lang="fr-FR"] .project-item-terms p,
html[lang="fr-FR"] .project-item-terms a {
min-width: 158px;
}
.project-item-terms a {
font-size: 12px;
padding: 2px 8px;
color: var(--dgrey);
border: 1px solid var(--dgrey);
border-radius: 30px;
margin-right: 5px;
text-align: center;
text-decoration: none; }
.project-item-terms a:hover {
color: var(--primary-navy);
border-color: var(--primary-navy);
}
.project-item-reports a {
width: auto !important;
margin-right: 10px;
position: relative;
text-decoration: none;
}
.project-item-reports a span { text-transform: lowercase; }
.project-item-reports a:before {
content: '';
width: 100%;
height: 2px;
background: var(--accent);
position: absolute;
left: 0;
bottom: -2px;
} button.filter-accordion {
background-color: #fff !important;
color: var(--primary-navy);
padding: 0;
font-size: 22px;
font-weight: 600;
}
body.keyboard-support button.filter-accordion:focus {
outline: none !important;
border: none !important;
}
button.filter-accordion:after {
width: auto;
content: "\f067" !important;
font-family: 'Font Awesome 5 Free';
color: var(--primary-navy);
position: relative !important;
top: 6px;
opacity: 1 !important;
background: transparent;
margin-left: 20px;
font-size: 16px;
}
button.filter-accordion.active:after {
content: "\f068" !important;
}
#project-list.latest-reports-filters {
margin-top: 0;
}
.filter-panel {
display: none;
padding: 0 18px;
background-color: white;
overflow: hidden;
margin-top: 30px;
transition: all 0.2s ease-out;
}
.filter-panel label {
font-weight: 600;
color: var(--dgrey);
font-size: 12px;
line-height: 15px;
}
.filter-panel .form-input, .filter-panel .form-select {
display: inline-block;
margin-right: 24px;
}
.filter-panel input[type="text"] {
min-width: 375px;
background: #f8f8f8;
font-size: 14px;
color: var(--primary-navy);
margin-bottom: 30px;
border: 1px solid #8f8f8f;
}
.filter-panel input[type="text"]:focus-visible {
background-color: #f8f8f8 !important;
border-color: var(--primary-navy);
box-shadow: 0px 0px 0px 1px var(--primary-navy);
}
.filter-panel select,
.filter-panel input[type="date"] {
background: transparent;
font-size: 14px;
color: var(--dgrey);
margin-bottom: 30px;
position: relative;
z-index: 20;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;
border: 1px solid #8f8f8f;
}
.filter-panel select:focus,
.filter-panel input[type="date"]:focus {
border: 1px solid #8f8f8f;
background-color: transparent !important;
color: var(--primary-navy);
}
.filter-panel select:focus-visible,
.filter-panel input[type="date"]:focus-visible {
border: 1px solid var(--primary-navy);
box-shadow: 0px 0px 0px 1px var(--primary-navy);
}
.filter-panel input[type="date"]::-webkit-inner-spin-button,
.filter-panel input[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
width: 50px;
background: yellow;
}
.filter-panel .form-select-inner {
position: relative;
background: #f8f8f8;
}
.filter-panel .form-select-inner:before {
content: "\f107";
font-family: 'Font Awesome 5 Free';
color: var(--primary-navy);
position: absolute;
right: 10px;
top: 50%;
transform: translate(0px, -50%);
font-weight: 600;
}
.filter-panel input[type="submit"] {
background: transparent;
color: var(--primary-navy);
border: 2px solid var(--primary-navy);
font-size: 14px;
font-weight: 600;
margin: 15px 0 30px;
}
#project-list.latest-reports-filters a.see-more,
#project-list.latest-reports-filters a.see-less {
letter-spacing: 0px;
color: #929FA9;
text-transform: uppercase;
opacity: 1;
font-size: 16px;
line-height: 28px;
display: none;
margin-bottom: 24px;
}
#project-list.latest-reports-filters a.see-more i.fas,
#project-list.latest-reports-filters a.see-less i.fas {
padding: 0 10px;
}
.project-sorts.mobile-v {
display: none;
}
.filter-panel.project-sorts.desktop-v {
display: block !important;
margin-bottom: 40px;
padding-top: 40px;
border-top: 1px solid var(--lgrey);
}
.filter-panel.project-sorts label {
font-size: 16px;
}
.filter-panel.project-sorts select {
margin-bottom: 0;
}
.filter-panel.project-sorts .form-select {
display: flex;
align-items: center;
gap: 20px;
}
@media screen and (max-width: 767px){
.filter-panel .form-input,
.filter-panel .form-select,
.filter-panel input[type="text"],
.filter-panel select,
.filter-panel input[type="date"] {
width: 100%;
}
.latest-reports-filters .project-item .mcb-column-inner {
flex-direction: column;
gap: 25px 0;
}
#project-list.latest-reports-filters { border-top: none; padding-top: 0; }
#project-list.latest-reports-filters .project-item .project-item-content { margin-bottom: 40px; }
#project-list.latest-reports-filters a.see-more { display: block; }
#project-list.latest-reports-filters .project-item-wrap { display: none; }
.filter-panel select, .filter-panel input[type="date"] { margin-bottom: 24px; } .filter-wrap {
position: fixed;
left: 0;
bottom: 0;
z-index: 999;
display: block;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
.filter-wrap.active { top: 20%; }
button.filter-accordion {
background: var(--primary-blue) !important;
color: #fff;
display: block;
width: 100%;
padding: 16px;
margin: 0;
}
button.filter-accordion:after { color: #fff; top: -1.5px; }
.filter-panel { margin-top: 0; padding-top: 25px;} .project-sorts.mobile-v { display: block; }
.filter-panel.project-sorts.desktop-v { display: none !important; }
} .rec-image.text-content-partner >  div {
position: absolute;
bottom: 0;
background: #000;
background: #F4FBFC 0% 0% no-repeat padding-box;
padding: 30px;
width: calc(100% + 80px);
left: 25px;
z-index: 13;
}
.rec-image.text-content-partner  h2{
margin-bottom: 40px;
}
.rec-image.text-content-partner {
position: relative;
z-index: 2;
}
.rec-image.text-content-partner .mcb-column-inner {
padding: 0 !important;
margin: 0 !important;
}
.title-btm {
margin-bottom: 40px;
}
ul.tik-check li:before ,  
ul.red-check li:before {
content: '';
background: url(//www.srdc.org/wp-content/themes/betheme-child/images/arrow-check.png);
position: absolute;
top: 5px;
left: 0;
width: 45px;
height: 45px;
background-size: cover;
}
ul.tik-check li:before {
background: url(//www.srdc.org/wp-content/themes/betheme-child/images/check-Tick.png);
background-size: contain;
background-repeat: no-repeat;
}
ul.tik-check li , 
ul.red-check li {
margin-bottom: 30px;
position: relative;
list-style: none;
padding-left: 60px;
}
ul.tik-check , 
ul.red-check {
padding: 0 !important;
margin: 0;
}
h3.space-head {
max-width: 860px;
margin: 0px auto;
}
.partner-srdc .mcb-column-inner * {
text-align: center;
}
.partner-srdc .list_item .list_image {
margin: 0 auto 20px auto;
}
.partner-srdc .list_item {
margin-bottom: 60px;
}
.head-min {
max-width: 1130px;
margin: 0px auto;
}
.contact-cs .big {
max-width: 700px;
margin-bottom: 30px;
}
.contact-cs h4.title-btm {
color: #145D9E;
margin-bottom: 20px;
text-transform: none;
}
.contact-cs  h3.title-btm {
margin-bottom: 20px;
}
.content-space-left > div {
padding-left: 40px;
}
ul.tik-check {
max-width: 580px;
}
@media only screen and (min-width: 1281px) {
.padding-sec-right {
padding-right: 5%;
}
.partner-srdc .list_item {
padding: 0px 10%;
}
}
@media only screen and (min-width: 960px) and (max-width: 1239px){
.rec-image.text-content-partner h2 {
margin-bottom: 20px;
font-size: 30px;
line-height: 1.5;
}
h3.title-btm {
margin-bottom: 30px;
line-height: 1.4;
}
ul.tik-check li, ul.red-check li {
margin-bottom: 20px;}
.section.mcb-section:not(.section-our-team,.section-about-counter,.section-why-srdc,.section-our-capabilities,.section-our-code,.section-our-principles,.section-pre-qualifications,.section-subscribe) { padding-bottom: 0px;
}
.about-counter .counter .desc_wrapper .number-wrapper{
font-size: 60px !important;
}
.dark .about-counter .counter .desc_wrapper .title{
font-size: 18px !important;
}
.section.mcb-section:not(.section-our-team,.section-about-counter,.section-why-srdc,.section-our-capabilities,.section-our-code,.section-our-principles,.section-pre-qualifications,.section-subscribe) {
padding-top: 70px;
padding-bottom: 0px;
}
.section.mcb-section.section-about-counter{
padding-top: 0px ;
}
}
@media only screen and (min-width: 320px) and (max-width: 959px){
.rec-image.text-content-partner h2 {
margin-bottom: 20px;
font-size: 26px;
line-height: 1.4;
}
h3.title-btm {
margin-bottom: 30px;
line-height: 1.4;
}
ul.tik-check li, ul.red-check li {
margin-bottom: 18px;
}
.about-counter .counter .desc_wrapper .number-wrapper{
font-size: 60px !important;
}
.dark .about-counter .counter .desc_wrapper .title{
font-size: 18px !important;
}
.section.mcb-section:not(.section-our-team,.section-about-counter,.section-why-srdc,.section-our-capabilities,.section-our-code,.section-our-principles,.section-pre-qualifications,.section-subscribe) {
padding-top: 50px;
padding-bottom: 0px;
}
.section.mcb-section.section-about-counter{
padding-top: 0px ;
}
.content-space-left > div {
padding-left: 00px;
}
.title-btm {
margin-bottom: 10px;
}
.mobile-one.contact-cs {
width: 100%;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px){
.rec-image.text-content-partner > div{
position: relative;
left: 0;
width: 100%;
}
.rec-image.text-content-partner {
order: 1;
margin-bottom: 30px;
}
.why-srdc h2.title-btm, .why-srdc p.big {
text-align: center;
}
.why-srdc .mcb-item-button-inner { margin: 20px 0 40px; text-align: center; }
.partner-srdc .list_item .list_image { margin-bottom: 40px; }
.partner-srdc .mcb-column-inner h5 { margin-bottom: 40px; }
}
@media only screen and (min-width: 320px) and (max-width: 520px){
.rec-image.text-content-partner h2 {
font-size: 20px;
}
h3.title-btm {
margin-bottom: 25px;
line-height: 1.1;
}
ul.tik-check li, ul.red-check li {
margin-bottom: 18px;
padding-left: 40px;
}
.about-counter .counter .desc_wrapper .number-wrapper{
font-size: 40px !important;
}
.dark .about-counter .counter .desc_wrapper .title{
font-size: 18px !important;
}
.section.mcb-section:not(.section-our-team,.section-about-counter,.section-why-srdc,.section-our-capabilities,.section-our-code,.section-our-principles,.section-pre-qualifications,.section-subscribe) {
padding-top: 30px;
padding-bottom: 0px;
}
.section.mcb-section.section-about-counter{
padding-top: 0px ;
}
.content-space-left > div {
padding-left: 00px;
}
.title-btm {
margin-bottom: 10px;
}
.mobile-one.contact-cs {
width: 100%;
}
ul.tik-check li:before, ul.red-check li:before{
width: 30px;
height: 30px;
}
.contact-cs h4.title-btm {
margin-bottom: 15px;
text-transform: none;
font-size: 18px;
}
} .case-studies h5 { margin-bottom: 40px; }
.case-studies .head-min {
max-width: 815px;
margin: 0px auto;
}
.lead-gen-posts .posts_group.grid { margin-top: 20px; }
.lead-gen-posts .grid h4 { font-weight: 600; }
.lead-gen-posts .grid .post-item { border-bottom: 0; }
.lead-gen-posts .grid .button.transparent {
color: #145D9E !important;
font-weight: 600;
}
.lead-gen-posts .grid .post-item {
margin-bottom: 0;
}