/*
	Theme Name: Shriver Center for Poverty Law custom wordpress template
	Theme URI: https://www.povertylaw.org/
	Description: Custom wordpress  template
	Version: 1.0.0
	Author: Dinkuminteractive
	Author URI: https://www.dinkuminteractive.com/
*/

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/*image styling*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*comment styling*/
/*comment*/
#comment-section p {
  margin-bottom: 10px;
}
#comment-section p label {
  display: block;
  font-size: 14px;
}
#comment-section p#form-allowed-tags {
  display: none;
}
#comment-section form#commentform input[type="text"],
#comment-section form#commentform textarea {
  background: #f6f6f6;
  border: 1px solid #cecece;
  border-radius: 3px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.12);
  height: auto;
  letter-spacing: 1px;
  outline: none;
  padding: 0 8px;
}
#comment-section form#commentform input[type="text"] {
  width: 30%;
}
#comment-section form#commentform textarea {
  padding: 10px;
  width: 60%;
  height: 120px;
}
#comment-section form#commentform input[type="text"]:focus,
#comment-section form#commentform textarea:focus {
  background: #eef7fc;
  border: 1px solid #75b1d9;
  box-shadow: none;
}
#comment-section h3 {
  margin: 0 0 20px;
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}
#comment-section ul li {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#comment-section ul li:last-child {
  border: none;
}
#comment-section ul {
  padding: 0;
  margin: 0;
}
#comment-section figure {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 12px;
}
#comment-section figure img {
  max-width: 100%;
  height: auto;
}
#comment-section .comment-detail {
  float: left;
}
#comment-section .comment-meta cite {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}
#comment-section .comment-meta a {
  font-weight: normal;
  color: #ccc;
}
#respond {
  margin-top: 30px;
}
#comment-section ul li.depth-2 {
  margin-left: 50px;
}

/*------------------------------------*\
    DEFAULT STYLE FIX
\*------------------------------------*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Ensure contrast when text becomes visible */
.visually-hidden:focus,
.visually-hidden:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  white-space: normal;
  background-color: #000; /* Dark background */
  color: #fff; /* Light text for contrast */
  padding: 4px;
}
/*body fix*/
body.our-impact {
  margin: 0;
  padding: 0;
}
/*header footer*/
.mainmenu ul li > a.nav-link {
  padding: 0;
}
.foo-menu-item:last-child .foo-link li a {
  font-family: "eb_garamond08_regular";
  font-size: 17px;
}
.src-input button {
  padding: 0 10px;
  bottom: -3px;
}
.foo-bottom a.btn.btn--outline {
  white-space: nowrap;
}

/*homepage*/
body.homepage
  .our-impact
  .wrapp-card-content--impact
  .card-content--impact:last-of-type {
  border: none;
}
.upcoming-trainings .desc .desc__inner h2 {
  color: #27273f;
}
.upcoming-trainings::after {
  display: none;
}
.banner.support-our-work::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5em solid transparent;
  border-left: 195em solid #f7f0be;
  left: -100px;
  top: -64px;
  z-index: 9;
}
.midbg.no-bg-image::after {
  background-color: #27273f;
}
.midbg.green-overlay.no-bg-image::after {
  background-color: rgba(89, 159, 122, 1);
}
.home .foo-top {
  margin-top: -16px;
}

/*work detail*/
.our-impact-sub .card-content--impact:last-of-type {
  border: none;
}
.link.navi {
  color: #27273f;
  border-bottom: 1px solid #27273f;
}
.link.navi:hover {
  border-bottom-color: transparent;
}

/*content*/
@media (min-width: 1200px) {
  .content-max-width {
    max-width: 775px;
  }
}
.main-detail {
  padding: 0 0 3em 0;
}
.attorneys__email {
  border: none;
}
.content-detail h4 {
  font-family: "eb_garamond08_regular";
  font-size: 20px;
  line-height: 30px;
  color: #505c71;
  font-weight: 600;
}
.content-detail .card-content__title-bg {
  font-family: "Doctrine-Bold";
}
.content-detail a,
.attorneys__email a {
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #39a277;
}
.content-detail a:hover,
.content-detail a:focus,
.attorneys__email a:hover,
.attorneys__email a:focus {
  color: #575c6b;
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 transparent;
}
.desc__inner a:hover h2,
.desc__inner a:focus h2 {
  -webkit-box-shadow: inset 0px -9px 0px 0px #ffffff;
  box-shadow: inset 0px -9px 0px 0px #ffffff;
}
.main-tax-content h5 {
  font-family: "eb_garamond08_regular";
  font-size: 22px;
  line-height: 30px;
  color: #545c6e;
  font-weight: bold;
}
.main-detail ul,
.main-detail ol {
  margin-top: -0.5em;
  margin-bottom: 2em;
}
.main-detail .wp-block-image {
  margin-bottom: 1.5em;
}
.cta-block.aligncenter {
  text-align: center;
}

.cta-block.alignleft {
  text-align: left;
}

.cta-block.alignright {
  text-align: right;
}
.desc__inner h1 {
  padding-bottom: 3px;
  line-height: 52px;
  font-size: 44px;
  position: relative;
  color: #ffffff;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  display: inline;
  -webkit-box-shadow: inset 0px -9px 0px 0px #fbb200;
  box-shadow: inset 0px -9px 0px 0px #fbb200;
}
.home .desc__inner h1 {
  line-height: 61px;
  font-size: 54px;
}
@media (max-width: 479px) {
  .desc__inner h1 {
    font-size: 40px;
  }
}
.link,
nav#rolodex,
.attorneys__email {
  font-weight: bold;
}
.card-content__title--impact,
.card-content__title--insight,
.card-content__title--support,
.card-content__title--our-work,
.card-content__title--trainings {
  box-shadow: none;
}
.card-content__title--impact a {
  -webkit-box-shadow: inset 0px -6px 0px 0px #27273f;
  box-shadow: inset 0px -6px 0px 0px #27273f;
}
.card-content__title--impact a:hover,
.card-content__title--impact a:focus {
  -webkit-box-shadow: inset 0px -6px 0px 0px transparent;
  box-shadow: inset 0px -6px 0px 0px transparent;
}
.card-content__title--insight a,
.card-content__title--support a,
.card-content__title--our-work a,
.card-content__title--trainings a {
  -webkit-box-shadow: inset 0px -4px 0px 0px #27273f;
  box-shadow: inset 0px -4px 0px 0px #27273f;
}
.card-content__title--insight a:hover,
.card-content__title--insight a:focus,
.card-content__title--support a:hover,
.card-content__title--support a:focus,
.card-content__title--our-work a:hover,
.card-content__title--our-work a:focus,
.card-content__title--trainings a:hover,
.card-content__title--trainings a:focus {
  -webkit-box-shadow: inset 0px -4px 0px 0px transparent;
  box-shadow: inset 0px -4px 0px 0px transparent;
}

@media screen and (min-width: 768px) {
  .mainmenu ul li:hover > a,
  .mainmenu ul li.active > a,
  .mainmenu ul li:focus > a {
    border-top: 5px solid transparent;
  }
  .mainmenu ul li > a:hover,
  .mainmenu ul li.active > a,
  .mainmenu ul li > a:focus,
  .mainmenu ul li.current-menu-ancestor > a {
    border-top: 5px solid #282645;
  }
}
.card-content__title-bg a {
  box-shadow: none !important;
}
.card-content__time--insight {
  display: block;
  font-size: 22px;
  color: #575c6b;
  margin-top: 15px;
}
/*card attorney*/
.attorneys__list {
  margin-top: 0;
}
.card-attorneys__col .card-attorneys__body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}
.card-attorneys__body figure img {
  max-width: 116px;
}
.card-attorneys.no-image .card-attorneys__body {
  padding-top: 40px;
}
.card-attorneys__body .attorneys__desc p {
  font-size: 18px;
  line-height: 25px;
}
.card-attorneys__body .attorneys__desc p {
  margin-bottom: 1rem !important;
}
.card-attorneys.card-attorneys--aside .card-attorneys__body {
  text-align: left;
}
.card-attorneys.card-attorneys--aside .card-attorneys__body figure {
  text-align: center;
}

