.page-title {
  padding: 0;
  border-radius: 12px; }
  .page-title .page-title__img__holder {
    z-index: 10; }
  .page-title .page-title__img {
    -webkit-clip-path: polygon(0 0, 100px 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100px 100%, 100% 100%, 100% 0);
    margin-left: -32%;
    z-index: 10;
    height: 200px;
    border-radius: 0 12px 12px 0;
    background-size: cover;
    background-repeat: no-repeat;
    display: none; }
    @media (min-width: 768px) {
      .page-title .page-title__img {
        display: block; } }
  @media (min-width: 768px) {
    .page-title .page-title__text {
      background: #78be20;
      background: linear-gradient(90deg, #78be20 0%, #007041 100%);
      border-radius: 12px 0 0 12px; } }
  .page-title .page-title__text h1 {
    color: #000;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .page-title .page-title__text h1 {
        margin-left: 10.6%;
        color: #fff; } }

.featured-products .row h4 {
  margin-bottom: 10px;
  font-size: 20px; }
  @media (min-width: 768px) {
    .featured-products .row h4 {
      margin-bottom: 12px;
      font-size: 28px; } }

.featured-products .row p {
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .featured-products .row p {
      margin-bottom: 10px; } }

.featured-products .row .price {
  font-size: 18px;
  font-weight: 600;
  color: #2d2a26; }

.news-events {
  background-size: cover !important; }
  .news-events__list {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    padding: 20px 20px 0; }
    .news-events__list__item {
      padding: 30px 0;
      border-top: 1px solid #979797;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .news-events__list__item.featured {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0; }
        .news-events__list__item.featured img {
          width: 100%;
          height: auto;
          display: block;
          margin-bottom: 20px;
          max-width: 100%; }
      .news-events__list__item:first-child {
        border: none; }
      .news-events__list__item h4 a {
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .news-events__list__item img {
        min-width: 90px;
        width: 90px;
        height: 90px;
        margin-right: 20px; }

div#popupOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 154, 48, 0.95);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0; }
  div#popupOverlay img.type {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px; }
  div#popupOverlay div.form-wrapper {
    padding: 0 30px; }
    div#popupOverlay div.form-wrapper h5 {
      text-align: center;
      color: white;
      font-size: 32px;
      line-height: 37px; }
    div#popupOverlay div.form-wrapper input {
      font-size: 14px;
      line-height: 24px;
      color: rgba(0, 0, 0, 0.5);
      border-right: none; }
    div#popupOverlay div.form-wrapper label {
      background: white;
      border: none;
      display: flex;
      align-items: center;
      color: black;
      padding: 0 10px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
      div#popupOverlay div.form-wrapper label i {
        font-weight: 500; }

div#education-center {
  min-height: 100vh;
  padding: 50px 0; }
  div#education-center div.page-label {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-top: 40px; }
  div#education-center div.page-title-wrapper {
    margin-bottom: 50px; }
    div#education-center div.page-title-wrapper h1 {
      width: 75%; }
  div#education-center div.searchForm form .category-dropdown {
    width: 226px; }
  div#education-center div.searchForm form .tag-dropdown {
    width: 131px; }
  div#education-center div.searchForm form div.label {
    color: #fff;
    font-size: 18px;
    line-height: 1.44; }
  div#education-center div.searchForm form .select-wrapper {
    position: relative;
    margin-left: 30px; }
    div#education-center div.searchForm form .select-wrapper a {
      font-size: 18px;
      line-height: 22px;
      color: #000;
      text-decoration: none; }
    div#education-center div.searchForm form .select-wrapper .default-item {
      font-size: 16px !important;
      padding: 5px 8px; }
    div#education-center div.searchForm form .select-wrapper .form-control,
    div#education-center div.searchForm form .select-wrapper .form-control:active,
    div#education-center div.searchForm form .select-wrapper .form-control:hover,
    div#education-center div.searchForm form .select-wrapper .form-control:focus {
      padding-right: 25px;
      background: url(../img/icons/arrow_select.svg) 97% 50% no-repeat;
      white-space: nowrap;
      background-color: #fff;
      font-size: 14px;
      line-height: 1.71;
      color: rgba(0, 0, 0, 0.5); }
    div#education-center div.searchForm form .select-wrapper .filter-dropdown-wrap ul {
      display: none;
      max-height: 210px;
      overflow-y: scroll;
      position: absolute;
      z-index: 99;
      background: #f9f9f9;
      width: 100%;
      padding: 5px 0; }
      div#education-center div.searchForm form .select-wrapper .filter-dropdown-wrap ul#state {
        right: 0; }
      div#education-center div.searchForm form .select-wrapper .filter-dropdown-wrap ul li {
        list-style-type: none;
        padding: 5px 8px;
        line-height: 1.3;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin-top: 0;
        margin-bottom: 10px;
        width: 90%; }
  div#education-center div.searchForm form input.search-input {
    border-right: 0;
    font-size: 16px; }
  div#education-center div.searchForm form label.search-label {
    background: white;
    padding: 5px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0;
    color: #4a4a50;
    font-size: 80%;
    display: flex;
    align-items: center; }
  div#education-center div.search-results div.item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 240px;
    height: fit-content;
    margin-bottom: 30px; }
    div#education-center div.search-results div.item div.inside {
      background: white;
      border-radius: 6px;
      width: 100%;
      min-height: 85%;
      height: 85%;
      max-height: 85%; }
      div#education-center div.search-results div.item div.inside div.thumb {
        height: 170px;
        background-size: cover !important;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px; }
        div#education-center div.search-results div.item div.inside div.thumb a {
          width: 100%;
          height: 100%;
          display: inline-block; }
        div#education-center div.search-results div.item div.inside div.thumb img.type {
          position: relative;
          top: 72%;
          left: 10px; }
      div#education-center div.search-results div.item div.inside div.title {
        display: flex;
        justify-content: center;
        padding: 10px 20px; }
        div#education-center div.search-results div.item div.inside div.title a {
          text-decoration: none;
          font-size: 18px;
          line-height: 1.33;
          color: #000; }
  div#education-center div.slick {
    margin-bottom: 40px; }
    div#education-center div.slick div.page-label {
      margin-top: 30px;
      margin-bottom: 20px; }
    div#education-center div.slick div.slick-gallery button.slick-prev {
      left: 0;
      height: 30px;
      width: 30px; }
    div#education-center div.slick div.slick-gallery button.slick-next {
      right: 0;
      height: 30px;
      width: 30px;
      top: 32%; }
    div#education-center div.slick div.slick-gallery div.slick-list div.slick-slide {
      padding: 0 15px; }
      div#education-center div.slick div.slick-gallery div.slick-list div.slick-slide div.slick-inner {
        height: 127px;
        background-size: cover !important;
        max-height: 127px;
        border-radius: 16px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        color: #fff; }
        div#education-center div.slick div.slick-gallery div.slick-list div.slick-slide div.slick-inner a.title {
          font-size: 24px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #fff;
          text-transform: capitalize;
          text-decoration: none;
          text-shadow: 0 0 4px #000; }
  div#education-center section.banner, div#education-center .bg-dark {
    background: none !important; }
    div#education-center section.banner div.container .banner__img, div#education-center .bg-dark div.container .banner__img {
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
      height: 243px;
      width: auto !important;
      margin-left: -32%; }
    div#education-center section.banner div.container .bg-primary, div#education-center .bg-dark div.container .bg-primary {
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px; }
  div#education-center section.banner .col-md-5 {
    z-index: 1; }
  div#education-center section.banner .bg-primary {
    background: linear-gradient(90deg, #78be20 0%, #007041 100%) !important;
    -webkit-mask-image: url(../../es-banner-mask.svg);
    mask-image: url(../../es-banner-mask.svg);
    -webkit-mask-repeat: no-repeat, no-repeat;
    mask-repeat: no-repeat, no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover; }
    div#education-center section.banner .bg-primary div.banner__img {
      width: auto !important;
      margin-left: -32%; }
    div#education-center section.banner .bg-primary h5 {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.33;
      margin-bottom: 10px; }
    div#education-center section.banner .bg-primary a.btn {
      border: 0; }

