/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* =============================================================================
   Branding & Global Typography
   ========================================================================== */

/* Logo */
.logo {
  margin-top: 15px;
  max-height: 60px;
}

/* Headings */
h1,
h2,
h3 {
  letter-spacing: -0.02em !important;
}

.main_color.container_wrap {
  border: 0 ! important;
}

/* Number Styling (Avia) */
.avia-single-number,
.avia-no-number {
  font-family: "Roboto", serif;
  font-weight: 900;
  color: #293852;
}

.avia-no-number {
  margin-left: 10px;
}

.avia-animated-number-content {
  font-family: "Barlow", serif;
  font-weight: 400;
  color: #293852;
}

body .av-special-heading {
  margin-top: 0;
}

/* Special Typography */
.special_amp {
  font-family: "Barlow Condensed", serif !important;
  font-size: 1em !important;
  font-weight: 900 !important;
  color: #293852 !important;
}

/* Socket typography */
#socket,
#socket a {
  /* font-family: "Barlow Condensed", serif !important; */
  /* font-size: 14px !important; */
}


/* =============================================================================
   Header / Navigation
   ========================================================================== */

/* Header CTA button */
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
  background-color: #e8a240 !important;
  color: #ffffff !important;
  border: 1px solid #293852;
  border-radius: 7px;
}

/* Top meta bar base font */
#top #header_meta,
#top #header_meta a {
  font-family: "Barlow Condensed" !important;
  font-size: 16px !important;
}

/* Center & style the top meta message */
#header_meta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 40px;
}

#header_meta .container,
#header_meta .sub_menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none !important;
  width: 100%;
}

#header_meta .sub_menu > ul > li {
  float: none !important;
  display: inline-block;
}

#header_meta .sub_menu > ul > li > a {
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4em;
  color: #293852 !important;
  text-transform: none !important;
  font-weight: 500;
  text-decoration: none;
}

#header_meta .sub_menu > ul > li > a:hover {
  text-decoration: underline;
  color: #293852 !important;
}

#header_meta .sub_menu {
  top: 0px;
  font-family: "Barlow Condensed", sans-serif !important;
}


/* =============================================================================
   Layout & Components
   ========================================================================== */

/* Box layout adjustments */
#box-member,
#box-concerns {
  padding-left: 210px;
}

/* Avia icon box title */
#top .avia-button .avia_iconbox_title {
  font-family: "Barlow Condensed", serif;
  font-weight: 700;
  letter-spacing: 1px;
}

/* General UI elements */
.image-overlay {
  display: none !important;
}

/* Back to top */
#scroll-top-link {
  display: none;
}

/* Testimonials */
#testimonial-mobile,
.avia-testimonial {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
}

.avia-testimonial-wrapper {
  margin-bottom: 0px !important;
}

/* Template page spacing */
#top #main .avia-section .template-page {
  padding-bottom: 0px;
}


/* =============================================================================
   Forms (Gravity Forms & Main color theme)
   ========================================================================== */

/* Form fields */
#top .main_color input[type="text"],
#top .main_color input[type="tel"],
#top .main_color input[type="email"],
#top .gform_wrapper select {
  height: 45px;
  border: 1px solid #cccccc;
  border-radius: 7px;
  background: #ffffff;
  padding: 10px !important;
  font-size: 16px !important;
  color: #333333 !important;
}

#top textarea {
  border: 1px solid #cccccc !important;
  border-radius: 7px;
  background: #ffffff !important;
  padding: 10px !important;
  font-size: 16px !important;
  color: #333333 !important;
}


/* Required legend */
.gform_required_legend {
  display: none;
}

/* Submit button (normal + hover) */
.main_color .button,
.main_color #submit,
.main_color input[type="submit"],
.main_color .button:hover,
.main_color #submit:hover,
.main_color input[type="submit"]:hover {
  background: #e8a240 !important;
  border: 1px solid #e8a240 !important;
  border-radius: 7px !important;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  font-family: "Barlow Condensed" !important;
}

/* GF labels (specific fields) */
#field_48_7 > label,
#field_48_8 > label {
  color: #293852;
  font-size: 18px;
  margin-top: -13px;
}

/* Gravity Forms Placeholder Color */
body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder,
body .gform_wrapper select::placeholder {
  color: #333333 !important;
  opacity: 1 !important;
}

body .gform_wrapper input::-webkit-input-placeholder,
body .gform_wrapper textarea::-webkit-input-placeholder,
body .gform_wrapper select::-webkit-input-placeholder {
  color: #333333 !important;
  opacity: 1 !important;
}

body .gform_wrapper input:-ms-input-placeholder,
body .gform_wrapper textarea:-ms-input-placeholder,
body .gform_wrapper select:-ms-input-placeholder {
  color: #333333 !important;
  opacity: 1 !important;
}

body .gform_wrapper input::-moz-placeholder,
body .gform_wrapper textarea::-moz-placeholder,
body .gform_wrapper select::-moz-placeholder {
  color: #333333 !important;
  opacity: 1 !important;
}

/* Remove all box shadows from Gravity Forms inputs */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  outline: none !important; /* optional: removes blue focus ring */
}

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  border-color: #cccccc !important;
  box-shadow: none !important;
}


/* GF footer alignment */
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  text-align: center !important;
  display: flex;
  justify-content: center;
}

.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="submit"] {
  display: block;
  margin: 0 auto;
}




/* =============================================================================
   Blog
   ========================================================================== */

#top .fullsize .template-blog .post .entry-content-wrapper {
  width: 100%;
}
#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: 800px;
}

.entry-content p,
.entry-content ul li {
  text-align: left;
  line-height: 1.75em;
  font-size: 18px;
}

.html_modern-blog #top .post-entry .post-title {
  text-transform: none;
  line-height: 1.1em;
  font-size: 44px;
  color: #293852 !important;
  opacity: 1 !important;
  font-weight: 700;
  padding-bottom: 0px !important;
}

#home-news .post-entry .post-title {
  text-transform: none !important;
  line-height: 1.0em !important;
  font-size: 28px !important;
  color: #293852 !important;
  opacity: 1 !important;
  letter-spacing: -0.02em !important;
  font-weight: 600 !important;
}

.rt-post-grid .post-meta-user {
  float: left;
}

.av-share-box .av-share-link-description {
  text-align: center;
  font-size: 24px;
}

span.post-meta-infos > time,
span.blog-author.minor-meta,
.text-sep,
span.blog-author.minor-meta > span > span > span > a {
  font-size: 16px !important;
  color: #333333 !important;
  text-transform: none !important;
}

#socket .sub_menu_socket {
  float: none;
}

#socket .social_bookmarks {
  float: none;
  margin-left: 0 !important;
}

#top .social_bookmarks {
  min-width: 200px;
}

