:root {
  --color-grey: #454545;
}

body {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-blue);
  overflow-x: hidden;
}
a,
a:link,
a:visited {
  color: var(--color-blue);
}
a:hover,
a:focus {
  color: var(--color-maroon);
  text-decoration: underline;
}

.conference-banner-desc .conference-banner-tagline h1 {
  color: var(--color-blue);
  font-weight: 700;
}

.footer__left-aahrpp {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.75rem;
}
.footer__left-address {
  display: flex;
  font-size: 1.75rem;
  line-height: 1.3;
}

/* Default/General Template text styles */
.aahrpp-section {
  margin: 1rem 1.25rem 5rem;
  padding: 3rem 4rem 3rem 4rem;
  max-width: 1900px;
}

.aahrpp-section h1 {
  font-family: "Cabin", sans-serif;
  color: var(--color-maroon);
  font-size: 3.5rem;
  font-weight: 200;
  /*margin-top: 4rem;*/
}

.aahrpp-section h2 {
  font-family: "Koh Santepheap", cursive;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-maroon);
}

.aahrpp-section h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-blue);
}

.aahrpp-section h4 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue);
}

.aahrpp-section h5 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-blue);
}

.aahrpp-section h6 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-maroon);
}
.aahrpp-section {
  font-size: 2rem;
  line-height: 1.5;
  color: var(--color-grey);
}
.aahrpp-section p,
.dropdown__todo-list.active {
  font-size: 2rem;
  line-height: 1.5;
  color: var(--color-grey);
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.aahrpp-section p:first-child {
  margin-top: 0;
}
.aahrpp-section a {
  font-weight: 500;
}

/* END OF Default/General Template text styles */

#HtmlMain_T9DCA1AEB002_Col00 {
  margin: 1rem 1.25rem 0;
  padding: 3rem 4rem 2rem 4rem;
}

.aahrpp-section .accredited__content-right--title {
  font-family: "Cabin", sans-serif;
}

.resources .resources__content-right ul,
.aahrpp-section ul {
  list-style-type: disc;
  margin-left: 5rem;
  margin-top: 1rem;
  margin-left: 6rem;
  margin-bottom: 3rem;
}
.resources .resources__content-right ul ul,
.aahrpp-section ul ul {
  list-style-type: circle;
}

.resources .resources__content-right ol,
.aahrpp-section ol {
  /*list-style-type: lower-alpha;
    list-style-type: lower-roman;
    list-style-type: upper-roman;*/
  list-style-type: decimal;
  margin-left: 2.6rem;
}

.resources .resources__content-right ol > li::marker,
.aahrpp-section ol > li::marker {
  content: " (" counter(list-item, decimal) ") ";
}

.resources .resources__content-right ol ol,
.aahrpp-section ol ol {
  list-style-type: lower-alpha;
  margin-left: 4rem;
  list-style-position: outside;
}

.resources .resources__content-right ol ol > li::marker,
.aahrpp-section ol ol > li::marker {
  content: " (" counter(list-item, lower-alpha) ") ";
}

.resources .resources__content-right ol ol ol,
.aahrpp-section ol ol ol {
  list-style-type: lower-roman;
}

.resources .resources__content-right ol ol ol > li::marker,
.aahrpp-section ol ol ol > li::marker {
  content: " (" counter(list-item, lower-roman) ") ";
}

.resources .resources__content-right ol ol ol ol,
.aahrpp-section ol ol ol ol {
  list-style-type: upper-alpha;
}

.resources .resources__content-right ol ol ol ol > li::marker,
.aahrpp-section ol ol ol ol > li::marker {
  content: " (" counter(list-item, upper-alpha) ") ";
}

.resources .resources__content-right ol ol ol ol ol,
.aahrpp-section ol ol ol ol ol {
  list-style-type: upper-roman;
}

.resources .resources__content-right ol ol ol ol ol > li::marker,
.aahrpp-section ol ol ol ol ol > li::marker {
  content: " (" counter(list-item, upper-roman) ") ";
}

.resources .resources__content-right ol ol ol ol ol ol,
.aahrpp-section ol ol ol ol ol ol {
  list-style-type: decimal-leading-zero;
}

.resources .resources__content-right ol ol ol ol ol ol > li::marker,
.aahrpp-section ol ol ol ol ol ol > li::marker {
  content: " (" counter(list-item, decimal) ") ";
}

.resources .resources__content-right ol {
    counter-reset: list-item1 0;
}

    .resources .resources__content-right ol ol {
        counter-reset: list-item2 0;
    }

        .resources .resources__content-right ol ol ol {
            counter-reset: list-item3 0;
        }

            .resources .resources__content-right ol ol ol ol {
                counter-reset: list-item4 0;
            }

                .resources .resources__content-right ol ol ol ol ol {
                    counter-reset: list-item5 0;
                }

                    .resources .resources__content-right ol ol ol ol ol ol {
                        counter-reset: list-item6 0;
                    }

    .resources .resources__content-right ol >li {
        counter-increment: list-item1 1;
    }

    .resources .resources__content-right ol ol >li {
        counter-increment: list-item2 1;
    }

    .resources .resources__content-right ol ol ol >li {
        counter-increment: list-item3 1;
    }

    .resources .resources__content-right ol ol ol ol >li {
        counter-increment: list-item4 1;
    }

    .resources .resources__content-right ol ol ol ol ol >li {
        counter-increment: list-item5 1;
    }

    .resources .resources__content-right ol ol ol ol ol ol >li {
        counter-increment: list-item6 1;
    }

    .resources .resources__content-right ol > li::marker {
        content: " (" counter(list-item1, decimal) ") ";
    }

    .resources .resources__content-right ol ol > li::marker {
        content: " (" counter(list-item2, lower-alpha) ") ";
    }

    .resources .resources__content-right ol ol ol > li::marker {
        content: " (" counter(list-item3, lower-roman) ") ";
    }

    .resources .resources__content-right ol ol ol ol > li::marker {
        content: " (" counter(list-item4, upper-alpha) ") ";
    }

    .resources .resources__content-right ol ol ol ol ol > li::marker {
        content: " (" counter(list-item5, upper-roman) ") ";
    }

    .resources .resources__content-right ol ol ol ol ol ol > li::marker {
        content: " (" counter(list-item6, decimal) ") ";
    }


.accredited__fees-table--categories--big {
  line-height: 1.25;
  font-size: 2rem;
  padding: 0 6rem 0.5rem;
}

.elem-description,
.element-name {
  text-transform: uppercase;
}
.table-of-contents-bullet:link,
.table-of-contents-bullet:visited {
  font-weight: 700;
}
a.table-of-contents-bullet.domain-name {
  text-transform: uppercase;
  font-size: 18px;
}
a.table-of-contents-bullet.standard-name {
  padding-left: 7rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
a.table-of-contents-bullet.standard-name span {
  font-size: 30px;
  line-height: 18px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 1rem 3.4rem;
}

a.table-of-contents-bullet.standard-name span:after {
  content: "+";
}
a.table-of-contents-bullet.standard-name.active span:after,
a.table-of-contents-bullet.standard-name.opened span:after {
  content: "-";
}
a.table-of-contents-bullet.standard-name span:hover {
  background: #ffe063;
}

a.table-of-contents-bullet.element-name {
  padding-left: 5rem;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.table-of-contents-container .standards-children {
}
.table-of-contents-container .elements-children {
  padding-left: 7rem;
  display: none;
}
.table-of-contents-container .elements-children.active {
  display: block;
}
.resources__header-right-btn-container a {
  padding: 2rem 3rem 2rem 8.5rem;
}
.resources__header-right-btn-container a img {
  left: 3rem;
}
.resources .resources__content-right .heading-tertiary,
.resources .resources__content-right .-u-margin-top-medium-large a.link {
  text-transform: capitalize;
}
.paragraph-secondary h3,
.paragraph-secondary h4 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
}
.paragraph-secondary h3 {
  color: var(--color-blue);
  margin-top: 2rem;
  font-size: 2rem;
}
.paragraph-secondary h4 {
  font-size: 1.8rem;
}
.team__content-category.current {
  text-decoration: none;
  background-color: var(--color-yellow);
}

.accredited__content-left-item-description-text h4 {
  margin-bottom: 2rem;
}

.newsletter__article .aahrpp-section h1 {
  font-family: "Koh Santepheap", cursive;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-maroon);
  margin-bottom: 1rem;
}
.newsletter__article .aahrpp-section h2 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-blue);
}
.newsletter__article .aahrpp-section h3 {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--color-blue);
}
.newsletter__article .aahrpp-section h4 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-blue);
}
.newsletter__article .aahrpp-section h5 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Cabin";
  color: var(--color-maroon);
}
.press-release-date {
  display: none;
}
/* temporary */
.popup__slider-close,
.popup-close {
  display: flex;
  justify-content: right;
  align-items: center;
  position: absolute;
  top: 2rem;
  right: 0.5rem;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}

.popup__slider-close-icon-container,
.popup-close-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-right: 1rem;
}

.popup__slider-close-icon,
.popup-close-icon {
  width: 50%;
}

.popup__slider-close:hover,
.popup-close:hover {
  transform: scale(1.02);
  text-decoration: underline;
}
/* end of temporary */

.popup-slide {
  padding: 8rem;
}
.popup__slider-right {
  padding-left: 0;
}

.popup-slide {
  width: 100%;
}
.nav__link--resources-list {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 3rem 0 7rem;
  background-color: var(--color-white);
  border-bottom: 3.6rem solid var(--color-yellow);
  box-shadow: 0 1rem 2rem rgb(0 0 0 / 40%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.nav__link--resources-column:after {
  height: 100%;
}
.resources__library__preamble {
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
.nav .nav__list {
  margin-bottom: 0;
}
.nav__link:hover {
  color: var(--color-white);
}
.nav__link--resources-list__close:link::after,
.nav__link--resources-list__close:visited::after {
  top: 2.8rem;
}
.nav__link--resources-list > *:last-child {
  width: auto;
  padding-right: 12rem;
}
.nav__link--resources-list__close:hover .nav__link--resources-list__close-text {
  text-decoration: underline;
}
.nav__link--resources-list {
  top: 4.4rem;
}
.nav__responsive-menu-button--icon {
  display: inline-block;
  width: 3rem;
  height: 6px;
  background-color: var(--color-white);
  border-radius: 100rem;
  transition: all 0.3s;
}

@media (max-width: 60.65em) {
  .nav__list {
    display: flex;
  }

  .nav__responsive {
    display: none;
  }
}

/*
    Newsletter styles
*/
.newsletter__article-item .col-lg-6 {
  width: 48%;
}
.newsletter__article-item .row {
  justify-content: space-between;
  flex-wrap: unset;
  margin-top: 5rem;
}
.newsletter__common-item {
  margin-top: unset;
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 47%;
    max-width: 50%;
  }
}

.newsletter__article-item-image-container img,
.newsletter__article-item-image img {
  width: 100%;
}
.newsletter__article-item h1 {
  font-family: "Koh Santepheap", cursive;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-maroon);
}

.newsletter__article-item h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
.newsletter__article-item h3 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
}
.newsletter__article-item h4 {
  font-family: "Koh Santepheap", cursive;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.newsletter__article-item h5 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-maroon);
}

.newsletter__article-item ul {
  color: var(--color-grey);
  padding-left: 6rem;
  font-size: 1.8rem;
  margin-top: 2rem;
}
.newsletter__article-item ul > *:not(:last-child) {
  padding-bottom: 1rem;
}
main div .blue {
  color: var(--color-blue);
}
main div .maroon {
  color: var(--color-maroon);
}

.newsletter__article-item--2-blue-box {
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 3rem 4rem 3.5rem 4rem;
}