/*impact list*/
.card-content--impact:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.main-detail.main-impact-list
  .our-impact--listing:last-of-type
  .card-content--impact {
  border: none;
}
.impact-list.featured-impact {
  margin-bottom: 4em;
}
.our-impact--listing {
  padding-top: 0;
}
.our-impact.our-impact--listing.last-section .card-content--impact:last-child {
  border: none;
  margin-bottom: 0;
}
/*pagination*/
.page-link.prev,
.page-link.next {
  padding: 0;
  outline: none;
}
.page-link.prev:hover,
.page-link.next:hover {
  background: transparent;
  color: #27273f;
  outline: none;
}
.page-item,
.page-item:focus,
.page-item:active,
.page-link,
.page-link:focus,
.page-link:active {
  box-shadow: none;
  outline: none;
}
.page-link.prev span,
.page-link.next span {
  padding: 0.5rem 0.75rem;
  display: inline-block;
}
.page-link.prev span:hover,
.page-link.next span:hover,
.page-link.current {
  background-color: #27273f;
  border-color: transparent;
  color: #ffffff;
}

/*banner*/
.wrapper-bg--green {
  background: #599f7a;
}
.intro-page--blue {
  background: #27273f;
}
.hero-page .intro-page__heading--white.desc__inner h2,
.hero-page .intro-page__heading--white.desc__inner h1 {
  padding: 0;
  box-shadow: none;
}
.hero-page .intro-page__heading--white.desc__inner h1.with-border {
  padding-bottom: 3px;
  -webkit-box-shadow: inset 0px -9px 0px 0px #fbb200;
  box-shadow: inset 0px -9px 0px 0px #fbb200;
}
.hero-page .intro-page__heading--white p {
  color: #fff;
}

.hero--yellow .desc .desc__inner h1 {
  color: #27273f;
}
a.d-block .btn--yellow-hover {
  -webkit-transition: all ease-out 0.4s !important;
  -moz-transition: all ease-out 0.4s !important;
  -o-transition: all ease-out 0.4s !important;
  transition: all ease-out 0.4s !important;
}
a.d-block:hover .btn--yellow-hover,
a.d-block:focus .btn--yellow-hover {
  background: #fbb200;
  color: #27273f !important;
}
a.d-block:hover h1,
a.d-block:focus h1 {
  -webkit-box-shadow: inset 0px -9px 0px 0px #ffffff;
  box-shadow: inset 0px -9px 0px 0px #ffffff;
  cursor: pointer !important;
}

/*event overview*/
.our-impact-sub.no-padd:after {
  display: none;
}
.link.black {
  color: #000;
  border-bottom: 1px solid #000;
}
.link.black:hover {
  border-bottom-color: transparent;
}

/*========== WP STYLE FIX ===========*/
.wp-block-image figcaption {
  font-family: "Doctrine-Regular";
  font-size: 15px;
  line-height: 29px;
  text-align: left;
}
.the-content .wp-block-image .alignleft {
  padding-left: 0 !important;
  margin: 0 30px 30px 0 !important;
}
.the-content .wp-block-image .alignright {
  padding-right: 0 !important;
  margin: 0 0 30px 30px !important;
}
.the-content .wp-block-image .aligncenter {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 0 30px 0 !important;
}

@media screen and (min-width: 992px) {
  .the-content .wp-block-image .alignleft {
    padding-left: 120px !important;
    max-width: 890px;
  }
  .the-content .wp-block-image .alignright {
    padding-right: 120px !important;
    max-width: 890px;
  }
  .the-content .wp-block-image .aligncenter {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}
@media (min-width: 992px) {
  .the-content p,
  .the-content .wp-block-embed {
    padding: 0 120px;
  }
}
.the-content .wp-block-quote p {
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  color: #27273f;
  margin-bottom: 0.8rem;
  font-family: "Doctrine-Bold";
}
.the-content .wp-block-quote cite {
  font-family: "eb_garamond08_italic";
  font-size: 20px;
  line-height: 22px;
  color: #4c5c73;
  margin-bottom: 1.5em;
  display: inline-block;
}
.the-content .wp-block-quote cite:before {
  content: "\002212 \0020";
}
.the-content .wp-block-embed.aligncenter {
  text-align: center;
}
.content-column__quotes {
  margin: 0;
  padding: 0;
  border: none;
}
.content-column__quotes h5 {
  float: left;
  padding-top: 25px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-top: 6px solid #fbb200;
  margin: 0 30px 30px;
}
.wp-block-embed iframe {
  max-width: 100%;
}
@media (min-width: 992px) {
  .wp-block-file {
    padding: 0 120px;
  }
}
.wp-block-file {
  color: #505c71;
  margin-bottom: 1.5em;
  line-height: 28px;
  font-size: 22px;
}
.wp-block-file a {
  box-shadow: none;
}
a.wp-block-file__button {
  background: #599f7a !important;
  color: #ffffff !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0 !important;
  font-family: "Doctrine-Bold";
  padding: 6px 23px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
a.wp-block-file__button:hover,
a.wp-block-file__button:focus {
  background: #27273f !important;
  color: #ffffff;
  opacity: 1 !important;
}

/*staff update*/
.rolodex-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.rolodex-wrapper span {
  font-family: "Doctrine-Bold";
  font-size: 15px;
  line-height: 40px;
}
nav#rolodex {
  padding: 0;
}
nav#rolodex a {
  text-decoration: none !important;
  letter-spacing: initial;
  margin-bottom: 8px;
}
.back-to-top {
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #39a277;
  font-size: 22px;
}
.back-to-top:hover,
.back-to-top:focus {
  box-shadow: none;
}

/*------------------------------------*\
    FRONTEND UPDATE ADDED
\*------------------------------------*/
@media (max-width: 992px) {
  .wrapp-bar {
    margin-top: -56px !important;
  }
}

@media (max-width: 767px) {
  .card-content__title--impact a {
    word-break: break-word;
  }
}
@media (min-width: 901px) and (max-width: 990px) {
  .upcoming-trainings figure img {
    width: 100%;
  }
}
.section-imgSide figure .eqHeight {
  height: auto !important;
}
@media (min-width: 991px) and (max-width: 1230px) {
  .upcoming-trainings.section-imgSide {
    max-width: 960px;
  }
  .upcoming-trainings figure {
    width: 67%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    margin-right: -137px;
  }

  .upcoming-trainings .desc {
    max-width: 374px;
  }

  .upcoming-trainings .desc__inner {
    padding-bottom: 20%;
  }

  .upcoming-trainings .intro {
    margin-bottom: 0px;
  }

  .upcoming-trainings .card-content {
    margin-bottom: 24px;
  }
}
.asidemob .mainmenu ul li.current_page_item a {
  color: #282645;
}

