/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* --- Copyright 2023 --------------------------------------------------------------------------------- */
/* --- UTSA Institute of Texan Cultures | Becoming Texas Podcast 2023 - Live Site --------------------- */
/* --- https://texancultures.utsa.edu/becomingtexas/ - Last update 06/13/23 --------------------------- */
/* --- Web Designer/Developer: Jenny Gonzalez --------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* --- Main Site Directory URL (Images Folder) -------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@import url(fonts.css);
/* ---------------------------------------------------------------------------------------------------- */
/* --- Main Fonts ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* --- Main Colors ------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
/* --- Pagination --------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* --- Font Size & Line Height ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* --- Shared Elements -------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.imgLink span.overlay, a,
a:focus,
a:visited,
a:link,
a:active, .btnTag, .btnText, header nav #primary-menu-list li a, [data-expandable] [data-expand-text], #teamList ul.grid-container li, #teamList ul.grid-container li a .boxBot h4.title_h5, #ctaArea .col4 li a, .fancybox-slide--html .fancybox-close-small {
  -webkit-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  -ms-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important; }

.clear, .btnsArea:after {
  clear: both;
  float: none;
  content: '';
  display: block; }

strong, b, em, strong em,
em strong,
em b,
i b,
b i,
strong i, .basicFont, section h1,
section .title_h1, section h2, section .title_h4, section h3, section .title_h3, section h4, section h5, section .title_h5, section #teamList ul.grid-container li a .boxBot h4.title_h5, #teamList ul.grid-container li a .boxBot section h4.title_h5, section h6, section .title_h6, .fancybox-content .title_h2 {
  font-weight: normal;
  font-style: normal; }

.grid-container li, #ctaArea .col2 li, #ctaArea .col4 li {
  font-size: 0;
  line-height: 0; }

#mobileMenu .mm-navbar__title, #mobileMenu .mm-listitem__text, header nav #primary-menu-list li a, .btnPlay, #teamList ul.grid-container li a .boxBot .title, #ctaArea .bigTitle span {
  font-family: 'novecento-slab-wide',serif;
  font-weight: 400;
  font-style: normal; }

section h1,
section .title_h1, section h2, section .title_h4, section h3, section .title_h3, section h4, section h5, section .title_h5, section #teamList ul.grid-container li a .boxBot h4.title_h5, #teamList ul.grid-container li a .boxBot section h4.title_h5, section h6, section .title_h6, .bigTitle, .subtitle, .custom-pagination span,
.custom-pagination a, .fancybox-content .title_h2 {
  font-family: 'novecento-slab-wide',serif;
  font-weight: 700;
  font-style: normal; }

.btnTag, .btnText {
  padding: 16px 16px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-decoration: none !important;
  font-family: 'novecento-slab-wide',serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  border: 0px;
  color: #fff;
  background-color: #BC2C1A;
  border-radius: 4px; }

.btnTag:hover, .btnText:hover {
  background-color: #0C233F;
  color: #fff !important; }

.imgLink span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(218, 215, 205, 0);
  color: rgba(218, 215, 205, 0);
  cursor: pointer;
  font-family: "novecento-slab-wide", Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem; }

.imgLink:hover span.overlay {
  background-color: rgba(58, 90, 64, 0.8);
  color: #fff; }

/* ---------------------------------------------------------------------------------------------------- */
/* --- Basic Elements --------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html, body {
  height: 100%; }

html {
  scroll-behavior: smooth;
  margin-top: 0 !important; }

body {
  background-color: #fff !important;
  background-image: url(/becomingtexas/wp-content/themes/twentytwentyone-child/images/bgrd-pattern.png);
  background-repeat: repeat;
  background-position: left top; }

a,
a:focus,
a:visited,
a:link,
a:active {
  color: #BC2C1A;
  text-decoration: none; }

a:hover {
  color: #0C233F;
  text-decoration: none; }

strong, b {
  font-family: "barlowsemibold", Helvetica, sans-serif; }

em {
  font-family: "barlowitalic", Helvetica, sans-serif; }

strong em,
em strong,
em b,
i b,
b i,
strong i {
  font-family: "barlowsemibold_italic", Helvetica, sans-serif;
  font-weight: normal; }

.nowrap {
  white-space: nowrap; }

.rtText {
  text-align: right; }

.ctText {
  text-align: center; }

.ltText {
  text-align: left; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

img.aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

img.alignleft,
.alignleft {
  float: left;
  margin-right: 3%;
  margin-bottom: 2%;
  display: block; }

img.alignright,
.alignright {
  float: right;
  margin-left: 3%;
  margin-bottom: 2%;
  display: block; }

.imgLink {
  position: relative;
  display: inline-block; }

.container {
  max-width: 1200px; }

section {
  display: block;
  margin: 0px; }

.section-padding {
  padding: 110px 0; }

.smTopPad {
  padding-top: 55px; }

.noMarTop {
  margin-top: 0px !important; }

.noMarBot {
  margin-bottom: 0px !important; }

.noPadTop {
  padding-top: 0px !important; }

.noPadBot {
  padding-bottom: 0px !important; }

.showTablet {
  display: none; }

section hr {
  padding: 0px;
  margin: 65px 8%;
  border-style: dotted;
  border-width: 2px;
  border-color: rgba(59, 44, 53, 0.6);
  opacity: 1; }
section .post-thumbnail {
  margin: 0px 0 20px; }

@media only screen and (max-width: 1299.98px) {
  .container {
    max-width: 90%; } }
@media only screen and (max-width: 991.98px) {
  .showTablet {
    display: block; }

  .hideTablet {
    display: none; }

  .section-padding {
    padding: 90px 0; } }
@media only screen and (max-width: 520.98px) {
  .section-padding {
    padding: 80px 0; } }
@media only screen and (max-width: 425.98px) {
  .section-padding {
    padding: 60px 0; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Alignments & Spaces ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.vertCenter {
  height: 100%;
  display: table;
  text-align: center;
  width: 100%; }
  .vertCenter .inner {
    display: table-cell;
    vertical-align: middle; }

.vertRight {
  height: 100%;
  display: table;
  text-align: right;
  width: 100%; }
  .vertRight .inner {
    display: table-cell;
    vertical-align: middle; }

.vertLeft {
  height: 100%;
  display: table;
  text-align: left;
  width: 100%; }
  .vertLeft .inner {
    display: table-cell;
    vertical-align: middle; }

.vertMiddle {
  height: 100%;
  display: table;
  width: 100%; }
  .vertMiddle .inner {
    display: table-cell;
    vertical-align: middle; }

.vertBottom {
  height: 100%;
  display: table;
  width: 100%; }
  .vertBottom .inner {
    display: table-cell;
    vertical-align: bottom; }

/* ---------------------------------------------------------------------------------------------------- */
/* --- Typography ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
html {
  font-size: 16px;
  font-size: 1rem; }

body {
  font-family: "barlowregular", Helvetica, sans-serif;
  color: #0C233F;
  font-size: 1.25rem;
  line-height: 2rem; }

.basicFont, section h1,
section .title_h1, section h2, section .title_h4, section h3, section .title_h3, section h4, section h5, section .title_h5, section #teamList ul.grid-container li a .boxBot h4.title_h5, #teamList ul.grid-container li a .boxBot section h4.title_h5, section h6, section .title_h6, .fancybox-content .title_h2 {
  color: #3A5A40;
  margin: 0px;
  padding: 0px; }

section h1,
section .title_h1 {
  font-size: 3.25rem;
  line-height: 3.25rem; }
section h2, section .title_h4 {
  font-size: 2.875rem;
  line-height: 3.125rem; }
section h3, section .title_h3 {
  font-size: 2.5rem;
  line-height: 2.875rem; }
section h4, section .title_h4 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-top: 35px; }
section h5, section .title_h5, section #teamList ul.grid-container li a .boxBot h4.title_h5, #teamList ul.grid-container li a .boxBot section h4.title_h5 {
  font-size: 1.75rem;
  line-height: 2.125rem; }
section h6, section .title_h6 {
  font-size: 1.25rem;
  line-height: 1.625rem; }

.bigTitle {
  font-size: 3.438rem;
  line-height: 3.438rem; }

.smTitle {
  font-family: "barlowsemibold", Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.625rem; }

.subtitle {
  margin-top: 10px;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #0C233F; }

.content {
  margin-top: 30px; }
  .content a {
    text-decoration: underline;
    font-family: "barlowsemibold", Helvetica, sans-serif; }
  .content p {
    margin-bottom: 25px; }
  .content p:last-child {
    margin-bottom: 0px; }
  .content ul,
  .content ol {
    margin: 5px 0;
    padding: 0px; }
    .content ul li,
    .content ol li {
      line-height: 1.875rem;
      margin: 0 0 12px 20px; }
  .content ul > li {
    list-style: disc;
    margin: 0 0 12px 20px; }

.minusBot {
  margin-bottom: -30px; }

@media only screen and (max-width: 991.98px) {
  html {
    font-size: 15px;
    font-size: 0.938rem; }

  section h1 {
    font-size: 3.125rem;
    line-height: 3.125rem; }
  section h2 {
    font-size: 2.625rem;
    line-height: 2.625rem; }
  section h3 {
    font-size: 2rem;
    line-height: 2rem; }
  section h4 {
    font-size: 2rem;
    line-height: 2rem; }
  section h5 {
    font-size: 2rem;
    line-height: 2rem; }
  section h6 {
    font-size: 2rem;
    line-height: 2rem; }

  .bigTitle {
    font-size: 3.238rem;
    line-height: 3.238rem; }

  .smTitle {
    font-size: 1.875rem;
    line-height: 1.875rem; } }
@media only screen and (max-width: 800.98px) {
  section h1 {
    font-size: 3rem;
    line-height: 3rem; }
  section h2 {
    font-size: 2.225rem;
    line-height: 2.225rem; }

  .bigTitle {
    font-size: 3.125rem;
    line-height: 3.125rem; }

  .smTitle {
    font-size: 1.575rem;
    line-height: 1.575rem; } }
@media only screen and (max-width: 700.98px) {
  section h1 {
    font-size: 2.8rem;
    line-height: 2.8rem; }

  .bigTitle {
    font-size: 2.9rem;
    line-height: 2.9rem; } }
@media only screen and (max-width: 600.98px) {
  section .title_h4 {
    font-size: 1.8rem;
    line-height: 1.8rem; }
  section .title_h5, section #teamList ul.grid-container li a .boxBot h4.title_h5, #teamList ul.grid-container li a .boxBot section h4.title_h5 {
    font-size: 1.55rem;
    line-height: 1.75rem; }

  body {
    font-size: 1.15rem !important;
    line-height: 1.75rem; } }
@media only screen and (max-width: 520.98px) {
  section h1 {
    font-size: 2.6rem;
    line-height: 2.6rem; }

  .bigTitle {
    font-size: 2.7rem;
    line-height: 2.7rem; } }
@media only screen and (max-width: 480.98px) {
  html {
    font-size: 14px;
    font-size: 0.875rem; }

  .content ul, .content ol {
    margin: 15px 15px 15px 0; } }
@media only screen and (max-width: 425.98px) {
  section h1 {
    font-size: 2.4rem;
    line-height: 2.4rem; } }
@media only screen and (max-width: 375.98px) {
  html {
    font-size: 13px;
    font-size: 0.813rem; }

  section h1 {
    font-size: 2.6rem;
    line-height: 2.6rem; }
  section h2 {
    font-size: 1.8rem;
    line-height: 1.8rem; } }
@media only screen and (max-width: 320.98px) {
  html {
    font-size: 12px;
    font-size: 0.75rem; } }
@media only screen and (max-width: 280.98px) {
  html {
    font-size: 11.5px;
    font-size: 0.719rem; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Buttons ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.btnsArea,
.content .btnsArea {
  margin: 30px -6px -6px;
  padding: 0px;
  display: inline-block; }
  .btnsArea li,
  .content .btnsArea li {
    display: inline-block;
    margin: 6px;
    padding: 0px;
    list-style: none; }

.btnTag i, .btnText i {
  padding-right: 10px; }

.btnWhite {
  background-color: #fff;
  color: #0C233F !important; }

.btnWhite:hover {
  background-color: #0C233F !important;
  color: #fff !important; }

.btnRed {
  background-color: #BC2C1A !important;
  color: #fff !important; }

.btnRed:hover {
  background-color: #0C233F !important;
  color: #fff !important; }

.btnBrown,
button.btnBrown {
  background-color: #3B2C35 !important;
  color: #fff !important; }

.btnBrown:hover,
button.btnBrown:hover {
  background-color: #0C233F !important;
  color: #fff !important; }

.btnGreen,
button.btnGreen {
  background-color: #3A5A40 !important;
  color: #fff !important; }

.btnGreen:hover,
button.btnGreen:hover {
  background-color: #0C233F !important;
  color: #fff !important; }

.iconApple img {
  padding: 3px 8px 0 0; }

.btnText {
  background-color: #fff !important;
  color: #BC2C1A !important; }

@media only screen and (max-width: 800.98px) {
  .btnTag, .btnText {
    padding: 12px; } }
@media only screen and (max-width: 670.98px) {
  .btnTag, .btnText, .btnText {
    font-size: 1.15rem;
    line-height: 1.15rem; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Custom Pagination ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.custom-pagination {
  display: inline-block;
  margin-top: 60px; }

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 6px 16px 12px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none !important;
  border: 1px solid rgba(59, 44, 53, 0.14); }

.custom-pagination a {
  background-color: rgba(59, 44, 53, 0.14);
  color: #BC2C1A; }

.custom-pagination a:hover {
  background-color: #0c233f;
  color: #fff;
  text-decoration: none !important; }

.custom-pagination span.page-num {
  margin-right: 16px;
  padding: 0; }

.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
  border: 0px; }

.custom-pagination span.current {
  background-color: #bc2c1a;
  color: #fff; }

/* ---------------------------------------------------------------------------------------------------- */
/* --- Mobile Navigation ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
mm-burger {
  color: #DAD7CD; }

.mm-menu--theme-black {
  --mm-color-background:#3A5A40; }

#mobileMenu .mm-listitem:after {
  inset-inline-start: 0px;
  inset-inline-end: 0px; }
#mobileMenu .mm-listitem {
  --mm-listitem-size: 60px; }
#mobileMenu .mm-navbar__title {
  color: #DAD7CD !important;
  text-transform: uppercase; }
#mobileMenu .mm-listitem__text {
  color: #DAD7CD !important;
  text-transform: uppercase; }
#mobileMenu .current-menu-item .mm-listitem__text, #mobileMenu .current-menu-item .mm-listitem__text:hover {
  background-color: rgba(0, 0, 0, 0.08); }

/* ---------------------------------------------------------------------------------------------------- */
/* --- Header Navigation ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
header {
  padding: 10px 100px 10px;
  position: absolute;
  top: 0px;
  width: 100%; }
  header nav {
    display: inline-block; }
    header nav #primary-menu-list li {
      margin-left: 7px; }
      header nav #primary-menu-list li a {
        color: #DAD7CD;
        text-transform: uppercase;
        font-size: 1.125rem;
        line-height: 1.125rem;
        text-decoration: none;
        padding: 10px 14px;
        border-radius: 4px;
        background-color: rgba(218, 215, 205, 0); }
      header nav #primary-menu-list li a:hover {
        color: #3A5A40;
        background-color: #DAD7CD; }
    header nav #primary-menu-list li.current-menu-item a, header nav #primary-menu-list li.current-menu-item a:hover {
      color: #3A5A40;
      background-color: #DAD7CD; }
    header nav #primary-menu-list li:first-child {
      margin-left: 0px; }

.home header .site-logo {
  display: none; }

.single header, .error404 header, .search header {
  background-image: url(/becomingtexas/wp-content/themes/twentytwentyone-child/images/header/bgrd-header-single.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 30px;
  position: relative; }
.single .search-form label, .error404 .search-form label, .search .search-form label {
  display: none; }

@media only screen and (min-width: 1440.98px) {
  header .container-fluid {
    max-width: 1400px; } }
@media only screen and (max-width: 1199.98px) {
  header {
    padding: 10px 10px 10px; }
    header nav #primary-menu-list li {
      margin-left: 7px; }
      header nav #primary-menu-list li a {
        font-size: 1rem; } }
@media only screen and (max-width: 991.98px) {
  .single header, .error404 header, .search header {
    padding-top: 15px;
    padding-bottom: 45px; }
    .single header .site-logo, .error404 header .site-logo, .search header .site-logo {
      margin: 0px; }

  .home header .site-logo {
    display: block; } }
@media only screen and (max-width: 600.98px) {
  header .col-lg-3 {
    flex: 0 0 auto;
    width: 45%; }
  header .col-lg-9 {
    flex: 0 0 auto;
    width: 55%; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Post Next/Previous Navigation ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.post_navigation {
  margin-top: 110px;
  padding: 0px;
  display: grid;
  align-items: center;
  row-gap: 0px;
  column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr; }
  .post_navigation li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    justify-self: stretch; }
    .post_navigation li a {
      display: inline-block; }
      .post_navigation li a i {
        font-size: 80%;
        padding: 0px; }
  .post_navigation li.ltText a span {
    padding-left: 4px; }
  .post_navigation li.rtText a span {
    padding-right: 4px; }

@media only screen and (max-width: 800.98px) {
  .post_navigation li a.btnTxt,
  .post_navigation li.btnEvent a {
    border-radius: 50px;
    padding: 14px 16px; }
    .post_navigation li a.btnTxt span,
    .post_navigation li.btnEvent a span {
      display: none; }
    .post_navigation li a.btnTxt i,
    .post_navigation li.btnEvent a i {
      font-size: 100% !important; } }
@media only screen and (max-width: 600.98px) {
  .post_navigation {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    .post_navigation li.ctText {
      grid-column: span 2; } }
@media only screen and (max-width: 480.98px) {
  .post_navigation {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
    .post_navigation li.ctText {
      grid-column: span 3; } }
@media only screen and (max-width: 375.98px) {
  .post_navigation li a.btnTxt,
  .post_navigation li.btnEvent a {
    padding: 12px 14px; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Grids ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.grid-container {
  display: grid;
  column-gap: 0px;
  row-gap: 0px;
  margin: 0px;
  padding: 0px; }
  .grid-container li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column; }

.grid-container.col3 {
  grid-template-columns: repeat(6, 1fr); }
  .grid-container.col3 li {
    grid-column: span 2;
    width: 100%; }

.grid-container.col4 {
  grid-template-columns: repeat(8, 1fr); }
  .grid-container.col4 li {
    grid-column: span 2;
    width: 100%; }

@media only screen and (min-width: 1199.98px) {
  .grid-container.col2.ctText,
  .content .grid-container.col2.ctText {
    /* Dealing with single orphan */ }
    .grid-container.col2.ctText li:last-child:nth-child(2n - 1),
    .content .grid-container.col2.ctText li:last-child:nth-child(2n - 1) {
      grid-column-end: 4; }

  .content .grid-container.col3.ctText,
  .grid-container.col3.ctText {
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */ }
    .content .grid-container.col3.ctText li:last-child:nth-child(3n - 1),
    .grid-container.col3.ctText li:last-child:nth-child(3n - 1) {
      grid-column-end: -2; }
    .content .grid-container.col3.ctText li:nth-last-child(2):nth-child(3n + 1),
    .grid-container.col3.ctText li:nth-last-child(2):nth-child(3n + 1) {
      grid-column-end: 4; }
    .content .grid-container.col3.ctText li:last-child:nth-child(3n - 2),
    .grid-container.col3.ctText li:last-child:nth-child(3n - 2) {
      grid-column-end: 5; }

  .content .grid-container.col4.ctText,
  .grid-container.col4.ctText {
    /* Dealing with 3 orphan items */
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */ }
    .content .grid-container.col4.ctText li:last-child:nth-child(4n - 1),
    .grid-container.col4.ctText li:last-child:nth-child(4n - 1) {
      grid-column-end: -2; }
    .content .grid-container.col4.ctText li:nth-last-child(2):nth-child(4n - 2),
    .grid-container.col4.ctText li:nth-last-child(2):nth-child(4n - 2) {
      grid-column-end: -4; }
    .content .grid-container.col4.ctText li:nth-last-child(3):nth-child(4n + 1),
    .grid-container.col4.ctText li:nth-last-child(3):nth-child(4n + 1) {
      grid-column-end: 4; }
    .content .grid-container.col4.ctText li:last-child:nth-child(4n - 2),
    .grid-container.col4.ctText li:last-child:nth-child(4n - 2) {
      grid-column-end: -3; }
    .content .grid-container.col4.ctText li:nth-last-child(2):nth-child(4n + 1),
    .grid-container.col4.ctText li:nth-last-child(2):nth-child(4n + 1) {
      grid-column-end: 5; }
    .content .grid-container.col4.ctText li:last-child:nth-child(4n - 3),
    .grid-container.col4.ctText li:last-child:nth-child(4n - 3) {
      grid-column-end: 6; } }
