@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
}

a,
a:after,
select,
h2,
button {
  transition: 0.2s all ease-in-out;
  transform: scale(1.0001);
}

img {
  transition: 0.3s all ease-in-out;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.0001);
}

button, select {
  cursor: pointer;
}

h1, h2, h3 {
  color: #33415B;
  position: relative;
  overflow-wrap: normal;
}

h2.decorative {
  position: relative;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 0rem;
  padding-top: 0.0325rem;
  padding-bottom: 0.4675rem;
  margin-bottom: 2rem;
}
h2.decorative.small {
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin-top: -0.5rem;
  padding-top: 0.427625rem;
  padding-bottom: 0.072375rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 800px) {
  h2.decorative {
    font-size: 2.125rem;
    line-height: 2.5rem;
    margin-top: -0.5rem;
    padding-top: 0.427625rem;
    padding-bottom: 0.072375rem;
    margin-bottom: 2.5rem;
  }
}
h2.decorative:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  height: 12px;
  width: 198px;
  max-width: 100%;
  background-color: #f80;
  background: url(../svg/dotpattern-graymedium.svg);
}
h2.decorative.center, h2.decorative.has-text-align-center {
  text-align: center;
}
h2.decorative.center:after, h2.decorative.has-text-align-center:after {
  left: 50%;
  transform: translateX(-50%);
}

a:not(.apbutton) {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 1.5px;
}
a:not(.apbutton):hover {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}

a.apbutton,
.wpcf7-submit {
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #A4303A;
  color: #fff !important;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 0.7rem 1rem 0.5rem 1rem;
}
a.apbutton.aparrow:after,
.wpcf7-submit.aparrow:after {
  content: " →";
}
a.apbutton:hover,
.wpcf7-submit:hover {
  background-color: #B82D39;
}
a.apbutton.green,
.wpcf7-submit.green {
  background-color: #00856C;
}
a.apbutton.green:hover,
.wpcf7-submit.green:hover {
  background-color: #45CAAA;
}
.accent a.apbutton,
.accent .wpcf7-submit {
  background-color: var(--accent-dark);
}
.accent a.apbutton:hover,
.accent .wpcf7-submit:hover {
  background-color: var(--accent-light);
}

