/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* general styles for custom elements */
.pria-section-title {
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
  letter-spacing: -0.44px;
  color: #333333;
  margin-bottom: 22px !important;
}

.pria-section-description {
  font-size: 35px;
  line-height: 43px;
  font-weight: 900;
  letter-spacing: -0.7px;
  color: #333333;
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 768px) {
  .pria-section-title {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.32px;
    margin-bottom: 15px !important;
  }

  .pria-section-description {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -0.24px;
  }
}

.wpb_single_image.round img {
  border-radius: 20px;
}
/* end */

/* pria by numbers */
.pria-by-numbers .icon-with-numbers-row {
  display: flex;
  flex-wrap: wrap;
}

.pria-by-numbers .icon-with-numbers-row::before {
  display: none;
}

.pria-by-numbers .vc_separator {
  margin-top: 55px;
}

@media only screen and (max-width: 1280px) {
  .pria-by-numbers .icon-with-numbers-row {
    row-gap: 45px;
  }

  .pria-by-numbers .icon-with-numbers-row .vc_col-sm-3 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .pria-by-numbers .pria-section-description {
    padding-bottom: 25px;
  }

  .pria-by-numbers .icon-with-numbers-row {
    padding-top: 25px;
  }

  .pria-by-numbers .icon-with-numbers-row {
    row-gap: 30px;
  }

  .pria-by-numbers .icon-with-numbers-row .vc_col-sm-3 {
    width: 100%;
  }
}
/* end */

/* what we do */
.what-we-do {
  display: flex;
}

.what-we-do .left-column {
  width: 398px;
  margin-right: 30px;
  flex-shrink: 0;
}

.what-we-do .left-column * {
  height: 100%;
  width: 100%;
  position: relative;
}

.what-we-do .left-column .round-right img {
  border-radius: 0px 15px 15px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.what-we-do .left-column img {
  object-fit: cover;
}

.what-we-do .right-column {
  padding-right: 50px;
  padding-top: 25px;
}

.what-we-do .pria-section-title {
  margin-top: 12px;
}

.what-we-do .custom-button-wrapper {
  margin-bottom: 25px !important;
}

.what-we-do .link-with-icon-row {
  margin-bottom: 25px !important;
}

.what-we-do .link-with-icon-row .wpb_column .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
}

.what-we-do .link-with-icon-row .link-with-icon-wrapper {
  width: 33.33%;
  padding-right: 10px;
}

@media only screen and (max-width: 1180px) {
  .what-we-do .link-with-icon-row .link-with-icon-wrapper {
    width: 50%;
  }

  .what-we-do .link-with-icon-row .wpb_column .wpb_wrapper {
    row-gap: 20px;
  }
}