#top .social_bookmarks li {
  float: none;
  display: inline-block;
}

footer .container {
  max-width: 100% !important;
}

footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer {
  font-family: "Barlow Condensed", serif;
}

footer .menu a,
footer .copyright {
  font-size: 14px;
  color: white;
}

footer .menu li {
  border: 0 !important
}

footer .social_bookmarks li a:before {
  font-size: 20px;
  color: white;
}

@media (max-width: 768px) {
  footer .wrapper {
    flex-direction: column;
  }

  #socket .sub_menu_socket {
    margin: 30px 0 !important;
    width: auto !important;
  }
}

/* end from custom */

body {
  font-family: "barlow", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main_menu,
#top .title_container .main-title,
tr.pricing-row td,
#top .portfolio-title,
.callout .content-area,
.avia-big-box .avia-innerbox,
.av-special-font,
.av-current-sort-title,
.html_elegant-blog #top .minor-meta,
#av-burger-menu-ul li {
  font-family: "Barlow Condensed", sans-serif !important;
}

#av-burger-menu-ul li a {
  font-size: 20px;
}

body div .avia-button {
  border-radius: 4px;
}
.av-link-btn.avia-size-large {
  font-size: 24px;
}

@media (max-width: 640px) {
  .av-link-btn.avia-size-large {
    font-size: 18px;
  }
}

.av-link-btn.avia-size-medium {
  font-size: 18px;
}

@media (max-width: 640px) {
  .av-link-btn.avia-size-medium {
    font-size: 16px;
  }
}

/*Add your own styles here:*/

.rounded {
  border-radius: 20px;
}

/* Resources List - start */

.resources-list .top-content,
.posts-top-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 36px;
}

.posts-top-content {
  margin-bottom: 20px;
}

#top .resources-list form {
  margin: 0;
}

.resources-list .resource-category {
  background-color: #e8a240;
  color: white;
  border-radius: 4px;
  padding: 9px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Barlow Condensed";
  padding: 14px 24px;
  margin-right: 11px;
}
.resources-list .resource-category:hover {
  opacity: 0.9;
  color: white;
}
.resources-list .search-input,
.posts-top-content .search-input {
  position: relative;
  width: 100%;
  max-width: 417px;
}
.resources-list .search-input button,
.posts-top-content .search-input button {
  position: absolute;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  right: 20px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#top .main_color .resources-list input {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin: 0 !important;
  padding: 0px 50px 0px 21px !important;
}
.resources-list input::placeholder {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  opacity: 100%;
}
.resources-list .resources-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 57px;
}
.resources-list .image-wrapper {
  position: relative;
  padding-top: 60%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.resources-list .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resources-list .image-wrapper span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  display: block;
  background: #b2ddff;
  font-size: 14px;
  line-height: 100%;
  color: #293852;
  border-radius: 4px;
  padding: 5px 11px;
}
.resources-list h2 {
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
  margin: 0;
}
.resources-list h3 {
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
}

.resources-list .card-info-item span {
  color: #999999;
  font-size: 14px;
  line-height: 100%;
}
.resources-list .card-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.resources-list .card-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  margin-bottom: 12px;
}
.resources-list .card-info-item:first-of-type {
  padding-right: 19px;
}
.resources-list .card-info-item:first-of-type::after {
  position: absolute;
  width: 1px;
  height: 12px;
  right: 0px;
  background: #999999;
  content: "";
}

.resources-list .resource-categories {
  margin-bottom: 66px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.resources-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  padding-top: 30px;
}
.resources-pagination a.current,
.resources-pagination span.current {
  border-color: #293852;
}
.resources-pagination a,
.resources-pagination span {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  box-sizing: content-box;
  color: #212121;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 45px;
  min-height: 45px;
  min-width: 45px;
  text-align: center;
  text-decoration: none;
}
.resources-pagination a:hover,
.resources-pagination span:hover {
  border-color: #e8a240;
  background: #e8a240;
  color: #293852;
}
@media (max-width: 1024px) {
  .resources-list .resources-cards {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .resources-list h3 {
    font-size: 22px;
  }
  .resources-list h2 {
    font-size: 40px;
  }
  .resources-list .resource-categories {
    margin-bottom: 40px;
  }
  .resources-list .top-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .resources-list .resources-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .resources-list .top-content {
    flex-direction: column;
  }
  .resources-list .resource-category {
    padding: 10px 12px;
  }
}
/* Resources List - end */

/* Resource Post - start */

.resources-post {
  padding: 76px 0px;
}
.resources-post .container {
  max-width: 960px;
}
.resources-post .post-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 17px;
  margin-bottom: 15px;
}
.resources-post .post-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-right: 18px;
}
.resources-post .post-info-item span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #e8a240;
}
.resources-post .post-info-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background: #e8a240;
  right: 0;
  width: 1px;
  height: 12px;
  display: block;
}
.resources-post h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 33px;
}
.resources-post .image-wrapper {
  position: relative;
  padding-top: 60%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 32px;
}
.resources-post .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.resources-post .post-content p {
  font-size: 18px;
  line-height: 160%;
}
.resources-post .post-content li {
  font-size: 18px;
  line-height: 160%;
}
.resources-post .post-content li:not(:last-of-type) {
  margin-bottom: 17px;
}
.resources-post .post-content ol {
  margin-bottom: 31px;
}
.resources-post .post-content ol,
.resources-post .post-content ul {
  padding-left: 10px;
}
.resources-post .post-content ul {
  list-style: disc;
}
.resources-post .post-content ol ul {
  margin: 0;
  padding: 16px 0 0 31px;
}
.resources-post .post-content p:not(:last-of-type) {
  margin-bottom: 30px;
}
.resources-post .bordered-text {
  border-left: 1px solid #333333;
  margin-left: 4px;
  padding-left: 22px;
  margin-bottom: 32px;
}
.resources-post .download-section {
  background: #e8a240;
  border-radius: 8px;
  display: flex;
  padding: 24px 32px 26px;
  gap: 16px;
}
.resources-post .download-section p {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: white;
  font-family: "Barlow Condensed";
  margin: 0 0 10px;
}
.resources-post .download-section span {
  font-size: 14px;
  color: white;
  line-height: 100%;
  display: flex;
  align-items: center;
}
.resources-post .document-download h2 {
  margin-bottom: 18px;
}

