/*
@sm-up: ~"only screen and (max-width: 34rem)";
@md-up: ~"only screen and (min-width: 48rem)";
@lg-up: ~"only screen and (min-width: 62rem)";
@xl-up: ~"only screen and (min-width: 75rem)";
*/
@font-face {
  font-family: sanford;
  src: url(fonts/Sanford-0103_demo.ttf);
}
@font-face {
  font-family: jmh-typewriter;
  src: url(fonts/JMH-Typewriter.ttf);
}
/* Variables */
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: table;
  width: 100%;
}
body .footer {
  display: table-row;
  height: 300px;
}
/* Base Font Sizes */
html {
  font-size: 12px;
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  html {
    font-size: 16px;
  }
}
html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* General/Helper classes */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.centered {
  text-align: center;
}
.footer .container {
  padding: 80px 0;
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
.footer .container .logo-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.footer .container .logo-wrapper .footer-logo {
  display: inline-block;
  margin-right: 5%;
}
@media only screen and (max-width: 600px) {
  .footer .container .logo-wrapper .footer-logo {
    display: block;
    margin: 0 auto 15px;
  }
}
.footer .container .logo-wrapper .footer-logo a {
  display: inline-block;
}
.footer .container .logo-wrapper .footer-logo img {
  height: 4rem;
  width: auto;
}
.footer .container .logo-wrapper .footer-logo:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .footer .container .logo-wrapper .footer-logo:last-child {
    margin-right: auto;
  }
}
.footer .container p {
  margin: 0 5% 20px;
}
/* #footer-logo-mpt img { width: 102px; height: auto; }
#footer-logo-firelight img { width: 169px; height: auto; }
#footer-logo-pbs img { width: 82px; height: auto; }
#footer-logo-pfizer img { width: 99px; height: auto; } */
a.button {
  display: inline-block;
}
/* Site-specific common elements */
body p,
body ul,
body ol {
  font-size: 1.063rem;
  line-height: 1.875rem;
  letter-spacing: 0rem;
}
body ol,
body ul {
  list-style-type: initial;
  margin-left: 1.75rem;
  text-align: left;
}
body ol li {
  list-style-type: decimal;
}
body h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}
body h2 {
  font-size: 3rem;
  line-height: 3.5rem;
}
body h3 {
  font-size: 2.5rem;
  line-height: 3rem;
}
body h4 {
  font-size: 2rem;
  line-height: 2.5rem;
}
body h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}
body h6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: sanford, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #373027;
}
body .text-content a,
body .carousel-caption a {
  color: #373027;
  text-decoration: underline;
}
body .text-content a:hover,
body .carousel-caption a:hover {
  color: #514A41;
}
body a.button {
  color: white;
  padding: 10px 20px;
  background-color: #373027;
}
body a.button:hover {
  background-color: #CEC6BE;
}
body .section-bg h1,
body .section-bg h2,
body .section-bg h3,
body .section-bg h4,
body .section-bg h5,
body .section-bg h6,
body .section-bg p,
body .section-bg .carousel-caption {
  color: white;
}
body .section-bg a.button {
  color: #373027;
  background-color: white;
}
body .section-bg a.button:hover {
  background-color: #E6E6E6;
}
body .slick-prev:before,
body .slick-next:before {
  color: black;
}
body .section-bg .slick-prev:before,
body .section-bg .slick-next:before {
  color: white;
}
body .dropdown-content {
  border: 1px solid #CEC6BE;
}
body .dropdown-content a {
  border-bottom: 2px solid #CEC6BE;
}
body .dropdown-content a:last-child {
  border-bottom: none;
}
body .carousel-section {
  background-image: none;
}
body .carousel-section.section-bg {
  background-color: #373027;
  background-image: url(../site-assets/bg_common.jpg);
}
body .footer .container {
  background-image: url(../site-assets/footerbg_common.png);
}
body .bg-color {
  background-color: #CEC6BE;
}
body.tubman h1,
body.tubman h2,
body.tubman h3,
body.tubman h4,
body.tubman h5,
body.tubman h6 {
  font-family: sanford, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #482F48;
}
body.tubman .text-content a,
body.tubman .carousel-caption a {
  color: #482F48;
  text-decoration: underline;
}
body.tubman .text-content a:hover,
body.tubman .carousel-caption a:hover {
  color: #7B627B;
}
body.tubman a.button {
  background-color: #482F48;
}
body.tubman a.button:hover {
  background-color: #7B627B;
}
body.tubman .section-bg h1,
body.tubman .section-bg h2,
body.tubman .section-bg h3,
body.tubman .section-bg h4,
body.tubman .section-bg h5,
body.tubman .section-bg h6,
body.tubman .section-bg p,
body.tubman .section-bg .carousel-caption {
  color: white;
}
body.tubman .section-bg a.button {
  color: #482F48;
  background-color: white;
}
body.tubman .section-bg a.button:hover {
  background-color: #E6E6E6;
}
body.tubman .dropdown-content,
body.tubman .dropdown-content a {
  border-color: #4c1e1e;
}
body.tubman .carousel-section {
  background-image: url(../site-assets/bg_Tubman.png);
}
body.tubman .carousel-section.section-bg {
  background-color: initial;
}
body.tubman .footer .container {
  background-image: url(../site-assets/footerbg_Tubman.png);
}
body.tubman .bg-color {
  background-color: #D9D3D9;
}
body.douglass h1,
body.douglass h2,
body.douglass h3,
body.douglass h4,
body.douglass h5,
body.douglass h6 {
  font-family: jmh-typewriter, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #185D67;
}
body.douglass .text-content a,
body.douglass .carousel-caption a {
  color: #185D67;
  text-decoration: underline;
}
body.douglass .text-content a:hover,
body.douglass .carousel-caption a:hover {
  color: #4B909A;
}
body.douglass a.button {
  font-family: jmh-typewriter, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background-color: #185D67;
}
body.douglass a.button:hover {
  background-color: #4B909A;
}
body.douglass .section-bg h1,
body.douglass .section-bg h2,
body.douglass .section-bg h3,
body.douglass .section-bg h4,
body.douglass .section-bg h5,
body.douglass .section-bg h6,
body.douglass .section-bg p,
body.douglass .section-bg .carousel-caption {
  color: white;
}
body.douglass .section-bg a.button {
  color: #185D67;
  background-color: white;
}
body.douglass .section-bg a.button:hover {
  background-color: #E6E6E6;
}
body.douglass .dropdown-content,
body.douglass .dropdown-content a {
  border-color: #0d4048;
}
body.douglass .carousel-section {
  background-image: url(../site-assets/bg_Douglass.png);
}
body.douglass .carousel-section.section-bg {
  background-color: initial;
}
body.douglass .footer .container {
  background-image: url(../site-assets/footerbg_Douglass.png);
}
body.douglass .bg-color {
  background-color: #CCDBDE;
}
.subsite-cta {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  color: white;
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.subsite-cta-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 10% 0;
  width: 90%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .subsite-cta-wrapper {
    background-image: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .subsite-cta-wrapper {
    width: 60%;
    max-width: 800px;
  }
}
.subsite-cta-logo {
  padding: 0 15%;
  height: auto;
}
.subsite-cta-caption {
  margin: 5% 0;
}
.subsite-cta-bg-img {
  display: none;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .subsite-cta-bg-img {
    display: block;
  }
}
.subsite-cta-link a {
  padding: 1rem 2rem;
  border: 1px solid white;
}
.subsite-cta-link a:hover {
  text-decoration: underline;
}
/* Text Shadows */
.subsite-cta-caption,
.filmMakerHero p,
.footer p {
  text-shadow: 3px 3px 3px #000000;
}
.about-column {
  display: flex;
  place-items: center;
  margin: 5% 0;
}
.about-column img {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .about-column {
    margin: 0;
  }
}
.scholar-grid {
  padding: 0 5%;
}
.scholar {
  margin-bottom: 10%;
}
@media only screen and (min-width: 1200px) {
  .scholar {
    margin-bottom: 12%;
  }
}
.scholarImg img {
  width: 100%;
  height: auto;
}
.scholarName {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 8% 5% 8%;
}
/* Header */
:target::before {
  content: "";
  display: block;
  height: 120px;
  /* fixed header height */
  margin: -120px 0 0;
  /* negative fixed header height */
}
.header {
  position: relative;
  width: 100%;
}
.header.fixed {
  position: fixed;
  z-index: 10000000;
  top: 0;
}
@media only screen and (min-width: 1200px) {
  .header.fixed {
    height: initial;
  }
}
.header.mobile-open {
  height: 100%;
}
.header-wrapper {
  position: relative;
}
.header-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spacer-bg-img {
  width: 100%;
  height: auto;
}
.header-bg-img,
#hero-bg-img {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header-bg-img,
  #hero-bg-img {
    display: block;
  }
}
.header-bg-img-mobile,
#hero-bg-img-mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .header-bg-img-mobile,
  #hero-bg-img-mobile {
    display: none;
  }
}
.header-left {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 55%;
}
@media only screen and (min-width: 544px) {
  .header-left {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .header-left {
    width: 35%;
  }
}
.header-logo {
  float: left;
  margin-right: 2.5%;
}
.header-logo:last-child {
  margin-right: 0;
}
#h-pbs-logo {
  width: 22%;
  max-width: 82px;
}
#h-firelight-logo {
  width: 42%;
  max-width: 162px;
}
#h-mpt-logo {
  width: 28%;
  max-width: 102px;
}
.menu-logo {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  width: 20%;
}
@media only screen and (min-width: 992px) {
  .menu-logo {
    left: 30px;
    width: 15%;
  }
}
#tubman-menu-logo {
  width: 30%;
}
@media only screen and (min-width: 992px) {
  #tubman-menu-logo {
    width: 20%;
  }
}
.menu-collapsed {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .menu-collapsed {
    display: none;
  }
}
.menu-expanded {
  display: none;
  float: right;
}
@media only screen and (min-width: 1200px) {
  .menu-expanded {
    display: block;
  }
}
.dropdown {
  position: relative;
  float: left;
}
#mobile-menu {
  display: none;
  width: 100%;
  background-color: white;
  text-align: center;
  padding: 16px 5% 16px;
}
#mobile-menu .menu-item {
  display: block;
  float: none;
  color: black;
  padding: 0;
}
#mobile-menu .menu-item a {
  display: block;
  margin-top: 0;
  padding: 4% 3% 4%;
  border-bottom: 2px solid #373027;
  text-transform: uppercase;
}
@media only screen and (min-width: 544px) {
  #mobile-menu .menu-item a {
    margin-top: 0;
    padding: 12px 6px;
  }
}
#mobile-menu .menu-item:first-child a {
  margin-top: 0;
}
#mobile-menu .menu-item:last-child a {
  border-bottom: none;
}
#mobile-menu .dropdown {
  float: none;
  /* .menu-item:first-child a {
      padding-top: 8%;

      @media @sm-up {
        padding-top: 29px;
      }
    } */
}
#mobile-menu .dropdown .dropdown-content {
  border: none;
  background-color: #CEC6BE;
  padding-bottom: 0;
}
@media only screen and (min-width: 544px) {
  #mobile-menu .dropdown .dropdown-content {
    padding-bottom: 0;
  }
}
#mobile-menu .dropdown .dropdown-content .menu-item {
  padding: 0 5%;
}
.tubman #mobile-menu .menu-item {
  border-color: #482F48;
}
.tubman #mobile-menu .dropdown-content {
  background-color: #D9D3D9;
}
.douglass #mobile-menu .menu-item {
  border-color: #185D67;
}
.douglass #mobile-menu .dropdown-content {
  background-color: #CCDBDE;
}
#mobile-menu-block {
  display: none;
  background-color: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.menu-expanded .dropdown-content {
  display: none;
  position: absolute;
  padding: 0;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.menu-expanded .dropdown-content a {
  display: block;
  float: none;
  color: black;
  padding: 16px 12px 16px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.menu-expanded .dropdown-content a:hover {
  background-color: #ddd;
}
.menu-expanded .dropdown:hover .menu-item {
  color: black;
  background-color: #f9f9f9;
}
.menu-expanded .dropdown:hover .dropdown-content {
  display: block;
}
.menu-item {
  display: inline-block;
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 3vw;
  text-decoration: none;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1600px) {
  .menu-item {
    padding: 15px 60px;
    font-size: 1.5rem;
  }
}
.menu-btn {
  position: absolute;
  right: 15px;
  color: #f2f2f2;
  font-size: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 20px;
  height: 2px;
  margin: 4px 4px;
  background-color: #fff;
  transition: 0.4s;
}
@media only screen and (min-width: 544px) {
  .bar1,
  .bar2,
  .bar3 {
    width: 28px;
    height: 3px;
    margin: 7px 7px;
  }
}
.gg-chevron-down {
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.gg-chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
}
.active .gg-chevron-down::after {
  transform: rotate(225deg);
  top: 7px;
}
.dropdown-item {
  font-size: 1rem;
  white-space: initial;
}
/* Breadcrumbs */
.breadcrumbs {
  padding: 1rem 0 1rem 3%;
}
.breadcrumbs li {
  display: inline;
}
/* Landing Page */
.landing-page-header {
  margin: 5.25rem 0;
}
.landing-page-header .landing-page-header-wrapper {
  width: 80%;
  margin: 0 auto;
}
.landing-page-header .text-content h2 {
  margin-bottom: 2.25rem;
}
.landing-page-header .text-content p {
  margin-left: 17%;
  margin-right: 17%;
  font-size: 1.5rem;
  line-height: 2rem;
}
.landing-page-header a:hover {
  text-decoration: underline;
}
.subsite-cta .center-container {
  text-align: center;
}
.basic-btn {
  background: white;
  padding: 1rem 2rem;
  margin: 1rem;
  border: 2px solid black;
}
/* Simple Page */
.wrapper {
  color: #3c3c3c;
  font-size: 1.063rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.section {
  padding: 20px 3.64%;
}
.section .grid {
  padding: 30px 0;
}
.section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-block {
  margin: 0 auto;
  max-width: 77.5rem;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.column-container .column {
  box-sizing: border-box;
  padding: 0 1rem;
}
.spacer {
  height: 10rem;
}
.spacer-2 {
  height: 20rem;
}
.spacer-3 {
  height: 30rem;
}
.img-float-left {
  float: none;
  padding: 0 0 2rem 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .img-float-left {
    float: left;
    padding: 0 2rem 2rem 0;
    width: 45%;
  }
}
.img-float-right {
  float: none;
  padding: 0 0 2rem 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .img-float-right {
    float: right;
    padding: 0 0 2rem 2rem;
    width: 45%;
  }
}
/* News */
.news {
  padding: 3.65% 12.23% 2.86%;
}
.news .news-title {
  text-decoration: underline;
  font-weight: 700;
}
.news .news-blurb {
  margin: 1.5rem 0 1rem;
}
.news:nth-child(odd) {
  background-color: #CEC6BE;
}
body.tubman .news:nth-child(odd) {
  background-color: #D9D3D9;
}
body.douglass .news:nth-child(odd) {
  background-color: #CCDBDE;
}
/* Education */
.education-hero-section {
  padding: 1rem 0 2rem;
}
.education-hero-section .intro-text {
  margin-bottom: 2%;
}
.education-hero-section.bg-color {
  background-color: #CEC6BE;
}
.education-hero-video {
  float: none;
  padding: 0 0 2rem 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .education-hero-video {
    float: right;
    padding: 0 0 2rem 2rem;
    width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .education-hero-video.float-left {
    float: left;
    padding: 0 2rem 2rem 0;
  }
}
.education-hero-buttons {
  padding: 5% 3% 0;
}
.education-hero-buttons .basic-btn {
  display: block;
  color: white;
  background-color: #373027;
  border: none;
}
@media only screen and (min-width: 768px) {
  .education-hero-buttons .basic-btn {
    display: inline-block;
  }
}
.primary-source-section.section {
  padding: 3rem 5%;
}
.primary-source-wrapper {
  margin: 0 auto;
  max-width: 1400px;
}
.primary-source-wrapper.text-content {
  padding: 0;
}
.primary-source-img {
  float: none;
  padding: 0 0 2rem 0;
  width: 100%;
}
figcaption {
  text-align: center;
  font-size: 0.8em;
  background-color: #DED2C0;
}
@media only screen and (min-width: 992px) {
  .primary-source-img {
    float: right;
    padding: 0 0 2rem 2rem;
    max-width: 40%;
  }
}
/* .primary-source-img.float-left {
  @media @lg-up {
    float: left;
    padding: 0 2rem 2rem 0;
  }
} */
/* TYPOGRAPHY */
.page-title {
  padding: 2rem 0 2rem 4%;
  text-align: left;
}
.page-title h1 {
  font-weight: 600;
  text-transform: uppercase;
}
.page-title.centered {
  text-align: center;
  padding-left: 0;
}
.page-title.section-bg {
  background-position: top;
}
body .page-title.section-bg {
  background-color: #373027;
  background-image: url(../site-assets/bg_common.jpg);
}
body.tubman .page-title.section-bg {
  background-color: initial;
  background-image: url(../site-assets/filmmakers_bg_tubman.png);
}
body.douglass .page-title.section-bg {
  background-color: initial;
  background-image: url(../site-assets/filmmakers_bg_douglass.png);
}
.section-title {
  padding: 3% 0;
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin-left: 3%;
  text-align: left;
}
.section-title h3 {
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .section-title {
    margin-left: 0;
    text-align: center;
  }
}
.section-title.text-left {
  text-align: left;
}
.simple-page-text {
  margin: 50px 0;
}
.text-content h1 {
  margin-bottom: 3.75rem;
}
.text-content h2 {
  margin-bottom: 3.75rem;
}
.text-content h3 {
  margin-bottom: 3rem;
}
.text-content h4 {
  margin-bottom: 2.5rem;
}
.text-content h5 {
  margin-bottom: 2rem;
}
.text-content h6 {
  margin-bottom: 1.5rem;
}
/* SECTIONS */
a.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -3%;
}
@media sm-up {
  a.anchor {
    top: -100px;
  }
}
@media xl-up {
  a.anchor {
    top: -200px;
  }
}
.explore-col p {
  padding: 30px 15px 0;
}
.explore-content {
  padding: 30px 0;
}
.carousel-section {
  max-width: 90vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .carousel-section {
    max-width: calc(100vw - 24px);
  }
}
.classroom .carousel-section,
.teacher-resources .carousel-section,
.community .one-column-block,
.inquiryModule .section {
  border-bottom: 0.625rem solid #CEC6BE;
}
.community .one-column-block {
  margin: 0;
  padding: 2rem 0;
}
.community .one-column-block:last-child {
  border-bottom: none;
  background-color: #373027;
}
.community .one-column-block:last-child h3,
.community .one-column-block:last-child p,
.community .one-column-block:last-child ul,
.community .one-column-block:last-child ol {
  color: white;
}
.community .one-column-block:last-child a {
  color: #CEC6BE;
}
.carousel-description {
  margin: 0 3% 3% 3%;
}
@media only screen and (min-width: 1200px) {
  .carousel-description {
    margin: 0 0 3% 0;
  }
}
.carousel {
  width: 100%;
}
.carousel-caption {
  margin: 2rem 0;
}
@media only screen and (min-width: 544px) {
  .carousel-block {
    padding: 0 3%;
  }
}
.carousel-title {
  margin: 2rem 0 0 0;
  font-weight: 500;
}
.film-credits .text-content {
  text-align: center;
}
.film-credits p {
  line-height: 1.8rem;
}
.tubman .filmMakerHero {
  background-image: url(../site-assets/filmmakers_bg_tubman.jpg);
}
.douglass .filmMakerHero {
  background-image: url(../site-assets/filmmakers_bg_douglass.jpg);
}
.filmMakerHero {
  padding: 3% 0;
}
.filmMakerHero a.button {
  margin-top: 3.125rem;
}
.filmMakers {
  padding: 10.15% 0 4.95%;
}
@media only screen and (min-width: 1200px) {
  .filmMakers {
    padding: 5% 0 2.5%;
  }
}
.filmMaker-wrapper {
  padding: 0 7% 5%;
}
.filmMaker-wrapper a.button {
  margin-top: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .column-container {
    display: flex;
  }
  .column-container .column:first-child {
    padding-left: 0rem;
  }
  .column-container .column:last-child {
    padding-right: 0;
  }
  .column-container .col1-2 {
    width: 50%;
  }
  .column-container .col2-3 {
    width: 66.67%;
  }
  .column-container .col1-3 {
    width: 33.33%;
  }
}
.column-container .img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.column-container .link-content {
  margin-top: 1rem;
}
.column-container .link-content .a {
  text-decoration: none;
  line-height: 1.25rem;
  border-bottom: solid 1px white;
  color: white;
  transition: all 0.25s;
}
.column-container .link-content .a:not(.locked):hover {
  border-bottom: solid 1px #ff9016;
  color: #ff9016;
  transition: all 0.25s;
}
.column-container .link-content .a.locked {
  cursor: default;
}
.column-container .link-content .fas {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.column-container .purchase {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}
.column-container .form {
  display: inline-block;
  margin-left: 2rem;
}
/* Accordions */
.accordion-section {
  padding-bottom: 5%;
}
.accordion-section .section-title {
  padding: 3% 0;
}
.accordion-section .section-title h2 {
  margin-bottom: 0;
}
.accordion-section .text-content {
  padding: 0 2%;
}
.accordion-title {
  position: relative;
  background-color: #373027;
  width: 100%;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  border-bottom: solid 1px #CEC6BE;
  cursor: pointer;
}
.accordion-title h4 {
  color: white;
  margin-bottom: 0;
}
.accordion-title:hover {
  background-color: #514A41;
}
.accordion-title:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  content: "+";
  color: white;
  font-family: monospace;
  font-size: 3rem;
  line-height: 2rem;
}
.accordion-title.active:after {
  content: "-";
}
.accordion-content {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-content-inner {
  padding: 1.5rem;
}
/* Link Gallery */
/*
.gallery-wrapper {
  display: flex;
  justify-content: space-between;
}

.gallery-thumb {
  width: 19%;
  height: auto;
}
*/
/* Carousel */
/*
.slide {
  width: 25%;
}
*/
.page-content {
  padding: 0 5%;
}
/* Imported Content */
.text-content {
  padding: 0 5%;
}
.text-content figure {
  margin: 0;
}
.text-content iframe {
  display: block;
  max-width: 100%;
}
.text-content table {
  width: 100%;
}
.text-content table td {
  padding: 1rem;
  vertical-align: top;
}
.text-content table td:first-child {
  padding-left: 0;
}
.text-content table td:last-child {
  padding-right: 0;
}
.text-content p {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .text-content table,
  .text-content tr,
  .text-content td,
  .text-content th,
  .text-content tbody,
  .text-content thead {
    display: block;
    box-sizing: border-box;
  }
  .text-content table td,
  .text-content table td:first-child,
  .text-content table td:last-child {
    padding: 0.625rem;
  }
}
.text-content img {
  display: block;
  width: 100%;
}
.text-content figure img {
  display: block;
  margin-bottom: 0;
}
.container {
  width: 100%;
  max-width: 1920px;
}
