a:hover {
  text-decoration: none;
}

body {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

#s4-workspace {
  height: auto !important;
}

.l-footer {
  margin-block-start: 30px;
}

.sectionTitle {
  display: flex;
  margin-block-end: 20px;
  align-items: center;
}
.sectionTitle span {
  font-size: 1.875rem;
  color: #045859;
}
.sectionTitle a {
  border: 1px solid #045859;
  color: #045859;
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.9;
  font-weight: 400;
}

.bac-a {
  background: #F2FAF4;
  padding-block: 30px;
}

.I-newsInner {
  background-image: url("../../images/Group 20853.png");
  height: 228px;
  background-repeat: no-repeat;
  width: 100%;
  border-bottom: 5px #119853 solid;
  background-position: center;
}
.I-newsInner .headerOverlay {
  width: 100%;
  height: 277px;
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.24) 67%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
}

.I-news {
  min-height: 708px;
  background-image: url("../../images/indentity/grray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.I-news .text-news {
  color: #035859;
  font-size: 35px;
  font-weight: bold;
  padding-top: 34px;
  margin: 0px;
  font-weight: bold;
}
.I-news .txt-news {
  color: #595F60;
  font-size: 20px;
  margin: 0px;
}
.I-news .btn-outline-success.news {
  color: #119853;
  background-color: transparent;
  border-color: #119853;
  height: 48px;
  margin-top: 47px;
  border-radius: 3px;
}
.I-news .btn-outline-success.news:hover {
  background: #119853;
  color: white;
}
.I-news .card-new {
  position: relative;
  height: 477px;
  display: block;
  margin-top: 30px;
}
.I-news .card-new::before {
  background: linear-gradient(to top, #119853 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#119853", endColorstr="#00ffffff", GradientType=0);
  width: 100%;
  height: 60%;
  position: absolute;
  border-radius: 4px;
  content: "";
  bottom: 0;
  left: 0;
}
.I-news .card-new .image-news {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.I-news .card-new .card-text {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  text-align: center;
  font-size: 20px;
  padding-bottom: 44px;
  padding-inline: 24px;
}

.detailsTitle .text-news {
  font-size: 30px;
  color: #119853;
  padding-top: 82px;
  margin: 0px;
  font-weight: bold;
}
.detailsTitle span {
  padding-bottom: 14px;
  display: inline-block;
  font-size: 28px;
  color: #595F60;
  line-height: 2;
}
.detailsTitle .componentTitle {
  padding-top: 95px;
}
.detailsTitle .componentTitle li.PageHeader-item {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
  /* position: relative; */
  cursor: pointer;
  background: #F0F1F2;
  transition: all 0.2s linear;
  margin-right: 0.9375rem;
}
.detailsTitle .componentTitle li.PageHeader-item svg {
  position: relative;
  transform: translateY(-50%);
  top: 47%;
}
.detailsTitle .details-preg .txt-details, .detailsTitle .details-preg .text-details {
  line-height: 1.95;
  font-size: 18px;
  color: #595F60;
}
.detailsTitle .block-news .block-text {
  font-size: 18px;
  color: #595F60;
  line-height: 1.95;
}

#PaggerDiv {
  text-align: center;
}
#PaggerDiv ul {
  display: inline-flex;
  padding-left: 0;
  margin: 60px 0;
  border-radius: 4px;
}
#PaggerDiv ul li {
  display: inline;
}
#PaggerDiv ul li .current, #PaggerDiv ul li .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #6D6F72;
  background-color: #fff;
  border: 2px solid #EDEDED;
  border-radius: 4px;
  margin-inline: 10px;
  cursor: pointer;
}
#PaggerDiv ul li .current:hover, #PaggerDiv ul li .page-link:hover {
  background-color: #119853;
  color: #fff;
}

.main-header {
  width: 100%;
  height: 133px;
  position: relative;
  padding-top: 25px;
}
.main-header .NCVCLogo {
  width: 100%;
}
@media (min-width: 1200px) {
  .main-header {
    background-size: 100% !important;
  }
}

.boardOfDirectors {
  background: #F2FAF4;
  text-align: center;
  margin-block-end: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-radius: 4px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .boardOfDirectors {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .boardOfDirectors {
    padding: 15px 0;
  }
}
.boardOfDirectors .image-area-left {
  float: none;
  display: inline-block;
  padding: 0;
}
@media (max-width: 992px) {
  .boardOfDirectors .image-area-left {
    margin-bottom: 10px;
  }
}
@media (min-width: 993px) {
  .boardOfDirectors .image-area-left {
    margin-right: 15px;
    width: 240px;
  }
}
.boardOfDirectors .image-area-left img {
  border-radius: 10px;
  width: 100%;
  border: 5px solid #42966A;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 319px) and (max-width: 767px) {
  .boardOfDirectors .image-area-left img {
    height: 176px;
  }
}
.boardOfDirectors .link-item {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 319px) and (max-width: 767px) {
  .boardOfDirectors .link-item {
    width: 100%;
  }
}
.boardOfDirectors .link-item p {
  margin-bottom: 0;
}
.boardOfDirectors .link-item a {
  font-size: 1.25rem;
  color: #42966A;
  font-weight: 700;
  min-width: 450px;
  text-align: left;
  display: block;
}
.boardOfDirectors .link-item .position {
  color: #999999;
  font-size: 18px;
}

.boardOfDirectors-all {
  text-align: center;
  float: left;
  -webkit-padding-end: 15px;
  margin-inline-end: 15px;
  height: 370px;
  overflow: hidden;
  margin-block-end: 15px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 0;
}
@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: 23%;
  }
}
.boardOfDirectors-all .image-area-left {
  float: none;
  padding: 0;
}
.boardOfDirectors-all .image-area-left img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 2px solid #cee4d8;
}
.boardOfDirectors-all .link-item {
  padding: 10PX;
}
.boardOfDirectors-all .link-item p {
  margin-bottom: 0;
}
.boardOfDirectors-all .link-item a {
  font-size: 1rem;
  color: #035859;
  font-weight: 700;
}
.boardOfDirectors-all .link-item .position {
  color: #999999;
  font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

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

.detailsPage {
  min-height: 300px;
}
.detailsPage .captioned-image {
  float: right;
  width: 300px;
  margin-inline-start: 20px;
  margin-block-end: 20px;
  position: relative;
}
@media (min-width: 319px) and (max-width: 767px) {
  .detailsPage .captioned-image {
    float: none;
  }
}
.detailsPage .captioned-image::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  background: #42966A;
  width: 100%;
  height: 100%;
  display: none;
}
.detailsPage .captioned-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 300px;
  position: relative;
  z-index: 1;
}
.detailsPage .captioned-image .contents {
  margin: 0;
  color: #231f20;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}

.centerAssignments {
  margin: 0 10%;
}
@media (min-width: 319px) and (max-width: 767px) {
  .centerAssignments {
    margin: 0;
  }
}
.centerAssignments ul {
  counter-reset: section;
}
.centerAssignments ul li {
  padding: 1.5625rem;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-left: 90px;
  padding-right: 1.5625rem;
  background-color: #F2FAF4;
  border-bottom: 14px solid #42966A;
  font-size: 1.125rem;
  color: #464749;
  position: relative;
  margin-block-end: 20px;
  border-radius: 10px;
}
.centerAssignments ul li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  background: #42966A;
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  font-size: inherit;
  line-height: 50px;
  top: 17px;
  left: 15px;
}
.centerAssignments ul li:nth-child(even) {
  border-bottom-color: #f3a119;
}
.centerAssignments ul li:nth-child(even):before {
  background: #f3a119;
}

