@import url("/wp-content/plugins/yp-plugin-core/assets/css/flexboxgrid.min.css");
.post-tab-style-9 {
}

.post-tab-style-9 body {
  min-height: 100%;
}

.post-tab-style-9 .fa,
.post-tab-style-9 .fab,
.post-tab-style-9 .fad,
.post-tab-style-9 .fal,
.post-tab-style-9 .far,
.post-tab-style-9 .fas {
  font-family: "Font Awesome 5 Free";
  line-height: inherit;
}

.post-tab-style-9 .svg-icon {
  width: 18px;
  height: 18px;
}

.post-tab-style-9 h3 {
  font-size: 54px;
  font-weight: 600;
  line-height: 54px;
  margin: 0;
  padding: 0;
}

.post-tab-style-9 h5 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

.post-tab-style-9 h4 {
  font-size: 28px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.post-tab-style-9 .vc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-tab-style-9 .vc-container.gap {
  gap: 1.5rem;
}

.post-tab-style-9 .nav-sub-term-yp ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-tab-style-9 .nav-sub-term-yp ul li {
  cursor: pointer;
  list-style: none;
}

.post-tab-style-9 .vc-post {
  border-radius: 0;
}

.post-tab-style-9 .mb-2 {
  margin-bottom: 2rem;
}

.post-tab-style-9 .text-center {
  text-align: center;
}

.post-tab-style-9 .grid {
  display: -ms-grid;
  display: grid;
}

.post-tab-style-9 .arrow.down:before, .post-tab-style-9 .arrow.down:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom: 5%;
  z-index: 1;
}

.post-tab-style-9 .arrow.down:before {
  right: 50%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.post-tab-style-9 .arrow.down:after {
  left: 50%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.post-tab-style-9 .vc-info.active-color {
    background: #055!important;
}

.post-tab-style-9 .active-color .vc-sub-info > div,
.post-tab-style-9 .active-color .vc-title h3,
.post-tab-style-9 .active-color .vc-view-more,
.post-tab-style-9 .active-color .excerpt
{
  color: #FFF!important;
}
.post-tab-style-9 .active-color.vc-info::after{
  border-color: #0000 #0000 #0000 #055!important;
}


@media (max-width: 425px) {
  .post-tab-style-9 h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .post-tab-style-9 h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .post-tab-style-9 h5 {
    font-size: 18px;
    line-height: 18px;
  }
}

.post-tab-style-9 .vc-main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px;
}

.post-tab-style-9 .vc-main-title .vc-title {
  width: 70%;
}

.post-tab-style-9 .vc-main-title .vc-title h3 {
  color: #005555;
  font-size: 44px;
  line-height: 44px;
}

.post-tab-style-9 .vc-main-title .vc-title h5 {
  color: #1b3742;
  font-size: 26px;
  line-height: 20px;
}

.post-tab-style-9 .vc-main-title .term-link-all {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #005555;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: -10px;
}

.post-tab-style-9 .vc-main-title .term-link-all i {
  margin-left: 0.25rem;
  font-size: 14px;
}

.post-tab-style-9 .vc-main-title .term-link-all span {
  background-color: #38a3a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
}

.post-tab-style-9 .vc-main-title .term-link-all span svg {
  width: 22px;
  height: 22px;
  color: white;
}

.post-tab-style-9 .nav-sub-term-yp {
  margin: 0;
  padding: 0;
}

.post-tab-style-9 .nav-sub-term-yp li {
  border-radius: 0;
  list-style: none;
  color: #a8dfb7;
  background-color: #7c8f7b;
  padding: 1rem;
  margin-right: -15px;
  cursor: pointer;
  border-bottom: solid 1px #d3eddb;
}
.post-tab-style-9 .nav-sub-term-yp li:last-child{
  border: 0;
}

.post-tab-style-9 .nav-sub-term-yp li.active, .post-tab-style-9 .nav-sub-term-yp li:hover {
  margin-right: -15px;
  text-align: left;
  color: white;
  background-color: #005555;
}

.post-tab-style-9 .content-post-tab-yp .vc-post:nth-child(1):not(.last-post) .vc-info::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: calc(50% - 15px);
  left: -30px;
  /* 1px buffer for zooming problems while rendering*/
  border-width: 15px;
  border-color: transparent white transparent transparent;
  border-style: solid;
}