.resources-post .document-download {
  padding: 50px 0px 55px;
}
.resources-post .file-icon {
  min-width: 48px;
}
@media (max-width: 1024px) {
  .resources-post h1 {
    font-size: 36px;
    line-height: 100%;
  }
  .resources-post {
    padding: 50px 0px;
  }
  .resources-post .post-content p:not(:last-of-type),
  .resources-post .post-content ol,
  .resources-post .bordered-text {
    margin-bottom: 20px;
  }
  .resources-post .document-download {
    padding: 30px 0px;
  }
  .resources-post .post-content ol ul {
    padding: 10px 0 0 15px;
  }
}
@media (max-width: 640px) {
  .resources-post h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .resources-post .image-wrapper {
    margin-bottom: 20px;
  }
  .resources-post .post-content p:not(:last-of-type),
  .resources-post .post-content ol,
  .resources-post .bordered-text {
    margin-bottom: 10px;
  }
  .resources-post .bordered-text {
    border: 0;
    padding-left: 0;
  }
  .resources-post .download-section {
    padding: 15px;
    gap: 10px;
  }
  .resources-post .download-section p {
    font-size: 20px;
  }
  .resources-post .document-download {
    padding: 20px 0px;
  }
}
/* Resource Post - end */

/* Podcast List - start */

.podcast-list .top-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 22px;
}
.podcast-list .description {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 26px;
}
#top .podcast-list form {
  margin: 0;
}
.podcast-list .social-btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
  row-gap: 10px;
}
.podcast-list .button--primary {
  background-color: #e8a240;
  color: white;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  display: inline-flex;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Barlow Condensed";
  margin-right: 11px;
  align-items: center;
  gap: 10px;
}
.podcast-list .button--primary:hover {
  opacity: 0.9;
  color: white;
}
.podcast-list .search-input {
  position: relative;
  width: 100%;
  max-width: 417px;
}
.podcast-list .search-input button {
  position: absolute;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  right: 20px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#top .main_color .podcast-list input {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin: 0 !important;
  padding: 0px 50px 0px 21px !important;
}
.podcast-list input::placeholder {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  opacity: 100%;
}
.podcast-list .podcast-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 57px;
}
.podcast-list .image-wrapper {
  position: relative;
  padding-top: 60%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.podcast-list .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcast-list .image-wrapper span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  display: block;
  background: #b2ddff;
  font-size: 14px;
  line-height: 100%;
  color: #293852;
  border-radius: 4px;
  padding: 5px 11px;
}
.podcast-list h2 {
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
  margin: 0;
}
.podcast-list h3 {
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
}

.podcast-list .card-info-item span {
  color: #999999;
  font-size: 14px;
  line-height: 100%;
}
.podcast-list .card-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.podcast-list .card-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  margin-bottom: 12px;
}
.podcast-list .card-info-item:first-of-type {
  padding-right: 19px;
}
.podcast-list .card-info-item:first-of-type::after {
  position: absolute;
  width: 1px;
  height: 12px;
  right: 0px;
  background: #999999;
  content: "";
}

.podcast-list .resource-categories {
  margin-bottom: 33px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.podcast-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  padding-top: 30px;
}
.podcast-pagination a.current,
.podcast-pagination span.current {
  border-color: #293852;
}
.podcast-pagination a,
.podcast-pagination span {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  box-sizing: content-box;
  color: #212121;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 45px;
  min-height: 45px;
  min-width: 45px;
  text-align: center;
  text-decoration: none;
}
.podcast-pagination a:hover,
.podcast-pagination span:hover {
  border-color: #e8a240;
  background: #e8a240;
  color: #293852;
}

.podcast-list .latest-podcast {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 48px;
}
.podcast-list .latest-podcast .image-wrapper {
  width: 100%;
  max-width: 748px;
}
.podcast-list .latest-podcast .image-wrapper {
  padding-top: 32.5%;
}
.podcast-list .latest-podcast h3 {
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 32px;
}
.podcast-list .latest-podcast span {
  display: inline-block;
  background: #b2ddff;
  font-size: 14px;
  line-height: 100%;
  color: #293852;
  border-radius: 4px;
  padding: 5px 7px;
  margin-bottom: 17px;
}
.podcast-list .latest-podcast .card-content {
  width: 100%;
  max-width: 498px;
}
.podcast-list .latest-podcast p {
  font-size: 18px;
  line-height: 160%;
  margin: 0;
  color: #333333;
}
@media (max-width: 1024px) {
  .podcast-list .podcast-cards {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .podcast-list h3 {
    font-size: 22px;
  }
  .podcast-list h2 {
    font-size: 40px;
  }
  .podcast-list .resource-categories {
    margin-bottom: 40px;
  }
  .podcast-list .top-content {
    margin-bottom: 20px;
  }
  .podcast-list .social-btn {
    margin-bottom: 40px;
  }
  .podcast-list .latest-podcast {
    flex-direction: column;
    text-align: center;
  }
  .podcast-list .latest-podcast .image-wrapper {
    padding-top: 50%;
  }
  .podcast-list .latest-podcast .image-wrapper {
    margin-bottom: 0;
    max-width: 100%;
  }
  .podcast-list .latest-podcast h3 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 100%;
  }
  .podcast-list .latest-podcast .card-content {
    max-width: 100%;
  }
  .podcast-list .social-btns {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .podcast-list .latest-podcast h3 {
    font-size: 30px;
  }
  .podcast-list .social-btns {
    margin-bottom: 20px;
  }
  .podcast-list .podcast-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .podcast-list .top-content {
    flex-direction: column;
  }
  .podcast-list .resource-category {
    padding: 10px 12px;
  }
  .podcast-list .description {
    font-size: 20px;
  }
}

/* Podcast List - end */

/* Podcast Post - start */

.podcast-post .post-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 17px;
  margin-bottom: 18px !important;
}
.podcast-post .post-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-right: 18px;
  margin: 0 !important;
}
.podcast-post .post-info-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background: #e8a240;
  right: 0;
  width: 1px;
  height: 12px;
  display: block;
}
.podcast-post .post-info-item span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #e8a240;
}
#top .podcast-post .template-blog .post .entry-content-wrapper,
#top .podcast-post .template-blog .post .entry-content-wrapper > * {
  max-width: 857px;
}

.html_modern-blog #top .podcast-post .post-entry .post-title {
  margin: 0;
}
.podcast-post .big-preview a {
  border-radius: 20px;
  padding-top: 60%;
}
.podcast-post .big-preview a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.podcast-post .entry-content p,
.podcast-post .entry-content ul li {
  font-size: 18px;
  line-height: 160%;
}
.podcast-post .entry-content p:not(:last-of-type) {
  margin: 0 0 27px;
}
.podcast-post .wp-block-embed {
  padding-top: 47px;
}
.podcast-post .post-meta-infos {
  display: none !important;
}
.podcast-post .entry-content {
  margin-bottom: 45px;
}
/* Podcast Post - end */

/* Stories start */
.posts-top-content {
  /* margin-bottom: 0px; */
}
.posts-top-content .posts-list-title {
  font-size: 60px;
}

.posts-top-content .search-input {
  margin-bottom: 0 !important;
}

