/*
Theme Name: AGB Child Theme
Theme URI: https://agb.org
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/* The Modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-content {
  z-index: 9999;
  position: relative;
  background-color: #eaeaed;
  margin: 0 auto;
  top: 50%;
  transform: translate(15px, -50%);
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.4s;
}

.modal-footer {
  margin-top: 20px;
}

.spu-content .lookInsideContainer iframe {
  width: 100%;
  border-radius: 5px;
  height: 350px;
  padding: 0;
  margin: 0;
}

#btn-submit {
  background-color: #6f5697 !important;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  padding: 7px 20px !important;
  border: 0;
  border-radius: 6px !important;
  min-width: 175px;
  display: inline-block;
  text-align: center;
  width: auto;
  height: auto;
  text-transform: none;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  cursor: pointer;
}

#btn-submit.loading {
  cursor: progress;
}

#resetPasswordModal .modal-content {
  max-width: 530px;
  padding: 35px 60px;
}

@media (max-width: 690px) {
  #resetPasswordModal .modal-content {
    max-width: 90%;
    transform: translate(0px, -50%);
  }

  #btn-submit,
  #resetPasswordModal .close {
    margin-bottom: 5px;
  }
}

#resetPasswordModal .close {
  cursor: pointer;
}

#resetPasswordModal .success-message,
#resetPasswordModal .error-message {
  display: none;
  padding-bottom: 0;
}

#resetPasswordModal .error-message {
  color: #ff0000;
  margin-top: 10px;
}

/* My Library button */
ul.login-signup-button-groups li[data-btn="my-library"] {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-right: 2px;
}

body:not(.logged-in) ul.login-signup-button-groups li[data-btn="my-library"],
body.logged-in:not(.can-access-library)
  ul.login-signup-button-groups
  li[data-btn="my-library"],
body.logged-in:not(.is-agb-member)
  ul.login-signup-button-groups
  li[data-btn="my-library"] {
  display: none !important;
}

.logged-in ul.login-signup-button-groups li[data-btn="my-library"] {
  display: inline-block;
}

.nectar-social-sharing-fixed {
  display: none;
}

/* Breadcrumbs styles */
body:not(.post-template-default) .breadcrumbs {
  position: relative;
  top: 25px;
  z-index: 99;
}

.breadcrumbs a {
  color: #18357a;
  position: relative;
}

.breadcrumbs a::after {
  transition: width 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  border-top: 1px solid #18357a;
  content: "";
}

.breadcrumbs a:hover::after {
  width: 100%;
}

body.no-netcar-page .breadcrumbs {
  padding-bottom: 40px;
}

.resource-library-page .add-to-library {
  display: none;
}

.press-release .divider-wrap,
.high-performing-comitteess .divider-wrap {
  margin-bottom: 40px;
  width: 100vw;
  margin-left: -30px;
}

@media (min-width: 1001px) {
  .press-release .divider-wrap,
  .high-performing-comitteess .divider-wrap {
    display: none;
  }

  .bgm-single-trusteeship .trustee-title-sec {
    margin-bottom: 35px !important;
  }

  body.no-netcar-page .breadcrumbs.product,
  body.post-template-default .breadcrumbs,
  body:not(.kct-template).no-netcar-page.single-post .breadcrumbs.conference,
  body:not(.kct-template).no-netcar-page
    #ajax-content-wrap
    > div:first-child.breadcrumbs,
  .page-template-custom-search-page .breadcrumbs,
  .page-id-872 .breadcrumbs {
    margin-left: 10.5vw;
  }

  body:not(.kct-template):not(.page-template-custom-search-page):not(
      .page-id-872
    ).no-netcar-page
    .breadcrumbs:not(.product):not(.conference):not(.past):not(.post) {
    margin-left: calc(10.5vw - 90px);
  }

  body:not(.page-template-custom-search-page):not(.page-id-872).no-netcar-page
    .breadcrumbs:not(.product):not(.events):not(.post):not(.upcoming-webinars) {
    margin-left: calc(3.7vw - 10px);
  }

  body.kct-template .breadcrumbs:not(.product):not(.event-calendar) {
    margin-left: calc(82px + 3.7vw);
  }

  body:not(.kct-template).no-netcar-page.single-post .breadcrumbs {
    margin-left: 0;
  }
}

@media (max-width: 1320px) {
  ul.login-signup-button-groups li[data-btn="login"],
  ul.login-signup-button-groups li[data-btn="logout"] {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .resource-library-page #ajax-content-wrap {
    margin-top: 125px;
  }

  .logged-in ul.login-signup-button-groups li[data-btn="logout"] {
    display: block !important;
    border-bottom-right-radius: 25px !important;
  }
}

@media (max-width: 1000px) {
  .mobile-hidden {
    display: none;
  }

  body.kct-template #page-header-wrap {
    overflow: hidden !important;
  }

  body.kct-template .breadcrumbs {
    max-width: 600px;
    margin: auto;
    padding-left: 5px;
  }
}

@media (max-width: 690px) {
  body.kct-template .breadcrumbs {
    max-width: 420px;
  }
}

@media (max-width: 479px) {
  body.kct-template .breadcrumbs {
    max-width: 320px;
    padding-left: 0;
  }
}

/* End Breadcrumbs styles */

/* Change .col css from "margin: 1% 0 1% 1.6%;" to "margin: 1% 0;" */
.resource-library-page div.col {
  margin: 1% 0;
}

.wrapper-mt-0 div.col {
  margin-top: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.clear-none {
  clear: none;
}

.inner-p-b-0 p {
  padding-bottom: 0;
}

a.page-numbers {
  background: black !important;
  top: -7px;
}

.w-100 {
  width: 100%;
}

.main-content #pagination .pagination-numbers a.page-numbers:hover {
  color: white !important;
}

span.page-numbers.current {
  top: -7px;
}

span.search_numbering {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  color: #fff;
  z-index: 9999;
  font-weight: bold;
  text-align: center;
}

.widget
  ul.nectar_widget[class*="nectar_blog_posts_"][data-style="minimal-counter"]
  > li::before,
.widget
  ul.nectar_widget[class*="nectar_blog_posts_"][data-style="hover-featured-image-gradient-and-counter"]
  > li::before,
