@media only screen and (min-width: 480px) {
  .screenshotImage {
    position: relative;
  }
}
@media only screen and (min-width: 1100px) {
  .bannerText {
    font-size: 4.4em;
  }
  .entypo {
    font-family: "entypo";
    font-size: 4em;
    line-height: 1;
    color: #333;
  }
  .fixed {
    position: fixed;
  }
}
@media only screen and (min-width: 768px) {
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .insights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 980px) {
  #industries {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: stretch;
  }
  .industries-media {
    margin-bottom: 0;
    min-height: 420px;
  }
  .industries-content {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .industries-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ===============
    ALL: IE Fixes
   =============== */
.lt-ie9 .didYouKnowBubble {
  background-image: none;
  background-color: #eaae83;
  border: 1px solid #aa724b;
}

@media only screen and (min-width: 768px) {
  body.single-post.header-condensed .firefly-post-hero {
    margin-top: -50px;
  }
  .fullscreen-menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
  }
  #utility-container {
    height: 50px;
    width: 100%;
    background-color: #000;
    position: fixed;
    z-index: 199;
    display: block;
    top: 0;
  }
  #utility-container .utility-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }
  #utility-container #utilityNav {
    height: 100%;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
  }
  #utility-container .utility-email a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    gap: 8px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
  }
  #utility-container .utility-email i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  #utility-container .utility-email a:hover {
    color: #71d7d6;
  }
  #utility-container .utility-social {
    gap: 8px;
  }
  #utility-container .utility-social li {
    display: flex;
    align-items: center;
    margin: 0;
    height: 100%;
    padding-bottom: 0;
    line-height: 1;
    list-style-type: none;
    font-size: 1rem;
  }
  #utility-container .utility-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  }
  #utility-container .utility-social a:hover {
    color: #71d7d6;
    border-color: rgba(113, 215, 214, 0.55);
    background-color: rgba(113, 215, 214, 0.1);
  }
  #header-container header {
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 1100px) {
  #header-container header nav #mainNav {
    font-size: 1.4em;
  }
  #header-container header nav {
    width: 560px;
  }
  #header-container header nav #mainNav li {
    margin-left: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-cta-eyebrow {
    margin-bottom: 34px;
    font-size: 1rem;
  }
  .footer-cta-eyebrow::before,
  .footer-cta-eyebrow::after {
    width: 76px;
  }
  .footer-cta-actions {
    justify-content: center;
  }
  .footer-cta-button {
    flex: 0 0 auto;
    min-height: 74px;
    font-size: 1.45rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 480px) {
  .aboutLogos {
    display: block;
    float: left;
    width: 9%;
    margin: 20px 0 20px 6.7%;
    perspective: 1000px;
    overflow: hidden;
  }
  .aboutLogos img {
    display: block;
    width: 100%;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg);
    transition: transform 2s ease-out;
  }
}
@media only screen and (min-width: 678px) {
  #creative,
  #technology,
  #experience {
    padding: 100px 20px 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.8rem;
  }
  .post_timeline {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #cc4d01;
    margin: 0 0 8px 25px;
    padding: 13px 0;
    list-style-position: outside;
    list-style-type: none;
    overflow: visible;
  }
  .post_timeline li {
    float: none;
    overflow: visible;
    position: relative;
    padding: 0;
    margin-left: 13px;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
  }
  .main_color .timeline-bullet {
    background-color: #e1e1e1;
    border-color: #ffffff;
  }
  .post_timeline .timeline-bullet {
    background-color: #cc4d01;
    border-color: #fceeca;
  }
  .timeline-bullet {
    position: absolute;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    height: 11px;
    width: 11px;
    top: 15px;
    margin-top: -6px;
    left: -19px;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .fancy {
    line-height: 0.2;
    text-align: center;
  }
  .fancy span {
    display: inline-block;
    position: relative;
  }
  .fancy span:before,
  .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    top: 0;
    width: 140px;
  }
  .fancy span:before {
    right: 100%;
    margin-right: 15px;
  }
  .fancy span:after {
    left: 100%;
    margin-left: 15px;
  }
  article h1 {
    font-size: 4em;
  }
  .tagline {
    font-size: 2.8em;
  }
  #header-container {
    position: fixed;
    display: block;
    top: 50px;
    background: #09111f;
    border-bottom: 0;
    border-top: 1px dotted rgba(124, 160, 214, 0.68);
    overflow: hidden;
  }
  #header-container header {
    justify-content: space-between;
    background: #09111f;
  }
  #creative-container {
    background-color: #ffd231;
  }
  .description {
    font-size: 1.1em;
  }
  .description a {
    text-decoration: none;
  }
  .circleStats {
    display: block;
    padding: 30px 0;
    overflow: auto;
  }
  .quickstat {
    width: 24.5%;
    float: left;
    padding-left: 2.4%;
    padding-bottom: 2.4%;
  }
  .circle-text {
    width: 100%;
  }
  .circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .circle-text div {
    float: left;
    width: 100%;
    padding-top: 40%;
    margin-top: -0.5em;
    text-align: center;
    color: white;
  }
  .bannerText {
    padding: 75px 0 10px 0;
    font-size: 3.8em;
  }
  #empathy {
    float: right;
    padding: 0;
    margin: 0 0 -40px 0;
    background: url("../images/empathy.png") no-repeat 0 0;
    width: 426px;
    height: 442px;
  }
  #lightbulb {
    float: right;
    padding: 0;
    margin: 0 0 0 20px;
    background: url("../images/lightbulb.png") no-repeat 0 36px;
    width: 426px;
    height: 442px;
    z-index: 2;
    position: relative;
    bottom: 0;
  }
  #pixie {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#040429", EndColorStr="#ffd231");
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#040429', EndColorStr='#ffd231')";
  }
  #header-container header nav {
    width: 410px;
    float: right;
    text-align: right;
    clear: right;
    border-top: none;
  }
}
@media only screen and (min-width: 768px) {
  .preloader-text {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .subPageHeader {
    font-size: 5em;
    padding: 80px 0 10px 0;
  }
  .subPageHeader.project {
    font-size: 4em;
    text-align: center;
    border-bottom: none;
    padding-bottom: 2vw;
    margin-top: 0;
  }
  #content {
    padding: 80px 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
    transform: rotate(180deg) translateY(-100%);
    transform-origin: top;
  }
  .wave svg {
    display: block;
    width: 100%;
    height: 100px;
  }
}
@media only screen and (min-width: 480px) {
  .reflection {
    background-image: url("../images/portfolioMacScreenshotLighting.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .portfolioScreenImage img {
    margin-top: 0;
    position: relative;
  }
  .portfolioScreenImage {
    padding: 15% 8% 0 8%;
  }
  #portfolioBanner-container.wood {
    display: block;
    background-image: url("../images/portfolioHeaderBackground.jpg");
    background-size: 100%;
    background-repeat: repeat;
    background-position: center top;
    overflow: hidden;
  }
  #portfolioBanner-container.brick {
    display: block;
    background-image: url("../images/bg-tile-brick.jpg");
    background-repeat: repeat;
    background-position: center top;
    overflow: hidden;
  }
  #portfolioBanner {
    display: block;
    max-width: 800px;
    background-image: url("../images/portfolioScreen.png");
    margin: 0 auto;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: -6px;
  }
}
@media only screen and (min-width: 768px) {
  .caseStudyDescription p {
    display: block;
  }
  .handDrawn {
    position: absolute;
    top: -100px;
    height: 300px;
    width: 95%;
    z-index: 100;
    background-image: url("../images/pencilTechnology.png");
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: 20% 50px;
    overflow: visible;
    padding-top: 40px;
  }
  .handDrawn .statement {
    width: 40%;
    float: right;
    background-color: #222;
    padding: 20px;
    color: #fff;
    font-size: 1.4em;
    line-height: 30px;
    margin-right: 80px;
    border-radius: 20px;
    margin-top: -5px;
  }
  .portfolioScreenImage {
    padding: 20% 8% 0 8%;
    position: relative;
  }
}
@media only screen and (min-width: 1100px) {
  #portfolioBanner {
    max-width: 1000px;
  }
  #casestudy-nav-container {
    display: block;
    position: relative;
    clear: both;
  }
  .casestudy-nav {
    position: absolute;
    right: 20px;
    top: 70px;
    display: block;
    z-index: 10;
  }
  .casestudy-nav ul {
    list-style: none;
  }
  .casestudy-nav ul li {
    padding: 0 0 15px 0;
    display: block;
  }
  .casestudy-nav li a {
    background-color: #222;
    border-radius: 5px;
    display: block;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    padding: 15px 0;
    font-size: 1.2em;
  }
  .casestudy-nav li a:hover {
    text-decoration: none;
    background-color: #ffd231;
  }
}
@media only screen and (max-width: 1099px) {
  body.single-firefly_work_item .casestudy-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  body.single-firefly_work_item #content.content-fullwidth {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.single-firefly_work_item .portfolio-project-shell {
    margin-top: clamp(4.5rem, 10vw, 6.5rem);
  }
  body.single-firefly_work_item .portfolio-project-hero {
    padding-left: 0;
    padding-right: 0;
  }
  body.single-firefly_work_item .portfolio-project-hero__media {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    aspect-ratio: auto;
    height: auto;
    border-radius: 0;
    overflow: visible;
    background-color: #0d1525;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: clamp(720px, 88vw, 980px);
    max-height: none;
    padding: clamp(84px, 11vw, 116px) 24px clamp(28px, 6vw, 52px);
  }
  body.single-firefly_work_item .portfolio-project-hero__media::before {
    content: none;
  }
  body.single-firefly_work_item .portfolio-project-header--hero {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: min(32rem, calc(100% - 48px));
    max-width: none;
    padding: 0;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    text-align: center;
  }
  body.single-firefly_work_item .portfolio-project-header--hero::before {
    content: none;
  }
  body.single-firefly_work_item .portfolio-project-header--hero .subPageHeader.project {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 10px 24px rgba(4, 9, 18, 0.42);
    font-size: clamp(2.8rem, 5.2vw, 4.4rem);
    line-height: 0.92;
    max-width: 11ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
  }
  body.single-firefly_work_item .portfolio-project-header--hero .subPageHeader.project.fancy {
    line-height: 0.92;
  }
  body.single-firefly_work_item .portfolio-project-header--hero .subPageHeader.project.fancy span {
    display: block;
  }
  body.single-firefly_work_item .portfolio-project-header--hero .projectTagline {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: rgba(246, 250, 255, 0.96);
    text-shadow: 0 8px 20px rgba(4, 9, 18, 0.35);
    font-size: clamp(1.3rem, 2.2vw, 1.7rem);
    line-height: 1.45;
  }
  body.single-firefly_work_item .portfolio-project-hero__overlay {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: min(90vw, 820px);
    aspect-ratio: 1.72/1;
    margin: clamp(2rem, 5vw, 3rem) auto 0;
    border-radius: 0;
    z-index: 3;
  }
}
@media only screen and (min-width: 1441px) {
  body.single-firefly_work_item .portfolio-project-hero__media {
    height: clamp(460px, calc((100vw * 675 / 1920) + 100px), 775px);
    aspect-ratio: auto;
  }
  body.single-firefly_work_item .portfolio-project-hero__overlay {
    right: clamp(24px, 5vw, 72px);
    background-position: right bottom;
  }
  body.single-firefly_work_item #casestudy-nav-container {
    margin-top: clamp(-4.25rem, -5vw, -2.85rem);
  }
  body.single-firefly_work_item .casestudy-nav {
    max-width: none;
    padding-left: clamp(24px, 5vw, 72px);
    padding-right: clamp(24px, 5vw, 72px);
  }
  body.single-firefly_work_item .projectNav {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-custom-portfolio-php #content.content-fullwidth,
  body.single-firefly_work_item #content.content-fullwidth {
    padding-left: 14px;
    padding-right: 14px;
  }
  body.page-template-custom-portfolio-php .projectCard,
  body.single-firefly_work_item .projectDetails-container,
  body.page-template-custom-portfolio-php .portfolio-overview-outro {
    border-radius: 18px;
  }
  body.single-firefly_work_item .portfolio-project-shell {
    margin-top: 0.9rem;
  }
  body.page-template-custom-portfolio-php .projectOverlay {
    padding: 20px 18px;
  }
  body.single-firefly_work_item .projectNav {
    justify-content: flex-start;
  }
  body.single-firefly_work_item .subPageHeader.project {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 0.94;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  body.single-firefly_work_item .projectTagline {
    font-size: 1.02rem;
    line-height: 1.5;
  }
  body.single-firefly_work_item .projectDetails-container {
    margin-bottom: 2rem;
    padding: 18px 18px 2px;
  }
  body.single-firefly_work_item .projectDetails {
    padding-bottom: 16px;
    font-size: 0.8rem;
    letter-spacing: 0.07em;
  }
  body.single-firefly_work_item .projectDetails span {
    margin-top: 6px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
