.prefooter .wvus-ghf .wv-footer-thriftiness .pie-chart__label--overhead svg {
  position: static;
}

.prefooter .orgdata__img {
  flex-wrap: wrap;
}

.menu-item-has-children{
  position: relative;
}
.menu-item-has-children:hover ul{
  display: block;
}
.menu-item-has-children ul{
  border-top: 1px solid #555555;
  position: absolute;
  top: 33px;
  width: 100%;
  background: #f5f5f5;
  display: none;
  z-index: 9;
  margin-left: 0;
  padding: 15px;

}
.menu-item-has-children ul li{
  margin-bottom: 15px ;
}
.menu-item-has-children ul li:last-child{
  margin-bottom: 10px ;
}
.menu-item-has-children ul a{
  color: #555555 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  text-transform: none;
  padding: 0 0 5px 0;
}
.author_and_position{
  text-align: right;
  padding-right: 100px;
}
.organization{
  text-align: right;
  float: right;
  padding-right: 100px;
}


body.page-template-page-interior-page .featured-hero__title h1 em {
  font-style: normal;
  font-family: inherit;
}

body.page-template-page-interior-page .interior-page__testimonials {
  background: #333;
  color: #fff;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  text-align: center;
}
body.page-template-page-interior-page .interior-page__testimonials blockquote,
body.page-template-page-interior-page .interior-page__testimonials blockquote p,
body.page-template-page-interior-page .interior-page__testimonials .quote_wrapper {
  color: #fff;
}
body.page-template-page-interior-page .interior-page__testimonials .author_wrapper {
  left: 0;
}
body.page-template-page-interior-page .interior-page__testimonials .author_and_position,
body.page-template-page-interior-page .interior-page__testimonials .organization {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  float: none;
}

body.page-template-page-interior-page > .main-container .main-grid {
  margin-top: 0;
  margin-bottom: 8rem;
  display: flex;
  flex-wrap: nowrap;
}
body.page-template-page-interior-page > .main-container .main-grid > main {
  flex: 0 1 66.66666667%;
  background: #f5f5f5;
  padding: 3.125rem 6.25rem;
  position: relative;
}
body.page-template-page-interior-page > .main-container .main-grid > section {
  flex: 0 1 33.33333333%;
}
body.page-template-page-interior-page > .main-container .colorbox {
  position: absolute;
  bottom: -10px;
  width: 40%;
  height: 20%;
  left: -10px;
  z-index: -1;
  background-color: #9054a1;
}
body.page-template-page-interior-page > .main-container .cta--sidebar {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
body.page-template-page-interior-page > .main-container .main-grid h1,
body.page-template-page-interior-page > .main-container .main-grid h2,
body.page-template-page-interior-page > .main-container .main-grid h3 {
  text-transform: uppercase;
  color: #666666;
  font-weight: 700;
  line-height: 2.4rem;
}
body.page-template-page-interior-page > .main-container .main-grid h1 + p,
body.page-template-page-interior-page > .main-container .main-grid h2 + p,
body.page-template-page-interior-page > .main-container .main-grid h3 + p {
  margin-top: 1.2rem;
}
body.page-template-page-interior-page > .main-container .main-grid p + h2,
body.page-template-page-interior-page > .main-container .main-grid p + p > img {
  margin-top: 2rem;
}
body.page-template-page-interior-page > .main-container .cta--bottom {
  margin-top: 3.2rem;
}
body.page-template-page-interior-page > .main-container .main-grid h1,
body.page-template-page-interior-page > .main-container .main-grid h2,
body.page-template-page-interior-page > .main-container .cta--sidebar h3,
body.page-template-page-interior-page > .main-container .cta--bottom h3 {
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
}
body.page-template-page-interior-page > .main-container .main-grid p {
  color: #666666;
  font-size: 19px;
}
body.page-template-page-interior-page > .main-container .cta--sidebar .btn__orange{
  display: block;
  text-align: center;
}


body.page-template-page-team .featured-hero__title {
  width: 100%;
}

body.page-template-page-team .team--intro {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 2rem 2rem 1rem 2rem;
}
body.page-template-page-team .team--intro .entry-content {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-team .team--intro h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 1rem;
}
body.page-template-page-team .team--intro p {
  font-size: 18px;
}

body.page-template-page-team .main-grid {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
body.page-template-page-team .team--member-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 1.8rem;
}
body.page-template-page-team .team--member {
  background: #f5f5f5;
}
body.page-template-page-team .team--member .image img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}
body.page-template-page-team .team--member .content {
  padding: 2rem 3rem;
}
body.page-template-page-team .team--member .content p:last-child {
  margin-bottom: 0;
}
body.page-template-page-team .team--member .position {
  color: #00acca;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 3px;
}
body.page-template-page-team .team--member .name {
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 1.5rem;
}
body.page-template-page-team .team--member .bio,
body.page-template-page-team .team--member .email {
  font-size: 17px;
}