body.search-results
  #search-results[data-layout="list-no-sidebar"]
  article:before {
  content: none !important;
}

#search-results .promotion {
  position: relative;
  padding-left: 20px !important;
  background-color: #f6f6f6;
}

#search-results .promotion .search-result-thumbnail {
  left: 15px !important;
}

.search-result-meta {
  padding-left: 80px;
}

#search-results .no-result {
  margin-bottom: 10px;
}

.search-results .container-wrap {
  padding-bottom: 0;
}

.search-result-title {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 13px;
  color: #4d2588;
  opacity: 0.6;
}

body.search-results
  #search-results[data-layout="list-no-sidebar"]
  article
  .inner-wrap
  > a
  img {
  position: relative !important;
}

.cleanlogin-field {
  line-height: 0; /* Center the text in the submit button on the login page */
}

.post-tag {
  display: inline-block;
  line-height: 22px;
  position: relative;
  text-transform: capitalize;
  font-size: 14px;
  padding: 5px 10px;
  margin: 10px 10px 0px 0px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  background-color: transparent;
  border-radius: 50px;
}

.post-tag:hover {
  color: #fff !important;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.15);
  background-color: #4d2588;
}

.post-tag:before {
  background-color: #4d2588;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  opacity: 0.06;
}

.product-subtitle {
  line-height: 20px;
}

.entry-subtitle {
  color: #4f2d83;
  margin-top: -15px;
  margin-bottom: 15px;
}

.blog-disclaimer {
  display: block;
  clear: both;
  font-weight: normal;
}

.single.single-post .section-title .entry-subtitle {
  margin-bottom: 30px;
  margin-top: 2px;
}

/* Custom Landing Page */
.custom-title {
  font-size: 36px;
  line-height: 1.22;
  font-weight: 700;
  padding-bottom: 15px;
}

.custom-subtitle {
  font-size: 20px;
  line-height: 1.1;
  padding-bottom: 0;
}

.resource-items {
  overflow: hidden;
  margin-top: 20px;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
/* End Custom Lading Page */

/* Resource Library Page */
.resource-library-page ol li:not(:last-child) {
  margin-bottom: 8px;
}

.resource-library-page .pull-up {
  transform: translateY(-57px);
  margin-bottom: -57px !important;
  overflow: hidden;
}

.resource-library-page .no-resources-wrapper,
.resource-library-page.no-resources .recent-resources-wrapper {
  display: none;
}

.resource-library-page.no-resources .no-resources-wrapper {
  display: block;
}

.resource-items-row {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: center;
}

.resource-items-row:last-child {
  margin-bottom: 0;
}

.lib-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px;
  height: 100%;
}

.lib-item a {
  position: relative;
}

.lib-item .remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-weight: bold;
  background-color: #cc0909;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  text-align: center;
  border: 2px solid #fff;
}

.lib-item .remove-btn:before,
.lib-item .remove-btn:after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: " ";
  height: 13px;
  width: 2px;
  background-color: #fff;
}

.lib-item .remove-btn:before {
  transform: rotate(45deg);
}

.lib-item .remove-btn:after {
  transform: rotate(-45deg);
}

.lib-item .remove-btn.dimmed {
  opacity: 0.5;
  border: 0;
}

.lib-item .remove-btn.dimmed::before,
.lib-item .remove-btn.dimmed::after {
  top: 7px;
  left: 12px;
}

.lib-item-wrap:not(:last-child) .lib-item {
  border-right: 1px solid #707070;
}

.lib-item__title {
  margin-top: 10px;
  margin-bottom: 5px !important;
  font-size: 16px;
}

.lib-item__date,
.lib-item__remove,
.lib-item__excerpt {
  font-size: 14px;
}

.lib-item__remove {
  color: #ef0909;
  cursor: pointer;
}

.lib-item__img {
  display: block;
  background-color: #193c85;
  height: 220px !important;
  width: 100% !important;
  object-fit: contain;
}

.select-box-wrap {
  background-color: #4f2d83;
  background-image: url(/wp-content/themes/salient/img/up-down-white.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 12px;
}

.select-box {
  box-shadow: none !important;
  min-width: 215px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  background-color: transparent;
  -webkit-appearance: none;
}

.resource-library-pagination {
  text-align: center;
}

.resource-library-pagination > div {
  float: none !important;
  display: inline-block;
}

.add-to-library {
  cursor: pointer;
  user-select: none;
}

/* Custom confirm dialog */
.dialog-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-overlay .dialog {
  padding: 35px 35px 40px;
  border: 1px solid #707070;
  box-shadow: -5px 3px 6px #00000040;
  background-color: #fff;
  max-width: 470px;
  text-align: center;
}

.dialog-overlay .dialog-footer {
  font-size: 18px;
  color: #7a61a1;
  font-weight: bold;
  margin-top: 30px;
}

.dialog-title {
  font-size: 24px;
  color: #f20909;
  line-height: 1.2;
  padding-bottom: 20px;
}

.dialog-btn-group {
  display: flex;
  flex-direction: column;
}

.dialog-btn {
  padding: 7px 30px;
  display: block;
  margin: auto;
  color: #fff;
  min-width: 125px;
  cursor: pointer;
  font-size: 14px;
}

.dialog-btn.dialog-confirm {
  margin-bottom: 10px;
  background-color: #e81010;
}

.dialog-btn.dialog-cancel {
  background-color: #4f2d83;
}

.dialog-overlay.not-logged-in-box .dialog-title {
  color: #000;
}

@media (min-width: 1001px) {
  .dialog-overlay.not-logged-in-box .dialog {
    width: 550px;
    max-width: unset;
  }
}

@media (max-width: 566px) {
  .dialog-overlay.not-logged-in-box .dialog {
    max-width: unset;
    margin-left: 15px;
    margin-right: 15px;
  }

  .dialog-overlay.not-logged-in-box .dialog-title br {
    display: none;
  }
}

.dialog-overlay.not-logged-in-box .dialog {
  padding: 35px 45px 40px;
}

.dialog-overlay.not-logged-in-box .dialog-btn-group {
  display: block;
}

.dialog-overlay.not-logged-in-box .dialog-btn {
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0;
  min-width: 115px;
}

.dialog-overlay.not-logged-in-box .dialog-btn.dialog-confirm {
  background-color: #4f2d83;
  margin-right: 12px;
}

.dialog-overlay.not-logged-in-box .dialog-btn.dialog-cancel {
  background-color: #a796c1;
}

@media (min-width: 1001px) {
  .resource-items-row {
    margin-bottom: 40px;
  }

  .page-template-default .add-to-library {
    margin-left: calc(10.5vw - 90px);
    top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1001px) and (max-width: 1320px) {
  body #header-outer[data-format="centered-menu-bottom-bar"] .span_3,
  body #header-outer[data-format="centered-menu-bottom-bar"] .span_9 {
    padding: 0 30px;
  }
}

@media (min-width: 1321px) {
  body #header-outer[data-format="centered-menu-bottom-bar"] .span_3,
  body #header-outer[data-format="centered-menu-bottom-bar"] .span_9 {
    padding: 0 10.5vw;
  }
}

