@font-face {
  font-family: "falls gravy";
  src: url("fonts/Falls gravy bugies.woff2") format("woff2");
  src: url("fonts/Falls gravy bugies.woff") format("woff");
}
:root {
  --primary: #E72C25;
  --secondary: #FDED00;
  --light-gray: #c8c8c8;
  --dark-gray: #282828;
  --medium-gray: #949494;
  --black: #000;
  --off-white: #fafafa;
}

* {
  box-sizing: border-box;
  z-index: 1;
}

html {
  font-size: 18px;
  background: #FFF;
  scrollbar-width: none;
}

body {
  background: var(--primary);
  color: var(--dark-text);
  margin: 0;
  font-family: area-variable, sans-serif;
  font-variation-settings: "wght" 500;
  letter-spacing: 0.05em;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar, body::-webkit-scrollbar-button {
  display: none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  position: relative;
  margin: 0 0 1rem;
  line-height: 1.2;
  font-family: area-extended, sans-serif;
  padding: 0 0 0.2em;
}
body h1 u, body h2 u, body h3 u, body h4 u, body h5 u, body h6 u {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}
body h1 strong, body h2 strong, body h3 strong, body h4 strong, body h5 strong, body h6 strong {
  font-weight: 200;
}
body h1:last-child, body h2:last-child, body h3:last-child, body h4:last-child, body h5:last-child, body h6:last-child {
  margin-bottom: 0;
}
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
  color: var(--primary);
}
body h1, body h2, body h3, body h4 {
  font-weight: 200;
}
body h1 {
  font-size: 3.8rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
@media (max-width: 1200px) {
  body h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 800px) {
  body h1 {
    font-size: 2rem;
  }
}
body h3, body h4 {
  line-height: 1.2;
}
body h5, body h6 {
  line-height: 1;
  font-weight: 800;
}
body h2 {
  font-size: 3.57rem;
  line-height: 1.06;
  font-weight: 400;
}
@media (max-width: 800px) {
  body h2 {
    font-size: 1.75rem;
  }
}
body h3 {
  font-size: 2.38rem;
}
@media (max-width: 800px) {
  body h3 {
    font-size: 1.5rem;
  }
}
body h4 {
  font-size: 2rem;
}
@media (max-width: 800px) {
  body h4 {
    font-size: 1.33rem;
  }
}
body h5 {
  font-size: 1rem;
}
body h6 {
  font-size: 0.9rem;
}
body p {
  font-size: 1.33rem;
  font-variation-settings: "wght" 500;
  line-height: 1.5;
  position: relative;
  margin: 0 0 1rem;
}
body p strong {
  font-variation-settings: "wght" 800;
}
body p a {
  color: var(--primary);
}
@media (max-width: 800px) {
  body p {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  body .desktop {
    display: none;
  }
}
body button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
body ul, body ol {
  padding-left: 1em;
  font-variation-settings: "wght" 400;
}
body ul li, body ol li {
  margin-bottom: 0.75em;
}
body video, body img {
  max-width: 100%;
  display: block;
}
body video {
  background-color: #000;
}
body form .input-wrap {
  position: relative;
}
body form input[type=text], body form input[type=email], body form input[type=tel], body form textarea, body form select {
  font-family: proxima-nova, sans-serif;
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem;
  margin: 0 0 1rem;
  width: 100%;
  border: 1px solid var(--light-gray);
  margin-right: 1rem;
  background: transparent;
  color: var(--dark-gray);
  outline: 0;
}
body form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow-down.svg) no-repeat right 0.5rem center;
  background-size: 1rem;
  padding-right: 2rem;
}
body .wpforms-field-label {
  text-transform: uppercase;
}
body .wpforms-field-row-block {
  width: 100%;
}
body fieldset {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}
body .wpforms-submit {
  margin: 1rem auto 0;
  display: table;
}

html :where(.wp-block) {
  max-width: unset;
  font-family: proxima-nova, sans-serif;
}

.has-white-background-color {
  background-color: #FFF;
}

.has-white-text-color {
  color: #FFF;
}

.has-red-background-color {
  background-color: var(--primary);
  color: #FFF;
}

.has-black-background-color {
  background-color: var(--dark-gray);
  color: #FFF;
}

.has-black-text-color {
  color: var(--dark-gray);
}

.wp-block-buttons {
  margin-top: 1rem;
}