.asidemob .mainmenu ul li > a:hover,
.asidemob .mainmenu ul li.active > a,
.asidemob .mainmenu ul li > a:focus {
  border-top: none !important;
  border-bottom: 5px solid #282645;
}
.sidebar .sidebar_title {
  font-style: italic;
}
@media (min-width: 1231px) {
  .hero--blue.section-imgSide .desc,
  .hero--yellow.section-imgSide .desc,
  .hero--green.section-imgSide .desc {
    height: 476px;
    display: flex;
    width: 100%;
  }

  .hero--blue.section-imgSide .desc .desc__inner,
  .hero--yellow.section-imgSide .desc .desc__inner,
  .hero--green.section-imgSide .desc .desc__inner {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
.foo-address a {
  color: white !important;
}
@media (max-width: 767px) {
  .foo-address a {
    border-bottom: 1px solid;
    color: gold !important;
  }
}
@media (max-width: 767px) {
  .attorneys__email {
    font-size: 95%;
  }
}
.attorneys__name span {
  font-family: "Doctrine-Regular";
  font-size: 18px;
}
.trigger-tabs-back {
  display: inline-block;
  width: 1px;
  height: 1px;
  background: none;
  color: transparent;
  position: absolute;
  left: 0;
  top: 5px;
}

/*event sidebar teaser*/
.card-sidebar .card-body-bg {
  padding: 30px;
}
.card-sidebar .card-content__title-bg {
  font-size: 34px !important;
  line-height: 50px !important;
}
.card-sidebar .wrapp-card-content__title-bg {
  margin-bottom: 20px;
}
.card-bg.card-sidebar {
  margin-top: 0;
  margin-bottom: 30px;
}

/*IFRAME*/
.embed-cqrcengage {
  max-width: 1050px;
  margin: 50px auto 0;
  display: flex;
}
.form-engage-block .engage-form.container ul,
.form-engage-block .engage-form.container ol {
  padding-left: 20px;
  color: #575c6b;
}

/*====CQ Engage javascript */

.ng-scope,
.ng-scope .panel {
  background: #fafafa !important;
  border: none !important;
  font-family: "eb_garamond08_regular" !important;
  font-size: 18px !important;
}
.ng-scope {
  padding: 15px 5px !important;
}
.ng-scope h1,
.ng-scope h2,
.ng-scope h3,
.ng-scope h4,
.ng-scope h5 {
  font-family: "Doctrine-Bold" !important;
  color: #27273f !important;
}
.ng-scope h1 {
  font-size: 40px !important;
  line-height: 48px !important;
}
.ng-scope h2 {
  font-size: 32px !important;
  line-height: 38px !important;
}
.ng-scope h3 {
  font-size: 28px !important;
  line-height: 32px !important;
}
.ng-scope h4 {
  font-size: 22px !important;
  line-height: 28px !important;
}
.ng-scope h5 {
  font-size: 20px !important;
  line-height: 26px !important;
}
.ng-scope p {
  font-family: "eb_garamond08_regular";
  font-size: 18px !important;
  color: #575c6b !important;
}
.engage-form.container .engagement-image {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
}
.engage-form.container p a {
  color: #39a277 !important;
}
.engage-form.container p a:hover {
  color: #575c6b !important;
}

/*DAF FORM*/
#dafdirectdiv {
  width: 250px !important;
  background: #fafafa !important;
  border: none !important;
  float: left !important;
  margin: 0 3em 3em 0 !important;
}

@media screen and (max-width: 992px) {
  #dafdirectdiv {
    width: 300px !important;
    float: none !important;
    margin: 3em auto !important;
  }
}

#dafdirectdiv .whatThis {
  text-align: right;
}
#dafdirectdiv .whatThis a {
  color: #39a277;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  cursor: pointer;
  border: none;
  width: auto;
  text-decoration: none;
  padding: 0;
  line-height: 28px;
  font-size: 14px;
  font-family: "eb_garamond08_regular";
  font-size: 16px;
  display: inline-block;
}
#dafdirectdiv .whatThis a:hover {
  color: #27273f;
  text-decoration: none;
}
#dafdirectdiv #notwhatisthis {
  font-family: "Doctrine-Regular";
  font-size: 18px;
}
div.dafdirectButtonContain {
  width: 100px !important;
  margin: 46px 0 0 0 !important;
}
#dafdirectsubmit img {
  display: none !important;
}
#dafdirectsubmit {
  box-shadow: none;
}
#dafdirectsubmit:after {
  content: "Next";
  color: #ffffff;
  border-radius: 0;
  font-family: "Doctrine-Bold";
  padding: 6px 23px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 20px;
  text-decoration: none;
  box-shadow: none;
  background: #599f7a;
}
#dafdirectsubmit:hover:after {
  background: #fbb200;
}
.dafdirectInputAmount .dafdirectInput {
  width: 100px !important;
}
.dafdirectDropdown {
  height: 37px !important;
  background: #fff !important;
  font-size: 14px !important;
}
.dafdirectInputFull {
  width: 210px !important;
}
.dafdirectInput {
  font-size: 14px !important;
}

/*aat -  Gravity form*/
.gform-global_wrapper.gform_wrapper {
  max-width: 720px;
  margin: 0 auto 30px;
}

.gform_wrapper.gform-global_wrapper h3.gform_title {
  font-size: 25px;
  margin-bottom: 47px;
  display: block;
}

/* .gform_wrapper.gform-global_wrapper label.gfield_label {
  font-size: 19px;
} */

.gform_wrapper.gform-global_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  height: 54px;
  border: none;
  border: 1px solid #949494;
  border-radius: 4px;
  font-family: 'Doctrine-regular';
  color: #27273E;
}

.gform_wrapper.gform-global_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform-global_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input[type="checkbox"] {
  margin-top: -2px !important;
}

.gform_wrapper.gform-global_wrapper input[type="submit"] {
  border: none;
  background: none;
  color: #fff;
  background: #6bb58e;
  font-family: "Doctrine-Bold";
  padding: 6px 23px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 20px;
  text-decoration: none;
}

/*General fix*/
.space-min-25 {
  margin-top: -25px;
}

/*aat - Checkbox Style*/
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
  opacity: 0;
}

.gform_wrapper ul.gfield_checkbox li label {
  position: relative;
  display: inline-block;
  overflow: visible !important;
  padding-left: 9px;
}

.gform_wrapper ul.gfield_checkbox li label::before,
.gform_wrapper ul.gfield_checkbox li label::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.gform_wrapper ul.gfield_checkbox li label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: -18px;
  top: 3px;
}
.gform_wrapper ul.gfield_checkbox li label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid #6bb58e;
  border-bottom: 2px solid #6bb58e;
  transform: rotate(-45deg);
  left: -14px;
  top: 7px;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label::after {
  content: none;
}
.gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label::after {
  content: "";
}

/* report cpt detail */
.card-header i {
  float: right;
}
.media-link-list {
  margin-bottom: 30px;
}
.author-list {
  position: relative;
  margin-bottom: 40px;
}
.author-list figure {
  max-width: 116px;
  padding-right: 0;
}
.author-list figure img {
  border-radius: 50%;
}
.author-list a.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  text-indent: -9999px;
}
.author-list .attorneys__name,
.author-list p {
  margin-bottom: 0;
}
.branding h6 {
  font-size: 22px;
  line-height: 29px;
}
.sosmed--share a {
  width: 20px;
  height: 20px;
}
.sosmed--share .socmed__fb {
  background-size: 10px 20px;
}
.sosmed--share .socmed__tw {
  background-size: 20px 20px;
}