@media (max-width: 1320px) {
  .logged-in ul.login-signup-button-groups {
    background-color: #a796c1;
  }

  .logged-in ul.login-signup-button-groups li[data-btn="logout"],
  .logged-in ul.login-signup-button-groups li[data-btn="my-library"] {
    display: block !important;
    border-bottom-right-radius: 25px !important;
  }

  .logged-in ul.login-signup-button-groups li[data-btn="my-library"] {
    display: block;
    background-color: transparent;
  }
}

.add-to-library[data-adding] {
  opacity: 0.87;
  cursor: progress;
}

.add-to-library[data-added="added"] {
  background-color: #ce2034;
}

.add-to-library span[data-for="added"],
.add-to-library[data-added="added"] span:not([data-for="added"]) {
  display: none;
}

.add-to-library[data-added="added"] span[data-for="added"] {
  display: block;
}

.resource-library-page .wpb_row .span_12 > .col.padding-3-percent,
.resource-library-page .column-inner.padding-3-percent {
  padding-bottom: 59px !important;
}

.resource-row img.alignleft {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  object-fit: cover;
}

.resource-row .small-body {
  font-size: 12px;
}

.resource-row > .wpb_wrapper {
  display: flex;
}

.resource-row > .wpb_wrapper > div {
  flex: 2;
}

@media (max-width: 1000px) {
  .resource-row img.alignleft {
    width: auto !important;
    height: auto !important;
    max-width: 600px;
    border-radius: 0;
  }

  .hide-next-el-on-mobile + .divider-wrap {
    display: none;
  }
}

@media (max-width: 1000px) {
  .resource-library-page .pull-up {
    transform: translateY(0);
    margin-bottom: 0 !important;
    overflow: hidden;
  }

  .resource-items-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .resource-library-page .full-width-content.vc_row-fluid .one-fourths.vc_span3,
  .resource-library-page .full-width-content.vc_row-fluid .one-fourths.vc_span4,
  .resource-library-page
    .full-width-content.vc_row-fluid
    .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]),
  .resource-library-page
    .full-width-content.vc_row-fluid
    .one-fourths.vc_col-sm-4:not([class*="vc_col-xs-"]) {
    width: 100% !important;
  }

  .lib-item-wrap .lib-item {
    border-right: 0 !important;
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 0;
  }

  .lib-item-wrap:not(:last-child) {
    margin-bottom: 30px !important;
  }

  .lib-item__img {
    background-color: none;
    height: auto !important;
  }

  .resource-row {
    text-align: center;
  }

  .resource-row img {
    float: none;
    margin-right: 0;
  }

  .resource-library-page .wpb_row .span_12 > .col.padding-3-percent,
  .resource-library-page .column-inner.padding-3-percent {
    padding: 0;
    padding-bottom: 0 !important;
  }

  .resource-library-page #ajax-content-wrap {
    margin-top: 125px;
  }

  .container,
  .post-area.standard-minimal.full-width-content article.post .inner-wrap {
    max-width: 600px;
  }

  .p-lg-x-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .resource-library-page .border-right {
    border-right: 0 !important;
  }

  .select-box-wrap {
    width: calc(100% - 50px);
    margin: auto;
  }
}
/* End Resource Library Page */

/* Custom Login Message Field */
.alternate-gate {
  background-color: #13a1ca !important;
  color: #fff;
  font-size: 1.2em;
}

@media (max-width: 1200px) {
  body #ajax-content-wrap {
    margin-top: 235px;
  }
}

@media (max-width: 1000px) {
  .mobile-hide {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0px !important;
  }
}

.grecaptcha-badge {
  display: inline-block;
}