.wp-block-button__link, .wpforms-submit {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--dark-gray);
  color: #FFF;
  border: 2px solid var(--dark-gray);
  font-size: 1rem;
  line-height: 1;
  padding: 0.4rem 1rem;
  font-family: interstate, sans-serif;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.wp-block-button__link:hover, .wpforms-submit:hover {
  background-color: transparent;
  border-color: var(--dark-gray);
  color: var(--dark-gray);
}

.wp-block-button.is-style-bg-arrow-button .wp-block-button__link {
  background: transparent;
  border: 0;
  position: relative;
  padding: 0;
  color: var(--primary);
}
.wp-block-button.is-style-bg-arrow-button .wp-block-button__link:hover {
  background: transparent;
}
.wp-block-button.is-style-bg-arrow-button .wp-block-button__link:after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/arrow-right.svg) center no-repeat;
  background-size: contain;
  top: 50%;
  right: -1.25rem;
  filter: saturate(0) brightness(0);
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.wp-block-button.is-style-bg-arrow-button .wp-block-button__link:hover:after {
  transform: translateY(-50%) translateX(0.5rem);
}
.wp-block-button.is-style-bg-arrow-button:hover {
  background: transparent;
}

.scaler {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.has-red-background-color {
  background-color: var(--primary);
}

.has-red-color {
  color: var(--primary);
}

.has-light-gray-background-color {
  background-color: #fafafa;
}

.has-light-gray-color {
  color: #fafafa;
}

.has-white-background-color {
  background-color: #fff;
}

.has-white-color {
  color: #fff;
}

.has-black-background-color {
  background-color: #000;
}

.has-black-color {
  color: #000;
}

.is-style-bg-icon-grid h3, .is-style-bg-icon-grid h4, .is-style-bg-icon-grid h5, .is-style-bg-icon-grid h6 {
  margin-top: 1rem;
}
.is-style-bg-icon-grid img {
  height: 90px !important;
  width: auto;
  margin: 0 auto;
}

.is-style-bg-script-title {
  font-family: "falls gravy", cursive;
}

.is-style-bg-big-title {
  white-space: nowrap;
  display: flex;
  font-weight: 200;
  justify-content: center;
}

h3.is-style-bg-big-title {
  font-size: 3rem;
}
@media (max-width: 800px) {
  h3.is-style-bg-big-title {
    font-size: 2rem;
  }
}

.is-style-tight-text {
  margin: 0.5rem 0 !important;
}

.is-style-bg-big-body {
  font-size: 1.7rem;
}
@media (max-width: 800px) {
  .is-style-bg-big-body {
    font-size: 1.2rem;
  }
}

.is-style-bg-animated-count {
  font-weight: 200;
  padding: 0;
}
@media (max-width: 1200px) {
  .is-style-bg-animated-count {
    font-size: 6rem;
  }
}
.is-style-bg-animated-count ~ * {
  line-height: 1.2 !important;
}

h2.is-style-bg-animated-count {
  font-size: 8rem;
}
@media (max-width: 800px) {
  h2.is-style-bg-animated-count {
    font-size: 4rem;
  }
}

h3.is-style-bg-animated-count {
  font-size: 4rem;
}

h2.is-style-bg-link-title {
  position: relative;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 1200px) {
  h2.is-style-bg-link-title {
    font-size: 1.5rem;
  }
}
h2.is-style-bg-link-title a:before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  h2.is-style-bg-link-title a:before {
    height: 2px;
  }
}

.is-style-bg-link-title {
  color: #000;
  font-weight: 400;
  padding: 0 1rem;
}
.is-style-bg-link-title a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.is-style-bg-link-title a:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  top: -0.1em;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--primary);
  transition: transform 0.2s ease-out;
}
.is-style-bg-link-title a:hover:after {
  transform: translateX(0.5rem);
}

@media (max-width: 800px) {
  .work-grid ~ .is-style-bg-link-title h1, .work-grid ~ .is-style-bg-link-title h2, .work-grid ~ .is-style-bg-link-title a, #more-work-strip h1, #more-work-strip h2, #more-work-strip a {
    font-size: 6vw;
  }
}
@media (max-width: 800px) {
  .work-grid ~ .is-style-bg-link-title h1 a:after, .work-grid ~ .is-style-bg-link-title h2 a:after, .work-grid ~ .is-style-bg-link-title a a:after, #more-work-strip h1 a:after, #more-work-strip h2 a:after, #more-work-strip a a:after {
    bottom: -2vw;
  }
}