/*Gala template*/
body.page-template-template-gala
  .hero-page
  .intro-page__heading--white.desc__inner
  h1 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Doctrine-Bold";
  display: inline-block;
  margin-top: 0.3em;
  position: relative;
  color: #ffffff;
}
body.page-template-template-gala
  .hero-page
  .intro-page__heading--white.desc__inner
  h1
  + span {
  padding-bottom: 3px;
  font-family: "Doctrine-Bold";
  line-height: 61px;
  font-size: 54px;
  position: relative;
  color: #ffffff;
}
.gala-navigation {
  margin-top: -25px;
}
.btn {
  white-space: normal;
}
.btn--purple {
  background: #27273f;
  color: #ffffff !important;
}
.btn--purple:hover,
.btn--purple:active {
  background: #ffffff;
  color: #27273f !important;
}
.sidebar-gala h5 {
  line-height: 29px;
}
.event-item h2 span {
  font-size: 20px;
  font-weight: normal;
}
.event-item iframe {
  max-width: 100%;
}
.event-item p.date {
  font-size: 25px;
  color: #27273f;
}
.speaker-list figcaption {
  line-height: initial;
  font-size: 13px;
  text-align: center;
  color: #575c6b;
  opacity: 0.7;
}
body.page-template-template-gala .btn-script button {
  font-size: 20px !important;
  font-family: "Doctrine-Bold" !important;
  border-radius: 0px !important;
  height: auto !important;
  line-height: 1.5 !important;
  padding: 6px 23px;
  border: 1px solid transparent;
}
body.page-template-template-gala .event-item .btn-script button {
  display: inline-block !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .speaker-list figure {
    text-align: center;
  }
  .speaker-list figcaption {
    margin-bottom: 1rem;
  }
}

/*upcoming training sidebar*/
.upcoming-training {
  margin-top: 50px;
}
.upcoming-training h3 {
  font-family: "Doctrine-Bold";
  color: #282645;
}
.box-event-green {
  background: #599f7a;
  color: #ffffff;
  padding: 15px;
}
.box-event-green .list-upcoming-event {
  margin-bottom: 15px;
}
.box-event-green span {
  font-family: "eb_garamond08_regular";
  display: block;
  font-size: 16px;
  opacity: 0.8;
}
.box-event-green a {
  font-family: "Doctrine-Bold";
  display: inline;
  color: #ffffff;
  padding-bottom: 3px;
  -webkit-box-shadow: inset 0px -5px 0px 0px #fbb200;
  box-shadow: inset 0px -5px 0px 0px #fbb200;
}
.box-event-green a:hover,
.box-event-green a:focus {
  -webkit-box-shadow: inset 0px -5px 0px 0px #ffffff;
  box-shadow: inset 0px -5px 0px 0px #ffffff;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}
#bbox-root {
  min-height: 200px;
}
#TB_window #TB_title #TB_closeAjaxWindow .screen-reader-text {
  color: transparent;
}

/*Add style */
@media screen and (max-width: 1200px) {
  .desc__inner h1 {
    font-size: 40px;
    line-height: 1.4em;
  }
}

/*rev - aat 15 jan 21*/
/*Fix hero banner text*/
.wrapper-hero-title {
  color: white;
}

.wrapper-hero-title > span {
  font-size: 23px;
  line-height: 29px;
  margin-top: 25px;
  display: block;
  color: white;
}

@media screen and (min-width: 1231px) {
  .hero--blue.section-imgSide .desc,
  .hero--yellow.section-imgSide .desc,
  .hero--green.section-imgSide .desc {
    height: auto;
    min-height: 476px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero--blue {
    height: auto;
    min-height: 476px;
  }
}

.section-imgSide .desc:before {
  top: 0;
}

.sidebar-testi {
  background: #599f7a;
  color: #ffffff;
}

.sidebar-testi .desc {
  padding: 15px;
}

.sidebar-testi .desc p {
  font-family: "Doctrine-Bold";
  font-size: 18px;
  display: inline;
  color: #ffffff;
  padding-bottom: 3px;
  -webkit-box-shadow: inset 0px -5px 0px 0px #fbb200;
  box-shadow: inset 0px -5px 0px 0px #fbb200;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.sidebar-testi a:hover .desc p {
  -webkit-box-shadow: inset 0px -5px 0px 0px #ffffff;
  box-shadow: inset 0px -5px 0px 0px #ffffff;
}
.sidebar-testi .desc span {
  display: block;
  color: #ffffff;
  margin-top: 15px;
  line-height: 24px;
  font-style: italic;
}

/*DONOR PROGRAMS SECTION*/

.equity-fund-levels {
  padding: 6em 0;
  position: relative;
  background: #fafafa;
  margin-top: 60px;
}

.equity-fund-levels:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5em solid #fff;
  border-left: 195em solid transparent;
  left: 0;
  top: 0;
}

.more-information {
  padding: 6em 0;
  position: relative;
  background: #fff;
}

.more-information:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5em solid #fafafa;
  border-left: 195em solid transparent;
  left: 0;
  top: 0;
}

.card-content__title-bg--small {
  font-size: 26px !important;
  line-height: 40px !important;
  color: #ffffff;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  display: inline;
  -webkit-box-shadow: inset 0px -4px 0px 0px #fbb200;
  box-shadow: inset 0px -4px 0px 0px #fbb200;
  padding-bottom: 3px;
}

.card-content__title-bg--small a {
  color: #ffffff;
}

.card-content__title-bg--small:hover,
.card-content__title-bg--small:focus {
  -webkit-box-shadow: inset 0px -4px 0px 0px #fff;
  box-shadow: inset 0px -4px 0px 0px #fff;
}

.card-body-bg--small {
  padding: 24px !important;
}

.card-body-bg--small p {
  font-size: 21px !important;
}

.card-body-bg--small .link-learn {
  color: #fff;
  font-size: 19px !important;
  margin-top: 12px;
  display: inline-block;
  font-weight: 400 !important;
  border-bottom: 1px solid #fbb200;
  transition: all ease-out 0.4s;
  font-family: "Doctrine-Regular";
}

.card-body-bg--small .link-learn:hover {
  border-bottom: 1px solid #fff;
}

.main-detail h4.no-link {
  color: #fff;
}
.card-content__title-bg--small.no-link:hover {
  -webkit-box-shadow: inset 0px -4px 0px 0px #fbb200;
  box-shadow: inset 0px -4px 0px 0px #fbb200;
}

.btn-close {
  background: #fff;
  border: 1px solid #27273e;
  padding: 6px 20px;
  font-family: "Doctrine-Bold";
  cursor: pointer;
}

.btn-close:focus {
  outline: 0 !important;
}

.btn-close img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.previews table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.previews table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.previews table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0;
}

.previews table th,
.previews table td {
  padding: 0.625em;
  text-align: center;
}