@media only screen and (min-width: 600.98px) and (max-width: 1199.98px) {
  .content .grid-container.col3.ctText,
  .content .grid-container.col4.ctText,
  .grid-container.col3.ctText,
  .grid-container.col4.ctText {
    grid-template-columns: repeat(4, 1fr);
    /* Dealing with single orphan */ }
    .content .grid-container.col3.ctText li:last-child:nth-child(2n - 1),
    .content .grid-container.col4.ctText li:last-child:nth-child(2n - 1),
    .grid-container.col3.ctText li:last-child:nth-child(2n - 1),
    .grid-container.col4.ctText li:last-child:nth-child(2n - 1) {
      grid-column-end: 4; } }
@media only screen and (max-width: 991.98px) {
  .grid-container.col3 {
    grid-template-columns: repeat(4, 1fr); } }
@media only screen and (max-width: 800.98px) {
  .content .grid-container.col4,
  .grid-container.col4 {
    grid-template-columns: repeat(4, 1fr); } }
@media only screen and (max-width: 600.98px) {
  .content .grid-container.col2.ctText,
  .content .grid-container.col3.ctText,
  .content .grid-container.col4.ctText,
  .grid-container.col2.ctText,
  .grid-container.col3.ctText,
  .grid-container.col4.ctText,
  .content .grid-container.col4,
  .grid-container.col4 {
    grid-template-columns: repeat(1, 1fr); }

  .grid-container.col3 {
    grid-template-columns: repeat(2, 1fr); } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Hero Image ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#heroArea {
  background-image: url(/becomingtexas/wp-content/themes/twentytwentyone-child/images/header/bgrd-header.webp);
  background-repeat: no-repeat;
  background-position: center top;
  height: 390px;
  margin-bottom: -25px; }
  #heroArea #pageTitle {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 7.813rem;
    line-height: 7.813rem; }
  #heroArea .inner {
    padding-bottom: -100px; }