#mediaCenterPhoto,
#mediaCenterVideo {
  width: 47.5%;
  display: inline-block;
}
#mediaCenterPhoto .card-photoGallery:nth-child(1),
#mediaCenterVideo .card-photoGallery:nth-child(1) {
  margin-bottom: 15px;
}
@media (min-width: 319px) and (max-width: 767px) {
  #mediaCenterPhoto .card-photoGallery:nth-child(2),
  #mediaCenterVideo .card-photoGallery:nth-child(2) {
    margin-bottom: 30px !important;
  }
}
#mediaCenterPhoto.photoGallery-internal, #mediaCenterPhoto.mediaCenterVideo-internal,
#mediaCenterVideo.photoGallery-internal,
#mediaCenterVideo.mediaCenterVideo-internal {
  width: 100%;
}

.card-photoGallery {
  height: 190px;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  position: relative;
  background: black;
}
@media (min-width: 319px) and (max-width: 767px) {
  .card-photoGallery {
    height: 150px;
  }
}
.card-photoGallery:after {
  content: "";
  background: #117356 url("../../SVG/img-icon.svg") no-repeat center center;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.3s ease 0.1s;
}
.card-photoGallery .card-img {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  transition: all 0.3s ease 0.1s;
}
.card-photoGallery .card--title {
  right: -10px;
  bottom: 8px;
  opacity: 0.5;
  font-size: 25px;
  transition: all 0.3s ease 0.1s;
}
.card-photoGallery.card-photoGalleryInter {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  margin-bottom: 10px;
  background: transparent;
}
@media (min-width: 319px) and (max-width: 991px) {
  .card-photoGallery.card-photoGalleryInter {
    width: 49.3%;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .card-photoGallery.card-photoGalleryInter {
    width: 24.3%;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .card-photoGallery.card-photoGalleryInter {
    width: 19.3%;
  }
}
@media (min-width: 1400px) {
  .card-photoGallery.card-photoGalleryInter {
    width: 19.3%;
  }
}
.card-photoGallery:hover:after {
  background-color: #42966A;
}
.card-photoGallery:hover .card-img {
  opacity: 0.7;
}

#mediaCenterVideo {
  margin-right: 10px;
}
#mediaCenterVideo .card-photoGallery {
  height: 230px;
  padding: 0;
  margin: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #mediaCenterVideo .card-photoGallery {
    width: 100%;
  }
}
@media (max-width: 993px) and (min-width: 768px) {
  #mediaCenterVideo .card-photoGallery {
    width: 44.3%;
  }
}
#mediaCenterVideo .card-photoGallery:after {
  content: "";
  background: #117356 url("../../SVG/Paly.svg") no-repeat center center;
  left: 43%;
  bottom: auto;
  top: 90px;
}
#mediaCenterVideo .card-photoGallery:hover:after {
  background-color: #42966A;
}
#mediaCenterVideo .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#mediaCenterVideo .card-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4196078431);
  width: 100%;
  padding: 10px;
}
#mediaCenterVideo .card-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: white;
  opacity: 1;
}

@media (min-width: 319px) and (max-width: 767px) {
  .lg-actions .lg-next, .lg-actions .lg-prev {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    justify-content: center;
  }
}
.lg-actions .lg-next::after, .lg-actions .lg-prev::after {
  color: white;
}
@media (min-width: 319px) and (max-width: 767px) {
  .lg-actions .lg-next::after, .lg-actions .lg-prev::after {
    font-size: 14px;
  }
}