.is-style-bg-white-image {
  filter: saturate(0) brightness(10);
}

.is-style-bg-rounded-corners img, .is-style-bg-rounded-corners video {
  border-radius: 25px;
}

.is-style-bg-tight-title {
  margin: 0;
}

h3.is-style-bg-tight-title {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  h3.is-style-bg-tight-title {
    font-size: 2rem;
  }
}
@media (max-width: 800px) {
  h3.is-style-bg-tight-title {
    font-size: 1.2rem;
  }
}

.is-style-bg-underline, .is-style-bg-underlined-title {
  position: relative;
  display: inline-block;
  margin: 0 0 calc(1rem + 28px);
}
.is-style-bg-underline:after, .is-style-bg-underlined-title:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 8px;
  background: var(--primary);
  bottom: -20px;
  left: 0;
  transition: width 0.5s ease;
}
.is-style-bg-underline.has-text-align-center, .is-style-bg-underlined-title.has-text-align-center {
  display: table;
  margin: 0 auto calc(1rem + 28px);
  text-align: center;
}
.is-style-bg-underline.has-text-align-center::after, .is-style-bg-underlined-title.has-text-align-center::after {
  right: 0;
  margin: 0 auto;
}
.is-style-bg-underline.has-text-align-right, .is-style-bg-underlined-title.has-text-align-right {
  display: table;
  margin-left: auto;
  margin-right: 0;
}
.is-style-bg-underline.has-text-align-right::after, .is-style-bg-underlined-title.has-text-align-right::after {
  right: 0;
  left: unset;
}

.bg-section:not([data-animated=true]) .is-style-bg-underline:after, .bg-section:not([data-animated=true]) .is-style-bg-underlined-title:after {
  width: 0;
}

@keyframes arrowSlide {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.is-style-bg-center-justified h1 {
  line-height: 1;
}
.is-style-bg-center-justified .line {
  display: flex !important;
  justify-content: center;
}

.is-style-bg-arrow-text {
  position: relative;
  font-size: 1.2rem;
  font-font-variation-settings: "wght" 400;
}
.is-style-bg-arrow-text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  position: relative;
  width: 0;
  height: 0;
  top: -4px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--primary);
}

body .is-style-bg-arrow-title {
  margin: 0 0 2rem;
}
body .is-style-bg-arrow-title.has-text-align-center:before {
  margin: 0 auto 2rem;
}
body .is-style-bg-arrow-title:before {
  content: "";
  display: table;
  position: relative;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid var(--primary);
  margin-bottom: 2rem;
}

body .is-style-bg-section-light-titles h1, body .is-style-bg-section-light-titles h2, body .is-style-bg-section-light-titles h3 {
  font-family: area-variable, sans-serif;
  line-height: 1.2;
  font-variation-settings: "wght" 500;
}
@media (max-width: 800px) {
  body .is-style-bg-section-light-titles h1, body .is-style-bg-section-light-titles h2, body .is-style-bg-section-light-titles h3 {
    display: block;
    width: 100%;
  }
}
body .is-style-bg-section-light-titles h4 {
  font-weight: 700;
}

.back {
  display: table;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 1rem;
  position: absolute;
  transition: opacity 0.2s ease !important;
}
.back:hover {
  opacity: 0.8;
}

/*-----------Navigation-----------*/
.navBurger {
  position: fixed;
  background: transparent;
  width: 44px;
  height: 24px;
  top: 8px;
  right: 8px;
  z-index: 11;
  cursor: pointer;
  transition: right 0.25s ease-in-out;
}
@media (min-width: 800px) {
  .navBurger {
    display: none;
  }
}
.navBurger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 0;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navBurger span:nth-child(1) {
  top: 0;
}
.navBurger span:nth-child(2), .navBurger span:nth-child(3) {
  top: 10px;
}
.navBurger span:nth-child(4) {
  top: 20px;
}
.navBurger.open {
  right: 3px;
  top: 10px;
}
.navBurger.open span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}
.navBurger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.navBurger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.navBurger.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}

.page-header {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 1rem 1rem 4rem;
  background: var(--primary);
  transition: background 0.2s ease-out, padding-top 0.2s ease-out;
}
@media (max-width: 800px) {
  .page-header {
    padding: 3rem 1rem;
  }
}
.page-header .logo {
  position: relative;
  display: block;
}
.page-header svg {
  overflow: visible;
  transform-origin: center;
  will-change: transform;
}
.page-header .scaler {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}