@media only screen and (max-width: 1199.98px) {
  #heroArea #pageTitle {
    font-size: 7.413rem;
    line-height: 7.413rem; } }
@media only screen and (max-width: 991.98px) {
  #heroArea {
    height: 340px;
    background-position: center bottom; }
    #heroArea #pageTitle {
      font-size: 7.013rem;
      line-height: 7.013rem; } }
@media only screen and (max-width: 900.98px) {
  #heroArea {
    height: 300px; }
    #heroArea #pageTitle {
      font-size: 6.513rem;
      line-height: 6.513rem; } }
@media only screen and (max-width: 800.98px) {
  #heroArea {
    height: 290px; }
    #heroArea #pageTitle {
      font-size: 6.013rem;
      line-height: 6.013rem; } }
@media only screen and (max-width: 670.98px) {
  #heroArea {
    height: 300px;
    background-position: center bottom; }
    #heroArea #pageTitle {
      font-size: 4.813rem;
      line-height: 4.813rem; } }
@media only screen and (max-width: 600.98px) {
  #heroArea {
    height: 270px; }
    #heroArea #pageTitle {
      font-size: 4.013rem;
      line-height: 4.013rem;
      padding-bottom: 6px; } }
@media only screen and (max-width: 480.98px) {
  #heroArea {
    height: 240px; }
    #heroArea #pageTitle {
      font-size: 3.713rem;
      line-height: 3.713rem;
      padding-bottom: 12px; } }