.event-item {
  background: white;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.event-item .contents {
  padding: 15px;
}
.event-item .event-data {
  text-align: left;
}
.event-item .event-data .deat {
  display: flex;
}
.event-item .event-data .event-date {
  font-size: 12px;
  color: #616262;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.event-item .event-data h3 {
  font-size: 18px;
  transition: all 0.3s ease 0.1s;
  font-weight: 500;
  line-height: 1.5;
  color: #035859;
  margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}
.event-item .event-data .breif {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.0625rem;
  color: #999999;
  min-height: 88px;
}
.event-item .event-data .location {
    font-size: 12px;
    color: #616262;
    display: flex;
    align-items: center;
    font-weight: 300;
    margin-bottom: 0px;
}
.event-item .event-data .location .location-ico {
  display: inline-block;
  width: 13px;
  height: 15px;
  background-image: url("../../SVG/marker.svg");
  margin-inline-end: 5px;
  background-repeat: no-repeat;
    background-size: cover;
}
.event-item .event-data a {
  background: #42966A;
  border-radius: 4px;
  padding: 10px 50px;
  margin-top: 10px;
  display: inline-block;
  color: white;
  font-size: 1.0625rem;
  position: relative;
  border: 2px solid #42966A;
  transition: all 0.3s ease 0.1s;
}
.event-item .event-img {
  width: 100%;
  background-color: rgba(112, 112, 112, 0.3843137255);
  position: relative;
  overflow: hidden;
}
.event-item .event-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 268px;
}
.event-item .event-img .details-link {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  right: 0;
  transition: 1s;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-item .event-img .details-link a {
  color: white;
  border: 1px solid;
  border-radius: 5px;
  padding: 8px 30px;
}
.event-item .calender-ico {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../../SVG/calendar.svg");
  margin-inline-end: 6px;
  background-repeat: no-repeat;
        background-size: cover;
}
@media (min-width: 319px) and (max-width: 767px) {
  .event-item .calender-ico {
    width: 15px;
    height: 15px;
    margin-inline-end: 5px;
  }
}
.event-item:hover .details-link {
  bottom: 0;
  transition: 1s;
}
.event-item:hover h3 {
  color: #42966A;
}

.eventDetails-head {
  /*background: #f9f9f9;*/
  margin-block-start: 30px;
}
.eventDetails-head .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.eventDetails-head .head {
  padding: 20px 0;
}
.eventDetails-head .head .page-header .pageHeader {
  float: none !important;
  justify-content: start !important;
}
.eventDetails-head .head .page-header .pageHeader .pageHeader-item {
  margin-right: 15px;
  margin-left: 0;
  background: transparent;
  border: 1px solid #42966A;
}
.eventDetails-head .head .title {
  font-size: 20px;
  font-weight: 600;
    color:#035859;
}
.eventDetails-head .head .eventDate .eventDate-date {
  font-size: 14px;
  color: #616262;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
    font-weight: 300;
}
.eventDetails-head .head .eventDate .eventDate-date .calender-ico {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../../SVG/calendar.svg");
  margin-inline-end: 5px;
  background-repeat: no-repeat;
    background-size: cover;
}
.eventDetails-head .head .eventlocation .eventDate-location {
  font-size: 14px;
  color: #616262;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
    font-weight: 300;
}
.eventDetails-head .head .eventlocation .eventDate-location .location-ico {
  display: inline-block;
  width: 15px;
  height: 17px;
  background-image: url("../../SVG/marker.svg");
  margin-inline-end: 5px;
  background-repeat: no-repeat;
    background-size: cover;
}

.info .titl-inter {
  color: black;
  font-size: 28px;
  font-weight: bold;
}
.info .titl-inter .brif {
  display: block;
  color: #999999;
  font-size: 1.25rem;
  font-weight: normal;
  padding-top: 15px;
}
.info .card-info {
  border: 1px solid #F9F6ED;
  padding: 30px 0;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 5px -1px #42966A;
  margin-bottom: 23px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .info .card-info {
    height: auto;
    padding-left: 90px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .info .card-info {
    height: 130px;
    padding-left: 110px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .info .card-info {
    height: 130px;
    padding-left: 120px;
  }
}
@media (min-width: 1400px) {
  .info .card-info {
    height: 130px;
    padding-left: 120px;
  }
}
.info .card-info .icon {
  background: #F9F6ED;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .info .card-info .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .info .card-info .icon {
    width: 59px;
    height: 59px;
    padding: 18px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .info .card-info .icon {
    width: 69px;
    height: 69px;
    padding: 18px;
  }
}
@media (min-width: 1400px) {
  .info .card-info .icon {
    width: 69px;
    height: 69px;
    padding: 18px;
  }
}
.info .card-info .icon svg {
  width: 100%;
  height: 100%;
}
.info .card-info .icon svg path {
  fill: #42966A;
}
.info .card-info .title {
  color: #464749;
  margin-bottom: 5px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .info .card-info .title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .info .card-info .title {
    font-size: 18px;
  }
}
.info .card-info .title2 {
  color: #42966A;
}
@media (min-width: 319px) and (max-width: 767px) {
  .info .card-info .title2 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .info .card-info .title2 {
    font-size: 20px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .info .card-info .title2 {
    font-size: 23px;
  }
}
@media (min-width: 1400px) {
  .info .card-info .title2 {
    font-size: 24px;
  }
}
.info .card-info .icons-share {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.info .card-info .icons-share img {
  width: 25px;
  height: 25px;
}

.map .titl-inter {
  color: black;
  font-size: 1.875rem;
  font-weight: bold;
}
.map .titl-inter .brif {
  display: block;
  color: #999999;
  font-size: 1.25rem;
  font-weight: normal;
}

@media print {
  #navbar,
  .custombreadcrumb,
  .local-menu,
  .pageHeader,
  .l-footer,
  .sub-footer,
  .rating-container,
  .SearchBackground,
  .change-view,
  .VisionLogo {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    width: 0;
  }
  .change-view {
    display: none;
  }
}
.inner-rating {
  float: unset;
}

.star-icons svg {
  fill: #dddddd;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.star-icons svg.star-on, .star-icons svg.star-on-hover {
  fill: #F3A119;
}

.ratestars-info {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
        justify-content: space-between;
}
@media (min-width: 319px) and (max-width: 767px) {
  .ratestars-info {
    flex-direction: column;
  }
}

.rate-info.votes-count p {
    color: #035859;
    font-weight: 400;
    font-size: 12px;
}

.article-rate {
  position: relative;
  margin-bottom: 40px;
}

.rating-thanks,
.rated-before {
  position: absolute;
  font-size: 16px;
  border-radius: 4px;
  font-weight: bold;
  color: white;
  padding: 9px;
  display: flex;
  justify-content: center;
  width: 90%;
}

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

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

.my-rating .jq-star-svg {
  width: 25px !important;
  height: 25px !important;
}

#AsynchronousViewDefault_CalendarView table.ms-acal-month > tbody > tr:nth-child(1) th {
  background-color: #e1e1e1;
  height: 60px;
  text-align: center;
}
#AsynchronousViewDefault_CalendarView table.ms-acal-month > tbody > tr:nth-child(1) th:nth-child(1) {
  background-color: transparent;
}
#AsynchronousViewDefault_CalendarView table.ms-acal-month > tbody > tr:nth-child(1) th nobr {
  padding-top: 15px;
  display: block;
  color: #117356 !important;
  font-weight: bold;
  font-size: 15px;
}
#AsynchronousViewDefault_CalendarView tr td div.ms-acal-today {
  color: white;
  border-top: 1px solid #f3a119;
}
#AsynchronousViewDefault_CalendarView tr td div.ms-acal-today nobr {
  background: #f3a119;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
#AsynchronousViewDefault_CalendarView .ms-acal-summary-dayrow > th {
  cursor: pointer;
  border-bottom: transparent;
  border-top: transparent;
  visibility: hidden;
}
#AsynchronousViewDefault_CalendarView .ms-acal-display {
  color: #f3a119;
  font-size: 14px;
  padding: 5px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
}
#AsynchronousViewDefault_CalendarView a#WPQ1_nav_prev_a {
  background: #f3a119;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  display: flex;
  font-family: "fcicons" !important;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none !important;
}
#AsynchronousViewDefault_CalendarView a#WPQ1_nav_prev_a img {
  display: none;
}
#AsynchronousViewDefault_CalendarView a#WPQ1_nav_prev_a:after {
  content: "\e901";
  transform: scaleX(-1);
}
#AsynchronousViewDefault_CalendarView a#WPQ1_nav_next_a {
  background: #f3a119;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  display: flex;
  font-family: "fcicons" !important;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none !important;
  margin-inline-start: 25px;
}
#AsynchronousViewDefault_CalendarView a#WPQ1_nav_next_a img {
  display: none;
}
#AsynchronousViewDefault_CalendarView a#WPQ1_nav_next_a:after {
  content: "\e900";
  transform: scaleX(-1);
}
#AsynchronousViewDefault_CalendarView tr.ms-acal-summary-dayrow > td {
  pointer-events: none;
}