.newsletter__article-item--2-blue-box h2 {
  font-family: "Koh Santepheap", cursive;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-yellow);
}
.newsletter__article-item--2-blue-box h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
.newsletter__article-item--2-blue-box h4 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.newsletter__article-item--2-blue-box strong {
  font-size: 2.85rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.team__content-member-image-container {
  margin-bottom: 0.75rem;
}

.newsletter__article-item--2-blue-box p {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1rem 0 2rem;
  color: var(--color-white);
}
.newsletter__article-item--2-blue-box a,
.newsletter__article-item--2-blue-box a:link,
.newsletter__article-item--2-blue-box a:visited,
.newsletter__article-item--2-blue-box a:focus,
.newsletter__article-item--2-blue-box a:hover {
  color: white;
}
.press-release-detail
  .accredited__part1__content-right
  .newsletter__article-item--2-blue-box {
  margin-top: 6rem;
}
.newsletter__article-item--2-maroon-box h4 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-blue);
}
.newsletter__article-item--2-maroon-box .content-wide {
  padding: 1rem 2rem 0;
}

.newsletter__search h2 {
  color: var(--color-maroon);
  font-size: 4rem;
  font-weight: 700;
}
.newsletter__search h3 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-blue);
  margin-top: 1rem;
}
.newsletter__search h4 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-blue);
  margin-top: 1rem;
}

.newsletter__article-item .dropdown__todo--plus {
  flex: 0 1 30%;
  bottom: 2rem;
}
.dropdown__todo--text {
  color: var(--color-blue);
  font-family: "Cabin";
  font-family: "Koh Santepheap", cursive;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 1rem;
}

.CEO-title-text h3 {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-yellow);
}
.newsletter__bottom-left-CEO {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: var(--color-blue);
}
.newsletter__bottom-left-CEO-description .CEO-title-text,
.CEO-title-text p {
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 1.4;
}

.CEO-title-text p {
  font-size: 1.8rem;
}

.newsletter__bottom-left-CEO-view a {
  color: var(--color-yellow);
  text-transform: uppercase;
  cursor: pointer;
}
h3.newsletter__bottom-left-reminder-title {
  font-size: 2.15rem;
  font-family: "Cabin", sans-serif;
  margin-top: 0;
  padding: 0.5rem 2rem;
  background-color: var(--color-maroon);
  color: var(--color-yellow);
}
.newsletter__items {
  align-items: start;
}
.newsletter__item-image {
  width: 100%;
  max-height: 260px;
}
.newsletter__item .item-title--2 a {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-maroon);
}
.newsletter__common-item-content div p:first-of-type {
  margin-top: 0.5rem;
}
.past-newsletters-list {
  margin-top: 4rem;
}

.past-newsletters-list .media-body {
  margin-bottom: 2rem;
}

.past-newsletters-list .media-body a {
  color: var(--color-maroon);
  font-size: 1.4rem;
}

.past-newsletters-list h4 {
  margin-bottom: 2px;
  font-size: 2.15rem;
}
.newsletter__article .container img:first-child {
  margin-bottom: 4rem;
}

.newsletter__article h1 {
  margin: 1rem 0 4rem;
}
/*{
    font-family: "Koh Santepheap", cursive;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-blue);
}*/

.banner {
  padding-top: 12rem;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

/* Accreditation page + Guided steps list */
.accredited__content-left-item {
  margin-top: 2rem;
  justify-content: flex-start;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.accredited__content-left-item:nth-child(1) {
  margin-top: 0rem;
}
.accredited__content-left-item:last-of-type
  .accredited__content-left-item-arrow {
  /* visibility: hidden; */
  /* background-image: url(../img/arrow-right-2.svg);
  transform: scale(1.5);
  margin-top: 20px; */
  display: none;
}

.accredited__content-left-item-image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0 1 7%;
  margin-right: 2rem;
  margin-top: 1rem;
  min-width: 80px;
}

.accredited__content-left-item-image-container img {
  margin: auto;
  width: 100%;
  position: relative;
  bottom: 1rem;
  image-rendering: -webkit-optimize-contrast;
}
.accredited__content-left-item-description h2.heading-tertiary--2 {
  font-family: "Cabin", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--color-blue);
}
section .accredited__part1__content-right h2,
section h2.accredited__content-right--title,
section.resources__for__participants
  .resources__accred__org__content-left--title,
section.resources__for__participants
  .resources__for__participants__content-container
  h2 {
  font-family: "Cabin", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--color-blue);
  margin-top: 6rem;
  margin-bottom: 2.5rem;
  border-bottom: 5px solid var(--color-yellow);
  padding-bottom: 1rem;
}

.accredited__content-left-item-description-link {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accredited__content-left-item-description-link a,
.accredited__content-left-item-description h2.heading-tertiary--2 a {
  display: inline-block;
  color: var(--color-maroon);
  text-decoration: none;
  cursor: pointer;
}
.accredited__content-left-item-description-link a:hover,
.accredited__content-left-item-description-link a:focus,
.accredited__content-left-item-description h2.heading-tertiary--2 a:hover,
.accredited__content-left-item-description h2.heading-tertiary--2 a:focus {
  text-decoration: underline;
}

.accredited__content-left-item-description-text a:link,
.accredited__content-left-item-description-text a:visited {
  display: inline-block;
  text-decoration: none;
  color: var(--color-blue);
  border: none;
}
.accredited__content-left-item-description-text a:hover,
.accredited__content-left-item-description-text a:focus {
  color: var(--color-maroon);
  text-decoration: underline;
}
span.link.education__webinars-item-description-register-link {
  display: inline-block;
  color: var(--color-maroon);
  text-decoration: none;
}
.education__webinars-item-description-register-image-container {
  flex: 0 1 5%;
  text-align: left;
}
.education__webinars-item-description-register-image {
  width: 34px;
  height: 34px;
}

.education__webinars__past-content-item-description a:link,
.education__webinars__past-content-item-description a:visited {
  display: inline-block;
  text-decoration: none;
  color: var(--color-blue);
  text-transform: none;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.education__webinars__past-content-item-description a:hover,
.education__webinars__past-content-item-description a:focus {
  text-decoration: underline;
  color: var(--color-blue);
}
.education__webinars__past-content-item-image-container,
.education__webinars__past-content-item-description {
  flex: 0 1 50%;
}

.accredited__part1__content-left-process-right-image-container {
  flex: 0 1 3%;
  transform: translate(0rem, 2rem);
  margin-right: 2rem;
}
.accredited__part1__content-left-process-right-item {
  padding-left: 0rem;
  margin-left: 7rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--color-grey-light);
}
.accredited__part1__content-left-process-right
  .accredited__part1__content-left-process-right-image-container {
  flex: 0 1 5%;
}
.accredited__part1__content-left-process-right
  .accredited__part1__content-left-process-right-item.-u-margin-bottom-medium {
  padding: 0;
  margin-left: 0;
  border: none;
}
.accredited__part1__content-left-process-right-item-part.accredited__part1__content-left-process-right-item.-u-margin-top-extra-small {
  padding-bottom: 0;
  border: none;
}
.accredited__part1__content-left-process-right-item-title span {
  display: inline-block;
}
.accredited__part1__content-left-process-right-item
  h6.accredited__part1__content-left-process-right-item-part-title {
  font-size: 1.5rem;
  padding: 0;
}
h3.item-title-secondary.accredited__part1__content-left-process-right-item-title {
  font-size: 2rem;
}

h3.item-title-secondary.accredited__part1__content-left-process-right-item-title
  span {
  font-size: 2.3rem;
}
.accredited__part1__content-left-process-right {
  padding-left: 0;
}
.accredited__part1__content-left-process {
  margin: 0;
}
.accredited__part1__content-left-process-right > *:not(:first-child) {
  border: none;
}

/*.resources__header-left {width: 50%;min-width: 720px;}

.resources__header-left-image-container.resources__header-left-image-container--related__resources {width: auto;
    margin-right: 1rem;}

img.resources__header-left-image {
    max-height: 80px;min-width: 40px;}*/
.resources__header-left-description .heading-tertiary--3 {
  line-height: 1.25;
}
.site__visitor {
  position: relative;
}
.site__visitor .team__content-member-image {
  max-width: 30px;
  min-height: 30px;
  position: absolute;
  left: -40px;
  top: 0px;
  border-radius: 8px;
}
.team-name-no-link {
  font-family: "Koh Santepheap", cursive;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  color: var(--color-blue);
}
.site__visitor-title p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-blue);
}
.site_visitors-all,
.site_visitors-a-c,
.site_visitors-d-g,
.site_visitors-h-l,
.site_visitors-m-s,
.site_visitors-t-z {
  display: none;
}
.site_visitors-all.active,
.site_visitors-a-c.active,
.site_visitors-d-g.active,
.site_visitors-h-l.active,
.site_visitors-m-s.active,
.site_visitors-t-z.active {
  display: flex;
}
.site__visitors-alphabets a.site__visitors-alphabet.active {
  color: var(--color-maroon);
}
.sfPageEditor .sf_colsIn.dropdown__todo-list {
  opacity: 1;
  visibility: visible;
  display: block;
}

.resources__for__participants__content-right-quote-text {
  padding: 1rem 0 2rem;
  font-size: 1.6rem;
}
.resources__for__participants__content-right-quote-container,
.resources__for__participants__content-right-quote-container p {
  font-family: "Koh Santepheap", cursive;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.resources__for__participants__content-right-quote-container p,
.testimonial__text p {
  margin-top: 0;
  display: inline;
}

.testimonial--maroon::before {
  height: 12rem;
  bottom: -11rem;
}
.testimonial--grey::before {
  height: 16rem;
  bottom: -16rem;
}
.testimonial--yellow::before {
  height: 14rem;
  bottom: -13rem;
}
.testimonial {
  width: 90%;
}
.testimonials__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 6rem;
  margin-top: 5rem;
  width: 33%;
}
.all-testimonials-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  align-content: flex-start;
  justify-content: center;
}
.testimonial__author-info p {
  margin-bottom: 6px;
  line-height: 1.25;
  margin: 0;
}
.testimonials {
  margin: 1rem 0 0;
  padding: 3rem 4rem 0;
}

.newsletter__bottom-left-CEO-image-container {
  flex: 0 1 40%;
}

.newsletter__bottom-left-CEO-image-container img {
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

/*@media screen and (max-width: 37.5em) {*/
@media screen and (max-width: 48em) {
  .newsletter__bottom-left-CEO-image-container img {
    height: unset;
  }
}

.resources__for__participants__content-right-quote {
  background-color: var(--color-grey-light-2);
  color: var(--color-blue);
  position: relative;
  border-radius: 0;
  padding: 6rem 3rem;
}
.resources__for__participants__content-right-quote
  .resources__for__participants__content-right-quote-container
  p {
  color: inherit;
}
.resources__for__participants__content-right-quote.testimonial-type-yellow {
  background-color: var(--color-yellow);
  color: var(--color-blue);
}
.resources__for__participants__content-right-quote.testimonial-type-maroon {
  background-color: var(--color-maroon);
  color: var(--color-white);
}

.aahrpp-section h5.mission__content-right-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
}
.aahrpp-section .mission__content-right-item h3 {
  font-family: "Koh Santepheap";
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.2;
  transform: none;
  padding-top: 3px;
}
.aahrpp-section .mission__content-right-item h5 {
  font-family: "Koh Santepheap";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.23;
  color: var(--color-maroon);
  transform: none;
  padding-top: 1px;
}
.mission__content-right p {
  margin-bottom: 3rem;
}
a.mission-view-timeline {
  font-size: 1.4rem;
  line-height: 3;
}
.mission__content-container .video16x9 {
    padding-bottom: 56.25%;
    position: relative;
}
.mission__content-container iframe {
    margin: 2rem 3rem 3rem 3rem;
    width: 98%;
    border: 0;
    position: absolute;
    height: 98%;
}
.mission__content-right iframe {
  margin: 0;
  width: 581px;
  height: 327px;
}

.team__founding-logos {
  gap: 40px;
}

.team__founding-logos :last-child {
  grid-column: 2 / 3;
}

.team__content-member-image {
  border-radius: 25px;
  margin-bottom: 6px;
}
.aahrpp-home-section .sidebar-resource-desc {
  display: none;
}
.sidebar-resource-desc {
  margin-top: 0;
}

.aahrpp-section .accredited__part1__content-left h2 {
  font-size: 3.2rem;
}

