.slider-item-inner._bg-dark_bg-none {  background-color: none !important;  border: none;  padding-bottom: 50px; }
.slider-item-inner._bg-dark_bg-none .slider-boxed-text .slider-item-inner {  border: none;}
._content-style ._bg-dark_bg-none h1,
._content-style ._bg-dark_bg-none h2,
._content-style ._bg-dark_bg-none h3,
._content-style ._bg-dark_bg-none h4,
._content-style ._bg-dark_bg-none h5,
._content-style ._bg-dark_bg-none h6,
._content-style ._bg-dark_bg-none p {  color: var(--white) !important; }

._content-style ._bg-dark_bg-none h2 {  font-size: 40px;  margin: 0;  padding: 0; }
._bg-dark_bg-none p {  font-family: "permanent-marker", sans-serif;  font-size: 60px; }
@media screen and (max-width: 991px) {
  ._content-style ._bg-dark_bg-none {background: var(--secondary) !important;padding-bottom: 5px;}
  ._content-style ._bg-dark_bg-none h2 {    font-size: 20px;    margin: 0;    padding: 0;  }
  ._bg-dark_bg-none p {    font-family: "permanent-marker", sans-serif;    font-size: 30px;  line-height:1.2 }
}


.slider-item-des  p a { font-size:16px; margin:0; 
                      
                      cursor: pointer;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    
    font-weight: var(--btn-font-weight);
    font-family: var(--btn-font-family);
    border-width: var(--btn-border-width);
    border-style: var(--btn-border-style);
    border-radius: var(--btn-border-radius);
    text-transform: var(--btn-text-transform);
    letter-spacing: var(--btn-letter-spacing);
    padding: var(--btn-md-padding-y) var(--btn-md-padding-x);
    transition: var(--transition-200);
    color: var(--white);
    border-color: var(--primary);
    background: var(--primary);
                      
                      }    