div#calendar {
  display: none;
}

.ms-acal-item {
  background-color: #117356 !important;
  border: solid 1px #117356 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  height: auto !important;
}

.ms-acal-time {
  display: none;
}

.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 #42966A;
  color: #42966A;
  height: 36px;
  font-weight: 200;
  transition: all 0.1s ease 0.1s;
}
.componentTitle .btn-title:hover {
  color: #fff;
  background: #42966A;
  text-decoration: none !important;
}

.page-header__title {
  font-size: 24px;
font-weight:600;
color:#035859;
height:auto;
}
@media (min-width: 319px) and (max-width: 767px) {
  .page-header__title {
    font-size: 20px !important;
  }
}
.pageHeader .pageHeader-item {
  display: inline-block;
  height: 30px;
  width: 30px !important;
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear;
  margin-left: 0.9375rem;
}
.pageHeader .pageHeader-item:hover {
  background: #faf8f5;
}
.pageHeader .pageHeader-item:hover svg {
  fill: #F9F6ED;
}
@media (min-width: 319px) and (max-width: 991px) {
  .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: #42966A;
}
.pageHeader .pageHeader-item > img,
.pageHeader .pageHeader-item svg {
  display: inline-block;
  font-size: 23px;
  position: relative;
  fill: #117356;
  transform: translateY(-50%);
  top: 44%;
}
@media (min-width: 319px) and (max-width: 991px) {
  .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: 991px) {
  .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: 991px) {
  .pageHeader .pageHeader-item.pageHeader-share img {
    height: 20px;
  }
}
.pageHeader .pageHeader-item.pageHeader-fontSize img {
  top: 46%;
}
@media (min-width: 319px) and (max-width: 991px) {
  .pageHeader .pageHeader-item.pageHeader-fontSize img {
    height: 35px;
    top: 50%;
  }
}
@media (min-width: 319px) and (max-width: 991px) {
  .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: 991px) {
  .pageHeader .pageHeader-item.pageHeader-print img {
    height: 20px;
  }
}
.pageHeader .pageHeader-item.pageHeader-sendToFriend img {
  top: 37%;
}
@media (min-width: 319px) and (max-width: 991px) {
  .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);
  min-width: 200px;
  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;
}
@media (min-width: 319px) and (max-width: 991px) {
  .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: #F9F6ED;
}
@media (min-width: 319px) and (max-width: 991px) {
  .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: #117356;
  top: 50%;
}
@media (min-width: 319px) and (max-width: 991px) {
  .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: #F9F6ED;
}
.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: 991px) {
  .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: 991px) {
  .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: #42966A;
}
.subsiteBanner.subsiteBanner-hiddenImg .pageHeader-item:hover:before {
  border: 1px dashed #42966A;
}

.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: 991px) {
  .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: #42966A;
  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: #42966A !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: 991px) {
  .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: block;
  padding: 30px 0;
  padding-left: 70px;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 200;
  width: 100%;
}
.alert:before {
  content: "";
  height: 40px;
  width: 40px;
  top: 25px;
  left: 20px;
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: center center;
  background-color: transparent;
}
.alert.alert-warning {
  color: #E8A35E;
  background-color: #F6E8CE;
  border-color: #F4F1E6;
}
.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: #00A894;
  background-color: #E0F5F2;
  border-color: #8FD9D0;
}
.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;
}
@media (min-width: 319px) and (max-width: 767px) {
  ul.pageHeader {
    float: none;
  }
}

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

/*local menu*/
.local-menu {
  border-radius: 5px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .local-menu {
    padding-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .local-menu {
    overflow-y: auto;
    border-radius: 0px;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: 999;
    height: 100vh;
    background-color: white;
    padding-inline-end: 60px !important;
    box-shadow: 0px 2px 6px #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: 35px;
  height: 35px;
  background: #42966A;
  padding: 6px 7px 7px;
  border-radius: 2px;
  margin: 10px;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .local-menu .close-btn {
    display: none;
  }
}
.local-menu .close-btn svg {
  fill: #117356;
}
.local-menu .ms-core-sideNavBox-removeLeftMargin {
  margin-left: 0;
}
.local-menu.fixed .ms-core-navigation {
  position: fixed;
  top: 200px;
  width: 230px;
}
.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;
  background-color: #ffffff;
  margin-bottom: 18px;
  border: transparent;
  overflow: hidden;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.selected {
  color: white;
  box-shadow: none;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item {
  padding: 1.0625rem 1.0625rem;
  font-size: 0.9375rem;
  position: relative;
  font-weight: 300;
  color: #999999;
  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: 8px;
  height: 13px;
  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: #42966A;
  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-color: #0e9a6a;
  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: 20px;
}
.local-menu .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > ul.static > li.static > .ms-core-listMenu-item:hover {
  color: #42966A;
  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: 5px;
  border-color: #42966A;
  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: #42966A;
  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: 1px solid #42966A;
    color: #42966A;
    border-radius: 4px;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 12px;
  }
}

.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: 350px;
  padding: 16px;
  background-color: #fff;
  border: 3px solid #25816d;
  z-index: 1002;
  overflow: auto;
  transform: translateX(-50%) translateY(-50%);
}

a.Close {
  background: #ffdc66;
  color: #317d6f;
  font-size: 35px;
  padding: 5px;
  min-width: 50px;
  border: none;
  margin: 0;
  height: 50px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  display: block;
  width: 50px;
  text-align: center;
}

.white_content iframe {
  width: 100%;
  min-height: 390px;
  overflow: hidden;
  margin-top: 20px;
}

#content-items {
  direction: ltr;
  height: 60px;
  overflow: hidden;
}

.marquee a {
  color: #647378;
  font-size: 20px;
  display: inline-block;
  padding: 15px 0;
  position: relative;
  margin-right: 40px;
}
.marquee a:visited {
  color: #045859 !important;
}
.marquee a:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background: #00A159;
  border: 1px solid #29504d;
  border-radius: 50%;
  top: auto;
  bottom: 40%;
  left: -28px;
  right: auto;
}

.navbar {
  top: 0;
  padding: 8px 0;
}

#sideNavBox {
  display: none;
}

.articlepage-layout .article-img-menu img {
  width: 100%;
}