.aahrpp-section .accredited__part1__content-left h2,
.headings-margin h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.aahrpp-section .accredited__part1__content-left h3,
.headings-margin h3 {
  margin-top: 2.25rem;
}
.accredited__content-left-item .accredited__content-left-item-description > h2 {
  margin-top: 0;
}
/* Placeholder imgs Resources */
.accredited__part1__content-right-image--2-container,
.resources-item-image-container.placeholder {
  width: 100%;
  width: 80%;
  height: 200px;
  background-color: #a10e55;
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accredited__part1__content-right-image--2-container > div {
  width: 35%;
  max-width: 35%;
}
.accredited__part1__content-right-image--2,
.resources-item-image-container.placeholder .resources-item-image {
  width: 100%;
  height: auto;
}

.accredited__part1__content-left-actions {
  margin-bottom: 4rem;
}
.accredited__part1__content-left-process-right h3 {
  margin-bottom: 0;
}
.accredited__part1__content-left-process-right
  .accredited__part1__content-left-process-right-item-part-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--color-maroon);
  border-bottom: none;
  padding-bottom: 1rem;
}
.accredited__part1__content-left-process-right .item-title-secondary {
  font-family: "Koh Santepheap", cursive;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-blue);
}
.accredited__part1__content-left-process-right-image {
  width: 120%;
  max-width: 120%;
  padding: 0 0 20px 0;
}

.resources__accred__org__content-right-image--2-container {
  width: 100%;
  padding: 0 5rem;
}
.resources__for__participants__content-left {
  width: 30%;
}
.dropdown__todo {
  margin-top: 20px;
}
.dropdown__todo-list {
  padding-left: 6rem;
  padding-bottom: 2rem;
}
.dropdown__todo--plus-multi-line {
  bottom: 0rem;
  flex: 0 1 4%;
}

/*.dropdown__todo--plus::before {
    content: "+";
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
}
.dropdown__todo--plus.active::before {
    content: "-";
    top: 46%;
}*/
.dropdown__todo--plus::before,
.dropdown__todo--plus::after,
.dropdown__todo--plus.active::before {
  display: none;
  content: unset;
}
.dropdown__todo--plus {
  background-image: url(/ResourcePackages/AAHRPP/assets/dist/img/plus-icon--maroon.svg);
  background-repeat: no-repeat;
  height: 4rem;
  width: 5rem;
  margin-top: -0.5rem;
}
.dropdown__todo-question {
  display: flex;
  align-items: flex-start;
}
.dropdown__todo--plus.active {
  background-image: url(/ResourcePackages/AAHRPP/assets/dist/img/minus-icon--maroon.svg);
}
.dropdown__todo-question:hover .dropdown__todo--text {
  color: var(--color-maroon);
  text-decoration: none;
}
.dropdown__todo-open__close {
  font-size: 1.6rem;
  text-decoration: none;
}
.link.dropdown__todo-close,
.link.dropdown__todo-open {
  color: var(--color-maroon);
}
.link.dropdown__todo-close:hover,
.link.dropdown__todo-close:focus,
.link.dropdown__todo-open:hover,
.link.dropdown__todo-open:focus {
  color: var(--color-maroon);
  text-decoration: underline;
}

.card-link-container--resources > div > div {
  display: flex;
  align-items: center;
}
.card-link-container--resources > div > div .card-link {
  /*margin-left: 10px;*/
  font-weight: 500;
  font-size: 1.6rem;
}
.card-link,
.card-link-container a:link,
.card-link-container a:visited {
  font-weight: 600;
  line-height: 2.2rem;
  text-transform: uppercase;
  color: var(--color-maroon);
  font-size: 1.6rem;
}
.card__featured-title {
  font-weight: 700;
  padding-left: 2rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-size: 2.75rem;
  letter-spacing: 0;
}
.newsletter__content-logo-container {
  margin: 7px 10px 0px 0;
}

.testimonial-video-container,
.resources__for__participants__content-right-video-container {
  position: relative;
}
.testimonial-video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 98.3%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.testimonial-video-container.hide-overlay::after {
  content: unset;
}

.mission__content-left h4 {
  margin-bottom: 1rem;
}