select.hs-input {
  padding: 10px;
  padding-right: 20px;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-family: inherit;
  float: left;
  line-height: 24px;
  color: #555;
  height: 50px;
  background-color: #f1f1f1;
  background-image: url(/wp-content/themes/salient/img/up-down-black.png);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 15px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.hs-form-field {
  margin-top: 20px;
}

.hs-form-field label {
  margin-bottom: 10px;
  display: block;
}

.hs-form-field .input {
  overflow: hidden;
}

.hs-form-field .input input,
.hs-form-field .input textarea {
  border-radius: 7px;
  width: 100%;
}

.hs-form-field .hs-error-msgs {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.hs-submit {
  margin-top: 15px;
}

article.post table.agb-custom-report td,
article.post table.agb-custom-report th {
  text-align: left;
}

body[data-header-color="custom"] #search-outer #search .span_12 span {
  z-index: -1;
  position: relative;
}

.kct-item .post-category,
.kct-item .post-subtitle {
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.kct-template .section-title {
  color: #7a61a1;
  margin-bottom: 20px !important;
  font-size: 30px !important;
}

.ppsPopupShell {
  max-height: 420px;
  padding: 0 !important;
  overflow-y: auto !important;
}

@media (min-width: 1001px) {
  .google-search-page .main-content {
    padding: 0 22.5vw;
  }
}

.google-search-page .main-content div,
.google-search-page .main-content div span,
.google-search-page .main-content a {
  font-family: Montserrat;
}

.google-search-page .main-content .gsc-url-top {
  display: none !important;
}

.google-search-page .main-content .gsc-result:not(:last-child) {
  margin-bottom: 10px;
}

.google-search-page .main-content a.gs-title {
  font-weight: bold;
  font-size: 17px !important;
  line-height: 22px;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-image: linear-gradient(to right, #4d2588 0, #4d2588 100%);
  transition: background-size 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
  background-position: left bottom;
}

.google-search-page .main-content a.gs-title:hover {
  background-size: 100% 2px;
}

.google-search-page .main-content .gs-snippet {
  font-size: 14px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 7.5px 13px !important;
  font-size: 12px;
  line-height: 11px;
  color: #fff !important;
  font-family: "Open Sans";
  font-weight: 700;
  background: black !important;
  border-radius: 4px;
  transition:
    opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    transform 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),
    box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none !important;
  background-color: #4d2588 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #4d2588 !important;
}

.filter-dropdown-wrap {
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 12px;
}

.filter-dropdown-wrap.grey {
  background-color: #c3c3c5;
  background-image: url("/wp-content/themes/salient/img/up-down-black.png");
}

.filter-dropdown-wrap:not(.grey) {
  background-color: #4f2d83;
  background-image: url("/wp-content/themes/salient/img/up-down-white.png");
}

.filter-dropdown {
  background-color: transparent !important;
}

.select-box option,
.filter-dropdown.type-dropdown option {
  background-color: #4f2d83;
}

.filter-dropdown.sorting-dropdown option {
  background-color: #c3c3c5;
}

.print-icon {
  width: 25px;
  height: 25px;
  margin-top: 1px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/salient-child/img/print-icon.png");
}

@media screen {
  .standard-header {
    display: none;
  }
}

#header-outer[data-format="centered-menu-bottom-bar"] header#top .span_3 {
  margin-top: 0;
}

body.search-results #search-results[data-layout="list-no-sidebar"] article {
  padding-left: 0;
}

body.search-results
  #search-results[data-layout="list-no-sidebar"]
  .result
  .inner-wrap
  h2 {
  padding-top: 0;
}

.custom-search-filter #rlv_cat {
  width: 100%;
  margin: 20px 0 0 0;
  transform: translateX(0);
}

@media screen and (min-width: 1000px) {
  .custom-search-filter,
  .custom-search-wrap {
    padding: 0 calc(10.5vw + 50px);
  }

  .page-template-custom-search-page #page-header-bg .span_6 {
    top: 0;
    transform: translateY(0);
  }

  body.search-results #search-results[data-layout="list-no-sidebar"] article {
    padding-left: 0;
  }
}

@media screen {
  .standard-header {
    display: none;
  }
}

/* Tabs */
.tabs {
  position: relative;
  z-index: 999;
  width: 100%;
}
ul#tabs-nav {
  display: flex;
  margin: 0;
  justify-content: space-between;
  background-color: #e0e0f1;
}
ul#tabs-nav li {
  cursor: pointer;
  list-style: none;
  padding: 20px 27px;
  width: 100%;
  display: flex;
  align-items: center;
}
ul#tabs-nav li:nth-child(2n) {
  background-color: #c4d9f0;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #13a1ca;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
  font-weight: bold;
  color: white;
}
#tabs-nav li a {
  font-size: 20px;
  text-decoration: none;
  color: #324890;
}
.tab-content {
  color: white;
  min-height: 500px;
  background-color: #4d2588;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
}
#tabs-content {
  max-height: 500px;
}
.tab-content .content {
  padding: 0 10.5vw;
  display: flex;
  flex-direction: row;
  gap: 100px;
  color: white;
}
.tab-content .content ul li {
  font-size: 26px;
  line-height: 1.2;
}
.tab-content .content .left-content {
  width: 60%;
}
.tab-content .content .right-content {
  width: 40%;
}
.tab-content .content .left-content h1,
.tab-content .content .right-content h1 {
  color: white;
  margin-bottom: 35px;
  font-size: 48px;
  line-height: 1;
}
.tab-content .content .left-content p,
.tab-content .content .right-content p {
  font-size: 26px;
  line-height: 1.2;
}

.tabs-slider {
  display: none;
}

.tabs-slider .slick-arrow {
  display: none !important;
}
/* .tabs-slider .slick-track {
  display: flex !important;
}

.tabs-slider .slick-slide {
  height: inherit !important;
} */
.tabs-slider .slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  margin: 0;
  background-color: #13a1ca;
  width: 100%;
  padding: 25px;
  gap: 10px;
}
.tabs-slider .slick-dots li button {
  display: none;
}
.tabs-slider .slick-dots .slick-active {
  background-color: white;
  width: 23px;
  height: 23px;
}
.tabs-slider .slick-dots li {
  width: 19px;
  height: 19px;
  background-color: #c4d9f0;
  border-radius: 50%;
}
.tabs-slider .content {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  color: white;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  padding-top: 100px;
}
.tabs-slider .content .left-content h1,
.tabs-slider .content .right-content h1 {
  color: white;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1;
}
.tabs-slider .content .left-content p,
.tabs-slider .content .right-content p {
  font-size: 26px;
  line-height: 1.2;
}
.tabs-slider .content .right-content img {
  width: 182px;
  margin: 0 auto;
}
.tabs-slider .content ul li {
  font-size: 26px;
  line-height: 1.2;
}
.material #header-secondary-outer {
  position: fixed !important;
  transform: translateY(0%) !important;
}
#header-outer.scrolled-down {
  transform: translateY(0%) !important;
}

body #header-secondary-outer .nectar-center-text ul.bbot {
  border-bottom-left-radius: 12px;
  height: auto;
  background: white;
  border: 1px solid #4f2688;
  border-top: 0px;
  margin-right: -13px;
  border-bottom-right-radius: 0;
  padding: 0 12px !important;
  display: inline-block !important;
}

