/*****-----------------------------------------------*/
/*	Variables
/*****-----------------------------------------------*/
/* Colors */
/* margins and padding sizes */
/*****-----------------------------------------------*/
/*	Mixins
/*****-----------------------------------------------*/
/* Example Media Queries */
body {
  background-color: #ffffff;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-size: 15px;
  padding: 0 !important;
  margin: 100px 0px 0px 0px !important;
  color: #4a4d4a;
}

@media screen and (min-width: 576px) {
  body {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 120px !important;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin-top: 123px !important;
  }
}
/* Global Tags
/* --------------------------------------------------*/
a, a:visited {
  color: #4a4d4a;
  text-decoration: underline;
}

h1 {
  font-family: "Barlow Condensed", helvetica, arial, sans-serif;
  font-size: 4.325rem;
  font-weight: 700;
  color: #4a4d4a;
}
h1 span {
  font-family: "Poppins", helvetica, arial, sans-serif;
  color: #55c93d;
  font-style: italic;
  font-size: 110%;
  font-weight: 500;
}

.h1-image svg {
  width: 100%;
  height: auto;
}

h1.creative {
  line-height: 0.9;
  font-size: 3.875rem;
}
@media screen and (min-width: 768px) {
  h1.creative {
    line-height: 1;
    font-size: 4.325rem;
  }
}

.this {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 115px;
  margin-left: -13px;
  translate: 0 8px;
}
@media screen and (min-width: 768px) {
  .this {
    width: 161px;
    margin-left: -80px;
    translate: 0 13px;
  }
}
@media screen and (min-width: 992px) {
  .this {
    width: 161px;
    margin-left: -80px;
    translate: 0 13px;
  }
}

.solutions {
  width: 250px;
  position: absolute;
  bottom: -85px;
  right: clamp(1rem, 4vh, 4rem);
}
@media screen and (min-width: 768px) {
  .solutions {
    bottom: -90px;
  }
}
@media screen and (min-width: 992px) {
  .solutions {
    bottom: -98px;
  }
}

.together {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 195px;
  translate: 0 0px;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .together {
    width: 233px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .together {
    width: 233px;
    margin-left: 10px;
  }
}

h2 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #4a4d4a;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.1em;
}

p {
  line-height: 1.5;
  margin-top: 0;
}
p a {
  font-weight: 600;
}
a.bold-yellow-link {
  font-family: "Poppins", helvetica, arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  padding: 0 4px 4px;
  border-bottom: 3px solid #55c93d;
}

a.bold-yellow-link:hover, a.bold-yellow-link:active {
  text-decoration: none;
  color: #55c93d;
}

strong {
  font-weight: 600;
}

.content {
  padding-top: 0px;
  padding-bottom: 53px;
}
.content h1:first-child, .content h2:first-child {
  margin-top: 0;
}

.headline-underline {
  border-bottom: 3px solid #55c93d;
}

h1.headline + h2 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-size: 1.15em;
  font-weight: normal;
  margin-top: 0;
  padding: 0 0px 8px;
  white-space: nowrap;
}

h1.headline + h2 + h3 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin-top: 0;
}

/**** Text Color Overrides ****/
.text-white, .text-white a, a.text-white {
  color: #ffffff !important;
}

.text-yellow, .text-yellow a, a.text-yellow {
  color: #55c93d !important;
}

.text-22 {
  font-size: 22px;
}

.text-double {
  font-size: 2em;
}

.text-three-quarters {
  font-size: 1.85em;
}

.text-shadow-heavy {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.95);
}

/* Global Components
/* --------------------------------------------------*/
/* Backgrounds */
.bkgrnd-greyLight {
  background-color: #e3e2e1 !important;
}

.bkgrnd-grey {
  background-color: #a5a5a5 !important;
}

.bkgrnd-greyMedium {
  background-color: #7b7975 !important;
}

.bkgrnd-greyDark {
  background-color: #4a4d4a !important;
}

.bkgrnd-green {
  background-color: #55c93d !important;
}

/* Borders */
.border-solid {
  border-style: solid;
}

.border-all.border-width-1 {
  border-width: 1px;
}

.border-all.border-width-2 {
  border-width: 2px;
}

.border-bottom.border-width-2 {
  border-width: 0 0 2px;
}

.border-all.border-width-3 {
  border-width: 3px;
}

.border-bottom.border-width-3 {
  border-width: 0 0 3px;
}

.border-all.border-width-4 {
  border-width: 4px;
}

.border-white {
  border-color: #ffffff;
}

.no-border {
  border-width: 0 !important;
}

@media screen and (max-width: 767px) {
  .ratio-16x9 {
    --bs-aspect-ratio: 100%;
  }
}

.hr-thick {
  border-top: 4px solid #4a4d4a;
}

.hr-double {
  border-top: 1px double #4a4d4a;
}

.anchor {
  position: relative;
  top: -70px;
}