@media only screen and (max-width: 940px) {
  .what-we-do .link-with-icon-row .link-with-icon-wrapper {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .what-we-do {
    display: block;
  }

  .what-we-do .left-column {
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
  }

  .what-we-do .right-column {
    padding: 0 20px;
  }

  .what-we-do .left-column * {
    width: 100%;
  }

  .what-we-do .left-column .round-right {
    margin-bottom: -5px !important;
  }

  .what-we-do .left-column .round-right img {
    border-radius: 10px;
    height: 163px;
    width: 100%;
    position: relative;
  }

  .what-we-do .pria-section-title {
    margin-top: 0;
  }

  .what-we-do .vc_separator {
    margin-bottom: 22px !important;
  }
}
/* end */

/* who we are */
.who-we-are {
  display: flex;
  padding-bottom: 92px;
  padding-top: 18px;
}

.who-we-are .right-column {
  min-width: 398px;
  margin-left: 30px;
  flex-shrink: 0;
}

.who-we-are .right-column * {
  width: 100%;
  height: 100%;
  position: relative;
}

.who-we-are .right-column .round-left img {
  border-radius: 15px 0px 0px 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.who-we-are .right-column img {
  object-fit: cover;
}

.who-we-are .left-column {
  padding-left: 50px;
}

.who-we-are .pria-section-title {
  margin-top: 12px;
}

.who-we-are .custom-button-wrapper {
  margin-bottom: 25px !important;
}

.who-we-are .link-with-icon-row {
  margin-bottom: 22px !important;
}

.who-we-are .link-with-icon-row .wpb_column .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
}

.who-we-are .link-with-icon-row .link-with-icon-wrapper {
  width: 33.33%;
  padding-right: 10px;
}

@media only screen and (max-width: 1180px) {
  .who-we-are {
    padding-bottom: 26px;
  }

  .who-we-are .link-with-icon-row .link-with-icon-wrapper {
    width: 50%;
  }

  .who-we-are .link-with-icon-row .wpb_column .wpb_wrapper {
    row-gap: 20px;
  }
}

@media only screen and (max-width: 940px) {
  .who-we-are .link-with-icon-row .link-with-icon-wrapper {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .who-we-are {
    flex-direction: column-reverse;
  }

  .who-we-are .right-column {
    min-width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }

  .who-we-are .right-column .vc_single_image-wrapper {
    margin-bottom: 0 !important;
  }

  .who-we-are .left-column {
    padding: 0 20px;
  }

  .who-we-are .right-column * {
    width: 100%;
  }

  .who-we-are .right-column .round-left {
    margin-bottom: -5px !important;
  }

  .who-we-are .right-column .round-left img {
    border-radius: 10px;
    height: 163px;
    width: 100%;
    position: relative;
  }

  .who-we-are .pria-section-title {
    margin-top: 0;
  }

  .who-we-are .vc_separator {
    margin-bottom: 22px !important;
  }
}
/* end */

/* button.css */
.custom-button-with-background-wrapper {
  width: fit-content;
  display: block;
  height: 45px;
}

.custom-button-with-background-wrapper .custom-button {
  display: flex;
  padding: 0 25px;
  height: 45px;
  align-items: center;
  background-color: #fcb040;
  border-radius: 23px;
  width: fit-content;
  transform: translate(0, -45px);
  transition: all 0.3s ease-out;
}

.custom-button-with-background-wrapper .button-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: -0.32px;
  color: #333333;
  padding-right: 8px;
}

.custom-button-with-background-wrapper .cover {
  width: 100%;
  height: 45px;
  border-radius: 23px;
  background-color: #f7941d;
}

.custom-button-with-background-wrapper .custom-button:hover {
  text-decoration: none;
  transform: translate(3px, -48px);
}

.custom-button-wrapper {
  width: fit-content;
}

.custom-button-wrapper .custom-button {
  display: flex;
  align-items: center;
}

.custom-button-wrapper .button-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: -0.32px;
  color: #333333;
  width: 0;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  overflow: hidden;
}

.custom-button-wrapper .custom-button.animation:hover {
  text-decoration: none;
}

.custom-button-wrapper .custom-button.animation:hover .button-text {
  width: 100%;
  padding-right: 3px;
}

.icon-button-wrapper {
  height: 41px;
  width: fit-content;
}

.icon-button-wrapper .icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #efefef;
  transition: all 0.3s ease-out;
  transform: translate(0, -41px);
}

.icon-button-wrapper .cover {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #d1d1d1;
}

.icon-button-wrapper .icon {
  display: flex;
}

.icon-button-wrapper:hover .icon-button {
  transform: translate(2px, -43px);
  background-color: #FCB040 !important;
}

.icon-button-wrapper:hover .cover {
  background-color: #F7941D;
}

.underline-button-wrapper .button-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  width: fit-content;
}

.underline-button-wrapper .button-text::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f7941d;
  display: block;
  position: relative;
  width: 0;
  transition: all 0.3s ease-out;
}

.underline-button-wrapper .underline-button:hover {
  text-decoration: none;
}

.underline-button-wrapper .underline-button:hover .button-text::after {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .custom-button-with-background-wrapper {
    height: 41px;
  }

  .custom-button-with-background-wrapper .cover {
    display: none;
  }

  .custom-button-with-background-wrapper .custom-button {
    padding: 0 18px;
    height: 41px;
    transform: none;
  }

  .custom-button-with-background-wrapper .button-text {
    font-size: 15px;
    letter-spacing: -0.3px;
    padding-right: 7px;
  }

  .custom-button-with-background-wrapper .custom-button:hover {
    transform: none;
  }

  .custom-button-wrapper .button-text {
    width: 100%;
    padding-right: 3px;
  }
}
/* button.css end */

/* card.css */
.card-for-post-wrapper {
  width: fit-content;
  display: block;
}

.card-for-post-wrapper .card {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 35px 23px;
  width: 294px;
  height: 323px;
  transition: all 0.3s ease-out;
  position: relative;
}