body #header-secondary-outer .nectar-center-text .board-bot-url {
  display: inline-flex;
  align-items: center;
  color: #4f2d83 !important;
  gap: 3px;
  margin-right: 22px;
  font-size: 15px;
  margin-top: 5px;
}
body #header-secondary-outer .nectar-center-text .board-bot-url img {
  height: 20px;
}
body #header-secondary-outer .nectar-center-text .board-bot-url:hover {
  color: #4f2d83 !important;
}
body #header-secondary-outer .nectar-center-text {
  display: flex;
  justify-content: flex-end;
}
body .post-area.masonry.classic .posts-container {
  height: auto !important;
}
body .post-area.masonry.classic .posts-container {
  height: auto !important;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
body .post-area.masonry.classic .posts-container article {
  position: unset !important;
  width: 100%;
}
body .post-area.masonry.classic .posts-container article.post .post-content {
  height: 100%;
}
body .post-area.masonry.classic .posts-container article.post .content-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body .post-area.masonry.classic .posts-container article .article-content-cs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
  padding: 10% !important;
}
body
  .post-area.masonry.classic
  .posts-container
  article
  .article-content-cs
  .more-link {
  margin-bottom: 16px !important;
}
body .post-area.masonry #pagination {
  position: unset;
  bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
body .post-area.masonry #pagination .prev,
body .post-area.masonry #pagination .next {
  background-image: unset !important;
}
@media (max-width: 1700px) {
  ul#tabs-nav li {
    height: 130px;
  }
}
@media (max-width: 1670px) {
  ul#tabs-nav li {
    height: 150px;
  }
}

@media (max-width: 1450px) {
  ul#tabs-nav li {
    height: 180px;
  }
}

@media (max-width: 1320px) {
  .tab-content .content {
    padding: 0 30px;
  }
  body .post-area.masonry.classic .posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1200px) {
  #header-secondary-outer ul.login-signup-button-groups {
    margin-bottom: 0 !important;
  }
  body #header-secondary-outer ul.login-signup-button-groups {
    margin-top: 0 !important;
  }
  body.material[data-header-format="centered-menu-bottom-bar"]
    #header-secondary-outer {
    overflow-y: auto !important;
  }

  body #header-secondary-outer .nectar-center-text ul.bbot {
    margin-top: 78px !important;
    border-top: 1px solid #4f2688;
    padding: 0 !important;
    border-radius: unset !important;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  body #header-secondary-outer .nectar-center-text ul.bbot .board-bot-url {
    width: 100%;
    padding: 15px 30px !important;
    margin-top: 0;
    margin-right: 0;
  }
  body #header-secondary-outer .nectar-center-text {
    display: block;
  }
  .wrapper-tabs {
    display: none;
  }
  .tabs-slider {
    display: block;
    width: 100%;
  }
  .tab-content .content {
    flex-direction: column;
    gap: 35px;
  }
  .tab-content .content .left-content,
  .tab-content .content .right-content {
    width: 100%;
  }
  .tab-content .content .left-content h1,
  .tab-content .content .right-content h1 {
    color: white;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1;
  }
  .tab-content .content .left-content p,
  .tab-content .content .right-content p {
    font-size: 20px;
    line-height: 1.2;
  }
  .tab-content .content ul li {
    font-size: 20px;
    line-height: 1.2;
  }
  .tab-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tabs-wrap ul#tabs-nav {
    width: 1920px;
  }
  .tabs-wrap {
    overflow-x: auto;
  }
  #tabs-content {
    max-height: 100%;
    margin-bottom: 0;
  }
}
.slick-track {
  display: flex !important;
}

#browser-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.browser-modal-content {
  background: white;
  max-width: 992px;
  border-radius: 5px;
  width: 100%;
  margin: 1.3rem;
}
.modal-content-cs {
  text-align: center;
  padding: 3rem;
}
.modal-content-cs .h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1;
}
.browser-list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 20px;
}
.browser-list a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  color: #007bff;
}
.btn-continue {
  margin-top: 2rem;
  color: #007bff;
  cursor: pointer;
}
.note-text {
  font-size: 0.6rem;
  color: black;
  display: inline-block;
  margin-top: -10px;
}
.header-logo-cs {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-close {
  font-size: 1.1rem;
  cursor: pointer;
  color: #4d2588;
}
@media (max-width: 1000px) {
  body #header-secondary-outer .nectar-center-text ul.bbot {
    margin-top: 68px !important;
  }
}
@media only screen and (min-width: 1000px) {
  body #header-outer:not([data-format="left-header"]) {
    padding-top: 28px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
  body[data-header-format] #header-secondary-outer {
    position: fixed !important;
    display: block !important;
  }
}

@media (max-width: 1200px) and (min-width: 700px) {
  .tabs-slider .content {
    padding-top: 130px !important;
  }
}

.slick-slide {
  height: inherit !important;
}
@media (max-width: 790px) {
  body .post-area.masonry #pagination {
    margin-top: 0;
  }
  body .post-area.masonry.classic .posts-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  body
    .post-area.masonry.classic
    .posts-container
    article
    .article-content-cs
    .more-link {
    margin-bottom: 0 !important;
  }
  body .post-area.masonry.classic .posts-container article .article-content-cs {
    height: auto;
  }
}
@media (max-width: 767px) {
  .tabs-slider .content .left-content h1,
  .tabs-slider .content .right-content h1 {
    color: white;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1;
  }
  .tabs-slider .content .left-content p,
  .tabs-slider .content .right-content p {
    font-size: 20px;
    line-height: 1.2;
  }
  .tabs-slider .content .right-content img {
    width: 182px;
    margin: 0 auto;
    display: none;
  }
  .tabs-slider .content ul li {
    font-size: 20px;
    line-height: 1.2;
  }
  .tabs-slider .slick-dots {
    gap: 5px;
  }
  .tabs-slider .slick-dots li button {
    display: none;
  }
  .tabs-slider .slick-dots .slick-active {
    width: 18px;
    height: 18px;
  }
  .tabs-slider .slick-dots li {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 690px) {
  body .post-area.masonry.classic .posts-container {
    gap: 0.5rem;
  }
  .modal-content-cs {
    padding: 1.2rem;
  }
  .modal-content-cs .h3 {
    margin-bottom: 1rem;
  }
  .browser-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 0;
  }

  .btn-continue {
    margin-top: 1.3rem;
  }
}
#mobile-menu .inner {
  display: none;
}

.linkedin-share.nectar-sharing .fa.fa-linkedin:before {
  content: "\e605";
}
.wpb_wrapper {
  position: relative;
  z-index: 0;
}

.alerts-disclaimer {
  padding-bottom: 60px;
}

