@charset "UTF-8";
:root {
  --fs-22: clamp(18px, 2.5vw, 22px);
  --fs-25: clamp(18px, 3vw, 25px);
  --color-blue: #0E3053;
}

.u-fs-25 {
  font-size: var(--fs-25);
}

.blocks > .blk:first-child {
  margin-top: 0;
}

.Footer {
  background: #0E3053;
  color: #fff;
  font-size: clamp(12px, 2.5vw, 14px);
  letter-spacing: 0.1em;
  margin-top: clamp(20px, 5vw, 90px);
  padding: clamp(20px, 5vw, 90px);
  padding-top: 0 !important;
  position: relative;
  z-index: 0;
}
.Footer::before {
  font-size: clamp(40px, 10vw, 180px);
  background: #0E3053;
  box-shadow: inset -0.15em 0.15em 0.3em -0.15em rgba(0, 0, 0, 0.5);
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-50%) skew(45deg);
  width: 100%;
  z-index: -1;
}
.Footer a {
  color: #fff;
}
.Footer address {
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}
.Footer address strong {
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.Footer h2 {
  color: #65BCAD;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.Footer nav a,
.Footer nav p {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.Footer nav p {
  margin: 0;
  padding: 0;
}
.Footer .Form-group.is-floating .Form-label {
  color: #65BCAD;
  transform: translateY(-30%) scale(0.7);
}
.Footer .Form {
  margin-left: 0;
  max-width: 300px;
}
.Footer .Form h2 {
  color: #fff;
  margin-bottom: 1.25em;
}
.Footer .Form-input {
  background: #fff;
  border-left: 2px solid #65BCAD;
  padding: 0.75rem 1.25rem 0.25rem;
}
.Footer .Form-input:hover, .Footer .Form-input:focus {
  outline: none;
  border-color: #b42472 !important;
}
.Footer .Form-input:hover ~ .Form-label, .Footer .Form-input:focus ~ .Form-label {
  color: #b42472;
}
.Footer .Form-label {
  top: 0.4em;
}
.Footer .Page-container {
  padding: 0;
}
.Footer-col--social a {
  background: #fff;
  border-top-color: #fff;
  color: #0E3053;
  display: inline-block;
  font-size: clamp(14px, 3vw, 18px);
  margin: 0 1.5em 1.5em 0;
  position: relative;
}
.Footer-col--social a::after {
  border: 0 solid transparent;
  border-left-width: 1em;
  border-top: 1em solid;
  border-top-color: inherit;
  content: "";
  display: block;
  font-size: 10px;
  height: 0;
  margin-top: -1px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scale(0.4);
  transform-origin: top right;
  width: 0;
}
.Footer-col--social .Icon {
  display: block;
  margin: 0.25em;
}
.Footer-copyright {
  font-size: 0.75rem;
}
.Footer-copyright a[href*="union.co"] {
  text-transform: uppercase;
}
.Footer-copyright p {
  margin-top: 15px;
}
.Footer-copyright .u-svg {
  display: inline-block;
  height: 1.25em;
  margin: 0 0.2em;
  vertical-align: text-top;
  width: 1.25em;
}
.Footer-copyright .union-bolt {
  fill: #65BCAD;
}
.Footer-logo {
  font-size: 2.25rem;
}
.Footer-navigation {
  line-height: 1.8;
}
.Footer-col ~ .Footer-col {
  margin-top: clamp(20px, 5vw, 90px);
}
@media only screen and (min-width: 80em) {
  .Footer > .Page-container {
    display: table;
    width: 100%;
  }
  .Footer-col {
    display: table-cell;
    position: relative;
    vertical-align: top;
  }
}
@media only screen and (min-width: 80em) {
  .Footer-col {
    padding-left: 2rem;
    position: relative;
  }
  .Footer-col:first-child {
    padding-left: 0;
  }
  .Footer-heading {
    margin: 0;
    position: absolute;
    right: 100%;
    top: 0;
    transform: rotate(-90deg);
    transform-origin: top right;
  }
}

.Hero {
  position: relative;
}
.Hero .Bubble {
  position: absolute;
  transform: translate(50%, -50%);
}
.Hero-bg {
  width: 100%;
}
.Hero-bg[data-tick-image] {
  background: #fff center/cover no-repeat;
  height: 0;
  padding-bottom: 35%;
}
.Hero-bg[data-tick-image] + .Bubble {
  margin-top: 0;
}
.Hero-col {
  position: relative;
}
.Hero-col--image {
  margin-left: auto;
  width: 60%;
}
.Hero-col--text {
  padding: 20px;
}
.Hero-callout {
  padding: 4rem;
}
.Hero .Hero-h1,
.Hero .Hero-h2 {
  display: block;
  max-width: 650px;
}
.Hero .Hero-h1 {
  font-size: clamp(29px, 8vw, 67px);
  font-weight: 300;
}
.Hero .Hero-h2 {
  font-weight: 900;
  font-size: clamp(29px, 8vw, 70px);
}
.Hero-socialWidget {
  margin-top: 1.25em;
}
.Hero-socialWidget > a {
  display: inline-block;
  font-size: clamp(14px, 2vw, 18px);
  margin-right: 1.5em;
  padding: 6px;
}
.Hero-socialWidget > a::after {
  font-size: 3px;
}
.Hero-socialWidget > a > .Icon {
  height: 1em;
  width: 1em;
}
.Hero--soloText {
  padding: 4rem 1.25rem 6rem;
  padding-left: clamp(20px, 7vw, 200px);
  padding-right: clamp(20px, 7vw, 200px);
  text-align: center;
}
.Hero--soloText h1 {
  font-weight: 900;
  margin: 0 auto 2rem;
}
.Hero--soloText p {
  color: #848484;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1.5;
  margin: 1em auto;
  max-width: 921.6px;
  width: 95%;
}
.Hero--half .Hero-callout {
  box-shadow: 0 16px 5em -12px rgba(0, 0, 0, 0.3);
  margin: -25% auto 10%;
  width: 90%;
}
.Hero--half .Hero-callout::after {
  font-size: 2rem;
  left: 25%;
}
.Hero--half h1 {
  font-size: clamp(24px, 8vw, 48px);
  font-weight: 300;
  text-transform: uppercase;
}
.Hero--half h1 strong {
  display: block;
  font-weight: 900;
}
.Hero--full header p {
  font-size: clamp(15px, 4vw, 20px);
  font-weight: 700;
  text-transform: uppercase;
}
.Hero--full .Bubble {
  position: static;
  transform: translateY(-50%);
}
.Hero--full .Bubble::after {
  font-size: clamp(20px, 5vw, 30px);
}
.Hero--full .Hero-bg {
  height: auto;
  min-height: 250px;
  padding: 20px;
  padding-left: clamp(20px, 10vw, 90px) clamp(20px, 7vw, 76px) clamp(80px, 15vw, 250px);
}
.Hero--narrowImage .Bubble {
  bottom: 5%;
  right: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .Hero--narrowImage h1 {
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: center;
  }
}
@media only screen and (min-width: 48em) {
  .Hero-col {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    width: 50%;
  }
  .Hero-text {
    margin-left: -120px;
    margin-right: -120px;
  }
  .Hero--half .Hero-callout {
    bottom: 0;
    margin: 0;
    max-width: 48.125rem;
    position: absolute;
    right: 5%;
    width: 55%;
  }
  .Hero--narrowImage {
    font-size: 0;
  }
  .Hero--narrowImage .Hero-col--image {
    width: 33%;
  }
  .Hero--narrowImage .Hero-col--text {
    padding-left: clamp(20px, 10vw, 100px);
    width: 67%;
  }
}
@media only screen and (min-width: 52.5em) {
  .Hero--full header {
    left: clamp(20px, 10vw, 150px);
    right: clamp(20px, 10vw, 150px);
    max-width: 52.5rem;
    position: absolute;
    top: 33%;
    transform: translateY(-40%);
  }
  .Hero--full header h1 {
    margin-top: 0.25em;
  }
  .Hero--full .Bubble {
    left: clamp(20px, 10vw, 150px);
    position: absolute;
    top: 84%;
  }
  .Hero--full .Hero-bg {
    height: 55vw;
    padding: 0;
  }
}
@media only screen and (min-width: 101.25em) {
  .Hero--narrowImage .Hero-col--text {
    padding-left: 20px;
  }
}

.List {
  font-size: clamp(15px, 3vw, 20px);
  margin: 1.25rem auto;
  margin-bottom: clamp(80px, 10vw, 160px);
  margin-top: clamp(10px, 5vw, 50px);
  max-width: 1536px;
  text-align: center;
}
.List.style-cp p {
  font-size: clamp(20px, 4vw, 23px);
}
.List > ul {
  counter-reset: list-bubble;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.List li {
  counter-increment: list-bubble;
  flex-basis: 380px;
  margin: 2% 2.5rem;
  margin-bottom: clamp(15px, 3.5vw, 30px);
  margin-top: clamp(15px, 3.5vw, 30px);
  max-width: 90%;
}
.List .u-h14 {
  margin: 1.75em 0;
}
.List-bubble {
  display: inline-block;
  font-size: clamp(27px, 12vw, 60px);
  font-weight: 300;
  line-height: 25px;
  margin-top: 1em;
  min-width: 5rem;
  padding: 12px;
  position: relative;
}
.List-bubble::after {
  font-size: 8px;
}
.List-bubble:empty {
  height: 25px;
  padding: 0;
}
.List-bubble:empty::before {
  bottom: 2px;
  content: counter(list-bubble);
  left: 50%;
  line-height: 1;
  position: absolute;
  transform: translateX(-50%);
}
.List-heading {
  font-size: clamp(22px, 7vw, 40px);
  font-size: clamp(27px, 12vw, 60px);
  font-weight: 900;
  margin: 1em auto;
  max-width: 43.75rem;
  text-transform: uppercase;
  width: 90%;
}
li > .List-heading {
  font-size: clamp(17px, 4vw, 24px);
  font-size: clamp(22px, 7vw, 40px);
  text-transform: none;
}
.List-statValue {
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 0;
  transform: translate(-50%, -62%);
}
.List-statQuantity {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
.List--purple .List-bubble {
  background: #b42472;
  border-color: #b42472;
  color: #f5b21e;
}
.List--purple a,
.List--purple .List-heading {
  color: #b42472;
}
.List--teal .List-bubble {
  background: #65BCAD;
  border-color: #65BCAD;
  color: #0E3053;
}
.List--teal a,
.List--teal .List-heading {
  color: #65BCAD;
}
.List--yellow .List-bubble {
  background: #f5b21e;
  border-color: #f5b21e;
  color: #0E3053;
}
.List--yellow a,
.List--yellow .List-heading {
  color: #f5b21e;
}
@media (min-width: 1380px) {
  .List.col-4 li {
    flex-basis: 480px;
  }
}
@media (min-width: 1680px) {
  .List.col-4 li {
    flex-basis: 300px;
  }
}

.quote {
  margin: auto;
  max-width: 90vw;
  position: relative;
  text-align: center;
  width: 960px;
}
.quote-intro {
  font-size: var(--fs-22);
  font-weight: normal;
}
.quote .is-tick {
  border-left: 0 solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #0e3053;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
}
.quote-bg {
  background: #0E3053;
  color: white;
}
.quote-bg-inner {
  box-shadow: 10px 10px 15px rgba(63, 63, 63, 0.3803921569);
  padding: 35px 0 45px;
}
.quote-bg-inner p {
  font-size: var(--fs-25);
  font-weight: normal;
  font-style: italic;
  margin: auto;
  max-width: 80%;
  text-align: left;
}
.quote-bg-inner p ~ p {
  margin-top: 0.7em;
}
@media (min-width: 400px) {
  .quote-bg-inner {
    padding: 50px 0;
  }
}

.OverlapGrid {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.OverlapGrid p {
  font-size: 2.25rem;
}

.OverlapGrid > .OverlapTile {
  margin-bottom: -8.75rem;
}

.OverlapGrid {
  margin: auto;
  margin-top: calc(6.57895vw + 3.68421rem);
  margin-bottom: calc(6.57895vw + 3.68421rem);
  max-width: 1536px;
  position: relative;
}

.OverlapGrid p {
  font-size: calc(1.20641vw + 1.09184rem);
  font-weight: 300;
  max-width: none;
  line-height: 1.2;
}

.OverlapGrid > .OverlapTile {
  align-items: center;
  margin: 0 0 20px;
}

.OverlapGrid > .OverlapTile > .Grid-cell {
  transform: none;
}

.OverlapGrid > .OverlapTile:nth-child(2n) {
  direction: rtl;
  text-align: right;
}

.OverlapGrid > .OverlapTile:nth-child(2n) > .Grid-cell {
  direction: ltr;
}

@media only screen and (min-width: 48em) {
  .OverlapGrid > .OverlapTile {
    margin-bottom: calc(-11.71875vw + 2.5rem);
  }
  .OverlapGrid > .OverlapTile > .Grid-cell--image {
    transform: translateY(8%);
  }
  .OverlapGrid > .OverlapTile:first-child {
    z-index: 2;
  }
  .OverlapGrid > .OverlapTile:last-child {
    margin-bottom: 0 !important;
  }
}
.OverlapTile {
  margin-top: 13.75rem;
  margin-bottom: 13.75rem;
}

.OverlapTile p {
  font-size: 3.5rem;
}

.OverlapTile > .Grid-cell:after {
  font-size: 4.6875rem;
}

.OverlapTile > .Grid-cell--text {
  padding: 5.625rem;
  padding-left: 15rem;
}

.OverlapTile--withBubble {
  margin-top: 20rem;
  margin-bottom: 11.25rem;
}

.OverlapTile--withBubble > .Grid-cell--text {
  margin-left: -31.25rem;
  padding-left: 40rem;
  padding-right: 15rem;
}

.OverlapTile {
  margin: 20px auto;
  margin-bottom: clamp(40px, 10vw, 185px);
  margin-top: clamp(40px, 10vw, 185px);
  max-width: 1536px;
  position: relative;
}

.OverlapTile p {
  font-size: calc(2.4852vw + 1.11421rem);
  font-weight: 100;
  line-height: 1.2;
}

.OverlapTile .Bubble {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.OverlapTile > .Grid-cell {
  position: relative;
}

.OverlapTile > .Grid-cell:after {
  font-size: calc(2.87829vw + 1.92434rem);
}

.OverlapTile > .Grid-cell--image {
  z-index: 1;
}

.OverlapTile > .Grid-cell--text {
  padding: calc(5.75658vw + 0.09868rem);
}

.OverlapTile-image {
  width: 100%;
}

.OverlapTile--withBubble {
  margin-top: calc(21.38158vw - 0.52632rem);
  margin-bottom: calc(9.86842vw + 1.77632rem);
}

@media only screen and (max-width: 47.9375em) {
  .OverlapTile > .Grid-cell--image {
    min-width: 200px;
    width: 60%;
  }
  .OverlapTile > .Grid-cell--text {
    margin-top: -12%;
    padding-top: 12%;
  }
}
@media only screen and (min-width: 48em) {
  .OverlapTile {
    align-items: flex-start;
    display: flex;
  }
  .OverlapTile p {
    max-width: 18.75rem;
  }
  .OverlapTile > .Grid-cell {
    margin-left: -100px;
    width: calc(50% + 100px);
  }
  .OverlapTile > .Grid-cell:first-child {
    margin-left: 0;
  }
  .OverlapTile > .Grid-cell--image {
    transform: translateY(-4.11184vw) translateY(0.19737rem);
    width: 50%;
  }
  .OverlapTile > .Grid-cell--text {
    padding-left: calc(11.71875vw + 3.75rem);
    transform: translateY(4.11184vw) translateY(-0.19737rem);
  }
  .OverlapTile--withBubble {
    max-width: 1228.8px;
    transform: translateX(-12.5%);
    width: 80%;
  }
  .OverlapTile--withBubble p {
    max-width: 22.5rem;
  }
  .OverlapTile--withBubble > .Grid-cell--image {
    transform: translateY(4.11184vw) translateY(-0.19737rem);
    width: 45%;
  }
  .OverlapTile--withBubble > .Grid-cell--text {
    margin-left: calc(-32.55208vw + 0rem);
    padding-left: calc(44.27083vw - 2.5rem);
    padding-right: calc(24.73958vw - 8.75rem);
    transform: translateY(-4.11184vw) translateY(0.19737rem);
    width: calc(55% + 32.552vw);
  }
}
@media only screen and (min-width: 96em) {
  .OverlapTile > .Grid-cell--image {
    transform: translateY(-3.75rem);
  }
  .OverlapTile > .Grid-cell--text {
    transform: translateY(3.75rem);
  }
  .OverlapTile--withBubble > .Grid-cell--image {
    transform: translateY(3.75rem);
    width: 45%;
  }
  .OverlapTile--withBubble > .Grid-cell--text {
    transform: translateY(-3.75rem);
    width: calc(55% + 500px);
  }
}
.Outro {
  margin-bottom: clamp(20px, 7.5vw, 140px);
  margin-top: clamp(20px, 7.5vw, 140px);
}
.Outro form p {
  font-size: clamp(18px, 4.25vw, 26px);
  font-weight: 300;
  margin: 1em 0;
}
.Outro > .Grid-cell {
  padding: clamp(30px, 4.5vw, 80px) clamp(20px, 7.5vw, 140px);
}
.Outro > .Grid-cell::after {
  font-size: clamp(30px, 7.5vw, 75px);
}
.Outro > .Grid-cell:first-child {
  background: url("../img/bg/bubble-ghost.png") calc(100% + 40px) -40px/contain no-repeat;
  padding-right: clamp(20px, 10vw, 180px);
}
.Outro > .Grid-cell .BrandList {
  width: auto;
  margin: 0 -12%;
}
.Outro > .Grid-cell .BrandList > li {
  flex-basis: 150px;
  margin: 1rem;
}
.Outro-cta {
  bottom: 0;
  position: absolute;
  right: 15%;
  transform: translateY(50%);
}
@media only screen and (max-width: 47.9375em) {
  .Outro > .Grid-cell:first-child {
    margin-bottom: 40px;
  }
  .Outro--hasList {
    margin-bottom: 15%;
  }
  .Outro--hasList.Grid--reverse .Grid-cell:last-child {
    margin-right: clamp(20px, 7.5vw, 140px);
  }
  .Outro--hasList:not(.Grid--reverse) .Grid-cell:last-child {
    margin-left: clamp(20px, 7.5vw, 140px);
  }
}
@media only screen and (min-width: 48em) {
  .Outro {
    align-items: center;
    display: flex;
  }
  .Outro form {
    margin: auto;
    max-width: 28.125rem;
  }
  .Outro > .Grid-cell {
    width: 50%;
  }
  .Outro > .Grid-cell:nth-child(even) {
    z-index: 1;
  }
  .Outro--hasList {
    margin-bottom: 6% !important;
    margin-top: 6% !important;
  }
  .Outro--hasList > .Grid-cell {
    width: 55%;
  }
  .Outro--hasList > .Grid-cell:first-child {
    padding-left: 5%;
    padding-right: 5%;
    width: 45%;
  }
  .Outro.Grid--reverse {
    flex-direction: row-reverse;
  }
}

.Wysiwyg {
  line-height: 1.6;
}
.Wysiwyg a:not(.Button) {
  color: #65BCAD;
}
.Wysiwyg blockquote {
  background-color: rgba(253, 253, 253, 0.8);
  color: #65BCAD;
  font-size: clamp(21px, 4vw, 36px);
  font-style: italic;
  font-weight: 100;
  margin: 1rem;
  padding: 2rem 1rem;
  text-align: center;
}
.Wysiwyg blockquote::before {
  content: "“";
}
.Wysiwyg blockquote::after {
  content: "”";
}
.Wysiwyg h1 {
  font-weight: 900;
  text-transform: uppercase;
}
.Wysiwyg li {
  margin: 0.5em 0;
  padding-left: 1.25em;
  position: relative;
  text-align: left;
}
.Wysiwyg li::before {
  color: #65BCAD;
  content: "■";
  left: 0;
  position: absolute;
}
.Wysiwyg li p {
  margin: 0;
  text-align: left;
}
.Wysiwyg li p ~ p {
  margin-top: 1em;
}
.Wysiwyg p,
.Wysiwyg ul {
  margin: 1em 0;
}
.Wysiwyg--h3-fs14 h3 {
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 900;
  text-transform: uppercase;
}
.Wysiwyg--purple a:not(.Button),
.Wysiwyg--purple h2,
.Wysiwyg--purple h3,
.Wysiwyg--purple h4,
.Wysiwyg--purple h5 {
  color: #b42472;
}
.Wysiwyg--purple li::before {
  color: #f5b21e;
}
.Wysiwyg--yellow a:not(.Button),
.Wysiwyg--yellow h2,
.Wysiwyg--yellow h3,
.Wysiwyg--yellow h4,
.Wysiwyg--yellow h5 {
  color: #f5b21e;
}
.Wysiwyg--yellow li::before {
  color: #b42472;
}

.Page--about .CardGrid {
  margin-bottom: clamp(40px, 10vw, 160px);
}
.Page--about .page-intro {
  text-align: left;
}

.Page--home .OverlapTile .OverlapTile-txt p {
  max-width: none;
}
.Page--home .Page-content {
  min-height: 100vh;
}
.Page--home .Hero {
  margin: auto;
  max-width: 1536px;
  text-transform: uppercase;
}
.Page--home .Hero .Bubble .Icon {
  display: block;
  font-size: clamp(25px, 7vw, 50px);
  margin: 0.25em auto 0;
}
.Page--home .u-h14 {
  line-height: 20px;
}
.Page--home-buzzCallout {
  color: #cbcbcb;
  margin: clamp(85px, 12vw, 175px) auto;
  max-width: 1536px;
}
.Page--home-buzzCallout h2 {
  font-size: clamp(27px, 6vw, 60px);
  font-weight: 900;
  margin-bottom: clamp(30px, 10vw, 90px);
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 81.25em) {
  .Page--home .Header:not(.Header--clone) {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: 10;
  }
  .Page--home .Header-social {
    visibility: hidden;
  }
}
@media only screen and (min-width: 64em) {
  .Page--home .BrandList {
    margin-bottom: clamp(100px, 10vw, 170px);
  }
  .Page--home .BrandList img {
    max-width: 10.3125rem;
  }
  .Page--home .BrandList > li {
    display: inline-block;
    margin: 60px 70px;
  }
}

.Page--services .creative-heading p {
  font-weight: normal;
}
.Page--services .creative-heading strong {
  font-weight: 900;
}
.Page--services-work {
  background: center/cover no-repeat;
  margin-bottom: calc(clamp(20px, 7vw, 90px) * -1);
  margin-top: clamp(60px, 12vw, 180px);
  padding: 2rem 0;
  padding-bottom: clamp(52px, 8vw, 122px);
  position: relative;
}
.Page--services-work > .u-textCenter {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.Page--services-work .BrandList {
  margin-bottom: clamp(40px, 10vw, 150px);
}

.p-projects .quote-intro {
  margin: 75px auto 85px;
}
.p-projects .quote-intro.quote-bg {
  margin-bottom: 115px;
}
.p-projects .Hero--soloText p {
  max-width: none;
}