.sf-Media-play-button.glyphicon.glyphicon-play {
  z-index: 20;
  font-family: "Glyphicons Halflings" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  position: absolute;
  top: 50%;
  left: 50%;
  /* margin-top: -30px !important;
  margin-left: -30px !important; */
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 60px !important;
  height: 60px !important;
  color: #fff !important;
  font-size: 23px !important;
  background-color: #000 !important;
  opacity: 0.6 !important;
  cursor: pointer !important;
  border-radius: 5px !important;
  margin-top: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.sf-Media-play-button.glyphicon.glyphicon-play:before {
  position: absolute;
  top: 16px;
  left: 19px;
  content: "\e072" !important;
}

.testimonial--yellow {
  transform: translateY(0rem);
}
.all-testimonials-wrapper .testimonial--grey,
.all-testimonials-wrapper .testimonial--yellow,
.all-testimonials-wrapper .testimonial--maroon {
  margin-bottom: 5rem;
}

.nav__link--resources-list {
  padding-top: 9rem;
}
nav.nav .nav__link--resources-title {
  position: absolute;
  top: 2rem;
  left: 0;
  font-size: 2.5rem;
  list-style: none;
  background-color: #ffe063;
  padding: 0.5rem 4.5rem 0.5rem 5rem;
}

.header__logo-box {
  border-radius: 0px;
  max-width: 360px;
}

.header__logo-text {
  line-height: 1.05;
}

.header__search__dropdown-default--icon-container {
  width: 22%;
}

input.header__search__input {
  border-color: var(--color-blue);
  font-size: 2rem;
}

li.nav__item {
  padding: 0.9rem 0 1.1rem 0;
}

.nav__link {
  padding: 1.2rem 0;
}

.nav__link::before {
  border-radius: 0;
  top: -1px;
}
li.nav__item.active .nav__link::before {
  border-top: 0.5rem solid var(--color-yellow);
  width: 100%;
}

blockquote.banner__quote {
  font-size: 2.75rem;
  line-height: 1.25;
}

.banner__container::before {
  color: #fcce2d;
  top: 2rem;
}

.banner__container::after {
  bottom: 10rem;
  top: unset;
}

figure.banner__container {
  background-color: rgba(255, 224, 99, 0.95);
}

blockquote.banner__quote {
  font-size: 3rem;
  line-height: 1.4;
}

.banner__container::before {
  color: #fcce2d;
  top: 2rem;
}

.banner__container::after {
  bottom: 10rem;
  top: unset;
}

.conference-banner-desc {
  position: relative;
  padding: 3rem 5rem;
  margin: 0 0 1rem;
  background-color: rgba(255, 224, 99, 0.95);
  width: 65%;
}

.conference-banner-tagline {
  position: relative;
  z-index: 2;
  /* font-family: "Cabin"; */
  font-family: "Koh Santepheap", cursive;
  line-height: 1.25;
  font-weight: 700;
  font-size: 4.5rem;
}

.conference-banner-desc p {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 1rem;
}

.education__press-items {
  margin-bottom: 6rem;
}

.education__press-items .item-title--3 {
  font-size: 1.4rem;
}

.education__press-items .heading-tertiary--3 {
  font-size: 2.3rem;
  line-height: 1.25;
}

.education__press-items .heading-tertiary--3 a:hover {
  text-decoration: underline;
  color: var(--color-maroon);
}

span.heading-secondary--caps {
  font-weight: 600;
}

.footer__left-address--1 {
  border-color: #818b95;
  padding-right: 8rem;
}

.footer__left-address--2 {
  padding-left: 8rem;
}

svg.footer__right-logo {
  height: 5.5rem;
  width: 5.5rem;
  fill: var(--color-yellow);
}
.footer__right-logo:hover,
.footer__right-logo:focus {
  fill: white;
}

.footer__right-logo-container :first-child {
  margin-right: 4rem;
}

.footer__right-logo-container > :first-child {
  margin-right: 3rem;
}

.footer__right-copyright-container {
  display: flex;
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

footer.footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 2.5rem 5rem 4rem 5rem;
  color: var(--color-white);
  background-color: var(--color-blue);
}
.footer__right-copyright-container :first-child,
.footer__right-copyright-container :last-child {
  border: none;
  padding: 0;
}

.footer__right-copyright-container > :first-child {
  border-right: 1px solid var(--color-grey-light);
  padding-right: 2rem;
}

.footer__right-copyright-container > :last-child {
  padding-left: 2rem;
}
.footer__right-copyright-container a,
.footer__right-copyright-container a:link,
.footer__right-copyright-container a:visited {
  color: var(--color-yellow);
}

.footer__right-copyright-container a:hover,
.footer__right-copyright-container a:focus {
  text-decoration: underline;
}

.accredited__content-left-item-description h2.heading-tertiary--2 {
  font-size: 3rem;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}

.accredited__content-left-item-description-text {
  padding-top: 0;
}

.accredited__content-left-item-description-text p {
  margin-top: 0;
}

.accredited__content-left-item-image-container img {
  width: 64px;
  height: 64px;
}

.accredited__content-left-item-image-container {
  flex: 1 0 100px;
}

.team__content-category {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}
.team__content-members {
  align-items: flex-start;
}
.team__content-categories {
  width: 80%;
  align-items: flex-start;
}

.team__content-member-image {
  width: 270px;
}

.team-name:link,
.team-name:visited {
  font-size: 2.3rem;
  line-height: 1.25;
}

.team__content-member-title {
  font-family: "Cabin", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding-top: 0;
  line-height: 1.25;
}

.team__founding h2.heading-secondary {
  font-family: "Cabin", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.popup__slider-right-heading--name {
  font-family: "Cabin", sans-serif;
  font-size: 2.85rem;
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
}

.popup__slider-right-heading--title {
  font-family: "Cabin", sans-serif;
  font-size: 2.15rem;
  line-height: 1.25;
  font-weight: 600;
  border-bottom: 1px solid var(--color-grey);
  padding-bottom: 1.5rem;
}

.popup__slider-right-heading--description {
  font-family: "Cabin", sans-serif;
  padding: 2rem 0 1rem;
  font-size: 1.8rem;
  padding-top: 1.5rem;
}

.popup__slider-container {
  height: 90%;
  padding: 2rem 0;
}

.popup__slider-left-image {
  border-radius: 12px;
  margin-right: 70px;
}

.popup__slider-right-heading-info {
  width: 100%;
}

.popup__slider-right-text {
  font-size: 2.15rem;
  line-height: 1.25;
  color: #757575;
  margin-top: 5rem;
  overflow-y: auto;
  max-height: 36rem;
  min-height: 35rem;
}

.popup__slider-right-text p {
  margin-bottom: 3rem;
}

.popup__slider-close-text,
.popup-close-text {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.popup__slider-close-icon-container,
.popup-close-icon-container {
  width: 100%;
  justify-content: flex-start;
  margin-right: 0;
  margin-left: 1.5rem;
}

.popup__slider-close,
.popup-close {
  flex-direction: row-reverse;
  z-index: 10;
}

.popup__slider-close:hover {
  color: var(--color-maroon);
}

a.site__visitors-alphabet {
  font-size: 2.2rem;
  font-weight: 500;
}

.team-name-no-link {
  font-size: 2.3rem;
}

.site__visitor-title {
  font-family: "Cabin", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.site__visitor-title p {
  font-size: 2rem;
  font-weight: 500;
}
.accredited__steps {
  margin: 4rem 0 10rem;
  padding: 0px 4rem;
}
.accredited__part1__content-right {
  width: 25%;
  margin-top: -6rem;
}
.accredited__part1__content-right .paragraph-secondary {
  font-size: 1.75rem;
}
.accredited__part1__content-left {
  width: 68%;
}

.accredited__part1__content-left p {
  font-family: sans-serif;
}

.aahrpp-section .accredited__part1__content-right h3 {
  font-size: 2rem;
  text-transform: none;
  line-height: 1.25;
}

.accredited__content-left-item-description-text,
.accredited__content-left-item-description-link {
  font-size: 2rem;
}

.pagination__num:hover,
.pagination__num:active {
  background-color: #ededed;
}

.general-search-form__button--submit {
  height: 5rem;
  width: 5rem;
}

.resources-pager-next,
.resources-pager-prev {
  position: relative;
}
.resources-pager-next::after,
.resources-pager-prev:after {
  content: "";
  position: absolute;

  height: 12px;
  width: 12px;
  background-image: url(../img/next-page-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.resources-pager-next:after {
  left: 101%;;
  top: 51%;
  transform: translateY(-50%);
}
.resources-pager-prev:after {
  right: 100%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.resources-pager-next:hover::after {
  display: none;
}
.resources-item-description h3 a {
  color: #114496;
}
.resources__accred__org__content-left-item p {
  font-size: 1.6rem;
}

.resources__accred__org__content-left--link:link,
.resources__accred__org__content-left--link:visited {
  font-size: 2rem;
}

.resources__for__participants {
  padding: 5rem 4rem 0 4rem;
  padding-top: 0;
  margin-top: 5rem;
}

footer.footer {
  margin-top: 0;
}

.find__accredited {
  margin-bottom: 0;
}
img.education__webinars-item-image {
  border: #114496 solid 2px;
  width: 570px;
}

.education__webinars-item-image-container {
  width: 40%;
}

.education__webinars-item-description {
  width: 80%;
}

.education__webinars-item {
  align-items: flex-start;
}
.education__webinars__past-content-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
}

.education__webinars__past {
  padding: 2rem 0;
}

main.main h1 {
  font-family: "Cabin", sans-serif;
  color: var(--color-maroon);
  font-size: 3.5rem;
  font-weight: 200;
}

.education__webinars {
  margin: 0;
  padding: 0;
}

.education__webinars-item-description .-u-margin-top-extra-small {
  font-size: 2.15rem;
  color: var(--color-blue);
  margin-top: 0;
}

.education__webinars-item-description-register {
  margin-top: 1rem;
}

.education__webinars-item-description .heading-tertiary--2 {
  font-size: 3rem;
  color: var(--color-blue);
  text-transform: none;
  margin-top: 1.5rem;
}
.education__webinars-item-description {
  font-size: 2.3rem;
}

.education__webinars-item-description-register-link {
  font-size: 2rem;
}
.education__webinars__past h2 {
  font-family: "Cabin";
  font-weight: 700;
  font-size: 4rem;
}

.sf_colsIn.education__webinars__past {
  margin-top: 6rem;
}

img.education__webinars__past-content-item-image {
  border: #114496 solid 2px;
}

.education__webinars__past-content-item-description-login-link {
  font-weight: 500;
}
h3.heading-tertiary--3 a {
  color: var(--color-blue);
}

li.nav__item.active > a {
  color: var(--color-yellow);
}

li.nav__item.active > a:hover,
li.nav__item.active > a:focus {
  color: var(--color-white);
}

nav .nav__link {
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.2rem 0;
  position: relative;
  transition: all 0.3s;
}

.nav__link--resources-list {
  max-width: 1350px;
  min-height: 35rem;
  width: 100%;
  align-items: stretch;
  align-content: flex-start;
  justify-items: flex-start;
}

.nav__link--resources-title {
  text-transform: uppercase;
  font-size: 2.3rem;
}

.nav__link--resources-link::before {
  border-radius: unset;
}

.nav__link--resources-link:link,
.nav__link--resources-link:visited {
  letter-spacing: unset;
}

.nav__link--resources-column {
  justify-content: flex-start;
}

.nav__link--resources-list__close-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-blue);
}
.nav__link--resources-list .nav__link--resources-list__close {
  flex-direction: row-reverse;
}

.nav__link--resources-list__close-icon-container {
  margin-left: 1.5rem;
  margin-right: 0;
}

.nav__link--resources-list__close-icon {
  fill: var(--color-blue);
}

div.nav__link--resources-list.active ul.nav__link--resources-list {
  display: flex;
  opacity: 1;
  visibility: visible;
}

ul.nav__link--resources-list--ul {
  display: flex;
  width: auto;
  z-index: 10;
  align-items: stretch;
  align-content: flex-start;
  justify-items: flex-start;
}

.nav__link--resources-list.active .nav__link--resources-list__close {
  opacity: 1;
  visibility: visible;
  top: 2.5rem;
  right: 1rem;
}

.header__search__dropdown-default--text {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 0 1.5rem;
  width: 75%;
  text-align: center;
}

.accredited__steps-chart:last-child .accredited__steps-chart-image-arrow {
  /* visibility: hidden; */
}

.sf-Media-play-button.glyphicon.glyphicon-play {
  width: 100px !important;
  height: 80px !important;
  opacity: 1 !important;
  background-color: transparent !important;
}

.sf-Media-play-button.glyphicon.glyphicon-play::before {
  content: "" !important;
}

.sf-Media-play-button.glyphicon.glyphicon-play div {
  background-image: url(/ResourcePackages/AAHRPP/assets/dist/img/resource-icons-video.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 80px;
  opacity: 1;
  top: 0;
  left: 0;
}

.sf-Media-play-button.glyphicon.glyphicon-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.header__search__input {
  padding: 0 2.5rem;
  width: 66.6%;
}

.header__search__dropdown {
  width: 33.3%;
}

.header__search__button {
  padding-left: 2rem;
}

.header__search__dropdown-default--icon {
  width: 80%;
}

input.header__search__input::placeholder {
  color: #909090;
}
.nav {
  padding: 0 5rem;
}
.banner__container::after {
  bottom: 3rem;
  /* bottom: 29rem; */
  right: 1.5rem;
  color: #fcce2d;
  line-height: 1;
}
.banner__credit {
  font-size: 1.75rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 2.5rem;
}
.header__logo-box {
  max-width: 750px;
  flex: 0 1 866px;
  border: none;
}
.header__logo-text {
  display: none;
}
.accredited__steps h2.heading-secondary {
  font-weight: 700;
  font-size: 3.5rem;
}
.accredited__steps-chart-image-description h2 span {
  font-size: 2rem;
  line-height: 1.3;
}
.accredited__steps-chart-image-description h2 {
  font-size: 1.75rem;
  line-height: 1.25;
}
.accredited__steps-chart a:hover,
.accredited__steps-chart a:focus {
  color: inherit;
  text-decoration: inherit;
}

.card__featured-heading h3 {
  color: var(--color-yellow);
  line-height: 1;
}
.btn-primary {
  background-color: transparent;
  border-color: transparent;
}
.resources__accred__org__content-left--link:link,
.resources__accred__org__content-left--link:visited {
  color: var(--color-blue);
}

.resources__accred__org__content-left-item {
  padding: 0 0.8rem 3rem;
}

.education__press {
  margin: 0;
  padding: 0;
}
.accredited__content-left-item:last-of-type {
  border: none;
}
.resources__header-right-btn-container a {
  color: var(--color-yellow);
}
.resources {
  margin: 4rem 0;
  padding: 0px 4rem;
}

.newsletter__item .item-title--2 a {
  font-size: 3rem;
}

.newsletter__item-description .paragraph-primary {
  color: var(--color-blue);
  padding-top: 0rem;
}

.newsletter__bottom-left-CEO-description .CEO-title-text {
  font-size: 2rem;
}

.newsletter__bottom-left-CEO-view a {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 3rem;
}

.newsletter__bottom-left-reminder {
  margin-top: 4rem;
  border: 2px solid var(--color-maroon);
}

.newsletter__article-item p a,
.newsletter__article-item a {
  font-size: 1.8rem;
  font-weight: 500;
}

.newsletter__article-item p a {
  color: var(--color-maroon);
}

.newsletter__common-item .heading-tertiary--2 {
  font-size: 2.15rem;
  font-family: "Cabin", sans-serif;
  padding: 0.5rem 2rem;
}

.newsletter__common-item {
  margin-bottom: 4rem;
}

.newsletter__article-item p {
  font-family: "Cabin";
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.3;
}

.newsletter__search {
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--color-grey);
  margin-top: 6rem;
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 48%;
  }
}

.newsletter__article {
  margin: 1rem auto 3rem;
  padding: 3rem 4rem 0 4rem;
  max-width: 1900px;
}
.newsletter__article-item--2-blue-box
  .newsletter__article-item--2-title.no-title {
  display: none;
}

.newsletter__article-item--2-blue-box h2 {
  display: none;
}

.newsletter__article-item--2-blue-box h2.newsletter__article-item--2-title {
  display: block;
}

.btn__wide,
.btn__wide:link,
.btn__wide:visited {
  color: var(--color-yellow);
}

.btn__wide:hover,
.btn__wide:focus {
  color: var(--color-blue);
}

main.main h1 strong {
  text-transform: uppercase;
  font-weight: 700;
}
.contact__us-form .form-group,
.subscribe-form .form-group {
  margin-top: 2rem;
}
.form-inline .form-group {
  display: flex;
  flex: 0 0 100%;
  flex-flow: column wrap;
  align-items: flex-start;
  margin-bottom: 0;
}

.contact__us-form input,
.subscribe-form input {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  padding: 2rem 1rem;
  border: 1px solid var(--color-blue);
  caret-color: var(--color-blue);
}

    .contact__us-form input::placeholder,
    .contact__us-form textarea::placeholder,
    .subscribe-form input::placeholder {
        color: var(--color-blue);
    }

.contact__us-form label {
  /* font-size: 2rem;
  color: var(--color-blue);
  font-weight: 200;
  margin-bottom: 8px; */
  display: none;
}
.contact__us-form textarea {
  height: 25rem;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  padding: 1.5rem 1rem;
  border: 1px solid var(--color-blue);
  caret-color: var(--color-blue);
}
.contact__us-form select {
  font-family: inherit;
  font-size: inherit;
  border: 1px solid var(--color-blue);
  caret-color: var(--color-blue);
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url(/ResourcePackages/AAHRPP/assets/dist/img/dropdown-carrot.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 50%;
  background-size: 25px;
}
.contact__us-form select,
.contact__us-form select:focus {
  color: var(--color-blue);
}

.popup__slider__btn {
  height: 24px;
  width: 16px;
  transform: scale(1.5);
}

.popup__slider__btn--right {
  background-image: url(../img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 2%;
}

.popup__slider__btn--right:hover {
  background-image: url(../img/arrow-right-maroon.svg);
}

.popup__slider__btn--left {
  background-image: url("../img/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 3%;
}

.popup__slider__btn--left:hover {
  background-image: url("../img/arrow-left-maroon.svg");
}

@media all and (min-width: 769px) {
  .contact__us-form input,
  .contact__us-form select {
    width: 50%;
  }
}
.contact__us-form label.h6 {
    display: none;
}

@media (max-width: 769px) {
  .contact__us-form input,
  .contact__us-form select {
        width: 100%;
        font-size: 2.85rem;
        font-weight: 400;
        height: 40px;
    }
}

.contact__us-form button {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  /*letter-spacing: 0.1rem;*/
  text-decoration: none;
  padding: 1.2rem 6rem 1.2rem 4rem;
  border-radius: 10rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  background-color: var(--color-blue);
  color: var(--color-yellow);
}

.contact__us-form button:hover,
.contact__us-form button:focus {
  background-color: var(--color-yellow);
  color: var(--color-blue);
}
.btn__wide:hover .btn__wide-arrow--blue,
.btn__wide:focus .btn__wide-arrow--blue,
.contact__us-form button:hover .btn__wide-arrow--blue,
.contact__us-form button:focus .btn__wide-arrow--blue {
  background-color: var(--color-blue);
  color: var(--color-yellow);
}
button.sf-Captcha-button.btn.btn-light.ml-4 {
  border: 1px solid var(--color-blue);
  padding: 0.3rem 2rem 0.45rem 2rem;
  border-radius: 4px;
  background-color: #f8f9fa;
  color: var(--color-blue);
}
button.sf-Captcha-button.btn.btn-light.ml-4:hover {
  background-color: var(--color-yellow);
}
.subscribe-form button {
  position: relative;
  text-indent: -9999px;
}
.subscribe-form label {
  display: none;
}
.subscribe-form form {
    display: flex;
    flex-wrap: wrap;
}
.subscribe-form .form-group {
  width: 45%;
  margin-right: 3rem;
}
.subscribe-form button.sf-SubmitButton {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .subscribe-form button.sf-SubmitButton {
    margin-top: 4px;
  }
}
.subscribe-form button .btn__wide-arrow--blue {
  text-indent: 0;
  right: unset;
  height: 4.6rem;
  width: 4.6rem;
  background-color: var(--color-maroon);
  color: var(--color-yellow);
}
.subscribe-form button:hover .btn__wide-arrow--blue,
.subscribe-form button:focus .btn__wide-arrow--blue {
  background-color: var(--color-yellow);
  color: var(--color-maroon);
}
.aahrpp-home-section .card__highlighted-heading h3 {
  font-size: 2.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
}
.aahrpp-home-section .card__new-item a {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
}
.aahrpp-home-section .card__new-item,
.card__new-item p {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}
.aahrpp-home-section .card-link {
  font-size: 1.4rem;
}
.aahrpp-home-section .card__new-item p.card__new-date {
  font-family: "Cabin", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  color: var(--color-grey);
  margin: 0;
  padding: 0 0 2px 0;
}
.aahrpp-home-section .card {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  border: none;
  align-items: flex-start;
}

.aahrpp-home-section .card h3.heading-tertiary--2.-u-margin-top-small {
  width: 55%;
  padding: 0 1rem 0 0;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-blue);
  min-height: 80px;
}

.aahrpp-home-section .card h3.heading-tertiary--2 a {
  font-size: 2rem;
  font-weight: 600;
  text-transform: none;
  line-height: 1.25;
  display: inline-block;
}

.aahrpp-home-section
  .card
  .accredited__part1__content-right-image--2-container.-u-margin-top-medium {
  /*width: 30%;
        height: auto;
        margin: 2rem 2.5rem 0 2.5rem;*/
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.aahrpp-home-section .card .accredited__part1__content-right-image--2 {
  width: 40px;
  height: 100%;
}
.aahrpp-home-section .card .sidebar-resource-image {
  position: relative;
  width: 30%;
  height: auto;
  margin: 2rem 2.5rem 0 2.5rem;
}
.aahrpp-home-section .card .sidebar-resource-title {
  width: 52%;
  margin-top: 2rem;
}
.sidebar-resource-image.real-image .sidebar-item-image-container {
  width: 100%;
  max-width: 100%;
}
.sidebar-resource-image {
  position: relative;
  width: 80%;
  height: auto;
  margin-top: 3rem;
}

.accredited__part1__content-right-image--2-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.sidebar-resource-image .accredited__part1__content-right-image--2-container {
  border: 3px solid var(--color-maroon);
  border-left-width: 2.3px;
  border-right-width: 2.3px;
}
.sidebar-resource-image.real-image .sidebar-item-image-container img {
  width: auto;
  height: auto;
}
.aahrpp-home-section .card__highlighted-heading {
  width: 100%;
}
.aahrpp-home-section .card > div {
  width: 100%;
}
.card__new-image-container {
  width: 100%;
  margin: 2rem auto 2rem;
  padding: 0 2.5rem;
}
.card__new-item {
  padding: 0 2.5rem 1.25rem;
  margin: 2rem 0 3rem;
}
.card.card--resources .card__featured-logo-container {
  width: 20%;
  width: 13%;
}
.accredited__content-left-item {
  border: none;
}
.accredited__content-left-items
  .accredited__content-left-item:not(:last-child) {
  border-bottom: 2px solid var(--color-grey-light-2);
}
tr.accredited__fees-table--categories {
  background-color: #fff4ca;
}
.accredited__fees-table th {
  border: 1px solid var(--color-blue);
  text-align: center;
  width: auto !important;
}
.accredited__fees-table td {
  color: var(--color-blue);
  width: auto !important;
  padding: 0.6rem 0.6rem 0.6rem 1rem;
}
.accredited__fees-table td:nth-child(1),
.accredited__fees-table td:nth-child(2) {
  text-align: left !important;
}
.accredited__fees-table--categories--small {
  font-size: 2rem;
  padding: 0 0.6rem;
}
.accredited__fees-table {
  border-collapse: collapse;
  margin: 3rem auto 1rem;
  width: auto !important;
}

iframe.accred-table {
  border: none;
  max-height: 800px;
}
iframe {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .aahrpp-section .container {
    max-width: 1250px;
  }
}
.sidebar-logos img {
  padding: 3rem 0;
  width: 80%;
}

.sidebar-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.meet__image {
  width: 80%;
}
.find__accredited-heading:hover {
  color: var(--color-yellow);
  background-color: var(--color-blue);
}
.find__accredited-heading:hover .find__accredited-heading-title {
  color: var(--color-yellow);
}
.find__accredited a:hover,
.find__accredited a:visited {
  color: var(--color-blue);
  text-decoration: none;
}
.find__accredited-heading {
  padding: 1rem 4rem;
}
.find__accredited-form__input,
.find__accredited-form__dropdown,
.find__accredited-form__dropdown-default {
  height: 6rem;
}
footer.footer a:link,
footer.footer a:visited {
  color: var(--color-white);
}
footer.footer a:hover,
footer.footer a:focus {
  color: var(--color-yellow);
}
.find__accredited-heading {
  margin-top: 3rem;
}
.find__accredited-form.-u-padding-top-medium {
  display: none;
}
.accredited__steps-charts {
  display: flex;
  justify-content: space-between;
  padding: 0 6rem;
  column-gap: calc(4%);
}
.accredited__steps-chart-image {
  width: 51%;
}
.accredited__steps-chart-image-description {
  transform: translateX(3rem);
}

.accredited__steps-chart-image-container {
  transform: translateX(14px);
}
nav.nav > ul > li a {
  font-size: 1.4rem;
}

nav.nav ul li {
  font-size: 1.6rem;
}

.accredited__content-right-text {
  width: 48%;
  line-height: 1.25;
}
.content__heading {
  font-size: 3rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 4rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial--grey::before {
  height: 16rem;
  bottom: -15rem;
  clip-path: polygon(91% 0, 64% 0, 54% 54%);
}
.testimonial--yellow::before {
  height: 8rem;
  bottom: -7rem;
  clip-path: polygon(50% 0%, 10% 0, 63% 99%);
}
.testimonial--maroon::before {
  height: 8rem;
  bottom: -7rem;
  clip-path: polygon(50% 0%, 10% 0, 63% 99%);
}

.newsletter__item-description .item-title--2 a {
  line-height: 1.25;
}
.newsletter__common-item-content {
  padding: 2rem 2rem 2rem;
}
.resources-item-description {
  max-width: 75%;
}

.resources-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.resources-item-image-container-1 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resources-item-image-container-0 {
  position: relative;
  width: 20%;
  margin: 0 3rem 0 0;
  /* border: 2px solid var(--color-maroon); */
  max-width: 310px;
  min-width: 220px;
}

.resources-item-image-container-0.real-image {
  border: 2px solid var(--color-maroon);
}

.resources-item-image-container {
  width: 35%;
  max-width: 35%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.resources-item-description {
  max-width: 75%;
}
.resources-item-image {
  width: 100%;
  max-height: 100%;
}
.resources__library {
  margin: 4rem auto 15rem;
  padding: 0;
}
.real-image .resources-item-image-container-1 {
  display: none;
}
img.nav__link--resources-list__close-icon.forhover {
  display: none;
}

.nav__link--resources-list__close.active:hover
  .nav__link--resources-list__close-text {
  color: var(--color-maroon);
}

.nav__link--resources-list__close.active:hover
  img.nav__link--resources-list__close-icon {
  display: none;
}

.nav__link--resources-list__close.active:hover
  img.nav__link--resources-list__close-icon.forhover {
  display: inline;
}

.nav__link--resources-list__close-icon-container {
  width: 30%;
}

.btn__wide.btn__wide--maroon,
.btn__wide.btn__wide--maroon:link,
.btn__wide.btn__wide--maroon:visited {
  background-color: var(--color-maroon);
  color: var(--color-yellow);
}
.btn__wide.btn__wide--maroon:hover,
.btn__wide.btn__wide--maroon:focus {
  background-color: var(--color-yellow);
  color: var(--color-maroon);
}
.btn__wide:hover .btn__wide-arrow--maroon,
.btn__wide:focus .btn__wide-arrow--maroon {
  background-color: var(--color-maroon);
  color: var(--color-yellow);
}
.education__conference-sponsors-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-row-gap: 20%;
  margin-bottom: 10rem;
}
.education__conference-sponsors-logo img {
  max-width: 42%;
  max-height: 80px;
}

.banner__container::before {
  background-image: url(/ResourcePackages/AAHRPP/assets/dist/img/quotation-start.svg);
  background-repeat: no-repeat;
  content: "";
  height: 50%;
  width: 10rem;
  z-index: 0;
  top: 3rem;
  color: #fcce2d;
  line-height: 1;
  font-size: 5rem;
}

.banner__container::after {
  background-image: url(/ResourcePackages/AAHRPP/assets/dist/img/quotation-end.svg);
  background-repeat: no-repeat;
  content: "";
  height: 50%;
  width: 10rem;
  z-index: 0;
  bottom: 4rem;
  right: 4.5rem;
  color: #fcce2d;
  line-height: 1;
  font-size: 5rem;
  transform: none;
  top: unset;
}
.embed-vid-iframe {
  width: 100%;
  height: 101%;
  padding: 1px 0;
  border: 0;
}
a.maroon-link {
  color: var(--color-maroon);
}
blockquote.testimonial__text {
  font-size: 2.15rem;
  margin: 0 0 6rem;
}

.testimonial__author-info {
  line-height: 1.3;
}

.meet-pager {
  position: absolute;
  width: 100%;
  height: 0;
  /*top: 4rem;*/
  top:8rem;
}

.meet-pager-button {
  top: 35%;
  opacity: 0.02;
}
.meet-pager-button.meet-button-left {
  position: absolute;
  left: -2rem;
}

.meet-pager-button.meet-button-right {
  position: absolute;
  right: -2rem;
}
.meet-pager-button img {
  height: 6rem;
  width: 8rem;
}
.meet-pager-button:hover {
  transform: scale(1.4);
  transition: all 1s;
}
.meet-the-world-wrapper:hover .meet-pager-button {
  opacity: 0.9;
}
.meet-the-world-wrapper .meet-pager-button:hover {
  opacity: 1;
  cursor: pointer;
}

.meet__image-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  transition: all 0.4s 0.2s;
  width: 100%;
  /*height: 14rem;*/
  height:22rem;
  padding: 0;
  margin: 0px 1% 0 4%;
}

.meet-the-world-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-bottom: 4rem;
}

img.meet__image {
  width: 19.3%;
  position: absolute;
  transform: translateX(500%);
  transition: all ease 1s;
}
.general-search-form {
  font-size: 1.8rem;
  line-height: 1.25;
}
.pagination .pagination__num a {
  color: var(--color-white);
}
.accredited__part1__content-right-image--2-container > div {
  width: 40%;
  max-width: 40%;
}

.aahrpp-home-section .card .accredited__part1__content-right-image--2 {
  width: 55px;
}
.popup__video.active h2.heading-secondary {
  text-align: center;
}
.popup__form-preview-video-container,
.popup__video-video-container {
  position: relative;
  width: 60%;
  height: 0;
  padding-bottom: min(45%, 80vh);
  max-width: 700px;
}

.education__webinars__past-content {
  align-items: flex-start;
}
@media (min-width: 72em) {
  .popup__form-preview-video-container,
  .popup__video-video-container {
    padding-bottom: min(525px, 80vh);
  }
}
@media (max-width: 30em) {
  .popup__form-preview-video-container,
  .popup__video-video-container {
    width: 80%;
    padding-bottom: min(60%, 80vh);
  }
}
.popup__video-video-container .embed-vid-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-height: 394px;
  border: 0;
}
.resources__header-right-search {
  visibility: hidden;
}
.newsletter__content-logo-container {
  margin: 7px 10px 0px 0;
  padding-bottom: 1rem;
}
.newsletter__content-bar {
  align-items: flex-end;
}
.newsletter__article a.item-title--3.link {
  font-size: 1.4rem;
}

.education__webinars-item-description .item-title--3,
.education__webinars__past-content-item-description .item-title--3 {
  font-size: 2.15rem;
  line-height: 1.4;
  font-weight: 600;
}

.education__webinars-item-description .heading-tertiary--2,
.education__webinars__past-content-item-description .heading-tertiary--2 {
  font-size: 2.85rem;
  line-height: 1.2;
  font-weight: 600;
}

.education__webinars-item-description .paragraph-secondary,
.education__webinars__past-content-item-description .paragraph-secondary {
  font-size: 1.8rem;
  line-height: 1.3;
}

.link.education__webinars-item-description-register-link {
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 0;
}
.team__founding-logos {
  gap: 55px;
}

.team__founding-logo {
  width: 66%;
}
.team__founding {
  padding: 5rem 0 7rem;
}
.newsletter__article h3.newsletter__bottom-left-reminder-title {
  color: var(--color-yellow);
}
.resources__header-left-image-container {
  width: max(6%, 50px);
  margin-right: 2rem;
}

.nav__responsive-list {
  z-index: 999;
}

.nav__responsive .nav__responsive-list {
  font-size: 2.35rem;
}

.nav__responsive-item .nav__link--resources-heading,
.nav__responsive-link {
  font-weight: 500;
}

.nav__responsive-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-image: url(../img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.nav__responsive-item:nth-child(5):after,
.nav__responsive-item:nth-child(6):after {
  content: unset;
}

.nav__responsive-item.onclick::after {
  transform: translateY(-50%) rotate(90deg);
}

.nav__link--resources-link:link,
.nav__link--resources-link:visited {
  font-weight: 400;
}

.nav__responsive-item .nav__link--resources-heading::after {
  /* content: "";
  position: absolute;
  right: 0;
  top: 20px;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-image: url(../img/plus-expand.svg);
  background-size: contain;
  background-repeat: no-repeat; */
}

.nav__responsive-link.nav__responsive-link--login {
  display: none;
}
img.nav__responsive-button-icon {
  height: 14px;
  width: 15px;
}
.nav__responsive-item
  .nav__link--resources-list.active
  .nav__link--resources-list--ul {
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 1rem;
}

.nav__responsive-item .nav__link--resources-list.active {
  position: relative;
  border: none;
  box-shadow: none;
  top: 0;
  padding: 0;
  margin: 0 0 3rem;
  min-height: 0;
}

.nav__responsive-item .nav__link--resources-list__close.active {
  display: none;
}
.nav__responsive-item .nav__link--resources-heading {
  padding-top: 1rem;
}
.nav__responsive-item .nav__link--resources-column {
  padding: 0;
}
.nav__responsive-item .nav__link--resources-column:after {
  display: none;
}
.header__search.page-not-found-search .header__search__dropdown {
  display: none;
}
.header__search.page-not-found-search {
  justify-content: flex-start;
  display: flex;
}
.search-results-list .results .result-type {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-maroon);
  text-transform: uppercase;
}
.search__results-filters h3 {
  display: none;
}
.search__results-filters ul {
  margin: 1rem 2rem 3rem;
}
.search__results-filters li .search__results-filters-checkmark {
  display: inline-block;
}
.search__results-filters-checkmark.content-type-selector {
  border: none;
  background: none;
  color: var(--color-maroon);
}
.search__results__content-container {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.search__results__content-right h2 {
  font-family: "Cabin";
  font-size: 2.85rem;
}
.results ul {
  list-style-type: none;
  margin: 2rem 0 4rem 0;
}
.pager ul {
  display: flex;
  row-gap: 1rem;
  width: 50%;
  justify-content: space-between;
}

.pager li {
  list-style-type: none;
  color: var(--color-white);
}

.pager a.search-results-pager,
.pager .btn.btn-primary.active {
  color: var(--color-grey);
  background-color: var(--color-grey-light-2);
  border-radius: 12px;
  border: none;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 125%;
}
.pager a.search-results-pager:hover,
.pager a.search-results-pager:focus {
  text-decoration: underline;
}
button.popup__slider__btn:focus {
  outline: none;
}

.general-search-form__button--reset {
  color: var(--color-blue);
}

.aahrpp-section .general-search-form__dropdown-list {
  list-style-type: none;
  margin: 0;
}
.resources__for__participants__content-left-item img {
  border: 1px solid var(--color-blue);
}
.aahrpp-section h2.press-release-title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.press-release-date {
  margin-bottom: 30px;
}
.resources-slider {
  width: 100%;
  height: 75rem;
  position: relative;
}
.resources-slides-container {
  height: 100%;
  top: 43%;
  transform: translate(-50%, -43%);
}
.resources-slider-dots {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem 6rem;
  position: relative;
  left: 53.5%;
}

@media (max-width: 1200px) {
  .resources-slider-dots {
    left: 51.5%;
  }
}

.resources-slider-dots__dot {
  width: 18%;
  border: 1px solid var(--color-blue);
  margin-right: 0;
}
.resources-slide > img {
  border: 2px solid var(--color-blue);
}
.resources-slider button:focus {
  outline: none;
}
.resources-slider__btn--right {
  background-image: url(../img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.resources-slider__btn--left {
  background-image: url(../img/arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.resources-slider__btn--right:hover {
  background-image: url(../img/arrow-right-maroon.svg);
}
.resources-slider__btn--left:hover {
  background-image: url(../img/arrow-left-maroon.svg);
}

.resources-slider__btn {
  top: 50%;
  height: 24px;
  width: 16px;
  transform: scale(2.5);
}

.newsletter__article-item .newsletter__common-item-content ul li {
    color: var(--color-blue);
    padding-bottom: 0;
}

.newsletter__article-item .newsletter__common-item-content ul {
    margin-top: -1rem;
}

.newsletter__article-item .newsletter__common-item-content p a, .newsletter__article-item .newsletter__common-item-content a {
    font-size: 1.8rem;
}

.accredited__content-left-item-arrow {
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  margin-top: 20px;
}
.nav__responsive-link {
  font-size: 2.75rem;
  display: block;
}

.nav__responsive-item .nav__link--resources-heading {
  font-size: 2.5rem;
}

.nav__responsive-item a.nav__link--resources-link {
  padding-left: 1rem;
}
.pagination__num,
.pagination__num a {
  font-size: 3rem;
}

.pagination .pagination__num a {
  font-family: "Cabin", sans-serif;

  background-color: transparent;
  color: #868686;
  border: none;
}

.pagination__num.active {
  padding: 1rem 2rem;
  color: #114496;
  background-color: #ededed;
}

.pagination__num,
.pagination__num a {
  width: 40px;
  height: 40px;
  font-size: 24px;
  padding: 0;
  text-align: center;
  line-height: 1.75;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
}
.pagination .pagination__num.resources-pager-prev,
.pagination .pagination__num.resources-pager-prev a {
  width: 95px;
  padding: 0 10px;
  border-radius: 0;
}
.pagination .pagination__num.resources-pager-next,
.pagination .pagination__num.resources-pager-next a {
  width: 60px;
  padding: 0 10px;
  border-radius: 0;
}

.pagination .pagination__num a:hover,
.pagination .pagination__num a:focus {
  color: var(--color-white);
  background-color: var(--color-blue-transparent);
}
.pagination__num {
  background-color: var(--color-grey-light-2);
  color: var(--color-blue);
  border-radius: 50%;
}

.pagination .pagination__num a {
  color: var(--color-grey-light);
  background-color: white;
  border: none;
  border-radius: 50%;
}

.pagination {
  flex-wrap: wrap;
}

/* Form in Resources page  */
.can-form {
  margin-top: 2rem;
}

.can-form form > div,
.can-form form > fieldset {
  margin: 2rem 0 1rem;
  position: relative;
}

.can-form label,
.can-form legend {
  color: var(--color-blue);
  font-family: "Cabin";
  font-size: max(14px, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
}

.can-form input,
.can-form textarea {
  font-size: 16px;
  width: 65%;
  font-family: inherit;
  font-size: inherit;
  padding: 1.5rem 1rem;
  border: 1px solid var(--color-blue);
  caret-color: var(--color-blue);
}

.can-form input::placeholder,
.can-form textarea::placeholder {
  color: var(--color-blue);
}

.can-form input:focus,
.can-form textarea:focus {
  outline: none;
  background-color: none;
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.can-form textarea {
  max-width: 100%;
  min-width: 80%;
  min-height: 25rem;
}

.can-form ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
  list-style: none;
  margin: 2rem 0;
}

.can-form ul li label {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: start;
  gap: 1rem;
  line-height: 1.2;
}

.can-form ul li input {
  width: unset;
  margin-top: 3px;
}

.can-form p {
}

    .can-form button {
        display: inline-block;
        position: relative;
        font-size: 2rem;
        text-transform: uppercase;
        /* letter-spacing: 0.1rem; */
        text-decoration: none;
        padding: 1.2rem 6rem 1.2rem 4rem;
        border-radius: 10rem;
        border: none;
        cursor: pointer;
        transition: all 0.2s;
        background-color: var(--color-blue);
        color: var(--color-yellow);
    }

        .can-form button:hover,
        .can-form button:focus {
            background-color: var(--color-yellow);
            color: var(--color-blue);
        }

            .can-form button:hover .btn__wide-arrow--blue,
            .can-form button:focus .btn__wide-arrow--blue {
                background-color: var(--color-blue);
                color: var(--color-yellow);
            }

/*@media (max-width: 37.5em) {*/
@media (max-width: 48em) {
    .can-form input, .can-form textarea {
        width: 100%;
    }
}

/* ---------------------------------------------------------------- */
/*@media (max-width: 38em) {*/
@media (max-width: 48em) {
    .resources-slides-container {
        height: 90%;
        top: 8rem;
        transform: translate(-50%, -6rem);
    }

    .resources-slider-dots {
        justify-content: space-around;
        flex-wrap: wrap;
        row-gap: 2rem;
        position: relative;
        left: 47.5%;
    }

    .resources-slider-dots__dot {
        width: 40%;
    }

    .resources-slider {
        width: 100%;
        height: max(40rem, 230px);
        position: relative;
    }
}

@media (max-width: 110em) {
  .general-search-form__buttons-container {
    justify-content: flex-end;
    grid-column: 3 / span 2;
  }
  .general-search-form {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 0.5rem;
  }
  blockquote.banner__quote {
    font-size: 2.25rem;
    line-height: 1.25;
  }
  .banner__credit {
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  figure.banner__container {
    background-color: rgba(255, 224, 99, 0.95);
  }
  .banner__container {
    padding: 2.5rem 5rem;
  }
  .banner {
    padding-top: 16rem;
  }
  .banner__container::before,
  .banner__container::after {
    height: 40%;
  }
  .banner__container::after {
    bottom: 6rem;
  }
}

@media (max-width: 85em) {
}

@media (max-width: 60.65em) {
  .nav__responsive-list {
    top: 5.5rem;
  }
  .nav__responsive-item {
    border-bottom-width: 1px;
  }
  .nav__responsive-list {
    border-bottom-width: 3rem;
  }
  .popup__slider__btn--right {
    right: 3%;
  }

  .popup__slider-close-text,
  .popup-close-text {
    font-size: 12px;
  }

  .popup__slider-close-icon-container,
  .popup-close-icon-container {
    width: 50%;
  }
}

@media (max-width: 48em) {
  .accredited__steps-chart-image-arrow {
    margin-left: 0;
  }

  .accredited__content-left-item-arrow {
    top: 26px;
  }

  .sf-Media-play-button.glyphicon.glyphicon-play {
    width: 50px !important;
  }

  html {
    font-size: 40%;
  }

  .header__logo-container {
    justify-content: flex-start;
  }

  .card__featured-logo {
    height: 40px;
    width: 50px;
  }

  .nav {
    display: none;
  }

  .mission__content-container {
    gap: 0 7rem;
  }

  .nav__responsive {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5.5rem;
  }

  .newsletter__content-season {
    font-size: 2.15rem;
    padding: 0.5rem 2rem 0.5rem 0;
  }
  .newsletter__item .item-title--2 a {
    font-size: 2.85rem;
  }
  .education__webinars-item-description-register-image-container {
    flex: 0 1 10%;
    text-align: center;
  }

  .popup__slider-right-text {
    max-height: 100rem;
  }

  .dropdown__todo-list {
    padding-left: 6rem;
  }
  .header__logo-box {
    padding-right: 0;
    max-width: 400px;
  }

  .header__logo {
    width: 100%;
  }

  .header {
    padding: 2rem 3.5rem;
  }

  .nav__responsive-menu-button--text,
  .nav__responsive-input {
    font-size: 12px;
  }

  .nav__responsive-button {
    top: 0;
    left: 8rem;
  }

  .nav__responsive-right {
    color: var(--color-white);
  }

  .nav__responsive-right.active {
    color: var(--color-yellow);
  }

  .nav__responsive-menu-button--icon {
    height: 1px;
    background-color: currentColor;
  }

  .nav__responsive-menu-button > *:not(:last-child) {
    margin-bottom: 3px;
  }

  .nav__responsive-menu-button--text {
    color: currentColor;
  }

  main.main h1 {
    font-size: 4rem;
  }
  .aahrpp-section p,
  .dropdown__todo-list.active {
    font-size: 2.15rem;
    line-height: 1.25;
    color: #454545;
    margin-top: 1rem;
  }
  .meet__heading {
    font-weight: 700;
  }
  img.meet__image {
    width: 40%;
  }
  .meet__image-container {
    height: 24rem;
  }
  .footer__left-aahrpp {
    font-size: 3.9rem;
  }
  .footer__left-address {
    font-size: 2.15rem;
    line-height: 3.9rem;
  }
  .accredited__content-left-item-description h2.heading-tertiary--2 {
    font-weight: 700;
  }
  .accredited__content-left-item-image-container img {
    width: 43px;
    height: 43px;
  }
  .accredited__content-left-item-image-container {
    display: flex;

    flex: 1 0 43px;
    min-width: 43px;
    margin-right: 3rem;
  }

  .mission__content-right {
    margin: 0;
    margin-left: -2rem;
  }
  .aahrpp-section .mission__content-right-item h5 {
    font-size: 2.85rem;
  }
  .team__content-categories {
    width: 100%;
    align-items: flex-start;
    margin-top: 4rem;
  }
  .team__content-category {
    font-size: 2.15rem;
    font-weight: 600;
    line-height: 1.25;
  }
  .general-search-form {
    font-size: 2.5rem;
    grid-template-rows: repeat(2, 1fr);
  }

  .general-search-form__dropdown--1 {
    grid-column: 1 / 2;
    grid-row: 1 /2;
  }

  .general-search-form__dropdown--2 {
    grid-column: 2 /-1;
    grid-row: 1 /2;
  }

  .general-search-form__input {
    grid-column: 1 / 2;
    grid-row: 2 /3;
  }

  .general-search-form__dropdown--3 {
    grid-column: 2 /-1;
    grid-row: 2 /3;
  }

  .general-search-form__buttons-container {
    grid-column: 2 /-1;
    grid-row: 3 /-1;
    justify-self: flex-end;
  }

  .general-search-form__dropdown-default,
  .general-search-form__input {
    height: 6rem;
  }

  .general-search-form__button--reset {
    font-size: 2.15rem;
    font-weight: 700;
  }
  .resources-item-description .heading-tertiary--3 {
    font-size: 2.15rem;
    line-height: 1.25;
    font-weight: 600;
  }

  .resources-item-description .item-title--3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1rem;
  }

  .resources-item-description .item-text {
    font-size: 1.85rem;
    line-height: 1.3;
  }
  .item-text--2.-u-margin-top-small {
    margin-top: 1rem;
  }
  .resources__library {
    margin: 4rem auto 0;
    padding: 0;
  }
  .newsletter__article-item .col-lg-6 {
    width: 100%;
  }

  .newsletter__bottom-left-CEO-image-container {
    flex: 0 1 30%;
  }

  .accredited__steps-chart-image {
    width: 25%;
  }

  .accredited__part1__content-left-process-right-item {
    margin-left: 0;
    align-self: flex-start;
    width: 90%;
    position: relative;
  }

  .accredited__part1__content-left-process-right
    .accredited__part1__content-left-process-right-image-container {
    flex: 0 1 9%;
    transform: translate(0rem, 2rem);
    height: 80%;
    width: 4rem;
  }

  .accredited__part1__content-left-process-right-image-container {
    flex: 0 1 6%;
    position: absolute;
    height: 60%;
    width: 3rem;
  }

  .accredited__part1__content-left
    .accredited__part1__content-left-process-right
    h3,
  h3.accredited__part1__content-left-process-right-item-title {
    padding-left: 7rem;
  }

  .dropdown__todo-question {
    position: relative;
  }

  .dropdown__todo--plus {
    position: absolute;
    top: 0;
    left: 0;
  }

  .dropdown__todo--text {
    margin-left: 6rem;
  }

  .accredited__steps-chart-image-description {
    transform: translateX(2rem);
  }
}
@media (max-width: 37.5em) {
    .resources__for__participants .find__accredited {
        background-image: url('/html/img/world curve.png');
    }
}
/*@media (max-width: 37.5em) {*/
@media (max-width: 48em) {
    .resources__content-container {
        flex-direction: column;
        margin-top: 0;
    }
    .resources__content-left {
        margin-top: 5rem;
        width: 90%;
        align-self: center;
    }
    .resources__content-right {
        width: 90%;
        margin-top: 4rem;
        align-self: center;
    }

    .accredited__part1__content-container {
        flex-direction: column;
    }
    .accredited__content-left-item-arrow {
        font-size: 6rem;
        top: 52px;
    }
    .resources__for__participants__content-container {
        flex-direction: column;
    }
    .resources__for__participants__content-left {
        width: 100%;
    }
    .resources__for__participants__content-middle {
        width: 100%;
        align-self: center;
    }
    .resources__for__participants__content-right {
        text-align: center;
        width: 100%;
        align-self: center;
    }
    .newsletter__items {
        flex-direction: column;
    }


    .results ul {
        margin: 1rem 0;
        padding: 0;
    }

    .accredited__steps-chart-image {
        width: 35%;
    }

    .accredited__content-left-item-image-container {
        flex: 1 0 70px;
        min-width: 70px;
    }

        .accredited__content-left-item-image-container img {
            width: 100%;
            height: auto;
        }

    .aahrpp-section .accredited__content-right--title {
        margin-top: 4rem;
    }

    .resources__for__participants__content-right-quote {
        margin-bottom: 4rem;
    }

    .sf-Media-play-button.glyphicon.glyphicon-play {
        width: 100px !important;
    }

    .newsletter__search {
        margin-top: 0;
    }

    .pagination__num,
    .pagination__num a {
        width: 23px;
        height: 23px;
        font-size: 12px;
        line-height: 2;
    }

    .pagination .pagination__num.resources-pager-next,
    .pagination .pagination__num.resources-pager-next a {
        width: 40px;
    }

    .pagination .pagination__num.resources-pager-prev,
    .pagination .pagination__num.resources-pager-prev a {
        width: 60px;
    }

    .resources-pager-next::after {
        left: 90%;
    }

    .newsletter__article-item .row {
        flex-wrap: wrap;
    }

    .newsletter__common-item {
        margin-top: 4rem;
    }

    .popup-slide {
        padding: 10rem;
    }

    .popup__slider__btn--right {
        right: 4%;
    }

    .accredited__content-right-image {
        width: 45%;
    }

    .accredited__content-right-text {
        width: 51%;
        font-size: 4rem;
        padding-left: 0;
    }

    .popup__slider-close-icon-container,
    .popup-close-icon-container {
        width: 35%;
    }

    .accredited__part1__content-right .paragraph-secondary,
    .accredited__part1__content-right {
        font-size: 12px;
    }

    .content__heading {
        width: 60%;
        line-height: 1.35;
    }

    .contact__us-form button.btn-primary {
        display: block;
        margin: 0 auto;
        font-size: 3.2rem;
        padding: 1.2rem 7rem 1.2rem 4rem;
    }

        .contact__us-form button.btn-primary .btn__wide-arrow {
            height: 4.6rem;
            width: 4.6rem;
        }

    .newsletter__item {
        width: 100%;
    }

    .accredited__part1__content-left p {
        padding-top: 1rem;
        font-size: 2.5rem;
    }

    .btn__wide,
    .btn__wide:link,
    .btn__wide:visited {
        min-width: 85%;
        font-size: 2.5rem;
    }

    .newsletter__content-bar {
        flex-direction: row;
    }

    .newsletter__content-logo {
        width: 100%;
    }

    .newsletter__content-logo-container {
        flex: 0 1 55%;
        max-width: 200px;
        margin: 2px 10px 0px 0;
    }

    .newsletter__content-season {
        transform: translateY(-2.5rem);
    }

    .newsletter__items {
        margin: 8rem 0;
    }

    .newsletter__item {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 4rem;
    }

    .newsletter__item-image-container {
        flex: 0 1 35%;
    }

    .newsletter__item-description {
        border-top: 4px solid var(--color-yellow);
        margin-top: 0;
        flex: 1;
    }

        .newsletter__item-description .paragraph-primary {
            display: none;
        }

    .newsletter__article-item--2-blue-box .sf_colsIn {
        font-weight: 700;
    }

    .accredited__part1__content-right,
    .accredited__part1__content-left {
        width: 100%;
        margin-top: 0rem;
        text-align: left;
        color: var(--color-blue);
    }

    section .accredited__part1__content-right h2,
    section h2.accredited__content-right--title {
        text-align: left;
    }

    .accredited__content-right-image-container {
        width: 100%;
        margin-bottom: 4rem;
    }

    .card {
        text-align: left;
    }

    .accredited__part1__content-right {
        margin-bottom: 4rem;
        margin-top: 3rem;
    }

    section .accredited__part1__content-right h2 {
        margin-top: 4rem;
    }

    section .accredited__part1__content-right h2,
    .aahrpp-section .accredited__part1__content-right h3 {
        font-size: 3.15rem;
    }

    .accredited__part1__content-right p {
        color: var(--color-blue);
    }

    .aahrpp-section .accredited__part1__content-left h2 {
        font-size: 2.85rem;
    }

    .accredited__part1__content-left h4 {
        font-size: 2.5rem;
        line-height: 1.4;
    }

    .contact__us-form label {
        display: none;
    }

    .contact__us-form input,
    .contact__us-form select {
        font-size: 2.85rem;
        font-weight: 400;
        height: 40px;
        margin-top: 15px;
    }

    .contact__us-form textarea {
        margin-top: 15px;
    }

        .contact__us-form input::placeholder,
        .contact__us-form textarea::placeholder {
            font-size: 2.85rem;
            font-weight: 400;
        }

    .newsletter__article-item--2-blue-box {
        font-size: 2.85rem;
    }

        .newsletter__article-item--2-blue-box strong {
            font-size: 4rem;
        }

    .conference-banner-desc p {
        font-size: 1.95rem;
    }

    .team__content-member-image-container {
        margin-bottom: 2rem;
    }

    section.resources__for__participants
    .resources__accred__org__content-left--title,
    section.resources__for__participants
    .resources__for__participants__content-container
    h2 {
        font-size: 2.85rem;
        text-align: left;
        margin-top: 0;
    }

    /* section.resources__for__participants
    .resources__for__participants__content-container
    h2.accredited__content-right--title {
    margin-top: 0;
  } */

    section.resources__for__participants
    .resources__for__participants__content-container
    h2 {
        margin-top: 6rem;
    }

    .card__new-item p {
        font-size: 1.5rem;
        font-weight: 400;
    }

    .card__new-item a {
        font-size: 2.15rem;
        font-weight: 600;
    }

    .card__featured-heading h3 {
        font-size: 2.5rem;
        font-weight: 600;
    }

    .card__featured-heading {
        padding: 2rem 4rem 2rem 2.5rem;
    }

    .card__featured-description {
        margin-top: 3rem;
        padding: 0;
        font-size: 2.15rem;
        line-height: 2.7rem;
    }

    .card-link-container {
        text-align: center;
    }

        .card-link,
        .card-link-container a:link,
        .card-link-container a:visited {
            font-size: 2.15rem;
        }

    .card-link-container--resources > div > div .card-link {
        font-size: 2.15rem;
        font-weight: 600;
    }

    .card__new-image-container {
        padding: 0 2.5rem;
    }

    .aahrpp-home-section .card__highlighted-heading h3 {
        font-size: 3.8rem;
    }

    .aahrpp-home-section .card__new-item p.card__new-date {
        font-size: 2.15rem;
        padding-top: 2rem;
    }

    .aahrpp-home-section .card__new-item a {
        font-size: 2.9rem;
        line-height: 1.2;
    }

    .aahrpp-home-section .card .sidebar-resource-image {
        width: 32.5%;
        margin: 2rem 0 0 2.5rem;
    }

    .aahrpp-home-section .card .sidebar-resource-title {
        margin-left: 2rem;
    }

    /* .newsletter__items {
        align-items: center;
    } */

    .general-search-form {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2rem 0.5rem;
    }

    .education__webinars-item-description {
        width: 100%;
    }

    .education__webinars__past-content-item {
        width: 100%;
        flex-direction: row;
    }

    .education__webinars__past-content-item-image-container,
    .education__webinars__past-content-item-description {
        flex: unset;
    }

    img.education__webinars__past-content-item-image {
        width: 570px;
    }

    .education__webinars__past-content-item-image-container {
        width: 40%;
    }

    .education__webinars__past-content-item-description {
        width: 100%;
        margin-top: 0;
        margin-left: 4rem;
    }

    .sidebar-resource-image {
        width: 50%;
        margin: 3rem auto;
    }

    .all-testimonials-wrapper {
        flex-flow: row wrap;
    }

    .resources__for__participants__content-left {
        width: 100%;
    }

    .testimonials__content {
        width: 80%;
    }

    .sidebar-logos {
        gap: 8rem 0;
        padding: 4rem 0 0;
    }

        .sidebar-logos img {
            padding: 0;
            width: 65%;
        }

    .resources__for__participants .find__accredited {
        margin-top: 8rem;
    }

    .card__new-item {
        padding: 0 0 1.25rem 2.5rem;
    }

    .resources__for__participants__content-right {
        margin-top: 0;
    }

    .resources__accred__org__content-right--title {
        margin-top: 8rem !important;
    }

    section .accredited__part1__content-right h2,
    section h2.accredited__content-right--title {
        text-align: left;
    }

    .aahrpp-section .accredited__part1__content-right h3,
    .aahrpp-section .accredited__part1__content-right p {
        text-align: left;
    }

    .newsletter__search .subscribe-form .form-group {
        flex: 0 1 95%;
    }

    .newsletter__search .subscribe-form form > *:last-child {
        flex: 1;
    }

    .newsletter__search .subscribe-form input {
        font-size: 3.15rem;
    }

    .newsletter__search .subscribe-form button.sf-SubmitButton {
        margin-top: 8px;
        transform: scale(1.2);
    }

    .testimonial {
        margin: auto;
    }
}

@media (max-width: 30em) {
  /* .accredited__content-left-item-image-container {
    flex: 1 0 48px;
    min-width: 48px;
  } */

  .nav__responsive-button {
    top: 1px;
    left: 9.5rem;
  }

  .search__results {
    padding: 0;
    margin: 0 0 10rem;
  }

  .search__results__content-right,
  .search__results__content-left {
    margin-top: 1rem;
    width: 100%;
  }

  .general-search-form {
    grid-template-rows: repeat(5, 1fr);
  }

  .general-search-form__dropdown--1 {
    grid-column: unset;
    grid-row: unset;
  }

  .general-search-form__dropdown--2 {
    grid-column: unset;
    grid-row: unset;
  }

  .general-search-form__input {
    grid-column: unset;
    grid-row: unset;
  }

  .general-search-form__dropdown--3 {
    grid-column: unset;
    grid-row: unset;
  }

  .general-search-form__buttons-container {
    grid-column: unset;
    grid-row: unset;
    justify-self: flex-end;
  }

  .card {
    margin-bottom: 3rem;
  }

  .aahrpp-home-section .card {
    gap: 2rem 0;
  }

  .education__webinars__past-content-item {
    width: 100%;
    flex-direction: column;
  }

  img.education__webinars__past-content-item-image {
    width: 570px;
  }

  .education__webinars__past-content-item-image-container {
    width: 40%;
  }

  .education__webinars__past-content-item-description {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
  }

  .card__featured-heading h3 {
    font-size: 3rem;
  }

  .accredited__content-right-text {
    font-size: 3rem;
    padding-left: 4rem;
  }

  .card__new-image-container {
    padding: 0;
  }

  .card__new-item {
    padding: 0 0 1.25rem 0;
  }

  .aahrpp-home-section .card .sidebar-resource-image {
    margin: 2rem 0 0 0;
  }

  .resources-slide {
    padding: 0 10rem 0 7rem;
  }

  html {
    font-size: 35%;
  }

  .content__heading {
    font-size: 2.2rem;
  }
  .meet__image-container {
    height: 14rem;
  }
  .meet-pager {
      top:4rem;
  }
  .meet {
    background-image: url("/html/img/world curve.png");
  }
  .accredited__fees-table {
    display: table;
  }
  .accredited__fees-table--categories--big {
    padding: 0 4rem;
  }

  blockquote.banner__quote {
    font-size: 2.15rem;
  }
  .banner__credit {
    margin-top: 1rem;
  }
  .banner__container::before {
    height: 28%;
  }
  .banner__container::after {
    height: 28%;
    bottom: 8rem;
  }
  .footer__left-address--1 {
    padding-right: 4.8rem;
  }
  .footer__left-address--2 {
    padding-left: 4.8rem;
  }
  footer.footer {
    align-items: center;
  }
  .footer__right-logo-container {
    justify-content: center;
  }
  .footer__right-copyright-container {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  svg.footer__right-logo {
    height: 7rem;
    width: 7rem;
  }
  .team__content h3.paragraph-primary {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 3rem;
  }
  img.team__content-member-image {
    width: 100px;
    border-radius: 12px;
  }
  .team__content-members {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 2rem;
  }
  .team-name:link,
  .team-name:visited {
    font-weight: 600;
    padding-left: 0;
    display: inline;
  }
  .site__visitor .team__content-member-image {
    left: 0;
    margin-right: 1rem;
    float: left;
    position: relative;
  }

  .team__content-member-title {
    font-size: 1.65rem;
    font-weight: 600;
  }
  .team {
    margin: 4rem 0 0rem;
  }
  .general-search-form__buttons-container {
    justify-content: center;
  }
  .resources-item {
    flex-direction: row;
  }
  .resources-item-description {
    max-width: 60%;
  }
  .resources-item-image-container-0 {
    width: 35%;
    min-width: unset;
  }
  .resources-item-description .heading-tertiary--3 {
    font-size: 2.15rem;
    line-height: 1.25;
    font-weight: 600;
  }
  .resources-item-description .item-title--3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1rem;
  }
  .resources-item-description .item-text {
    font-size: 1.85rem;
    line-height: 1.3;
  }

  .team__founding-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .team__founding-logos > *:last-child {
    grid-column: 1 / 3;
    width: 50%;
  }

  .team__founding-logo-container {
    padding: 0;
  }

  .popup__slider-right-text-container {
    padding-right: 1.25rem;
  }

  .popup__slider-right-text {
    max-height: 60rem;
  }

  .popup__slider-right-heading-image {
    border-radius: 12px;
  }

  .popup__slider__btn {
    transform: scale(1);
  }

  .popup__slider__btn--right {
    right: 5%;
  }

  .popup__slider__btn--left {
    left: 5%;
  }
  .all-testimonials-wrapper {
    flex-flow: row wrap;
  }

  .testimonials__content {
    width: 100%;
  }

  .card-link-container {
    margin: 2rem 0 3rem;
  }

  .education__conference-sponsors-logos :last-child {
    grid-column: auto;
  }

  .education__conference-sponsors-logo img {
    max-width: 100%;
  }

  .education__conference-sponsors-logos {
    grid-template-columns: repeat(3, 1fr);
  }
  .conference-banner-desc {
    width: 100%;
  }
  .education__webinars-item-image-container {
    width: 100%;
  }
  .education__webinars__past-content-item-image-container {
    align-self: flex-start;
    width: 100%;
  }
  .aahrpp-home-section .card .sidebar-resource-title {
    text-align: left;
  }
  .meet {
    background-size: 150%;
    background-position: bottom;
    background-position-y: 22rem;
  }
  .popup__slider-right-heading-image-container {
    width: 50%;
  }
  .nav__link--resources-list > *:last-child {
    width: 90%;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 930px) {
  .newsletter__article.newsletter__article_detail_page .aahrpp-section {
    padding: 3rem 0;
  }

  .newsletter__article.newsletter__article_detail_page
    .aahrpp-section
    .container {
    padding-left: 0;
    padding-right: 0;
  }
}

#tracking-consent-dialog {
    position: fixed !important;
    bottom: 0;
    width: 100%;
}
#tracking-consent-dialog button {
    font-size: 1.5rem;
    background-color: var(--color-blue);
    margin-right: 2rem;
}

.find-accred-org-search-results.accredited__org__content-container {
    margin-bottom: -2rem;
    padding-bottom: 11rem;
}
.find__accredited--inline-form-icon {
    max-height: 50px;
}
.find__accredited-form.find__accredited-form--2.-u-padding-top-medium {
    display: grid;
}
@media (min-width: 37.6em) {
    .find__accredited-form.find__accredited-form--2.-u-padding-top-medium {
        grid-template-columns: 5% 25% 15% 15% 13% auto;
    }
}
.find__accredited-form__input,
.find__accredited-form__dropdown,
.find__accredited-form__dropdown-default {
    font-size: 1.8rem;
    line-height: 1.25;
    height: 4.5rem;
}

.accredited__org-table td {
    padding: 3rem 0 3rem 3rem;
    font-family: "Cabin", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-blue);
    text-align: left;
    max-width: 28%;
}
    .accredited__org-table td:first-child {
        width: 28%;
    }
.find__accredited-background-container {
    background-image: url("/html/img/world curve.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: -8rem;
    padding-bottom: 8rem;
}
.find__accredited .find__accredited-form__dropdown-list {
    list-style: none;
    margin: 0;
}
.find__accredited-form__button span {
    color: var(--color-blue);
    font-size: 1.8rem;
    position: absolute;
    bottom: -60%;
    left: 10%;
}
.accredited__org-table-logo-container {
    width: 6%;
}

.accredited__org-table--category {
    font-size: 2rem;
    padding: 2rem 1rem 2rem 3rem;
}
@media (max-width: 30em) {
    .banner__credit {
        flex-direction: row;
        column-gap: 0px;
        flex-wrap: wrap;
    }

    .banner__credit span:not(:last-child):after {
    content: " | ";
        padding-left: 2px;
        padding-right: 2px;
        display: inline-block;
    }
}

.resource-sorting-controls::after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    background-image: url(/ResourcePackages/aahrpp/assets/dist/img/next-page-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10%;
    transform: rotate(-90deg);
    cursor: pointer;
}

.resource-sorting-controls.desc::after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    background-image: url(/ResourcePackages/aahrpp/assets/dist/img/next-page-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 25%;
    transform: rotate(90deg);
    cursor: pointer;
}
.resource-sorting-controls.active::after {
    background-image: url(/ResourcePackages/aahrpp/assets/dist/img/next-page-arrow-blue.svg);
}
.resource-sorting-controls:hover::after {
    transform: rotate(-90deg) scale(1.5);
    transition: transform 0.6s ease;
}
.resource-sorting-controls.desc:hover::after {
    transform: rotate(90deg) scale(1.5);
    transition: transform 0.6s ease;
}
span.resource-sorting-controls {
    position: relative;
    padding: 0 16px;
    cursor: pointer;
}

.education__conference-sponsors-logo img {
    max-width: 100%;
    max-height: 132px;
}