.speech .img {
  position: relative;
  display: inline-block;
  width: 250px;
  margin-right: 20px;
  vertical-align: top;
}
.speech .img:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  background: #42966A;
  width: 100%;
  height: 100%;
}
.speech .img img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 275px;
  width: 250px;
}
.speech .article-content {
  display: inline-block;
  font-size: 18px;
}
@media (min-width: 768px) {
  .speech .article-content {
    width: 70%;
  }
}
.speech .article-content .title {
  background: #F2FAF4;
  padding: 10px 20px;
  color: #42966A;
  font-weight: bold;
  margin-block-end: 10px;
}

.article-content ul {
  counter-reset: section;
  margin: 0;
  padding: 0;
}
.article-content ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 4px;
  list-style: none;
}
.article-content ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 13px;
  height: 13px;
  background: #f3a119;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 25px;
}
.article-content ol {
  counter-reset: section;
  margin: 0;
  padding: 0;
}
.article-content ol li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 8px;
  list-style: none;
}
.article-content ol li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #f3a119;
  text-align: center;
  border-radius: 50%;
  color: black;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}

.achievements-columns {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
@media (max-width: 767px) {
  .achievements-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .achievements-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .achievements-columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 1400px) {
  .achievements-columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.achievements-columns .card-achievements {
  background: #f1f1f1;
  padding: 20px;
  text-align: center;
  margin-block: 20px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}
.achievements-columns .card-achievements .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-block-start: 15px;
}
.achievements-columns .card-achievements .list-num {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.achievements-columns .card-achievements .list-num .num {
  display: flex;
  flex-direction: column;
  background: #F3A119;
  border-radius: 5px;
  padding: 10px;
}
.achievements-columns .card-achievements .list-num .num .num1 {
  border-bottom: 1px solid;
}
.achievements-columns .card-achievements .list-num .num .num2 {
  font-size: 25px;
  font-weight: bold;
}

.achievements-info {
  padding: 20px;
  margin-block: 15px;
  border-radius: 5px;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #019FC0);
}
.achievements-info h1 {
  font-size: 20px;
  color: white !important;
}

.summaryLinks {
  float: left;
  width: 50%;
  margin-bottom: 25px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .summaryLinks {
    width: 100%;
  }
}
.summaryLinks .inner-content {
  position: relative;
  background-color: white;
  margin: 0 20px;
  border-radius: 4px;
  border: 1px solid #dbd9d9;
  height: 111px;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #464749;
  transition: all 0.3s ease 0.1s;
}
.summaryLinks .inner-content:after {
  content: "";
  background: #cee4d8;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #019FC0);
  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;
  border-right: 1px solid #ddd;
  padding-inline-start: 15px;
  margin-inline-end: 20px;
  transition: all 0.3s ease 0.1s;
}
.summaryLinks .inner-content img {
  margin-inline-end: 25px;
  width: 75px;
}
.summaryLinks .inner-content .title {
  position: relative;
  z-index: 1;
  padding-inline-end: 10px;
}
.summaryLinks:hover {
  text-decoration: none;
}
.summaryLinks:hover .inner-content:after {
  width: 100%;
}
.summaryLinks:hover .inner-content .img-container {
  border-color: white;
}

.card-importantLinks {
  display: flex;
  background: white;
  width: 100%;
  border: 1px solid #dbd9d9;
  border-left: 5px solid #42966A;
  border-radius: 5px;
  height: 73px;
  padding: 0px 20px 0;
  margin-bottom: 20px;
  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-image: linear-gradient(to right, rgba(255, 0, 0, 0), #019FC0);
  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: black;
}

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

.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: 10px 20px;
  background: #F2FAF4;
  margin-bottom: 5px;
  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: #464749 !important;
  display: block;
  transition: all 0.3s ease 0.1s;
}
.toc-layout-main .dfwp-list > .level-section .level-header:hover {
  background: #42966A;
}
.toc-layout-main .dfwp-list > .level-section .level-header:hover a {
  color: white !important;
}

.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;
}
@media (min-width: 319px) and (max-width: 767px) {
  .toc-layout-main > .dfwp-list > .level-section {
    flex: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .toc-layout-main > .dfwp-list > .level-section {
    flex: 48%;
    max-width: 48%;
  }
}
@media (min-width: 992px) {
  .toc-layout-main > .dfwp-list > .level-section {
    flex: 24%;
    max-width: 24%;
  }
}
.toc-layout-main > .dfwp-list > .level-section > .level-header {
  padding: 16px 12px;
  position: relative;
  background: #42966A;
  border-left: 5px solid #117356;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 5px;
  padding: 20px !important;
}
.toc-layout-main > .dfwp-list > .level-section > .level-header:after {
  content: "";
  background: rgba(253, 253, 253, 0.3);
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0.1s;
}
.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;
}

.page404 {
  width: 500px;
  margin: 0 auto;
  padding: 70px 0 0;
  text-align: center;
}
@media (min-width: 319px) and (max-width: 767px) {
  .page404 {
    width: 100%;
  }
}
.page404 img {
  text-align: center;
  width: 100%;
}
.page404 h1 {
  color: #42966A;
  font-weight: 600;
}
@media (min-width: 319px) and (max-width: 767px) {
  .page404 h1 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .page404 h1 {
    font-size: 35px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .page404 h1 {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .page404 h1 {
    font-size: 60px;
  }
}
.page404 h2 {
  color: #999999;
  font-weight: #999999;
  font-size: 1.1875rem;
}
.page404 a {
  background: #42966A;
  color: white;
  padding: 5px 35px 10px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
  border-bottom: 5px solid #42966A;
  transition: all 0.3s ease 0.1s;
}
.page404 a:hover {
  border-color: #42966A;
  background-color: transparent;
  color: #42966A;
  text-decoration: none;
}

.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: #42966A;
  color: white;
  font-weight: normal;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1607843137) !important;
  font-size: 17px;
  vertical-align: middle;
  padding: 18px 5px;
  font-weight: bold;
}
.Grid th:first-child {
  padding-right: 20px;
}
.Grid tr:nth-of-type(odd) {
  background-color: #F2FAF4;
}
.Grid td {
  color: #464749;
  font-size: 0.9375rem;
  text-align: center;
  border: 0px solid #d8d8d8 !important;
  padding: 16px 13px !important;
}
.Grid td:first-child {
  text-align: left;
  padding-left: 1.25rem;
}
.Grid td img {
  width: 20px;
  height: 20px;
}

.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: #464749;
  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: #117356;
  color: #464749;
}
.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: #42966A;
  color: white;
  opacity: 1;
  cursor: pointer;
}
.GridFooterMain td.GridFooterPager a.GridViewSelectedPage:hover {
  background: #42966A;
  color: white;
}

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

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