.breadcrumbs.trusteeship.article {
  display: none;
}

.single-trusteeship-article .h4,
.single-trusteeship-issue .h4 {
  font-size: 30px;
  color: #4f2d83;
  line-height: 30px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
}
.single-trusteeship-article ul li,
.single-trusteeship-article ol li,
.single-trusteeship-issue ul li,
.single-trusteeship-issue ol li {
  margin-bottom: 10px;
}
body .header-action-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #c5d0d8;
  border-top: 1px solid #c5d0d8;
  padding: 20px 0;
}
body .header-action-area .type {
  font-family: Montserrat;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e4695;
  margin-bottom: 1rem;
}

.agb-features-block .agb-features-container {
  margin-bottom: 60px;
}

.agb-features-title {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e4695;
  letter-spacing: 3px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c5d0d8;
}

.agb-features-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 150px;
  row-gap: 60px;
  width: 100%;
}

.agb-feature-item {
  display: flex;
  flex-direction: column;
  background: transparent;
}

.agb-feature-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.agb-feature-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.agb-feature-item:hover .agb-feature-image img {
  transform: scale(1.05);
}

.agb-feature-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.agb-feature-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #2e4695;
  margin-bottom: 0;
}

.agb-feature-subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
  color: #5b7ab8;
  margin-bottom: 0;
  padding-bottom: 0;
}

.agb-feature-author {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 10px;
}

.agb-feature-button {
  display: inline-block;
  background-color: #4d2588;
  color: #ffffff !important;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  margin-top: auto;
  width: fit-content;
}

.agb-feature-button:hover {
  background-color: #513883;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(107, 74, 158, 0.3);
}

/* Responsive styles */
@media (max-width: 1200px) {
  .agb-features-container {
    gap: 35px;
  }

  .agb-feature-title {
    font-size: 24px;
  }

  .agb-feature-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 999px) {
  .agb-features-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 30px;
  }
}

@media (max-width: 690px) {
  .agb-features-container {
    grid-template-columns: 1fr;
    gap: 40px;
    row-gap: 40px;
  }

  .agb-features-title {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }

  .agb-feature-title {
    font-size: 22px;
  }

  .agb-feature-subtitle {
    font-size: 18px;
  }

  .agb-feature-button {
    width: 100%;
  }
}
/* End Features Block Styles */
.agb-departments-columns-block .agb-departments-container {
  margin-bottom: 60px;
}
/* Departments and Columns Block Styles */
.agb-departments-title {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e4695;
  letter-spacing: 3px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c5d0d8;
}

.agb-departments-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 150px;
  width: 100%;
}

.agb-department-item {
  display: flex;
}
.agb-department-item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #8a9cb5;
  margin-right: 10px;
  flex-shrink: 0;
}

.agb-department-category {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #8a9cb5;
  letter-spacing: 1.5px;
  line-height: 0.8;
  margin-bottom: 10px;
}

.agb-department-title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #2e4695;
  margin-bottom: 0;
  padding-bottom: 0;
}

.agb-department-author {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.agb-department-link {
  display: inline-block;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #7b5ba1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.agb-department-link:hover {
  color: #6b4a9e;
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .agb-departments-container {
    gap: 40px 35px;
  }

  .agb-department-title {
    font-size: 20px;
    min-height: auto;
  }
}

@media (max-width: 999px) {
  .agb-departments-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 30px;
  }
}

@media (max-width: 690px) {
  .agb-departments-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .agb-departments-title {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }

  .agb-department-title {
    font-size: 20px;
  }

  .agb-department-category {
    font-size: 13px;
  }
}
/* End Departments and Columns Block Styles */