@media only screen and (max-width: 425.98px) {
  #heroArea {
    height: 220px; }
    #heroArea #pageTitle {
      font-size: 3.313rem;
      line-height: 3.313rem;
      padding-bottom: 16px; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Homepage --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.home #heroArea {
  background-image: url(/becomingtexas/wp-content/themes/twentytwentyone-child/images/bgrd-home.webp);
  background-repeat: no-repeat;
  background-position: center top;
  height: 675px; }
  .home #heroArea .btnsArea {
    margin-top: 45px; }

.line {
  background-image: url(/becomingtexas/wp-content/themes/twentytwentyone-child/images/gfx-line.png);
  background-repeat: no-repeat;
  background-position: center top; }

#homepage h1,
#homepage .title_h1 {
  text-align: right;
  padding-right: 35px; }
#homepage .line {
  background-position: right top; }
#homepage .content {
  padding-left: 35px; }

@media only screen and (max-width: 991.98px) {
  #homepage .col-xs-12 {
    width: 100%; }
  #homepage h1,
  #homepage .title_h1 {
    text-align: left;
    padding-right: 0px;
    margin-bottom: 25px; }
  #homepage .line {
    background-image: none; }
  #homepage .content {
    padding-left: 0px; } }
@media only screen and (max-width: 767.98px) {
  .home #heroArea .btnsArea a {
    padding: 16px; }
    .home #heroArea .btnsArea a span {
      display: none; }
    .home #heroArea .btnsArea a img {
      padding: 0px; }
  .home .iron-audioplayer .album {
    display: none; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- One-Page Homepage ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.home .layout2 #heroArea {
  background-image: url(/becomingtexas/wp-content/themes/twentytwentyone-child/images/bgrd-home.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 575px; }
.home .layout2 header#mastheadX {
  display: none; }
