.cl-layout__item {
  margin: 15px 0 !important;
  padding: 0 10px;
}
.cl-layout__item .cl-template--post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 14px !important;
  border: 0;
  border-color: transparent !important;
  padding: 20px 25px;
  height: 100% !important;
  min-height: auto !important;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.cl-layout__item .cl-template--post * {
  font-family: "NexaFagro Regular", "sans-serif" !important;
}
.cl-layout__item .cl-template--post i {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-right: 12px !important;
  font-size: 1.3em;
  color: #042D42;
}
.cl-layout__item .cl-template--post .cl-element-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 15px;
}
.cl-layout__item .cl-template--post:hover {
  cursor: pointer;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, rgb(23, 184.4801762115, 255), #009EE3);
}
.cl-layout__item .cl-template--post:hover .cl-element-title {
  color: #f7f6f5;
}
.cl-layout__item .cl-template--post:hover .cl-element-title__anchor {
  text-decoration: none !important;
}
.cl-layout__item .cl-template--post .cl-element-title {
  color: #009EE3;
  margin: 10px 0 18px 0 !important;
  font-size: 19px !important;
  font-weight: 900;
  padding: 0;
  line-height: 1.3;
}
.cl-layout__item .cl-template--post .cl-element-title:hover {
  color: #042D42;
}
.cl-layout__item .cl-template--post .cl-element-title .cl-element-title__anchor {
  text-decoration: none !important;
}
.cl-layout__item .cl-template--post .cl-element-custom_field {
  font-size: 14px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  min-height: 28px;
  color: #042D42;
  font-weight: 500;
}
.cl-layout__item .cl-template--post .cl-element-excerpt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 17px !important;
  padding: 0;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.6;
}
.cl-layout__item .cl-template--post .cl-element-published_date {
  margin-top: auto;
  font-size: 12px !important;
  color: #000000;
  font-style: italic;
}/*# sourceMappingURL=job-boxes.css.map */