._bg-blue {  background:#55C6D8 !important; }
._bg-pink {  background:#C55D5B !important; }
._bg-yellow {background:#FEC340 !important; }
._bg-primary {background:var(--primary) !important; }
/* Style for the container div */
.home-4-blocks {  display: grid;  grid-template-columns: repeat(1, 1fr);  column-gap: 10px;  row-gap: 10px;  margin-top: 10px; }
@media screen and (min-width: 768px) {
  .home-4-blocks {    grid-template-columns: repeat(2, 1fr);   }
}

@media screen and (min-width: 1350px) {
  .home-4-blocks {    grid-template-columns: repeat(4, 1fr);  }
}

.home-4-block {    padding: 70px 80px; position: relative;}
@media screen and (min-width: 768px) {
  .home-4-block {  }
}
@media screen and (min-width: 992px) {
  .home-4-block {      }
}

.home-4-block:nth-child(1) {
  background: #55C6D8 url(/images/4-block-bg.png) bottom right no-repeat;
}

.home-4-block:nth-child(2) {
  background: #C55D5B url(/images/4-block-bg.png) bottom right no-repeat;
}

.home-4-block:nth-child(3) {
  background: #FEC340 url(/images/4-block-bg.png) bottom right no-repeat;
}

.home-4-block:nth-child(4) {
  background: #C6C6C9 url(/images/4-block-bg.png) bottom right no-repeat;
}

.home-4-block p {  font-size: 16px;  line-height: 1.4;  color: #221E1F;  margin-bottom: 20px;  }
.home-4-title {  width: 70%;  margin-bottom: 20px; }
.home-4-title p {  font-weight: bold;  font-size: 24px;  color: #221E1F; }
.home-4-title p a {color: #221E1F;}
.home-4-title p a:hover {color: #4e4b4c;}
.home-4-content img {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;position: absolute;bottom: 50px;}
.home-4-content:hover img { transform:scale(1.15) }

/* Media query for smaller screens */
@media screen and (max-width: 968px) {
  .home-4-title {    font-size: 20px;  }
}

/* Media query for smaller screens */
@media screen and (max-width: 568px) {
  .home-4-title {    font-size: 20px;  }
}

.home-counter-holder {  background-color: var(--secondary);  text-align: center;  display: flex;  justify-content: space-between;  align-items: center;  color: #fff; }
.home-counter-arrow {  background: #fff; }
.home-counter-arrow img {}

@media (max-width: 768px) {
  .home-counter-arrow {    display: none;  }
  .home-counter-holder {    padding: 50px;  }
}

/* Style for the img-card-wrap container */
.img-card-wrap {  width: 100%;  border-radius: 10px;  padding: 60px 40px 20px;  margin: 40px 0 25px;  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2); }

.img-card-wrap a {color:#000; }
.img-card-wrap a:hover .img-card-title {color:var(--secondary); }


/* Style for the img-card-icon */
.img-card-icon {  max-width: 90px;  position: absolute;  top: -40px }
.img-card-icon img {  max-width: 100%;  height: auto; }
.img-card-title {  font-size: 23px;  margin: 10px 0;  width: 80%; }
.img-card-desc {  margin: 10px 0; }




/* Style for the imgb-card-wrap container */
.imgb-card-wrap {  width: 100%; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); margin-bottom: 35px; overflow: hidden; }
.imgb-card-wrap a { color:#000; }
.imgb-card-wrap a:hover { color:var(--secondary); }
.imgb-card-icon {  height: 200px; }
.imgb-card-content { background:#fff; }
.imgb-card-icon img {  height: 200px; }
.imgb-card-icon img {width: 100%;height: 200px;object-fit: cover;}
.imgb-card-title {font-size: 18px;padding: 25px;width: 100%;height: 110px;line-height: 1.3;color: #000;}
.imgb-card-title:hover {color: var(--primary);}

@media (max-width: 768px) {
  .imgb-card-title {    height: unset;  }
}



.imgb-card-wrap.img-card-resources .imgb-card-title {height: 120px;} 
.imgb-card-category {position:absolute; top:0; right:0; background:var(--secondary); color:#fff; padding:5px 10px;}
.imgb-card-date {font-size:16px;margin:0 auto;padding: 20px 25px 0;color: #8E9093;}





.footerRow {  display: flex;  justify-content: space-between;  align-items: center;}
.footerCol1 {  width: 30%;  border-right: 1px solid #ffffff90; }
.footerColInner {  padding-right: 50px }
.footerCol1 img {  margin-bottom: 25px !important;}
.footerCol2 {  width: 21% }
.footerCol3 {  width: 21% }
.footerCol4 {  width: 21% }

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  .footerRow { flex-direction: column; text-align: center;  }
  .footerCol1 { width: 100%; border-right: none; margin-bottom: 20px;  }
  .footerColInner { padding-right: 0; max-width: 300px; margin: 0 auto;  }
  .footerCol2,
  .footerCol3,
  .footerCol4 {    width: 100%;  }
}



.sns-link-circle.medium .sns-link-item {  color: var(--secondary) !important;  background: var(--white) !important; }


/* Style for the subfooter container */
.subfooter {  display: flex;  justify-content: space-between;  align-items: center;  background-color: #221e1ffa;  color: #fff;  padding: 20px 50px;  max-width: 1172px;  margin: 0 auto -44px;  z-index: 9;  position: relative; }
.subfooter p {  margin: 0;  font-size: 32px;  font-weight: 900;  line-height: unset; }
.subfooter-left {  flex: 1; }
.subfooter-right {  }
.subfooter-right .btn {  margin-bottom: 0px; }

@media (max-width: 768px) {
  .subfooter {    display: block;  }
  .subfooter-left {    margin-bottom: 10px;  }
}













/* Style for the custom-kids-count-wrap container */
.custom-kids-count-wrap {  display: flex;  background-color: #CF2031;    padding: 0px;  background: linear-gradient(to right, #E9E9EA 31%, #CF2031 31%); }
.custom-kids-count {  display: flex;  align-items: center;  max-width: 1194px;  margin: 0 auto;  justify-content: space-between; }
.custom-kids-image img {  max-width: 100%;  height: auto; }
.custom-kids-content {  padding-left: 35px;  max-width: 480px; }
.custom-kids-content p {  color: #fff;  font-size: 24px; }

@media (max-width: 768px) {
  .custom-kids-count-wrap {    display: block;    background: #CF2031;   padding: 50px 0;  }
  .custom-kids-count {    display: block;    max-width: 90%;  }
  .custom-kids-image {    text-align: center;   }
  .custom-kids-image img {    width: 290px;    margin: 0 auto 25px;   }
  .custom-kids-content {    padding-left: 0px;        max-width: 480px;  }
}







._img-offset {  width: 100%;  position: absolute;  z-index: 9 }
.minicontent {  color: #fff;  height: 320px;  display: flex;  justify-content: center; padding-top: 40px; }
.minicontent h2 {  color: #fff;}
.minicontent p {  margin: 0;}
.minicontent h4 { color: #fff;}

@media (max-width: 768px) {
  .minicontent { height: unset; display: block; padding: 50px 25px;  }
  ._img-offset {  width: 100%;  position: relative;  z-index: 9 }

}









.copyrightWrap { display: flex; justify-content: space-between; align-content: center}


.btn.is-btnlink.is-primary>a,
.btn.is-btnlink.is-primary>button,
.btn.is-btnlink.is-primary>span {    color: var(--primary);    border: none;    background: none;  text-decoration:underline; }

.btn.is-btnlink.is-secondary>a,
.btn.is-btnlink.is-secondary>button,
.btn.is-btnlink.is-secondary>span {    color: var(--secondary);    border: none;    background: none;   text-decoration:underline; }

.btn.is-btnlink.is-third>a,
.btn.is-btnlink.is-third>button,
.btn.is-btnlink.is-third>span {    color: var(--third);    border: none;    background: none;   text-decoration:underline; }

.btn.is-btnlink.is-forth>a,
.btn.is-btnlink.is-forth>button,
.btn.is-btnlink.is-forth>span {    color: var(--forth);    border: none;    background: none;   text-decoration:underline; }

.btn.is-btnlink.is-dark>a,
.btn.is-btnlink.is-dark>button,
.btn.is-btnlink.is-dark>span {    color: var(--_bg-dark);    border: none;    background: none;   text-decoration:underline; }


.video-btn a {position:relative;}
.video-btn a:after {  content: ""; position:absolute; top:-5px; left:100%;  width: 53px;  height: 53px;  background: url('/images/playbtn.png') center center no-repeat; background-size: cover; }









/* Container styling */
.img-card-wrap-impact {margin:50px 0 25px;position: relative;}
.img-card-impact-icon {position:absolute; top:-40px; left:20px;}
.img-card-impact-icon img {position:absolute;width:84px;height: 84px;border-radius: 50%;left: 8px;top: 7px;object-fit: cover;}
.img-card-impact-content {padding: 80px 25px 25px;box-shadow: 0 0 10px rgba(0,0,0,.25);border-radius: 5px;}
.img-card-impact-desc {}
.img-card-impact-more a {color:#000;text-decoration:underline;text-transform: uppercase;font-weight: 600;}
.img-card-impact-more svg {}
.img-card-impact-bottom { display:flex; justify-content: space-between; align-items:center; margin:20px 0 0; }






._content-style.custom-latest-bg {
  background: #E9E9EA url(/images/custom-latest-bg.png) top right no-repeat;
  /* background-attachment: fixed; */
  }




/* Style post-list-grid-home */
.post-list-grid-home {}
.post-list-grid-item {margin: 0 0 50px;}
.post-list-grid-item {box-sizing: border-box;width: 100%;/* width: 30%; */border-radius: 10px;overflow: hidden;}
.post-list-grid-item:nth-child(1) {}
.post-list-grid-image {background-color: #ccc;height: 230px;width:100%;position: relative;/* background: url(/images/logo.png) center center no-repeat !important; */background-size: cover !important;}
.post-list-grid-category {padding:0 10px;line-height: 33px;height:30px;background-color: #CF2031;color: #fff;position: absolute;bottom:0;right:0;font-size: 16px;}
.post-list-grid-category::before {content: '';position: absolute;bottom: 0px;left: -29px;width: 0;height: 0;border-style: solid;border-width: 0 0px 30px 30px;border-color: transparent transparent #CF2031 transparent;}
.post-list-grid-content { padding: 10px; background:#fff; }
.post-list-grid-date { color: #888;}
.post-list-grid-title {font-size: 18px;font-weight: 500;margin-top: 5px;}
.post-list-grid-title a {color:#221E1F; }
.post-list-grid-item:nth-child(1) {width:48%;float:left;height: 450px;background: #fff;}
.post-list-grid-item:nth-child(2) { width:48%; float:right; height:200px;  background:#fff; }
.post-list-grid-item:nth-child(3) { width:48%; float:right; height:200px;  background:#fff;}
.post-list-grid-item:nth-child(2) { display:flex; align-items: center;  }
.post-list-grid-item:nth-child(3) { display:flex; align-items: center;  }
.post-list-grid-item:nth-child(2) .post-list-grid-image {background-color: #ccc;width: 200px;position: relative;height: 200px;}
.post-list-grid-item:nth-child(3) .post-list-grid-image {background-color: #ccc;width:205px;position: relative;height: 200px;}
.post-list-grid-item:nth-child(1) .post-list-grid-content {padding: 50px 35px; background:#fff; height: 220px;}
.post-list-grid-item:nth-child(2) .post-list-grid-content {padding: 10px 35px;background:#fff;width: calc(100% - 205px);}
.post-list-grid-item:nth-child(3) .post-list-grid-content {padding: 10px 35px;background:#fff;width:calc(100% - 205px);}


.post-list-grid-item:hover {    transition: var(--transition-200); }
.post-list-grid-item:hover {    box-shadow: var(--shadow-1-hover);  }



@media (max-width: 968px) {
.post-list-grid-item:nth-child(1) {width:100%; float:none; height: 450px;background: #fff;}
.post-list-grid-item:nth-child(2) { width:100%; float:none; height:200px;  background:#fff; }
.post-list-grid-item:nth-child(3) { width:100%; float:none; height:200px;  background:#fff;}
}



@media (max-width: 768px) {
.post-list-grid-item:nth-child(2) { display:block; height:unset; }
.post-list-grid-item:nth-child(3) { display:block; height:unset; }
.post-list-grid-item:nth-child(2) .post-list-grid-image {background-color: #ccc;width: 100%;position: relative;height: 200px;}
.post-list-grid-item:nth-child(3) .post-list-grid-image {background-color: #ccc;width:100%;position: relative;height: 200px;}
.post-list-grid-item:nth-child(2) .post-list-grid-content {padding: 25px 35px;background:#fff;width:100%;}
.post-list-grid-item:nth-child(3) .post-list-grid-content {padding: 26px 35px;background:#fff;width:100%;}
}









/* Style post-list-grid-home */

.cta-banner-wrap {/* padding: 20px; *//* text-align: center; */color: #fff;height: 874px;position: relative;}
.cta-banner {position:relative; height: 874px;}
.cta-banner-inner {background-color: rgba(0, 0, 0, 0.7);max-width: 550px;padding: 40px 180px 40px 80px;position:absolute;right:20%;top:35%;}
.cta-banner-title {font-size: 24px;font-weight: bold;margin-bottom: 30px;position: relative;height:91px;}
.cta-banner-content { font-size: 16px; }
.cta-banner-title-svg {position:absolute;height: 91px; left:-100px;}
.cta-banner-title-text {position:absolute;height: 91px;line-height:91px;font-size: 32px;}
@media (max-width: 768px) {
.cta-banner-wrap {height: 574px;}
.cta-banner { height: 574px;}
.cta-banner-inner {width: 100%; padding: 40px;  right:0%; top:25%;}
.cta-banner-title-svg { left:-120px;}
}


.page-banner-title.blue {    background: url(/images/title-bg-teal.png) center left no-repeat; }
.page-banner-title.yellow {    background: url(/images/title-bg-yellow.png) center left no-repeat; }







/* Apply basic styles to the container */
.quick-menu-wrap {background-color: #E9E9EA;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);background: linear-gradient(to right, #c0dfe4 0%, #c0dfe4 22%, #E9E9EA 22%, #E9E9EA 100%);/* padding: 20px; *//* border-radius: 8px; */box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.quick-menu-inner {max-width: 1194px;margin: 0 auto;display: flex;/* justify-content: space-between; */align-items: center;height: 90px;}
.quick-menu-title {font-size: 24px;font-weight: bold;margin-right: 25px;background: url(/images/quickmenu-1.png) center right;height: 90px;line-height: 90px;padding-right: 50px;}
.quick-menu ul {  list-style: none;  padding: 0;  margin: 0; display: flex;
    justify-content:space-between;
    align-items: center;}
.quick-menu li { padding:0 20px; position:relative;}
.quick-menu li:after {content:""; height:25px; width:1px; background:var(--primary); display:block; position:absolute; right:0; top:0;}
.quick-menu li:last-child:after { display:none;}
.quick-menu a { color:#221E1F;  }
.quick-menu a:hover { color:var(--primary);  }


@media (max-width: 968px) {
  .quick-menu-wrap {    background: #E9E9EA;  }
  .quick-menu-inner {    height: auto;    flex-direction: column;    align-items: stretch;  }
  .quick-menu-title {    margin-bottom: 15px;    padding-right: 0; padding-left:25px;   }
  .quick-menu ul {padding-left: 35px;flex-direction: column;align-items: stretch;}
  .quick-menu li {padding: 5px 0;}
  .quick-menu li:after { display:none; }
}








.title-button-wrap {  }
.title-button-inner {  display: flex; justify-content:space-between; align-items:center;  }








/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Gallery One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.teamGalleryOne .teamItem {  margin-bottom: 15px;}
.teamGalleryOne .teamItemWrap {  display: block;}
.teamGalleryOne .teamItemWrap:hover .teamItemImg {  -webkit-transform: scale(1.05);          transform: scale(1.05);  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);}
.teamGalleryOne .teamItemWrap:hover .teamItemToggle {  color: var(--gray-8);}
.teamGalleryOne .teamItemWrap:hover .teamItemToggle span:after {  width: 90%;}
.teamGalleryOne .teamItemImgHolder {  margin-bottom: 30px;}
.teamGalleryOne .teamItemImg {  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;}
.teamGalleryOne .teamItemName {line-height: 1;color: var(--black);text-align: center;margin-bottom: 10px;font-weight: 700;}
.teamGalleryOne .teamItemName span {display:block;font-size:15px;margin-top:10px;color:#000;font-weight: 400;}
.teamGalleryOne .teamItemToggle {  font-size: 12px;  color: var(--gray-6);  text-align: center;  letter-spacing: 1px;  text-transform: uppercase;  font-weight: 700;  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;}
.teamGalleryOne .teamItemToggle span {  position: relative;  display: inline-block;}
.teamGalleryOne .teamItemToggle span:after {  content: "";  position: absolute;  left: 50%;  bottom: -3px;  width: 0;  height: 2px;  background: var(--gray-8);  -webkit-transform: translateX(-50%);          transform: translateX(-50%);  transition: width cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;}

.teamGalleryOne .teamPanel {  display: none;  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 510;  overflow-x: hidden;  overflow-y: auto;  background-color: var(--color-2);}
.teamGalleryOne .teamPanel .container {  padding-left: 30px;  padding-right: 30px;}
.teamGalleryOne .teamPanel .row {  align-items: center;}
.teamGalleryOne .teamPanelWrap {display: flex;align-items: center;width: 100%;height: 100%;background: #fff;}
.teamGalleryOne .teamPanelImgHolder {  margin-bottom: 30px;}
.teamGalleryOne .teamPanelName {  margin-bottom: 10px;}
.teamGalleryOne .teamPanelName span  { display:block; font-size:15px; margin-top:10px; color:#000; }


.teamGalleryOne .teamPanelClose {  position: absolute;  top: 40px;  right: 50px;}
.teamGalleryOne .teamPanelClose .burger:hover .burgerLine,
.teamGalleryOne .teamPanelClose .burger:hover .burgerSlash {  background-color: var(--primary);}
.teamGalleryOne .teamPanelClose .burger:hover .burgerText {  color: var(--primary);}
.teamGalleryOne .teamPanelClose .burgerLine,
.teamGalleryOne .teamPanelClose .burgerSlash {  background-color: var(--gray-8);}
.teamGalleryOne .teamPanelClose .burgerText {  font-size: 16px;  color: var(--gray-8);  font-weight: 700;}

@media (max-width: 767px) {  .teamGalleryOne .teamPanel .row {    align-items: flex-start;  }  .teamGalleryOne .teamPanelWrap {    display: block;    align-items: initial;    height: auto;    padding: 80px 0 50px;  }  .teamGalleryOne .teamPanelClose {    top: 24px;    right: 36px;  }
}
@media (max-width: 575px) {  .teamGalleryOne .teamPanelClose {    right: 28px;  }
}

.teamItemContent { height:600px; overflow-y:scroll;}


.teamGalleryOne .burger {  display: table;  position: relative;  min-width: 20px;  height: 20px;  cursor: pointer;}
.teamGalleryOne .burger .burgerLines {  display: block;  position: absolute;  top: 2px;  left: 0;  overflow: hidden;  width: 20px;  height: 16px;}
.teamGalleryOne .burger .burgerLine {  display: block;  position: absolute;  top: 7px;  height: 2px;  border-radius: 0;  background-color: var(--primary);}
.teamGalleryOne .burger .burgerSlashes {  display: inline-block;  position: absolute;  overflow: hidden;  top: 0;  left: 0;  width: 20px;  height: 20px;}
.teamGalleryOne .burger .burgerSlash {  opacity: 0;  display: block;  position: absolute;  top: 9px;  left: -3px;  width: 26px;  height: 2px;  border-radius: 0;  background-color: var(--primary);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;}
.teamGalleryOne .burger .burgerText {  display: block;  position: relative;  overflow: hidden;  margin-left: 26px;  color: var(--color-primary);  text-transform: uppercase;  font-size: 12px;  line-height: 20px;}
.teamGalleryOne .burger .burgerText .textOpen {  display: block;  position: absolute;  top: 0;  left: 0;  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;  -webkit-transform: translateX(0%);          transform: translateX(0%);}
.teamGalleryOne .burger .burgerText .textClose {  display: block;  opacity: 0;  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;  -webkit-transform: translateX(-100%);          transform: translateX(-100%);}
.teamGalleryOne .burger.burgerHover:hover .burgerLine {  background-color: var(--color-primary-dark);}
.teamGalleryOne .burger.burgerHover:hover .burgerSlash {  background-color: var(--color-primary-dark);}
.teamGalleryOne .burger.burgerHover:hover .burgerText {  color: var(--color-primary-dark);}
.teamGalleryOne .burger.open .burgerText .textOpen {  opacity: 0;  -webkit-transform: translateX(100%);          transform: translateX(100%);}
.teamGalleryOne .burger.open .burgerText .textClose {  opacity: 1;  -webkit-transform: translateX(0%);          transform: translateX(0%);}

.burgerOne .burgerLine {  width: 20px;}
.burgerOne .burgerLine:nth-of-type(1) {  -webkit-transform: translate(0px, -7px);          transform: translate(0px, -7px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 0ms;}
.burgerOne .burgerLine:nth-of-type(2) {  -webkit-transform: translate(0px, 0px);          transform: translate(0px, 0px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 100ms;}
.burgerOne .burgerLine:nth-of-type(3) {  -webkit-transform: translate(0px, 7px);          transform: translate(0px, 7px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 200ms;}
.burgerOne .burgerLine:nth-of-type(4) {  opacity: 0;  -webkit-transform: translate(-20px, -7px);          transform: translate(-20px, -7px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 50ms;}
.burgerOne .burgerLine:nth-of-type(5) {  opacity: 0;  -webkit-transform: translate(-20px, 0px);          transform: translate(-20px, 0px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 150ms;}
.burgerOne .burgerLine:nth-of-type(6) {  opacity: 0;  -webkit-transform: translate(-20px, 7px);          transform: translate(-20px, 7px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 250ms;}
.burgerOne .burgerSlash:nth-of-type(1) {  -webkit-transform: rotate(45deg) translate(-40px, 0);          transform: rotate(45deg) translate(-40px, 0);}
.burgerOne .burgerSlash:nth-of-type(2) {  -webkit-transform: rotate(-45deg) translate(40px, 0);          transform: rotate(-45deg) translate(40px, 0);}
.burgerOne .burgerSlash:nth-of-type(3) {  -webkit-transform: rotate(45deg) translate(-40px, 0);          transform: rotate(45deg) translate(-40px, 0);}
.burgerOne .burgerSlash:nth-of-type(4) {  -webkit-transform: rotate(-45deg) translate(40px, 0);          transform: rotate(-45deg) translate(40px, 0);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(1) {  opacity: 0;  -webkit-transform: translate(20px, -7px);          transform: translate(20px, -7px);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(2) {  opacity: 0;  -webkit-transform: translate(20px, 0);          transform: translate(20px, 0);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(3) {  opacity: 0;  -webkit-transform: translate(20px, 7px);          transform: translate(20px, 7px);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(4) {  opacity: 1;  -webkit-transform: translate(0px, -7px);          transform: translate(0px, -7px);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(5) {  opacity: 1;  -webkit-transform: translate(0px, 0);          transform: translate(0px, 0);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(6) {  opacity: 1;  -webkit-transform: translate(0px, 7px);          transform: translate(0px, 7px);}
.burgerOne.open .burgerLine:nth-of-type(1) {  -webkit-transform: translate(20px, -7px);          transform: translate(20px, -7px);}
.burgerOne.open .burgerLine:nth-of-type(2) {  -webkit-transform: translate(20px, 0);          transform: translate(20px, 0);}
.burgerOne.open .burgerLine:nth-of-type(3) {  -webkit-transform: translate(20px, 7px);          transform: translate(20px, 7px);}
.burgerOne.open .burgerLine:nth-of-type(4) {  opacity: 0;  -webkit-transform: translate(20px, -7px);          transform: translate(20px, -7px);}
.burgerOne.open .burgerLine:nth-of-type(5) {  opacity: 0;  -webkit-transform: translate(20px, 0);          transform: translate(20px, 0);}
.burgerOne.open .burgerLine:nth-of-type(6) {  opacity: 0;  -webkit-transform: translate(20px, 7px);          transform: translate(20px, 7px);}
.burgerOne.open .burgerSlash:nth-of-type(1) {  -webkit-transform: translate(0, 0) rotate(45deg);          transform: translate(0, 0) rotate(45deg);  opacity: 1;}
.burgerOne.open .burgerSlash:nth-of-type(2) {  -webkit-transform: translate(0, 0) rotate(-45deg);          transform: translate(0, 0) rotate(-45deg);  opacity: 1;}
.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(1) {  -webkit-transform: translate(45px, 45px) rotate(45deg);          transform: translate(45px, 45px) rotate(45deg);  opacity: 0;}
.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(2) {  -webkit-transform: translate(-45px, 45px) rotate(-45deg);          transform: translate(-45px, 45px) rotate(-45deg);  opacity: 0;}
.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(3) {  -webkit-transform: translate(0, 0) rotate(45deg);          transform: translate(0, 0) rotate(45deg);  opacity: 1;}
.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(4) {  -webkit-transform: translate(0, 0) rotate(-45deg);          transform: translate(0, 0) rotate(-45deg);  opacity: 1;}




.img-card-impact-more a.blue:hover {color:#55C6D8; }
	.img-card-impact-more a.pink:hover {color:#C55D5B; }
	.img-card-impact-more a.yellow:hover {color:#FEC340; }

		.img-card-title.blue:hover {color:#55C6D8 !important; }
	    .img-card-title.pink:hover {color:#C55D5B!important; }
		.img-card-title.yellow:hover {color:#FEC340!important; }











/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Minimal - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-calendar-minimal .events-item {
  margin-bottom: 30px;
}
.eshop-events-calendar-minimal .events-item:hover .events-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.eshop-events-calendar-minimal .events-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  color: var(--text-color);
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.eshop-events-calendar-minimal .events-item-header {
  position: relative;
}
.eshop-events-calendar-minimal .events-item-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  background-image: url("/images/logo.png");
  background-color: var(--fourth-7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.eshop-events-calendar-minimal .events-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.eshop-events-calendar-minimal .events-item-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding: 25px 25px 5px;
}
.eshop-events-calendar-minimal .events-item-body p {
  margin-bottom: 20px;
  font-size: 16px;
}
.eshop-events-calendar-minimal .events-item-release {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  color: var(--white);
  font-size: var(--font-size-sm);
  text-align: center;
  background-color: var(--third);
}
.eshop-events-calendar-minimal .events-item-release span {
  display: block;
}
.eshop-events-calendar-minimal .events-item-release span:nth-child(1) {
  line-height: 1;
  font-size: 30px;
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-minimal .events-item-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px !important;
}
.eshop-events-calendar-minimal .events-item-item-des {
  font-size: var(--font-size-sm);
}
.eshop-events-calendar-minimal .events-item-btn {
  margin-top: auto;
  margin-bottom: 20px;
}

.eshop-events-calendar-minimal .mwCalendar {
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-6);
}
.eshop-events-calendar-minimal .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid var(--border-color-dark);
}
.eshop-events-calendar-minimal .mwCalendar-previous:hover,
.eshop-events-calendar-minimal .mwCalendar-next:hover {
  color: var(--primary);
}
.eshop-events-calendar-minimal .calendar-current-month {
  margin-bottom: 0;
  font-size: inherit;
  color: var(--text-color);
}
.eshop-events-calendar-minimal .calendar-weeks {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 0 10px;
}
.eshop-events-calendar-minimal .calendar-week {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.eshop-events-calendar-minimal .calendar-week h3 {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--text-color-2);
  font-family: inherit;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-minimal .mwCalendar-daysList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 0 10px 10px;
}
.eshop-events-calendar-minimal .mwCalendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: auto;
  height: auto;
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
}
.eshop-events-calendar-minimal .calendar-date {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-family: inherit;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-minimal .mwCalendar-day.today .calendar-date {
  color: var(--primary);
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-minimal .mwCalendar-day.event {
  border-radius: 50%;
  background-color: var(--secondary);
}
.eshop-events-calendar-minimal .mwCalendar-day.event .calendar-date {
  color: var(--white);
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-minimal .mwCalendar-day.weekend {
  border: 0;
  color: inherit;
  background-color: transparent;
}
.eshop-events-calendar-minimal .mwCalendar-day.prevMonth .calendar-date, .eshop-events-calendar-minimal .mwCalendar-day.nextMonth .calendar-date {
  visibility: hidden;
  color: var(--text-color-2);
}

.eshop-events-calendar-minimal .calendar-search {
  display: flex;
  margin-bottom: 30px;
}
.eshop-events-calendar-minimal .calendar-search .mwInput {
  z-index: 1;
  flex: 1 1 auto;
  height: 45px;
  border-right-width: 0;
  border-radius: var(--form-border-radius) 0 0 var(--form-border-radius);
}
.eshop-events-calendar-minimal .calendar-search button {
  flex: 0 0 auto;
  height: 45px;
  padding: 0 var(--btn-sm-padding-x);
  color: var(--white);
  border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0;
  border-width: var(--btn-border-width);
  border-style: var(--btn-border-style);
  border-color: var(--primary);
  background-color: var(--primary);
}
.eshop-events-calendar-minimal .calendar-search button:hover {
  color: var(--white);
  border-color: var(--primary-6);
  background-color: var(--primary-6);
}
.eshop-events-calendar-minimal .calendar-accordions {
  margin-bottom: 30px;
}
.eshop-events-calendar-minimal .calendar-accordion {
  margin-bottom: 15px;
}
.eshop-events-calendar-minimal .calendar-accordion .accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-6);
  transition: var(--transition-360);
}
.eshop-events-calendar-minimal .calendar-accordion .accordion-icon {
  transition: -webkit-transform var(--transition-360);
  transition: transform var(--transition-360);
  transition: transform var(--transition-360), -webkit-transform var(--transition-360);
}
.eshop-events-calendar-minimal .calendar-accordion .accordion-content {
  display: none;
}
.eshop-events-calendar-minimal .calendar-accordion .accordion-inner {
  padding: 10px 0 0;
}
.eshop-events-calendar-minimal .calendar-accordion .mwInput.checkbox {
  padding-top: 5px;
}
.eshop-events-calendar-minimal .calendar-accordion:hover .accordion-btn, .eshop-events-calendar-minimal .calendar-accordion.active .accordion-btn {
  color: var(--white);
  background-color: var(--primary);
}
.eshop-events-calendar-minimal .calendar-accordion.active .accordion-icon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Minimal - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/







.resources-list .posts-list-item {    }
.resources-list  .posts-list-item {  margin-bottom: 30px;}
.resources-list  .posts-list-item-wrap {  border-radius: 10px;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    margin-bottom: 35px;    overflow: hidden; }
.resources-list  .posts-list-item-header {  position: relative;}
.resources-list  .posts-list-item-img img {  width: 100%;  height: auto;  display: block; }
.resources-list  .posts-list-item-body {padding: 25px 25px;background: #fff;height: 250px;font-size: 15px;line-height: 1.4;}
.resources-list  .posts-list-item-title { }
.resources-list  .posts-list-item-des {  }



.res-lib-filters .Dialog {display:flex;justify-content: space-between;}
.filters-left {width: 76%;}
.filters-right {width: 22%;display:flex;justify-content: space-between;}
.res-lib-current-res p {font-size:12px; }
.badge.badge-light { font-size:11px; }

.list-unstyled .selected a {color:var(--primary); }
.list-unstyled li { border-bottom:1px solid #666;  padding:10px 0 !important;}
.list-unstyled li .fas { margin-right:10px;}








.slider-item-inner._bg-dark_bg-none {  background-color: none !important;  border: none;  padding-bottom: 50px; }
.slider-item-inner._bg-dark_bg-none .slider-boxed-text .slider-item-inner {  border: none;}
._content-style ._bg-dark_bg-none h1,
._content-style ._bg-dark_bg-none h2,
._content-style ._bg-dark_bg-none h3,
._content-style ._bg-dark_bg-none h4,
._content-style ._bg-dark_bg-none h5,
._content-style ._bg-dark_bg-none h6,
._content-style ._bg-dark_bg-none p {  color: var(--white) !important; }

._content-style ._bg-dark_bg-none h2 {  font-size: 40px;  margin: 0;  padding: 0; }
._bg-dark_bg-none p {  font-family: "permanent-marker", sans-serif;  font-size: 60px; }
@media screen and (max-width: 991px) {
  ._content-style ._bg-dark_bg-none {background: var(--secondary) !important;padding-bottom: 5px;}
  ._content-style ._bg-dark_bg-none h2 {    font-size: 20px;    margin: 0;    padding: 0;  }
  ._bg-dark_bg-none p {    font-family: "permanent-marker", sans-serif;    font-size: 30px;  line-height:1.2 }
}


.slider-item-des  p a { font-size:16px; margin:0; 
                      
                      cursor: pointer;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    
    font-weight: var(--btn-font-weight);
    font-family: var(--btn-font-family);
    border-width: var(--btn-border-width);
    border-style: var(--btn-border-style);
    border-radius: var(--btn-border-radius);
    text-transform: var(--btn-text-transform);
    letter-spacing: var(--btn-letter-spacing);
    padding: var(--btn-md-padding-y) var(--btn-md-padding-x);
    transition: var(--transition-200);
    color: var(--white);
    border-color: var(--primary);
    background: var(--primary);
                      
                      }    


._bg-blue {  background:#55C6D8 !important; }
._bg-pink {  background:#C55D5B !important; }
._bg-yellow {background:#FEC340 !important; }
._bg-primary {background:var(--primary) !important; }
/* Style for the container div */
.home-4-blocks {  display: grid;  grid-template-columns: repeat(1, 1fr);  column-gap: 10px;  row-gap: 10px;  margin-top: 10px; }
@media screen and (min-width: 768px) {
  .home-4-blocks {    grid-template-columns: repeat(2, 1fr);   }
}

@media screen and (min-width: 1350px) {
  .home-4-blocks {    grid-template-columns: repeat(4, 1fr);  }
}

.home-4-block {    padding: 70px 80px; position: relative;}
@media screen and (min-width: 768px) {
  .home-4-block {  }
}
@media screen and (min-width: 992px) {
  .home-4-block {      }
}

.home-4-block:nth-child(1) {
  background: #55C6D8 url(/images/4-block-bg.png) bottom right no-repeat;
}

.home-4-block:nth-child(2) {
  background: #C55D5B url(/images/4-block-bg.png) bottom right no-repeat;
}

.home-4-block:nth-child(3) {
  background: #FEC340 url(/images/4-block-bg.png) bottom right no-repeat;
}

.home-4-block:nth-child(4) {
  background: #C6C6C9 url(/images/4-block-bg.png) bottom right no-repeat;
}

.home-4-block p {  font-size: 16px;  line-height: 1.4;  color: #221E1F;  margin-bottom: 20px;  }
.home-4-title {  width: 70%;  margin-bottom: 20px; }
.home-4-title p {  font-weight: bold;  font-size: 24px;  color: #221E1F; }
.home-4-title p a {color: #221E1F;}
.home-4-title p a:hover {color: #4e4b4c;}
.home-4-content img {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;position: absolute;bottom: 50px;}
.home-4-content:hover img { transform:scale(1.15) }

/* Media query for smaller screens */
@media screen and (max-width: 968px) {
  .home-4-title {    font-size: 20px;  }
}

/* Media query for smaller screens */
@media screen and (max-width: 568px) {
  .home-4-title {    font-size: 20px;  }
}

.home-counter-holder {  background-color: var(--secondary);  text-align: center;  display: flex;  justify-content: space-between;  align-items: center;  color: #fff; }
.home-counter-arrow {  background: #fff; }
.home-counter-arrow img {}

@media (max-width: 768px) {
  .home-counter-arrow {    display: none;  }
  .home-counter-holder {    padding: 50px;  }
}

/* Style for the img-card-wrap container */
.img-card-wrap {  width: 100%;  border-radius: 10px;  padding: 60px 40px 20px;  margin: 40px 0 25px;  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2); }

.img-card-wrap a {color:#000; }
.img-card-wrap a:hover .img-card-title {color:var(--secondary); }


/* Style for the img-card-icon */
.img-card-icon {  max-width: 90px;  position: absolute;  top: -40px }
.img-card-icon img {  max-width: 100%;  height: auto; }
.img-card-title {  font-size: 23px;  margin: 10px 0;  width: 80%; }
.img-card-desc {  margin: 10px 0; }




/* Style for the imgb-card-wrap container */
.imgb-card-wrap {  width: 100%; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); margin-bottom: 35px; overflow: hidden; }
.imgb-card-wrap a { color:#000; }
.imgb-card-wrap a:hover { color:var(--secondary); }
.imgb-card-icon {  height: 200px; }
.imgb-card-content { background:#fff; }
.imgb-card-icon img {  height: 200px; }
.imgb-card-icon img {width: 100%;height: 200px;object-fit: cover;}
.imgb-card-title {font-size: 18px;padding: 25px;width: 100%;height: 110px;line-height: 1.3;color: #000;}
.imgb-card-title:hover {color: var(--primary);}

@media (max-width: 768px) {
  .imgb-card-title {    height: unset;  }
}



.imgb-card-wrap.img-card-resources .imgb-card-title {height: 120px;} 
.imgb-card-category {position:absolute; top:0; right:0; background:var(--secondary); color:#fff; padding:5px 10px;}
.imgb-card-date {font-size:16px;margin:0 auto;padding: 20px 25px 0;color: #8E9093;}





.footerRow {  display: flex;  justify-content: space-between;  align-items: center;}
.footerCol1 {  width: 30%;  border-right: 1px solid #ffffff90; }
.footerColInner {  padding-right: 50px }
.footerCol1 img {  margin-bottom: 25px !important;}
.footerCol2 {  width: 21% }
.footerCol3 {  width: 21% }
.footerCol4 {  width: 21% }

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  .footerRow { flex-direction: column; text-align: center;  }
  .footerCol1 { width: 100%; border-right: none; margin-bottom: 20px;  }
  .footerColInner { padding-right: 0; max-width: 300px; margin: 0 auto;  }
  .footerCol2,
  .footerCol3,
  .footerCol4 {    width: 100%;  }
}



.sns-link-circle.medium .sns-link-item {  color: var(--secondary) !important;  background: var(--white) !important; }


/* Style for the subfooter container */
.subfooter {  display: flex;  justify-content: space-between;  align-items: center;  background-color: #221e1ffa;  color: #fff;  padding: 20px 50px;  max-width: 1172px;  margin: 0 auto -44px;  z-index: 9;  position: relative; }
.subfooter p {  margin: 0;  font-size: 32px;  font-weight: 900;  line-height: unset; }
.subfooter-left {  flex: 1; }
.subfooter-right {  }
.subfooter-right .btn {  margin-bottom: 0px; }

@media (max-width: 768px) {
  .subfooter {    display: block;  }
  .subfooter-left {    margin-bottom: 10px;  }
}













/* Style for the custom-kids-count-wrap container */
.custom-kids-count-wrap {  display: flex;  background-color: #CF2031;    padding: 0px;  background: linear-gradient(to right, #E9E9EA 31%, #CF2031 31%); }
.custom-kids-count {  display: flex;  align-items: center;  max-width: 1194px;  margin: 0 auto;  justify-content: space-between; }
.custom-kids-image img {  max-width: 100%;  height: auto; }
.custom-kids-content {  padding-left: 35px;  max-width: 480px; }
.custom-kids-content p {  color: #fff;  font-size: 24px; }

@media (max-width: 768px) {
  .custom-kids-count-wrap {    display: block;    background: #CF2031;   padding: 50px 0;  }
  .custom-kids-count {    display: block;    max-width: 90%;  }
  .custom-kids-image {    text-align: center;   }
  .custom-kids-image img {    width: 290px;    margin: 0 auto 25px;   }
  .custom-kids-content {    padding-left: 0px;        max-width: 480px;  }
}







._img-offset {  width: 100%;  position: absolute;  z-index: 9 }
.minicontent {  color: #fff;  height: 320px;  display: flex;  justify-content: center; padding-top: 40px; }
.minicontent h2 {  color: #fff;}
.minicontent p {  margin: 0;}
.minicontent h4 { color: #fff;}

@media (max-width: 768px) {
  .minicontent { height: unset; display: block; padding: 50px 25px;  }
  ._img-offset {  width: 100%;  position: relative;  z-index: 9 }

}









.copyrightWrap { display: flex; justify-content: space-between; align-content: center}


.btn.is-btnlink.is-primary>a,
.btn.is-btnlink.is-primary>button,
.btn.is-btnlink.is-primary>span {    color: var(--primary);    border: none;    background: none;  text-decoration:underline; }

.btn.is-btnlink.is-secondary>a,
.btn.is-btnlink.is-secondary>button,
.btn.is-btnlink.is-secondary>span {    color: var(--secondary);    border: none;    background: none;   text-decoration:underline; }

.btn.is-btnlink.is-third>a,
.btn.is-btnlink.is-third>button,
.btn.is-btnlink.is-third>span {    color: var(--third);    border: none;    background: none;   text-decoration:underline; }

.btn.is-btnlink.is-forth>a,
.btn.is-btnlink.is-forth>button,
.btn.is-btnlink.is-forth>span {    color: var(--forth);    border: none;    background: none;   text-decoration:underline; }

.btn.is-btnlink.is-dark>a,
.btn.is-btnlink.is-dark>button,
.btn.is-btnlink.is-dark>span {    color: var(--_bg-dark);    border: none;    background: none;   text-decoration:underline; }


.video-btn a {position:relative;}
.video-btn a:after {  content: ""; position:absolute; top:-5px; left:100%;  width: 53px;  height: 53px;  background: url('/images/playbtn.png') center center no-repeat; background-size: cover; }









/* Container styling */
.img-card-wrap-impact {margin:50px 0 25px;position: relative;}
.img-card-impact-icon {position:absolute; top:-40px; left:20px;}
.img-card-impact-icon img {position:absolute;width:84px;height: 84px;border-radius: 50%;left: 8px;top: 7px;object-fit: cover;}
.img-card-impact-content {padding: 80px 25px 25px;box-shadow: 0 0 10px rgba(0,0,0,.25);border-radius: 5px;}
.img-card-impact-desc {}
.img-card-impact-more a {color:#000;text-decoration:underline;text-transform: uppercase;font-weight: 600;}
.img-card-impact-more svg {}
.img-card-impact-bottom { display:flex; justify-content: space-between; align-items:center; margin:20px 0 0; }






._content-style.custom-latest-bg {
  background: #E9E9EA url(/images/custom-latest-bg.png) top right no-repeat;
  /* background-attachment: fixed; */
  }




/* Style post-list-grid-home */
.post-list-grid-home {}
.post-list-grid-item {margin: 0 0 50px;}
.post-list-grid-item {box-sizing: border-box;width: 100%;/* width: 30%; */border-radius: 10px;overflow: hidden;}
.post-list-grid-item:nth-child(1) {}
.post-list-grid-image {background-color: #ccc;height: 230px;width:100%;position: relative;/* background: url(/images/logo.png) center center no-repeat !important; *//* background-size: 50% !important; */}
.post-list-grid-category {padding:0 10px;line-height: 33px;height:30px;background-color: #CF2031;color: #fff;position: absolute;bottom:0;right:0;font-size: 16px;}
.post-list-grid-category::before {content: '';position: absolute;bottom: 0px;left: -29px;width: 0;height: 0;border-style: solid;border-width: 0 0px 30px 30px;border-color: transparent transparent #CF2031 transparent;}
.post-list-grid-content { padding: 10px; background:#fff; }
.post-list-grid-date { color: #888;}
.post-list-grid-title {font-size: 18px;font-weight: 500;margin-top: 5px;}
.post-list-grid-title a {color:#221E1F; }
.post-list-grid-item:nth-child(1) {width:48%;float:left;height: 450px;background: #fff;}
.post-list-grid-item:nth-child(2) { width:48%; float:right; height:200px;  background:#fff; }
.post-list-grid-item:nth-child(3) { width:48%; float:right; height:200px;  background:#fff;}
.post-list-grid-item:nth-child(2) { display:flex; align-items: center;  }
.post-list-grid-item:nth-child(3) { display:flex; align-items: center;  }
.post-list-grid-item:nth-child(2) .post-list-grid-image {background-color: #ccc;width: 200px;position: relative;height: 200px;}
.post-list-grid-item:nth-child(3) .post-list-grid-image {background-color: #ccc;width:205px;position: relative;height: 200px;}
.post-list-grid-item:nth-child(1) .post-list-grid-content {padding: 50px 35px; background:#fff; height: 220px;}
.post-list-grid-item:nth-child(2) .post-list-grid-content {padding: 10px 35px;background:#fff;width: calc(100% - 205px);}
.post-list-grid-item:nth-child(3) .post-list-grid-content {padding: 10px 35px;background:#fff;width:calc(100% - 205px);}


.post-list-grid-item:hover {    transition: var(--transition-200); }
.post-list-grid-item:hover {    box-shadow: var(--shadow-1-hover);  }



@media (max-width: 968px) {
.post-list-grid-item:nth-child(1) {width:100%; float:none; height: 450px;background: #fff;}
.post-list-grid-item:nth-child(2) { width:100%; float:none; height:200px;  background:#fff; }
.post-list-grid-item:nth-child(3) { width:100%; float:none; height:200px;  background:#fff;}
}



@media (max-width: 768px) {
.post-list-grid-item:nth-child(2) { display:block; height:unset; }
.post-list-grid-item:nth-child(3) { display:block; height:unset; }
.post-list-grid-item:nth-child(2) .post-list-grid-image {background-color: #ccc;width: 100%;position: relative;height: 200px;}
.post-list-grid-item:nth-child(3) .post-list-grid-image {background-color: #ccc;width:100%;position: relative;height: 200px;}
.post-list-grid-item:nth-child(2) .post-list-grid-content {padding: 25px 35px;background:#fff;width:100%;}
.post-list-grid-item:nth-child(3) .post-list-grid-content {padding: 26px 35px;background:#fff;width:100%;}
}









/* Style post-list-grid-home */

.cta-banner-wrap {/* padding: 20px; *//* text-align: center; */color: #fff;height: 874px;position: relative;}
.cta-banner {position:relative; height: 874px;}
.cta-banner-inner {background-color: rgba(0, 0, 0, 0.7);max-width: 550px;padding: 40px 180px 40px 80px;position:absolute;right:20%;top:35%;}
.cta-banner-title {font-size: 24px;font-weight: bold;margin-bottom: 30px;position: relative;height:91px;}
.cta-banner-content { font-size: 16px; }
.cta-banner-title-svg {position:absolute;height: 91px; left:-100px;}
.cta-banner-title-text {position:absolute;height: 91px;line-height:91px;font-size: 32px;}
@media (max-width: 768px) {
.cta-banner-wrap {height: 574px;}
.cta-banner { height: 574px;}
.cta-banner-inner {width: 100%; padding: 40px;  right:0%; top:25%;}
.cta-banner-title-svg { left:-120px;}
}


.page-banner-title.blue {    background: url(/images/title-bg-teal.png) center left no-repeat; }
.page-banner-title.yellow {    background: url(/images/title-bg-yellow.png) center left no-repeat; }







/* Apply basic styles to the container */
.quick-menu-wrap {background-color: #E9E9EA;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);background: linear-gradient(to right, #c0dfe4 0%, #c0dfe4 22%, #E9E9EA 22%, #E9E9EA 100%);/* padding: 20px; *//* border-radius: 8px; */box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.quick-menu-inner {max-width: 1194px;margin: 0 auto;display: flex;/* justify-content: space-between; */align-items: center;height: 90px;}
.quick-menu-title {font-size: 24px;font-weight: bold;margin-right: 25px;background: url(/images/quickmenu-1.png) center right;height: 90px;line-height: 90px;padding-right: 50px;}
.quick-menu ul {  list-style: none;  padding: 0;  margin: 0; display: flex;
    justify-content:space-between;
    align-items: center;}
.quick-menu li { padding:0 20px; position:relative;}
.quick-menu li:after {content:""; height:25px; width:1px; background:var(--primary); display:block; position:absolute; right:0; top:0;}
.quick-menu li:last-child:after { display:none;}
.quick-menu a { color:#221E1F;  }
.quick-menu a:hover { color:var(--primary);  }


@media (max-width: 968px) {
  .quick-menu-wrap {    background: #E9E9EA;  }
  .quick-menu-inner {    height: auto;    flex-direction: column;    align-items: stretch;  }
  .quick-menu-title {    margin-bottom: 15px;    padding-right: 0; padding-left:25px;   }
  .quick-menu ul {padding-left: 35px;flex-direction: column;align-items: stretch;}
  .quick-menu li {padding: 5px 0;}
  .quick-menu li:after { display:none; }
}








.title-button-wrap {  }
.title-button-inner {  display: flex; justify-content:space-between; align-items:center;  }








/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Gallery One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.teamGalleryOne .teamItem {  margin-bottom: 15px;}
.teamGalleryOne .teamItemWrap {  display: block;}
.teamGalleryOne .teamItemWrap:hover .teamItemImg {  -webkit-transform: scale(1.05);          transform: scale(1.05);  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);}
.teamGalleryOne .teamItemWrap:hover .teamItemToggle {  color: var(--gray-8);}
.teamGalleryOne .teamItemWrap:hover .teamItemToggle span:after {  width: 90%;}
.teamGalleryOne .teamItemImgHolder {  margin-bottom: 30px;}
.teamGalleryOne .teamItemImg {  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;}
.teamGalleryOne .teamItemName {line-height: 1;color: var(--black);text-align: center;margin-bottom: 10px;font-weight: 700;}
.teamGalleryOne .teamItemName span {display:block;font-size:15px;margin-top:10px;color:#000;font-weight: 400;}
.teamGalleryOne .teamItemToggle {  font-size: 12px;  color: var(--gray-6);  text-align: center;  letter-spacing: 1px;  text-transform: uppercase;  font-weight: 700;  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;}
.teamGalleryOne .teamItemToggle span {  position: relative;  display: inline-block;}
.teamGalleryOne .teamItemToggle span:after {  content: "";  position: absolute;  left: 50%;  bottom: -3px;  width: 0;  height: 2px;  background: var(--gray-8);  -webkit-transform: translateX(-50%);          transform: translateX(-50%);  transition: width cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;}

.teamGalleryOne .teamPanel {  display: none;  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 510;  overflow-x: hidden;  overflow-y: auto;  background-color: var(--color-2);}
.teamGalleryOne .teamPanel .container {  padding-left: 30px;  padding-right: 30px;}
.teamGalleryOne .teamPanel .row {  align-items: center;}
.teamGalleryOne .teamPanelWrap {display: flex;align-items: center;width: 100%;height: 100%;background: #fff;}
.teamGalleryOne .teamPanelImgHolder {  margin-bottom: 30px;}
.teamGalleryOne .teamPanelName {  margin-bottom: 10px;}
.teamGalleryOne .teamPanelName span  { display:block; font-size:15px; margin-top:10px; color:#000; }


.teamGalleryOne .teamPanelClose {  position: absolute;  top: 40px;  right: 50px;}
.teamGalleryOne .teamPanelClose .burger:hover .burgerLine,
.teamGalleryOne .teamPanelClose .burger:hover .burgerSlash {  background-color: var(--primary);}
.teamGalleryOne .teamPanelClose .burger:hover .burgerText {  color: var(--primary);}
.teamGalleryOne .teamPanelClose .burgerLine,
.teamGalleryOne .teamPanelClose .burgerSlash {  background-color: var(--gray-8);}
.teamGalleryOne .teamPanelClose .burgerText {  font-size: 16px;  color: var(--gray-8);  font-weight: 700;}

@media (max-width: 767px) {  .teamGalleryOne .teamPanel .row {    align-items: flex-start;  }  .teamGalleryOne .teamPanelWrap {    display: block;    align-items: initial;    height: auto;    padding: 80px 0 50px;  }  .teamGalleryOne .teamPanelClose {    top: 24px;    right: 36px;  }
}
@media (max-width: 575px) {  .teamGalleryOne .teamPanelClose {    right: 28px;  }
}

.teamItemContent { height:600px; overflow-y:scroll;}


.teamGalleryOne .burger {  display: table;  position: relative;  min-width: 20px;  height: 20px;  cursor: pointer;}
.teamGalleryOne .burger .burgerLines {  display: block;  position: absolute;  top: 2px;  left: 0;  overflow: hidden;  width: 20px;  height: 16px;}
.teamGalleryOne .burger .burgerLine {  display: block;  position: absolute;  top: 7px;  height: 2px;  border-radius: 0;  background-color: var(--primary);}
.teamGalleryOne .burger .burgerSlashes {  display: inline-block;  position: absolute;  overflow: hidden;  top: 0;  left: 0;  width: 20px;  height: 20px;}
.teamGalleryOne .burger .burgerSlash {  opacity: 0;  display: block;  position: absolute;  top: 9px;  left: -3px;  width: 26px;  height: 2px;  border-radius: 0;  background-color: var(--primary);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;}
.teamGalleryOne .burger .burgerText {  display: block;  position: relative;  overflow: hidden;  margin-left: 26px;  color: var(--color-primary);  text-transform: uppercase;  font-size: 12px;  line-height: 20px;}
.teamGalleryOne .burger .burgerText .textOpen {  display: block;  position: absolute;  top: 0;  left: 0;  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;  -webkit-transform: translateX(0%);          transform: translateX(0%);}
.teamGalleryOne .burger .burgerText .textClose {  display: block;  opacity: 0;  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;  -webkit-transform: translateX(-100%);          transform: translateX(-100%);}
.teamGalleryOne .burger.burgerHover:hover .burgerLine {  background-color: var(--color-primary-dark);}
.teamGalleryOne .burger.burgerHover:hover .burgerSlash {  background-color: var(--color-primary-dark);}
.teamGalleryOne .burger.burgerHover:hover .burgerText {  color: var(--color-primary-dark);}
.teamGalleryOne .burger.open .burgerText .textOpen {  opacity: 0;  -webkit-transform: translateX(100%);          transform: translateX(100%);}
.teamGalleryOne .burger.open .burgerText .textClose {  opacity: 1;  -webkit-transform: translateX(0%);          transform: translateX(0%);}

.burgerOne .burgerLine {  width: 20px;}
.burgerOne .burgerLine:nth-of-type(1) {  -webkit-transform: translate(0px, -7px);          transform: translate(0px, -7px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 0ms;}
.burgerOne .burgerLine:nth-of-type(2) {  -webkit-transform: translate(0px, 0px);          transform: translate(0px, 0px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 100ms;}
.burgerOne .burgerLine:nth-of-type(3) {  -webkit-transform: translate(0px, 7px);          transform: translate(0px, 7px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 200ms;}
.burgerOne .burgerLine:nth-of-type(4) {  opacity: 0;  -webkit-transform: translate(-20px, -7px);          transform: translate(-20px, -7px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 50ms;}
.burgerOne .burgerLine:nth-of-type(5) {  opacity: 0;  -webkit-transform: translate(-20px, 0px);          transform: translate(-20px, 0px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 150ms;}
.burgerOne .burgerLine:nth-of-type(6) {  opacity: 0;  -webkit-transform: translate(-20px, 7px);          transform: translate(-20px, 7px);  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 250ms;}
.burgerOne .burgerSlash:nth-of-type(1) {  -webkit-transform: rotate(45deg) translate(-40px, 0);          transform: rotate(45deg) translate(-40px, 0);}
.burgerOne .burgerSlash:nth-of-type(2) {  -webkit-transform: rotate(-45deg) translate(40px, 0);          transform: rotate(-45deg) translate(40px, 0);}
.burgerOne .burgerSlash:nth-of-type(3) {  -webkit-transform: rotate(45deg) translate(-40px, 0);          transform: rotate(45deg) translate(-40px, 0);}
.burgerOne .burgerSlash:nth-of-type(4) {  -webkit-transform: rotate(-45deg) translate(40px, 0);          transform: rotate(-45deg) translate(40px, 0);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(1) {  opacity: 0;  -webkit-transform: translate(20px, -7px);          transform: translate(20px, -7px);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(2) {  opacity: 0;  -webkit-transform: translate(20px, 0);          transform: translate(20px, 0);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(3) {  opacity: 0;  -webkit-transform: translate(20px, 7px);          transform: translate(20px, 7px);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(4) {  opacity: 1;  -webkit-transform: translate(0px, -7px);          transform: translate(0px, -7px);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(5) {  opacity: 1;  -webkit-transform: translate(0px, 0);          transform: translate(0px, 0);}
.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(6) {  opacity: 1;  -webkit-transform: translate(0px, 7px);          transform: translate(0px, 7px);}
.burgerOne.open .burgerLine:nth-of-type(1) {  -webkit-transform: translate(20px, -7px);          transform: translate(20px, -7px);}
.burgerOne.open .burgerLine:nth-of-type(2) {  -webkit-transform: translate(20px, 0);          transform: translate(20px, 0);}
.burgerOne.open .burgerLine:nth-of-type(3) {  -webkit-transform: translate(20px, 7px);          transform: translate(20px, 7px);}
.burgerOne.open .burgerLine:nth-of-type(4) {  opacity: 0;  -webkit-transform: translate(20px, -7px);          transform: translate(20px, -7px);}
.burgerOne.open .burgerLine:nth-of-type(5) {  opacity: 0;  -webkit-transform: translate(20px, 0);          transform: translate(20px, 0);}
.burgerOne.open .burgerLine:nth-of-type(6) {  opacity: 0;  -webkit-transform: translate(20px, 7px);          transform: translate(20px, 7px);}
.burgerOne.open .burgerSlash:nth-of-type(1) {  -webkit-transform: translate(0, 0) rotate(45deg);          transform: translate(0, 0) rotate(45deg);  opacity: 1;}
.burgerOne.open .burgerSlash:nth-of-type(2) {  -webkit-transform: translate(0, 0) rotate(-45deg);          transform: translate(0, 0) rotate(-45deg);  opacity: 1;}
.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(1) {  -webkit-transform: translate(45px, 45px) rotate(45deg);          transform: translate(45px, 45px) rotate(45deg);  opacity: 0;}
.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(2) {  -webkit-transform: translate(-45px, 45px) rotate(-45deg);          transform: translate(-45px, 45px) rotate(-45deg);  opacity: 0;}
.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(3) {  -webkit-transform: translate(0, 0) rotate(45deg);          transform: translate(0, 0) rotate(45deg);  opacity: 1;}
.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(4) {  -webkit-transform: translate(0, 0) rotate(-45deg);          transform: translate(0, 0) rotate(-45deg);  opacity: 1;}




.img-card-impact-more a.blue:hover {color:#55C6D8; }
	.img-card-impact-more a.pink:hover {color:#C55D5B; }
	.img-card-impact-more a.yellow:hover {color:#FEC340; }

		.img-card-title.blue:hover {color:#55C6D8 !important; }
	    .img-card-title.pink:hover {color:#C55D5B!important; }
		.img-card-title.yellow:hover {color:#FEC340!important; }











/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Minimal - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-calendar-minimal .events-item {
  margin-bottom: 30px;
}
.eshop-events-calendar-minimal .events-item:hover .events-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.eshop-events-calendar-minimal .events-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  color: var(--text-color);
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.eshop-events-calendar-minimal .events-item-header {
  position: relative;
}
.eshop-events-calendar-minimal .events-item-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  background-image: url("/images/logo.png");
  background-color: var(--fourth-7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.eshop-events-calendar-minimal .events-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.eshop-events-calendar-minimal .events-item-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding: 25px 25px 5px;
}
.eshop-events-calendar-minimal .events-item-body p {
  margin-bottom: 20px;
  font-size: 16px;
}
.eshop-events-calendar-minimal .events-item-release {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  color: var(--white);
  font-size: var(--font-size-sm);
  text-align: center;
  background-color: var(--third);
}
.eshop-events-calendar-minimal .events-item-release span {
  display: block;
}
.eshop-events-calendar-minimal .events-item-release span:nth-child(1) {
  line-height: 1;
  font-size: 30px;
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-minimal .events-item-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px !important;
}
.eshop-events-calendar-minimal .events-item-item-des {
  font-size: var(--font-size-sm);
}
.eshop-events-calendar-minimal .events-item-btn {
  margin-top: auto;
  margin-bottom: 20px;
}

.eshop-events-calendar-minimal .mwCalendar {
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-6);
}
.eshop-events-calendar-minimal .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid var(--border-color-dark);
}
.eshop-events-calendar-minimal .mwCalendar-previous:hover,
.eshop-events-calendar-minimal .mwCalendar-next:hover {
  color: var(--primary);
}
.eshop-events-calendar-minimal .calendar-current-month {
  margin-bottom: 0;
  font-size: inherit;
  color: var(--text-color);
}
.eshop-events-calendar-minimal .calendar-weeks {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 0 10px;
}
.eshop-events-calendar-minimal .calendar-week {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.eshop-events-calendar-minimal .calendar-week h3 {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--text-color-2);
  font-family: inherit;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-minimal .mwCalendar-daysList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 0 10px 10px;
}
.eshop-events-calendar-minimal .mwCalendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: auto;
  height: auto;
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
}
.eshop-events-calendar-minimal .calendar-date {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-family: inherit;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-minimal .mwCalendar-day.today .calendar-date {
  color: var(--primary);
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-minimal .mwCalendar-day.event {
  border-radius: 50%;
  background-color: var(--secondary);
}
.eshop-events-calendar-minimal .mwCalendar-day.event .calendar-date {
  color: var(--white);
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-minimal .mwCalendar-day.weekend {
  border: 0;
  color: inherit;
  background-color: transparent;
}
.eshop-events-calendar-minimal .mwCalendar-day.prevMonth .calendar-date, .eshop-events-calendar-minimal .mwCalendar-day.nextMonth .calendar-date {
  visibility: hidden;
  color: var(--text-color-2);
}

.eshop-events-calendar-minimal .calendar-search {
  display: flex;
  margin-bottom: 30px;
}
.eshop-events-calendar-minimal .calendar-search .mwInput {
  z-index: 1;
  flex: 1 1 auto;
  height: 45px;
  border-right-width: 0;
  border-radius: var(--form-border-radius) 0 0 var(--form-border-radius);
}
.eshop-events-calendar-minimal .calendar-search button {
  flex: 0 0 auto;
  height: 45px;
  padding: 0 var(--btn-sm-padding-x);
  color: var(--white);
  border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0;
  border-width: var(--btn-border-width);
  border-style: var(--btn-border-style);
  border-color: var(--primary);
  background-color: var(--primary);
}
.eshop-events-calendar-minimal .calendar-search button:hover {
  color: var(--white);
  border-color: var(--primary-6);
  background-color: var(--primary-6);
}
.eshop-events-calendar-minimal .calendar-accordions {
  margin-bottom: 30px;
}
.eshop-events-calendar-minimal .calendar-accordion {
  margin-bottom: 15px;
}
.eshop-events-calendar-minimal .calendar-accordion .accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-6);
  transition: var(--transition-360);
}
.eshop-events-calendar-minimal .calendar-accordion .accordion-icon {
  transition: -webkit-transform var(--transition-360);
  transition: transform var(--transition-360);
  transition: transform var(--transition-360), -webkit-transform var(--transition-360);
}
.eshop-events-calendar-minimal .calendar-accordion .accordion-content {
  display: none;
}
.eshop-events-calendar-minimal .calendar-accordion .accordion-inner {
  padding: 10px 0 0;
}
.eshop-events-calendar-minimal .calendar-accordion .mwInput.checkbox {
  padding-top: 5px;
}
.eshop-events-calendar-minimal .calendar-accordion:hover .accordion-btn, .eshop-events-calendar-minimal .calendar-accordion.active .accordion-btn {
  color: var(--white);
  background-color: var(--primary);
}
.eshop-events-calendar-minimal .calendar-accordion.active .accordion-icon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Minimal - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/







.resources-list .posts-list-item {    }
.resources-list  .posts-list-item {  margin-bottom: 30px;}
.resources-list  .posts-list-item-wrap {  border-radius: 10px;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    margin-bottom: 35px;    overflow: hidden; }
.resources-list  .posts-list-item-header {  position: relative;}
.resources-list  .posts-list-item-img img {  width: 100%;  height: auto;  display: block; }
.resources-list  .posts-list-item-body {padding: 25px 25px;background: #fff;height: 250px;font-size: 15px;line-height: 1.4;}
.resources-list  .posts-list-item-title { }
.resources-list  .posts-list-item-des {  }



.res-lib-filters .Dialog {display:flex;justify-content: space-between;}
.filters-left {width: 76%;}
.filters-right {width: 22%;display:flex;justify-content: space-between;}
.res-lib-current-res p {font-size:12px; }
.badge.badge-light { font-size:11px; }

.list-unstyled .selected a {color:var(--primary); }
.list-unstyled li { border-bottom:1px solid #666;  padding:10px 0 !important;}
.list-unstyled li .fas { margin-right:10px;}









/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Library - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resLib .resLib-section-filter {
    max-width: 850px;
    margin: 0 auto;
    padding: 30px 60px;
    border: 1px solid var(--gray-light);
    background-color: var(--white)
}

@media (max-width: 767px) {
    .resLib .resLib-section-filter {
        padding:30px
    }
}

.resLib .resLib-section-recent .list-item-body {
    border-top: 5px solid var(--fourth)
}

.resLib .resLib-section-types .resLib-types-list {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
    list-style-type: none;
    padding-left: 0
}

.resLib .resLib-section-types .resLib-types-list ol,.resLib .resLib-section-types .resLib-types-list ol ol,.resLib .resLib-section-types .resLib-types-list ol ul,.resLib .resLib-section-types .resLib-types-list ul,.resLib .resLib-section-types .resLib-types-list ul ol,.resLib .resLib-section-types .resLib-types-list ul ul {
    list-style-type: none
}

@media (max-width: 1365px) {
    .resLib .resLib-section-types .resLib-types-list {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (max-width: 991px) {
    .resLib .resLib-section-types .resLib-types-list {
        grid-template-columns:repeat(2,1fr)
    }

    .header-aah .header-main-utility-bar .Menu {
        display: none
    }
}

.resLib .resLib-section-types .resLib-types-list .list-item-wrap {
    display: block;
    position: relative;
    padding-left: 30px
}

.resLib .resLib-section-types .resLib-types-list .list-item-header {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: var(--fourth);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.resLib .resLib-section-types .resLib-types-list .list-item-body {
    padding: 25px 30px 25px 50px;
    border: 1px solid var(--gray-light);
    background-color: var(--white);
    box-shadow: 0 3px 6px transparent;
    transition: var(--transition-200)
}

.resLib .resLib-section-types .resLib-types-list .list-item-title {
    font-size: 20px
}

.resLib .resLib-section-types .resLib-types-list .list-item-wrap:hover .list-item-body {
    box-shadow: 0 3px 6px rgba(0,0,0,.16)
}

.resLib .resLib-section-all .resLib-all-list {
    margin-bottom: 30px
}





/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Resource - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-resource .row>p:first-of-type {
    display: none
}

.posts-list-resource .list-item {
    margin-bottom: 30px
}

.posts-list-resource .list-item-wrap {
    height: 100%;
    border: 1px solid #efefef;
    background-color: var(--white);
    box-shadow: 0 3px 6px transparent;
    transition: var(--transition-200)
}

.posts-list-resource .list-item-wrap:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,.16)
}

.posts-list-resource .list-item-img {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 75%
}

.posts-list-resource .list-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: var(--transition-200)
}

.posts-list-resource .list-item-body {
    padding: 30px 30px 15px
}

.posts-list-resource .list-item-title {
    margin-bottom: 15px;
 font-size:18px;
}

.posts-list-resource .list-item-type {
    display: block;
    color: var(--fourth);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.posts-list-resource .list-item-date {
    color: var(--gray-6);
    font-size: 16px;
    margin-bottom: 15px
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Consultants - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-consultants .posts-list-item {
    margin-bottom: 30px
}

.posts-list-consultants .posts-list-item-inner {
    position: relative
}

@media (min-width: 576px) {
    .posts-list-style-1-landscape .posts-list-item-body {
        width:100%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .posts-list-style-1-landscape .posts-list-item-img {
        height: 100%
    }

    .posts-list-consultants .posts-list-item-inner {
        padding-left: 30px
    }

    .posts-list-consultants .posts-list-item-header {
        position: absolute;
        top: 40px;
        left: 0;
        width: 190px;
        height: auto
    }
}

.posts-list-consultants .posts-list-item-header {
    padding: 15px;
    border: 1px solid var(--gray-light);
    background-color: var(--white)
}

@media (max-width: 575px) {
    .posts-list-consultants .posts-list-item-header {
        border-bottom:0
    }
}

.posts-list-consultants .posts-list-item-body {
    padding: 30px 30px 1px;
    border: 1px solid var(--gray-light);
    background-color: var(--white)
}

.posts-list-consultants .posts-list-item-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 56%
}

@media (min-width: 576px) {
    .posts-list-consultants .posts-list-item-body {
        padding-left:190px
    }

    .posts-list-consultants .posts-list-item-img {
        padding-bottom: 75%
    }
}

.posts-list-consultants .posts-list-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.posts-list-consultants .posts-list-item-title {
    font-size: 20px
}

.posts-list-consultants .posts-list-item-des,.posts-list-consultants .posts-list-item-des p {
    margin-bottom: 15px
}









h2.h3 { font-size:22px; }
h2.h3 small { margin:0 10px; font-size:16px; padding:7px 10px !important;}









/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Resource - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-resource .row>p:first-of-type {
    display: none
}

.posts-list-resource .list-item {
    margin-bottom: 30px
}

.posts-list-resource .list-item-wrap {
    height: 100%;
    border: 1px solid #e0dbdb;
    background-color: var(--white);
    box-shadow: 0 3px 6px transparent;
    transition: var(--transition-200)
}

.posts-list-resource .list-item-wrap:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,.16)
}

.posts-list-resource .list-item-img {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 75%
}

.posts-list-resource .list-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: var(--transition-200)
}

.posts-list-resource .list-item-body {
    padding: 30px 30px 15px
}

.posts-list-resource .list-item-title {
    margin-bottom: 15px;
 font-size:18px;
}

.posts-list-resource .list-item-type {
    display: block;
    color: var(--fourth);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.posts-list-resource .list-item-date {
    color: var(--gray-6);
    font-size: 16px;
    margin-bottom: 15px
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Consultants - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-consultants .posts-list-item {
    margin-bottom: 30px
}

.posts-list-consultants .posts-list-item-inner {
    position: relative
}

@media (min-width: 576px) {
    .posts-list-style-1-landscape .posts-list-item-body {
        width:100%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .posts-list-style-1-landscape .posts-list-item-img {
        height: 100%
    }

    .posts-list-consultants .posts-list-item-inner {
        padding-left: 30px
    }

    .posts-list-consultants .posts-list-item-header {
        position: absolute;
        top: 40px;
        left: 0;
        width: 190px;
        height: auto
    }
}

.posts-list-consultants .posts-list-item-header {
    padding: 15px;
    border: 1px solid var(--gray-light);
    background-color: var(--white)
}

@media (max-width: 575px) {
    .posts-list-consultants .posts-list-item-header {
        border-bottom:0
    }
}

.posts-list-consultants .posts-list-item-body {
    padding: 30px 30px 1px;
    border: 1px solid var(--gray-light);
    background-color: var(--white)
}

.posts-list-consultants .posts-list-item-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 56%
}

@media (min-width: 576px) {
    .posts-list-consultants .posts-list-item-body {
        padding-left:190px
    }

    .posts-list-consultants .posts-list-item-img {
        padding-bottom: 75%
    }
}

.posts-list-consultants .posts-list-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.posts-list-consultants .posts-list-item-title {
    font-size: 20px
}

.posts-list-consultants .posts-list-item-des,.posts-list-consultants .posts-list-item-des p {
    margin-bottom: 15px
}