.home .layout2 #homepage .bigTitle {
  margin-bottom: 50px; }
.home .layout2 #homepage h3 {
  color: #3A5A40;
  padding-bottom: 0px;
  margin: 0px;
  text-transform: none; }
.home .layout2 #homepage .content {
  padding-top: 20px;
  padding-bottom: 20px; }
.home .layout2 .bgrdColorRed {
  background-color: rgba(188, 44, 26, 0.95); }
  .home .layout2 .bgrdColorRed .bgrdPatternGrunge {
    background-image: url(/becomingtexas/wp-content/themes/twentytwentyone-child/images/bgrd-pattern-grunge.png);
    background-repeat: repeat;
    background-position: center top; }
    .home .layout2 .bgrdColorRed .bgrdPatternGrunge h3, .home .layout2 .bgrdColorRed .bgrdPatternGrunge .content {
      color: #fff !important; }
    .home .layout2 .bgrdColorRed .bgrdPatternGrunge .content {
      font-family: "barlowregular", Helvetica, sans-serif; }
.home .layout2 .intro .content {
  padding-left: 15%;
  padding-right: 15%; }
.home .layout2 hr {
  margin: 65px 20%; }
.home .layout2 .catTitle {
  color: #3B2C35; }
.home .layout2 .creditList ul.grid-container {
  column-gap: 25px;
  row-gap: 25px;
  margin-top: 35px;
  margin-bottom: 50px; }
  .home .layout2 .creditList ul.grid-container li {
    font-size: 1.25rem;
    line-height: 1.25rem; }
    .home .layout2 .creditList ul.grid-container li em {
      font-family: "novecento-slab-wide", Helvetica, sans-serif;
      font-weight: normal;
      font-size: 1rem;
      display: block;
      font-style: normal;
      margin-top: 6px;
      color: #3A5A40; }
.home .layout2 .resourceListing ul {
  padding: 0;
  margin-top: 30px; }
  .home .layout2 .resourceListing ul li {
    background-image: none;
    border-top: 1px solid rgba(59, 44, 53, 0.15);
    padding: 12px 25px 12px 25px; }

@media only screen and (max-width: 480.98px) {
  .home .layout2 #heroArea {
    height: auto;
    padding: 80px 60px 140px 60px; }
  .home .layout2 .resourceListing ul li {
    padding: 12px; }
  .home .layout2 #homepage h3 {
    font-size: 2.25rem;
    line-height: 2.625rem; }
  .home .layout2 .creditList ul.grid-container {
    row-gap: 10px; } }
@media only screen and (max-width: 425.98px) {
  .home .layout2 #heroArea {
    padding: 80px 20px 140px; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Episodes Template ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.cardArea .col-lg-5 {
  background-color: #0C233F; }
.cardArea .post-thumbnail {
  margin: 0px; }
.cardArea .card-body {
  padding: 0px 40px 0px; }
.cardArea .title_h4 {
  margin: 0 0 6px; }

.bgrdColorTan {
  background-color: rgba(218, 215, 205, 0.4); }
  .bgrdColorTan h3 {
    color: #3B2C35;
    margin-bottom: 65px;
    text-transform: uppercase; }

#episodeList h4 a {
  color: #3A5A40; }
#episodeList h4 a:hover {
  color: #BC2C1A; }
#episodeList .content {
  margin-top: 12px; }
#episodeList .wrapper {
  padding: 0px 15px; }
#episodeList article {
  border-top: 1px dotted rgba(59, 44, 53, 0.6);
  margin-top: 30px;
  padding-top: 30px; }