body .header-action-area .date {
  font-family: Montserrat;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2e4695;
  padding-bottom: 0;
}
body .header-action-area .action {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Drop cap styling for first paragraph */
.single-trusteeship-article
  .post-content
  .content-inner
  > .wpb_row:first-child
  .wpb_text_column:first-child
  .wpb_wrapper
  > p:first-of-type::first-letter {
  float: left;
  font-size: 5em;
  line-height: 0.85;
  margin-right: 0.1em;
  font-weight: 600;
  color: #2e4695;
  font-family: Montserrat, sans-serif;
}
.trusteeship-logo {
  display: block;
  margin: 0 auto;
  width: 400px;
}
body .single-trusteeship-article .post-area {
  margin-right: 0;
  margin-top: 0;
  padding-right: 4%;
}
body .single-trusteeship-article .text-base {
  font-size: 12px;
  line-height: 1.5;
}

body .header-action-area .action .link {
  font-family: Montserrat;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2e4695;
  padding-bottom: 0;
}
body .header-action-area .action .dot {
  width: 10px;
  height: 10px;
  background-color: #c5d0d8;
  display: inline-block;
  margin: 0 10px;
}
body .bg-image-header {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .single-trusteeship-issue .article-header .header-title,
body .single-trusteeship-issue .article-header .header-subtitle,
body .single-trusteeship-article .article-header .header-title,
body .single-trusteeship-article .article-header .header-subtitle {
  color: #2e4695;
  font-weight: 700;
}
body .single-trusteeship-issue .article-header .header-subtitle,
body .single-trusteeship-article .article-header .header-subtitle {
  margin-top: 1rem;
  font-size: 30px !important;
  font-weight: 400 !important;
}
.takeaways {
  background-color: #c0d9f4;
  padding: 35px;
  padding-right: 0;
}
body .row .col .takeaways .takeaways-title {
  padding-bottom: 10px;
  color: #2e4695;
  font-size: 28px !important;
  font-weight: 600;
  border-bottom: 1px solid #2e4695;
}
body .takeaways .takeaways-content {
  font-weight: 500;
  padding-right: 35px;
  padding-top: 10px;
}
body .takeaways .takeaways-content ul,
body .takeaways .takeaways-content ol {
  margin-left: 20px !important;
  padding-left: 0;
}

body .takeaways .takeaways-content ul li {
  list-style-type: square !important;
}
body .takeaways .takeaways-content ul li::marker {
  color: #596f8d;
  font-size: 20px;
}
.header-action-area, .date, .action, body .header-action-area .action .link {
  font-size:20px;
}
@media (max-width: 999px) {
  body .header-action-area {
    flex-direction: column;
    align-items: flex-start;
  }
  body .header-action-area .action {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  body .header-action-area .action .dot {
    display: none;
  }
  body .header-action-area .action .link {
    font-size: 18px;
  }
}

/* Author Cards Section */
.author-cards-section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #c5d0d8;
  max-width: 60%;
}

.author-card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  overflow: hidden;
}

.author-card:last-child {
  margin-bottom: 0;
}

.author-headshot {
  flex-shrink: 0;
  margin-right: 20px;
}

.author-headshot img {
  width: 200px !important;
  object-fit: contain;
  display: block;
}

.author-info {
  flex: 1;
}

.author-bio {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

@media (max-width: 999px) {
  .author-cards-section {
    max-width: 100%;
  }
  .author-headshot img {
    width: 150px !important;
  }

  .author-name {
    font-size: 16px;
  }

  .author-bio {
    font-size: 14px;
  }
}
/* End Author Cards Section */

/* AGB Image Content Block - Custom WP Bakery Element */
.agb-image-content-block {
  margin-bottom: 1rem;
  margin-top: 1rem;
  clear: both;
}

.agb-img-block-title {
}

.agb-img-block-wrapper {
  overflow: hidden;
}

.agb-img-block-image {
  max-width: 65%;
  margin-bottom: 10px;
}

.agb-img-block-image.float-right {
  float: right;
  margin-left: 10px;
}

.agb-img-block-image.float-left {
  float: left;
  margin-right: 10px;
}

.agb-img-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

.agb-img-block-caption {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: italic;
  padding-bottom: 0 !important;
}

/* .agb-img-block-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
} */

/* Responsive styles */
@media (max-width: 1000px) {
  .agb-img-block-image {
    float: none !important;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 25px;
  }
}

@media (max-width: 690px) {
  .agb-img-block-caption {
    font-size: 12px;
  }
}
/* End AGB Image Content Block */

/* AGB Pullquote Block - Custom WP Bakery Element */
.agb-pullquote-with-content {
  margin-bottom: 40px;
  overflow: hidden;
}

/* Pullquote Block Wrapper */
.agb-pullquote-wrapper {
  overflow: auto;
  margin-bottom: 20px;
}

.agb-pullquote-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.agb-pullquote-block {
  padding: 20px;
  margin-bottom: 20px;
}

.agb-pullquote-block.float-left {
  float: left;
  margin-right: 20px;
}

.agb-pullquote-block.float-right {
  float: right;
  margin-left: 20px;
}

.agb-pullquote-content {
  text-align: center;
}

.agb-pullquote-content p {
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  font-weight: 500;
}

.agb-pullquote-content p:last-child {
  margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 1000px) {
  .agb-pullquote-block {
    float: none !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 25px;
  }
}

@media (max-width: 690px) {
  .agb-pullquote-block {
    padding: 20px;
  }

  .agb-pullquote-content p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .single-trusteeship-article .main-content,
  .single-trusteeship-issue .main-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* End AGB Pullquote Block */
.single-trusteeship-issue .bimonthly {
  text-align: center;
  font-style: italic;
}
.single-trusteeship-issue .image-credit {
  text-align: left;
  color: #666;
}
.single-trusteeship-issue .add-to-library {
  margin-bottom: 30px;
}
body .single-trusteeship-issue .header-action-area .date {
  font-weight: 600;
}

.magazine-description {
  text-align: center;
  font-style: italic;
}

/* Trusteeship Issue Block */
.trusteeship-issue-block {
  margin-bottom: 60px !important;
}

.trusteeship-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c5d0d8;
}

.trusteeship-latest-issue-label {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.trusteeship-view-link {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #2e4695;
  text-decoration: none;
  transition: color 0.3s ease;
}

.trusteeship-view-link:hover {
  color: #2e4695;
  text-decoration: underline;
}

.trusteeship-block-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.trusteeship-magazine-cover {
  position: relative;
}

.trusteeship-magazine-cover img {
  width: 100% !important;
  height: auto;
  display: block;
  margin-bottom: 0 !important;
}

.trusteeship-articles-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Featured Article */
.trusteeship-featured-article {
  background: #ffffff;
  padding: 0;
}

.trusteeship-featured-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px 0;
  color: #2e4695;
}

.trusteeship-featured-title a {
  color: #2e4695;
  text-decoration: none;
  transition: color 0.3s ease;
}

.trusteeship-featured-title a:hover {
  color: #4a3a6f;
}

.trusteeship-featured-author {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}

.trusteeship-featured-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}

.trusteeship-continue-reading {
  display: inline-block;
  background: #5f4b8b;
  color: #ffffff;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.trusteeship-continue-reading:hover {
  background: #4a3a6f;
  color: #ffffff;
}

/* Article List */
.trusteeship-article-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.trusteeship-article-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  align-items: start;
}

.trusteeship-article-thumbnail {
  width: 180px;
  height: 120px;
  overflow: hidden;
}

.trusteeship-article-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.trusteeship-article-content {
  flex: 1;
}

.trusteeship-article-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px 0;
  color: #2e4695;
}

.trusteeship-article-title a {
  color: #2e4695;
  text-decoration: none;
  transition: color 0.3s ease;
}

.trusteeship-article-title a:hover {
  color: #2e4695;
}

.trusteeship-article-author {
  font-size: 13px;

  margin: 0 0 8px 0;
  font-weight: 600;
}

.trusteeship-article-excerpt {
  font-size: 14px;
  line-height: 1.5;

  margin: 0 0 8px 0;
}