.previews table th {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

@media (min-width: 767px) and (max-width: 992px) {
  .previews table td {
    font-size: 16px !important;
    line-height: 21px;
  }
}

.previews table th {
  background: #fafafa;
}

.previews table th,
.previews table td {
  border: 1px solid #d2d2d2;
}

.previews table td {
  background: #fff;
  font-size: 20px;
}

.previews .card-body {
  padding: 0;
}

.more-information span {
  color: #599f7a;
}
@media screen and (max-width: 767px) {
  .previews table th {
    vertical-align: bottom;
  }
  .previews table th,
  .previews table td {
    border: 1px solid transparent;
  }
  .previews table th:first-child,
  .previews table td:first-child {
    border-right: 1px solid #ddd;
  }
  .previews table td,
  .previews table th {
    border-bottom: 1px solid #ddd;
  }
  .previews table th:first-child {
    width: 180px;
  }
  .previews table th.rotated-text {
    height: 250px;
    white-space: nowrap;
    padding: 0 !important;
  }

  .previews table th.rotated-text > div {
    transform: translate(13px, 0px) rotate(-90deg);
    width: 20px;
  }

  .previews table th.rotated-text > div > span {
    padding: 10px;
  }
}

/* take action banner */
.midbg {
  color: white;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.midgb--clip {
  clip-path: polygon(0 1%, 100% 11%, 100% 100%, 0 90%);
}
.midgb--clip.rm-top {
  margin-top: -70px;
}
.midgb--clip.rm-bottom {
  margin-bottom: -70px;
}
.midbg:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body:not(.homepage) .our-work::after {
  border-bottom: 5em solid rgb(247, 240, 190);
}
.midbg.green-overlay::after {
  background-color: rgba(89, 159, 122, 0.8);
}

.btn.btn--yellow {
  background-color: #fbb200;
  color: black;
}

/*Wave test*/
.socmed,
.right-cont__dsk .button-donate span,
.btn span,
.take-action .card-content__title-bg,
.take-action p,
.contrast-helper span,
.contrast-helper p {
  background-color: rgba(0, 0, 0, 0.002);
}

/* full width template without container */
.page-template-template-full-block .main-detail > :not(.banner),
.page-template-template-full-block-narrow .main-detail > :not(.banner) {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .page-template-template-full-block .main-detail > :not(.banner),
  .page-template-template-full-block-narrow .main-detail > :not(.banner) {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-template-template-full-block .main-detail > :not(.banner),
  .page-template-template-full-block-narrow .main-detail > :not(.banner) {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-template-template-full-block .main-detail > :not(.banner),
  .page-template-template-full-block-narrow .main-detail > :not(.banner) {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-template-template-full-block .main-detail > :not(.banner),
  .page-template-template-full-block-narrow .main-detail > :not(.banner) {
    max-width: 1140px;
  }
}

.main-detail p.signature {
  font-family: "Beth Ellen", eb_garamond08_regular;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 0.3em;
}

/* full width template narrow */
@media (min-width: 992px) {
  .page-template-template-full-block-narrow .main-detail > :not(.banner),
  section.banner.stats-report .container {
    padding: 0 120px;
  }
  .page-template-template-full-block-narrow .main-detail ul:not([class]) {
    padding: 0 120px 0 140px !important;
  }
}
.page-template-template-full-block-narrow .main-detail .wp-block-group ul {
  padding: 0;
}

/*Timeline Month -aat*/
.timeline .timeline__month {
  color: #599f7a;
  position: relative;
  padding-left: 20px;
  margin: 0;
  cursor: pointer;
}

.timeline .timeline__month:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #599f7a;
  border-left: 2px solid #599f7a;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(45deg);
  left: 0;
  top: 10px;
}

.timeline__list,
.timeline__list .timeline__img {
  position: relative;
}

.timeline__list .timeline__content .play-text {
  margin-top: -1em;
}

.timeline__list .timeline__img img {
  width: 100%;
}

.timeline__list .timeline__img .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline__list .timeline__img .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fbb200;
  border-radius: 100%;
  font-size: 50px;
  box-shadow: 0px 0px 0px 5px rgba(251, 178, 0, 0.5);
  line-height: 42px;
}

@media screen and (min-width: 48em) {
  .timeline__list {
    border-left: 1px solid #e2e2e2;
    padding-left: 70px;
  }

  .timeline__list:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    background-color: #599f7a;
    width: 12px;
    height: 12px;
    border-radius: 9999px;
  }

  .timeline__list:not(:first-child)::before {
    top: 12px;
  }

  .timeline__list {
    margin-bottom: 0;
  }
}

.timeline__content > span {
  display: block;
  margin-bottom: 8px;
  color: #27273e;
  font-weight: bold;
  font-size: 16px;
}

.timeline__content h5 {
  font-family: "eb_garamond08_regular";
  font-weight: bold;
  font-size: 32px;
}

.triger-parent .timeline__list {
  display: none;
}

.triger-parent.show .timeline__list {
  display: flex;
}

.triger-parent .target-togTimeline {
  border-left: 1px solid #e2e2e2;
  position: relative;
}

.triger-parent.show .target-togTimeline {
  border: none;
}

.triger-parent .target-togTimeline:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  background-color: #599f7a;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  display: none;
}

@media screen and (min-width: 48em) {
  .triger-parent .target-togTimeline:before {
    display: block;
  }
}

.triger-parent.show .target-togTimeline:before {
  display: none;
}

.timeline .triger-parent.show .timeline__month:after {
  transform: rotate(-135deg);
}

.parallelogram-img {
  margin: 50px 0;
}

/*yellow Bar aat*/
.breadbar-yellow {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 40px;
}

.breadbar-yellow.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
}

.logged-in .breadbar-yellow.sticky {
  top: 32px;
}

@media screen and (min-width: 48em) {
  .breadbar-yellow::before,
  .breadbar-yellow::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
  }
}

.breadbar-yellow::before {
  left: 0;
  background-color: #fbb200;
  z-index: -1;
}

.breadbar-yellow::after {
  right: 0;
  background-color: #f8f0bd;
  z-index: -1;
}

.breadbar-yellow .row {
  background-color: #f8f0bd;
  min-height: 50px;
}

.breadbar-yellow .row > div:first-child {
  background-color: #fbb200;
}

.breadbar-yellow .row > div:last-child {
  align-self: center;
}

.dropdown--yelbar .btn::after {
  content: "";
  margin: 0 0.5em;
  display: inline-block;
  border: 7px solid transparent;
  border-top: 8px solid #19191a;
  border-bottom: 0 none;
  position: relative;
  top: 3px;
}

.dropdown--yelbar .btn {
  color: #27273e;
  font-size: 20px;
  padding-left: 0;
  font-weight: 700;
  margin-top: 3px;
}

.dropdown--yelbar .btn:focus {
  outline: 0;
  box-shadow: none;
}

.breadbar-yellow__loc {
  color: #27273e;
}

.breadbar-yellow__loc span {
  color: #27273e;
  display: inline;
  font-size: 16px;
}

.breadbar-yellow__loc span a {
  color: #27273e;
}

.breadbar-yellow__loc span:last-child {
  font-family: "Doctrine-Bold";
}

.breadbar-yellow__loc span + span::before {
  content: "/";
  display: inline-block;
  margin-left: 2px;
  margin-right: 9px;
}

@media screen and (max-width: 767px) {
  .breadbar-yellow .container {
    padding: 0;
  }
  .dropdown--yelbar,
  .breadbar-yellow__loc {
    padding: 0 30px;
  }
  .dropdown--yelbar .dropdown-menu {
    background: #fff;
    border: none;
    margin-bottom: 40px;
  }
}

/* event sidebar */
.sidebar iframe {
  max-width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .single-scpl_network .col-xl-4 {
    padding: 0 60px;
  }
}