.post-tab-style-9 .content-post-tab-yp .vc-post:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.post-tab-style-9 .content-post-tab-yp .vc-post:nth-child(2) .vc-info::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: calc(50% - 15px);
  right: -30px;
  /* 1px buffer for zooming problems while rendering*/
  border-width: 15px;
  border-color: transparent transparent transparent white;
  border-style: solid;
}

.post-tab-style-9 .content-post-tab-yp .vc-post.last-post {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.post-tab-style-9 .content-post-tab-yp .vc-post.last-post .vc-thumbnail {
  height: 50%;
}

.post-tab-style-9 .content-post-tab-yp .vc-post.last-post .vc-info::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: -30px;
  left: calc(50% - 15px);
  /* 1px buffer for zooming problems while rendering*/
  border-width: 15px;
  border-color: transparent transparent white transparent;
  border-style: solid;
}

.post-tab-style-9 .vc-post .entry-meta {
  margin: 0;
}

.post-tab-style-9 .vc-post .vc-thumbnail {
  position: relative;
  overflow: hidden;
  min-height: calc(177px + 5rem);
}

.post-tab-style-9 .vc-post .vc-thumbnail img {
  position: absolute;
  left: calc(100% / 2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.post-tab-style-9 .vc-post .vc-info {
  position: relative;
  padding: 1rem;
      background: #FFF;
}
.post-tab-style-9 .vc-post .vc-info:hover{
  background: #055;
}

.post-tab-style-9 .vc-post .vc-info .vc-sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
  margin-bottom: 0.75rem;
  color: #005555;
}

.post-tab-style-9 .vc-post .vc-info .vc-sub-info > div {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #005555;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

.post-tab-style-9 .vc-post .vc-info .vc-sub-info > div i {
  margin-right: 0.25rem;
}

.post-tab-style-9 .vc-post .vc-info .vc-title h3,
.post-tab-style-9 .vc-post .vc-info .excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  line-clamp: 3;
}

.post-tab-style-9 .vc-post .vc-info .vc-title {
  display: block;
}

.post-tab-style-9 .vc-post .vc-info .vc-title h3 {
  color: #1b3742;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 0.75rem;
}

.post-tab-style-9 .vc-post .vc-info .excerpt {
  line-height: 18px;
  font-size: 17px;
}

.post-tab-style-9 .vc-post .vc-info .vc-view-more {
  margin: 0.75rem 0;
  color: #005555;
  font-size: 18px;
  font-weight: 600;
}

.post-tab-style-9 .vc-post .vc-info .vc-view-more i {
  font-size: 14px;
}

.post-tab-style-9 .vc-post:hover {
  background-color: #005555;
}

.post-tab-style-9 .vc-post:hover .vc-info .vc-sub-info > div,
.post-tab-style-9 .vc-post:hover .vc-info .vc-title h3,
.post-tab-style-9 .vc-post:hover .vc-info .vc-view-more,
.post-tab-style-9 .vc-post:hover .vc-info .excerpt {
  color: white;
}

.post-tab-style-9 .vc-post:hover .vc-info {
  background: #055;
}

.post-tab-style-9 .vc-post:hover:nth-child(1) .vc-info::after {
  border-color: transparent #005555 transparent transparent !important;
}

.post-tab-style-9 .vc-post:hover:nth-child(2) .vc-info::after {
  border-color: transparent transparent transparent #005555 !important;
}

.post-tab-style-9 .vc-post:hover.last-post .vc-info::after {
  border-color: transparent transparent #005555 transparent !important;
}

@media (max-width: 998px) {
  .post-tab-style-9 .vc-main-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
  .post-tab-style-9 .vc-main-title div {
    width: 100% !important;
  }
  .post-tab-style-9 .vc-main-title .term-link-all {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .post-tab-style-9 .vc-main-title .vc-view-all {
    padding: 0.5rem 0;
  }
  .post-tab-style-9 .vc-post {
    height: 510px !important;
    display: block;
    margin: 0;
  }
  .post-tab-style-9 .vc-post .vc-info::after {
    display: none;
  }
  .post-tab-style-9 .nav-sub-term-yp {
    margin: 0px -16px;
  }
  .post-tab-style-9 .nav-sub-term-yp li.active,
  .post-tab-style-9 .nav-sub-term-yp li:hover,
  .post-tab-style-9 .nav-sub-term-yp li {
    margin: 0;
  }
}