@media screen and (max-width: 767px) {
  .site-content {
    margin-top: 65px !important; }
  div#education-center {
    padding: 25px 0; }
    div#education-center div.page-title-wrapper {
      margin-bottom: 2px; }
      div#education-center div.page-title-wrapper div.w-100 {
        flex-wrap: wrap; }
        div#education-center div.page-title-wrapper div.w-100 h1 {
          color: white;
          width: 100%;
          flex: 1 0 80%; }
        div#education-center div.page-title-wrapper div.w-100 label {
          flex: 1 0 20%;
          display: flex !important;
          justify-content: flex-end;
          margin: 0; }
          div#education-center div.page-title-wrapper div.w-100 label i {
            color: white; }
        div#education-center div.page-title-wrapper div.w-100 div.label {
          margin-top: 8px;
          flex: 1 0 100%;
          color: white; }
    div#education-center div.searchForm {
      border-bottom: 1px solid white; }
      div#education-center div.searchForm form {
        padding-bottom: 20px; }
        div#education-center div.searchForm form .select-wrapper {
          margin-left: 0;
          width: 100%; }
          div#education-center div.searchForm form .select-wrapper:first-child {
            padding-right: 10px; }
          div#education-center div.searchForm form .select-wrapper:last-child {
            padding-left: 10px; }
    div#education-center div.page-label {
      margin-top: 9px; }
    div#education-center div.search-results div.item {
      margin: 10px 0;
      height: fit-content; }
      div#education-center div.search-results div.item div.inside div.thumb img.type {
        top: 70%; }
      div#education-center div.search-results div.item div.inside div.title {
        min-height: 8vh; }
    div#education-center section.banner div.container .banner__img {
      border-radius: 20px 20px 0 0;
      width: 100% !important;
      margin-left: 0; }
    div#education-center section.banner div.container div.col-md-5 div.bg-primary {
      border-radius: 0 0 20px 20px !important;
      mask-image: none !important;
      -webkit-mask-image: none; }
  div.slick-list div.slick-slide {
    padding: 0 6px !important; } }

@media screen and (min-width: 767px) and (max-width: 1100px) {
  div#education-center div.search-results div.item {
    height: fit-content; }
    div#education-center div.search-results div.item div.thumb {
      height: 150px; }
  div#education-center div.slick div.slick-gallery div.slick-list div.slick-slide div.slick-inner a.title {
    font-size: 18px; } }

@media screen and (min-width: 1024px) {
  div.empty-results {
    margin-bottom: 300px !important; } }