#episodeList article:first-child {
  border-top: 0px dotted rgba(59, 44, 53, 0.6);
  margin-top: 0px;
  padding-top: 0px; }

.btnPlay {
  color: #BC2C1A;
  display: inline-block;
  text-align: center; }
  .btnPlay i {
    font-size: 3.125rem;
    line-height: 3.125rem;
    display: block; }
  .btnPlay span {
    text-transform: uppercase; }

@media only screen and (max-width: 1199.98px) {
  .cardArea .col-lg-5 {
    width: 35%; }
  .cardArea .col-lg-7 {
    width: 65%; }
  .cardArea .card-body {
    padding: 40px; }
    .cardArea .card-body ul.metaInfo {
      margin: 0px; }
    .cardArea .card-body .content {
      margin-top: 12px; }
    .cardArea .card-body .btnsArea {
      margin-top: 20px; } }
@media only screen and (max-width: 900.98px) {
  .cardArea .col-lg-5,
  .cardArea .col-lg-7 {
    width: 100%; } }
@media only screen and (max-width: 800.98px) {
  #episodeList .content {
    display: none; } }
@media only screen and (max-width: 767.98px) {
  #episodeList article .col-lg-2 {
    width: 20%; }
  #episodeList article .col-lg-9 {
    width: 65%; }
  #episodeList article .col-lg-1 {
    width: 15%; } }
@media only screen and (max-width: 600.98px) {
  #episodeList article .col-lg-2 {
    width: 20%; }
  #episodeList article .col-lg-9 {
    width: 80%; }
  #episodeList article .col-lg-1 {
    display: none; }
  #episodeList article .wrapper {
    padding: 0; } }
@media only screen and (max-width: 480.98px) {
  .cardArea .card-body {
    padding: 30px; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Supplemental Resources Template ---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
section .collapse .wrapper {
  padding: 0px 0; }

.resourcesList article h4 {
  border-top: 1px dotted rgba(59, 44, 53, 0.6);
  padding-top: 35px; }
.resourcesList article:first-child h4 {
  border-top: 0px dotted rgba(59, 44, 53, 0.6);
  padding-top: 0px; }

.page-template-template-supplementalX #heroArea #pageTitle {
  font-size: 4.813rem;
  line-height: 4.813rem; }

@media only screen and (max-width: 1299.98px) {
  .page-template-template-supplementalX #heroArea #pageTitle {
    font-size: 4.013rem;
    line-height: 4.013rem;
    padding-bottom: 12px; } }
@media only screen and (max-width: 1199.98px) {
  .page-template-template-supplementalX #heroArea #pageTitle {
    font-size: 3.013rem;
    line-height: 3.013rem; } }
@media only screen and (max-width: 480.98px) {
  .page-template-template-supplementalX #heroArea #pageTitle {
    font-size: 2.413rem;
    line-height: 2.413rem;
    padding-bottom: 17px; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- MP3 Player Area -------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#mp3Player {
  margin-top: -100px; }
  #mp3Player .srp_player_boxed {
    background-color: #0C233F;
    color: #fff; }
    #mp3Player .srp_player_boxed .sricon-play {
      color: #fff; }
    #mp3Player .srp_player_boxed .srp-play-circle {
      border-color: #fff; }

.srp_player_boxed {
  border-radius: 4px !important; }