#generic-header {
  padding: 1rem 1rem 2rem;
}
#generic-header .logo {
  width: 300px;
  max-width: 75%;
  margin: 0 auto;
}
#generic-header .logo img, #generic-header .logo svg {
  width: 100%;
  height: auto;
}
#generic-header .logo .cls-1 {
  fill: #FFF;
}
#generic-header .logo path {
  transition: fill 0.15s ease-out;
}
#generic-header .logo g {
  position: relative;
}
#generic-header .logo .header-svg-top, #generic-header .logo .header-svg-bottom {
  transition: transform 0.2s ease-out;
}
#generic-header .logo:hover .header-svg-top {
  transform: translateY(-0.5rem);
}
#generic-header .logo:hover .header-svg-bottom {
  transform: translateY(0.5rem);
}

@keyframes homeLogoIn {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes homeWritingIn1 {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes homeWritingIn2 {
  0% {
    opacity: 0;
    transform: translateX(2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#home-hero {
  background-color: var(--primary);
  padding: 4rem 2rem 2rem;
}
@media (max-width: 800px) {
  #home-hero {
    padding: 6rem 0 8rem;
  }
}
#home-hero .scaler {
  width: 75%;
  max-width: 1024px;
}
@media (max-width: 800px) {
  #home-hero .scaler {
    width: 90%;
  }
}
#home-hero .logo {
  width: 100%;
}
#home-hero svg {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#home-hero .logo-born, #home-hero .logo-and, #home-hero .logo-raised {
  animation: homeLogoIn 0.5s ease forwards;
  opacity: 0;
}
#home-hero .logo-and {
  animation-delay: 0.25s;
}
#home-hero .logo-raised {
  animation-delay: 0.5s;
}
#home-hero .logo-phila, #home-hero .logo-penna {
  opacity: 0;
}
#home-hero .logo-phila {
  animation: homeWritingIn1 0.5s 0.75s ease forwards;
}
#home-hero .logo-penna {
  animation: homeWritingIn2 0.5s 0.75s ease forwards;
}
#home-hero path {
  fill: #FFF;
}
#home-hero .cls-1 {
  fill: #000;
}

#sticky-nav {
  position: sticky;
  top: -2rem;
  left: 0;
  width: 100%;
  padding: 3rem 1rem 1rem;
  z-index: 11;
}
#sticky-nav ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  list-style-type: none;
  gap: 3rem;
  padding: 0;
  margin: 0;
}
#sticky-nav ul li {
  padding: 0;
  margin: 0;
}
#sticky-nav ul li.current_page_item, #sticky-nav ul li.current_page_parent {
  opacity: 0.4;
}
#sticky-nav ul a {
  font-size: 16px;
  position: relative;
  line-height: 1;
  display: table;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-variation-settings: "wght" 700;
  transition: transform 0.2s ease, color 0.2s ease;
}
#sticky-nav ul a:hover {
  color: #FFF;
}
@media (max-width: 800px) {
  #sticky-nav ul {
    display: none;
  }
}
#sticky-nav.nav--dark a {
  color: #FFF;
}
#sticky-nav.nav--dark a:hover {
  color: var(--primary);
}
@media (max-width: 800px) {
  #sticky-nav.nav--dark .navBurger span {
    background: #FFF;
  }
}
@media (max-width: 800px) {
  #sticky-nav.nav--light .navBurger span {
    background: #000;
  }
}

#nav-backing {
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  background-color: var(--primary);
}

#main-footer {
  position: relative;
  background-color: var(--primary);
  padding: 6rem 1rem 0.5rem;
}
#main-footer .scaler {
  max-width: 100%;
  width: 100%;
}
#main-footer .footer-parallax-bg {
  position: absolute;
  inset: 0;
  background: var(--footer-bg, var(--primary));
  transform-origin: bottom;
  transform: scaleY(var(--footer-reveal, 0));
  will-change: transform;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: -99%;
  left: 0;
}
#main-footer > * {
  position: relative;
  z-index: 1;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 2rem;
}
@media (max-width: 800px) {
  .footer-nav {
    flex-flow: column;
    gap: 0;
  }
}
.footer-nav a {
  color: #000;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 200;
  width: 100%;
  font-size: 1.8rem;
  font-family: area-extended, sans-serif;
  transition: transform 0.2s ease;
}
@media (max-width: 1200px) {
  .footer-nav a {
    font-size: 1.2rem;
  }
}
@media (min-width: 800px) {
  .footer-nav a:hover {
    transform: scale(1.1);
  }
  .footer-nav a:hover span {
    transform: scale(1.1);
  }
}
@media (max-width: 800px) {
  .footer-nav a {
    margin: 1.5rem auto;
    font-size: 1.25rem;
  }
}
.footer-nav span {
  display: block;
  color: #FFF;
  transition: transform 0.2s ease;
}

