@charset "UTF-8";
#titleAreaBox {
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), var(--LightGreen, #06AA43);
  padding-inline: 7.5rem;
  padding-block: 0.625rem;
  margin: 0 !important;
  border-bottom: 2px solid #FD8902;
}
@media only screen and (min-device-width: 1301px) and (max-device-width: 1500px) {
  #titleAreaBox {
    padding-inline: 1.25rem;
  }
}
@media only screen and (min-device-width: 1501px) and (max-device-width: 1800px) {
  #titleAreaBox {
    padding-inline: 3.125rem;
  }
}
@media (min-width: 319px) and (max-width: 1200px) {
  #titleAreaBox {
    padding-inline: 1.25rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  #titleAreaBox {
    padding-inline: 21px;
  }
}

.top-header {
  background: linear-gradient(0deg, #068F74 0%, #068F74 100%), var(--DarkGreen, #0D8141);
  margin-bottom: 0;
  padding-block: 0.625rem;
  margin-bottom: 0 !important;
}

.report-numb {
  display: none;
}

div#s4-titlerow {
  position: static !important;
  padding-top: 0;
  height: auto;
  padding-bottom: 0;
}

.breadCrumb-container {
  display: flex !important;
}

.custombreadcrumb span {
  color: #006930;
  font-weight: 200;
}
.custombreadcrumb a {
  color: #353535;
  text-decoration: none !important;
  font-weight: 200;
  padding: 0 0.625rem;
}

.custombreadcrumb span span:nth-child(2), .custombreadcrumb span span:nth-child(3) {
  display: none;
}