.trusteeship-read-more {
  font-size: 13px;
  font-weight: 600;
  color: #5f4b8b;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}

.trusteeship-read-more:hover {
  color: #4a3a6f;
  text-decoration: underline;
}

.trusteeship-explore-button {
  display: inline-block;
  background: #5f4b8b;
  color: #ffffff;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.trusteeship-article-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #5b7ab8;
  margin-bottom: 0;
  padding-bottom: 0;
}

.trusteeship-featured-subtitle {
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 1.3;
  color: #2e4695;
  margin-bottom: 0;
  padding-bottom: 0;
}

.trusteeship-explore-button:hover {
  background: #4a3a6f;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .trusteeship-block-container {
    grid-template-columns: 1fr;
  }

  .trusteeship-featured-title {
    font-size: 26px;
  }

  .trusteeship-article-item {
    grid-template-columns: 150px 1fr;
    gap: 12px;
  }

  .trusteeship-article-thumbnail {
    width: 150px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .trusteeship-featured-title {
    font-size: 22px;
  }

  .trusteeship-article-item {
    grid-template-columns: 120px 1fr;
  }

  .trusteeship-article-thumbnail {
    width: 120px;
    height: 80px;
  }

  .trusteeship-article-title {
    font-size: 18px;
  }

  .trusteeship-article-excerpt {
    display: none;
  }
}

@media (max-width: 630px) {
  .trusteeship-issue-block,
  .agb-departments-columns-block {
    padding: 0 15px;
    margin-bottom: 40px !important;
  }

  .trusteeship-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .trusteeship-featured-article {
    padding: 0;
  }

  .trusteeship-article-item {
    grid-template-columns: 1fr;
  }

  .trusteeship-latest-issue-label,
  .trusteeship-view-link {
    font-size: 20px;
  }

  .trusteeship-article-thumbnail {
    width: 100%;
    height: 180px;
  }

  .trusteeship-continue-reading,
  .trusteeship-explore-button {
    width: 100%;
    text-align: center;
  }
}
/* End Trusteeship Issue Block */

/* Recent Issues Block */
.recent-issues-block {
  margin: 60px 0;
}

.recent-issues-title {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e4695;
  letter-spacing: 3px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #c5d0d8;
}

.recent-issues-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 150px;
  margin-bottom: 40px;
}

.recent-issue-item {
  display: flex;
  flex-direction: column;
}

.recent-issue-cover {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.recent-issue-cover img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  margin-bottom: 0 !important;
}

.recent-issue-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.recent-issue-date {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #5f4b8b;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1.2;
}

.recent-issue-main-title {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px 0;
  color: #333333;
}

.recent-issue-main-title a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recent-issue-main-title a:hover {
  color: #5f4b8b;
}

.recent-issue-subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 10px;
}

.recent-issue-link {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #7b5ba1;
  text-decoration: none;
  margin-top: auto;
  transition: color 0.3s ease;
}

.recent-issue-link:hover {
  color: #5f4b8b;
  text-decoration: underline;
}

.recent-issues-button-wrapper {
  text-align: left;
  margin-top: 20px;
}

.recent-issues-button {
  display: inline-block;
  background: #5f4b8b;
  color: #ffffff;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.recent-issues-button:hover {
  background: #4a3a6f;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .recent-issues-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .recent-issues-title {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .recent-issues-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .recent-issue-date {
    font-size: 18px;
  }

  .recent-issue-main-title {
    font-size: 16px;
  }
}

@media (max-width: 630px) {
  .recent-issues-block {
    padding: 0 15px;
  }

  .recent-issues-button {
    width: 100%;
    text-align: center;
  }
}
/* End Recent Issues Block */

/* Trusteeship Info Boxes */
.trusteeship-info-boxes {
  margin: 60px auto;
  margin-bottom: 60px !important;
}

.trusteeship-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.trusteeship-info-box {
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.trusteeship-info-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.trusteeship-info-title {
  color: #2e4695;
  text-align: center;
}

.trusteeship-info-title em {
  font-style: italic;
}

.trusteeship-info-description {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;

  flex: 1;
}

.trusteeship-info-description p {
  margin: 0 0 10px 0;
}

.trusteeship-info-description p:last-child {
  margin-bottom: 0;
}

.trusteeship-info-description a {
  color: #7b5ba1;
  text-decoration: none;
  font-weight: 600;
}

.trusteeship-info-description a:hover {
  color: #5f4b8b;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
  .trusteeship-info-grid {
    gap: 30px;
  }

  .trusteeship-info-box {
    padding: 30px;
  }

  .trusteeship-info-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .trusteeship-info-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .trusteeship-info-box {
    padding: 25px;
  }

  .trusteeship-info-title {
    font-size: 24px;
  }

  .trusteeship-info-description {
    font-size: 15px;
  }
}

@media (max-width: 630px) {
  .trusteeship-info-boxes {
    padding: 0 15px;
  }

  .trusteeship-info-box {
    padding: 20px;
  }

  .trusteeship-info-title {
    font-size: 22px;
  }
}
/* End Trusteeship Info Boxes */

/* =============================================
   Related Articles Styles (AS-246)
   ============================================= */

.trusteeship-related-articles {
  margin: 40px 0;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.related-articles-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.related-articles-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.related-article-item {
  display: flex;
  gap: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-article-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.related-article-thumbnail {
  flex-shrink: 0;
  width: 200px;
}

.related-article-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.related-article-content {
  flex: 1;
}

.related-article-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.related-article-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.related-article-title a:hover {
  color: #0066cc;
}

.related-article-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0 0 8px 0;
  font-style: italic;
}

.related-article-author {
  font-size: 14px;
  color: #888;
  margin: 0 0 10px 0;
}

.related-article-excerpt {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 12px 0;
}

.related-article-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.related-article-link:hover {
  color: #004999;
  text-decoration: underline;
}

/* Parent Issue Info Styles */
.parent-issue-info {
  margin: 20px 0 30px;
  padding: 20px;
  background-color: #f0f7ff;
  border-left: 4px solid #0066cc;
  border-radius: 4px;
}

.parent-issue-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 600;
}

.parent-issue-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.parent-issue-title a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.parent-issue-title a:hover {
  color: #004999;
  text-decoration: underline;
}

.parent-issue-meta {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.single-trusteeship-issue .trbdy-mcont > img {
 width: auto !important;
 height: auto !important;
 max-width: 100% !important;
 max-height: 600px !important;
 display: block;
 margin: 0 0 15px 0;
}

/* Responsive styles for related articles */
@media only screen and (max-width: 768px) {
  .related-article-item {
    flex-direction: column;
  }

  .related-article-thumbnail {
    width: 100%;
  }

  .related-articles-title {
    font-size: 24px;
  }

  .related-article-title {
    font-size: 18px;
  }

  .trusteeship-related-articles {
    padding: 20px;
  }
}