body.page-template-page-team .bottom-c2a--wrapper {
  background: #f5f5f5;
  padding: 4rem 4rem 5rem 4rem;
}
body.page-template-page-team .bottom-c2a {
  max-width: 75rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
body.page-template-page-team .bottom-c2a .cta {
  padding: 4rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
body.page-template-page-team .bottom-c2a .cta div {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-team .bottom-c2a h3.title {
  text-transform: uppercase;
}
body.page-template-page-team .bottom-c2a .colorbox {
  position: absolute;
  bottom: -10px;
  width: 40%;
  height: 50%;
  left: -10px;
  z-index: 0;
  background-color: #9054a1;
}


body.page-template-page-tiers .tiers--intro {
  background: #333;
  color: #fff;
  text-align: center;
} 
body.page-template-page-tiers .tiers--intro > div {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
}

body.page-template-page-tiers .c2a .cta {
  padding: 4rem;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}
body.page-template-page-tiers .c2a .cta div {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.page-template-page-tiers .c2a h3 {
  text-transform: uppercase;
  font-size: 40px;
}

.visually-hidden {
  visibility: hidden;
}
body.page-template-page-tiers .table .thead .tr,
body.page-template-page-tiers .table .tbody .tr {
  display: grid;
  align-items: stretch;
  grid-gap: 0;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}
body.page-template-page-tiers .table .thead .tr {
  position: relative;
}
body.page-template-page-tiers .table .tbody .tr {
  align-items: stretch;
}
body.page-template-page-tiers .table .thead .tr .th {
  word-break: break-word;
  min-height: 24px;
  text-align: left;
  padding: 0.8rem 1.2rem;
  border-right: 1px solid #ccc;
}
body.page-template-page-tiers .table .thead .tr .th:last-child {
  border-right: none;
}
body.page-template-page-tiers .table .thead .tr .th h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}
body.page-template-page-tiers .table .thead .tr .th p,
body.page-template-page-tiers .table .tbody .tr .th p,
body.page-template-page-tiers .table .tbody .tr .td p {
  font-size: 16px;
  margin: 0;
}
body.page-template-page-tiers .table .tbody .tr .th,
body.page-template-page-tiers .table .tbody .tr .td {
  word-break: break-word;
  border-top: 1px solid #ccc;
}
body.page-template-page-tiers .table .tbody .tr .td {
  border-left: 1px solid #ccc;
}
body.page-template-page-tiers .table .tbody .tr .th .mobile,
body.page-template-page-tiers .table .tbody .tr .td .mobile {
  display: none;
}
body.page-template-page-tiers .table .tbody .tr .td.included {
  background: rgba(70, 187, 149, 0.25);
}
body.page-template-page-tiers .table .tbody .tr .td.included.add-on {
  background: rgba(70, 187, 149, 0.15);
}
body.page-template-page-tiers .table .tbody .tr .td.included.add-on .cell {
  opacity: 0.6;
}
body.page-template-page-tiers .table .tbody .tr .td .cell {
  text-align: center;
}
body.page-template-page-tiers .table .tbody .tr .th .cell,
body.page-template-page-tiers .table .tbody .tr .td .cell {
  padding: 0.8rem 1.2rem;
}
body.page-template-page-tiers .table .tbody .tr .td .cell .icon-check {
  width: 2rem;
  height: 3rem;
  color: #46bb95;
}
body.page-template-page-tiers .table .tbody .tr .td .cell .icon-ex {
  width: 2.2rem;
  height: 3rem;
  color: #ccc;
}

body.page-template-page-tiers .bottom-c2a .cta {
  padding: 2rem 4rem 4rem 4rem;
}

body > footer {
  border-top: 1px solid #ccc;
}


@media only screen and (max-width: 1202px) {
  body.page-template-page-team .bottom-c2a--wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 1000px) {
  .dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    position: inherit;
    left: inherit;
    display: block;
    border:0;
    list-style: none;
    background: #f5f5f5;
  }
  .dropdown.menu.vertical>li.opens-right>a::after{
    display: none;
  }
  .dropdown .is-dropdown-submenu a {
    color: #555;
    padding: 0.7rem 1rem 0.7rem 0;
  }

  body.page-template-page-tiers .table .thead {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
  }
  body.page-template-page-tiers .table .thead tr {
    display: block; 
  }
  body.page-template-page-tiers .table .tbody .tr {
    display: block;
    margin-bottom: 2rem;
  }
  body.page-template-page-tiers .table .tbody .tr:last-child {
    margin-bottom: 0;
  }
  body.page-template-page-tiers .table .tbody .tr .th .mobile,
  body.page-template-page-tiers .table .tbody .tr .td .mobile {
    display: block;
  }
  body.page-template-page-tiers .table .tbody .tr .th,
  body.page-template-page-tiers .table .tbody .tr .td {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 3fr);
    align-items: stretch;
    grid-gap: 0;
  }
  body.page-template-page-tiers .table .thead .tr .th,
  body.page-template-page-tiers .table .tbody .tr .th,
  body.page-template-page-tiers .table .tbody .tr .td {
    border: none;
  }
  body.page-template-page-tiers .table .tbody .tr .th.mobile {
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body.page-template-page-tiers .table .tbody .tr .td:last-child .th.mobile {
    padding-bottom: 0;
  }
  body.page-template-page-tiers .table .tbody .tr .th.mobile h2 {
    font-size: 26px;
  }
  body.page-template-page-tiers .table .tbody .tr .th .cell p {
    font-size: 20px;
  }
  body.page-template-page-tiers .table .tbody .tr .td .th,
  body.page-template-page-tiers .table .tbody .tr .td .cell {
    border-bottom: 1px solid #ccc;
  }
  body.page-template-page-tiers .table .tbody .tr .td:last-child .th,
  body.page-template-page-tiers .table .tbody .tr .td:last-child .cell {
    border-bottom: none;
  }
  body.page-template-page-tiers .table .tbody .tr .td .th.mobile {
    padding-right: 1rem;
    border-right: 1px solid #ccc;
  }
}

@media screen and (max-width: 900px) {
  body.page-template-page-interior-page > .main-container .main-grid {
    display: block;
  }

  body.page-template-page-interior-page > .main-container .cta--sidebar .small-offset-1 {
    margin-right: 8.333333%;
  }

  body.page-template-page-team .team--member-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  body.page-template-page-tiers .tiers--intro > div {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  body.page-template-page-interior-page > .main-container .cta--sidebar {
    padding-top: 6.125rem;
  }

  .prefooter .wvus-ghf .wv-footer-thriftiness__pie-chart {
    margin-right: auto;
  }
  .prefooter .wvus-ghf .wv-footer-thriftiness .pie-chart__label--overhead {
    top: 30px;
    left: 140px;
    width: 140px;
    white-space: unset;
  }
  .prefooter .wvus-ghf .wv-footer-thriftiness .pie-chart__label--programs {
    bottom: 34px;
    top: unset;
  }
  .prefooter .wvus-ghf .wv-footer-thriftiness br.visible-xs {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .interior-page__testimonials blockquote:before {
    display: none;
  }

  body.page-template-page-interior-page > .main-container .main-grid > main {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .prefooter .wvus-ghf .wv-footer-thriftiness__info-text {
    margin-right: 0;
  }

  .copyright p {
    font-size: 14px;
  }

  body.page-template-page-team .team--member-wrapper {
    display: block;
  }
  body.page-template-page-team .team--member {
    margin-bottom: 1.8rem;
  }
  body.page-template-page-team .team--member:last-child {
    margin-bottom: 0;
  }
  body.page-template-page-team .team--member .image img {
    height: 20rem;
  }
  body.page-template-page-team .bottom-c2a--wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  body.page-template-page-team .bottom-c2a h3 {
    font-size: 31px;
  }

  body.page-template-page-tiers .table .tbody > .tr > .th {
    margin-bottom: 1rem;
  }
  body.page-template-page-tiers .table .tbody .tr .th .cell {
    grid-column: span 7;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  body.page-template-page-tiers .table .tbody .tr .td {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media screen and (max-width: 500px) {
  body.page-template-page-tiers .table .tbody .tr .td {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  body.page-template-page-tiers .table .thead .tr .th p,
  body.page-template-page-tiers .table .tbody .tr .th p,
  body.page-template-page-tiers .table .tbody .tr .td p {
    font-size: 13px;
  }
  body.page-template-page-tiers .table .tbody .tr .th.mobile h2 {
    font-size: 23px;
    line-height: 25px;
  }
  body.page-template-page-tiers .tiers--intro > div,
  body.page-template-page-tiers .c2a .cta,
  body.page-template-page-tiers .bottom-c2a .cta {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}