@media (min-width: 319px) and (max-width: 991px) {
  .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: 540px;
  }
}
.news > .container > .row .col-lg-6:first-child .content .card--title {
  font-size: 35px;
  line-height: 46px;
}
@media (min-width: 319px) and (max-width: 991px) {
  .news > .container > .row .col-lg-6:first-child .content .card--title {
    font-size: 22px;
    line-height: 30px;
  }
}
.news .load-more {
  border-color: #42966A;
  color: #42966A;
}
.news .load-more:hover {
  background: #42966A;
  color: white;
}

.cardNews {
  height: 100%;
  border: 1px solid #f5f5f5;
    padding: 10px;
}
@media (min-width: 319px) and (max-width: 991px) {
  .cardNews {
    margin-bottom: 25px;
  }
}
.cardNews .cardImage {
  height: 268px;
  background-size: cover;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  transition: 1s;
  background-position: center;
}
.cardNews .cardImage .details-link {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  right: 0;
  transition: 1s;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardNews .cardImage .details-link a {
  color: white;
    font-size: 14px;
    font-weight: 300;
  border: 1px solid;
  border-radius: 5px;
  padding: 8px 30px;
}
.cardNews span.card--date {
  display: inline-block;
  font-size: 12px;
  color: #616262;
    font-weight: 300;
}
.cardNews span.card--date::before {
    content: "";
    background-image: url("../../SVG/calendar.svg");
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-inline-end: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
}
.cardNews span.card--date svg {
  display: none;
}
.cardNews .content {
  padding-block: 10px;
}
.cardNews .content .card--title {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #035859;
  transition: 1s;
  padding-block-end: 5px;
}
.cardNews .card--link {
  display: none;
}
.cardNews:hover .details-link {
  bottom: 0;
  transition: 1s;
}
.cardNews:hover .card--title {
  color: #42966A;
}
.cardNews .summaryLinks {
  float: none;
  width: auto;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-block-start: 10px;
  border-top: 1px solid #c8c8c8;
  margin-block-start: 10px;
  align-items: center;
}
.cardNews .summaryLinks > div {
  border: 1px solid #f5f5f5;
  width: 75px;
  height: 60px;
  text-align: center;
  border-radius: 5px;
}
.cardNews .summaryLinks > div img {
  width: 65px;
  -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: 35px 0;
}
.news-details p.date {
  color: #bdbcbc;
}
.news-details .page-details {
  min-height: 500px;
}
.news-details .img-container {
  width: 645px;
  border-radius: 5px;
  overflow: hidden;
  float: right;
  margin-inline-start: 20px;
}
.news-details .img-container img {
  height: 100%;
  width: 100%;
}

@media (min-width: 319px) and (max-width: 991px) {
  .articles {
    padding: 0;
  }
}
.articles > .container > .row .col-lg-6:first-child {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
@media (min-width: 992px) {
  .articles > .container > .row .col-lg-6:first-child .cardImage {
    height: 540px;
  }
}
.articles > .container > .row .col-lg-6:first-child .content .card--title {
  font-size: 35px;
  line-height: 46px;
}
@media (min-width: 319px) and (max-width: 991px) {
  .articles > .container > .row .col-lg-6:first-child .content .card--title {
    font-size: 22px;
    line-height: 30px;
  }
}
.articles .load-more {
  border-color: #42966A;
  color: #42966A;
}
.articles .load-more:hover {
  background: #42966A;
  color: white;
}

.cardarticles {
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 319px) and (max-width: 991px) {
  .cardarticles {
    margin-bottom: 25px;
  }
}
.cardarticles .cardImage {
  height: 268px;
  background-size: cover;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  transition: 1s;
  background-position: center;
}
.cardarticles .cardImage .details-link {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  right: 0;
  transition: 1s;
  background: rgba(66, 150, 106, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardarticles .cardImage .details-link a {
  color: white;
  border: 1px solid;
  border-radius: 5px;
  padding: 8px 30px;
}
.cardarticles .card--more span.card--date {
  display: block;
  font-size: 16px;
  color: #42966A;
}
.cardarticles .card--more span.card--date::before {
  content: "";
  background-image: url("../../SVG/calendar.svg");
  display: inline-block;
  width: 21px;
  height: 30px;
  vertical-align: middle;
  margin-inline-end: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.cardarticles .card--more span.card--date svg {
  display: none;
}
.cardarticles .card--more span.card--author {
  display: block;
  font-size: 16px;
  color: #42966A;
}
.cardarticles .card--more span.card--author::before {
  content: "";
  background-image: url("../../SVG/pencil.png");
  display: inline-block;
  width: 21px;
  height: 30px;
  vertical-align: middle;
  margin-inline-end: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.cardarticles .content {
  padding-inline: 10px;
  padding-block: 10px;
}
.cardarticles .content .card--title {
  font-size: 1.0625rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 1.5;
  color: black;
  transition: 1s;
  padding-block-end: 5px;
}
.cardarticles .card--link {
  display: none;
}
.cardarticles:hover .details-link {
  bottom: 0;
  transition: 1s;
}
.cardarticles:hover .card--title {
  color: #42966A;
}

.news-details {
  background-color: #F6F3EE;
  padding: 35px 0;
}
.news-details p.date {
  color: #bdbcbc;
}
.news-details .page-details {
  min-height: 500px;
}
.news-details .img-container {
  width: 645px;
  border-radius: 5px;
  overflow: hidden;
  float: right;
  margin-inline-start: 20px;
}
.news-details .img-container img {
  height: 100%;
  width: 100%;
}

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

.SearchBackground {
  color: white;
  background-color: #F2FAF4;
  padding: 23px 0;
}
@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: 29px 26px;
  border-radius: 10px;
}
.search-component .search-container {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  flex-wrap: wrap;
  height: 60px;
}
@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%;
}
@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;
}
@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: #42966A;
  color: white !important;
  border-color: #42966A !important;
}
@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: #42966A;
}
.change-view span.active svg path {
  fill: #42966A;
}

.category-title {
  font-size: 25px;
  font-weight: bold;
}
.category-title label.CategoryLabel {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.category-title span.CategoryCounter {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background-color: #D9E6D6;
  font-size: 18px;
  color: #29504D;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  line-height: 37px;
}

.ServiceCardContainer > div {
  margin-bottom: 50px;
}
.ServiceCardContainer .ServiceCardSection {
  margin-bottom: 30px;
  background-color: white;
  border: 1px solid #CDCCCC;
  border-radius: 4px;
  height: 185px;
}
.ServiceCardContainer .card {
  border-color: white;
  border-radius: 10px;
  height: 100%;
}
.ServiceCardContainer .card-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 2px;
  overflow: hidden;
}
@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 a.card-link {
  display: flex;
  margin-left: auto;
  border: 2px solid #42966A;
  align-items: center;
  padding: 8px 20px;
  color: #42966A !important;
  border-radius: 4px;
  font-size: 16px;
  justify-content: space-between;
}
.ServiceCardContainer.list-view a.card-link svg {
  display: none;
}
.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 #42966A;
  padding: 8px 20px;
  color: white !important;
  background: #42966A;
  border-radius: 4px;
  font-size: 16px;
}
.ServiceCardContainer.list-view .ms-rtestate-field a svg {
  display: none;
}
.ServiceCardContainer.grid-view .card-body {
  padding: 15px;
}
.ServiceCardContainer.grid-view .card-body a.card-link {
  border: 2px solid #42966A;
  text-align: center;
  padding: 8px 10px;
  color: #42966A !important;
  border-radius: 4px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 47%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .ServiceCardContainer.grid-view .card-body a.card-link {
    width: 100%;
  }
}
.ServiceCardContainer.grid-view .card-body a.card-link svg {
  display: none;
}
.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 #42966A;
  background: #42966A;
  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;
}