.footer-info {
  text-align: center;
  margin: 6rem auto 1rem;
}
@media (max-width: 800px) {
  .footer-info {
    margin-top: 3rem;
  }
}
.footer-info a {
  font-family: area-extended, sans-serif;
  color: #000;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  transition: color 0.2s ease-out;
}
@media (max-width: 800px) {
  .footer-info a {
    font-size: 0.9rem;
  }
}
.footer-info a:hover {
  color: #FFF;
}
.footer-info .social-icons {
  margin-top: 1.5rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.footer-info .social-icons img {
  width: 2.5rem;
  height: auto;
}
.footer-info .social-icons a {
  transition: filter 0.2s ease;
}
.footer-info .social-icons a:hover {
  filter: invert(1);
}

.footer-logo {
  position: relative;
  display: table;
  margin: 5rem auto;
  transition: transform 0.2s ease-out;
}
.footer-logo:hover {
  transform: scale(1.1);
}
.footer-logo img {
  width: 3rem;
}

.copyright {
  text-align: center;
  font-size: 16px;
  margin: 4rem auto 0;
}
.copyright a {
  color: #000;
  transition: color 0.1s ease-out;
}
.copyright a:hover {
  color: #FFF;
}

/*-----------Open nav menu-----------*/
#navWrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100vw;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
#navWrap.open {
  height: 100vh;
}

#navMenu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--primary);
  color: #000;
  text-align: center;
  transition: all 0.75s ease-out;
}
#navMenu .scaler {
  display: block;
  height: 100%;
}
#navMenu .navContent {
  z-index: 2;
  position: relative;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  height: calc(100% - 130px);
}
#navMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#navMenu li {
  margin: 1rem 0;
}
#navMenu li a {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-family: area-extended, sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1em;
  padding: 0.05em 0;
  color: #000;
  text-decoration: none;
}
#navMenu li.current_page_item a, #navMenu li.current_page_parent a {
  color: #FFF;
}