.card-for-post-wrapper .card-category {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: -0.24px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.card-for-post-wrapper .card-category.hide {
  display: none;
}

.card-for-post-wrapper .card-category .tag {
  width: 6px;
  height: 23px;
  border-radius: 16px;
  margin-right: 6px;
}

.card-for-post-wrapper .card-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: -0.36px;
  color: #333333;
  margin-bottom: 12px;
}

.card-for-post-wrapper .card-subtitle,
.card-for-post-wrapper .extra-info {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.27px;
  color: #797979;
  margin-bottom: 11px;
}

.card-for-post-wrapper .custom-button {
  position: absolute;
  bottom: 40px;
}

.card-for-post-wrapper .card-container:hover {
  text-decoration: none;
}

.card-for-post-wrapper .card-container:hover .card {
  border-color: transparent;
  box-shadow: 0 0 0 2px #fcb040;
}

.card-for-post-wrapper .card-container:hover .button-text {
  width: 100%;
  padding-right: 3px;
}

@media only screen and (max-width: 768px) {
  .card-for-post-wrapper .card {
    border-radius: 10px;
    padding: 24px 22px;
    width: 289px;
    height: 238px;
  }

  .card-for-post-wrapper .card-category {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.21px;
    margin-bottom: 22px;
  }

  .card-for-post-wrapper .card-category .tag {
    width: 6px;
    height: 20px;
    border-radius: 3px;
    margin-right: 5px;
  }

  .card-for-post-wrapper .card-title {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.33px;
    margin-bottom: 12px;
  }

  .card-for-post-wrapper .card-subtitle,
  .card-for-post-wrapper .extra-info {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.24px;
    margin-bottom: 6px;
  }

  .card-for-post-wrapper .custom-button {
    bottom: 25px;
  }
}

.custom-card-wrapper .card {
  border-radius: 20px;
  padding: 30px 24px;
  height: 228px;
  position: relative;
}

.custom-card-wrapper .card.no-link {
  width: 402px;
  height: 320px;
}

.custom-card-wrapper .card-icon {
  width: 45px;
  height: 45px;
  background-color: #333333;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}

.custom-card-wrapper .card-icon img {
  width: auto;
  height: 24px !important;
}

.custom-card-wrapper .card-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: -0.36px;
  color: #333333;
}

.custom-card-wrapper .no-link .card-title {
  margin-bottom: 14px;
}

.custom-card-wrapper .card-subtitle {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
  color: #333333cc;
}

.custom-card-wrapper .custom-button {
  position: absolute;
  bottom: 26px;
}

.custom-card-wrapper .card-container:hover {
  text-decoration: none;
}

.custom-card-wrapper .card-container:hover .card:not(.no-link) {
  background-color: #fcb040 !important;
}

.custom-card-wrapper .card-container:hover .card:not(.no-link) .card-icon {
  background-color: #f7941d;
}

.custom-card-wrapper .card-container:hover .button-text {
  width: 100%;
  padding-right: 3px;
}

@media only screen and (max-width: 768px) {
  .custom-card-wrapper .card {
    display: flex;
    align-items: center;
    padding: 22px 19px;
    height: auto;
    border-radius: 10px;
  }

  .custom-card-wrapper .card.grey {
    padding: 15px 16px;
  }

  .custom-card-wrapper .card.no-link {
    width: 325px;
    height: 224px;
    padding: 23px 16px;
    align-items: flex-start;
  }

  .custom-card-wrapper .card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .custom-card-wrapper .card.grey .card-icon {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }

  .custom-card-wrapper .card-icon img {
    height: 21px !important;
  }

  .custom-card-wrapper .card.grey .card-icon img {
    height: 18px !important;
  }

  .custom-card-wrapper .card-info {
    flex: 1;
    margin-right: 12px;
  }

  .custom-card-wrapper .card-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.27px;
  }

  .custom-card-wrapper .no-link .card-title {
    margin-bottom: 2px;
  }

  .custom-card-wrapper .card-subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  /*.custom-card-wrapper .card.grey .card-subtitle {
    display: none;
  }*/

  .custom-card-wrapper .custom-button {
    position: relative !important;
    bottom: initial !important;
  }

  .custom-card-wrapper .card-container:hover .button-text {
    width: 0;
    padding-right: 0;
  }
}
/* card.css end */

/* custom drop-down */
.custom-dropdown {
  width: 100%;
}