.viewAllbtn .btn {
  display: flex;
  border: 2px solid #42966A;
  align-items: center;
  padding: 0px 10px;
  color: #42966A !important;
  height: 45px;
  border-radius: 4px;
  margin-top: 8px;
  width: 123px;
  font-weight: bold;
  justify-content: space-between;
  float: right;
}
.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-title {
  font-size: 1.1875rem;
  color: #42966A;
  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: #f3a119;
  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;
  background: #f3a119;
  text-align: center;
  border-radius: 50%;
  color: black;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}
.service-data .tab-content {
  padding-top: 25px;
}
.service-data .nav-tabs {
  margin-top: 60px;
}
.service-data .nav-tabs a.active.show {
  position: relative;
}
.service-data .nav-tabs a.active.show:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #42966A;
}

.service-info {
  background: transparent;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #42966A;
  position: relative;
  margin-bottom: 40px;
}
.service-info:before {
  position: absolute;
  content: "";
  width: 157px;
  height: 8px;
  background: white;
  top: -4px;
  left: 35%;
}
.service-info .info-inner {
  position: relative;
  padding-inline-start: 55px;
  margin-block-end: 20px;
}
.service-info .info-inner svg {
  position: absolute;
  left: 0;
  top: 10px;
  width: 32px;
  height: 32px;
  fill: #F3A119;
}
.service-info .info-inner svg path {
  fill: #F3A119;
}
.service-info .info-inner .title {
  font-size: 18px;
  color: #42966A;
  font-weight: bold;
  margin-bottom: 3px;
}
.service-info .info-inner h2 {
  font-size: 18px;
  color: #333333;
  margin-top: 6px;
}

.service-btn {
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding-block: 20px;
}
.service-btn .setServiceLink {
  border: 1px solid #42966A;
  display: block;
  border-radius: 5px;
  padding: 15px 10px;
  background: #42966A;
  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: #42966A;
  color: #42966A;
}
.service-btn .setServiceLink:hover svg path {
  fill: #42966A;
}

.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: #42966A;
  color: #42966A;
}

.contactUs-div {
  background: #f7f7f7;
  margin-bottom: 50px;
  padding-bottom: 63px;
  border-radius: 7px;
  padding: 20px;
}
@media (min-width: 319px) and (max-width: 991px) {
  .contactUs-div {
    padding: 0;
  }
}
.contactUs-div .submit-msg .SuccessIcon svg {
  fill: #42966A !important;
}
.contactUs-div .submit-msg h3 {
  color: #42966A !important;
}
.contactUs-div .titl-inter {
  color: #42966A;
  font-size: 28px;
  font-weight: bold;
}
.contactUs-div .titl-inter .brif {
  display: block;
  color: #42966A;
  font-size: 1.25rem;
  font-weight: normal;
  margin-top: 15px;
}
.contactUs-div label {
  color: #42966A;
}
.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: #C8C8C8 !important;
}
.contactUs input[type=tel] {
  height: 47px !important;
}
.contactUs label {
  padding-top: 15px;
}
.contactUs textarea {
  height: auto;
  min-height: 198px;
}
.contactUs .contactUs-info {
  display: none;
}
.contactUs button.btn.btn-primary {
  background-color: #42966A;
  border-color: #42966A;
  width: 100%;
  border-radius: 3px;
  color: white !important;
}

.contact-data {
  padding: 0 312px;
}
@media (min-width: 319px) and (max-width: 991px) {
  .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: 991px) {
  .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: 991px) {
  .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: 991px) {
  .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: 34px;
  margin-top: 50px;
  color: #42966A;
}
.submit-msg .SuccessIcon {
  height: 133px;
  width: 138px;
}
.submit-msg .SuccessIcon svg {
  height: 100%;
  width: 100%;
  fill: #42966A;
}

.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: 5px;
  border-bottom-left-radius: 5px;
}
.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;
}