a.pdflink {
  display: flex;
  align-items: center;
  color: #4a4a4a !important;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: -0.5rem;
  padding-top: 0.4195rem;
  padding-bottom: 0.0805rem;
  margin-bottom: 1rem;
}
a.pdflink:before {
  content: "";
  display: inline-block;
  width: 1.3125rem;
  height: 1.5625rem;
  background-image: url(../svg/icon-pdf.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0.7rem 0.1rem 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

button.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  text-decoration: none;
  font-size: 2.5rem;
  line-height: 1rem;
  padding: 0.7rem 0.7rem;
  background-color: transparent;
  border: none;
}

.ctct-inline-form .ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: transparent;
  padding: 0;
  font-family: inherit;
}
.ctct-inline-form .ctct-form-embed.form_0 .ctct-form-defaults p.ctct-gdpr-text {
  font-family: inherit;
}
.ctct-inline-form .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-custom .ctct-form-button {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.grecaptcha-badge {
  visibility: hidden;
  right: 0 !important;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 0 2rem;
  margin: 0 auto;
}
.wrapper.w500 {
  max-width: 500px;
}
.wrapper.w600 {
  max-width: 600px;
}
.wrapper.w700 {
  max-width: 700px;
}
.wrapper.w800 {
  max-width: 900px;
}
.wrapper.w900 {
  max-width: 900px;
}

.narrow-wide {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 2rem;
}
.narrow-wide .featureimage {
  position: relative;
  width: 100%;
  margin: 0 0 2rem 0;
}
.narrow-wide .featureimage .imgholder {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.narrow-wide .featureimage figcaption {
  padding-left: 1rem;
  padding-right: 1rem;
}
.narrow-wide .featureimage .videoembed {
  border-radius: 8px 8px 0 0;
}
.narrow-wide .featureimage .sap-embed-player {
  border-radius: 8px 8px 0 0;
}
.narrow-wide > section {
  width: 100vw;
  width: calc(100vw - 16px);
  left: 50%;
  transform: translateX(-50%);
}

article.playbutton .imgcol a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 100%;
  background-image: url(../svg/play-arrow.svg);
  background-position: 55% center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

article.article {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
  grid-template-columns: 1fr;
  grid-template-areas: "imgcol" "textcol";
}
article.article.horizontal {
  grid-template-columns: 2fr 3fr;
  grid-template-areas: "imgcol textcol";
}
article.article .imgcol {
  grid-area: imgcol;
}
article.article .imgcol a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
article.article .imgcol a img {
  display: block;
  width: 100%;
  height: auto;
}
article.article .imgcol a:hover img {
  transform: scale(1.05);
}
article.article .imgcol a .cornertext {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 100%;
  padding: 0.2rem 0.5rem;
}
article.article .textcol {
  grid-area: textcol;
}
article.article .textcol a.headline {
  text-decoration: none;
}
article.article .textcol a.headline h3 {
  font-size: 1.375rem;
  line-height: 2rem;
  margin-top: -0.5rem;
  padding-top: 0.467875rem;
  padding-bottom: 0.032125rem;
  margin-bottom: 0.5rem;
}
article.article .textcol a.headline:hover h3 {
  color: #000;
}
article.article .textcol .authortime {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  padding-top: 0.411375rem;
  padding-bottom: 0.088625rem;
  margin-bottom: 0rem;
  border-top: 2px solid #E8F1F2;
}
article.article .textcol .authortime a {
  color: #4a4a4a;
}
article.article .textcol .authortime a + time:before {
  content: " — ";
}

article.event {
  display: grid;
  grid-template-columns: 2rem 1fr;
  grid-template-areas: "pincol textcol";
  gap: 1rem;
  padding-bottom: 2rem;
}
article.event .pincol {
  grid-area: "pincol";
}
article.event .pincol img {
  width: 100%;
  height: auto;
}
article.event .textcol {
  grid-area: "textcol";
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "time" "description" "speaker";
}
article.event .textcol .description {
  grid-area: description;
  text-decoration: none;
}
article.event .textcol .description:hover h3 {
  color: #000;
}
article.event .textcol .description h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: -0.5rem;
  padding-top: 0.26625rem;
  padding-bottom: 0.23375rem;
  margin-bottom: 0.5rem;
}
article.event .textcol .description .title {
  color: #757575;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: -0.5rem;
  padding-top: 0.363rem;
  padding-bottom: 0.137rem;
  margin-bottom: 0.5rem;
}
article.event .textcol time {
  grid-area: time;
  display: inline;
  font-size: 0.875rem;
  font-style: italic;
}
article.event .textcol a.speaker {
  grid-area: speaker;
  display: inline;
  font-size: 0.875rem;
  font-style: italic;
  color: #757575;
}

article.issue .imgcol .imgholder {
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}
article.issue .imgcol .imgholder img {
  display: block;
  width: 100%;
}
article.issue .textcol a {
  text-decoration: none;
}
article.issue .textcol a:hover h3 {
  color: #000;
}
article.issue .textcol h3 {
  font-size: 1.875rem;
  line-height: 2rem;
  margin-top: 0.5rem;
  padding-top: 0.274375rem;
  padding-bottom: 0.225625rem;
  margin-bottom: 0.5rem;
}

.pagination {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "prev pages next";
  grid-gap: 2rem;
}
.pagination .pages {
  grid-area: pages;
}
.pagination .pages ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.pagination .pages li {
  line-height: 1.5rem;
  font-family: "Lato", sans-serif;
}
.pagination .pages li a {
  display: block;
  color: #4a4a4a;
  padding: 0.3em 0.5em;
  margin: 0 0.1em;
  border-bottom: none;
}
.pagination .pages li span {
  display: block;
  color: #4a4a4a;
  padding: 0.3em 0.5em;
}
.pagination .pages li span.current {
  color: #fff;
  background-color: #4a4a4a;
  border-radius: 5px;
  margin: 0 0.2em;
}
.pagination .prevnext {
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
}
.pagination .prevnext a {
  padding: 0.5em 1em;
  background-color: #E8F1F2;
  color: #686868;
  border: 2px solid #E8F1F2;
  border-radius: 5px;
  text-decoration: none;
}
.pagination .prevnext a:hover {
  color: #4a4a4a;
  border: 2px solid #A3C2C6;
}
.pagination .prev {
  grid-area: prev;
}
.pagination .prev a:before {
  content: "◀";
  margin-right: 0.8em;
  font-size: 0.3em;
  vertical-align: middle;
  opacity: 0.5;
  transition: 0.2s all ease-in-out;
  transform: scaleX(0.7);
}
.pagination .next {
  grid-area: next;
}
.pagination .next a:after {
  content: "▶";
  margin-left: 0.8em;
  font-size: 0.3em;
  vertical-align: middle;
  opacity: 0.5;
  transition: 0.2s all ease-in-out;
  transform: scaleX(0.7);
}
@media screen and (max-width: 800px) {
  .pagination {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "pages pages pages" "prev . next";
    grid-gap: 1rem;
  }
}

.wpcf7-form {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640px) {
  .wpcf7-form {
    display: block;
  }
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .field {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.113rem;
  padding-bottom: 0.387rem;
  margin-bottom: -0.5rem;
}
.wpcf7-form .field.wide {
  grid-column: span 2;
}
.wpcf7-form input:not([type=submit]),
.wpcf7-form textarea,
.wpcf7-form select {
  background-color: #E8F1F2;
  border: none;
  padding: 0.5rem;
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  display: inline-block;
  width: initial;
}
.wpcf7-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%234a4a4a%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
}

.ap-contact address {
  font-style: normal;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.064625rem;
  padding-bottom: 0.435375rem;
  margin-bottom: 0.5rem;
}
.ap-contact a.phone {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-top: -0.5rem;
  padding-top: 0.32275rem;
  padding-bottom: 0.17725rem;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #4a4a4a;
}
.ap-contact a.phone:hover {
  color: #000;
}
.ap-contact .sociallinks {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 2rem 0;
  margin: 0;
}
.ap-contact .sociallinks li {
  margin: 0 1rem 1rem 0;
}
.ap-contact .sociallinks li a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -9999px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ap-contact .sociallinks li:hover a {
  transform: scale(1.1);
}
.ap-contact .sociallinks li.facebook a {
  background-image: url(../svg/icon-blackfacebook.svg);
}
.ap-contact .sociallinks li.youtube a {
  background-image: url(../svg/icon-blackyoutube.svg);
}
.ap-contact .sociallinks li.instagram a {
  background-image: url(../svg/icon-blackinstagram.svg);
}
.ap-contact .sociallinks li.twitter a {
  background-image: url(../svg/icon-blacktwitter.svg);
}

::-moz-selection {
  background-color: rgba(183, 213, 216, 0.4);
}

::selection {
  background-color: rgba(183, 213, 216, 0.4);
}

/* Specific Elements */
body {
  font-family: "Lato", sans-serif;
  color: #4a4a4a;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}
body.showbaseline::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.5;
  background: linear-gradient(0deg, hsl(0, 0%, 87%) 0, hsl(0, 0%, 87%) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
  background-position: -1px -1px;
  background-size: 100% 1rem;
  z-index: 999;
}

.alert {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #4a4a4a;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  max-height: 90px;
}
@media screen and (max-width: 800px) {
  .alert {
    font-size: 0.8rem;
    line-height: 1rem;
    max-height: 63px;
  }
}
.alert.show {
  display: block;
}
.alert.black {
  background-color: #4a4a4a;
}
.alert.maroon {
  background-color: #90343C;
}
.alert.navy {
  background-color: #33415B;
}
.alert p:first-of-type {
  margin-top: 0;
}
.alert p:last-of-type {
  display: inline;
  margin-bottom: 0;
}
.alert a.cta {
  display: inline-block;
  font-weight: bold;
  padding-left: 0.5rem;
  color: #fff;
}
.alert a.cta:after {
  content: " →";
}
@media screen and (max-width: 800px) {
  .alert button.close {
    padding: 0.4rem;
    font-size: 2rem;
  }
}

.tabholder {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #E8F1F2;
  color: #33415B;
}
@media screen and (max-width: 930px) {
  .tabholder {
    display: none;
  }
}
.tabholder .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.tabholder .wrapper nav.tabs ul {
  display: flex;
  list-style-type: none;
  padding: 0.5rem 0 0 0;
  margin: 0;
}
.tabholder .wrapper nav.tabs ul li a {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.3rem 1rem;
  border-radius: 5px 5px 0px 0px;
  color: #33415B;
}
.tabholder .wrapper nav.tabs ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.tabholder .wrapper nav.tabs ul li.current a {
  background-color: #fff;
}
.tabholder .wrapper nav.action {
  margin-left: auto;
  margin-right: 1rem;
}
.tabholder .wrapper nav.action ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tabholder .wrapper nav.action ul li {
  display: block;
  padding: 0 0.5rem;
}
.tabholder .wrapper nav.action ul li a {
  color: #33415B;
}
.tabholder .wrapper #language {
  display: block;
  border: 1px solid #A3C2C6;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.2rem 1rem 0.2rem 0.5rem;
  background-image: url(../svg/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  font-size: 0.875rem;
}
.tabholder .wrapper #language:hover {
  border: 1px solid #4a4a4a;
}

header.top {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background-color: #fff;
  border-bottom: 2px solid #E8F1F2;
  z-index: 50;
}
header.top .wrapper {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 110px;
}
header.top .wrapper .logo {
  align-self: center;
  font-size: inherit;
  margin: 0;
}
header.top .wrapper .logo a {
  display: block;
  width: 323px;
  height: 46px;
  text-indent: -9999px;
  background-image: url(../svg/ap-logo.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
header.top .wrapper .logo a:hover {
  transform: scale(1.03);
}
@media screen and (max-width: 929px) {
  header.top .wrapper .hamburger {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-image: url(../svg/hamburger.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header.top .wrapper .hamburger:hover {
    transform: scale(1.1);
  }
  header.top .wrapper nav.top {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #4a4a4a;
    color: #fff;
    width: 100%;
    padding: 2rem;
    max-height: calc(100vh - 64px);
    overflow-y: scroll;
    left: 50%;
    transform: translate(-50vw, 0);
  }
  header.top .wrapper nav.top.active {
    display: block;
  }
  header.top .wrapper nav.top a {
    color: #fff;
  }
  header.top .wrapper nav.top ul.siteselector {
    display: flex;
    list-style-type: none;
    font-size: 1.125rem;
    margin: 0 0 2rem 0;
    padding: 0;
    max-width: 100%;
    overflow-x: scroll;
  }
  header.top .wrapper nav.top ul.siteselector li a {
    display: block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    border-radius: 5px;
  }
  header.top .wrapper nav.top ul.siteselector li.current-menu-item a {
    background-color: #757575;
  }
  header.top .wrapper nav.top ul.topmenu {
    position: relative;
    list-style-type: none;
    padding: 0 1rem;
    margin: 0;
  }
  header.top .wrapper nav.top ul.topmenu > li {
    position: relative;
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }
  header.top .wrapper nav.top ul.topmenu > li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    width: 0.6875rem;
    height: 0.4375rem;
    margin-left: 0.5rem;
    margin-bottom: 0.1rem;
    background-image: url(../svg/mobile-menu-expand.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  header.top .wrapper nav.top ul.topmenu > li.search a, header.top .wrapper nav.top ul.topmenu > li.searchnojs a {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    font-size: 1rem;
    color: #4a4a4a;
    padding: 0.5rem 1rem;
    cursor: text;
    margin-top: 1rem;
  }
  header.top .wrapper nav.top ul.topmenu > li.search a:after, header.top .wrapper nav.top ul.topmenu > li.searchnojs a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3rem;
    background-image: url(../svg/magnify.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1.8rem;
    cursor: pointer;
  }
  header.top .wrapper nav.top ul.topmenu > li.search a:hover, header.top .wrapper nav.top ul.topmenu > li.searchnojs a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1) inset;
  }
  header.top .wrapper nav.top ul.topmenu > li ul {
    font-size: 0.875rem;
  }
  header.top .wrapper nav.top .dropdown {
    display: none;
  }
  header.top .wrapper nav.top .dropdown.initialhide {
    display: none !important;
  }
  header.top .wrapper nav.top .dropdown.show {
    display: block;
  }
  header.top .wrapper nav.top .dynamic {
    display: none;
  }
}
@media screen and (min-width: 930px) {
  header.top .wrapper nav.top ul.siteselector {
    display: none;
  }
  header.top .wrapper nav.top ul.topmenu {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0.5rem 0 0 0;
  }
  header.top .wrapper nav.top ul.topmenu > li:not(.search):not(.searchnojs).menu-item-has-children > a:after {
    content: "";
    width: 13px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -20px);
    background-image: url(../svg/menu-downarrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  header.top .wrapper nav.top ul.topmenu > li:not(.search):not(.searchnojs) > a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #33415B;
    padding: 1rem 1rem 2rem 1rem;
    font-size: 1.125rem;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    transition: 0.1s all ease-in-out;
  }
  header.top .wrapper nav.top ul.topmenu > li:not(.search):not(.searchnojs) > a:hover {
    color: #000;
  }
  header.top .wrapper nav.top ul.topmenu > li:not(.search):not(.searchnojs) > a:hover:after {
    transform: translate(-50%, -15px);
  }
  header.top .wrapper nav.top ul.topmenu > li:not(.search):not(.searchnojs).active > a {
    color: #fff;
    background-color: #4a4a4a;
  }
  header.top .wrapper nav.top ul.topmenu li.search a,
  header.top .wrapper nav.top ul.topmenu li.searchnojs a {
    display: block;
    width: 2rem;
    height: 2rem;
    text-indent: -9999px;
    margin: 1.4rem 0 0 1rem;
    background-image: url(../svg/magnify-maroon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  header.top .wrapper nav.top ul.topmenu li.search a:hover,
  header.top .wrapper nav.top ul.topmenu li.searchnojs a:hover {
    transform: scale(1.1);
  }
  header.top .wrapper nav.top ul.topmenu .dropdown {
    display: grid;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% - 1px);
    background-color: #4a4a4a;
    color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.2);
    grid-template-columns: 15rem 1fr;
    grid-template-areas: "menu dynamic";
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: scale(1, 0.9);
    transform-origin: 50% 0;
    transition: 0.15s all cubic-bezier(0.405, 0.01, 0.65, 1.65);
  }
  header.top .wrapper nav.top ul.topmenu .dropdown.initialhide {
    display: none !important;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown a {
    color: #fff;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown > ul {
    grid-area: "menu";
    list-style-type: none;
    padding: 2rem;
    background-color: #373737;
    border-radius: 0 0 0 8px;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic {
    grid-area: "dynamic";
    padding: 2rem;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic .cols {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    align-items: start;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic .cols.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic h2 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 0rem;
    padding-top: 0.032rem;
    padding-bottom: 0.468rem;
    margin-bottom: 0.5rem;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic h3 {
    color: #fff;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic .authortime {
    border-top: 2px solid #A3C2C6;
    color: #E8F1F2;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic .authortime .author {
    color: #E8F1F2;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic ul {
    list-style-type: disc;
    -moz-column-width: 150px;
    column-width: 150px;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    padding-left: 1rem;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic .span2 {
    grid-column: span 2;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic .span3 {
    grid-column: span 3;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic .span4 {
    grid-column: span 4;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic article.event {
    grid-template-columns: 1fr;
    grid-template-areas: textcol;
    padding-top: 1rem;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic article.event .pincol {
    display: none;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic article.event h3 {
    border-bottom: 2px solid #A3C2C6;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic article.event a.description {
    display: block;
    text-decoration: none;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic article.event a.description:hover .title {
    opacity: 1;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic article.event .title {
    color: #fff;
    opacity: 0.8;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic article.event .timespeaker {
    color: #fff;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown .dynamic article.event .timespeaker a {
    color: #fff;
  }
  header.top .wrapper nav.top ul.topmenu .dropdown.show {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: none;
  }
  header.top .wrapper .hamburger {
    display: none;
  }
  header.top.is-pinned {
    margin-bottom: 21px;
  }
  header.top.is-pinned .wrapper {
    height: 89px;
  }
  header.top.is-pinned .wrapper .logo a {
    transform: scale(0.8);
    transform-origin: 0 50%;
  }
}
@media screen and (max-width: 929px) {
  header.top .wrapper {
    align-items: center;
    padding: 0rem 1rem;
    height: auto;
  }
  header.top .wrapper .logo {
    padding: 1rem 0;
  }
  header.top .wrapper .logo a {
    width: 226.1px;
    height: 32.2px;
    transform: none;
  }
}

.skip-link {
  position: absolute;
  display: block;
  left: 1rem;
  top: 1rem;
  background-color: #4a4a4a;
  color: #fff;
  z-index: 999;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  transform: translateY(-200%);
}
.skip-link:after {
  content: " ↓";
}
.skip-link:focus {
  transform: translateY(0);
}

main {
  scroll-margin-top: 100px;
}
main * {
  scroll-margin-top: 140px;
}

.breadcrumb {
  position: relative;
  width: 100%;
  padding: 3rem 0 0 0;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  color: #757575;
  text-transform: uppercase;
}
.breadcrumb a {
  color: #757575;
}
.breadcrumb .breadcrumb_last {
  visibility: hidden;
}
.breadcrumb a:not(:first-of-type),
.breadcrumb .breadcrumb_last {
  padding-left: 0.5rem;
}
.breadcrumb .breadcrumb-divider {
  position: relative;
  display: inline-block;
  vertical-align: center;
  width: 0.5rem;
  margin-left: 0.1rem;
  background-image: url(../svg/breadcrumb-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.breadcrumb a.search {
  display: block;
  position: absolute;
  right: 2rem;
  top: 0.5rem;
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #A4303A;
  border-radius: 5px;
  padding: 0 0.5em;
  color: #fff;
  text-decoration: none;
}
.breadcrumb a.search:hover {
  background-color: #B82D39;
}
.breadcrumb a.search:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../svg/magnify-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(3px);
  margin-left: 0.2em;
}

.heading time {
  font-style: italic;
}
.heading h1 {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 0rem;
  padding-top: 0.0325rem;
  padding-bottom: 0.4675rem;
  margin-bottom: 0.5rem;
  padding-right: 1rem;
}
@media screen and (max-width: 800px) {
  .heading h1 {
    display: block;
  }
}

section {
  position: relative;
  width: 100%;
  padding: 3rem 0;
}
.breadcrumb + section {
  padding: 0 0 3rem 0;
}
.admin-bar section[data-blockname]:after {
  content: attr(data-blockname);
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1.5rem;
  border-top: 1px solid #f00;
  font-size: 12px;
  line-height: 16px;
  color: #f00;
  opacity: 0.5;
  width: 100%;
  pointer-events: none;
}

section:last-of-type {
  padding-bottom: 5rem;
}

section.content .socialstick {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  height: 0px;
  width: 200px;
  transform: translate(-100%);
  padding-right: 2rem;
}
section.content .socialstick .sociallinks {
  text-align: right;
}
section.content .socialstick .sociallinks ul {
  list-style-type: none;
  padding: 0;
}
section.content .socialstick .sociallinks ul li a {
  display: inline-block;
  color: #4a4a4a;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
}
section.content .socialstick .sociallinks ul li a:after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.75rem;
  margin-bottom: 0.3125rem;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section.content .socialstick .sociallinks ul li.print a:after {
  background-image: url(../svg/icon-blackprint.svg);
}
section.content .socialstick .sociallinks ul li.facebook a:after {
  background-image: url(../svg/icon-blackfacebook.svg);
}
section.content .socialstick .sociallinks ul li.twitter a:after {
  background-image: url(../svg/icon-blacktwitter.svg);
}
section.content .socialstick .sociallinks ul li.email a:after {
  background-image: url(../svg/icon-blackemail.svg);
}
section.content .socialstick .sociallinks ul li.bookmark a:after {
  background-image: url(../svg/icon-blackbookmark.svg);
}
section.content figure + .heading {
  padding-top: 2rem;
}
section.content h1 {
  display: block;
}
section.content .featureimage {
  width: 100%;
  height: auto;
  margin: 0;
}
section.content .featureimage .sap-embed-player {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1rem;
}
section.content .featureimage .imgholder {
  border-radius: 5px;
  overflow: hidden;
}
section.content .featureimage .imgholder img {
  display: block;
  width: 100%;
  height: auto;
}
section.content .featureimage figcaption {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.5rem 0;
  text-align: right;
  color: #757575;
}
section.content .event-location {
  background-color: #E8F1F2;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
section.content .event-location .columns {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  grid-template-areas: "pincol info";
  gap: 2rem;
}
section.content .event-location .columns .pincol {
  grid-area: pincol;
}
section.content .event-location .columns .info {
  grid-area: info;
}
section.content .event-location .columns .info address {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.01625rem;
  padding-bottom: 0.48375rem;
  margin-bottom: 0.5rem;
  font-style: normal;
  border-bottom: 2px solid #A3C2C6;
}
section.content .event-location .columns .info address a {
  color: #4a4a4a;
}
section.content .event-location .columns .info a.telephone,
section.content .event-location .columns .info a.email {
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.01625rem;
  padding-bottom: 0.48375rem;
  margin-bottom: -0.5rem;
  color: #4a4a4a;
  font-weight: bold;
}
section.content .authors a.author {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #33415B;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  padding-right: 1rem;
  white-space: nowrap;
}
section.content .authors a.author:hover {
  color: #000;
}
section.content .authors a.author:hover .imgholder img {
  transform: scale(1.1);
}
section.content .authors a.author .imgholder {
  display: inline-block;
  position: relative;
  vertical-align: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}
section.content .authors a.author .imgholder img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.content .authors a.author .person {
  display: block;
  margin-left: 0.4em;
}
section.content .authors a.author .person .name {
  text-transform: uppercase;
}
section.content .classification {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0 0 0;
}
section.content .classification a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
section.content .classification a.publication {
  display: inline-block;
  margin-right: 1rem;
}
section.content .classification a.publication img {
  display: block;
  width: auto;
  height: 22px;
}
section.content .classification a.cat {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  background-color: #A4303A;
  color: #fff;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1rem;
  height: 22px;
  padding: 0 0.6rem;
  border: 2px solid #A4303A;
  white-space: nowrap;
}
section.content .classification a.cat:hover {
  background-color: #B82D39;
}
section.content .classification a.cat.sub {
  background-color: #fff;
  border: 2px solid #A3C2C6;
  color: #4a4a4a;
}
section.content .classification a.cat.sub:hover {
  background-color: #F4F6F6;
}
section.content .richtext {
  margin-top: 2rem;
}
section.content aside.article-brief {
  padding: 1rem;
  background-color: #E8F1F2;
  border-radius: 8px;
  margin: 2rem 0 0 0;
}
section.content aside.article-brief h2 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.11rem;
  padding-bottom: 0.39rem;
  margin-bottom: 0.5rem;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #A3C2C6;
}
section.content aside.article-brief h2:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1em;
  height: 0.7em;
  background-image: url(../svg/icon-ff.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
section.content aside.article-brief p:last-of-type {
  margin-bottom: 0;
}
section.content .easy-footnote-title {
  border-top: 2px solid #E8F1F2;
  margin-top: 1rem;
}
section.content .easy-footnote-title h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.5rem;
  padding-top: 0.4195rem;
  padding-bottom: 0.0805rem;
  margin-bottom: 1rem;
  color: #33415B;
  text-align: center;
}
section.content .reproduction {
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-template-areas: "imgcol textcol";
  gap: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #E8F1F2;
  margin-top: 2rem;
  clear: both;
}
section.content .reproduction .imgcol {
  grid-area: imgcol;
}
section.content .reproduction .textcol {
  grid-area: textcol;
}
@media screen and (max-width: 900px) {
  section.content .wrapper {
    display: flex;
    flex-direction: column;
  }
  section.content .socialstick {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    transform: none;
    padding: 2rem 0 0 0;
    order: 2;
  }
  section.content .socialstick .sociallinks {
    text-align: center;
  }
  section.content .socialstick .sociallinks ul li {
    display: inline-block;
    padding: 0 0.5rem 0.5rem 0;
  }
  section.content .socialstick .sociallinks ul li a {
    background-color: #E8F1F2;
    padding: 0 1rem;
    border-radius: 5px;
    text-decoration: none;
  }
  section.content .socialstick .sociallinks ul li a:hover {
    background-color: #F4F6F6;
  }
}

.videoembed {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 5px;
}
.videoembed:nth-child(1) {
  margin: 0 0 1rem 0;
}
.videoembed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.richtext.darkbg a {
  color: #A3C2C6;
}
.richtext.darkbg h1, .richtext.darkbg h2, .richtext.darkbg h3, .richtext.darkbg h4, .richtext.darkbg h5, .richtext.darkbg h6 {
  color: #fff;
}
.richtext p {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.01625rem;
  padding-bottom: 0.48375rem;
  margin-bottom: 0.5rem;
}
.richtext p.timestamp {
  font-size: 1rem;
}
.richtext ul, .richtext ol {
  font-size: 1.25rem;
  padding-left: 1.5rem;
}
.richtext ul:nth-child(1), .richtext ol:nth-child(1) {
  margin-top: 0;
}
.richtext ul li, .richtext ol li {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.01625rem;
  padding-bottom: 0.48375rem;
  margin-bottom: 0.5rem;
}
.richtext ul li ul, .richtext ol li ul {
  padding-top: 1rem;
}
.richtext a {
  font-weight: bold;
  color: #A4303A;
}
.richtext h2 {
  font-size: 1.75rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  padding-top: 0.32275rem;
  padding-bottom: 0.17725rem;
  margin-bottom: 1rem;
}
.richtext h2:nth-child(1) {
  font-size: 1.75rem;
  line-height: 3rem;
  margin-top: -0.5rem;
  padding-top: 0.32275rem;
  padding-bottom: 0.17725rem;
  margin-bottom: 1rem;
}
.richtext h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 2rem;
  padding-top: 0.01625rem;
  padding-bottom: 0.48375rem;
  margin-bottom: 0.5rem;
}
.richtext .scrollable {
  overflow-x: auto;
}
.richtext table {
  margin: 1rem 0;
  font-size: 1rem;
}
.richtext table, .richtext table th, .richtext table td {
  border-collapse: collapse;
}
.richtext table th, .richtext table td {
  text-align: left;
  vertical-align: top;
  border: 1px solid #A3C2C6;
  padding: 0.5rem 1rem;
  line-height: 1.5rem;
}
.richtext table th {
  background-color: #F4F6F6;
  font-weight: bold;
  white-space: nowrap;
}
.richtext .buttonholder {
  margin-top: 2rem;
}
.richtext section {
  font-size: 1rem;
}
.richtext section a {
  font-weight: normal;
}
.richtext section a.apbutton {
  font-weight: bold;
}
.richtext section ul li {
  font-size: 1rem;
}
.richtext .wp-block-quote,
.richtext .wp-block-code,
.richtext .wp-block-preformatted,
.richtext .wp-block-pullquote,
.richtext .wp-block-verse {
  background-color: #E8F1F2;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 5px;
}
.richtext .wp-block-image,
.richtext .wp-block-gallery figure > img,
.richtext .wp-block-media-text figure > img {
  border-radius: 5px;
}
.richtext .wp-block-cover,
.richtext .wp-block-file {
  overflow: hidden;
  border-radius: 5px;
}
.richtext .wp-block-file .wp-block-file__button,
.richtext .wp-block-buttons .wp-block-button__link {
  background-color: #A4303A;
  color: #fff;
  border-radius: 5px;
}
.richtext .wp-block-file .wp-block-file__button:hover,
.richtext .wp-block-buttons .wp-block-button__link:hover {
  background-color: #B82D39;
}
.richtext img,
.richtext figure {
  clear: both;
}
.richtext img.alignleft,
.richtext figure.alignleft {
  float: left;
  margin: 0 15px 30px 0;
  max-width: 50%;
}
.richtext img.aligncenter,
.richtext figure.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}
.richtext img.alignright,
.richtext figure.alignright {
  float: right;
  margin: 0 0 30px 15px;
  max-width: 50%;
}
.richtext img.alignnone,
.richtext figure.alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}
.richtext img.size-full,
.richtext figure.size-full {
  max-width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 550px) {
  .richtext img.alignleft, .richtext img.alignright,
  .richtext figure.alignleft,
  .richtext figure.alignright {
    float: none;
    margin: 0 0 30px 0;
    max-width: 100%;
  }
}

.wp-block-image img,
.wp-block-image figure {
  clear: both;
}
.wp-block-image img.alignleft,
.wp-block-image figure.alignleft {
  float: left;
  margin: 0 15px 30px 0;
  max-width: 50%;
}
.wp-block-image img.aligncenter,
.wp-block-image figure.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}
.wp-block-image img.alignright,
.wp-block-image figure.alignright {
  float: right;
  margin: 0 0 30px 15px;
  max-width: 50%;
}
.wp-block-image img.alignnone,
.wp-block-image figure.alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}
.wp-block-image img.size-full,
.wp-block-image figure.size-full {
  max-width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 550px) {
  .wp-block-image img.alignleft, .wp-block-image img.alignright,
  .wp-block-image figure.alignleft,
  .wp-block-image figure.alignright {
    float: none;
    margin: 0 0 30px 0;
    max-width: 100%;
  }
}

footer.bottom {
  background-color: #F4F6F6;
  margin-top: 2rem;
}
footer.bottom .wrapper {
  padding: 3rem 0;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-areas: "logocol nav";
}
@media screen and (max-width: 800px) {
  footer.bottom .wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "logocol" "nav";
    gap: 2rem;
  }
}
footer.bottom .wrapper .logocol {
  grid-area: "logocol";
  border-right: 2px solid #CCDCDE;
  padding: 0 3rem 0 2rem;
}
footer.bottom .wrapper .logocol .logo {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 14.4%;
  text-indent: -9999px;
  background-image: url(../svg/ap-logo.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
footer.bottom .wrapper .logocol .logo:hover {
  transform: scale(1.04);
}
footer.bottom .wrapper .logocol .description {
  font-size: 1.25rem;
  padding-left: 19%;
}
footer.bottom .wrapper .logocol .icons {
  list-style-type: none;
  padding-left: 19%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
footer.bottom .wrapper .logocol .icons li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
footer.bottom .wrapper .logocol .icons li a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -9999px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer.bottom .wrapper .logocol .icons li a:hover {
  transform: scale(1.1);
}
footer.bottom .wrapper .logocol .icons li.facebook a {
  background-image: url(../svg/icon-facebook.svg);
}
footer.bottom .wrapper .logocol .icons li.youtube a {
  background-image: url(../svg/icon-youtube.svg);
}
footer.bottom .wrapper .logocol .icons li.instagram a {
  background-image: url(../svg/icon-instagram.svg);
}
footer.bottom .wrapper .logocol .icons li.podcast a {
  background-image: url(../svg/icon-apple.svg);
}
footer.bottom .wrapper .logocol .icons li.roku a {
  background-image: url(../svg/icon-roku.svg);
  width: 4.625rem;
}
@media screen and (max-width: 800px) {
  footer.bottom .wrapper .logocol .logocol {
    border-right: 0;
  }
  footer.bottom .wrapper .logocol .logo {
    width: 226px;
    max-width: 100%;
    height: 32px;
    padding-bottom: 0;
  }
  footer.bottom .wrapper .logocol .description {
    padding-left: 0;
  }
  footer.bottom .wrapper .logocol .icons {
    padding-left: 0;
  }
}
footer.bottom .wrapper .logocol .search {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #4a4a4a;
  padding: 0.5rem 1rem;
  cursor: text;
  white-space: nowrap;
}
footer.bottom .wrapper .logocol .search:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3rem;
  background-color: #fff;
  background-image: url(../svg/magnify-maroon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 1.8rem;
  border-radius: 5px;
  cursor: pointer;
}
footer.bottom .wrapper .logocol .search:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1) inset;
}
footer.bottom .wrapper nav {
  grid-area: "nav";
}
footer.bottom .wrapper nav > ul {
  -moz-column-width: 225px;
  column-width: 225px;
  list-style-type: none;
  margin-top: 0;
  padding: 0 2rem;
  width: 100%;
}
footer.bottom .wrapper nav > ul li a {
  display: inline-block;
  color: #33415B;
  font-weight: bold;
  padding: 0.5rem 0;
}
footer.bottom .wrapper nav > ul li a:hover {
  -webkit-text-decoration-color: #4a4a4a;
  text-decoration-color: #4a4a4a;
}
footer.bottom .wrapper nav > ul li ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.sitecopyright {
  background-color: #33415B;
  color: #F4F6F6;
  padding: 1rem 0;
}
.sitecopyright ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sitecopyright ul li {
  display: inline-block;
  padding: 0 1rem;
}
.sitecopyright a {
  color: #F4F6F6;
}

@media (pointer: coarse) {
  .flickity-button {
    display: none;
  }
}
.flickity-prev-next-button {
  border-radius: 5px;
}

@media screen and (min-width: 1180px) {
  .flickity-prev-next-button.previous {
    left: initial;
    right: calc(100% + 0.5rem);
  }
  .flickity-prev-next-button.next {
    right: initial;
    left: calc(100% + 0.5rem);
  }
}
section.search .wrapper .decorate {
  border: 2px solid #E8F1F2;
  border-radius: 8px;
  background-color: #fff;
  padding: 2rem;
}
section.search .wrapper .decorate h2 {
  font-size: 2.125rem;
  line-height: 3rem;
  margin-top: 0rem;
  padding-top: 0.177625rem;
  padding-bottom: 0.322375rem;
  margin-bottom: 0.5rem;
  text-align: center;
  border-bottom: none;
}
section.search .wrapper .decorate p {
  text-align: center;
}
section.search .wrapper .decorate .search {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 2rem auto 1rem auto;
  background-color: #E8F1F2;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #4a4a4a;
  padding: 0.5rem 1rem;
  cursor: text;
}
section.search .wrapper .decorate .search:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3rem;
  -webkit-mask-image: url(../svg/magnify.svg);
  mask-image: url(../svg/magnify.svg);
  background-color: #A4303A;
  background-color: var(--accent-dark, #A4303A);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 1.8rem;
  mask-size: auto 1.8rem;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
section.search .wrapper .decorate .search:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1) inset;
}
section.search .wrapper .decorate:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 2px);
  width: 80%;
  height: 12px;
  background-image: url(../svg/dotpattern-graymedium.svg);
}
@media screen and (max-width: 800px) {
  section.search .wrapper {
    padding: 0 1rem;
  }
}

section.article-cats .wrapper h2 {
  margin-bottom: 2rem;
}
section.article-cats .wrapper .columns {
  display: grid;
  grid-template-columns: 210px 1fr;
  grid-template-areas: "cats articles";
}
@media screen and (max-width: 800px) {
  section.article-cats .wrapper .columns {
    grid-template-columns: 1fr;
    grid-template-areas: "cats" "articles";
  }
}
section.article-cats .wrapper .columns .cats {
  grid-area: cats;
  list-style-type: none;
  padding: 0;
  line-height: 1.5rem;
}
@media screen and (max-width: 800px) {
  section.article-cats .wrapper .columns .cats {
    max-width: 700px;
    -moz-column-width: initial;
    column-width: initial;
    -moz-columns: 1;
    columns: 1;
    text-align: center;
  }
}
section.article-cats .wrapper .columns .cats li a {
  display: block;
  color: #4a4a4a;
  border-radius: 5px 0 0 5px;
  padding: 0.5rem 2rem 0.5rem 1rem;
}
@media screen and (min-width: 800px) {
  section.article-cats .wrapper .columns .cats li.active a {
    background-color: #F4F6F6;
    background-image: url(../svg/cat-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
  }
}
section.article-cats .wrapper .columns .articles-col {
  grid-area: articles;
  background-color: #F4F6F6;
  border-radius: 5px;
}
section.article-cats .wrapper .columns .articles {
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 799px) {
  section.article-cats .wrapper .columns .articles {
    display: none;
  }
}
section.article-cats .wrapper .columns .articles article.article {
  margin-bottom: 0;
}
section.article-cats .wrapper .columns .articles article .authortime {
  border-top: 2px solid #A3C2C6;
}
section.article-cats .wrapper .columns .articles .buttonholder {
  grid-column: 1/-1;
  text-align: center;
}

section.people .wrapper h2 {
  margin-bottom: 2rem;
}
section.people .wrapper ul.peoplelist {
  list-style-type: none;
  padding: 2rem 0 0 0;
  -moz-column-width: 300px;
  column-width: 300px;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
section.people .wrapper ul.peoplelist .person {
  display: inline-block;
  padding-bottom: 2rem;
}
section.people .wrapper ul.peoplelist .person a {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-template-areas: "imgcol textcol";
  gap: 1rem;
  text-decoration: none;
  color: #4a4a4a;
}
section.people .wrapper ul.peoplelist .person a .imgcol {
  grid-area: imgcol;
}
section.people .wrapper ul.peoplelist .person a .imgcol .imgholder {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
section.people .wrapper ul.peoplelist .person a .imgcol .imgholder img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.people .wrapper ul.peoplelist .person a .textcol {
  grid-area: textcol;
}
section.people .wrapper ul.peoplelist .person a .textcol h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.11rem;
  padding-bottom: 0.39rem;
  margin-bottom: 0rem;
  font-family: "PT Sans Narrow", sans-serif;
  color: #33415B;
}
section.people .wrapper ul.peoplelist .person a:hover .imgcol img {
  transform: scale(1.1);
}
section.people .wrapper ul.peoplelist .person a:hover .textcol h3 {
  color: #000;
}

section.article-grid .wrapper .articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
  align-items: start;
}
section.article-grid.gray .wrapper .articles {
  background-color: #E8F1F2;
  padding: 2rem;
  border-radius: 8px;
}

section.articles-horizontal .wrapper .articles {
  padding: 2rem 0;
}

section.pop-in {
  padding: 0.5rem 0 0 0;
  display: none;
}
section.pop-in.show {
  display: block;
}
section.pop-in .wrapper .graybg {
  position: relative;
  background-color: #E8F1F2;
  border-radius: 8px;
  padding: 2rem;
}
section.pop-in .wrapper .graybg h3 {
  font-size: 1.625rem;
  line-height: 2rem;
  margin-top: -0.5rem;
  padding-top: 0.371125rem;
  padding-bottom: 0.128875rem;
  margin-bottom: 1rem;
}
section.pop-in .wrapper .graybg ul.links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -moz-column-width: 200px;
  column-width: 200px;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
section.pop-in .wrapper .graybg ul.links li a {
  display: block;
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.113rem;
  padding-bottom: 0.387rem;
  margin-bottom: 0.5rem;
  color: #4a4a4a;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
section.pop-in .wrapper .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #4a4a4a;
}
section.pop-in .wrapper .close:hover {
  color: #000;
}

section.heading-only {
  padding: 0;
}
section.heading-only .heading {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-areas: "iconcol h1";
}
section.heading-only .heading .iconcol {
  grid-area: "iconcol";
  margin-right: 1rem;
}
section.heading-only .heading .iconcol a {
  display: block;
  width: 100%;
  height: 2rem;
  background-color: #E8F1F2;
  padding: 6px;
  border-radius: 5px;
  margin-top: 8px;
}
section.heading-only .heading .iconcol a img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
section.heading-only .heading .iconcol a:hover {
  background-color: #F4F6F6;
}
section.heading-only .heading h1 {
  grid-area: h1;
  max-width: calc(100% - 125px);
}
section.heading-only .sortby {
  position: absolute;
  top: 1.1rem;
  right: 2rem;
}
section.heading-only .sortby span.current, section.heading-only .sortby a {
  display: inline-block;
  font-weight: bold;
  padding: 0 0.3rem;
  line-height: 1.6;
  border-radius: 5px;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
}
section.heading-only .sortby a {
  color: #4a4a4a;
}
section.heading-only .sortby span.current {
  background-color: #4a4a4a;
  color: #fff;
}
section.heading-only a.expand {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  background-color: #E8F1F2;
  color: #6b6b6b;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1rem;
  height: 30px;
  padding: 0 0.6rem;
  border: 2px solid #E8F1F2;
  white-space: nowrap;
  margin-top: 13px;
  margin-right: 1rem;
  vertical-align: top;
}
section.heading-only a.expand:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(../svg/plussign.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
section.heading-only a.expand:hover {
  color: #4a4a4a;
  border: 2px solid #A3C2C6;
}

section.two-col .wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "widecol narrowcol";
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  row-gap: 3rem;
}
@media screen and (max-width: 800px) {
  section.two-col .wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "widecol" "narrowcol";
  }
}
section.two-col .wrapper .widecol {
  grid-area: "widecol";
}
section.two-col .wrapper .widecol .featureimage {
  position: relative;
  width: 100%;
  margin: 0 0 2rem 0;
}
section.two-col .wrapper .widecol .featureimage .imgholder {
  border-radius: 8px;
  overflow: hidden;
}
section.two-col .wrapper .widecol .featureimage .imgholder img {
  display: block;
}
section.two-col .wrapper .widecol .featureimage figcaption {
  padding-left: 1rem;
  padding-right: 1rem;
}
section.two-col .wrapper .widecol .featureimage .videoembed {
  border-radius: 8px 8px 0 0;
}
section.two-col .wrapper .widecol .featureimage .sap-embed-player {
  border-radius: 8px 8px 0 0;
}
section.two-col .wrapper .narrowcol {
  grid-area: "narrowcol";
}

section.imgside .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "imgcol" "textcol";
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 1rem;
}
@media screen and (min-width: 800px) {
  section.imgside.left .wrapper {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "imgcol textcol";
  }
  section.imgside.left.image50 .wrapper {
    grid-template-columns: 1fr 1fr;
  }
  section.imgside.right .wrapper {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "textcol imgcol";
  }
  section.imgside.right.image50 .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
section.imgside .imgcol {
  grid-area: imgcol;
}
section.imgside .imgcol .imgholder {
  position: relative;
}
section.imgside .imgcol .imgholder img {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 5px;
  z-index: 1;
}
section.imgside.accent .wrapper .imgcol .imgholder {
  width: calc(100% - 10px);
}
section.imgside.accent .wrapper .imgcol .imgholder img {
  transform: translate(10px, -10px);
}
section.imgside.accent .wrapper .imgcol .imgholder:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #A4303A;
  background-color: var(--accent-light);
  border-radius: 5px;
}
section.imgside.circle .wrapper .imgcol .imgholder {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
section.imgside.circle .wrapper .imgcol .imgholder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 9999px;
}
section.imgside.circle .wrapper .imgcol .imgholder:after {
  border-radius: 9999px;
}
section.imgside .textcol {
  grid-area: textcol;
}
section.imgside .textcol h2:nth-child(1) {
  margin-top: 0;
}

section.image-description .wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "imgcol textcol" "biography biography";
  gap: 2rem;
}
@media screen and (max-width: 800px) {
  section.image-description .wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "imgcol" "textcol" "biography";
  }
  section.image-description .wrapper .imgcol figure img {
    max-height: 300px;
  }
}
section.image-description .wrapper.graybg {
  background-color: #F4F6F6 !important;
  border-radius: 8px;
  margin-top: 2rem;
}
section.image-description .wrapper .imgcol {
  grid-area: imgcol;
}
section.image-description .wrapper .imgcol figure {
  margin: 0;
}
section.image-description .wrapper .imgcol figure .imgholder {
  overflow: hidden;
  border-radius: 5px;
}
section.image-description .wrapper .imgcol figure .imgholder img {
  display: block;
  max-height: 300px;
}
section.image-description .wrapper .imgcol .title {
  color: #4a4a4a;
  margin-top: 0.5rem;
}
section.image-description .wrapper .imgcol .title strong {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
section.image-description .wrapper .textcol {
  grid-area: textcol;
}
section.image-description .wrapper .textcol ul.degrees {
  margin-top: 0;
  padding-left: 1em;
  font-size: 1.25rem;
  font-weight: bold;
}
section.image-description .wrapper .textcol ul.degrees li {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.01625rem;
  padding-bottom: 0.48375rem;
  margin-bottom: 0.5rem;
}
section.image-description .wrapper .biography {
  grid-area: biography;
}

section.events-listing .wrapper .day {
  background-color: #F4F6F6;
  border-radius: 8px;
  padding: 2rem;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-areas: "timecol events";
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  section.events-listing .wrapper .day {
    grid-template-columns: 1fr;
    grid-template-areas: "timecol" "events";
  }
  section.events-listing .wrapper .day .timecol {
    border-right: none !important;
    border-bottom: 2px solid #A3C2C6;
  }
}
section.events-listing .wrapper .day .timecol {
  grid-area: timecol;
  border-right: 2px solid #A3C2C6;
}
section.events-listing .wrapper .day .timecol time {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: -0.5rem;
  padding-top: 0.4195rem;
  padding-bottom: 0.0805rem;
  margin-bottom: 0rem;
  color: #33415B;
  font-weight: bold;
}
section.events-listing .wrapper .day .events {
  grid-area: events;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
section.events-listing article.event {
  grid-template-columns: 1fr;
}

section.events-simple .listing {
  -moz-column-width: 270px;
  column-width: 270px;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 2rem 0;
}
section.events-simple .listing article {
  display: block;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

section.language-selector .wrapper .graybg {
  background-color: #A3C2C6;
  border-radius: 8px;
  overflow: hidden;
}
section.language-selector .wrapper .graybg ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  gap: 2px;
}
section.language-selector .wrapper .graybg ul li {
  background-color: #E8F1F2;
  margin-bottom: 0;
  padding: 0;
}
section.language-selector .wrapper .graybg ul li a {
  display: block;
  padding: 2rem;
  text-align: center;
  color: #4a4a4a;
  font-weight: normal;
}
section.language-selector .wrapper .graybg ul li a .lang {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 0rem;
  padding-top: 0.226rem;
  padding-bottom: 0.274rem;
  margin-bottom: -0.5rem;
  font-weight: bold;
}
section.language-selector .wrapper .graybg ul li a .translation:before {
  content: "(";
}
section.language-selector .wrapper .graybg ul li a .translation:after {
  content: ")";
}

section.video-highlight .wrapper .graybg {
  padding: 2rem;
  background-color: #E8F1F2;
  border-radius: 8px;
}

section.year-nav .wrapper .graybg {
  background-color: #F4F6F6;
  border-radius: 8px;
  list-style-type: none;
  padding: 1rem;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(4ch, 1fr));
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
}
section.year-nav .wrapper .graybg li a {
  color: #4a4a4a;
}

section.issues-by-year .wrapper .year {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-areas: "titlecol listing";
  gap: 2rem;
  padding-bottom: 6rem;
}
section.issues-by-year .wrapper .year .titlecol {
  grid-area: titlecol;
  border-right: 2px solid #E8F1F2;
}
section.issues-by-year .wrapper .year .listing {
  grid-area: listing;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 800px) {
  section.issues-by-year .wrapper .year {
    grid-template-columns: 1fr;
    grid-template-areas: "titlecol" "listing";
  }
  section.issues-by-year .wrapper .year .titlecol {
    border-right: none;
    border-bottom: 2px solid #E8F1F2;
  }
  section.issues-by-year .wrapper .year h2 {
    text-align: center;
  }
}

section.top-image {
  height: 350px;
  background-color: #666;
  border-bottom: 6px solid var(--accent-light);
  margin-bottom: -250px;
}
section.top-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.top-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 347px;
  left: 0;
  bottom: 0;
  background: linear-gradient(15deg, #000000 0%, rgba(0, 0, 0, 0.510417) 39.06%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
}

section.tabbed .wrapper .tabnav {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
section.tabbed .wrapper .tabnav li a {
  display: block;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  color: #4a4a4a;
  padding: 0.3rem 2rem;
}
section.tabbed .wrapper .tabnav li a:hover {
  color: #000;
}
section.tabbed .wrapper .tabnav li.active a {
  background-color: #E8F1F2;
}
section.tabbed .wrapper .tab {
  display: none;
  background-color: #E8F1F2;
  border-radius: 0 0 8px 8px;
  padding: 2rem;
}
section.tabbed .wrapper .tab.show {
  display: block;
}
section.tabbed .wrapper .tab h2 {
  margin-top: 0;
}
section.tabbed .wrapper .tab ul.narrowlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-column-width: 110px;
  column-width: 110px;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
section.tabbed .wrapper .tab ul.narrowlist li a {
  color: #4a4a4a;
}

section.article-verses .wrapper .listing .verse {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}
section.article-verses .wrapper .listing .verse h2 {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 0rem;
  padding-top: 0.113rem;
  padding-bottom: 0.387rem;
  margin-bottom: -0.5rem;
  font-weight: normal;
  border-right: 2px solid #E8F1F2;
  padding-right: 2rem;
}
section.article-verses .wrapper .listing .verse ul.articles {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
section.article-verses .wrapper .listing .verse ul.articles li a {
  display: block;
  color: #4a4a4a;
  font-weight: bold;
}
section.article-verses .wrapper .listing .verse ul.articles li:not(:last-of-type) a {
  padding-bottom: 1rem;
}

section.gallery .wrapper .graybg {
  background-color: #E8F1F2;
  border-radius: 8px;
  padding: 2rem;
}
section.gallery .wrapper .graybg .listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  align-items: start;
}
section.gallery .wrapper .graybg .listing article.media .imgholder {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 5px;
}
section.gallery .wrapper .graybg .listing article.media .imgholder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.gallery .wrapper .graybg .listing article.media .imgholder:hover img {
  transform: scale(1.1);
}
section.gallery .wrapper .graybg .listing article.media.video .imgholder:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 100%;
  background-image: url(../svg/play-arrow.svg);
  background-position: 55% center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

section.arbitrary {
  padding: 0;
}

#hidden-modal {
  display: block;
  background-color: #E8F1F2;
  padding: 1rem;
  border-radius: 8px;
}

.email-signup {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "photo6 text6" "bottomtext6 text6";
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1rem;
  padding: 1rem;
  width: 800px;
  max-width: 100%;
}
.email-signup h2 {
  font-size: 2.125rem;
  line-height: 3rem;
  margin-top: 0rem;
  padding-top: 0.177625rem;
  padding-bottom: 0.322375rem;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 640px) {
  .email-signup {
    grid-template-columns: 1fr;
    grid-template-areas: "photo6" "text6" "bottomtext6";
  }
  .email-signup .photocol {
    display: none !important;
  }
}
.email-signup:before, .email-signup:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.email-signup .photocol {
  grid-area: photo6;
  position: relative;
  display: flex;
  justify-content: center;
}
.email-signup .photocol img {
  width: 100%;
  height: auto;
}
.email-signup .textcol {
  grid-area: text6;
}
.email-signup .textcol ul {
  padding: 0 0 0 1.1em;
  list-style-type: none;
}
.email-signup .textcol ul li {
  position: relative;
}
.email-signup .textcol ul li:before {
  content: "•";
  position: absolute;
  left: -1.2rem;
  top: 0;
  font-size: 1.5em;
  color: #DF2636;
}
.email-signup .textcol .emailform {
  display: inline-flex;
}
.email-signup .textcol .emailform .field {
  height: 2rem;
  border: 0;
  padding-left: 0.5em;
}
.email-signup .textcol .emailform .buttonholder {
  position: relative;
}
.email-signup .textcol .emailform .buttonholder:before {
  content: "";
  position: absolute;
  left: calc(100% - 2px);
  bottom: 0;
  width: 30px;
  height: 15px;
  background-image: url(../buttonshadow.html);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.email-signup .textcol .emailform .button {
  height: 2rem;
  cursor: pointer;
  border: 1px solid #4a4a4a;
}
.email-signup .bottomtext {
  grid-area: bottomtext6;
}
.email-signup .bottomtext button, .email-signup .bottomtext a {
  border: none;
  background-color: none;
  padding: 0;
  font-weight: bold;
  color: #B82D39;
}
.email-signup .bottomtext button:hover, .email-signup .bottomtext a:hover {
  text-decoration: underline;
}

.kids-page .breadcrumb a, .teens-page .breadcrumb a {
  color: #4a4a4a;
}
.kids-page main, .teens-page main {
  background-position: center;
  background-repeat: repeat;
}
.kids-page section.content, .teens-page section.content {
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.kids-page section.content .wrapper, .teens-page section.content .wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 2rem;
}
.kids-page section.content .featureimage, .teens-page section.content .featureimage {
  position: relative;
  width: calc(100% + 4rem);
  margin: -1px 0 0 -2rem;
}
.kids-page section.content .featureimage .imgholder, .teens-page section.content .featureimage .imgholder {
  border-radius: 8px 8px 0 0;
}
.kids-page section.content .featureimage figcaption, .teens-page section.content .featureimage figcaption {
  padding-left: 1rem;
  padding-right: 1rem;
}
.kids-page section.content .featureimage .videoembed, .teens-page section.content .featureimage .videoembed {
  border-radius: 8px 8px 0 0;
}
.kids-page section.content .featureimage .sap-embed-player, .teens-page section.content .featureimage .sap-embed-player {
  border-radius: 8px 8px 0 0;
}
.kids-page section.content .heading, .teens-page section.content .heading {
  padding-top: 2rem;
}
.kids-page section.content .socialstick .sociallinks, .teens-page section.content .socialstick .sociallinks {
  padding-right: 2rem;
}
.kids-page h2.decorative, .teens-page h2.decorative {
  color: #4a4a4a;
}
.kids-page main article.article .headline h1, .kids-page main article.article .headline h2, .kids-page main article.article .headline h3, .teens-page main article.article .headline h1, .teens-page main article.article .headline h2, .teens-page main article.article .headline h3 {
  color: #4a4a4a !important;
}
.kids-page main article.article .headline:hover h1, .kids-page main article.article .headline:hover h2, .kids-page main article.article .headline:hover h3, .teens-page main article.article .headline:hover h1, .teens-page main article.article .headline:hover h2, .teens-page main article.article .headline:hover h3 {
  color: #373737 !important;
}
.kids-page main article.article .authortime, .teens-page main article.article .authortime {
  color: #4a4a4a;
  border-top: 1px solid #4a4a4a;
}
.kids-page main article.article .authortime .author, .teens-page main article.article .authortime .author {
  color: #4a4a4a !important;
}
.kids-page section.products iframe, .teens-page section.products iframe {
  background-color: #fff;
  padding-top: 2rem;
  border-radius: 8px;
}

.rr-magazine .heading h1 {
  position: relative;
  padding-left: 3.5rem;
}
.rr-magazine .heading h1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
  background-color: #E8F1F2;
  width: 2.9375rem;
  height: 2rem;
  background-image: url(../svg/icon-rrlogo.svg);
  background-size: auto calc(100% - 12px);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.kids-teens-front {
  --accent-light: #45CAAA;
  --accent-dark: #00856C;
}
.kids-teens-front .breadcrumb a {
  color: #fff;
}
.kids-teens-front .heading h1 {
  color: #fff;
}
.kids-teens-front .richtext h2:not(.decorative) {
  border-bottom: 2px solid var(--accent-light);
}
.kids-teens-front section.image-description {
  padding: 0 2rem 3rem 2rem;
}
.kids-teens-front section.image-description .wrapper {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
}

body.page-template-page-bible-trading-cards .bible-trading-cards-tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
body.page-template-page-bible-trading-cards .bible-trading-cards-tabs ul li a {
  background-color: #999;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 1rem 1rem 0 0;
  text-decoration: none;
}
body.page-template-page-bible-trading-cards .bible-trading-cards-tabs ul li a:hover {
  background-color: #555;
}
body.page-template-page-bible-trading-cards .bible-trading-cards-tabs ul li.current-menu-item a {
  background: url(../jpg/bible-cards-background.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  body.page-template-page-bible-trading-cards .bible-trading-cards-tabs ul li.current-menu-item a {
    background: #555;
  }
}
body.page-template-page-bible-trading-cards .bible-cards-content {
  background: url(../jpg/bible-cards-background.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
  padding: 3rem 0;
  color: #fff;
}
@media screen and (max-width: 640px) {
  body.page-template-page-bible-trading-cards .bible-cards-content {
    background-image: linear-gradient(to bottom, #555 0, #333 50vh);
    background-attachment: initial;
  }
}
body.page-template-page-bible-trading-cards .bible-cards-content h2 {
  color: #fff;
  margin-top: 0;
}
body.page-template-page-bible-trading-cards .bible-cards-content > p:first-of-type {
  margin-top: 0;
}
/*# sourceMappingURL=site.css.map */