/*-----------News Page-----------*/
.newsFeed {
  padding: 4rem 0;
}
.newsFeed .thumbnail {
  position: relative;
  display: block;
  background-size: cover;
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 1rem;
  overflow: hidden;
  backface-visibility: hidden;
  transform: rotate3d(0, 0, 0, 0deg);
  transform-origin: center;
  transition: all 0.4s ease-out;
}
.newsFeed .thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  transition: transform 0.3s ease-out;
}
.newsFeed .gridItem {
  margin-bottom: 2rem;
  perspective: 1000px;
  padding: 0 2rem;
  color: var(--light-gray);
}
@media (max-width: 800px) {
  .newsFeed .gridItem {
    padding: 0;
  }
}
.newsFeed .gridItem:hover .thumbnail:before {
  transform: scale(1.2);
}
.newsFeed .format {
  display: block;
  font-size: 0.75rem;
  color: var(--medium-gray);
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.newsFeed h3 {
  font-family: interstate-condensed, impact, sans-serif;
  text-transform: uppercase;
  color: var(--dark-gray);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease-out;
}
.newsFeed p {
  font-size: 0.9rem;
  font-weight: 200;
}
.newsFeed .cta {
  margin-top: 1rem;
}

/*-----------Single news article-----------*/
.postWrap {
  overflow: hidden;
}
.postWrap .scaler {
  display: flex;
  flex-flow: row;
  max-width: 1000px;
}
@media (max-width: 800px) {
  .postWrap .scaler {
    flex-flow: column;
  }
}

.featuredImage {
  background-size: cover;
  background-position: center;
  background-color: #CCC;
  width: 100%;
}

.postHeader {
  padding: 4rem 1rem;
  background: #000;
  color: #FFF;
}
.postHeader a {
  font-weight: 600;
  color: var(--primary);
}
.postHeader a:hover {
  text-decoration: underline;
}
.postHeader h1 {
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .postHeader h1 {
    font-size: 1.3rem;
  }
}

.bg-news-body {
  position: relative;
  background: #FFF;
  padding: 1rem 0;
  margin-bottom: -8rem;
}

.social a {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  transition: opacity 0.1s ease-out;
}
.social a:hover {
  opacity: 0.65;
}

.pagination {
  margin: 4rem auto;
  display: block;
  text-align: center;
}
.pagination .page-numbers {
  padding: 0 0.5rem;
}
.pagination a {
  color: var(--primary);
  text-transform: uppercase;
  font-family: interstate, sans-serif;
  font-weight: 700;
}
.pagination a:hover {
  color: var(--medium-gray);
}

.postPage {
  padding: 0;
  margin: 0;
}
.postPage header {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 6rem 1rem;
}
.postPage a {
  transition: color 0.1s ease;
  text-decoration: none;
}

.relatedPosts {
  margin-top: 4rem;
  padding: 0;
  width: 100%;
  overflow: visible;
}
.relatedPosts .newsThumb {
  display: flex;
  flex-flow: row;
  margin: 0 !important;
}
@media (max-width: 800px) {
  .relatedPosts .newsThumb {
    flex-flow: column;
  }
}
.relatedPosts .relatedTitle {
  display: block;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: area-extended, sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 2rem;
}
.relatedPosts .relatedTitle span {
  color: var(--primary);
}

.newsPosts {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}

.newsThumb {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: calc(50% - 1rem);
  border-radius: 25px;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 800px) {
  .newsThumb {
    width: 100%;
  }
}
.newsThumb .featuredImage {
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
}
.newsThumb .featuredImage:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  display: block;
}
.newsThumb:hover .featuredImage:after {
  transform: scale(1.1);
}
.newsThumb .postText h3 {
  font-family: area-variable, sans-serif;
  text-decoration: underline;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .newsThumb .postText h3 {
    font-size: 1.1rem;
  }
}
.newsThumb p {
  margin: 0;
  font-size: 0.9rem;
  font-variation-settings: "wght" 600;
}
.newsThumb .postMeta {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1200px) {
  .newsThumb .postMeta {
    flex-flow: column;
    gap: 0;
  }
  .newsThumb .postMeta p {
    line-height: 1.2;
  }
}
.newsThumb .postMeta:before {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: var(--primary);
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
}
@media (max-width: 1200px) {
  .newsThumb .postMeta:before {
    display: none;
  }
}
.newsThumb .category {
  color: var(--primary);
}
.newsThumb .newsThumbWrap {
  background: #000;
  width: 100%;
  color: #FFF;
  padding: 1rem 1.5rem 2rem;
}

.postBody {
  background: var(--off-white);
  padding: 4rem 0;
}
.postBody p, .postBody ul, .postBody li {
  font-size: 1rem;
  line-height: 1.5;
}
.postBody ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.postBody li {
  margin-bottom: 0.5rem;
}
.postBody iframe {
  max-width: 100% !important;
  min-width: 0 !important;
}
.postBody .post-edit-link {
  display: table;
  margin-bottom: 1rem;
  color: var(--primary);
  font-weight: 600;
}
.postBody .post-edit-link:hover {
  text-decoration: underline;
}

.postSidebar {
  width: 30%;
}
@media (max-width: 800px) {
  .postSidebar {
    width: 100%;
    order: 2;
  }
}
.postSidebar .postMeta {
  margin-bottom: 2rem;
}
.postSidebar .postMeta .social img {
  height: 2rem;
}
.postSidebar p, .postSidebar h5 {
  margin: 0 0 0.5rem;
}
.postSidebar a {
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
}
.postSidebar a:hover {
  text-decoration: underline;
}

.postContent {
  width: 70%;
}
@media (max-width: 800px) {
  .postContent {
    width: 100%;
    order: 1;
  }
}
.postContent h2 {
  font-size: 1.75rem;
}
.postContent img, .postContent video, .postContent audio {
  max-width: 100%;
  margin: 1.5rem auto;
}
.postContent img, .postContent video {
  height: auto;
}
.postContent .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
.postContent .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
.postContent .alignnone {
  display: block;
  margin: 2rem auto;
}