.posts-top-content .search-input input {
  margin: 0 !important;
}

.posts-top-content .search-input input::placeholder {
  color: #333333;
}

.posts-list-description {
  font-size: 24px;
  margin-bottom: 50px;
  margin-top: 0;
  line-height: 1.4;
}

.posts-list-description .avia-button {
  font-size: 16px;
}

#posts-filter {
  display: flex;
}

#posts-filter.horizontal,
#posts-filter.horizontal_buttons {
  flex-direction: column;
}

#posts-filter.horizontal .posts-results .post-item,
#posts-filter.horizontal_buttons .posts-results .post-item {
  max-width: calc(33% - 10px);
}

#posts-filter.horizontal #postsFilterForm {
  max-width: 100%;
  display: flex;
  margin-right: 0;
  gap: 20px;
  margin-bottom: 50px;
}

#posts-filter.horizontal_buttons #postsFilterForm {
  border: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

#top #posts-filter.horizontal #postsFilterForm .select-group,
#top #posts-filter.horizontal_buttons #postsFilterForm .select-group {
  max-width: calc(33% - 10px);
  width: 100%;
}

#top #posts-filter.horizontal #postsFilterForm select,
#top #posts-filter.horizontal_buttons #postsFilterForm select {
  margin-bottom: 0;
}

#posts-filter #postsFilterForm {
  max-width: 300px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 24px;
  margin-right: 24px;
  align-self: flex-start;
}

#postsFilterForm .posts-list {
  width: 100%;
}

#postsFilterForm .posts-checkbox-group:not(:last-child) {
  margin-bottom: 24px;
}

#postsFilterForm .posts-checkbox-group h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 15px;
}

#postsFilterForm .posts-checkbox-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  font-weight: 600;

  position: relative;
  padding-left: 27px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#postsFilterForm .posts-checkbox-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#postsFilterForm .posts-checkbox-group label input:checked ~ .checkmark:after {
  display: block;
}

#postsFilterForm .posts-checkbox-group .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;

  border: 1px solid #cccccc;
  border-radius: 5px;
}

#postsFilterForm .posts-checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#postsFilterForm .posts-checkbox-group .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  /* border: solid white; */
  border: solid #293852;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#postsFilterForm .select-group {
  position: relative;
}

#postsFilterForm .select-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 16px;
  color: #293852;
}

#postsFilterForm .select-group svg {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}

#top #posts-filter.horizontal #postsFilterForm .posts-checkbox-group.small {
  /* max-width: calc(20% - 10px); */
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#postsFilterForm .select-group.small label {
  display: contents;
}

#top
  #posts-filter.horizontal
  #postsFilterForm
  .posts-checkbox-group
  .select-group {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}

#top
  #posts-filter.horizontal
  #postsFilterForm
  .posts-checkbox-group
  .select-group
  label {
  position: relative;
  margin: 0;
}

#top #posts-filter.horizontal #postsFilterForm .posts-checkbox-group.small h4 {
  font-weight: 500 !important;
  margin-right: 5px;
  margin-bottom: 0;
}

#top #postsFilterForm select {
  background: white;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 14px 6px;
  text-align: right;
  padding-right: 34px;
  font-size: 16px;
  color: #293852;
  font-weight: bold;
  padding-left: 92px;
}

#top #postsFilterForm select[name="institutions"] {
  padding-left: 95px;
}

#posts-filter.horizontal_buttons .posts-button-group {
  display: flex;
}

#top #posts-filter.horizontal_buttons .posts-button-group .avia-button {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}

#top #posts-filter.horizontal_buttons .posts-button-group .avia-button input {
  display: none;
}

#top
  #posts-filter.horizontal_buttons
  .posts-button-group
  .avia-button
  input:checked
  + .checkmark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e8a240;
  opacity: 0.4;
}

.posts-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.posts-results .post-item {
  width: 100%;
  max-width: calc(33% - 15px);
  text-align: center;
}

#posts-results.related-posts.posts-results .post-item {
  max-width: calc(33.33% - 15px);
}

.posts-results .post-item .post-thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.posts-results .post-item .post-thumb > a {
  display: block;;
}

.posts-results .post-item .post-thumb .post-content-type {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: #b2ddff;
  color: #293852;
  padding: 4px 16px;
  border-radius: 5px;
}

.posts-results .post-item .post-thumb img {
  width: 100%;
}

.posts-results .post-item .posts-title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 600;
}

.posts-results .post-item .posts-title a {
  color: #293852 !important
}

.posts-results .post-item .posts-title a:hover {
  text-decoration: none !important;
}

.posts-results .post-item .post-occupation {
  font-size: 14px;
  color: #999999;
}


@media (max-width: 767px) {
  #stories-results.posts-results .post-item {
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 989px) {
  #posts-filter #postsFilterForm {
    display: none;
  }
}


.posts-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;

  /* border-top: 2px solid #dfdfdf; */
  padding-top: 20px;
}

.posts-pagination .posts-page {
  width: 50px;
  height: 50px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin: 0 5px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 13px 0;
  display: inline-block;
  color: #523852;
}

.posts-pagination .posts-page.active {
  /* background-color: #293852; */
  /* color: white; */
  border-color: #293852;
}

.posts-list {
  width: 100%;
}

#posts-results .post-item {
  text-align: left;
}

#posts-results .post-item .post-metas {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

#posts-results .post-item .post-metas .meta {
  color: #999999;
  display: flex;
  align-items: center;
}

#posts-results .post-item .post-metas .meta svg {
  margin-right: 5px;
}


#posts-results .post-item .post-metas .meta:not(:first-child) {
  border-left: 1px solid #999999;
  padding-left: 8px;
  margin-left: 8px;
}

#posts-results .post-item .post-date {
  font-size: 14px;
  color: #999999;
}

#posts-results .post-item .post-date svg {
  margin-top: -3px;
}

#posts-results .post-item .posts-title {
  font-size: 28px;
  font-weight: 600 !important;
}

#posts-results .post-item {
  max-width: calc(50% - 15px);
}

.featured-case {
  margin-bottom: 50px;
}

.featured-case .container {
  display: flex;
  padding: 0;
  align-items: center;
}

.featured-case figure {
  max-width: 748px;
  width: 100%;
}

.featured-case figure img {
  border-radius: 20px;
}

.featured-case .content {
  padding-left: 4%;
  max-width: 500px;
}