.btn {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-size: 1em;
  padding: 8px 25px;
  font-weight: 500;
}
.btn .fa {
  vertical-align: bottom;
}

.btn-lg {
  font-size: 1.325rem;
}

.btn-xl {
  font-size: 2rem;
  padding: 12px 18px;
  font-weight: 500;
}

.btn-white {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff !important;
  letter-spacing: 2px;
  padding: 8px 24px;
}

.btn-alternate {
  background-color: #ffffff;
  color: #4a4d4a !important;
}

.btn-alternate:hover {
  background-color: #e3e2e1;
}

.btn-primary {
  background-color: #851313;
  border: 1px solid #731010;
  color: #ffffff !important;
}

.btn-primary:hover {
  background-color: #731010;
  color: #ffffff;
}

.btn-secondary {
  background-color: #4a4d4a;
  color: #ffffff !important;
}
.btn-secondary:hover {
  background-color: #373637;
}

.btn-secondary-outline, .btn-darkGrey {
  border-color: #4a4d4a;
  color: #4a4d4a;
}

.btn-success {
  background-color: #55c93d;
  border: 1px solid #55c93d;
  color: #ffffff !important;
}

.btn-success:hover {
  background-color: #55c93d;
  color: #ffffff;
}

.btn-full {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.clearRight {
  clear: right !important;
}

.clearLeft {
  clear: left !important;
}

.clearBoth {
  clear: both !important;
}

/* Global Form Components
/* --------------------------------------------------*/
label {
  font-size: 0.9em;
}
label em, label small, label u {
  font-weight: normal;
}
label em {
  font-size: 0.9em;
}

fieldset.bordered {
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
}

/* Common Page Styles */
.page-theater, .homepage-theater {
  position: relative;
}
.page-theater .theater-headline, .homepage-theater .theater-headline {
  top: 0;
  transition: 0.5s;
}
.page-theater .theater-headline h1, .homepage-theater .theater-headline h1 {
  color: #ffffff;
  font-size: 32px;
  padding: 0 15px;
}

@media screen and (min-width: 576px) {
  .page-theater .theater-headline h1, .homepage-theater .theater-headline h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .page-theater .theater-headline h1, .homepage-theater .theater-headline h1 {
    font-size: 38px;
  }
}
@media screen and (min-width: 992px) {
  .page-theater .theater-headline h1, .homepage-theater .theater-headline h1 {
    font-size: 45px;
  }
}
.last-item-center {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .last-item-center-md {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .last-item-center-lg {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
}
/****** Homepage Styles ******/
.homepage-headline {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-size: 20px;
}
.homepage-headline span {
  font-family: "Poppins", helvetica, arial, sans-serif;
  color: #55c93d;
  font-style: italic;
  font-size: 110%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .homepage-headline {
    font-size: 22px;
  }
}

.homepage-service-areas .homepage-service-area {
  font-family: "Barlow Condensed", helvetica, arial, sans-serif;
  font-size: 2rem;
  color: #55c93d;
  font-weight: bold;
  line-height: 0.8;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .homepage-service-areas .homepage-service-area {
    font-size: 2.125rem;
    border-left: 3px solid #373637;
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
  }
  .homepage-service-areas .homepage-service-area:first-child {
    border-left: 2px solid #ffffff;
    padding-left: 0px;
  }
  .homepage-service-areas .homepage-service-area:last-child {
    padding-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .homepage-service-areas .homepage-service-area {
    font-size: 2.5rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/****** Work page Styles ******/
.work-description {
  border-left: 0px solid transparent;
  color: #4a4d4a;
  font-size: 18px;
}
.work-description p {
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .work-description {
    border-left: 1px solid #55c93d;
    padding-left: 3rem;
    font-size: 22px;
    font-weight: 300;
  }
  .work-description p {
    line-height: 40px;
    text-align: left;
  }
}

.case-study-thumbnail {
  position: relative;
}
.case-study-thumbnail .case-study-thumbnail-rollover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  transition: 500ms;
}
.case-study-thumbnail .case-study-thumbnail-rollover h3 {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.case-study-thumbnail .case-study-thumbnail-rollover p {
  font-family: "Barlow Condensed", helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #55c93d;
  letter-spacing: 1px;
}

.case-study-thumbnail:hover .case-study-thumbnail-rollover {
  visibility: visible;
  opacity: 1;
}

.headline-capabilities {
  line-height: 0.85;
  margin-top: 0px;
  text-shadow: 0 0 1px #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px white;
}
@media screen and (min-width: 992px) {
  .headline-capabilities {
    margin-top: -50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1079px) {
  .headline-capabilities {
    font-size: 3.75rem;
  }
}

.capability-item-content h3 {
  font-size: 1.875rem;
}
.capability-item-content p {
  font-size: 1.2rem;
}
.capability-item-content p span {
  color: #55c93d;
  display: inline-block;
  padding: 0 9px;
}

.connect-content {
  min-height: 74vh;
}

/*# sourceMappingURL=global.css.map */