.news-tile {
  display: flex;
  flex-flow: row;
  margin: 0 auto 1rem;
  align-items: center;
  border-bottom: 2px solid var(--light-gray);
  padding: 0 1rem 1rem;
  color: #000;
  text-decoration: none;
}
@media (max-width: 800px) {
  .news-tile {
    padding: 0 0 1rem;
  }
}
.news-tile:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.news-tile .tile-text {
  width: 100%;
}
.news-tile .tile-image {
  position: relative;
  background-size: cover;
  display: block;
  width: 250px;
  height: 100px;
  margin-right: 1rem;
  overflow: hidden;
}
.news-tile .post-category {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 0.5rem;
  font-variation-settings: "wght" 500;
}
.news-tile h4 {
  font-size: 1.1rem;
  font-family: area-variable, sans-serif;
  font-variation-settings: "wght" 600;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

.bg-section:not([data-animated=true]) div.bg-knockout-title h1, .bg-section:not([data-animated=true]) div.bg-knockout-title h2, .bg-section:not([data-animated=true]) div.bg-knockout-title h3, .bg-section:not([data-animated=true]) div.bg-knockout-title h4, .bg-section:not([data-animated=true]) div.bg-knockout-title h5, .bg-section:not([data-animated=true]) div.bg-knockout-title h6 {
  transform: translateX(-100%);
  opacity: 0;
}
.bg-section:not([data-animated=true]) div.bg-knockout-title span {
  transform: translateX(-5%);
  opacity: 0;
}
.bg-section:not([data-animated=true]) div.bg-knockout-title:after {
  width: 0;
}

.wp-block-image.size-full {
  margin: 0;
}

figure.wp-block-video {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 800px) {
  figure.wp-block-video {
    margin: 0 auto -1px;
  }
}
figure.wp-block-video video {
  width: 100%;
  height: auto;
}
figure.wp-block-video[data-playing="1"] .wpv-play-btn {
  opacity: 0;
  pointer-events: none;
}
figure.wp-block-video .wpv-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  border: none;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.55);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
  outline-offset: 4px;
}
figure.wp-block-video .wpv-play-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 6px;
}
figure.wp-block-video .wpv-play-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.9), 0 0 0 6px rgba(0, 0, 0, 0.6);
}

figure.is-style-bg-full-screen-image img, figure.is-style-bg-full-screen-image video, figure.is-style-bg-full-screen-video img, figure.is-style-bg-full-screen-video video, figure.is-style-bg-video-looper img, figure.is-style-bg-video-looper video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 800px) {
  figure.is-style-bg-full-screen-image img, figure.is-style-bg-full-screen-image video, figure.is-style-bg-full-screen-video img, figure.is-style-bg-full-screen-video video, figure.is-style-bg-video-looper img, figure.is-style-bg-video-looper video {
    height: auto;
  }
}

figure.is-style-bg-full-screen-image {
  margin: 0;
}

.custom-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border: 2px solid #FFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url(../images/arrow-play.svg) 57.5% 50% no-repeat;
  background-size: 40px;
  transition: opacity 0.2s ease-in-out;
}
.custom-play:hover {
  opacity: 0.7;
}

.wp-block-embed-youtube {
  position: relative;
  margin: 2rem auto 1rem;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wp-block-column {
  opacity: 0;
}
.wp-block-column h1, .wp-block-column h2, .wp-block-column h3, .wp-block-column h4, .wp-block-column h5, .wp-block-column h6 {
  line-height: 1.2;
}
.wp-block-column p {
  line-height: 1.75;
}
.wp-block-column h4 {
  margin-bottom: 0;
}
.wp-block-column h1, .wp-block-column h2, .wp-block-column h3 {
  margin: 0 0 1rem;
}
@media (max-width: 800px) {
  .wp-block-column .has-text-align-right {
    text-align: unset;
  }
}

.wp-block-quote {
  position: relative;
  text-align: center;
  border: 3px solid var(--primary);
  border-radius: 70px;
  max-width: 600px;
  padding: 6rem 2rem;
  margin: 1rem auto 2rem;
}
@media (max-width: 800px) {
  .wp-block-quote {
    width: calc(100% - 2rem);
    padding: 4rem 1rem;
  }
}
.wp-block-quote:before, .wp-block-quote:after {
  content: "";
  position: absolute;
  font-size: 250px;
  width: 200px;
  height: 200px;
  display: block;
}
@media (max-width: 800px) {
  .wp-block-quote:before, .wp-block-quote:after {
    font-size: 150px;
    width: 100px;
    height: 100px;
  }
}
.wp-block-quote:before {
  background: url(../images/quote-top.svg) center no-repeat;
  background-size: contain;
  top: -75px;
  left: -0.46em;
}
@media (max-width: 800px) {
  .wp-block-quote:before {
    top: -50px;
    left: -35px;
  }
}
.wp-block-quote:after {
  background: url(../images/quote-bottom.svg) center no-repeat;
  background-size: contain;
  bottom: -0.25em;
  right: -0.475em;
}
@media (max-width: 800px) {
  .wp-block-quote:after {
    bottom: -50px;
    right: -35px;
  }
}
.wp-block-quote h1, .wp-block-quote h2, .wp-block-quote h3 {
  font-weight: 900;
  font-family: area-extended, sans-serif;
}

.parallax-header {
  position: relative;
  width: 100%;
  padding-bottom: 50vh;
}
@media (max-width: 800px) {
  .parallax-header {
    padding-bottom: 66%;
  }
}
.parallax-header .parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 30%;
}