.featured-case .content span {
  background-color: #b2ddff;
  color: #293852;
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.featured-case .content h2 {
  font-size: 44px;
  margin-top: 15px;
}

.featured-case .content .featured-case-content {
  font-size: 18px;
  color: #333333;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .posts-top-content .posts-list-title {
    font-size: 40px;
  }
  .posts-top-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-bottom: 20px;
  }

  .posts-results .story-item {
    max-width: calc(50% - 15px);
  }

  #posts-results.related-posts.posts-results .post-item {
    max-width: calc(50% - 15px);
  }

  #posts-filter.horizontal .posts-results .post-item,
  #posts-filter.horizontal_buttons .posts-results .post-item {
    max-width: calc(50% - 15px);
  }

  .featured-case .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #posts-filter.horizontal #postsFilterForm,
  #posts-filter.horizontal_buttons #postsFilterForm {
    flex-direction: column;
  }

  #top #posts-filter.horizontal #postsFilterForm .select-group,
  #top #posts-filter.horizontal_buttons #postsFilterForm .select-group {
    max-width: 100%;
    /* max-width: calc(50% - 10px); */
  }
}

@media (max-width: 767px) {
  #posts-filter #postsFilterForm {
    display: none;
  }

  .featured-case .container {
    flex-direction: column;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .featured-case .content {
    padding: 0;
    margin-top: 20px;
  }

  .featured-case .content h2 {
    font-size: 28px;
  }

  #posts-results .post-item {
    max-width: 100%
  }

  #posts-filter.horizontal .posts-results .post-item {
    max-width: 100%;
  }

  #posts-results.related-posts.posts-results .post-item {
    max-width: 100%;
  }

  #posts-filter.horizontal .posts-results .post-item,
  #posts-filter.horizontal_buttons .posts-results .post-item {
    max-width: 100%
  }
  
}
/* Posts end */

/* Single Story start */
.single-story .post-entry {
  display: flex;
  flex-direction: row;
  float: none;

  max-width: 800px;
  margin: 0 auto;
}

.single-story .post-entry figure {
  max-width: 200px;
  min-width: 200px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 40px;
  align-self: flex-start;
  ;
}

.single-story .post-entry figure img {
  width: 100%;
  border-radius: 20px
}

.single-story .post-entry .entry-content {
  font-size: 18px;
}

.single-story .post-entry .entry-content p,
.single-story .post-entry .entry-content blockquote {
  font-size: 18px;
}

.single-story .related-stories,
.single-post .related-posts {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 80px;
  /* max-width: 800px; */
  /* margin: 0 auto; */
}

.single-story .related-stories .story-item {
  width: 100%;
  max-width: calc(25% - 15px);
  text-align: center;
}

.single-post .related-posts .post-item {
  width: 100%;
  max-width: calc(33% - 15px);
}

.single-story .related-stories .story-item .story-thumb,
.single-post .related-posts .post-item .post-thumb {
  margin-bottom: 10px;
}

.single-story .post-entry .big-preview img {
  border-radius: 20px;
}

.single-story .related-stories .story-item .story-thumb img,
.single-post .related-posts .post-item .post-thumb img {
  width: 100%;
  border-radius: 20px;
}

.single-story .related-stories .story-item .story-title {
  font-size: 28px;
  font-weight: 600 !important;
}

.single-story .related-stories .story-item .story-title a {
  color: #293852 !important;
}

.single-post .related-posts .post-item .post-title {
  text-align: left !important;
}

.single-post .related-posts .post-item .post-meta {
  display: flex;
}

.single-post .related-posts .post-item .post-meta svg {
  margin-top: -3px;
  margin-right: 5px;
}

.single-post .av-social-sharing-box,
.single-case .av-social-sharing-box {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}

.single-post .related-posts .post-item .post-meta .post-category {
  border-left: 1px solid #999999;
  padding-left: 10px;
  margin-left: 10px;
}

.single-story .related-stories .story-item .story-occupation svg {
  margin-right: 5px;
  margin-top: -2px;
}

.single-story .related-stories .story-item .story-occupation {
  color: #999999;
}

.single-story .template-single-blog,
.single-post .template-single-blog {
  padding-bottom: 80px;
}

.single-story .av-social-sharing-box,
.single-post .av-social-sharing-box {
  /* margin-top: 100px; */
}

.single-story .related-stories-wrapper .top-head,
.related-posts-wrapper .top-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.single-story .related-stories-wrapper .top-head h2,
.related-posts-wrapper .top-head h2 {
  font-size: 44px;
}

.single-story .related-stories-wrapper .top-head .avia-button,
.single-post .related-posts-wrapper .top-head .avia-button {
  font-size: 20px;
}

.single-story
  .related-stories-wrapper
  .top-head
  .avia-button
  .avia_iconbox_title,
.single-post .related-posts-wrapper .top-head .avia-button .avia_iconbox_title {
  font-weight: 500 !important;
}
.template-single-blog .av-share-box {
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  .single-story .related-stories .story-item {
    max-width: calc(50% - 15px);
  }

  .single-post .related-posts .post-item {
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 640px) {
  .single-story .post-entry {
    flex-direction: column;
  }

  .single-story .post-entry figure {
    margin-bottom: 20px;
  }

  .single-story .related-stories-wrapper .top-head,
  .single-post .related-posts-wrapper .top-head {
    flex-direction: column;
    text-align: center;
  }

  .single-post .related-posts .post-item {
    max-width: calc(100% - 15px);
  }
}

@media (max-width: 500px) {
  .single-story .related-stories .story-item {
    max-width: calc(100% - 15px);
  }
}
/* Single Story end */

/* Posts start */
.html_modern-blog #top .post-entry .post-title {
  font-weight: 600 !important;
}

.post .post-infos {
  display: flex;
  margin-bottom: 20px !important;
}

#top .fullsize .post .post-infos .post-info-item {
  color: #e8a240;
  margin: 0;
}

.post .post-infos .post-info-item svg {
  position: relative;
  top: 5px;
  /* margin-top: -3px; */
}