/*press room*/
.tax-wrapper-flex {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.tax-wrapper-flex .tax-item-wrapper {
  flex-basis: 25%;
  text-align: center;
  margin-bottom: 3rem;
}

.tax-wrapper-flex .tax-item-wrapper a {
  width: 185px;
  height: 185px;
  padding: 25px;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
}
.tax-wrapper-flex .tax-item-wrapper a h5 {
  color: #27273f;
  font-weight: 400;
  font-size: 14px;
}
.tax-wrapper-flex .tax-item-wrapper a img {
  width: 80px;
  height: 80px;
}

/*Press Room*/
.press-room-left .press-room__content .grid-sizer,
.press-room-left .press-room__content .grid-item {
  width: 100%;
}
.news-coverage_sidebar {
  background: #27273f;
  padding: 45px 45px 20px;
}
.news-coverage_sidebar * {
  color: #ffffff !important;
}
.news-coverage_sidebar .news-coverage__content:not(:last-child) {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 25px;
}
.news-coverage_sidebar h4 a {
  -webkit-box-shadow: inset 0px -4px 0px 0px #ffffff;
  box-shadow: inset 0px -4px 0px 0px #ffffff;
}
.news-coverage_sidebar h4 a:hover {
  -webkit-box-shadow: inset 0px -4px 0px 0px transparent;
  box-shadow: inset 0px -4px 0px 0px transparent;
}
.news-coverage_sidebar .card-content__time--news {
  font-size: 22px;
  display: block;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .press-room__content-row {
    columns: 2;
    column-gap: 30px;
  }

  .press-room__content-row .press-room__item {
    display: inline-block;
    width: 100%;
  }
}

/*blogs landing*/
.list-recent__post {
  padding-bottom: 80px;
}
.list-recent__post h2 {
  padding-bottom: 30px;
}
.list-recent__post .alm-load-more-btn {
  border: 0;
  font-size: 24px;
  font-family: "Doctrine-Bold";
  line-height: 1.4 !important;
  padding: 0;
  background: transparent;
  cursor: pointer;
  -webkit-box-shadow: inset 0px -4px 0px 0px #27273f;
  box-shadow: inset 0px -4px 0px 0px #27273f;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  padding-bottom: 1px;
  outline: none !important;
  border-radius: 0;
  color: #27273f;
}

.list-recent__post .alm-load-more-btn:hover {
  -webkit-box-shadow: inset 0px -4px 0px 0px transparent;
  box-shadow: inset 0px -4px 0px 0px transparent;
}

.inner-recent__post {
  margin-top: 20px;
}
.inner-recent__post .card-content__title--insight {
  font-size: 24px;
  font-family: "Doctrine-Bold";
  line-height: 1.4 !important;
}

.people-blog__aside {
  margin-bottom: 50px;
  background: #27273f;
  padding: 45px 45px 20px;
}
.people-blog__aside * {
  color: #ffffff !important;
}
.people-blog__aside .card-content__title--insight a {
  -webkit-box-shadow: inset 0px -4px 0px 0px #ffffff;
  box-shadow: inset 0px -4px 0px 0px #ffffff;
}
.people-blog__aside .card-content__title--insight a:hover {
  -webkit-box-shadow: inset 0px -4px 0px 0px transparent;
  box-shadow: inset 0px -4px 0px 0px transparent;
}
.people-blog__top {
  border-bottom: 4px solid #fff;
  margin-bottom: 30px;
}
.people-blog__top img {
  max-width: 116px;
}
.people-blog__top h4 {
  line-height: 1.4;
  margin-top: 20px;
}
.people-blog__top h4 a {
  color: #39a277;
}
.people-post__item:not(:last-child) {
  border-bottom: 1px solid #cecece;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.people-post__item time,
.inner-recent__post span {
  display: block;
  font-family: "Doctrine-Regular";
  font-size: 18px;
  color: #27273f;
  margin: 15px 0;
  font-style: italic;
}
.inner-recent__post p {
  font-family: "Doctrine-Regular";
  font-size: 18px;
  color: #27273f !important;
}
.people-post__item .card-content__title--insight {
  font-size: 24px;
  line-height: 1.4 !important;
  display: block;
  margin-bottom: 1.5rem;
}

.blogs-issue {
  background: #fbb200;
  position: relative;
  text-align: center;
  padding: 7em 0;
}
.blogs-issue:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5em solid #ffffff;
  border-left: 195em solid transparent;
  left: 0;
  top: 0;
}
.blogs-issue .inner-blogs-issue {
  display: inline-block;
  margin-bottom: 2rem;
}
.blogs-issue .inner-blogs-issue img {
  width: 60px;
  filter: brightness(0) saturate(0%);
}
.blogs-issue .inner-blogs-issue h5 {
  color: #575c6b;
  font-size: 24px;
}

/*upcoming training sidebar for retrofit gala*/
.page-template-template-retrofit-gala .wrapper-hero-title,
.scpl_events-template-single-scpl_events-retrofit
  .intro-page__heading--white
  h1 {
  position: relative;
}

.page-template-template-retrofit-gala .wrapper-hero-title:before,
.scpl_events-template-single-scpl_events-retrofit
  .intro-page__heading--white
  h1:before {
  content: "";
  width: 100px;
  height: 8px;
  background: #0084fa;
  position: absolute;
  top: -30px;
  left: 0;
}

.page-template-template-retrofit-gala .wrapper-bg--blue,
.page-template-template-retrofit-gala .wrapper-bg--blue .hero--blue .desc,
.scpl_events-template-single-scpl_events-retrofit .intro-page--navy {
  background-color: #000;
}

.page-template-template-retrofit-gala
  .wrapper-bg--blue
  .hero--blue
  .desc:before {
  background-image: url(assets/images/hero_bg_shape_uncropped-black.svg);
}

@media screen and (min-width: 62em) {
  .page-template-template-retrofit-gala .wrapper-bg--blue .hero--blue {
    background-color: #000;
  }
}

.page-template-template-retrofit-gala .wrapper-bg--blue .hero--blue .desc h1 {
  color: #cdd545 !important;
}

.page-template-template-retrofit-gala .box-event-green.dark-font {
  color: #000;
}

.page-template-template-retrofit-gala .box-event-green a {
  -webkit-box-shadow: inset 0px -5px 0px 0px #fff;
  box-shadow: inset 0px -5px 0px 0px #fff;
}

.page-template-template-retrofit-gala .box-event-green.dark-font a {
  color: #000;
  -webkit-box-shadow: inset 0px -5px 0px 0px #000;
  box-shadow: inset 0px -5px 0px 0px #000;
}

.page-template-template-retrofit-gala .our-impact-sub,
.scpl_events-template-single-scpl_events-retrofit .our-impact-sub {
  background: #fff;
  padding-bottom: 3em;
}

.page-template-template-retrofit-gala .our-impact-sub:before,
.scpl_events-template-single-scpl_events-retrofit .our-impact-sub:before {
  border-top-color: #fff;
}

.page-template-template-retrofit-gala .our-impact-sub .card-content--impact,
.scpl_events-template-single-scpl_events-retrofit
  .our-impact-sub
  .card-content--impact {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.page-template-template-retrofit-gala .our-impact-sub.light-font h4,
.page-template-template-retrofit-gala
  .our-impact-sub.light-font
  .resources__date,
.page-template-template-retrofit-gala
  .our-impact-sub.light-font
  .card-content__title--resources
  a,
.page-template-template-retrofit-gala
  .our-impact-sub.light-font
  .resources__text,
.scpl_events-template-single-scpl_events-retrofit .our-impact-sub.light-font h4,
.scpl_events-template-single-scpl_events-retrofit
  .our-impact-sub.light-font
  .resources__date,
.scpl_events-template-single-scpl_events-retrofit
  .our-impact-sub.light-font
  .card-content__title--resources
  a,
.scpl_events-template-single-scpl_events-retrofit
  .our-impact-sub.light-font
  .resources__text {
  color: #fff !important;
}

.page-template-template-retrofit-gala
  .our-impact-sub.light-font
  .card-content__title--resources,
.scpl_events-template-single-scpl_events-retrofit
  .our-impact-sub.light-font
  .card-content__title--resources {
  box-shadow: inset 0px -6px 0px 0px #fff;
}

.scpl_events-template-single-scpl_events-retrofit
  .intro-page__heading
  .btn--yellow {
  box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #cdd545;
  background: #cdd545;
}

.no-max-width {
  max-width: none !important;
}

/**
 * Print Stylesheet
* @version         1.0
*/

@media print {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    width: 100%;
  }
  .col-sm-11,
  .col-md-11,
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-sm-10,
  .col-md-10,
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-sm-9,
  .col-md-9,
  .col-lg-9 {
    width: 75%;
  }
  .col-sm-8,
  .col-md-8,
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-sm-7,
  .col-md-7,
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-sm-6,
  .col-md-6,
  .col-lg-6 {
    width: 50%;
  }
  .col-sm-5,
  .col-md-5,
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-sm-4,
  .col-md-4,
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-sm-3,
  .col-md-3,
  .col-lg-3 {
    width: 25%;
  }
  .col-sm-2,
  .col-md-2,
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-sm-1,
  .col-md-1,
  .col-lg-1 {
    width: 8.33333333%;
  }

  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  main.main,
  #bodyweb {
    width: 100%;
    margin: 0;
    float: none;
  }

  @page {
    margin: 2cm;
  }

  body {
    font: 13px;
    line-height: 1.3;
    background: #fff !important;
    color: #000 !important;
  }

  p,
  p.card-content__text-bg {
    color: #000 !important;
  }

  h1 {
    font-size: 24px;
  }

  h2,
  h3,
  h4 {
    font-size: 14px;
    margin-top: 25px;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  a:link,
  a:visited,
  a {
    background: transparent;
    color: #000 !important;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }

  a[href^="http"]:after,
  a[href^="https"]:after,
  article a[href^="#"]:after,
  a:not(:local-link):after,
  a[href]:after,
  a:after > img,
  a:after {
    content: "" !important;
  }

  .content-detail a[href]:after {
    content: " < " attr(href) " > ";
  }

  .main iframe {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  .embed-youtube,
  .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden;
  }

  #headerweb,
  #footerweb,
  .mainlogo,
  .space50,
  .space40,
  .space30,
  .space25,
  .space10,
  .space5,
  section:after,
  section:before,
  a.link,
  .btn,
  .intro-page:after,
  .our-impact-sub:before,
  .rolodex-wrapper,
  a.animate.back-to-top {
    display: none !important;
  }

  main.main:after,
  #bodyweb:after {
    content: "\ Shriver Center on Poverty Law - http://povertylaw.org/ ";
    color: #999 !important;
    display: block;
    font-size: 1em;
    padding-top: 20px;
    border-top: 1px solid #282645;
    margin-top: 50px;
  }

  main.main:before,
  #bodyweb:before {
    content: "\ Shriver Center on Poverty Law";
    color: #777 !important;
    display: block;
    font-size: 2em;
    padding-bottom: 20px;
    border-bottom: 3px solid #282645;
    margin-bottom: 50px;
  }

  p,
  address,
  li,
  dt,
  dd,
  blockquote {
    font-size: 100%;
  }

  code,
  pre {
    font-family: "Courier New", Courier, mono;
  }

  ul,
  ol {
    list-style: square;
    margin-left: 18px;
    margin-bottom: 20px;
  }

  li {
    line-height: 1.6em;
  }

  .midgb--clip {
    clip-path: none;
  }

  .intro-page {
    padding: 0;
  }

  .card-bg,
  .card-content.card-content--insight {
    border: 1px solid #27273f;
    page-break-inside: avoid;
  }
  .our-impact.our-impact--listing,
  .card-content.card-content--impact {
    page-break-inside: avoid;
  }
  .impact-list.featured-impact {
    margin-bottom: 2em;
  }
  .impact-list.featured-impact .col-lg-8,
  .impact-list.featured-impact .col-lg-4 {
    width: 100%;
  }
  .impact-list.featured-impact .col-lg-8 figure {
    display: block;
    margin: 0 auto;
  }
  .impact-list.featured-impact .card-col {
    padding: 0;
  }
  .impact-list.featured-impact .bar,
  .impact-list.featured-impact .bar-bottom,
  .impact-list.featured-impact .inner-bar {
    display: none;
  }
  .card-attorneys {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  .news-coverage_sidebar,
  .box-event-green {
    border: 1px solid #000;
  }
  .news-coverage_sidebar * {
    color: #000 !important;
  }
}

/* stats report block */
.banner.stats-report {
  background-color: #262741;
  position: relative;
  padding: 6em 0;
  color: #fff;
}

.banner.stats-report p {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
}

.banner.stats-report h2,
.banner.stats-report h3,
.banner.stats-report h4,
.banner.stats-report h5,
.banner.stats-report h6 {
  color: #fff;
  line-height: 1em;
  margin-bottom: 0;
  word-wrap: break-word;
}

.banner.stats-report .row {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid;
  padding: 2em 0;
}

.banner.stats-report .row:first-child {
  padding-top: 0;
}

.banner.stats-report .row:last-child {
  padding-bottom: 0;
}

.banner.stats-report .row:last-child {
  border-bottom: none;
}

.banner.stats-report .row .col:first-child {
  position: relative;
}

.banner.stats-report .row .col:first-child:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0px;
  position: absolute;
  left: 100%;
}