.custom-dropdown .selectize-input {
  border: solid 1px #d1d1d1;
  border-radius: 26px;
  padding: 15px 19px;
  font-family: roboto;
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 50px;
  transition: height 150ms ease;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.262' height='7.131' viewBox='0 0 12.262 7.131'%3E%3Cg id='Arrow_down_01' data-name='Arrow down 01' transform='translate(1.414 1.414)'%3E%3Cpath id='Path_21' data-name='Path 21' d='M2963.151,27l4.717,4.717L2972.585,27' transform='translate(-2963.151 -27)' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom 20px right 25px;*/
}

.custom-dropdown .selectize-input .item {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  overflow: hidden;
}

.custom-dropdown .selectize-input::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.262' height='7.131' viewBox='0 0 12.262 7.131'%3E%3Cg id='Arrow_down_01' data-name='Arrow down 01' transform='translate(1.414 1.414)'%3E%3Cpath id='Path_21' data-name='Path 21' d='M2963.151,27l4.717,4.717L2972.585,27' transform='translate(-2963.151 -27)' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 12px;
  right: 25px;
}

.custom-dropdown .selectize-input.dropdown-active::after {
  transform: rotate(180deg);
}

.custom-dropdown .selectize-input .item {
  font-family: roboto;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.custom-dropdown .selectize-input:hover {
  border: solid 2px #fcb040;
  padding: 14px 19px;
  input::placeholder {
    color: #fcb040;
  }
}

.custom-dropdown .selectize-input.dropdown-active {
  height: 250px;
  border: solid 2px #fcb040;
  padding: 14px 19px;
  background: white;
  z-index: 1;
  pointer-events: none;
}

.selectize-input.items.has-options.full.has-items.dropdown-active .item {
  color: #fcb040;
}

.custom-dropdown .selectize-input input {
  border: none;
  box-shadow: none;
  background: transparent;
}

.custom-dropdown .selectize-input input:focus {
  background: transparent;
  color: #474a50;
}

.custom-dropdown input::placeholder {
  color: #474a50;
}

.custom-dropdown.full.has-items input {
  display: none;
}

.selectize-dropdown.single .selectize-dropdown-content {
  border-radius: 0 0 26px 26px;
  height: 200px;
  overflow: scroll;
  position: absolute;
  z-index: 9999;
  background: transparent;
  min-width: 100%;
  top: 50px;
  padding-left: 2px;
  padding-right: 2px;
  border-top: none;
}

.selectize-dropdown.single .selectize-dropdown-content .option {
  padding: 15px 19px;
  font: 16px/21px Roboto;
  letter-spacing: -0.24px;
  color: #474a50;
  font-weight: 500;
  margin-bottom: 0;
}

.selectize-dropdown.single .selectize-dropdown-content .option.active {
  background-color: #f8f8f8;
}

.selectize-dropdown.single
  .selectize-dropdown-content
  .option:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.selectize-control.custom-dropdown.single {
  position: relative;
  height: 50px;
  width: 270px;
}



/* custom drop-down end */

/* custom input */
body input.custom-input {
  height: unset;
  padding: 12px 18px 12px 18px;
  background: white;
  border: solid 1px #d1d1d1;
  border-radius: 26px;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 21px;
  color: #474a50;
  margin-bottom: 23px;
  width: 100%;
}

body input.search-field {
  padding-right: 50px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.477' height='24.376' viewBox='0 0 24.477 24.376'%3E%3Cg id='Search_icon' data-name='Search icon' transform='translate(1.5 1.5)'%3E%3Cpath id='Icon_akar-search' data-name='Icon akar-search' d='M23.856,23.755,16.67,16.663m2.342-5.657A8.006,8.006,0,1,1,11.006,3a8.006,8.006,0,0,1,8.006,8.006Z' transform='translate(-3 -3)' fill='none' stroke='%23474a50' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom 9px right 18px;
}

body input.custom-input:focus {
  background-color: white;
}

body input.custom-input:focus-visible {
  background-color: white;
}

body input.custom-input::placeholder {
  color: #474a50;
}

body input.custom-input:hover {
  border: solid 2px #fcb040;
  padding: 11px 17px 11px 17px;
}

body input.custom-input:hover::placeholder {
  color: #fcb040;
}

/* custom input end*/
/* hive resources row */
.hive-resources-row .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.hive-resources-row .wpb_wrapper .custom-card-wrapper {
  width: 293px;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
}
/* hive resources row end */

/* home resource layout */
.resource_home_wrap .cards.swiper-wrapper {
  padding-left: 50px;
}

.resource_home_wrap .swiper-slide {
  max-width: 294px;
  height: 390px;
}

.resource_home_wrap .swiper-slide .resource-card-wrapper {
  height: 100%;
}

.resource_home_wrap .extra-buttons {
  display: flex;
  margin-top: 25px;
}

.resource_home_wrap .extra-buttons .more-btn {
  margin-left: 50px;
}

.resource_home_wrap .extra-buttons .swiper-nav {
  flex: 1;
  position: relative;
}

.resource_home_wrap
  .extra-buttons
  .swiper-nav
  .swiper-button-next.home-resource-next {
  right: 20px;
}

.resource_home_wrap
  .extra-buttons
  .swiper-nav
  .swiper-button-prev.home-resource-prev {
  right: 70px;
  left: unset;
}

@media only screen and (max-width: 768px) {
  .resource_home_wrap .swiper-slide {
    max-width: 290px;
    height: 340px;
  }

  .resource_home_wrap .cards.swiper-wrapper {
    padding-left: 20px;
  }

  .resource_home_wrap .extra-buttons .more-btn {
    margin-left: 20px;
  }

  .resource_home_wrap .extra-buttons .swiper-nav {
    flex: 1;
    display: block;
  }
}

/* end of home resource layout */

/* home event layout */

.event_home_wrap .swiper {
  padding: 2px;
}

.event_home_wrap .swiper .swiper-slide {
  max-width: 295px;
  max-height: 340px;
}

.event_home_wrap .swiper .swiper-wrapper {
  padding-left: 48px;
}

.event_home_wrap .swiper-nav,
.efbl_feed_wraper.swiper .swiper-nav {
  position: relative;
  display: none;
}

.efbl_feed_wraper.swiper {
  overflow: visible;
}

.efbl_feed_wraper.swiper .swiper-slide {
  max-width: 295px;
  height: 340px;
}

@media only screen and (max-width: 1352px) {
  /* social */
  .efbl_feed_wraper.swiper .swiper-wrapper {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  /* events */
  .event_home_wrap .swiper .swiper-slide {
    max-width: 290px;
    max-height: 250px;
  }

  .event_home_wrap .swiper .swiper-wrapper {
    padding-left: 18px;
  }

  .event_home_wrap .swiper-nav,
  .efbl_feed_wraper.swiper .swiper-nav {
    display: block;
  }

  .event_home_wrap .swiper-nav .swiper-button-next,
  .efbl_feed_wraper.swiper .swiper-nav .swiper-button-next {
    right: unset;
    left: calc(100vw - 20px - 34px);
    top: 51px;
    bottom: unset;
  }

  .event_home_wrap .swiper-nav .swiper-button-prev,
  .efbl_feed_wraper.swiper .swiper-nav .swiper-button-prev {
    left: calc(100vw - 20px - 34px - 34px - 8px);
    top: 51px;
    bottom: unset;
  }

  /* social */
  .efbl_feed_wraper.swiper .swiper-slide {
    max-width: 290px;
    height: 340px;
  }

  .efbl_feed_wraper.swiper .swiper-wrapper {
    padding-left: 20px;
  }
}

/* end of event home */

/* level-2 */
.what-we-offer-buttons .wpb_wrapper {
  display: flex;
  column-gap: 18px;
}

.level-2-custom-cards-row .wpb_wrapper {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 30px;
}

.level-2-custom-cards-row .custom-card-wrapper {
  height: auto;
}

.level-2-custom-cards-row .custom-card-wrapper .card.no-link {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .level-2-custom-cards-row .wpb_wrapper {
    flex-wrap: wrap;
  }

  .level-2-custom-cards-row .custom-card-wrapper {
    margin-bottom: 0;
  }
}
/* level-2 end */

/* event */
.event-other-information-row .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 25px;
}

.event-other-information-row .custom-card-wrapper {
  width: calc((100% - 90px) / 4);
  margin-bottom: 0;
}

@media only screen and (max-width: 1250px) {
  .event-other-information-row .custom-card-wrapper {
    width: calc((100% - 60px) / 3);
  }
}

@media only screen and (max-width: 950px) {
  .event-other-information-row .custom-card-wrapper {
    width: calc((100% - 30px) / 2);
  }
}

@media only screen and (max-width: 768px) {
  .event-other-information-row .wpb_wrapper {
    row-gap: 3px;
  }

  .event-other-information-row .custom-card-wrapper {
    width: 100%;
  }
}
/* event end */

/* local newsletter row */
.local-newsletter-row .wpb_single_image,
.local-newsletter-row .wpb_single_image .vc_single_image-wrapper {
  margin-bottom: 0 !important;
}

.local-newsletter-row .wpb_single_image img {
  height: 384px;
  object-fit: cover;
}

.local-newsletter-row .right-column .vc_column-inner > .wpb_wrapper {
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .local-newsletter-row .wpb_single_image img {
    height: 163px;
  }

  .local-newsletter-row .right-column .vc_column-inner {
    padding-top: 0 !important;
  }

  .local-newsletter-row .right-column .vc_column-inner > .wpb_wrapper {
    padding-top: 20px;
  }

  .local-newsletter-row .gform_fields .form-text-half {
    width: 100% !important;
  }
}
/* local newsletter row end */

/* contact us row */
.contact-us-row {
  display: flex;
}

.contact-us-row .left-column {
  min-width: 374px;
}

@media only screen and (max-width: 1080px) {
  .contact-us-row .gform_wrapper .gform_fields .form-text-half {
    width: 100%;
    height: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-us-row {
    flex-direction: column-reverse;
  }

  .contact-us-row .left-column {
    min-width: 100%;
    margin-top: 15px;
  }
}
/* contact us row end */

/* member cards */

#am-member-cards-modal-wrap {
  width: 100%;
  position: relative;
}

#am-member-cards-modal-content {
  background: #fff;
  padding: 3.5rem;
}