/* ---------------------------------------------------------------------------------------------------- */
/* --- Single Episode --------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.single-sr_playlist .iron-audioplayer {
  margin: 35px 0 35px; }
  .single-sr_playlist .iron-audioplayer .track-title {
    display: none; }
.single-sr_playlist .podcastList .btnsArea {
  margin-top: 6px; }

ul.metaInfo {
  margin: 0 0 15px;
  padding: 0px; }
  ul.metaInfo li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    font-family: "barlowlight", Helvetica, sans-serif;
    color: #3A5A40; }
  ul.metaInfo li:before {
    display: inline-block;
    content: '\2022';
    font-family: "barlowsemibold", Helvetica, sans-serif;
    padding: 0 8px 0 0;
    margin: 0px; }
  ul.metaInfo li:first-child:before {
    display: none; }

.creditList .subtitle {
  color: #3A5A40; }
.creditList ul {
  margin: 6px 0 0 0;
  padding: 0px; }
  .creditList ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    line-height: 1.875rem; }
  .creditList ul li:beforeX {
    display: inline-block;
    content: '\007C';
    font-family: "barlowlight", Helvetica, sans-serif;
    padding: 0 8px 0 0;
    margin: 0px;
    opacity: .5; }
  .creditList ul li:first-child:before {
    display: none; }

.resourceListing h2, .resourceListing h5 {
  color: #3B2C35;
  margin-top: 35px; }
.resourceListing h2:first-child,
.resourceListing h5:first-child {
  margin-top: 0px; }
.resourceListing ul {
  margin: 15px 0 0 0;
  padding: 0px; }
  .resourceListing ul li {
    padding: 12px 15px 12px 35px;
    margin: 0px;
    list-style: none;
    border-top: 0px solid rgba(59, 44, 53, 0.15);
    background-image: url(/becomingtexas/wp-content/themes/twentytwentyone-child/images/single/gfx-bullet-brown.svg);
    background-repeat: no-repeat;
    background-position: 15px 27px; }
.resourceListing article {
  margin: 30px 0 65px; }
.resourceListing article:last-child {
  margin-bottom: 0px; }
.resourceListing .creditList .subtitle {
  color: #3A5A40; }
.resourceListing .creditList ul {
  margin: 6px 0 0 0px;
  padding: 0px; }
  .resourceListing .creditList ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    background-image: none; }
  .resourceListing .creditList ul li:beforeX {
    display: inline-block;
    content: '\007C';
    font-family: "barlowlight", Helvetica, sans-serif;
    padding: 0 8px 0 0;
    margin: 0px;
    opacity: .5; }
  .resourceListing .creditList ul li:first-child:before {
    display: none; }

.showMore {
  display: none; }

.resMore .content {
  --line-height: 1.5;
  --lines-to-show: 3.5;
  box-sizing: border-box;
  line-height: var(--line-height);
  overflow: hidden;
  height: calc(var(--line-height) * var(--lines-to-show) * 1em);
  -webkit-transition: all 1s -0.25s ease-out;
  -moz-transition: all 1s -0.25s ease-out;
  -o-transition: all 1s -0.25s ease-out;
  -ms-transition: all 1s -0.25s ease-out;
  transition: all 1s -0.25s ease-out; }

.resMore .content.active {
  height: auto;
  -webkit-transition: all 1s -0.25s ease-out;
  -moz-transition: all 1s -0.25s ease-out;
  -o-transition: all 1s -0.25s ease-out;
  -ms-transition: all 1s -0.25s ease-out;
  transition: all 1s -0.25s ease-out; }

[data-expandable] button {
  margin-top: 15px; }

[data-expandable] [data-expand-text] {
  --line-height: 1.5;
  --lines-to-show: 3.5;
  box-sizing: border-box;
  line-height: var(--line-height);
  overflow: hidden;
  height: calc(var(--line-height) * var(--lines-to-show) * 1em);
  -webkit-transition-duration: 0.8s; }

[data-expandable].expanded [data-expand-text] {
  height: initial; }
  [data-expandable].expanded [data-expand-text] p {
    margin-bottom: 25px; }
  [data-expandable].expanded [data-expand-text] p:last-child {
    margin-bottom: 0px; }

@media only screen and (max-width: 991.98px) {
  .smTopPad {
    padding-top: 35px; }

  .showTablet .podcastList {
    margin-top: 35px;
    text-align: center; } }
@media only screen and (max-width: 800.98px) {
  .creditList ul li {
    display: block; }
  .creditList ul li:before {
    display: none; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- About Page ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#teamList ul.grid-container {
  column-gap: 16px;
  row-gap: 16px; }
  #teamList ul.grid-container li {
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 2px solid #3A5A40; }
    #teamList ul.grid-container li a {
      border-radius: 4px;
      padding: 20px;
      height: 100%; }
      #teamList ul.grid-container li a img {
        max-height: 200px;
        width: 200px;
        border-radius: 50%;
        margin-top: 20px; }
      #teamList ul.grid-container li a .boxBot {
        padding-top: 20px;
        text-align: center; }
        #teamList ul.grid-container li a .boxBot h4.title_h5 {
          text-transform: uppercase; }
        #teamList ul.grid-container li a .boxBot .title {
          color: #3B2C35 !important;
          font-size: 1.25rem;
          line-height: 1.25rem;
          text-transform: uppercase; }
  #teamList ul.grid-container li:hover {
    border-bottom: 2px solid #BC2C1A; }
    #teamList ul.grid-container li:hover a:hover .boxBot h4.title_h5 {
      color: #BC2C1A; }

@media only screen and (max-width: 1199.98px) {
  #teamList .grid-container {
    grid-template-columns: repeat(6, 1fr); } }
@media only screen and (max-width: 991.98px) {
  .section-padding .order-1 {
    order: 2 !important; }
  .section-padding .order-2 {
    order: 1 !important; }
    .section-padding .order-2 .post-thumbnail {
      margin: 0px 0 50px; } }
@media only screen and (max-width: 900.98px) {
  #teamList .grid-container {
    grid-template-columns: repeat(4, 1fr); }

  section #teamList ul.grid-container li a .boxBot h4.title_h5,
  #teamList ul.grid-container li a .boxBot section h4.title_h5 {
    font-size: 1.45rem;
    line-height: 1.825rem; }

  #teamList ul.grid-container li a .boxBot .title {
    font-size: 1.05rem;
    line-height: 1.05rem; } }
@media only screen and (max-width: 520.98px) {
  #teamList .grid-container {
    grid-template-columns: repeat(2, 1fr); } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Single Team ------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.single-team h2.title_h5 {
  margin-top: 6px;
  color: #3B2C35; }

/* ---------------------------------------------------------------------------------------------------- */
/* --- CTA Area --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#ctaArea {
  position: relative;
  z-index: 1;
  padding: 245px 0 235px;
  background-image: url(/becomingtexas/wp-content/themes/twentytwentyone-child/images/footer/bgrd-cta.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  #ctaArea .bigTitle {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
    #ctaArea .bigTitle span {
      display: block; }
  #ctaArea .logos img {
    height: 32px; }
  #ctaArea .smTitle {
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  #ctaArea .col2 {
    padding: 0px;
    text-align: center;
    margin: 30px auto 0; }
    #ctaArea .col2 li {
      list-style: none;
      padding: 0px 10px;
      margin: 0px;
      display: inline-block;
      text-align: center; }
  #ctaArea .col4 {
    padding: 0px;
    text-align: center;
    margin: 45px auto 0; }
    #ctaArea .col4 li {
      list-style: none;
      padding: 0px;
      margin: 0 0 0 30px;
      display: inline-block;
      text-align: center; }
      #ctaArea .col4 li a {
        display: inline-block; }
        #ctaArea .col4 li a svg, #ctaArea .col4 li a img {
          background-color: #fff;
          border-radius: 4px; }
      #ctaArea .col4 li a:hover {
        margin-bottom: -15px; }
    #ctaArea .col4 li:first-child {
      margin-left: 0px; }

@media only screen and (min-width: 1920.98px) {
  #ctaArea {
    background-size: cover; } }
@media only screen and (max-width: 1299.98px) {
  #ctaArea {
    background-size: cover;
    padding: 200px 0 190px; } }
@media only screen and (max-width: 1199.98px) {
  #ctaArea {
    padding: 180px 0 170px; } }
@media only screen and (max-width: 991.98px) {
  #ctaArea {
    padding: 160px 0 150px; }
    #ctaArea .col4 {
      padding: 0 20%;
      margin-top: 21px; }
      #ctaArea .col4 li {
        padding: 0px;
        margin: 24px 12px 0 12px; }
        #ctaArea .col4 li a:hover {
          margin-bottom: 0; }
      #ctaArea .col4 li:first-child {
        margin-left: 12px; } }
@media only screen and (max-width: 800.98px) {
  #ctaArea .col4 {
    padding: 0 10%; }
  #ctaArea .col2 li {
    display: block;
    padding: 30px 0 0 0;
    text-align: center; }
  #ctaArea .col2 li:first-child {
    padding: 0px; }
  #ctaArea .logos img {
    height: 28px;
    margin: 0 auto; } }
@media only screen and (max-width: 670.98px) {
  #ctaArea {
    padding: 150px 0 140px; }
    #ctaArea .col4 {
      display: grid;
      column-gap: 12px;
      row-gap: 12px;
      grid-template-columns: repeat(2, 1fr);
      padding: 0 18%;
      margin-top: 40px; }
      #ctaArea .col4 li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        font-size: 0px;
        line-height: 0px; }
        #ctaArea .col4 li a {
          margin: 0 auto; }
      #ctaArea .col4 li:first-child {
        margin-left: 0px; } }
@media only screen and (max-width: 520.98px) {
  #ctaArea {
    padding: 140px 0 135px; }
    #ctaArea .col4 {
      padding: 0 5%; } }
@media only screen and (max-width: 480.98px) {
  #ctaArea {
    padding: 130px 0 125px; }
    #ctaArea .bigTitle {
      margin-bottom: 20px; } }
@media only screen and (max-width: 425.98px) {
  #ctaArea {
    padding: 120px 0 115px; }
    #ctaArea .col4 {
      padding: 0%; } }
@media only screen and (max-width: 375.98px) {
  #ctaArea {
    padding: 110px 0 105px; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- Footer Area ------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.grungeTop {
  height: 30px;
  background-image: url(/becomingtexas/wp-content/themes/twentytwentyone-child/images/footer/gfx-footer-splash-red.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  margin-top: -30px;
  z-index: 100;
  position: relative; }

footer {
  background-color: #BC2C1A;
  margin-top: -1px;
  color: #fff; }
  footer .ftCopy {
    text-align: center;
    padding: 35px 0 45px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "barlowregular", Helvetica, sans-serif;
    color: #fff; }

@media only screen and (min-width: 1920.98px) {
  .grungeTop {
    background-size: cover; } }
/* ---------------------------------------------------------------------------------------------------- */
/* --- FancyBox: Styling ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.fancybox-caption {
  padding: 0px !important;
  font-size: 1.25rem !important;
  line-height: 24px;
  color: #3B2C35; }

.fancybox-caption-wrap {
  padding: 20px 2vw 0 !important;
  text-align: center; }

.fancybox-caption__body {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  font-family: "novecento-slab-wide", Helvetica, sans-serif; }

.fancybox-slide--html .fancybox-close-small {
  color: #0C233F; }

.fancybox-slide--html .fancybox-close-small:hover {
  color: #0C233F; }

.fancybox-content .title_h2 {
  font-size: 2.875rem;
  line-height: 3.125rem;
  text-align: center; }
.fancybox-content .fancybox-button {
  background: #0C233F !important;
  color: #fff; }
.fancybox-content .fancybox-button:hover {
  background: #0C233F !important;
  color: #fff !important; }
.fancybox-content hr {
  margin-bottom: 25px; }

/* Start state */
.animated-modal {
  max-width: 1100px;
  border-radius: 3px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s; }

.animated-modal .title_h2,
.animated-modal .content {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .4s; }

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal .title_h2,
.fancybox-slide--current .animated-modal .content {
  transform: translateY(0);
  opacity: 1; }

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal .title_h2 {
  transition-delay: .1s; }

.fancybox-slide--current .animated-modal .content {
  transition-delay: .3s; }