#work-grid .scaler, .work-grid .scaler {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1rem;
}

.workItem {
  position: relative;
  background-size: cover;
  height: 0;
  width: calc(50% - 0.5rem);
  padding-bottom: calc(42% - 0.5rem);
  color: #FFF;
  overflow: hidden;
  background: #CCC;
  border-radius: 25px;
}
@media (max-width: 800px) {
  .workItem {
    width: 100%;
    padding-bottom: 55%;
  }
}
@media (min-width: 800px) {
  .workItem:nth-child(3n+1) {
    width: 100%;
    padding-bottom: 55%;
  }
  .workItem:nth-child(3n+1) .text-overlay {
    max-width: 60%;
  }
  .workItem:nth-child(3n+1):hover .text-overlay:after {
    width: 100vw;
  }
}
.workItem * {
  z-index: 2;
}
.workItem .text-overlay {
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem 2rem 1rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  max-width: 75%;
  transition: all 0.2s ease-out;
  font-size: 1rem;
}
@media (max-width: 800px) {
  .workItem .text-overlay {
    font-size: 16px;
    max-width: 100%;
    width: 100%;
  }
}
.workItem .text-overlay h3, .workItem .text-overlay span {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.workItem .text-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 0;
  transition: background-color 0.3s ease-out, width 0.3s ease-out;
}
@media (min-width: 800px) {
  .workItem:hover .text-overlay:after {
    background-color: rgba(253, 237, 0, 0.85);
    width: 50vw;
  }
}
.workItem h3 {
  text-transform: uppercase;
  font-size: 1.32em;
  line-height: 1;
  margin: 0 0 0.5em;
}
.workItem span {
  color: var(--primary);
  font-size: 1em;
  font-family: area-variable, sans-serif;
  font-variation-settings: "wght" 800;
  letter-spacing: 0.05em;
}
.workItem .background {
  z-index: 1;
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.workItem .background video {
  width: 100%;
  height: calc(100% - 1px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 800px) {
  .workItem {
    padding-bottom: 300px;
    top: 0 !important;
  }
}

#work-grid {
  padding-bottom: 4rem;
}

.bg-case-study-meta {
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  padding: 2.5rem 1rem;
}
.bg-case-study-meta .scaler {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 800px) {
  .bg-case-study-meta .scaler {
    flex-flow: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.25rem;
  }
}
.bg-case-study-meta h2, .bg-case-study-meta h3 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .bg-case-study-meta h2, .bg-case-study-meta h3 {
    font-size: 1rem;
  }
}
.bg-case-study-meta h3 {
  color: var(--primary);
}

@keyframes logoSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
img[src*=bandr-spin] {
  transition: transform 0.2s ease-out;
  animation: logoSpin 1s linear infinite;
  animation-play-state: paused;
}
img[src*=bandr-spin]:hover {
  transform: scale(1.1);
  animation-play-state: running;
}

#more-work-strip {
  background: #000;
}
#more-work-strip h1, #more-work-strip h2, #more-work-strip a {
  color: #FFF;
}
#more-work-strip a:before {
  background-color: #FFF;
}

.has-black-background-color + #more-work-strip {
  background: #FFF;
}
.has-black-background-color + #more-work-strip h1, .has-black-background-color + #more-work-strip h2, .has-black-background-color + #more-work-strip a {
  color: #000;
}
.has-black-background-color + #more-work-strip a:before {
  background-color: #000;
}

#wpi-logo {
  display: table;
  height: auto;
  margin: 2rem auto 1rem;
  transform: translateX(-11%);
}/*# sourceMappingURL=born-and-raised.css.map */