#am-member-cards-modal-close {
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  right: 30px;
  top: 0;
}

.am-member-cards-modal-title {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
}

.am-members-cards .card .am-card-image {
  filter: brightness(100);
}

.d-none#am-member-cards-modal-wrap {
  display: none !important;
}

.am-members-cards .row {
  row-gap: 30px;
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.am-members-cards .custom-card-wrapper {
  width: calc(25% - 30px);
}

@media only screen and (max-width: 1200px) {
  .am-members-cards .custom-card-wrapper {
    width: calc(33% - 30px);
  }
}

@media only screen and (max-width: 768px) {
  .am-members-cards .custom-card-wrapper {
    width: 100%;
  }

  .am-members-cards .row {
    row-gap: 0px;
  }

  #am-member-cards-modal-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  #am-member-cards-modal-close {
    cursor: pointer;
    padding: 1.5rem;
    position: absolute;
    right: 5px;
    top: 0;
  }
}

/* end of member cards */

/* committe cards */
.am-committees-main .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 240px;
}

.am-committees-main .row .committee-card-wrapper {
  width: 26%;
}

@media screen and (max-width: 950px) {
  .am-committees-main .row .committee-card-wrapper {
    width: 100%;
  } 

  .am-committees-main .row {
    row-gap: 50px;
  }
}