.breadCrumb-container {
  display: flex;
  justify-content: space-between;
  background-image: url(../../images/indicator-bg.jpg);
  background-repeat: no-repeat;
  min-height: 9.8125rem;
  padding-inline: 7.5rem;
  padding-block: 0.625rem;
  align-items: center;
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  background-position: center;
}
@media only screen and (min-device-width: 1301px) and (max-device-width: 1500px) {
  .breadCrumb-container {
    padding-inline: 1.25rem;
    min-height: 7.6875rem;
  }
}
@media only screen and (min-device-width: 1501px) and (max-device-width: 1800px) {
  .breadCrumb-container {
    padding-inline: 3.125rem;
    min-height: 7.6875rem;
  }
}
@media (min-width: 319px) and (max-width: 1200px) {
  .breadCrumb-container {
    padding-inline: 1.5625rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .breadCrumb-container {
    padding-inline: 20px;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .breadCrumb-container {
    flex-direction: column;
  }
}
.breadCrumb-container .r-side {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.breadCrumb-container .r-side #title {
  margin-bottom: 0;
  color: #006930;
  font-weight: 500;
  font-size: 1.75rem;
  padding-inline-start: 1.5625rem;
}

.page-layout {
  margin-top: 3.125rem;
  position: relative;
}
.page-layout .layout-bg {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 12%;
}
.page-layout .layout-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.625rem;
  margin-top: 0.8125rem;
  color: #1B1B1B;
}
.page-layout .layout-date {
  background-color: #FD8902;
  color: white;
  border-radius: 1.25rem;
  padding: 0.125rem 0.625rem;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.1875rem;
       column-gap: 0.1875rem;
}
.page-layout .layout-img {
  border-radius: 1.5625rem;
  overflow: hidden;
}
.page-layout .layout-img img {
  width: 100%;
  max-height: 32.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-layout .layout-txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.9375rem;
  color: #353535;
}
.page-layout .article-page-img {
  max-width: 540px;
  border-radius: 50px;
  float: right;
  padding-inline-start: 22px;
}
@media only screen and (min-device-width: 1301px) and (max-device-width: 1500px) {
  .page-layout .article-page-img {
    padding-inline: 1.25rem;
  }
}
@media only screen and (min-device-width: 1501px) and (max-device-width: 1800px) {
  .page-layout .article-page-img {
    padding-inline: 3.125rem;
  }
}
@media (min-width: 319px) and (max-width: 1200px) {
  .page-layout .article-page-img {
    margin-top: 20px;
    border-radius: 20px;
    max-width: 480px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .page-layout .article-page-img {
    max-width: 400px;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .page-layout .article-page-img {
    min-width: auto;
    float: none;
    padding: 0;
    margin: 0;
  }
}
.page-layout .article-page-img img {
  max-width: 540px;
}

.layout-margin {
  padding-inline: 7.5rem;
}
@media only screen and (min-device-width: 1301px) and (max-device-width: 1500px) {
  .layout-margin {
    padding-inline: 1.25rem;
  }
}
@media only screen and (min-device-width: 1501px) and (max-device-width: 1800px) {
  .layout-margin {
    padding-inline: 3.125rem;
  }
}
@media (min-width: 319px) and (max-width: 1200px) {
  .layout-margin {
    padding-inline: 1.5625rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .layout-margin {
    padding-inline: 25px;
  }
}

.layout-rating {
  background: #F5F5F5;
  padding: 1.5rem 7.5rem !important;
  margin-top: 4.375rem;
}
@media (min-width: 319px) and (max-width: 767px) {
  .layout-rating {
    padding-inline: 25px !important;
  }
}

.jq-star-svg {
  padding-left: 0.1875rem;
  width: 2.25rem;
  height: 1.25rem;
  border-radius: 0.8125rem;
}

.rate-div {
  display: flex;
  align-items: center;
}

.article-content {
  font-size: 1.125rem;
  color: #353535;
  font-weight: 400;
  line-height: 2.0625rem;
}

.article-img {
  float: right;
  margin-inline-start: 20PX;
}
@media (min-width: 319px) and (max-width: 767px) {
  .article-img {
    float: none;
    padding: 0;
    margin: 0;
  }
}
.article-img div {
  height: 100%;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .article-img {
    max-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 15px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .article-img {
    max-width: 345px;
  }
}
.article-img img {
  min-width: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 325px;
  max-height: 325px;
  border-radius: 8px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .article-img img {
    min-width: auto;
    width: 100%;
  }
}
@media (min-width: 319px) and (max-width: 1200px) {
  .article-img img {
    height: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .article-img img {
    width: 100%;
  }
}

.article-data {
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .article-data {
    flex-direction: column-reverse;
    row-gap: 15px;
  }
}

.budget-content {
  margin-top: 30px;
}
.budget-content select {
  width: 245px;
  margin-bottom: 35px;
}
.budget-content h3 {
  font-size: 21px;
  margin-bottom: 0;
  color: #027465;
}
.budget-content .budget-table {
  margin-top: 15px;
}
.budget-content .noBudgetData {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 5px;
  max-width: 455px;
  min-height: 220px;
  margin-top: 55px;
  margin: 0 auto;
}

.mission-vision {
  display: flex;
  margin-top: 2.1875rem;
}
.mission-vision .inner-data h5 {
  color: #006930;
  font-size: 1.25rem;
  font-weight: 500;
}
.mission-vision .inner-data p {
  margin-bottom: 0;
}

.our-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  width: 80%;
}
@media (min-width: 319px) and (max-width: 767px) {
  .our-values {
    width: 100%;
    flex-direction: column;
  }
}
.our-values .value-item {
  flex: 0 0 31.333333%;
  box-shadow: 0rem 0.25rem 2.625rem -0.125rem rgba(0, 0, 0, 0.08);
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  background: white;
}
.our-values .value-item .img-container {
  position: relative;
}
.our-values .value-item .img-container:before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(180deg, #13DBFD 0%, #06AA43 50.52%, #FD8902 100%);
  border-radius: 50%;
  z-index: 0;
  opacity: 0.38;
  top: 32%;
}
.our-values .value-item h5 {
  color: #006930;
  font-size: 1.25rem;
  font-weight: 500;
}
.our-values .value-item p {
  color: #686869;
  font-size: 1rem;
  font-weight: 400;
}

h3.section-title {
  color: #006930;
  text-align: center;
  margin-top: 2.875rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
  font-weight: 500;
  margin-inline-end: 20%;
}

.our-role {
  width: 80%;
}
@media (min-width: 319px) and (max-width: 767px) {
  .our-role {
    width: 100%;
  }
}
.our-role .role-item {
  box-shadow: 0rem 0.25rem 2.625rem -0.125rem rgba(0, 0, 0, 0.08);
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background: white;
}
.our-role .role-item h5 {
  color: #006930;
  font-size: 1.25rem;
  font-weight: 500;
}
.our-role .role-item p {
  color: #686869;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.3125rem;
  position: relative;
  padding-inline-start: 0.625rem;
}
.our-role .role-item p:before {
  position: absolute;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  content: "";
  left: 0;
  background-color: #686869;
  top: 50%;
}

.ceo-pagelayout {
  margin-inline: 0;
  padding-inline: 3.4375rem;
  position: relative;
}
.ceo-pagelayout:before {
  background-image: url(../../images/qutation.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background-position: 0% 195%;
  opacity: 0.2;
}
.ceo-pagelayout .article-content {
  padding-inline-end: 5%;
}
.ceo-pagelayout .article-img {
  position: relative;
  height: 415px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-inline-start: 0;
  overflow: visible;
  margin-inline-start: 30px;
  margin-bottom: 18px;
}
.ceo-pagelayout .article-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  min-width: auto;
  height: auto;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.ceo-pagelayout .article-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  left: -0.875rem;
  top: -0.625rem;
  border-image-slice: 1;
  background: linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), var(--DarkGreen, #0D8141);
}
.ceo-pagelayout .article-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  left: -0.5625rem;
  z-index: 0;
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  top: -0.375rem;
  width: 98%;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .ceo-pagelayout .article-img {
    margin-top: 16px;
    width: 330px;
  }
}
.ceo-pagelayout .ceo-sig {
  float: right;
}

.event-topdata {
  background: rgba(239, 240, 242, 0.5490196078);
  border-radius: 20px;
  overflow: hidden;
}

.event-location {
  margin-block: 20px;
}

.event-data-top {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.event-data-top .img-container {
  max-width: 40%;
}
@media (min-width: 319px) and (max-width: 767px) {
  .event-data-top .img-container {
    max-width: 100%;
  }
}
.event-data-top .img-container img {
  width: 100%;
}
.event-data-top .data-container {
  padding-top: 35px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .event-data-top .data-container {
    padding-top: 10px;
  }
}
.event-data-top .data-container h3 {
  color: #006930;
  font-size: 30px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .event-data-top .data-container h3 {
    font-size: 25px;
  }
}
.event-data-top .data-container .date-container {
  display: flex;
  -moz-column-gap: 115px;
       column-gap: 115px;
  padding-top: 5px;
  color: #353535;
}
.event-data-top .data-container .date-container svg {
  width: 25px;
  height: 26px;
}

.event-bottomdata {
  font-size: 1.125rem;
  color: #353535;
  font-weight: 400;
  line-height: 2.0625rem;
  margin-top: 20px;
}

.article-data-top {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-block-end: 25px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .article-data-top {
    margin-bottom: 0;
  }
}
.article-data-top .author-img {
  max-width: 30%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 319px) and (max-width: 767px) {
  .article-data-top .author-img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.article-data-top .author-img div {
  height: 100%;
}
.article-data-top .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-data-top .layout-author {
  margin-block-start: 20px;
  color: #353535;
}

.serviceRequest-btn {
  display: flex;
  justify-content: end;
}
.serviceRequest-btn a {
  display: flex;
  justify-content: center;
  background: #006930;
  color: white;
  border-radius: 999px;
  padding-block: 12px;
  padding-inline: 25px;
  position: relative;
  z-index: 1;
}

.initiatives-content .div-1 {
  min-height: 325px;
  margin-block-end: 40px;
  margin-block-start: 15px;
}
.initiatives-content .service-section-title {
  font-size: 24px;
  color: #006930;
  font-weight: bold;
  margin-block-end: 15px;
}

.componentTitle {
  position: relative;
  padding-bottom: 1.25rem;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .componentTitle.paddLeft260 {
    padding-right: 280px;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .componentTitle {
    margin-bottom: 20px;
  }
}
.componentTitle span {
  position: relative;
  color: red;
  font-weight: 600;
}
@media (min-width: 319px) and (max-width: 767px) {
  .componentTitle span {
    font-size: 22px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .componentTitle span {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .componentTitle span {
    font-size: 30px;
  }
}
.componentTitle .btn-title {
  float: left;
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 16px;
  padding: 5px 0;
  border-radius: 20px;
  border: 2px solid #006930;
  color: #006930;
  height: 36px;
  font-weight: 200;
  transition: all 0.1s ease 0.1s;
}
.componentTitle .btn-title:hover {
  color: #fff;
  background: #006930;
  text-decoration: none !important;
}

.page-header__title {
  font-size: 1.625rem;
  font-weight: 500;
  color: #006930;
}
@media (min-width: 319px) and (max-width: 767px) {
  .page-header__title {
    font-size: 20px !important;
  }
}
.pageHeader .pageHeader-item {
  display: inline-block;
  height: 50px;
  width: 50px !important;
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  background: #F0F1F2;
  transition: all 0.2s linear;
  margin-left: 0.9375rem;
}
.pageHeader .pageHeader-item:hover {
  background: #faf8f5;
}
.pageHeader .pageHeader-item:hover svg {
  fill: white;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item {
    height: 40px;
    width: 40px !important;
    float: left;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .pageHeader .pageHeader-item {
    float: none;
  }
}
.pageHeader .pageHeader-item:before {
  content: "";
  display: inline-block;
  height: 48px;
  width: 48px;
  top: 50%;
  transition: border-color 0.2s linear;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: absolute;
}
.pageHeader .pageHeader-item:before:hover {
  border-color: #006930;
}
.pageHeader .pageHeader-item > img,
.pageHeader .pageHeader-item svg {
  display: inline-block;
  font-size: 23px;
  position: relative;
  fill: #959FA4;
  transform: translateY(-50%);
  top: 44%;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item > img,
  .pageHeader .pageHeader-item svg {
    font-size: 16px;
    top: 40%;
  }
}
.pageHeader .pageHeader-item.pageHeader-listen img {
  height: 23px;
  top: 43%;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item.pageHeader-listen img {
    height: 20px;
    top: 40%;
  }
}
.pageHeader .pageHeader-item.pageHeader-share img {
  height: 22px;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item.pageHeader-share img {
    height: 20px;
  }
}
.pageHeader .pageHeader-item.pageHeader-fontSize img {
  top: 43%;
  width: 25px;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item.pageHeader-fontSize img {
    height: 35px;
    top: 50%;
  }
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item.pageHeader-fontSize .pageHeader-DropDown li img {
    height: 20px;
    width: 20px;
    top: 45%;
  }
}
.pageHeader .pageHeader-item.pageHeader-print img {
  height: 23px;
  top: 43%;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item.pageHeader-print img {
    height: 20px;
  }
}
.pageHeader .pageHeader-item.pageHeader-sendToFriend img {
  top: 42%;
  width: 24px;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item.pageHeader-sendToFriend img {
    height: 15px;
    top: 41%;
  }
}
.pageHeader .pageHeader-item.pageHeader-sendToFriend a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pageHeader .pageHeader-item .pageHeader-DropDown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-top: 10px;
  transition: all 0.1s linear;
  padding: 0px;
  background: #F0F1F2;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item .pageHeader-DropDown {
    min-width: 130px;
  }
}
.pageHeader .pageHeader-item .pageHeader-DropDown li {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  border: dashed 1px transparent;
  position: relative;
  cursor: pointer;
  background: white;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item .pageHeader-DropDown li {
    height: 30px;
    width: 30px;
  }
}
.pageHeader .pageHeader-item .pageHeader-DropDown li img,
.pageHeader .pageHeader-item .pageHeader-DropDown li svg {
  display: inline-block;
  height: 35px;
  width: 24px;
  position: relative;
  transform: translateY(-50%);
  fill: #959FA4;
  top: 50%;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item .pageHeader-DropDown li img,
  .pageHeader .pageHeader-item .pageHeader-DropDown li svg {
    height: 15px;
    width: 15px;
    top: 35%;
  }
}
.pageHeader .pageHeader-item .pageHeader-DropDown li.twitter .twitter-share-button {
  position: absolute !important;
  background: transparent;
  width: 100% !important;
  z-index: 1;
  height: 100% !important;
  left: 0;
  opacity: 1;
}
.pageHeader .pageHeader-item .pageHeader-DropDown li.twitter .btn {
  background: transparent !important;
  width: 36px !important;
  height: 35px !important;
  border-radius: 50% !important;
  font-size: 0 !important;
}
.pageHeader .pageHeader-item .pageHeader-DropDown li.twitter .btn i {
  display: none;
}
.pageHeader .pageHeader-item .pageHeader-DropDown li .socialShare-facebook {
  width: 35px;
  height: 35px;
  background-color: transparent;
  display: inline-block;
}
.pageHeader .pageHeader-item .pageHeader-DropDown li .twitterBtn {
  background-color: transparent;
  width: 30px !important;
  height: 35px;
  float: none;
  margin-right: 0px;
  display: inline-block;
}
.pageHeader .pageHeader-item .pageHeader-DropDown li .twitterBtn img,
.pageHeader .pageHeader-item .pageHeader-DropDown li .twitterBtn svg {
  left: 1px;
  top: 14px !important;
  width: 17px !important;
}
.pageHeader .pageHeader-item .pageHeader-DropDown li .twitterBtn:focus, .pageHeader .pageHeader-item .pageHeader-DropDown li .twitterBtn:hover {
  color: #fff;
}
.pageHeader .pageHeader-item .pageHeader-DropDown li:hover {
  background: #bfddd2;
}
.pageHeader .pageHeader-item .pageHeader-DropDown li:hover svg {
  fill: white;
}
.pageHeader .pageHeader-item .pageHeader-DropDown > div {
  display: inline-block;
}
.pageHeader .pageHeader-item .pageHeader-DropDown:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  top: -20px;
  bottom: auto;
  border: 10px solid;
  z-index: 2;
  border-color: transparent transparent rgb(255, 255, 255) transparent;
  transition: all 0.3s ease 0.1s;
}
.pageHeader .pageHeader-item .share-option li {
  height: auto;
  width: auto;
  border-radius: 0;
  background: transparent;
  border: none;
}
.pageHeader .pageHeader-item .share-option li:before {
  display: none;
}
.pageHeader .pageHeader-item a.contac-us > svg {
  fill: #fff;
  position: relative;
  transform: translateY(-50%);
  top: 37%;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-item a.contac-us > svg {
    height: 16px;
    width: 16px;
  }
}

.pageHeader .pageHeader-listen .rsbtn {
  z-index: 2 !important;
  margin-bottom: 0 !important;
}
.pageHeader .pageHeader-listen .rsbtn.rsexpanded.rsplaying .rsbtn_play {
  display: none;
}
.pageHeader .pageHeader-listen .rsbtn .rsbtn_exp {
  margin-top: 3px;
}

.rspopup .rsbtn_text span {
  display: inline-block;
}

.subsiteBanner .pageHeader-item {
  background: transparent;
  border: 1px solid white;
}
.subsiteBanner .pageHeader-item:hover {
  background: rgba(255, 255, 255, 0.18);
}
.subsiteBanner .pageHeader-item:hover:before {
  border: 1px dashed #fff;
  animation: spinAround 5s linear infinite;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .subsiteBanner .pageHeader-item:hover:before {
    height: 37px;
    width: 37px;
    top: -2px;
    left: -2px;
  }
}
.subsiteBanner.subsiteBanner-hiddenImg .pageHeader-item {
  background: #b5b5b5;
  border: 0px solid white;
}
.subsiteBanner.subsiteBanner-hiddenImg .pageHeader-item:hover {
  background: #006930;
}
.subsiteBanner.subsiteBanner-hiddenImg .pageHeader-item:hover:before {
  border: 1px dashed #006930;
}

.socialBar {
  margin-bottom: 30px;
}

.openSound {
  visibility: visible !important;
  opacity: 1 !important;
  height: 60px !important;
  padding: 14px 10px 10px 10px !important;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .openSound {
    height: 42px !important;
    padding: 7px 10px 10px 10px !important;
  }
}

.modal .modal-dialog {
  top: 10vh;
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-header .close {
  color: #fff;
  font-size: 38px;
  padding: 16px;
  min-width: 45px;
  border: none;
  margin: 0;
  border-radius: 0;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  background: #006930;
  height: 45px;
  left: -1px;
  top: -1px;
  z-index: 2;
  line-height: 5px;
  opacity: 1;
}
.modal .modal-header .close span {
  display: inline-block;
  height: 20px;
}
.modal .modal-btn {
  background: #006930 !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 8px 35px !important;
  margin: 0 !important;
  border-radius: 50px;
}
.modal .modal.footer {
  margin-top: 10px;
}

.modal-backdrop.in {
  opacity: 0.7;
}

.pageHeader .pageHeader-listen.is-playing:before {
  border: 1px dashed #fff;
  animation: spinAround 5s linear infinite;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .pageHeader .pageHeader-listen.is-playing:before {
    right: -3px;
    width: 36px;
    height: 36px;
  }
}
.pageHeader .pageHeader-listen.is-playing:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 1;
  background: #cca629;
  border-radius: 110%;
  animation: garur 15s infinite ease 10s;
  transform: translate(-50%, -50%) scale(0);
}

.pageHeader .pageHeader-listen.is-playing:before,
.pageHeader .pageHeader-listen.is-playing:hover:before {
  background: #cca629;
  border-width: 2px;
}

.redValidation,
.validationMSG {
  display: inline;
  color: red !important;
  font-size: 13px;
}

.form-control::-webkit-input-placeholder {
  color: #2a2a2a;
}

.form-control::-moz-placeholder {
  color: #2a2a2a;
}

.form-control:-ms-input-placeholder {
  color: #2a2a2a;
}

.form-control:-moz-placeholder {
  color: #2a2a2a;
}

.captcha-btn {
  min-height: 50px !important;
  min-width: 50px !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border: none !important;
  font-size: 36px !important;
  color: #fff !important;
  background: #317d6f !important;
  cursor: pointer !important;
  margin-top: 15px !important;
}

.captcha-img {
  width: 100%;
  margin-bottom: 20px;
}

.alert {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  padding-left: 70px;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 200;
}
.alert:before {
  content: "";
  height: 30px;
  width: 31px;
  top: 17px;
  left: 20px;
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: center center;
  background-color: transparent;
  background-size: 100%;
}
.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.alert-warning:before {
  background-image: url(../../images/alert/warning.svg);
}
.alert.alert-danger {
  color: #FF0000;
  background-color: #F6EAE6;
  border-color: #F7DCD7;
}
.alert.alert-danger:before {
  background-image: url(../../images/alert/danger.svg);
}
.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-success:before {
  background-image: url(../../images/alert/Success.svg);
}

.socialShare-facebook {
  width: 26px;
  height: 26px;
  background-color: #25816d;
  display: inline-block;
  border-radius: 3px;
}

.socialShare-facebook iframe {
  opacity: 0;
  position: relative !important;
  left: 0;
  width: 27px !important;
  z-index: 2;
}

.facebookdiv {
  position: relative;
  display: inline-block;
}

.facebookdiv img {
  position: absolute !important;
  width: 20px !important;
  left: 8px;
  z-index: 2;
  margin: 0 auto;
  top: 3px;
}

.twitterBtn {
  background-color: #25816d;
  color: #fff;
  position: relative;
  padding: 0;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 600;
  display: block;
  line-height: normal;
  width: 26px !important;
  height: 26px;
  float: left;
  margin-left: 5px;
}

.twitterBtn img {
  position: relative;
  left: -4px;
  top: 0px;
  width: 17px !important;
}

.twitterBtn:hover,
.twitterBtn:focus {
  color: #fff;
}

@media (max-width: 768px) {
  #pageWithMenuHeader .page-header {
    display: block !important;
  }
}

ul.pageHeader {
  float: right;
  margin: 0;
}
@media (min-width: 319px) and (max-width: 767px) {
  ul.pageHeader {
    float: none;
  }
}

.inner-rating {
  float: right;
}

.star-icons svg {
  fill: #dddddd;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}
.star-icons svg.star-on, .star-icons svg.star-on-hover {
  fill: #F3A119;
}
.star-icons svg polygon[class*=svg-hoverd-] {
  fill: rgba(249, 204, 11, 0.1019607843) !important;
}

.ratestars-info {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: center;
}
@media (min-width: 319px) and (max-width: 767px) {
  .ratestars-info {
    flex-direction: row;
  }
}

.rate-info.votes-count p {
  color: #42966A;
  font-weight: bold;
  font-size: 0.875rem;
}

.article-rate {
  position: relative;
}

.rating-thanks,
.rated-before {
  position: absolute;
  font-size: 1rem;
  border-radius: 0.25rem;
  font-weight: bold;
  color: white;
  padding: 0.5625rem;
  display: flex;
  justify-content: center;
  width: 90%;
}

.rating-thanks {
  background-color: #42966A;
}

.rated-before {
  background-color: #f3a119;
}

.my-rating .jq-star-svg {
  width: 1.625rem !important;
  height: 1.375rem !important;
}
.my-rating .jq-star {
  width: 1.875rem !important;
  height: auto !important;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 319px) and (max-width: 1200px) {
  .news {
    padding: 0;
  }
}
.news > .container > .row .col-lg-6:first-child {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
@media (min-width: 992px) {
  .news > .container > .row .col-lg-6:first-child .cardImage {
    height: 33.75rem;
  }
}
.news > .container > .row .col-lg-6:first-child .content .card--title {
  font-size: 2.1875rem;
  line-height: 2.875rem;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .news > .container > .row .col-lg-6:first-child .content .card--title {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.news .load-more {
  border-color: #006930;
  color: #006930;
}
.news .load-more:hover {
  background: #006930;
  color: white;
}

.cardNews {
  border-radius: 0.3125rem;
  height: 100%;
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  border-radius: 50px 20px 50px 20px;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .cardNews {
    margin-bottom: 1.5625rem;
  }
}
.cardNews .cardImage {
  height: 14.5rem;
  background-size: cover;
  border-radius: 0rem;
  position: relative;
  overflow: hidden;
  transition: 1s;
  background-position: center;
  border-radius: 50px 20px 50px 20px;
}
.cardNews .cardImage .details-link {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  right: 0;
  transition: 1s;
  background: linear-gradient(95deg, rgba(6, 143, 116, 0.8) 0%, rgba(1, 108, 96, 0.8) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardNews .cardImage .details-link a {
  color: white;
  padding: 0.5rem 1.875rem;
  position: relative;
}
.cardNews .cardImage .details-link a::after {
  content: "";
  background-image: url("../../SVG/more-link.svg");
  display: inline-block;
  width: 1.75rem;
  height: 1.875rem;
  vertical-align: middle;
  margin-inline-start: 0.375rem;
  background-repeat: no-repeat;
  height: 25px;
  width: 19px;
  background-size: 100%;
  background-position: center;
}
.cardNews span.card--date {
  display: inline-block;
  font-size: 1rem;
  background-color: #FD8902;
  color: white;
  border-radius: 1.25rem;
  padding: 0.0625rem 0.375rem;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.1875rem;
  column-gap: 0.1875rem;
  font-weight: 400;
}
.cardNews span.card--date::before {
  content: "";
  background-image: url("../../SVG/calendar.svg");
  display: inline-block;
  width: 1.75rem;
  height: 1.875rem;
  vertical-align: middle;
  margin-inline-end: 0.375rem;
  background-repeat: no-repeat;
  height: 25px;
  width: 19px;
  background-size: 100%;
  background-position: center;
}
.cardNews span.card--date svg {
  display: none;
}
.cardNews .field-container {
  display: flex;
  align-items: center;
  padding-block: 6px;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.cardNews .field-container .ShortBrief {
  display: none;
}
.cardNews .EventLocation-icon {
  width: 20px;
  height: 20px;
  display: block;
  align-items: center;
  color: #4C4C4D;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.cardNews .EventLocation-icon::before {
  position: absolute;
  content: "";
  background-image: url("../../SVG/location.svg");
  display: inline-block;
  width: 1.75rem;
  height: 1.875rem;
  vertical-align: middle;
  margin-inline-end: 0.375rem;
  background-repeat: no-repeat;
  height: 25px;
  width: 19px;
  background-size: 100%;
  background-position: center;
}
.cardNews .ArticleAuthor-icon {
  width: 20px;
  height: 20px;
  display: block;
  align-items: center;
  color: #4C4C4D;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.cardNews .ArticleAuthor-icon::before {
  position: absolute;
  content: "";
  background-image: url("../../SVG/pen.svg");
  display: inline-block;
  width: 1.75rem;
  height: 1.875rem;
  vertical-align: middle;
  margin-inline-end: 0.375rem;
  background-repeat: no-repeat;
  height: 25px;
  width: 19px;
  background-size: 100%;
  background-position: center;
}
.cardNews .content {
  padding-inline: 1.5rem;
  padding-block: 1.5rem;
}
.cardNews .content .card--title {
  font-size: 1.25rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4C4C4D;
  transition: 1s;
  padding-block-end: 0.3125rem;
  text-decoration: none !important;
}
.cardNews .card--link {
  display: none;
}
.cardNews:hover .details-link {
  bottom: 0;
  transition: 1s;
}
.cardNews:hover .card--title {
  color: #006930;
}
.cardNews .summaryLinks {
  float: none;
  width: auto;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding-block-start: 0.625rem;
  border-top: 0.0625rem solid #c8c8c8;
  margin-block-start: 0.625rem;
  align-items: center;
}
.cardNews .summaryLinks > div {
  border: 0.0625rem solid #c8c8c8;
  width: 4.6875rem;
  height: 3.75rem;
  text-align: center;
  border-radius: 0.3125rem;
}
.cardNews .summaryLinks > div img {
  width: 4.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  transition: 1s;
}
.cardNews .summaryLinks > div:hover img {
  transform: scale(0.8);
}

.news-details {
  background-color: #F6F3EE;
  padding: 2.1875rem 0;
}
.news-details p.date {
  color: #bdbcbc;
}
.news-details .page-details {
  min-height: 31.25rem;
}
.news-details .img-container {
  width: 40.3125rem;
  border-radius: 0.3125rem;
  overflow: hidden;
  float: right;
  margin-inline-start: 1.25rem;
}
.news-details .img-container img {
  height: 100%;
  width: 100%;
}

.order-div {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.order-div select {
  width: 200px;
}

div#PlaceHolderlocalMenu {
  padding-top: 1.25rem;
}
@media (min-width: small) {
  div#PlaceHolderlocalMenu {
    border-left: 0.0625rem solid #f7f7f7;
    padding-left: 2.25rem;
    margin-left: 1.875rem;
  }
}

/*local menu*/
.local-menu {
  border-radius: 0.3125rem;
}
@media (min-width: 319px) and (max-width: 767px) {
  .local-menu {
    padding-left: 0rem !important;
  }
}
@media (max-width: 767px) {
  .local-menu {
    overflow-y: auto;
    border-radius: 0rem;
    position: absolute;
    top: 1.875rem;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: 999;
    height: 100vh;
    background-color: white;
    padding-inline-end: 3.75rem !important;
    box-shadow: 0rem 0.125rem 0.375rem #ddd;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .local-menu {
    transition: none;
  }
}
@media (max-width: 767px) {
  .local-menu.open-menu {
    left: 0;
  }
}
.local-menu .close-btn {
  width: 2.1875rem;
  height: 2.1875rem;
  background: #006930;
  padding: 0.375rem 0.4375rem 0.4375rem;
  border-radius: 0.125rem;
  margin: 0.625rem;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .local-menu .close-btn {
    display: none;
  }
}
.local-menu .close-btn svg {
  fill: #959FA4;
}
.local-menu .ms-core-sideNavBox-removeLeftMargin {
  margin-left: 0;
}
.local-menu.fixed .ms-core-navigation {
  position: fixed;
  top: 12.5rem;
  width: 14.375rem;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root {
  padding: 0;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li {
  list-style: none;
  margin-bottom: 1.125rem;
  border: transparent;
  border-radius: 1rem;
  border-left: 0.5rem solid transparent;
  border: 0.0625rem solid transparent;
  overflow: hidden;
  background: #F9F9F9;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.selected {
  color: white;
  border: transparent;
  border-color: #0D8141;
  border-left: 0.5rem solid #0D8141;
  box-shadow: none;
  background-image: linear-gradient(99deg, #006930 -4.86%, #D8E024 118.28%);
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item {
  padding: 1.5rem 1.5rem;
  font-size: 1.125rem;
  position: relative;
  font-weight: 400;
  color: #353535;
  font-family: "Nunito_Sans", sans-serif;
  transition: all 0.2s ease-in-out;
  display: flex;
}
@media screen and (prefers-reduced-motion: reduce) {
  .local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item {
    transition: none;
  }
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item .additional-background {
  margin-right: 1rem;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item::after {
  content: "";
  background: url("../../SVG/menuArrow.svg");
  width: 0.5rem;
  height: 0.8125rem;
  background-size: 100%;
  position: absolute;
  right: 1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(180deg);
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item:hover {
  color: #006930;
  background-color: transparent;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item:hover::after {
  background: url("../../SVG/selectedMenuArrow.svg");
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li .ms-core-listMenu-selected {
  background: transparent;
  border: transparent;
  color: white !important;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li .ms-core-listMenu-selected::after {
  background: url("../../SVG/selectedMenuArrow.svg");
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > ul.static > li.static > .ms-core-listMenu-item {
  padding-right: 1.25rem;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > ul.static > li.static > .ms-core-listMenu-item:hover {
  color: #006930;
  background: none;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li ul.dynamic {
  position: static;
  right: auto;
  top: auto;
  z-index: 50;
  white-space: normal;
  word-wrap: initial;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  width: 100% !important;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li ul.dynamic li:last-child {
  margin-bottom: 0.75rem;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li ul.dynamic li > .ms-core-listMenu-item {
  transition: all 0.2s ease-in-out;
  font-size: 0.9375rem;
  position: relative;
  font-weight: normal;
  color: #595F60;
  border-style: solid;
  border-width: 0;
  border-right-width: 0.3125rem;
  border-color: #006930;
  padding: 0.125rem 1.875rem 0.75rem;
}
@media screen and (prefers-reduced-motion: reduce) {
  .local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li ul.dynamic li > .ms-core-listMenu-item {
    transition: none;
  }
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li ul.dynamic li > .ms-core-listMenu-item:hover {
  color: #006930;
  background-color: transparent;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li ul.dynamic li .ms-core-listMenu-selected {
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #019FC0);
  border: transparent;
  color: white;
}

.side-menu-btn {
  display: none;
}
@media (min-width: 319px) and (max-width: 767px) {
  .side-menu-btn {
    display: inline-block;
    border: 0.0625rem solid #006930;
    color: #006930;
    border-radius: 0.25rem;
    padding: 0.625rem 1.5625rem;
    font-weight: bold;
    font-size: 0.75rem;
  }
}

.black_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.white_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 42%;
  min-height: 21.875rem;
  padding: 1rem;
  background-color: #fff;
  border: 0.1875rem solid #25816d;
  z-index: 1002;
  overflow: auto;
  transform: translateX(-50%) translateY(-50%);
}

a.Close {
  background: #ffdc66;
  color: #317d6f;
  font-size: 2.1875rem;
  padding: 0.3125rem;
  min-width: 3.125rem;
  border: none;
  margin: 0;
  height: 3.125rem;
  line-height: 2.5rem;
  cursor: pointer;
  border-radius: 50%;
  display: block;
  width: 3.125rem;
  text-align: center;
}

.white_content iframe {
  width: 100%;
  min-height: 24.375rem;
  overflow: hidden;
  margin-top: 1.25rem;
}

#content-items {
  direction: ltr;
  height: 3.75rem;
  overflow: hidden;
}

.marquee a {
  color: #647378;
  font-size: 1.25rem;
  display: inline-block;
  padding: 0.9375rem 0;
  position: relative;
  margin-right: 2.5rem;
}
.marquee a:visited {
  color: #647378 !important;
}
.marquee a:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background: #00A159;
  border: 0.0625rem solid #29504d;
  border-radius: 50%;
  top: auto;
  bottom: 40%;
  left: -1.75rem;
  right: auto;
}

.navbar {
  top: 0;
  padding: 0.5rem 0;
}

#sideNavBox {
  display: none;
}

.boardOfDirectors {
  background: transparent;
  text-align: center;
  margin-block-end: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
  border-radius: 0.25rem;
  flex-direction: column;
}
@media (min-width: 319px) and (max-width: 767px) {
  .boardOfDirectors {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .boardOfDirectors {
    padding: 0.9375rem 0;
  }
}
.boardOfDirectors .image-area-left {
  float: none;
  display: inline-block;
  padding: 0;
}
@media (max-width: 992px) {
  .boardOfDirectors .image-area-left {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 993px) {
  .boardOfDirectors .image-area-left {
    height: 22.1875rem;
    max-width: 17.8125rem;
    position: relative;
  }
}
.boardOfDirectors .image-area-left img {
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 319px) and (max-width: 767px) {
  .boardOfDirectors .image-area-left img {
    height: 176px;
  }
}
.boardOfDirectors .image-area-left:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  left: -0.875rem;
  top: -0.625rem;
  border-image-slice: 1;
  background: linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), var(--DarkGreen, #0D8141);
}
.boardOfDirectors .image-area-left:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  left: -0.5625rem;
  z-index: 0;
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  top: -0.375rem;
  width: 98%;
}
.boardOfDirectors .link-item {
  display: inline-block;
  vertical-align: middle;
  margin-top: 13px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .boardOfDirectors .link-item {
    width: 100%;
  }
}
.boardOfDirectors .link-item p {
  margin-bottom: 0;
  color: #006930;
  font-size: 1.25rem;
  font-weight: 500;
}
.boardOfDirectors .link-item a {
  font-size: 1.25rem;
  color: #006930;
  font-weight: 700;
  min-width: 28.125rem;
  text-align: left;
  display: block;
}
.boardOfDirectors .link-item .position p {
  color: #353535 !important;
  font-size: 1rem !important;
}
.boardOfDirectors .link-item .position p span {
  display: block;
}

.boardOfDirectors-all {
  text-align: center;
  float: left;
  margin-inline: 3.125rem;
  margin-block-end: 2.8125rem;
  border-radius: 0.3125rem;
  padding: 0;
  max-height: 27.8125rem;
}
@media (max-width: 767px) {
  .boardOfDirectors-all {
    width: 100%;
  }
}
@media (max-width: 999px) and (min-width: 768px) {
  .boardOfDirectors-all {
    width: 46%;
  }
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .boardOfDirectors-all {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .boardOfDirectors-all {
    width: 24%;
  }
}
.boardOfDirectors-all .image-area-left {
  float: none;
  padding: 0;
  height: 22.1875rem;
  max-width: 17.8125rem;
  position: relative;
}
.boardOfDirectors-all .image-area-left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.boardOfDirectors-all .image-area-left:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  left: -0.875rem;
  top: -0.625rem;
  border-image-slice: 1;
  background: linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), var(--DarkGreen, #0D8141);
}
.boardOfDirectors-all .image-area-left:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  left: -0.5625rem;
  z-index: 0;
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  top: -0.375rem;
  width: 98%;
}
.boardOfDirectors-all .link-item {
  padding: 1.25rem 0.625rem;
}
.boardOfDirectors-all .link-item p {
  margin-bottom: 0;
  color: #006930;
  font-size: 1.25rem;
  font-weight: 500;
}
.boardOfDirectors-all .link-item a {
  font-size: 1.25rem;
  color: #006930;
  font-weight: 700;
  min-width: 28.125rem;
  text-align: left;
  display: block;
}
.boardOfDirectors-all .link-item .position p {
  color: #353535 !important;
  font-size: 1rem !important;
}
.boardOfDirectors-all .link-item .position p span {
  display: block;
}

div.ms-webpart-cell-vertical-inline-table {
  display: block !important;
}

.summaryLinks {
  float: left;
  width: 33.3333333333%;
  margin-bottom: 1.5625rem;
}
@media (min-width: 319px) and (max-width: 767px) {
  .summaryLinks {
    width: 100%;
  }
}
.summaryLinks .inner-content {
  position: relative;
  background-color: white;
  margin: 0 1.25rem;
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  height: 8.125rem;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #333333;
  transition: all 0.3s ease 0.1s;
  background: white;
  box-shadow: 0rem 0.25rem 2.625rem -0.125rem rgba(0, 0, 0, 0.08);
}
.summaryLinks .inner-content:before {
  position: absolute;
  content: "";
  width: 2.3125rem;
  height: 2.3125rem;
  background-image: url(../../images/mainIcons-circleArrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  right: 1.5625rem;
  top: 40%;
  background-size: 100%;
  transform: scaleX(-1);
}
@media (min-width: 319px) and (max-width: 767px) {
  .summaryLinks .inner-content:before {
    bottom: 10px;
    top: auto;
    right: 13px;
  }
}
.summaryLinks .inner-content:after {
  content: "";
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), var(--White, #FFF);
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0.1s;
}
.summaryLinks .inner-content .img-container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline-start: 1.5625rem;
  margin-inline-end: 1.25rem;
  transition: all 0.3s ease 0.1s;
}
.summaryLinks .inner-content img {
  margin-inline-end: 0rem;
  width: 3.3125rem;
}
.summaryLinks .inner-content .title {
  position: relative;
  z-index: 1;
  padding-inline-end: 3.75rem;
}
.summaryLinks:hover {
  text-decoration: none;
}
.summaryLinks:hover .inner-content:after {
  width: 100%;
}
.summaryLinks:hover .inner-content:before {
  background-image: url(../../images/mainIcons-circleArrowWhite.svg);
  z-index: 1;
}
.summaryLinks:hover .inner-content .img-container {
  border-color: white;
}
.summaryLinks:hover .inner-content .title {
  color: white;
}

.card-initiatives {
  float: left;
  width: 33.3333333333%;
  margin-bottom: 1.5625rem;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-direction: column;
  height: 205px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-initiatives {
    width: 100%;
    height: auto;
  }
}
.card-initiatives .inner-content {
  background-color: white;
  border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 24px;
  margin-inline-end: 24px;
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  height: 100%;
  border: 1px solid transparent;
  transition: 1s;
}
.card-initiatives .inner-content .title {
  font-size: 18px;
  font-weight: bold;
  color: #1B1B1B;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-initiatives .inner-content .brief {
  font-size: 16px;
  font-weight: 400;
  color: #353535;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-block-start: auto;
}
.card-initiatives .inner-content .card--link {
  display: flex;
  justify-content: end;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  color: #006930;
  font-size: 16px;
  font-weight: bold;
}
.card-initiatives:hover {
  text-decoration: none;
}
.card-initiatives:hover .inner-content {
  border: 1px solid #006930;
}

.card-importantLinks {
  display: flex;
  background: white;
  width: 100%;
  border: 0.0625rem solid #dbd9d9;
  border-left: 0.3125rem solid #0D8141;
  border-radius: 1.25rem;
  height: 4.5625rem;
  padding: 0rem 1.25rem;
  margin-bottom: 1.5625rem;
  position: relative;
  line-height: 1.2;
  align-items: center;
  overflow: hidden;
}
.card-importantLinks span {
  position: relative;
  z-index: 1;
  font-size: 1.1875rem;
  font-weight: 400;
  color: black;
  transition: all 0.3s ease 0.1s;
}
.card-importantLinks:after {
  content: "";
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), var(--White, #FFF);
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0.1s;
}
.card-importantLinks:hover:after {
  width: 100%;
}
.card-importantLinks:hover span {
  color: white;
  text-decoration: none !important;
}

a.PressFileSummaryLinks {
  float: left;
  width: auto;
  overflow: hidden;
  display: block;
  border: 0.0625rem solid #c8c8c8;
  width: auto;
  height: 4.8125rem;
  text-align: center;
  border-radius: 0.3125rem;
  margin-inline-end: 0.9375rem;
  margin-block-end: 0.625rem;
  padding: 0.625rem;
}
a.PressFileSummaryLinks img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  transition: 1s;
}
a.PressFileSummaryLinks:hover img {
  transform: scale(0.8);
}

.service-catalog {
  background-color: #F6F3EE;
}

.SearchBackground {
  color: white;
}
@media (min-width: 319px) and (max-width: 767px) {
  .SearchBackground {
    height: 290px;
  }
}
.SearchBackground .filter-data {
  width: 20%;
  color: #333;
  display: none;
}
.SearchBackground .filter-data .ServiceCatalogTitle {
  font-weight: bold;
  font-size: 20px;
}
.SearchBackground .filter-data p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}

.search-component {
  padding: 10px 26px;
  border-radius: 10px;
}
.search-component .search-container {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  flex-wrap: wrap;
  height: 60px;
  justify-content: center;
}
@media (min-width: 767px) and (max-width: 991px) {
  .search-component .search-container {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.search-component .search-container select {
  width: 17%;
  height: 100%;
  border-radius: 12px;
  border-color: #353535;
}
@media (min-width: 319px) and (max-width: 767px) {
  .search-component .search-container select {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .search-component .search-container select {
    width: 28%;
    margin-inline-end: 14px;
  }
}
.search-component .search-container input {
  width: 28%;
  height: 100%;
  background-color: white;
  border-radius: 12px;
  border-color: #353535;
}
@media (min-width: 767px) and (max-width: 991px) {
  .search-component .search-container input {
    width: 46%;
    margin-inline-end: 14px;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .search-component .search-container input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.search-component .search-container button {
  width: 9%;
  height: 100%;
  background-color: #006930;
  color: white !important;
  border-color: #006930 !important;
  border-radius: 999px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .search-component .search-container button {
    width: 100%;
  }
}

.change-view {
  float: right;
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 0px;
  width: 100%;
  justify-content: end;
}
@media (min-width: 767px) and (max-width: 991px) {
  .change-view {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .change-view {
    display: none;
  }
}
.change-view span {
  cursor: pointer;
}
@media (min-width: 767px) and (max-width: 991px) {
  .change-view span {
    margin-inline-start: 15px;
  }
}
.change-view span.active svg {
  fill: #006930;
}
.change-view span.active svg path {
  fill: #006930;
}

.category-title {
  font-size: 25px;
  font-weight: bold;
}
.category-title label.CategoryLabel {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #006930;
  font-size: 26px;
  font-weight: 400;
  align-items: center;
}
.category-title span.CategoryCounter {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background-color: #82C887;
  font-size: 18px;
  color: white;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-top: 7px;
}

.ServiceCardContainer > div {
  margin-bottom: 50px;
}
.ServiceCardContainer .ServiceCardSection {
  margin-bottom: 30px;
  background-color: white;
  height: 220px;
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  border-radius: 50px 20px 50px 20px;
  overflow: hidden;
  border-radius: 20px 50px 20px 50px;
}
.ServiceCardContainer .card {
  border-color: white;
  border-radius: 10px;
  height: 100%;
}
.ServiceCardContainer .card-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 2px;
  overflow: hidden;
  padding-inline: 24px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .ServiceCardContainer .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .ServiceCardContainer .card-title {
    font-size: 18px;
  }
}
@media (min-width: midscreen) {
  .ServiceCardContainer .card-title {
    font-size: 20px;
    font-size: 18px;
  }
}
.ServiceCardContainer .card-text {
  color: #727272;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px;
}
.ServiceCardContainer .card-img {
  width: 68px;
  height: 68px;
  background-color: #F6F3EE;
  border-radius: 10px;
  padding: 14px;
}
.ServiceCardContainer.list-view .ServiceCardSection {
  height: 100px;
}
.ServiceCardContainer.list-view .card-body {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  padding: 0 15px;
}
.ServiceCardContainer.list-view .card-text {
  display: none;
}
.ServiceCardContainer.list-view .div-links {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  padding-inline-end: 35px;
}
.ServiceCardContainer.list-view .div-links .card-link {
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), var(--LightGreen, #06AA43);
  color: white;
  text-align: center;
  padding-block: 5px;
  border-radius: 20px;
  padding-inline: 15px;
  font-weight: 400;
}
.ServiceCardContainer.list-view .div-links .card-link svg {
  height: 23px;
  padding-inline-start: 10px;
  transform: scaleX(-1);
}
.ServiceCardContainer.list-view .div-links .service-link {
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), var(--LightGreen, #06AA43);
  color: white;
  text-align: center;
  padding-block: 5px;
  border-radius: 20px;
  padding-inline: 15px;
}
.ServiceCardContainer.list-view .div-links .service-link a {
  color: white;
  font-weight: 400;
}
.ServiceCardContainer.list-view .div-links .service-link svg {
  height: 23px;
  padding-inline-start: 10px;
  transform: scaleX(-1);
}
.ServiceCardContainer.list-view .ms-rtestate-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ServiceCardContainer.list-view .ms-rtestate-field a {
  border: 2px solid #006930;
  padding: 8px 20px;
  color: white !important;
  background: #006930;
  border-radius: 4px;
  font-size: 16px;
}
.ServiceCardContainer.list-view .ms-rtestate-field a svg {
  display: none;
}
.ServiceCardContainer.grid-view .card-body {
  padding: 0px;
}
.ServiceCardContainer.grid-view .card-body .ms-rtestate-field {
  display: inline-block;
  width: 48%;
  margin-inline-start: 10px;
}
.ServiceCardContainer.grid-view .card-body .ms-rtestate-field a {
  text-align: center;
  display: block;
  margin-left: auto;
  border: 2px solid #006930;
  background: #006930;
  align-items: center;
  padding: 8px 10px;
  color: white !important;
  border-radius: 4px;
  font-size: 16px;
}
.ServiceCardContainer.grid-view .card-body .ms-rtestate-field a svg {
  display: none;
}
.ServiceCardContainer.grid-view .card-body .div-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.ServiceCardContainer.grid-view .card-body .div-links .card-link {
  width: 50%;
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), var(--LightGreen, #06AA43);
  color: white;
  text-align: center;
  padding-block: 12px;
  border-bottom-left-radius: 50px;
}
.ServiceCardContainer.grid-view .card-body .div-links .service-link {
  width: 50%;
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), var(--LightGreen, #06AA43);
  color: white;
  text-align: center;
  padding-block: 12px;
  border-bottom-right-radius: 20px;
}
.ServiceCardContainer.grid-view .card-body .div-links .service-link a {
  color: white;
}
.ServiceCardContainer.grid-view .card-body .div-links svg {
  margin-inline-start: 8px;
  transform: scaleX(-1);
}
.ServiceCardContainer .cardImage {
  background-repeat: no-repeat;
  height: 50px !important;
  background-position: 97% center;
  position: relative;
  min-width: 40px;
  background-position: 3% center;
}
.ServiceCardContainer .cardImage:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #13DBFD 0%, #006930 50.52%, #FD8902 100%);
  border-radius: 50%;
  z-index: 0;
  opacity: 0.38;
  top: 20%;
  left: 0;
}
.ServiceCardContainer .icons {
  padding: 24px;
}

.viewAllbtn .btn {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  color: #42966A !important;
  height: 45px;
  border-radius: 4px;
  margin-top: 8px;
  width: 113px;
  font-weight: bold;
  justify-content: space-between;
  float: right;
}
.viewAllbtn .btn svg {
  transform: scaleX(-1);
}

.CusPageTool ul.pageHeader {
  margin-top: 20px;
}

.news-web-part .CusPageTool {
  display: flex;
  width: 100%;
  justify-content: end;
}
.news-web-part .CusPageTool ul.pageHeader {
  margin-top: 0;
  margin-bottom: 30px;
}

.service-data a:hover {
  text-decoration: none !important;
}
.service-data .service-section-toptitle {
  color: #006930;
  font-size: 20px;
  font-weight: 500;
}
.service-data .service-section-title {
  font-size: 1.1875rem;
  color: #353535;
  margin-inline-end: 30px;
}
.service-data .description {
  font-size: 1.1875rem;
  margin-block-end: 20px;
}
.service-data .description ul {
  counter-reset: section;
  margin: 0;
  padding: 0;
}
.service-data .description ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 4px;
  list-style: none;
}
.service-data .description ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 13px;
  height: 13px;
  background: #dddddd;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 25px;
}
.service-data .description ol {
  counter-reset: section;
  margin: 0;
  padding: 0;
}
.service-data .description ol li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 8px;
  list-style: none;
}
.service-data .description ol li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  color: black;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}
.service-data .tab-content {
  padding: 25px;
}
.service-data .service-nav {
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background-color: white;
}
.service-data .nav-tabs li {
  padding: 1.125rem 2.1875rem;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .service-data .nav-tabs li {
    padding: 1.125rem 0.625rem;
  }
}
.service-data .nav-tabs a.active.show {
  position: relative;
}
.service-data .nav-tabs a.active.show .service-section-title {
  color: #006930;
}
.service-data .nav-tabs a.active.show:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #006930;
  bottom: -28px;
}

.service-info {
  background: #FFF8F0;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
  border-radius: 25px;
}
.service-info:before {
  background-image: url(../../images/service-bg.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background-position: 1% 2%;
}
.service-info .info-inner {
  position: relative;
  padding-inline-start: 55px;
  margin-block-end: 30px;
  z-index: 1;
}
.service-info .info-inner:before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background: linear-gradient(180deg, #13DBFD 0%, #006930 50.52%, #FD8902 100%);
  border-radius: 50%;
  z-index: 0;
  opacity: 0.38;
  top: 20%;
  left: -7px;
}
.service-info .info-inner img, .service-info .info-inner svg {
  position: absolute;
  left: 0;
  top: 10px;
}
.service-info .info-inner .title {
  font-size: 16px;
  color: #006930;
  font-weight: 400;
  margin-bottom: 3px;
}
.service-info .info-inner h2 {
  font-size: 18px;
  color: #353535;
  margin-top: 6px;
  font-weight: 500;
}
.service-info .info-inner.info-status {
  padding: 0;
  display: flex;
  justify-content: center;
}
.service-info .info-inner.info-status .inner-satus {
  padding: 5px 55px;
  background: #f5f5f5;
  border-radius: 999px;
  border: 1px solid #ddd;
}
.service-info .setServiceLink {
  display: flex;
  justify-content: center;
  background: #006930;
  color: white;
  border-radius: 999px;
  padding-block: 12px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.service-info .setServiceLink a {
  color: white;
  font-size: 18px;
}

.service-btn {
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding-block: 20px;
}
.service-btn .setServiceLink {
  border: 1px solid #006930;
  display: block;
  border-radius: 5px;
  padding: 15px 10px;
  background: #006930;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-block-end: 15px;
  transition: 1s;
}
.service-btn .setServiceLink svg {
  width: 30px;
  height: 31px;
}
.service-btn .setServiceLink svg path {
  fill: white;
  transition: 1s;
}
.service-btn .setServiceLink:hover {
  background: transparent;
  border-color: #006930;
  color: #006930;
}
.service-btn .setServiceLink:hover svg path {
  fill: #006930;
}

.feedbck-btn {
  border: 1px solid #f3a119;
  display: block;
  border-radius: 5px;
  padding: 15px 10px;
  background: transparent;
  color: #f3a119;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-block-end: 15px;
  transition: 1s;
}
.feedbck-btn:hover {
  background: white;
  border-color: #006930;
  color: #006930;
}

@media (min-width: 319px) and (max-width: 767px) {
  .file-eplorer {
    padding: 0;
  }
}
.file-eplorer .card-group .col-md-6 {
  height: 100%;
  position: relative;
}
.file-eplorer .card-group .col-md-6:before {
  content: "";
  position: absolute;
  width: 88%;
  height: 80%;
  border-radius: 50px 20px 50px 20px;
  z-index: 0;
  left: 28px;
  top: -13px;
  background: #EDEDED;
}
.file-eplorer .card-group .col-md-6:after {
  content: "";
  position: absolute;
  width: 91%;
  height: 80%;
  border-radius: 50px 20px 50px 20px;
  z-index: 0;
  left: 20px;
  top: -6px;
  background: #F8F8F8;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .file-eplorer .card-group .col-lg-3 {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
.file-eplorer .row.mb-5 {
  padding: 0 24px;
}
.file-eplorer .row.mb-5 select.form-control.pull-right {
  width: 290px;
  float: right;
}
.file-eplorer .folder-title {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: row;
}
.file-eplorer .folder-title h3 {
  margin: 0;
}
.file-eplorer .folderBreadcrumb {
  display: flex;
  align-items: center;
}
.file-eplorer .folderBreadcrumb .back-btn .BackImage {
  height: 40px;
}
.file-eplorer .folderBreadcrumb span {
  font-weight: 400;
  color: #479e99;
}
@media (min-width: 319px) and (max-width: 767px) {
  .file-eplorer .folderBreadcrumb span {
    font-size: 15px;
  }
}
.file-eplorer .folderBreadcrumb span.active {
  color: #c8c4c4;
}
@media (min-width: 319px) and (max-width: 767px) {
  .file-eplorer .folderBreadcrumb span.active {
    font-size: 15px;
  }
}
.file-eplorer .card.folder-card {
  margin-bottom: 20px;
  display: flex;
  border-radius: 50px 20px 50px 20px;
  padding: 24px;
  border: none;
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  min-height: 240px;
}
.file-eplorer .card.folder-card:before {
  content: "";
  position: absolute;
  width: 2.0625rem;
  height: 2.0625rem;
  background: linear-gradient(180deg, #13DBFD 0%, #06AA43 50.52%, #FD8902 100%);
  border-radius: 50%;
  z-index: 1;
  opacity: 0.38;
  top: 20%;
  left: 26px;
}
.file-eplorer .card.folder-card > svg {
  width: 82px;
  height: 61px;
  position: relative;
  left: -30px;
  transform: scaleX(-1);
}
.file-eplorer .card.folder-card .card-body {
  position: relative;
  padding-bottom: 15px;
  padding-inline: 0;
}
.file-eplorer .card.folder-card .card-body .folder-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  margin-top: 5px;
  color: #353535;
  font-size: 17px;
}
.file-eplorer .card.folder-card .card-body p.folder-count {
  color: #353535;
  margin-bottom: 0;
}
.file-eplorer .card.folder-card .folder-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  max-width: 40px;
  min-width: 40px;
  font-size: 0;
  position: absolute;
  bottom: 13px;
  right: 20px;
  background-color: transparent;
  border-color: #353535;
  transform: scaleX(-1);
}
.file-eplorer .card.file-card {
  padding: 20px 0;
  margin-bottom: 20px;
  border: none;
  z-index: 1;
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  border-radius: 50px 20px 50px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  min-height: 263px;
}
.file-eplorer .card.file-card:before {
  content: "";
  position: absolute;
  width: 2.0625rem;
  height: 2.0625rem;
  background: linear-gradient(180deg, #13DBFD 0%, #06AA43 50.52%, #FD8902 100%);
  border-radius: 50%;
  z-index: 1;
  opacity: 0.38;
  top: 20%;
  left: 26px;
}
.file-eplorer .card.file-card > svg {
  width: 82px;
  height: 61px;
  position: relative;
}
.file-eplorer .card.file-card img.card-img-top {
  width: 150px;
  margin: 0 auto;
  margin-top: 35px;
}
.file-eplorer .card.file-card .card-body {
  flex-direction: column;
  align-items: baseline;
  position: relative;
}
.file-eplorer .card.file-card .card-body .file-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  margin-top: 18px;
  display: none;
}
.file-eplorer .card.file-card .card-body .file-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  margin-top: 5px;
  color: #353535;
  font-size: 17px;
}
.file-eplorer .card.file-card .card-body .file-size {
  color: #353535;
  font-size: 16px;
  margin-bottom: 0;
}
.file-eplorer .card.file-card a.btn.btn-sm.btn-primary.file-btn {
  background-color: transparent;
  color: #006930 !important;
  width: 100%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  max-width: 40px;
  min-width: 40px;
  font-size: 0;
  position: absolute;
  bottom: 13px;
  right: 20px;
  padding: 0;
  background-color: transparent;
  border-color: #353535;
}
.folderBreadcrumb > div {
  display: flex;
  font-size: 17px;
  padding: 10px;
  border-radius: 4px;
}
.folderBreadcrumb > div span {
  font-weight: 400;
  color: #006930 !important;
  padding-inline-end: 7px;
}
.folderBreadcrumb > div span.active {
  color: #353535 !important;
  text-decoration: none;
  font-size: 17px;
  border-bottom: none;
}

.pollsVoting .question-div label.title-Q {
  font-size: 1.75rem;
  margin-block-end: 30px;
}
.pollsVoting .question-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-end: 30px;
}
.pollsVoting .question-item .item {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.pollsVoting .question-item .item input[type=radio] {
  position: absolute;
  visibility: hidden;
  top: 0px;
  left: 50%;
}
.pollsVoting .question-item .item .form-check {
  padding-left: 0px;
}
.pollsVoting .question-item .item .form-check-label {
  margin-bottom: 0;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 1.125rem;
  z-index: 9;
  cursor: pointer;
  padding-block-start: 90px;
  height: auto;
}
.pollsVoting .question-item .item .check-01 {
  display: inline-block;
  position: absolute;
  border: 2px solid #006930;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  top: 0px;
  left: 50%;
  transform: translatex(-50%);
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.pollsVoting .question-item .item .check-01::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 80%;
  width: 80%;
  top: 7px;
  left: 7px;
  margin: auto;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  background-image: url("../../images/poll-check.png");
  background-size: 74%;
  background-repeat: no-repeat;
  background-position: center;
}
.pollsVoting .question-item .item input[type=radio]:checked ~ .check-01 {
  border: 2px solid #FD8902;
}
.pollsVoting .question-item .item input[type=radio]:checked ~ .check-01::before {
  background-color: #FD8902;
}
.pollsVoting .question-item .item input[type=radio]:checked ~ label {
  color: #6f6f6f;
}
.pollsVoting .question-item .item input[type=checkbox] {
  display: none;
}

.polls .title-polls {
  font-size: 1.5rem;
  margin-block-end: 30px;
  color: #006930;
}
.polls .answers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-end: 30px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  border-bottom: 1px dashed #cbcbcb;
  padding-block-end: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .polls .answers {
    flex-wrap: wrap;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .polls .answers {
    flex-wrap: wrap;
  }
}
.polls .answers .answers-child {
  flex-grow: 1;
  display: flex;
  background-color: white;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50px 20px 50px 20px;
  padding: 24px;
  border: none;
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  flex: 0 0 31.333333%;
}
@media (max-width: 992px) {
  .polls .answers .answers-child {
    margin-bottom: 15px;
  }
}
.polls .answers .answers-child .circle {
  margin-inline-end: 16px;
}
@media (max-width: 992px) {
  .polls .answers .answers-child .circle {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 993px) {
  .polls .answers .answers-child .circle {
    width: 80px;
    height: 80px;
  }
}
.polls .answers .answers-child .circle svg text {
  fill: #006930 !important;
  font-size: 18px !important;
  font-weight: bold;
  transform: translateX(20px) translateY(10px);
  direction: rtl;
}
.polls .answers .answers-child .title {
  position: relative;
  font-weight: 500;
  cursor: pointer;
  padding-block-start: 1.125rem;
  height: auto;
  font-size: 1.125rem;
  text-align: center;
}
.polls .answers .answers-child .title span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  border-radius: 10px;
  padding: 5px;
  color: #333;
  font-weight: bold;
}

.container_75efb2bc {
  max-width: initial;
  margin: 0;
  box-shadow: none;
}

.pollsVoting-btn {
  border-radius: 4px;
}

.form-group.btn-archive .btn {
  border-radius: 4px;
}

.pollsArchive .pagination {
  justify-content: center;
}
.pollsArchive .pagination button {
  background-color: #006930;
  border: 1px solid #006930;
  color: white;
  padding: 10px 25px;
  font-size: 16px;
}

.CompletePageContainer {
  border-radius: 4px;
  box-shadow: 0px 2px 6px #ddd;
  padding: 20px;
}
.CompletePageContainer label.title-Q {
  font-size: 24px !important;
}
@media (min-width: 319px) and (max-width: 767px) {
  .CompletePageContainer .col-md-12 > div :after {
    display: block;
    content: "";
    clear: both;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .CompletePageContainer .form-check-inline {
    float: left;
    width: 50%;
    margin: 0;
  }
}
.CompletePageContainer .form-group {
  display: flex;
  flex-wrap: wrap;
}
.CompletePageContainer .form-group label {
  width: 100%;
}

.form-group.btn-archive {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.form-group.btn-archive a.btn.btn-primary {
  color: #006930 !important;
  background: transparent;
}
.form-group.btn-archive a.btn.btn-primary:hover {
  color: white !important;
  background: #006930;
}

.all-msg {
  display: flex;
  justify-content: end;
}
.all-msg .Success-msg {
  background: rgba(2, 163, 0, 0.4509803922);
  color: white;
  border-radius: 5px;
  padding: 7px 37px;
  font-size: 14px;
  display: flex;
}
.all-msg .Success-msg h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
.all-msg .Success-msg .SuccessIcon {
  background-image: url("../../images/poll-check.png");
  background-size: 74%;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 37px;
}
.all-msg .already-msg {
  background: #f3a119;
  color: white;
  border-radius: 5px;
  padding: 7px 37px;
  font-size: 14px;
  display: flex;
}
@media (min-width: 319px) and (max-width: 767px) {
  .all-msg .already-msg {
    padding: 4px 24px;
    margin-bottom: 35px;
  }
}
.all-msg .already-msg h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
.all-msg .already-msg .SuccessIcon {
  background-image: url("../../images/danger.png");
  background-size: 74%;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 37px;
}

.votes-counts {
  display: inline-flex;
  margin-bottom: 20px;
  background-color: #fdecd1;
  padding: 7px 11px;
  border-radius: 40px;
  color: #333;
  font-size: 16px;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding-inline-end: 25px;
}
.votes-counts span.total-title {
  font-weight: bold;
  color: #9b8989;
}
.votes-counts .votes-icon {
  background-image: url("../../images/bullhorn.png");
  background-size: 74%;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
}

.pagination {
  position: relative;
  border-bottom: 1px dashed #cbcbcb;
  margin-top: 90px;
  justify-content: center;
}
.pagination button {
  background-color: white !important;
  border: none !important;
  color: #006930 !important;
  padding: 10px 25px;
  font-size: 16px;
  position: absolute;
  top: -26px;
  padding-inline-end: 50px !important;
}
.pagination button:focus {
  box-shadow: none !important;
  border: none !important;
}
.pagination button::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 37px;
  background-image: url("../../images/down-arrow.png");
  background-size: 89%;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
  left: auto;
  right: 15px;
}

.contactUs-div {
  background: #f7f7f7;
  margin-bottom: 50px;
  padding-bottom: 63px;
  border-radius: 7px;
  padding: 20px;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .contactUs-div {
    padding: 0;
  }
}
.contactUs-div .submit-msg .SuccessIcon svg {
  fill: #006930 !important;
}
.contactUs-div .submit-msg h3 {
  color: #006930 !important;
}
.contactUs-div .titl-inter {
  color: #006930;
  font-size: 28px;
  font-weight: bold;
}
.contactUs-div .titl-inter .brif {
  display: block;
  color: #006930;
  font-size: 1.25rem;
  font-weight: normal;
  margin-top: 15px;
}
.contactUs-div label {
  color: #006930;
}
.contactUs-div button.btn.btn-primary {
  width: 100%;
  border-radius: 3px;
  color: white !important;
}

.contactUs {
  color: black;
}
.contactUs .srv-validation-message {
  color: red;
  font-size: 16px;
}
.contactUs input {
  background-color: white;
}
.contactUs .form-control {
  height: 47px;
  border-color: #D6D6D6 !important;
  border-radius: 12px;
}
.contactUs input[type=tel] {
  height: 47px !important;
  border-radius: 12px;
}
.contactUs label {
  padding-top: 15px;
}
.contactUs textarea {
  height: auto;
  min-height: 198px;
}
.contactUs .contactUs-info {
  display: none;
}
.contactUs button.btn.btn-primary {
  background-color: #006930;
  border-color: #006930;
  width: 100%;
  width: 88%;
  border-radius: 999px;
  color: white !important;
  padding-block: 15px;
}

.contact-data {
  padding: 0 312px;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .contact-data {
    padding: 0;
  }
}
.contact-data h3 {
  font-weight: bold;
  margin-bottom: 0;
}
.contact-data p {
  color: #999999;
  font-size: 14px;
}
.contact-data .data-block {
  background-color: #42966A;
  color: white;
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  border-radius: 5px;
  padding: 20px;
  align-items: center;
}
@media (min-width: 319px) and (max-width: 767px) {
  .contact-data .data-block {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 20px;
  }
}
.contact-data .data-block .img-container {
  background-color: white;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .contact-data .data-block .img-container {
    width: 67px;
    height: 67px;
  }
}
.contact-data .data-block .img-container img {
  height: 38px;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .contact-data .data-block .img-container img {
    height: 25px;
  }
}
.contact-data .data-block .data-container p, .contact-data .data-block .data-container h4 {
  color: white;
  margin-bottom: 0;
}
.contact-data .data-block .data-container h4 {
  font-weight: bold;
  font-size: 22px;
}

.contact-map {
  padding: 0 312px;
  margin-bottom: 50px;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .contact-map {
    padding: 0;
  }
}
.contact-map h3 {
  margin-bottom: 0;
}
.contact-map iframe {
  width: 100%;
}

.submit-msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  margin-top: 50px;
  color: #006930;
}
.submit-msg .SuccessIcon {
  height: 80px;
  width: 118px;
}
.submit-msg .SuccessIcon svg {
  height: 100%;
  width: 100%;
  fill: #006930;
}
.submit-msg h3 {
  font-size: 20px;
}

.react-tel-input {
  background-color: transparent;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 65px;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  direction: ltr;
}
.react-tel-input input {
  border-radius: 0.25rem;
  height: 47px;
  border: 1px solid #DBD4BE !important;
  color: #444444;
  font-size: 14px;
  padding-inline-start: 58px;
  width: 100% !important;
  height: 40px !important;
  padding-inline-start: 63px !important;
}
.react-tel-input .flag-dropdown {
  left: 0;
  width: 50px;
  display: flex;
  justify-content: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.react-tel-input .country-list {
  left: 0;
  top: 35px;
  text-align: left;
}
.react-tel-input .country-list .country-name {
  margin-right: 6px;
  color: #42966a;
  font-weight: bold;
}
.react-tel-input .country-list .search-box {
  width: auto;
  height: auto;
  padding-inline-start: 0;
  padding: 3px 8px 5px;
}
.react-tel-input .country-list .search {
  padding: 10px 0 8px 0px;
  display: flex;
  height: 57px;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
.react-tel-input .country-list .search-emoji {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding-inline-start: 15px;
}

.selected-flag {
  position: relative;
  width: 100% !important;
}
.selected-flag svg {
  position: absolute;
}

.contact-top-data > .row {
  flex-direction: row-reverse;
}

.contact-top-data .top-data {
  background: radial-gradient(137.9% 158.45% at 216.3% -38.11%, #82C887 0%, #FFF8F0 100%, #FFF8F0 100%), #FFF8F0;
  border-radius: 10px;
  padding: 35px 49px;
  position: relative;
}
.contact-top-data .top-data > div {
  position: relative;
  z-index: 1;
}
.contact-top-data .top-data:before {
  background-image: url(../../images/service-bg.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background-position: 100% -58%;
}
.contact-top-data label {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
}
.contact-top-data .info-title {
  color: #006930;
}
.contact-top-data .contact-info {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .contact-top-data .contact-info {
    flex-direction: column;
    row-gap: 20px;
  }
}
.contact-top-data .contact-info .info-box {
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  width: 100%;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.contact-top-data .contact-info .info-box span.img-container {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.contact-top-data .contact-info .info-box span.img-container svg {
  width: 40px;
}
.contact-top-data .contact-info .info-box span.img-container:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: linear-gradient(180deg, #13DBFD 0%, #006930 50.52%, #FD8902 100%);
  border-radius: 50%;
  z-index: 0;
  opacity: 0.38;
  top: 20%;
  right: 0;
}
.contact-top-data .contact-info .info-box h4 {
  font-size: 16px;
  color: #353535;
}
.contact-top-data .contact-info .info-box p {
  color: #006930;
  font-size: 18px;
  margin-bottom: 0px;
}
.contact-top-data .contact-info .info-box ul.icons-container {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-top-data .contact-info .info-box .icons-div {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.map-tabs {
  margin-top: 45px;
}
.map-tabs .nav-tabs {
  margin-bottom: 0px;
  border-color: #CDCCCC;
  display: flex;
  justify-content: center;
}
.map-tabs .nav-tabs li a {
  border: 0 !important;
  background: transparent;
  color: #999999;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 0.9375rem 5rem;
  display: block;
}
.map-tabs .nav-tabs li a:focus {
  outline: 0;
}
.map-tabs .nav-tabs li a.active {
  color: #006930;
  border-bottom: 3px solid #006930 !important;
}
.map-tabs .tab-content {
  margin-bottom: 6.25rem;
}
.map-tabs .tab-content .iframe-map, .map-tabs .tab-content .branches {
  height: 35.25rem;
}
.map-tabs .tab-content .iframe-map div, .map-tabs .tab-content .branches div {
  height: 100%;
}
.map-tabs .tab-content .iframe-map iframe, .map-tabs .tab-content .branches iframe {
  height: 100%;
  width: 100%;
}

.component-container div.ms-webpart-cell-vertical-inline-table {
  display: block;
}
.component-container .FAQContainer {
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 30px 60px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .component-container .FAQContainer {
    padding-inline: 20px;
  }
}
.component-container .FAQContainer .nav-tabs {
  margin-bottom: 25px;
  border-color: #CDCCCC;
}
@media (min-width: 319px) and (max-width: 767px) {
  .component-container .FAQContainer .nav-tabs {
    white-space: nowrap;
    display: inline-block;
    overflow: auto;
    width: 100%;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .component-container .FAQContainer .nav-tabs li {
    display: inline-block;
  }
}
.component-container .FAQContainer .nav-tabs li button {
  border: 0 !important;
  background: transparent;
  color: #999999;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 0.9375rem 5rem;
}
.component-container .FAQContainer .nav-tabs li button:focus {
  outline: 0;
}
.component-container .FAQContainer .nav-tabs li button.nav-link.active {
  color: #006930;
  border-bottom: 3px solid #006930 !important;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 {
  margin-bottom: 20px;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 .drawer_a27c9db9 {
  line-height: 28px;
  font-size: 1rem;
  background: white;
  color: #373E43;
  line-height: 28px;
  border: 1px solid #F5F5F5;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .component-container .FAQContainer .tab-content .accordion_a27c9db9 .drawer_a27c9db9 img {
    width: 100%;
  }
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 .accordionChevron_a27c9db9 {
  position: absolute;
  right: 20px;
  font-size: 0;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 .accordionChevron_a27c9db9:after {
  position: absolute;
  content: "+";
  font-size: 20px;
  font-weight: bold;
  top: -4px;
  right: 12px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .component-container .FAQContainer .tab-content .accordion_a27c9db9 .accordionChevron_a27c9db9:after {
    right: 3px;
    bottom: 5px;
    top: auto;
  }
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 > button {
  background-color: #F8F8F8;
  border-radius: 20px;
  border: none;
  min-height: 55px;
  border-left: 4px solid transparent;
  padding: 10px 16px;
  height: auto;
  font-family: inherit;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 > button > div {
  padding-inline-end: 18px;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 > button:hover {
  box-shadow: none !important;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 > button:focus {
  outline: 0;
  box-shadow: none;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 > button[aria-expanded=true] {
  border-left: 4px solid #F8F8F8;
  background: #006930;
  color: white;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 > button[aria-expanded=true] .accordionChevron_a27c9db9 {
  position: absolute;
  right: 20px;
  font-size: 0;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 > button[aria-expanded=true] .accordionChevron_a27c9db9:after {
  position: absolute;
  content: "-";
  font-size: 20px;
  font-weight: bold;
  top: -4px;
  right: 12px;
  color: white;
}
@media (min-width: 319px) and (max-width: 767px) {
  .component-container .FAQContainer .tab-content .accordion_a27c9db9 > button[aria-expanded=true] .accordionChevron_a27c9db9:after {
    right: 3px;
    bottom: 5px;
    top: auto;
  }
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 > button .ms-Button-label {
  font-weight: bold;
  text-align: left;
  line-height: 21px;
  font-size: 1.0625rem;
}

.root-84, .root-93 {
  font-family: inherit !important;
}

.top-agencies-data {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .top-agencies-data {
    flex-direction: column-reverse;
    row-gap: 25px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .top-agencies-data {
    flex-direction: column-reverse;
    row-gap: 25px;
  }
}
@media only screen and (max-width: 1676px) and (min-width: 1300px) {
  .top-agencies-data {
    flex-direction: column-reverse;
    row-gap: 25px;
  }
}
.top-agencies-data .agencies-list {
  width: 75%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.top-agencies-data .agencies-list p {
  white-space: nowrap;
  margin-bottom: 0;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .top-agencies-data .agencies-list p {
    font-size: 15px;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .top-agencies-data .agencies-list p {
    font-size: 16px;
  }
}
@media (min-width: 319px) and (max-width: 1200px) {
  .top-agencies-data .agencies-list {
    width: 92%;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .top-agencies-data .agencies-list {
    flex-direction: column;
    row-gap: 15px;
    align-items: start;
    width: 100% !important;
  }
}
.top-agencies-data .agncies-search {
  width: 25%;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
.top-agencies-data .agncies-search input {
  border: 1px solid #D6D6D6;
  border-radius: 12px;
  height: 45px;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .top-agencies-data .agncies-search input {
    height: 40px;
  }
}
@media only screen and (max-width: 1676px) and (min-width: 1300px) {
  .top-agencies-data .agncies-search input {
    height: 40px;
  }
}
.top-agencies-data .agncies-search button {
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), var(--LightGreen, #06AA43);
  border-radius: 999px;
  border: none;
  color: white;
  font-size: 18px;
  padding: 10px;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .top-agencies-data .agncies-search button {
    font-size: 15px;
  }
}
@media (min-width: 319px) and (max-width: 1200px) {
  .top-agencies-data .agncies-search {
    width: 50%;
  }
}
.top-agencies-data .swiper-container {
  position: relative;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .top-agencies-data .swiper-container {
    width: 100%;
  }
}
.top-agencies-data .metaDataSwiper {
  overflow: hidden;
  margin-inline: 52px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .top-agencies-data .metaDataSwiper {
    margin-inline: 0;
  }
}
.top-agencies-data .metaDataSwiper .swiper-slide {
  width: auto !important;
}
.top-agencies-data .metaDataSwiper .swiper-slide li {
  list-style: none;
  font-size: 15px;
  padding: 12px;
  border-radius: 999px;
  background: #F2F4F2;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .top-agencies-data .metaDataSwiper .swiper-slide li {
    font-size: 13px;
  }
}
.top-agencies-data .metaDataSwiper .swiper-slide li.is-active {
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), var(--White, #FFF);
  border-radius: 999px;
  color: white;
  padding-inline-end: 30px;
}
.top-agencies-data .metaDataSwiper .swiper-slide li.is-active:after {
  position: absolute;
  width: 15px;
  height: 15px;
  content: " ";
  background-image: url(../../images/activeCheck.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  top: 38%;
  right: 10px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .top-agencies-data .metaDataSwiper .swiper-slide li {
    font-size: 14px;
  }
}
.top-agencies-data .metaDataSwiper .meta-btns {
  background: white;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 28px -6px rgba(6, 170, 67, 0.28);
  border-radius: 999px;
}
.top-agencies-data .metaDataSwiper .meta-btns:after {
  font-size: 18px;
  font-weight: bold;
  color: #353535;
}
@media (min-width: 319px) and (max-width: 767px) {
  .top-agencies-data .metaDataSwiper .meta-btns {
    top: 78px;
    margin-inline: 125px;
  }
}

.qualifiedAgencies-table {
  margin-top: 65px;
  border-collapse: separate;
  border-spacing: 0 15px;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .qualifiedAgencies-table {
    margin-top: 30px;
  }
}
.qualifiedAgencies-table thead {
  background: linear-gradient(0deg, var(--DarkGray, #353535) 0%, var(--DarkGray, #353535) 100%), linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.qualifiedAgencies-table thead th {
  vertical-align: bottom;
  border: none !important;
  color: white;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .qualifiedAgencies-table thead th {
    font-size: 12px;
  }
}
.qualifiedAgencies-table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.qualifiedAgencies-table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.qualifiedAgencies-table tbody tr {
  background-color: rgba(0, 0, 0, 0.05);
  background: #F5F5F5;
}
.qualifiedAgencies-table tbody td {
  border: none;
  color: #353535;
  font-weight: 300;
  text-align: center;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1300px) {
  .qualifiedAgencies-table tbody td {
    font-size: 12px;
  }
}
.qualifiedAgencies-table tbody td p {
  margin-bottom: 5px;
}
.qualifiedAgencies-table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.qualifiedAgencies-table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.loadmore-container {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.loadmore-container button {
  border-radius: 999px;
  background-color: #353535 !important;
  border: none;
  color: white;
  padding: 12px 18px;
  padding-bottom: 15px;
  cursor: pointer;
}

.toc-layout-main > .level-section li {
  clear: none;
  float: right;
  margin: 0;
  width: 100% !important;
}

.toc-layout-main > .level-section li a,
.toc-layout-main > .level-section li a:link,
.toc-layout-main > .level-section li a:visited {
  font-size: 14px;
}

.toc-layout-main a:hover {
  color: #cdb464;
}

.toc-layout-main .dfwp-list > .level-section .level-header {
  border-bottom: 0px solid #f4eee2;
  padding: 15px 20px;
  background: #f5f5f5;
  margin-bottom: 15px;
  border-radius: 10px;
  transition: all 0.3s ease 0.1s;
}
.toc-layout-main .dfwp-list > .level-section .level-header a {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #333333 !important;
  display: block;
  transition: all 0.3s ease 0.1s;
}

.toc-layout-main .dfwp-list > .level-section .level-section ul.dfwp-list li.level-section .level-header {
  padding: 10px 35px;
  background: #f5f5f5;
  margin-bottom: 5px;
  border-radius: 10px;
}
.toc-layout-main .dfwp-list > .level-section .level-section ul.dfwp-list li.level-section .level-header a {
  font-size: 0.875rem;
  font-weight: normal;
  color: #7d7d7d !important;
}

.toc-layout-main .dfwp-list {
  padding: 0;
}
.toc-layout-main > .dfwp-list {
  display: flex;
  flex-wrap: wrap;
}
.toc-layout-main > .dfwp-list > .level-section {
  margin-right: 10px;
  margin-bottom: 35px;
  flex: 100%;
}
.toc-layout-main > .dfwp-list > .level-section > .level-header {
  padding: 16px 12px;
  position: relative;
  background: linear-gradient(95deg, #068f74 0%, #016c60 100%), var(--DarkGreen, #006930);
  border-left: 5px solid #006930;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 16px;
  padding: 20px !important;
}
.toc-layout-main > .dfwp-list > .level-section > .level-header a {
  color: white !important;
  font-size: 1.25rem;
  display: block;
  position: relative;
  font-weight: bold;
  z-index: 1;
  transition: all 0.3s ease 0.1s;
}
.toc-layout-main > .dfwp-list > .level-section > .level-header:hover:after {
  width: 100%;
}
.toc-layout-main > .dfwp-list > .level-section > .level-header:hover a {
  color: white;
}
.toc-layout-main > .dfwp-list > .level-section > ul.dfwp-list {
  padding: 0 15px;
}

.siteMapNew {
  direction: rtl;
  direction: ltr;
}
.siteMapNew .card {
  border: 0px;
}

.LatestPublications-swiperInt {
  margin-bottom: 40px !important;
}
.LatestPublications-swiperInt .swiper-pagination {
  position: relative;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .LatestPublications-swiperInt .swiper-pagination {
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .LatestPublications-swiperInt .swiper-pagination {
    bottom: 20px;
  }
}

.card-Publications {
  min-height: 372px;
  padding: 23px 18px;
  background: red;
}
@media (min-width: 1100px) {
  .card-Publications {
    display: flex;
    align-items: center;
  }
}
.card-Publications .content {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-Publications .content {
    width: 100%;
    padding-top: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .card-Publications .content {
    width: 50%;
    padding-left: 20px;
    padding-top: 70px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-Publications .content {
    width: 50%;
    padding-left: 20px;
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  .card-Publications .content {
    width: 45%;
    padding-left: 40px;
    padding-top: 120px;
  }
}
.card-Publications .content .bookmark {
  background: red;
  color: white;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  border-radius: 3px;
  padding: 6px 15px 10px;
  line-height: 1;
  transition: all 0.3s ease 0.1s;
}
.card-Publications .content .card--date {
  display: block;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 30px;
  color: #848484;
}
.card-Publications .content .card--date svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.card-Publications .content .card--date svg path {
  fill: #848484;
}
.card-Publications .content .card--date span {
  margin-right: 3px;
}
.card-Publications .content .title {
  font-weight: 600;
  color: #006930;
  margin-bottom: 15px;
  transition: all 0.3s ease 0.1s;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-Publications .content .title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-Publications .content .title {
    font-size: 25px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-Publications .content .title {
    font-size: 35px;
  }
}
@media (min-width: 1400px) {
  .card-Publications .content .title {
    font-size: 30px;
  }
}
.card-Publications .content .version {
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
  transition: all 0.3s ease 0.1s;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-Publications .content .version {
    font-size: 17px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-Publications .content .version {
    font-size: 18px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-Publications .content .version {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .card-Publications .content .version {
    font-size: 23px;
  }
}
.card-Publications .content .brief {
  font-size: 16px;
  margin-bottom: 30px;
  transition: all 0.3s ease 0.1s;
}
.card-Publications .content .pdf-link {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
.card-Publications .content .pdf-link:after {
  content: "";
  background: #959FA4;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0.1s;
}
.card-Publications .content .pdf-link a {
  display: block;
  background: #006930;
  text-align: center;
  font-size: 20px;
  color: white;
  padding: 18px 10px;
  position: relative;
  z-index: 1;
}
.card-Publications .content .pdf-link a img {
  display: none;
}
.card-Publications .content .pdf-link:hover:after {
  width: 100%;
}
.card-Publications .content .pdf-link:hover a {
  background: transparent;
}
.card-Publications .cover {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.78), #EEEEEE);
  position: relative;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-Publications .cover {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .card-Publications .cover {
    width: 40%;
    height: 500px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-Publications .cover {
    width: 30%;
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .card-Publications .cover {
    width: 28%;
    height: 600px;
  }
}
.card-Publications .cover .logo-iconSmall {
  position: absolute;
  left: 0;
  z-index: 1;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-Publications .cover .logo-iconSmall {
    width: 80px;
  }
}
.card-Publications .crad-img {
  background-size: cover;
  height: 81%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: top;
  top: 57px;
  border: 1px solid #eeeeee;
  position: relative;
  display: inline-block;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-Publications .crad-img {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .card-Publications .crad-img {
    width: 45%;
  }
}

.inDesignMode .download--file {
  width: 190px;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  padding-left: 15px;
  padding: 13px;
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), var(--White, #FFF) !important;
  border: transparent;
  border-radius: 999px;
  display: inline-block;
  transition: all 0.3s ease 0.1s;
  min-height: 60px;
}
.inDesignMode .download--file .icon1 {
  background: #959FA4;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
@media (min-width: 319px) and (max-width: 767px) {
  .inDesignMode .download--file .icon1 {
    width: 75px;
    padding: 23px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .inDesignMode .download--file .icon1 {
    width: 100px;
    padding: 23px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .inDesignMode .download--file .icon1 {
    width: 100px;
    padding: 23px;
  }
}
@media (min-width: 1200px) {
  .inDesignMode .download--file .icon1 {
    width: 115px;
    padding: 20px;
  }
}
.inDesignMode .download--file .icon2 {
  padding: 20px;
  position: absolute;
  right: 0;
  top: -6px;
  width: 75px;
  transition: all 0.3s ease 0.1s;
}
.inDesignMode .download--file span {
  display: block;
  transition: all 0.3s ease 0.1s;
}
.inDesignMode .download--file span:nth-of-type(1) {
  font-size: 14px;
  color: #006930;
  display: none;
}
.inDesignMode .download--file span:nth-of-type(2) {
  font-weight: 200;
  color: white;
  font-size: 20px;
  padding-inline: 10px;
}
.inDesignMode .download--file a {
  position: absolute;
  width: 100%;
  background: gainsboro;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  font-size: 18px;
}
.inDesignMode .download--file .linkk {
  position: absolute;
  z-index: 7;
  width: 100%;
  right: 0;
  height: 100%;
  top: 0;
}
.inDesignMode .download--file:hover {
  background: #006930;
  border-color: #006930;
}
.inDesignMode .download--file:hover a {
  z-index: 1;
}
.inDesignMode .download--file:hover .icon1 {
  background: #006930;
}
.inDesignMode .download--file:hover .icon2 svg path {
  fill: white;
}
.inDesignMode .download--file:hover span {
  color: white;
}
.inDesignMode .download--file .inner-layout-link a {
  background: transparent;
  opacity: 1;
  padding-inline-start: 26px;
  padding-block-start: 11px;
  color: white;
}
.inDesignMode .download--file .inner-layout-link a:hover {
  text-decoration: none;
  color: white;
}

.card-CurrentPublication {
  min-height: 372px;
  padding: 23px 18px;
}
@media (min-width: 1101px) {
  .card-CurrentPublication {
    display: flex;
  }
}
.card-CurrentPublication .content {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-CurrentPublication .content {
    width: 100%;
    padding-top: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .card-CurrentPublication .content {
    width: 50%;
    padding-left: 20px;
    padding-top: 2%;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-CurrentPublication .content {
    width: 50%;
    padding-left: 20px;
    padding-top: 2%;
  }
}
@media (min-width: 1400px) {
  .card-CurrentPublication .content {
    width: 60%;
    padding-left: 40px;
    padding-top: 2%;
  }
}
.card-CurrentPublication .content .bookmark {
  color: #006930;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease 0.1s;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-CurrentPublication .content .bookmark {
    font-size: 16px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .card-CurrentPublication .content .bookmark {
    font-size: 18px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-CurrentPublication .content .bookmark {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .card-CurrentPublication .content .bookmark {
    font-size: 21px;
  }
}
.card-CurrentPublication .content .card--date {
  display: block;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 30px;
  color: #848484;
}
.card-CurrentPublication .content .card--date svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.card-CurrentPublication .content .card--date svg path {
  fill: #848484;
}
.card-CurrentPublication .content .card--date span {
  margin-right: 3px;
}
.card-CurrentPublication .content .title {
  font-weight: 600;
  color: #006930;
  margin-bottom: 10px;
  transition: all 0.3s ease 0.1s;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-CurrentPublication .content .title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-CurrentPublication .content .title {
    font-size: 25px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-CurrentPublication .content .title {
    font-size: 35px;
  }
}
@media (min-width: 1400px) {
  .card-CurrentPublication .content .title {
    font-size: 30px;
  }
}
.card-CurrentPublication .content .version {
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
  transition: all 0.3s ease 0.1s;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-CurrentPublication .content .version {
    font-size: 17px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-CurrentPublication .content .version {
    font-size: 18px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-CurrentPublication .content .version {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .card-CurrentPublication .content .version {
    font-size: 23px;
  }
}
.card-CurrentPublication .content .brief {
  margin-bottom: 15px;
  font-weight: 200;
  font-size: 18px;
  color: #959FA4;
  transition: all 0.3s ease 0.1s;
}
.card-CurrentPublication .content .pdf-link {
  position: relative;
  margin-bottom: 20px;
  width: 170px;
  border-radius: 999px;
  margin-bottom: 0;
  margin-inline-start: 20px;
  top: -32px;
  display: inline-block;
  display: none;
}
.card-CurrentPublication .content .pdf-link:after {
  content: "";
  background: #959FA4;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0.1s;
}
.card-CurrentPublication .content .pdf-link a {
  display: block;
  background: transparent;
  text-align: center;
  font-size: 18px;
  color: #027364;
  padding: 13px 5px;
  position: relative;
  border-radius: 999px;
  border: 1px solid #027364;
}
.card-CurrentPublication .content .pdf-link a span {
  position: relative;
  z-index: 1;
}
.card-CurrentPublication .content .pdf-link a img {
  display: none;
}
.card-CurrentPublication .content .pdf-link:hover:after {
  width: 100%;
}
.card-CurrentPublication .cover {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-CurrentPublication .cover {
    width: 300px;
    height: 400px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .card-CurrentPublication .cover {
    width: 300px;
    height: 400px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-CurrentPublication .cover {
    width: 300px;
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .card-CurrentPublication .cover {
    width: 300px;
    height: 400px;
  }
}
.card-CurrentPublication .cover .logo-iconSmall {
  position: absolute;
  left: 0;
  z-index: 1;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-CurrentPublication .cover .logo-iconSmall {
    width: 80px;
  }
}
.card-CurrentPublication .crad-img {
  background-size: cover;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: top;
  border: 5px solid;
  -o-border-image: linear-gradient(45deg, #00ABA8, #0075BE) 1;
     border-image: linear-gradient(45deg, #00ABA8, #0075BE) 1;
  padding: 0;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-CurrentPublication .crad-img {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .card-CurrentPublication .crad-img {
    width: 100%;
  }
}

span.versionType {
  position: absolute;
  top: 24px;
  z-index: 1;
  background: rgba(0, 171, 168, 0.6784313725);
  padding: 5px 19px;
  border-radius: 10px;
  left: 21px;
  color: white;
}

.bag-color {
  background: white;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.dis {
  background: #711c46;
  color: white;
  border-radius: 5px;
  border-right: 5px solid #f6b430;
  font-size: 20px;
  padding: 20px;
  font-weight: 200;
}

#flipModal {
  cursor: pointer;
}
#flipModal .media a {
  z-index: -100;
}

.flipModalJeson {
  cursor: pointer;
}

.flipModal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  padding: 80px 40px;
  z-index: 12;
  left: -100%;
  transition: all 1.3s ease 0.3s;
}
.flipModal .closee {
  right: 20px;
  top: 20px;
  position: absolute;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 1.8;
  font-weight: bold;
  transition: all 0.3s ease 0.1s;
}
.flipModal.open {
  left: 0px;
}

.is-overflowHidden {
  overflow: hidden !important;
}

.card-PublicationLists {
  background: #ffffff !important;
  display: block;
  border-radius: 25px;
  padding: 20px;
}
.card-PublicationLists .card--image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
  font-size: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-PublicationLists .card--image {
    background-size: 70%;
  }
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-PublicationLists .card--image {
    height: 200px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .card-PublicationLists .card--image {
    height: 250px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-PublicationLists .card--image {
    height: 280px;
  }
}
@media (min-width: 1400px) {
  .card-PublicationLists .card--image {
    height: 340px;
  }
}
.card-PublicationLists .card--image:before {
  content: "";
  position: absolute;
  background: #006930;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}
.card-PublicationLists .card--image.card--Noimage {
  background-color: #006930;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.card-PublicationLists .content {
  min-height: auto;
  padding: 20px 10px;
}
.card-PublicationLists .content .card--title {
  color: #333333;
  font-weight: 600;
  margin-bottom: 19px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 20px;
  transition: all 0.3s ease 0.1s;
}
.card-PublicationLists .content .VersionDesc {
  color: #848484;
  display: block;
  margin-bottom: 16px;
  font-size: 15px !important;
  transition: all 0.3s ease 0.1s;
}
.card-PublicationLists .content .card--date {
  display: inline-block;
  font-size: 15px;
  color: #848484;
}
.card-PublicationLists .content .card--date svg {
  margin-right: 5px;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-PublicationLists .content .card--date svg {
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
  }
}
@media (min-width: 992px) {
  .card-PublicationLists .content .card--date svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
  }
}
.card-PublicationLists .content .card--date svg path {
  fill: #848484;
}
.card-PublicationLists .content .card--date span {
  margin-right: 3px;
}
.card-PublicationLists .content .card--link {
  display: inline-block;
  font-weight: 300;
  color: #006930;
  vertical-align: bottom;
  font-size: 15px;
  text-align: right;
  transition: all 0.3s ease 0.1s;
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-PublicationLists .content .card--link {
    width: 45%;
    position: relative;
    top: -2px;
  }
}
.card-PublicationLists .content .card--link a {
  font-size: 15px;
}
.card-PublicationLists .content .card--link:visited, .card-PublicationLists .content .card--link:active {
  color: green;
}
.card-PublicationLists .content .card--link svg {
  height: 12px;
  transition: all 0.3s ease 0.1s;
  transform: rotate(180deg);
}
@media (min-width: 319px) and (max-width: 1200px) {
  .card-PublicationLists .content .card--link svg {
    width: 14px;
    margin-left: 4px;
  }
}
@media (min-width: 992px) {
  .card-PublicationLists .content .card--link svg {
    width: 24px;
    margin-left: 12px;
  }
}
.card-PublicationLists:hover .card--title,
.card-PublicationLists:hover .VersionDesc {
  color: white;
}
.card-PublicationLists:hover .content {
  background: #006930;
}
.card-PublicationLists:hover .card--image:before {
  opacity: 0.3;
}
.card-PublicationLists:hover .card--date {
  color: white;
}
.card-PublicationLists:hover .card--date svg path {
  fill: white;
}
.card-PublicationLists:hover .card--link {
  color: white;
}
.card-PublicationLists:hover .card--link a {
  color: white;
}
.card-PublicationLists:hover .card--link svg path {
  fill: white;
}

.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
  font-family: inherit !important;
  text-align: center !important;
  color: #006930;
  padding-block: 30px;
}

.othereditions {
  background-color: #FFF8F0;
  position: relative;
}
@media (min-width: 1400px) {
  .othereditions {
    padding-inline: 280px;
  }
}
.othereditions:before {
  background-image: url(../../images/service-bg.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background-position: 100% -58%;
  transform: scaleX(-1);
}
.othereditions .ms-webpartzone-cell {
  margin-bottom: 0 !important;
}
.othereditions .card--more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-container {
  float: left;
  width: 33.3333333333%;
}
.item-container a {
  display: flex;
  border-radius: 50px 20px 50px 20px;
  padding: 24px;
  border: none;
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.item-container a:hover {
  color: inherit;
  text-decoration: none;
}
.item-container a:visited {
  color: inherit !important;
}
.item-container a p.satus {
  background: #f7f7f7;
  display: inline-block;
  padding: 3px 35px;
  border-radius: 999px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.item-container a p.title {
  font-size: 22px;
  color: #006930;
}
.item-container a p.date {
  display: flex;
  white-space: nowrap;
  font-size: 14px;
}
.item-container a p.date span {
  display: inline-block;
  padding-inline-start: 36px;
}
.item-container a p.date span.date-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url(../../SVG/calendar-green.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-inline-start: 0px;
}

.statisticsBoxes .inner-stat-box {
  display: flex;
  border-radius: 50px 20px 50px 20px;
  padding: 24px;
  border: none;
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.statisticsBoxes .item-card {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 100%;
  justify-content: space-between;
}
.statisticsBoxes .item-card .stat-content .title {
  color: #212529 !important;
  font-size: 17px !important;
  font-weight: 400;
  margin-bottom: 0;
}
.statisticsBoxes .item-card .stat-content .audience {
  font-size: 2.75rem;
  color: #06AA43;
  font-weight: 700;
  margin-bottom: 0;
}

.lg-outer {
  direction: ltr;
}

.image-folders {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.image-folders .folder-item {
  flex: 0 0 33.333333%;
  position: relative;
}
.image-folders .folder-item:before {
  content: "";
  position: absolute;
  width: 88%;
  height: 80%;
  border-radius: 50px 20px 50px 20px;
  z-index: 0;
  right: 28px;
  top: 4px;
  background: #EDEDED;
}
.image-folders .folder-item:after {
  content: "";
  position: absolute;
  width: 91%;
  height: 80%;
  border-radius: 50px 20px 50px 20px;
  z-index: 0;
  right: 20px;
  top: 12px;
  background: #F8F8F8;
}
.image-folders .folder-item .inner-folder-item {
  margin: 20px;
  background: white;
  border-radius: 50px 20px 50px 20px;
  padding: 20px 25px;
  cursor: pointer;
  box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.1s;
}
.image-folders .folder-item .inner-folder-item:hover {
  border: 1px solid #ddd;
  transition: all 0.3s ease 0.1s;
}
.image-folders .folder-item .img-container {
  border-radius: 10px;
  overflow: hidden;
}
.image-folders .folder-item .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.image-folders .folder-item .folder-title {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.image-folders .folder-item .folder-title p {
  margin-bottom: 0;
}
.image-folders .folder-item .folder-title p#folderTitle {
  font-size: 20px;
  font-weight: 500;
}
.image-folders .folder-item .folder-title p.folder-count {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #006930;
  color: white;
  text-align: center;
  padding-top: 2px;
}

div#lightgallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
div#lightgallery a {
  flex: 0 0 33.333333%;
  overflow: hidden;
}
div#lightgallery .lightgallery-box {
  margin: 20px;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  width: 94%;
  height: 270px;
  margin-bottom: 5px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div#lightgallery .lightgallery-box {
    transition: none;
  }
}
div#lightgallery .lightgallery-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div#lightgallery .lightgallery-box img {
    transition: none;
  }
}
div#lightgallery .lightgallery-box:hover {
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div#lightgallery .lightgallery-box:hover {
    transition: none;
  }
}
div#lightgallery .lightgallery-box:hover img {
  transform: scale(1.3);
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div#lightgallery .lightgallery-box:hover img {
    transition: none;
  }
}

.mediaCenterVideo-internal div.lightGallery {
  display: flex;
  flex-wrap: wrap;
}
.mediaCenterVideo-internal div.lightGallery a {
  flex: 0 0 33.333333%;
  overflow: hidden;
}
.mediaCenterVideo-internal div.lightGallery .lightgallery-box {
  margin: 20px;
  background: #f1f1f1;
  border-radius: 10px;
  cursor: pointer;
  width: 94%;
  height: 270px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .mediaCenterVideo-internal div.lightGallery .lightgallery-box {
    transition: none;
  }
}
.mediaCenterVideo-internal div.lightGallery .lightgallery-box .card-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
.mediaCenterVideo-internal div.lightGallery .lightgallery-box .u-gradOverlay {
  position: absolute;
  height: 100%;
  content: "";
  width: 100%;
  background-color: rgba(5, 135, 111, 0.3019607843);
  z-index: 1;
  top: 0;
  background-image: url(../../images/icons/youtube.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15%;
}
.mediaCenterVideo-internal div.lightGallery .lightgallery-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .mediaCenterVideo-internal div.lightGallery .lightgallery-box img {
    transition: none;
  }
}
.mediaCenterVideo-internal div.lightGallery .lightgallery-box:hover {
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .mediaCenterVideo-internal div.lightGallery .lightgallery-box:hover {
    transition: none;
  }
}
.mediaCenterVideo-internal div.lightGallery .lightgallery-box:hover img {
  transform: scale(1.3);
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .mediaCenterVideo-internal div.lightGallery .lightgallery-box:hover img {
    transition: none;
  }
}
.mediaCenterVideo-internal div.lightGallery .lightgallery-box .card-content {
  color: white;
  position: absolute;
  bottom: 0;
  font-size: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
  background: #ddd;
  background: linear-gradient(95deg, #068F74 0%, #016C60 100%), linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), linear-gradient(152deg, #33B553 0.01%, #F79844 136.02%), var(--White, #FFF) !important;
  padding-block: 9px;
}
.mediaCenterVideo-internal div.lightGallery .lightgallery-box .card-content .card--title {
  font-size: 16px;
  text-align: center;
}

.survey {
  height: 100%;
  width: 100%;
  padding: 30px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
@media (min-width: 319px) and (max-width: 767px) {
  .survey {
    padding: 0;
  }
}
.survey .form-group label {
  display: block;
  margin-bottom: 18px;
  color: #979292;
}
.survey .form-group input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.survey .form-group .form-check {
  padding-left: 0px;
}
.survey .form-group .form-check-label {
  margin-bottom: 0;
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  z-index: 9;
  cursor: pointer;
  padding: 0 0;
  height: auto;
  padding-left: 30px;
  -webkit-transition: all 0.25s linear;
  color: #333333;
}
.survey .form-group .check-01 {
  display: inline-block;
  position: absolute;
  border: 2px solid #006930;
  border-radius: 100%;
  height: 21px;
  width: 21px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.survey .form-group .check-01::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.survey .form-group input[type=radio]:checked ~ .check-01 {
  border: 2px solid #24ab2e;
}
.survey .form-group input[type=radio]:checked ~ .check-01::before {
  background: #24ab2e;
  width: 64%;
  height: 64%;
  top: 3px;
  left: 3px;
}
.survey .form-group input[type=radio]:checked ~ label {
  color: #6f6f6f;
}
.survey .form-group input[type=checkbox] {
  display: none;
}
.survey .dd > div {
  margin: 0 !important;
  padding: 5px !important;
  padding-bottom: 0 !important;
}
.survey .dd > div:nth-child(odd) {
  background: #ededed;
  background: transparent !important;
}
.survey .dd h2 {
  font-weight: bold;
  margin-bottom: 30px;
}
.survey .dd input[type=checkbox]:checked ~ label {
  color: #6f6f6f;
}
.survey .dd .form-control {
  margin-bottom: 0px !important;
}
.survey .form-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.survey .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.survey .check-02 {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  border: 2px solid #006930;
  border-radius: 4px;
}
.survey .form-check:hover input ~ .check-02 {
  background-color: #ccc;
}
.survey .form-check input:checked ~ .check-02 {
  background-color: #006930;
}
.survey .check-02:after {
  content: "";
  position: absolute;
  display: none;
}
.survey .form-check input:checked ~ .check-02:after {
  display: block;
}
.survey .form-check .check-02:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

@media (min-width: 319px) and (max-width: 767px) {
  .tableList {
    overflow: auto;
  }
}
.tableList table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.tableList table tbody tr td table {
  background-color: white;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.tableList table tbody tr td table thead tr {
  background: #006930;
  background: linear-gradient(0deg, var(--DarkGray, #353535) 0%, var(--DarkGray, #353535) 100%), linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.tableList table tbody tr td table thead tr th {
  padding: 20px 10px;
  text-align: center;
}
.tableList table tbody tr td table thead tr th a {
  color: white;
  font-size: 18px;
  padding: 10px;
}
.tableList table tbody tr td table thead tr th:first-child {
  background: #e7e7e7;
  padding: 10px;
  display: none;
}
.tableList table tbody tr td table tbody tr {
  background-color: rgba(0, 0, 0, 0.05);
  background: #F5F5F5;
}
.tableList table tbody tr td table tbody tr td {
  padding: 20px 10px;
  font-weight: 400;
  font-size: 15px;
  border: none;
  color: #353535;
  font-weight: 300;
  text-align: center;
}
.tableList table tbody tr td table tbody tr td:first-child {
  background: #e7e7e7;
  padding: 10px;
  display: none;
}
.tableList table tbody tr td table tbody tr td:last-child .ms-newdocument-iconouter {
  display: none;
}
.tableList table tbody tr td table tbody tr td:last-child a {
  font-size: 0px;
}
.tableList table tbody tr td table tbody tr td:last-child a::before {
  font-size: 16px;
  color: #027465;
  font-weight: bold;
  content: "Download ";
}
.tableList table tbody tr td table tbody tr td:last-child a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 1024 1024'%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%230075BE' d='M512 448h448v352.157c0 35.279-28.558 63.843-63.785 63.843h-800.43c-34.994 0-63.785-28.527-63.785-63.717v-352.283h448v289.6l-104-104-24 24 144 144 144-144-24-24-104 104v-289.6zM32 416v-192.283c0-35.247 28.693-63.717 64.088-63.717h351.912l64 128h383.813c35.482 0 64.187 28.583 64.187 63.843v64.157h-928z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 20px 17px;
  width: 22px;
  height: 13px;
  display: inline-block;
  position: relative;
  background-image: url(../../images/download.svg);
}
.Grid {
  margin-bottom: 0;
  margin-bottom: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0px solid #d0c4a6;
  margin-bottom: 0px;
  width: 100%;
}
.Grid th {
  background: white;
  color: #006930;
  font-weight: normal;
  text-align: center;
  border: 0px solid #d0c4a6 !important;
  font-size: 1.1875rem;
  vertical-align: middle;
  padding: 16px 13px !important;
}
.Grid th:first-child {
  text-align: left;
}
.Grid tr {
  background-color: white;
}
.Grid tr:nth-of-type(odd) {
  background-color: #dbeff2;
}
.Grid td {
  color: #333333;
  font-size: 1.0625rem;
  text-align: center;
  font-weight: 200 !important;
  border: 0px solid #d8d8d8 !important;
  padding: 16px 13px !important;
}
.Grid td:first-child {
  text-align: left;
  padding-left: 1.25rem;
}
.Grid td img {
  width: 30px;
  height: 30px;
}
.Grid td .d-flex {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.GridFooterMain {
  background: #d0c4a6;
  -o-border-image: none;
     border-image: none;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  color: black;
  font-size: 14px;
  height: 41px;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #dddddd;
  border-top: 0px;
}
.GridFooterMain td {
  vertical-align: middle !important;
  padding: 7px 10px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .GridFooterMain td {
    display: none;
  }
}
.GridFooterMain td.GridFooterDD select {
  width: 2.8125rem;
  height: auto;
  display: inline-block;
}
.GridFooterMain td.GridFooterPager {
  text-align: left;
  float: none;
}
@media (min-width: 319px) and (max-width: 767px) {
  .GridFooterMain td.GridFooterPager {
    display: block;
    padding: 5px;
  }
}
.GridFooterMain td.GridFooterPager a {
  color: #333333;
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
}
.GridFooterMain td.GridFooterPager a:hover {
  transition: all 0.3s ease 0.1s;
  background: #959FA4;
  color: #333333;
}
.GridFooterMain td.GridFooterPager a.aspNetDisabled {
  color: #cbc9ca;
  cursor: no-drop;
  opacity: 0.5;
}
.GridFooterMain td.GridFooterPager a.aspNetDisabled:hover {
  background: #fff;
}
.GridFooterMain td.GridFooterPager a.GridViewSelectedPage {
  background: #006930;
  color: white;
  opacity: 1;
  cursor: pointer;
}
.GridFooterMain td.GridFooterPager a.GridViewSelectedPage:hover {
  background: #006930;
  color: white;
}

.grid-boxShadow {
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 0;
}

.box-search {
  background-color: #f5f5f5;
  padding: 1.875rem 0.9375rem;
}

.tableStyle table {
  border-top: none;
  border-right: none;
  border-left: none;
  overflow: hidden;
  border-radius: 5px;
  border-spacing: 0px;
  empty-cells: show;
  white-space: nowrap;
  width: 100%;
  word-break: keep-all;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.tableStyle table thead {
  background: linear-gradient(0deg, var(--DarkGray, #353535) 0%, var(--DarkGray, #353535) 100%), linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.tableStyle table thead tr {
  background: #ffffff;
}
.tableStyle table thead tr th {
  border: none !important;
  color: white;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.tableStyle table thead tr th:first-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.tableStyle table thead tr th:last-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.tableStyle table tbody tr {
  background: #F5F5F5;
}
.tableStyle table tbody tr td {
  font-size: 1rem;
  background-color: transparent;
  border: none;
  height: 56px;
  padding: 10px 25px;
  vertical-align: inherit;
  color: #0c2d41;
  line-break: anywhere;
  text-align: left !important;
  font-weight: 400;
  font-size: 15px;
}
.tableStyle table tbody tr td:first-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.tableStyle table tbody tr td:last-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.tableStyle table tbody tr td div {
  text-align: left !important;
}

th.ms-vh-icon {
  display: none;
}

.ms-itmHoverEnabled:hover > * {
  border: none !important;
}

.consulting-layout .service-info .info-inner:before {
  display: none;
}

.VolunteerAmbassadors .VolunteerAmbassadors-form, .VolunteerAmbassadors .partnerships-form,
.Partnerships .VolunteerAmbassadors-form,
.Partnerships .partnerships-form {
  box-shadow: 0px 2px 6px #ddd;
  border-radius: 20px;
  padding: 60px;
  margin-top: 35px;
}
.VolunteerAmbassadors .srv-validation-message,
.Partnerships .srv-validation-message {
  color: red;
  font-size: 13px;
}
.VolunteerAmbassadors label,
.Partnerships label {
  font-size: 14px;
}
.VolunteerAmbassadors textarea.form-control,
.Partnerships textarea.form-control {
  height: auto;
  min-height: 95px;
  border: 1px solid #ababab;
}
.VolunteerAmbassadors .VolunteerAmbassadors-submit, .VolunteerAmbassadors .partnerships-submit,
.Partnerships .VolunteerAmbassadors-submit,
.Partnerships .partnerships-submit {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 20px;
}

.search-internal div#SearchBox {
  background: #959FA4;
  padding: 18px;
}
.search-internal #NoResult .ms-srch-result-noResultsTitle {
  position: relative;
  display: block;
  padding: 13px 0;
  padding-left: 62px;
  font-size: 1.1875rem;
  overflow: hidden;
  margin-bottom: 25px;
  border: 2px solid transparent;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.search-internal #NoResult .ms-srch-result-noResultsTitle:before {
  content: "";
  color: white;
  text-align: center;
  line-height: 21px;
  height: 60px;
  width: 50px;
  top: 0;
  left: 0;
  position: absolute;
  background: #856404;
  background-image: url(../../images/icons/infor.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

div#NoResult {
  padding: 0px;
}

.page-content-Search {
  background-color: #f1f1f1;
  padding: 0;
  border: 0px;
}
.page-content-Search div#MSOZoneCell_WebPartWPQ3 {
  background: #e7e7e7;
  padding: 20px;
}
.page-content-Search div#SearchBox {
  margin-right: 0;
  width: 100%;
}
.page-content-Search div#SearchBox .ms-srch-sbLarge {
  width: 100%;
  position: relative;
}
.page-content-Search div#SearchBox .ms-srch-sbLarge textarea,
.page-content-Search div#SearchBox .ms-srch-sbLarge input[type=text] {
  width: 100%;
  height: auto;
  padding: 5px 5px 8px;
  font-size: 17px;
  margin: 0;
  font-family: inherit;
}
.page-content-Search div#SearchBox .ms-srch-sbLarge .ms-srch-sb-borderFocused {
  border: 1px solid #006930 !important;
}
.page-content-Search div#SearchBox .ms-srch-sbLarge .ms-srch-sb-searchLink {
  position: absolute;
  left: 0;
  top: 2px;
}
.page-content-Search div#SearchBox .ms-srch-sbLarge .ms-srch-sb-searchLink:before {
  content: "";
  position: absolute;
  right: 0;
  background: url(/Style%20Library/AntiscamBranding/img/png-icon/Search.png) 0 0 no-repeat;
  background-image: linear-gradient(transparent, transparent), url(/Style%20Library/AntiscamBranding/img/Search.svg);
  width: 20PX;
  height: 20px;
  top: 4px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.ms-srch-item {
  width: 100% !important;
  padding: 0;
}

.ms-srch-item-body {
  background: transparent;
  padding: 8px 0 25px 0;
  padding-right: 25px;
  padding-left: 75px;
  border-bottom: 1px solid #e7e7e7;
}
.ms-srch-item-body:before {
  content: "";
  width: 57px;
  height: 60px;
  border-radius: 5px;
  position: absolute;
  top: 19px;
  left: 0;
  display: inline-block;
  line-height: 60px;
  background-image: url(../../images/Target.svg);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-color: #28826f;
  background-position: center;
  transition: all 0.3s ease 0.1s;
}
.ms-srch-item-body:hover:before {
  background: #006930;
  background-size: 35px 35px;
  background-image: url(../../images/Target.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.ms-srch-item-body:hover {
  background: transparent !important;
}

.ms-srch-item:hover,
.ms-srch-resultHover:hover,
.edisc-SearchResultItemContainer:hover {
  background: transparent;
}

.ms-srch-ellipsis a {
  text-decoration: none;
  font-size: 17px;
  color: #333 !important;
}

.ms-srch-ellipsis {
  color: #005350;
  font-size: 24px;
}

.ms-srch-item-summary {
  color: #a0a0a0;
  padding: 10px 0;
  font-size: 14px;
}

.ms-srch-item-path {
  color: #c6c6c6;
  display: none !important;
}

.ms-srch-item-body {
  position: relative;
  display: block;
}

.ms-srch-item-summaryPreview {
  width: 100%;
  min-height: 110px;
}

.ms-srch-item-icon {
  height: 70px;
  margin-top: 25px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 70px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-left: 15px;
  position: relative;
}
.ms-srch-item-icon img {
  position: absolute;
  left: 0;
  top: 6px;
}

.ms-srch-item:nth-child(2n+1) .ms-srch-item-body {
  background: transparent;
}

.ms-srch-result-noResults {
  line-height: 25px;
}

main #SearchBox input[type=text] {
  padding: 11px;
  margin: 0px;
  font-family: inherit;
  height: auto;
}
main #SearchBox .ms-srch-sb-searchLink {
  right: 10px;
  top: 10px;
}

.ms-srch-sb-searchLink:active,
.ms-srch-sb-searchLink > img:active,
.ms-srch-sb-navLink:active,
.ms-srch-sb-navLink > img:active,
.ms-srch-sb-navLink-menuOpen,
.ms-srch-sb-navLink-menuOpen:hover,
.ms-srch-sb-searchLink:hover,
.ms-srch-sb-navLink:hover {
  background-color: transparent;
}

.ms-srch-hover-outerContainer {
  display: none !important;
}

.ms-srch-result {
  margin-top: 0;
}

.ms-srch-item-previewContainer {
  display: none !important;
}

.ms-srch-item-summary .ms-srch-item-highlightedText {
  color: #777 !important;
  font-size: 17px;
}

.ms-srch-ellipsis {
  white-space: normal;
}

.ms-srch-result-groups {
  margin-bottom: 0;
}

.ms-srch-result #ResultCount {
  display: block;
  background: #e7e7e7;
  padding: 10px;
  margin-top: -11px;
}

div#SearchOptions {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.ms-srch-sbLarge-link {
  padding-top: 32px;
  position: relative;
  padding-bottom: 30px;
  margin: 0;
}
.ms-srch-sbLarge-link:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 1px;
  background: #e7e7e7;
  right: 26%;
}
.ms-srch-sbLarge-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #e7e7e7;
  right: 26%;
}
.ms-srch-sbLarge-link a {
  color: white;
  background: #28826f;
  padding: 0.3125rem 3.125rem;
}

.ms-srch-result #ResultHeader {
  display: block;
  margin: 0;
}

/**/
.srch-advancedtable {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
}
.srch-advancedtable td {
  display: block;
  text-align: right;
  padding-bottom: 10px;
}
.srch-advancedtable select {
  width: 100% !important;
}
.srch-advancedtable h3.ms-advsearch-header {
  font-size: 1em;
  color: black;
  margin: 0;
  background: whitesmoke;
  padding: 20px;
}
.srch-advancedtable h3.ms-advsearch-header > div {
  margin-top: 0;
  margin-bottom: 0;
}

.ms-srch-item:hover {
  background-color: transparent !important;
}

.ms-srch-result #Paging {
  display: flex;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.ms-srch-result #Paging a {
  height: auto;
  width: auto;
}

.ms-srch-result #Paging a .ms-promlink-button-image {
  display: none;
}

li#PagingImageLink {
  position: relative;
  top: 2px;
}

.ms-srch-result #PagingLink a,
.ms-srch-result #Paging a {
  padding: 0;
  line-height: 44px;
  text-decoration: none;
  color: #6D6F72;
  font-size: 18px;
  background-color: white;
  border: 1px solid #EDEDED;
  margin: 0 3px;
  border-radius: 4px;
  font-weight: normal;
  display: inline-block;
  min-width: 50px;
  height: 50px;
  box-shadow: 0px 0px 9px -4px #e6e6e6;
  transition: all 0.3s ease 0.1s;
}

.ms-srch-result #PagingLink a:hover,
.ms-srch-result #Paging a:hover {
  color: #28826f;
  border-color: #28826f;
}

.ms-srch-result #PagingSelf a {
  color: #fff !important;
  background-color: #28826f;
}

.ms-srch-result #PagingSelf a:hover {
  color: #fff;
}

#Paging #PagingImageLink #PageLinkNext:after {
  position: relative;
  top: -1px;
  left: 0px;
  content: "←";
}

#Paging #PagingImageLink #PageLinkPrev:after {
  content: "→";
  position: relative;
  top: -1px;
  left: 0px;
  content: "→";
}

.error-page {
  border-top: 5px solid #006930;
}

.Error-img {
  text-align: center;
}
.Error-img p {
  color: #006930;
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 30px;
}
.Error-img a {
  background: #006930;
  color: white;
  border-radius: 999px;
  padding-inline: 30px;
  padding-block: 16px;
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
}

@media print {
  .main-footer, .breadCrumb-container, #s4-titlerow {
    display: none !important;
  }
  .search-component .search-container {
    display: flex;
    -moz-column-gap: 14px;
    column-gap: 14px;
    flex-wrap: wrap;
    height: 60px;
    justify-content: center;
  }
  .search-component .search-container select {
    width: 17%;
    height: 100%;
    border-radius: 12px;
    border-color: #353535;
  }
  .search-component .search-container input {
    width: 28%;
    height: 100%;
    background-color: white;
    border-radius: 12px;
    border-color: #353535;
  }
  .search-component .search-container button {
    width: 9%;
    height: 100%;
    background-color: #006930;
    color: white !important;
    border-color: #006930 !important;
    border-radius: 999px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ServiceCardContainer .ServiceCardSection {
    margin-bottom: 30px;
    background-color: white;
    height: 220px;
    box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
    border-radius: 50px 20px 50px 20px;
    border: 1px solid #dddddd;
    overflow: hidden;
  }
  .ServiceCardContainer.grid-view .card-body .div-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .ServiceCardContainer.grid-view .card-body .div-links .card-link {
    width: 50%;
    background: linear-gradient(95deg, #068F74 0%, #016C60 100%), var(--LightGreen, #06AA43);
    color: white;
    text-align: center;
    padding-block: 12px;
    border-bottom-right-radius: 50px;
  }
  .ServiceCardContainer.grid-view .card-body .div-links svg {
    margin-inline-start: 8px;
  }
  .ServiceCardContainer.grid-view .card-body .div-links .service-link {
    width: 50%;
    background: linear-gradient(95deg, #068F74 0%, #016C60 100%), var(--LightGreen, #06AA43);
    color: white;
    text-align: center;
    padding-block: 12px;
    border-bottom-left-radius: 20px;
  }
  .ServiceCardContainer.grid-view .card-body .div-links .service-link a {
    color: white;
  }
  .ServiceCardContainer.grid-view .card-body .div-links svg {
    margin-inline-start: 8px;
  }
  .viewAllbtn {
    display: none !important;
  }
  .item-container a {
    display: flex;
    border-radius: 50px 20px 50px 20px;
    padding: 24px;
    border: none;
    box-shadow: 0px 4px 42px -2px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid #dddddd;
    z-index: 1;
  }
  .side-menu-btn {
    display: none;
  }
  .mission-vision {
    display: flex;
    margin-top: 2.1875rem;
  }
  .our-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    width: 100%;
  }
  .our-values .value-item {
    flex: 0 0 31.333333%;
    box-shadow: 0rem 0.25rem 2.625rem -0.125rem rgba(0, 0, 0, 0.08);
    border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    background: white;
    border: 1px solid #ddd;
    width: 24%;
    float: right;
  }
  .our-role .role-item {
    box-shadow: 0rem 0.25rem 2.625rem -0.125rem rgba(0, 0, 0, 0.08);
    border-radius: 3.125rem 1.25rem 3.125rem 1.25rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
    background: white;
    border: 1px solid #ddd;
  }
  .layout-rating {
    display: none;
  }
  .article-data {
    display: flex !important;
    justify-content: space-between;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
  }
  .page-layout .article-page-img, .article-img {
    max-height: 400px;
    margin-bottom: 40px;
    float: left !important;
    display: none !important;
  }
  .page-layout .article-page-img img, .article-img img {
    height: 100% !important;
  }
  .boardOfDirectors .image-area-left:after, .boardOfDirectors .image-area-left:before {
    display: none;
  }
  .boardOfDirectors-all {
    width: 24%;
    float: right;
  }
  .dfwp-column {
    float: right;
    margin-right: 0em;
  }
  .news .load-more {
    display: none;
  }
  .report-numb {
    display: none !important;
  }
  .form-group.btn-archive a.btn.btn-primary {
    display: none;
  }
  .polls .answers .answers-child {
    border: 1px solid #dddddd;
  }
  .qualifiedAgencies-table thead th {
    color: #353535 !important;
  }
  .table thead th {
    border-bottom: 2px solid #dee2e6 !important;
  }
  .top-agencies-data {
    display: none;
  }
}/*# sourceMappingURL=innerPages.css.map */