.component-container {
  padding: 0;
}
.component-container div.ms-webpart-cell-vertical-inline-table {
  display: block;
}
.component-container .FAQContainer .nav-tabs {
  margin-bottom: 25px;
  border-color: #CDCCCC;
}
.component-container .FAQContainer .nav-tabs li button {
  border: 0 !important;
  background: transparent;
  color: #999999;
  font-weight: bold;
  font-size: 1.375rem;
}
.component-container .FAQContainer .nav-tabs li button:focus {
  outline: 0;
}
.component-container .FAQContainer .nav-tabs li button.nav-link.active {
  color: #42966A;
  border-bottom: 3px solid #42966A !important;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 {
  margin-bottom: 20px;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 .drawer_a27c9db9 {
  background: #F8F8F8;
  color: #373E43;
  line-height: 28px;
  font-size: 1rem;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 .accordionChevron_a27c9db9 {
  position: absolute;
  right: 20px;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 > button {
  background-color: #F8F8F8;
  border-radius: 4px;
  border: none;
  min-height: 55px;
  border-left: 4px solid transparent;
  padding: 10px 16px;
  height: auto;
}
.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: #42966A;
  color: white;
}
.component-container .FAQContainer .tab-content .accordion_a27c9db9 > button .ms-Button-label {
  font-weight: bold;
  text-align: left;
  line-height: 21px;
  font-size: 1.0625rem;
}

.event-calender .fc-scrollgrid-liquid {
  border: 0 !important;
}
.event-calender .fc-col-header-cell-cushion {
  color: #999999 !important;
  font-weight: 600;
  font-size: 12px;
}
.event-calender tr.fc-scrollgrid-section.fc-scrollgrid-section-header {
  border: 0;
}
.event-calender tr.fc-scrollgrid-section.fc-scrollgrid-section-header th.fc-col-header-cell.fc-day {
  border: 0;
}
.event-calender tr.fc-scrollgrid-section.fc-scrollgrid-section-header th {
  border: 0;
  background: #e1e1e1;
  padding: 10px;
  color: white;
}
.event-calender tr.fc-scrollgrid-section.fc-scrollgrid-section-header th a {
  color: #117356 !important;
}
.event-calender tr.fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid {
  background-color: white;
}
.event-calender .fc-daygrid-day-events .fc-event-title {
  color: #42966A;
  border-radius: 4px;
  padding: 5px;
  margin-inline-end: 5px;
}
.event-calender .fc-daygrid-day-events .fc-daygrid-event-dot {
  border-color: #42966A;
}
.event-calender .fc-daygrid-day-events .fc-event-time {
  display: none;
}
.event-calender .fc-license-message {
  display: none !important;
}
.event-calender button.fc-today-button.fc-button.fc-button-primary {
  display: none;
}
.event-calender .fc-button-primary {
  border-radius: 50% !important;
  width: 46px !important;
  height: 46px !important;
  padding: 0;
  min-width: 46px;
  border-color: #f3a119 !important;
  background-color: #f3a119 !important;
}
.event-calender .fc-button-primary .fc-icon {
  font-size: 20px;
  color: white;
}
.event-calender .fc-button-group {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.event-calender .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(1) {
  width: 100%;
  text-align: center;
}

.display-change {
  margin-bottom: 25px;
  border-color: #CDCCCC;
  overflow: hidden;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.display-change span {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #999999;
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}
.display-change span.active {
  color: #045859;
  border-color: #045859;
}

.fc-event-title {
  white-space: initial;
  text-align: left;
}

.fc-day-today {
  color: #f3a119;
  background: transparent !important;
  border: 3px solid #f3a119 !important;
}

.fc-daygrid-dot-event:hover {
  background: transparent !important;
}

.fc-toolbar-title {
  color: #f3a119 !important;
}

@media (min-width: 319px) and (max-width: 767px) {
  .fc-view-harness.fc-view-harness-active {
    height: 500px !important;
  }
}

@media (min-width: 319px) and (max-width: 767px) {
  .fc .fc-daygrid-day-frame {
    max-height: 130px;
    overflow: hidden;
  }
}

@media (min-width: 319px) and (max-width: 767px) {
  .fc-view-harness.fc-view-harness-active {
    height: 500px !important;
  }
}

.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 #42966A;
  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 #f3a119;
}
.pollsVoting .question-item .item input[type=radio]:checked ~ .check-01::before {
  background-color: #f3a119;
}
.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: #42966A;
}
.polls .answers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-end: 30px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  border-bottom: 1px dashed #cbcbcb;
  padding-block-end: 20px;
}
@media (max-width: 992px) {
  .polls .answers {
    flex-wrap: wrap;
  }
}
.polls .answers .answers-child {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 4px;
  position: relative;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
@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: #42966A !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: #42966A;
  border: 1px solid #42966A;
  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;
  }
}

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

.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: #42966A !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;
}

@media (min-width: 319px) and (max-width: 767px) {
  .file-eplorer {
    padding: 0;
  }
}
.file-eplorer .card-group .col-md-6 {
  height: 100%;
}
.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: bold;
  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;
}
.file-eplorer .card.folder-card > svg {
  margin: auto;
  margin-top: 45px;
  width: 100%;
}
.file-eplorer .card.folder-card .card-body {
  position: relative;
  padding-bottom: 15px;
}
.file-eplorer .card.folder-card .card-body:before {
  content: "";
  position: absolute;
  border: 1px solid #f4f4f4;
  width: 100%;
  height: 1px;
  left: 0;
}
.file-eplorer .card.folder-card .card-body .folder-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  margin-top: 18px;
  text-align: center;
}
.file-eplorer .card.folder-card .card-body p.folder-count {
  color: #bababa;
}
.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: #42966A;
  border-color: #42966A;
}
.file-eplorer .card.folder-card .folder-btn:after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  background-image: url("/_layouts/branding/SVG/fi-rr-angle-right.svg");
  left: 15px;
  top: 12px;
}
.file-eplorer .card.file-card {
  padding: 20px 0;
  margin-bottom: 20px;
}
.file-eplorer .card.file-card img.card-img-top {
  width: 50px;
  margin: 0 auto;
  margin-top: 0px;
}
.file-eplorer .card.file-card .card-body {
  flex-direction: column;
  align-items: baseline;
  position: relative;
}
.file-eplorer .card.file-card .card-body:before {
  /* content: "";*/
  position: absolute;
  border: 1px solid #f5f5f5;
  width: 100%;
  height: 1px;
  left: 0;
}
.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 {
  margin-block-start: 10px;
  min-height: 55px;
      font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #035859;
}
.file-eplorer .card.file-card .card-body .file-size {
  color: #c5c5c5;
  font-size: 12px;
    font-weight: 300;
}
.file-eplorer .card.file-card a.btn.btn-sm.btn-primary.file-btn {
    background-color: #035859 !important;
    width: 100%;
    margin-top: 20px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 300;
    border:unset;
}

.folderBreadcrumb > div {
  display: flex;
  font-size: 23px;
  padding: 10px;
  border-radius: 4px;
}
.folderBreadcrumb > div span {
  font-weight: bold;
  color: #42966A !important;
  padding-inline-end: 7px;
}
.folderBreadcrumb > div span.active {
  color: #333 !important;
  text-decoration: none;
  font-size: 20px;
  border-bottom: none;
}

.survey {
  height: 100%;
  width: 100%;
  padding: 30px;
}
@media (min-width: 319px) and (max-width: 767px) {
  .survey {
    padding: 0;
  }
}
.survey .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.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;
}
.survey .form-group .check-01 {
  display: inline-block;
  position: absolute;
  border: 2px solid #42966A;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  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 #f3a119;
}
.survey .form-group input[type=radio]:checked ~ .check-01::before {
  background: #f3a119;
}
.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 .check-02 {
  display: inline-block;
  position: absolute;
  border: 2px solid #0d6142;
  border-radius: 7px;
  height: 25px;
  width: 25px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.survey .dd .check-02::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 7px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.survey .dd input[type=checkbox]:checked ~ .check-02 {
  border: 2px solid #B1862E;
}
.survey .dd input[type=checkbox]:checked ~ .check-02::before {
  background: #B1862E;
}
.survey .dd input[type=checkbox]:checked ~ label {
  color: #6f6f6f;
}
.survey .dd .form-control {
  margin-bottom: 0px !important;
}/*# sourceMappingURL=innerPages.css.map */


.eventDate-title {
    font-size: 14px;
    color: #035859;
    font-weight: 500;
}


.rating-container {
        background-color: #f8f8f8;
        margin-top: 50px;
}