.am-committees-main .row .am-card-content {
  font: normal normal bold 18px/26px Roboto;
  letter-spacing: -0.36px;
  color: #333333;
  margin-bottom: 15px;
}

.am-committees-main .row ul {
  padding-left: 15px;
}

.am-committees-main .row ul li::marker {
  color: #f7941d;
  font-size: 25px;
}

.am-committees-main .row button, .am-committees-main .row button:hover {
  width: 100%;
  background-color: transparent;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  position: relative;
  padding-left: 0;
  font: normal normal 900 16px/21px Roboto;
  letter-spacing: -0.24px;
  color: #333333;
  margin: 0;
}

.am-committees-main .row button:not(:first-of-type) {
  border-top: none;
}

.am-committees-main .row button::after {
  content: "+";
  float: right;
  position: absolute;
  right: 10px;
}

.am-committees-main .row button[aria-expanded="true"] {
  border-bottom: none;
}

.am-committees-main .row button[aria-expanded="true"]::after {
  content: "-";
}

.am-committees-main .row .collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms ease;
}

.am-committees-main .row .collapse.show {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 25px;
}

/* end of committe cards */


/* presentation cards */
.am-events-news-card {
  display: flex;
  border-bottom: 1px solid #D1D1D1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.am-events-news-card:first-child {
  border-top: 1px solid #D1D1D1;
}

/* end of presentation cards */