.banner.stats-report .row .col:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .banner.stats-report .row .col:after {
    display: none;
  }

  .banner.stats-report .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 2em;
    border-bottom: 1px solid;
  }

  .banner.stats-report .row .col-md-6:last-child {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 2em;
  }

  .banner.stats-report p {
    font-size: 22px;
    line-height: 27px;
  }

  .banner.stats-report h2.smaller-in-mobile,
  .banner.stats-report h3.smaller-in-mobile,
  .banner.stats-report h4.smaller-in-mobile,
  .banner.stats-report h5.smaller-in-mobile,
  .banner.stats-report h6.smaller-in-mobile {
    font-size: 45px !important;
  }
}

.banner.our-insight .card-content__text-bg p{
  font-weight: 600;
  font-size: 24px;
}

/*full width banner*/
.full-width-banner {
  padding: 8em 0;
  position: relative;
  background: #599f7a;
  margin: 60px 0;
  clip-path: polygon(0 1%, 100% 11%, 100% 100%, 0 90%);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.full-width-banner .image-overlay {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.full-width-banner h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 58px;
}

/*Gutenberg image with align bug fix*/
.alignleft.is-resized img,
.alignright.is-resized img,
.aligncenter.is-resized img {
  width: 100% !important;
}

/*home banner button*/
.btn--banner-bg {
  color: #ffffff;
  background-color: #599f7a;
}
a.d-block:hover .btn--banner-bg,
a.d-block:focus .btn--banner-bg {
  color: #27273f;
  background-color: #fbb200;
}

.hero--green .btn--banner-bg {
  color: #27273f;
  background-color: #fbb200;
}
a.d-block:hover .hero--green .btn--banner-bg,
a.d-block:focus .hero--green .btn--banner-bg {
  color: #fbb200;
  background-color: #27273f;
}

.hero--yellow .btn--banner-bg {
  color: #fbb200;
  background-color: #27273f;
}
a.d-block:hover .hero--yellow .btn--banner-bg,
a.d-block:focus .hero--yellow .btn--banner-bg {
  color: #ffffff;
  background-color: #599f7a;
}
a.d-block .hero--banner-bg.hero--yellow h1,
a.d-block .hero--banner-bg.hero--yellow h1 {
  -webkit-box-shadow: inset 0px -9px 0px 0px #599f7a;
  box-shadow: inset 0px -9px 0px 0px #599f7a;
  cursor: pointer !important;
}
a.d-block:hover .hero--banner-bg.hero--yellow h1,
a.d-block:focus .hero--banner-bg.hero--yellow h1 {
  -webkit-box-shadow: inset 0px -9px 0px 0px #27273f;
  box-shadow: inset 0px -9px 0px 0px #27273f;
  cursor: pointer !important;
}

/*staff block*/
.margin-15 {
  margin: 0 -15px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.flex-container.two-columns {
  max-width: 960px;
}

.flex-container.three-columns {
  max-width: 960px;
}

.staff-box {
  box-sizing: border-box;
  flex: 1 0 auto;
  margin: 0 15px;
}

.two-columns .staff-box {
  flex: 1 0 46%;
}

.three-columns .staff-box {
  flex: 1 0 30%;
}

/* block (banner) insights & impacts  */
.diagonal {
  --skew-angle: 1.5deg;
  position: relative;
  isolation: isolate;
  background: none;
  padding: 4em 0;
  margin-top: 0;
}
.diagonal::before {
  display: none;
}
.diagonal::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: skewY(var(--skew-angle));
  border: none;
  width: auto;
  height: auto;
}
.diagonal.our-insights-sub:after {
  background: #599f7a;
}
.diagonal.our-impact-sub:after {
  background: #f7f0be;
}
.gala-add-to-calendar-wrapper {
  max-width: 238px;
}

/* gallery slide */
.gallery-slide {
  position: relative;
}
.gallery-slide .swiper-gallery {
  width: calc(100% - 100px);
}
.gallery-slide .swiper-button-next,
.gallery-slide .swiper-button-prev {
  color: #599f7a;
}


/*gutenberg fix*/
.wp-block-buttons .has-custom-width a{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.wp-block-buttons .has-custom-width.wp-block-button__width-25 {
    flex: 0 0 calc(25% - 0.75em);
}
.wp-block-buttons .has-custom-width.wp-block-button__width-50 {
    flex: 0 0 calc(50% - 0.5em);
}
.wp-block-buttons .has-custom-width.wp-block-button__width-75 {
    flex: 0 0 calc(75% - 0.25em);
}
.wp-block-buttons .has-custom-width.wp-block-button__width-100 {
    flex: 0 0 100%;
}
.wp-block-buttons .has-custom-width.wp-block-button__width-25 {

}
.wp-block-buttons.is-vertical .has-custom-width.wp-block-button__width-25 {
    width: 25%;
}
.wp-block-buttons.is-vertical .has-custom-width.wp-block-button__width-50 {
    width: 50%;
}
.wp-block-buttons.is-vertical .has-custom-width.wp-block-button__width-75 {
    width: 75%;
}
.wp-block-buttons.is-vertical .has-custom-width.wp-block-button__width-100 {
    width: 100%;
}


/*Banner Image*/
.force-inline * {
    display: inline;
}

/*result style - 2025*/
.results-single__border:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.results-single__border p {
  font-size: 16px;
  line-height: 24px;
}
.wrapp-card-desc__title-small .card-desc__title {
  font-size: 18px;
  line-height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wrapp-card-desc__title-small .card-desc__title:hover {
  -webkit-box-shadow: inset 0px -4px 0px 0px #27273f;
  box-shadow: inset 0px -4px 0px 0px #27273f;
}
.wrapp-card-desc__title .wrapp-card-desc__posty span {
  background-color: #FBB200;
  padding: 7px 10px;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  color: #000000;
}

.wrapp-card-desc__title .wrapp-card-desc__date {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 1rem;
  color: #546275;
}

.wrapp-card-desc__title .wrapp-card-desc__date li {
  line-height: 1;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 450px;
}
.wrapp-card-desc__title .wrapp-card-desc__date li:not(:last-child) {
  border-right: 1px solid #D9D9D9;
  padding-right: 1rem;
  margin-right: 1rem;
}

.wrapp-card-desc__title .wrapp-card-desc__date li svg {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .wrapp-card-desc__title .wrapp-card-desc__posty {
    width: 100%;
    border-right: 0 !important;
    margin-bottom: 1.5rem;
  }
}

/*Dropdown Menu*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu ul {
    flex-wrap: nowrap;
  }
  .mainmenu ul li > a.nav-link {
    font-size: 12px;
    text-wrap: nowrap;
  }
  .search-trig .src {
    font-size: 18px;
  }
  .search-trig .src svg {
    width: 12px;
  }
}
@media screen and (min-width: 768px) {
  .mainmenu ul li.menu-item-has-children > .dropdown-toggle::after {
    vertical-align: .175em;
    content: "";
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    display: inline-block;
  }
}
.mainmenu ul li > .dropdown-menu > li > a.active {
  border-top: 0;
  background-color: transparent;
  opacity: .6;
}
.mainmenu ul li.menu-item-has-children .dropdown-menu li a {
  font-family: 'Doctrine-Regular';
}
@media screen and (max-width: 767px) {
  .mainmenu ul li.menu-item-has-children {
    position: relative;
    clear: both;
  }
  .mainmenu ul li.menu-item-has-children::after {
    vertical-align: .255em;
    content: "";
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-bottom: 0;
    position: absolute;
    right: 15px;
    top: 23px;
  }
  .mainmenu ul li.menu-item-has-children.active::after {
    border-bottom: .3em solid;
    border-top: 0;
  }
  .asidemob .mainmenu ul li > a {
    border-top: 0 !important;
  }
  .asidemob .mainmenu ul li > a:hover, 
  .asidemob .mainmenu ul li.active > a, 
  .asidemob .mainmenu ul li > a:focus {
    border-bottom: 0;
  }
  .mainmenu ul li.menu-item-has-children .dropdown-menu {
    opacity: 1;
    visibility: visible;
    border: 0;
    padding: 0;
  }
  .mainmenu ul li.menu-item-has-children.active .dropdown-menu {
    display: block;
  }
}

/*banner flex*/
.section-imgSide.hero--flex {
  margin-top: -1px;
} 
.section-imgSide.hero--flex .desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (min-width: 1201px) {
  .section-imgSide.hero--flex,
  .section-imgSide.hero--flex .desc,
  .section-imgSide.hero--flex figure img {
    min-height: 476px;
  }

  .section-imgSide.hero--flex figure img {
    object-fit: cover;
    object-position: top center;
  }

  .section-imgSide.hero--flex .desc .desc__inner {
    margin-top: 0;
  }
}

/*January 2024*/

/*Gravity Form custom*/
.gform--shadow_wrapper {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);  
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-family: 'Doctrine-regular';
  font-weight: 400 !important;
  color: #27273E;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield-choice-input+label,
.gform_required_legend,
.gform_description {
  font-family: 'Doctrine-regular';
}

.gform_wrapper.gravity-theme .ginput_complex select {
  height: 54px;
  border-color:#949494;
  border-radius: 4px;
  font-family: 'Doctrine-regular';
  color: #27273E;
}

.gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
  line-height: 1.4;
  padding-left: 8px;
  color: #27273E;
}

/*Column*/
.are-vertically-aligned-top.is-layout-flex,
.wp-block-column.is-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-column.is-vertically-aligned-bottom,
.are-vertically-aligned-bottom.is-layout-flex {
  align-items: flex-end;
}

/*block column on mobile*/
@media screen and (max-width: 767px) {
  .content-detail .wp-block-columns {
    display: block;
  }
}