#top .fullsize .post .post-infos .post-info-item:not(:first-child) {
  border-left: 1px solid #e8a240;
  padding-left: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .post .post-infos {
    flex-direction: column;
  }

  .post .post-infos .post-info-item {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.single.single-post footer.entry-footer .av-social-sharing-box,
.single.single-case footer.entry-footer .av-social-sharing-box {
  display: none !important;
}

.documents-wrapper {
  clear: both;
  font-size: 1.15em;
  line-height: 1.7em;
  max-width: 800px;
  margin: 0 auto 40px;
  overflow: visible;
}

.documents-wrapper h2 {
  font-size: 28px;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.documents-wrapper ul {
  margin: 0;
  margin-top: 16px;
}

.documents-wrapper ul li a {
  display: flex;
  background-color: #e8a240;
  margin: 4px 0;
  padding: 24px;
  border-radius: 8px;
  align-items: center;
}

.documents-wrapper ul li a svg {
  margin-right: 15px;
}

.documents-wrapper ul li a h4 {
  color: white;
  font-weight: 500 !important;
  font-size: 24px;
}

.documents-wrapper ul li a span {
  color: white;
}

.documents-wrapper ul li a span svg {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .documents-wrapper ul li a {
    flex-direction: column;
    align-items: start;
  }

  .documents-wrapper ul li a > svg {
    margin-bottom: 10px;
  }
}

.case-meta {
  display: flex;
  padding: 15px;
  border: 1px solid #cccccc !important;
  border-radius: 20px;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.case-meta li {
  /* width: calc(33.33% - 30px); */
  width: calc(25% - 30px);
  list-style: none;
  color: #293852;
}

.case-meta li h5 {
  font-size: 18px;
  font-weight: 600 !important;
}

.case-meta li span {
  color: #293852;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}

.single .big-preview {
  border-radius: 20px;
}

@media (max-width: 1000px) {
  .case-meta li {
    width: calc(50% - 25px);
  }
}

@media (max-width: 640px) {
  .case-meta li {
    width: calc(100% - 25px);
  }
}
/* Posts end */

/* Institution Map start */
.state-institutions {
  padding-top: 70px;
  padding-bottom: 80px;
}

.state-institutions .container {
  /* @media #{$lg-xxl} {
        display: flex;
        flex-direction: row-reverse;
      } */
}

.state-institutions .main-column {
  /* @media #{$lg-xxl} {
    flex: 0 0 300px;
  } */
}

.state-institutions .section-title {
  margin-bottom: 30px;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1;
}

.state-institutions .states-form {
  display: block;
  margin-top: 30px;
}
.state-institutions .states-form .state-select-label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1;
}

.state-institutions .map-column {
  position: relative;
  margin-top: 40px;

  /* @media #{$lg-xxl} {
    flex-grow: 1;
    margin-top: 0;
    padding-right: 40px;
  } */
}

.state-institutions .us-map {
  display: block;
}

.state-institutions .us-map .state {
  fill: #c9c9c9;
  transition: fill 400ms;
}

.state-institutions .us-map .state.has-data {
  fill: #b2ddff;
  cursor: pointer;
}

.state-institutions .us-map .state:hover,
.state-institutions .us-map .state:focus {
  fill: #e8a240;
}

.state-institutions .map-popup {
  position: absolute;
  transform: translateX(-50%);
  margin: 0;
  padding: 2px 10px 5px 10px;
  /* background-color: $accent; */
  background-color: #e8a240;
  font-size: 20px;
  /* color: $secondary; */
  color: #293852;
  text-transform: uppercase;
  white-space: nowrap;
}

.institution-map .container {
  display: flex;
  padding: 0;
}

.institution-map .content {
  max-width: 420px;
  width: 100%;
  margin-right: 5%;
}

.institution-map .content h2 {
  font-size: 60px;
}

.institution-map .content p {
  font-size: 18px;
  line-height: 1.4;
  margin: 25px 0;
}

.institution-map .map {
  position: relative;
  width: 100%;
  display: block;
}

.institution-map .select-group {
  position: relative;
}

.institution-map .select-group label {
  display: block;
  font-size: 16px !important;
  font-weight: 500;
  margin-bottom: 10px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 16px;
  color: #293852;
}

.institution-map .select-group svg {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}

#top .institution-map .select-group select {
  background: white;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 14px 6px;
  text-align: right;
  padding-right: 34px;
  font-size: 16px;
  color: #293852;
  font-weight: bold;
  padding-left: 95px;
}

@media (max-width: 767px) {
  .institution-map .container {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .state-institutions {
    padding-top: 0
  }
  .institution-map .container {
    flex-direction: column;
  }

  .institution-map .content {
    max-width: 100%;
  }
}
/* Institution Map end */

/* Teams start */
.teams-tabs .tab_titles {
  margin-bottom: 20px;
}
.teams-tabs .tab_titles .tab {
  background-color: #e8a240;
  font-size: 20px;
  font-weight: 500;
  color: white;
  border: 0;
  border-radius: 4px;
  font-family: "Barlow Condensed";
  margin-right: 10px;
}

.teams-tabs .tab_titles .tab.active_tab {
  background-color: #ce8d33;
  color: white;
}

.teams-tabs .tab_content,
.teams-tabs .tab_content.active_tab_content {
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
}

.teams-tabs .tab_content.active_tab_content {
  /* bac */
}
.teams-tabs .category-title {
  font-size: 44px;
  margin-bottom: 24px;
}
.teams-tabs .tab_content .staff-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.teams-tabs .categorized-staff-list ul:not(:last-of-type) {
  margin-bottom: 60px;
}
.teams-tabs .tab_content .staff-list ul li {
  max-width: calc(25% - 15px);
  width: 100%;
  margin: 0;
  text-align: center;
}

.teams-tabs .tab_content .staff-list ul li figure {
  margin-bottom: 10px;
  position: relative;
  padding-top: 98%;
}

.teams-tabs .tab_content .staff-list ul li figure img {
  width: 100%;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.teams-tabs .tab_content .staff-list ul li h4 {
  font-size: 28px;
  font-weight: 600;
  color: #293852;
}

.teams-tabs .tab_content .staff-list ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.teams-tabs .in-memoriam .content {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  padding: 0;
  max-width: 860px;
  margin: 0 auto;
}

.teams-tabs .in-memoriam .content figure {
  max-width: 200px;
  width: 100%;
}

.teams-tabs .in-memoriam .content figure img {
  border-radius: 20px;
}

.teams-tabs .in-memoriam .content h2 {
  font-size: 44px;
  font-weight: 600;
}

.teams-tabs .in-memoriam .content .title {
  display: block;
  color: #e8a240;
  font-size: 16px;
  margin-bottom: 30px;
}

.teams-tabs .in-memoriam .content .description {
  margin-left: 24px;
  line-height: 1.4;
}

.teams-tabs .in-memoriam .content .in-memoriam-content {
  margin-top: 40px;
}

.teams-tabs .related-posts-wrapper {
  margin-top: 40px;
}

.teams-tabs .related-posts-wrapper .post-title {
  font-size: 30px !important;
}

@media (max-width: 1024px) {
  .teams-tabs .categorized-staff-list ul:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .teams-tabs .category-title {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .teams-tabs .tab_content .staff-list ul li {
    max-width: calc(33.33% - 15px);
  }
}

@media (max-width: 767px) {
  #top .tabcontainer {
    border: 0 !important
  }
  .responsive .tabcontainer.teams-tabs .tab_titles:first-child {
    display: block;
  }
  .teams-tabs .tab_titles .tab {
    margin-bottom: 10px;
    width: calc(50% - 10px);
    margin-right: 5px;
  }
  .teams-tabs .tab_content .staff-list ul li {
    max-width: calc(50% - 15px);
  }

  .teams-tabs .in-memoriam .content {
    flex-direction: column;
  }

  .teams-tabs .in-memoriam .content figure {
    margin-bottom: 10px;
    max-width: 100%;
  }

  .teams-tabs .in-memoriam .content figure img {
    width: 100%;
  }

  .teams-tabs .in-memoriam .content .description {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .teams-tabs .tab_content .staff-list ul li {
    max-width: calc(100% - 15px);
  }
}
/* Teams end */

/* COntent Author start */
.author-wrapper {
  background-color: white;
  padding: 64px 0;
}

.author-wrapper .author {
  display: flex;
  flex-direction: row;
  max-width: 860px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 24px;
}

.author-wrapper .author figure {
  max-width: 200px;
  width: 100%;
}

.author-wrapper .author figure img {
  border-radius: 20px;
}

.author-wrapper .author .content {
  /* margin-left: 24px; */
  padding: 0;
  border: 0;
  font-size: 18px;
  line-height: 1.8;
  width: calc(74% - 20px);
}

.author-wrapper .author .content h1 {
  color: #293852;
}

.author-wrapper .author .content .title {
  color: #e8a240;
  font-size: 16px;
}

.tax-content-author .av-social-sharing-box {
  background-color: white;
  margin: 0;
  padding: 30px 0 100px;
}

.tax-content-author .av-share-box {
  max-width: 840px;
  margin: 0 auto;
  float: none;
}

.tax-content-author .av-share-link-description {
  color: #293852;
}

.tax-content-author .related-posts-wrapper {
  background-color: white;
}

#top.tax-content-author .related-posts .post-title {
  margin-top: 10px;
}

#top.tax-content-author .related-posts .post-title a {
  color: #293852;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .author-wrapper .author .content {
    width: calc(68% - 20px);
  }
}

@media (max-width: 750px) {
  .author-wrapper .author {
    flex-wrap: wrap;
  }

  .author-wrapper .author .content {
    width: 100%;
  }
}
/* COntent Author end */

/* Testimonials start */
.post-type-archive-testimonials .testimonials-wrapper {
  padding: 50px 0;
}

.post-type-archive-testimonials .avia-button {
  font-size: 20px;
}

.post-type-archive-testimonials .avia-button span {
  font-weight: 600 !important;
}

.post-type-archive-testimonials .posts-list-description b {
  color: #333333;
}

.post-type-archive-testimonials .content article .blog-meta {
  display: none;
}

.post-type-archive-testimonials .testimonial-card blockquote {
  border: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 40px;
  margin-right: 0;
}

.post-type-archive-testimonials .testimonial-card blockquote cite {
  display: block;
  color: #e8a240;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.posts-top-content .avia-button.desktop {
  display: block;
}

.posts-list-description .avia-button.mobile {
  display: none;
}

@media (max-width: 767px) {
  .post-type-archive-testimonials .posts-list-description {
    font-size: 18px;
    margin-bottom: 0;
  }

  .posts-top-content .avia-button.desktop {
    display: none;
  }

  .posts-list-description .avia-button.mobile {
    display: block;
  }
}

.posts-pagination .page-numbers {
  display: flex;
}

.posts-pagination .page-numbers li a,
.posts-pagination .page-numbers li .current {
  width: 50px;
  height: 50px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin: 0 5px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 13px 0;
  display: inline-block;
  color: #523852;
}
/* Testimonials end */

.content-type-commentary-podcast .entry-content a {
  text-decoration: underline !important;
  font-weight: bold;
}

/* Custom Icon List */
.avia-icon-list-custom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  list-style: none !important;
}

.avia-icon-list-custom li {
  width: 33.33%;
  margin: 0;
  text-align: center;
}

.avia-icon-list-custom li:not(:first-child) {
  margin-top: 36px;
}

.avia-icon-list-custom li figure {
  margin-bottom: 10px;
}

.avia-icon-list-custom li .icon-number {
  color: #e8a240;
  font-size: 96px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -8px;
}

.avia-icon-list-custom li figure img {
  max-width: 130px;
}

.avia-icon-list-custom li .iconlist_title {
  font-size: 28px;
  font-weight: 500 !important;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .avia-icon-list-custom li .icon-number {
    font-size: 70px;
  }

  .record-success-section {
    background-size: 19% !important;
  }
}

@media (max-width: 1024px) {
  .avia-icon-list-custom li .icon-number {
    font-size: 54px;
  }

  .avia-icon-list-custom li .iconlist_title {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .avia-icon-list-custom li {
    width: 100%;
  }

  .avia-icon-list-custom li .icon-number {
   letter-spacing: -4px; 
  }

  .record-success-section {
    background-image: none !important;
  }
}
/* Custom Icon List */

/* Custom Post Grid */
.custom-post-grid-container {
  margin-bottom: 50px;
}
.custom-post-grid {
  display: flex;
  gap: 20px;
}

.custom-post-grid .posts {
  width: 32%;
}

.custom-post-grid .featured {
  width: 68%;
}

.custom-post-grid .flex_column {
  margin-bottom: 30px;
  /* padding: 0 15px; */
}
.grid-post {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.grid-post-image {
  overflow: hidden;
  line-height: 0;
  position: relative;
  border-radius: 20px;
}
.grid-post-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 20px;
}

.grid-post:hover .grid-post-image img {
  transform: scale(1.05);
  border-radius: 20px;
}
.grid-post-content {
  margin-top: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.grid-post-meta {
  margin-bottom: 15px;
  font-size: 12px;
}
.post-type-label {
  background: #b2ddff;
  color: #293852;
  padding: 10px;

  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;

  position: absolute;
  bottom: 10px;
  left: 10px;
}

.post-date {
  color: #888;
}
.grid-post-title {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.4;
}

.featured .grid-post-title {
  font-size: 36px;
}

.grid-post-title a {
  font-weight: 600 !important;
}

.grid-post-title a.link,
.grid-post-content .link {
  font-size: 14px;
  color: #e8a240 !important;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow Condensed";
  /* margin: 0; */
}

.grid-post-title a {
  text-decoration: none;
  color: #333;
}
.grid-post-title a:hover {
  color: #88be5a;
}
.grid-post-excerpt {
  margin-bottom: 20px;
  color: #666;
  line-height: 1.7;
  flex-grow: 1;
}
.grid-post .avia-button {
  align-self: flex-start;
}

.custom-post-grid-container .title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.custom-post-grid-container .title-wrapper h2 {
  font-size: 60px;
}

.custom-post-grid-container .title-wrapper .avia-button {
  align-self: center;
}

.custom-post-grid-container .mobile-btn {
  width: 100%;
  display: none;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .custom-post-grid {
    flex-wrap: wrap;
  }

  .custom-post-grid .featured {
    margin-bottom: 30px;
  }
  .custom-post-grid .posts {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .custom-post-grid .flex_column {
    padding: 0;
  }

  .featured .grid-post-title {
    font-size: 24px;
  }

  .custom-post-grid-container .title-wrapper h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 640px) {
  .custom-post-grid-container  .title-wrapper .avia-button {
    display: none;
  }
  .custom-post-grid-container .mobile-btn {
    display: block;
  }
  .custom-post-grid-container {
    margin-bottom: 0;
  }
  .custom-post-grid-container .title-wrapper {
    flex-direction: column;
  }
}
/* Custom Post Grid */

/* Donate Today Section */

.donate-today-section {
  padding: 60px 60px 74px;
  background: #b2ddff;
  border-radius: 20px;
  float: none;
  clear: both;
  text-align: center;
}
.donate-today-section h2 {
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 17px;
}
.donate-today-section p {
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Barlow Condensed";
  margin: 0 0 38px;
}
.donate-today-section .content-wrapper {
  max-width: 940px;
  margin: auto;
}
@media (max-width: 768px) {
  .donate-today-section h2 {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .donate-today-section p {
    font-size: 20px;
  }
}
/* Donate Today Section */

/* Faq Section */
.faq-section {
  max-width: 860px;
  margin: auto;
  padding-top: 23px;
}
.faq-section .toggler {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: white;
  background: #e8a240;
  border: 1px solid transparent;
  font-family: "Barlow Condensed";
  letter-spacing: -0.5px;
  padding: 20px 23px;
  border-radius: 8px !important;
}

.faq-section .toggler:hover {
  background: #e8a240 !important;
  color: white !important;
  border: 1px solid #e8a240;
}
.faq-section .toggler.activeTitle {
  background: transparent !important;
  color: #293852 !important;
  border: 1px solid #e8a240;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-color: transparent;
}
.faq-section .toggler.activeTitle .hor_icon {
  border-color: #e8a240;
}
.faq-section .single_toggle {
  background: transparent;
}
.faq-section .toggle_content {
  background: transparent;
  border: 1px solid #e8a240;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-color: transparent;
  padding: 0 23px 20px;
}
.faq-section .toggle_content p {
  font-size: 18px;
  line-height: 160%;
  margin: 0;
}
.faq-section .toggle_content a {
  color: #e8a240;
}
.faq-section .toggle_content strong a {
  color: #e8a240;
}
.faq-section .av_toggle_section {
  margin-bottom: 16px;
  border-radius: 8px;
}
.faq-section .toggle_icon {
  border: 0;
  right: 21px;
  top: 31px;
  left: auto;
}
.faq-section .toggle_icon .vert_icon {
  height: 14px;
  border-width: 2px;
  border-radius: 1px;
  left: 7px;
  top: -1px;
}
.faq-section .toggle_icon .hor_icon {
  width: 14px;
  border-width: 2px;
  border-radius: 1px;
}
/* Faq Section */

/* Testimonials Section */
.testimonials-section .avia-testimonial-markup-entry-content p {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 14px;
  font-style: italic;
}
.testimonials-section .avia-testimonial-name {
  font-size: 18px;
  line-height: 160%;
  position: relative;
  padding-left: 15px;
  display: block;
  margin-left: 11px;
  font-style: italic;
}
.testimonials-section .avia-testimonial-name::before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #e8a240;
  left: 0;
  content: "";
  top: 13px;
}
.testimonials-section .avia-testimonial_inner {
  border: 1px solid #cccccc;
  border-radius: 20px;
  background: transparent;
  padding: 31px 47px;
  height: 100%;
}
.testimonials-section .avia-testimonial {
  background: transparent !important;
}
.testimonials-section.av-boxed-grid-style.avia-testimonial-wrapper {
  border-spacing: 0px !important;
}
.testimonials-section .avia-testimonial-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.testimonials-section .avia-testimonial {
  width: 100% !important;
  height: 100%;
  border: 0 !important;
}
@media (max-width: 1280px) {
  .testimonials-section .avia-testimonial_inner {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .testimonials-section .avia-testimonial-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .testimonials-section .avia-testimonial-markup-entry-content p {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 640px) {
  .testimonials-section .avia-testimonial-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
/* Testimonials Section */

/* Header */

header .av-menu-button-search-icon .avia-menu-text {
  display: none;
}

header .av-menu-button-search-icon a::before {
  width: 24px;
  margin: 4px 27px 0 0;
  display: block;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21%2021L16.65%2016.65M19%2011C19%2015.4183%2015.4183%2019%2011%2019C6.58172%2019%203%2015.4183%203%2011C3%206.58172%206.58172%203%2011%203C15.4183%203%2019%206.58172%2019%2011Z%22%20stroke%3D%22%23E8A240%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 1160px) {
  header .menu-item {
    display: none;
  }
  header .av-burger-menu-main {
    display: block;
  }
}
/* Header */
.find-out-section-wrapper {
  max-width: 735px !important;
}
@media (max-width: 1025px) {
  .full-width-mobile.flex_column {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }
  .find-out-section-wrapper {
    max-width: 100% !important;
  }
}

.image-with-text .av-subheading.av-subheading_above {
  background-color: #B2DDFF;
  padding: 5px 14px;
  border-radius: 4px;
  display: inline-block;
}

.flex_column.center {
  float: none;
  margin: 0 auto !important;
}

.avia_textblock a:not(.avia-button,.posts-page),
.av_toggle_section a:not(.avia-button,.posts-page) {
  color: #e8a240 !important;
}

.avia_textblock a:not(.avia-button,.posts-page):hover,
.av_toggle_section a:not(.avia-button,.posts-page):hover {
  text-decoration: underline !important;
}

.entry-content {
  font-size: 16px;
  line-height: 1.6;
}

.entry-content blockquote {
  margin-top: 20px;
  font-size: 16px;
}


@media (max-width: 767px) {
  .sm-text-center {
    text-align: center;
  }

  .responsive #top .logo {
    margin: 0;
  }

  .responsive #top #wrap_all .container{
    width: 100%;
    max-width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive #top .av-main-nav .menu-item-avia-special {
    margin-top: 5px;
  }
}

@media (max-width: 1160px) {
  header .av-burger-menu-main {
    margin-top: 17px;
  }
}

.av-burger-menu-main > a {
  height: auto !important;
  line-height: 2 !important;
  /* width: 25px !important; */
}

.av-hamburger-inner::after {
  bottom: -8px;
}

.av-hamburger-inner::before {
  top: -8px;
}

.av-hamburger-inner, 
.av-hamburger-inner::after, 
.av-hamburger-inner::before {
  width: 25px;
}

.av-hamburger-inner::after {
  width: 22px;
  right: 0;
}

.av-hamburger--spin.is-active .av-hamburger-inner::after {
  width: 25px;
}

main.content main.content {
  padding: 0 !important;
}