/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Patua+One");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
ul,
ol {
  list-style: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #fff;
  background-color: #89d1cd;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #9a9a9a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #9a9a9a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-2 {
  display: block;
  width: auto;
  max-height: 100%;
}
.responsive-vert {
  height: 100%;
  width: auto;
  display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow: hidden;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  position: relative;
}
canvas[resize] {
  width: 100%;
  height: 100%;
  position: absolute;
}
section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
section div {
  position: absolute;
}
#videoBox {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
#videoBgnd {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  opacity: 0.01;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
nav {
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
}
nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  margin-top: -275px;
  width: 550px;
  height: 550px;
  perspective: 300px;
}
nav .navBut {
  color: #1b4645;
  font-family: "Patua One", cursive;
  font-size: 77px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding-bottom: 2%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  opacity: 0;
  overflow: hidden;
}
nav .navBut span {
  display: inline-block;
  pointer-events: none;
}
nav .navBut .hover-navBut {
  color: white;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out 0s;
  -moz-transition: height 0.3s ease-out 0s;
  -ms-transition: height 0.3s ease-out 0s;
  -o-transition: height 0.3s ease-out 0s;
  transition: height 0.3s ease-out 0s;
}
nav .navBut:hover .hover-navBut,
nav .navBut.active .hover-navBut {
  height: 0%;
}
nav #navClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background: #fff;
  transform: translateX(100%) translateY(-100%) rotate(-45deg);
  -webkit-transform: translateX(100%) translateY(-100%) rotate(-45deg);
  transform-origin: top right;
  -webkit-transform-origin: top right;
  cursor: pointer;
}
nav #navX {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: url(../img/0shared/x.png) center center / 100% auto no-repeat;
}
#home #hInfoAll {
  width: 800px;
  height: 800px;
  bottom: 0px;
  right: 0px;
  transform-origin: 100% 100%;
}
#home #hInfoTri {
  position: absolute;
  bottom: 0;
  right: 0;
}
#home #hInfoTri #triBk {
  fill: #000000;
  opacity: 0.5;
}
#home #hInfoTri #triLf {
  fill: #ffffff;
}
#home #hInfoTri #triRt {
  fill: #ffffff;
}
#home #hInfoTri #triSm,
#home #hInfoTri #linLf,
#home #hInfoTri #linRt {
  fill: #a1adac;
}
#home #btnShorty {
  position: absolute;
  bottom: 4.5%;
  left: 17%;
  transform: translateY(330px);
  -webkit-transform: translateY(330px);
}
#home #hThumbBox {
  width: 140px;
  height: 395px;
  bottom: 0;
  left: 405px;
  overflow: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
#home .hThumbs {
  left: 0px;
  width: 100%;
  height: 18%;
  cursor: pointer;
  border: 0px solid #03b0ab;
  background: center center / 100% auto no-repeat;
  transform: scale(0);
  -webkit-transform: scale(0);
}
#home #hThumb0 {
  top: 1%;
}
#home #hThumb1 {
  top: 21%;
}
#home #hThumb2 {
  top: 41%;
}
#home #hThumb3 {
  top: 61%;
}
#home #hThumb4 {
  top: 81%;
}
#home #hTextBox {
  bottom: 0;
  left: 475px;
  width: 370px;
  height: 320px;
  color: #3e3e3e;
  overflow: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
#home #hTextBox div {
  position: relative;
  padding: 3px 0px 0px 25px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#home #hTextBox #iTitle {
  width: 80%;
  font-size: 50px;
  line-height: 1em;
  padding-left: 23px;
  font-family: "Patua One", cursive;
}
#home #hTextBox #iSubtitle {
  font-weight: 700;
  text-transform: uppercase;
}
#home #hTextBox #iDesc {
  font-size: 13px;
  font-weight: 300;
  padding-right: 60px;
}
#home #hTextBox #iCta {
  color: #fff;
  background: url(../img/1home/btnCta.png) right center / auto 100% no-repeat;
  min-width: 140px;
  padding: 7px 23px;
  margin-top: 30px;
  cursor: pointer;
  left: 0px;
  position: absolute;
  text-transform: uppercase;
}
#home #hThumFlag {
  background: url(../img/0shared/arrow2.png) top center / auto 200% no-repeat;
  width: 40px;
  height: 40px;
  bottom: 293px;
  left: 449px;
  cursor: pointer;
  transform: translateY(330px);
  -webkit-transform: translateY(330px);
  transform-origin: 22px 20px;
  -webkit-transform-origin: 22px 20px;
}
#home #hThumFlag.mouse:hover {
  background-position: bottom center;
}
#home .hTab {
  background: #03b0ab;
  width: 80px;
  height: 80px;
  bottom: -10px;
  cursor: pointer;
  overflow: hidden;
}
#home .hTab .arrow {
  width: 16px;
  height: 16px;
  bottom: 10px;
}
#home #hTabLf {
  transform: translateX(-100px) rotate(-45deg);
  -webkit-transform: translateX(-100px) rotate(-45deg);
  left: -45px;
  z-index: 1;
}
#home #hTabLf .arrow {
  background: linear-gradient(
    135deg,
    #ffffff,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 51%
  );
  right: 10px;
  transform: translate(30px, 30px);
  -webkit-transform: translate(30px, 30px);
}
#home #hTabRt {
  transform: translateX(100px) rotate(45deg);
  -webkit-transform: translateX(100px) rotate(45deg);
  right: -45px;
  z-index: 1;
}
#home #hTabRt .arrow {
  background: linear-gradient(
    225deg,
    #ffffff,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 51%
  );
  left: 10px;
  transform: translate(-30px, 30px);
  -webkit-transform: translate(-30px, 30px);
}
#home #hVidOpen {
  background-position: top center;
  transform: scale(0);
  -webkit-transform: scale(0);
  display: none;
}
.diamond {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: #03b0ab;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.tileText {
  bottom: 10%;
  left: 20px;
  width: 50%;
  color: #fff;
  cursor: default;
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
}
.tileText div {
  position: relative;
}
.tileText .header {
  font-family: "Patua One", cursive;
  font-weight: 100;
  font-size: 5em;
  line-height: 1em;
  padding-bottom: 5px;
}
.tileText .btn {
  left: -20px;
  color: #fff;
  display: inline;
  font-weight: 700;
  line-height: 2.5em;
  font-size: 1.1em;
  white-space: nowrap;
  padding: 5px 30px 5px 20px;
  text-transform: uppercase;
  background-image: url(../img/2work/text-bg.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
.tileText .category {
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}
.hitBox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.width1 {
  width: 250px;
  font-size: 6px;
}
.width1 .tileText .btn,
.width1 .tileText .category {
  font-size: 1.8em;
}
.width2 {
  width: 525px;
}
.width3 {
  width: 800px;
}
.height1 {
  height: 250px;
}
.height2 {
  height: 525px;
}
.height3 {
  height: 800px;
}
.width2.height1 .diamond {
  height: 150%;
  transform-origin: 50% -50%;
  -webkit-transform-origin: 50% -50%;
}
.width1.height2 .diamond {
  width: 150%;
  transform-origin: -50% 10%;
  -webkit-transform-origin: -50% 10%;
}
#work {
  color: #333;
}
#work .wrap {
  width: auto;
  height: auto;
  top: 10px;
  left: 20px;
  right: 20px;
  overflow: hidden;
  bottom: 10px;
}
#work #filter {
  width: 150px;
  height: 145px;
  top: 280px;
  left: 0;
  transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
}
#work polygon {
  fill: #333;
}
#work polygon.active {
  fill: #03b0ab;
}
#work .filTxt {
  left: 25px;
  font-size: 10px;
  cursor: pointer;
  text-transform: uppercase;
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}
#work .filTxt.active {
  font-weight: 700;
}
#work #filTxt0 {
  top: 4px;
}
#work #filTxt1 {
  top: 24px;
}
#work #filTxt2 {
  top: 44px;
}
#work #filTxt3 {
  top: 64px;
}
#work #filTxt4 {
  top: 84px;
}
#work #filTxt5 {
  top: 104px;
}
#work #filTxt6 {
  top: 124px;
}
#work #workTxtBox {
  bottom: 20px;
  left: 20px;
  width: 20%;
  transform: translateY(110%);
  -webkit-transform: translateY(110%);
  pointer-events: none;
}
@media screen and (max-width: 1230px) {
  #work #workTxtBox {
    left: 10px;
  }
}
@media screen and (max-width: 900px) {
  #work #workTxtBox {
    left: 0px;
  }
}
#work #workHead {
  font-family: "Patua One", cursive;
  font-size: 12em;
  line-height: 0.9em;
  position: relative;
}
#work #workDesc {
  position: relative;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 300;
}
#work #workScroll {
  top: 0;
  right: -20px;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#work #workBox {
  width: 1350px;
  right: 20px;
  top: 20px;
  transform-origin: top right;
  -webkit-transform-origin: top right;
}
#work .tile {
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  background: #03b0ab;
}
#work .tile .img {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 0% 100% 0px;
  background: center center / 100% auto no-repeat;
}
#work .tile .soloVidArrow {
  background: url(../img/0shared/vidControls.png) top center / 100% 200%
    no-repeat;
  width: 180px;
  height: 180px;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -90px;
  cursor: pointer;
  border-radius: 500px;
}
#work .tile.width1 .soloVidArrow,
#work .tile.height1 .soloVidArrow {
  width: 90px;
  height: 90px;
  margin-top: -45px;
  margin-left: -45px;
}
#work .workTab {
  background: #03b0ab;
  width: 80px;
  height: 80px;
  bottom: -10px;
  cursor: pointer;
  overflow: hidden;
}
#work .workTab .arrow {
  width: 16px;
  height: 16px;
  bottom: 10px;
}
#work #workTabLf {
  transform: translateX(-100px) rotate(-45deg);
  -webkit-transform: translateX(-100px) rotate(-45deg);
  left: -45px;
  z-index: 1;
}
#work #workTabLf .arrow {
  background: linear-gradient(
    135deg,
    #ffffff,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 51%
  );
  right: 10px;
  transform: translate(30px, 30px);
  -webkit-transform: translate(30px, 30px);
}
#work #workTabRt {
  transform: translateX(100px) rotate(45deg);
  -webkit-transform: translateX(100px) rotate(45deg);
  right: -45px;
  z-index: 1;
}
#work #workTabRt .arrow {
  background: linear-gradient(
    225deg,
    #ffffff,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 51%
  );
  left: 10px;
  transform: translate(-30px, 30px);
  -webkit-transform: translate(-30px, 30px);
}
#work #wVidOpen {
  background-position: top center;
  transform: scale(0);
  -webkit-transform: scale(0);
  display: none;
}
#work #printGrid {
  width: 1350px;
  height: 1100px;
  top: 20px;
  right: 40px;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}
#work .tile.print-content {
  display: none !important;
}
#work .custom-grid {
  z-index: -1;
}
#work #printGrid .multiImage {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.poster {
  width: 218px;
  height: 350px;
}
.col-1 {
  left: 416px;
}
.col-2 {
  left: 654px;
}
.col-3 {
  left: 892px;
}
.col-4 {
  left: 1130px;
}
/* .row-2{} */
.row-0a {
  top: 0px;
}
.row-0 {
  top: 370px;
}
.row-1 {
  top: 740px;
}
.row-2 {
  top: 1110px;
}
.row-3 {
  top: 1402px;
}
.row-4 {
  top: 1772px;
}
.row-5 {
  top: 2142px;
}
.row-6 {
  top: 2512px;
}

#work #printGrid #tft-v {
  background-image: url(../img/2work/TFT_Vertical-alt.jpg);
}
#work #printGrid #runaway1 {
  background-image: url(../img/2work/RUNAWAYS_MISSING.jpg);
}
#work #printGrid #runaway2 {
  background-image: url(../img/2work/RUNAWAYS_WANTED.jpg);
}
#work #printGrid #printImage1 {
  background-image: url(../img/2work/IF_Poster.jpg);
}
#work #printGrid .tileText {
  bottom: 20%;
  left: 10px;
}
#work #printGrid .tileText .header {
  font-size: 1.7rem;
}
#work #printGrid #dtm-h .tileText .header,
#work #printGrid #tft-h .tileText .header,
#work #printGrid #oitnb1 .tileText .header,
#work #printGrid #ozark .tileText .header {
  font-size: 2.7rem;
}

#work #printGrid #dtm-h {
  background-image: url(../img/2work/Dead_To_Me_Horizontal-Main_RGB.jpg);
  width: 930px;
  height: 350px;
}
#work #printGrid #tft-h {
  background-image: url(../img/2work/TFT_Horizontal-alt.jpg);
  width: 930px;
  height: 350px;
}
#work #printGrid #ozark {
  background-image: url(../img/2work/OZ_OOH-alt.jpg);
  width: 930px;
  height: 272px;
}
#work #printGrid #oitnb1 {
  background-image: url(../img/2work/OITNB_S6_Horizontal-Main_RGB.jpg);
  width: 930px;
  height: 350px;
}

/* #work #printGrid #oitnb1 .diamond {
  top: 30%;
} */
#work #printGrid #oitnb2 {
  background-image: url(../img/2work/OITNB_S6_Vertical-Main_RGB.jpg);
}
#work #printGrid #oitnb6 .diamond,
#work #printGrid #oitnb7 .diamond,
#work #printGrid #oitnb8 .diamond,
#work #printGrid #oitnb9 .diamond,
#work #printGrid #oitnb2 .diamond,
#work #printGrid #oitnb3 .diamond,
#work #printGrid #oitnb4 .diamond,
#work #printGrid #oitnb5 .diamond,
#work #printGrid #oitnb2 .diamond,
#work #printGrid #runaway1 .diamond,
#work #printGrid #runaway2 .diamond,
#work #printGrid #Aggretsuko .diamond,
#work #printGrid #tft-v .diamond {
  top: 30%;
}
#work #printGrid #oitnb3 {
  background-image: url(../img/2work/OITNB_S6_Vertical-PIPER_RGB.jpg);
}

#work #printGrid #oitnb4 {
  background-image: url(../img/2work/OITNB_S6_Vertical-GLORIA_RGB.jpg);
}

#work #printGrid #oitnb5 {
  background-image: url(../img/2work/OITNB_S6_Vertical-SUZANNE_RGB.jpg);
}

#work #printGrid #oitnb6 {
  background-image: url(../img/2work/OITNB_S6_Vertical-RED_RGB.jpg);
}

#work #printGrid #oitnb7 {
  background-image: url(../img/2work/OITNB_S6_Vertical-Nicky_RGB.jpg);
}

#work #printGrid #oitnb8 {
  background-image: url(../img/2work/OITNB_S6_Vertical-Cindy_RGB.jpg);
}

#work #printGrid #oitnb9 {
  background-image: url(../img/2work/OITNB_S6_Vertical-Alex_RGB.jpg);
}

#work #printGrid #Aggretsuko {
  background-image: url(../img/2work/Netflix_Aggretsuko.jpg);
}
#work #printGrid #printImage1 .diamond {
  top: 30%;
}
#work #printGrid #printImage2 {
  background-image: url(../img/2work/print_werule_thumb.jpg);
}
#work #printGrid #printImage2 .diamond {
  top: 30%;
}
#work #printGrid #printImage3 {
  background-image: url(../img/2work/print_logan.png);
}
#work #printGrid #printImage3 .diamond {
  top: 30%;
}

#work #printGrid #printImage4 {
  background-image: url(../img/2work/DefendersPoster_1.jpg);
}

#work #printGrid #printImage4 .diamond {
  top: 30%;
}
#work #printGrid #printImage5 {
  background-image: url(../img/2work/DefendersPoster_2.jpg);
}
#work #printGrid #printImage5 .diamond {
  top: 30%;
}
#why {
  color: #333;
}
#why #textBoxHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#why .wTextBox {
  display: none;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  overflow: hidden;
}
.whyAwardsBlock {
  position: absolute;
  bottom: 100px;
  right: 100px;
  width: 45%;
  /* background: pink; */
  height: 400px;
  display: none;
}
@media (min-width: 1439px) {
  .whyAwardsBlock {
    width: 50%;
  }
}
@media (min-width: 1919px) {
  .whyAwardsBlock {
    width: 60%;
  }
}
.awardWrap {
  width: 100%;
  height: 100%;
  display: flex;
  display: none;
  position: static;
  flex-wrap: wrap;
}
.whyAward {
  width: 33.3%;
  height: 50%;
  float: left;
  position: static;
}
#why #wTextBox0 {
  border-left: 1px solid #a1adac;
  bottom: 100px;
  left: 178px;
  padding-left: 2%;
}
#why #wTextBox0 .large {
  line-height: 0.85em;
  padding-bottom: 10px;
  width: 10%;
}
#why #wTextBox1 {
  top: 20%;
  left: 50%;
  width: 50%;
}
#why #wTextBox2 {
  bottom: 20%;
  left: 21%;
}
#why #wTextBox3 {
  top: 30%;
  left: 20%;
}
#why #wTextBox5 {
  bottom: 15%;
  left: 13%;
}
#why #wTextBox4 {
  right: 5%;
  bottom: 10%;
  width: 402px;
}

#why .large {
  position: relative;
  font-size: 12em;
  font-family: "Patua One", cursive;
  letter-spacing: -50px;
}
#why #wTextBox4 .large {
  font-size: 8em;
}
#why #wTextBox5 .large{
  width: 50%;
  line-height: 0.85em;
  padding-bottom:10px;
}
@media screen and (max-width: 900px) {
  #why #wTextBox1 {
    left: 40%;
    width: 60%;
  }
  #why #wTextBox4 {
    right: 20px;
    width: 332px;
  }
  #why .large {
    font-size: 7em;
  }
}
#why .subtext {
  position: relative;
  font-weight: 700;
  font-size: 1.5em;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#why .desc {
  position: relative;
  font-size: 1.2em;
  font-weight: 300;
  width: 320px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#why p {
  font-size: 1.2em;
  padding-top: 15px;
}
#why #clientFlag {
  background: url(../img/0shared/arrow.png) top center / auto 200% no-repeat;
  width: 20px;
  height: 20px;
  bottom: 100px;
  left: 162px;
  cursor: pointer;
  transform-origin: 21px 10px;
  -webkit-transform-origin: 21px 10px;
  z-index: 1;
}
#why #clientFlag:hover {
  background-position: bottom center;
}
#why #clients {
  background: #fff;
  width: 0px;
  height: 100%;
  left: 170px;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
#why #clScroll {
  background: #3e3e3e;
  width: 89.3%;
  height: 100%;
  left: 12px;
  overflow: hidden;
}
#why #clBox {
  width: 220px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#why .clientImg {
  display: inline-block;
  margin: 17% 0% 17% 50px;
  width: 50%;
  pointer-events: none;
}
#why #clLineLf,
#why #clLineRt {
  width: 1px;
  height: 100%;
  top: 0;
  background: #a1adac;
}
#why #clLineLf {
  left: 9px;
}
#why #clLineRt {
  right: 9px;
}
#why #clTri {
  position: absolute;
  top: 20px;
  left: 9px;
}
#why #clStroke {
  fill: none;
  stroke: #a1adac;
  stroke-miterlimit: 10;
  stroke-width: 1;
}
#why #clFill {
  fill: #fff;
}
#why #whyNav {
  width: 130px;
  height: 125px;
  top: 280px;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#why #whyNav polygon {
  fill: #333;
}
#why #whyNav polygon.active {
  fill: #03b0ab !important;
}
#why .wNavTxt {
  left: 25px;
  font-size: 10px;
  cursor: pointer;
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}
#why .wNavTxt.active {
  font-weight: 700;
}
#why #wNavTxt0 {
  top: 4px;
}
#why #wNavTxt1 {
  top: 24px;
}
#why #wNavTxt2 {
  top: 44px;
}
#why #wNavTxt3 {
  top: 64px;
}
#why #wNavTxt4 {
  top: 84px;
}
#why #wNavTxt5 {
  top: 104px;
}
#why #wArrowDn,
#why #wArrowUp {
  position: absolute;
  bottom: -40px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  overflow: hidden;
  display: none;
}
#why #wArrowUp {
  left: 0px;
}
#why #wArrowUp .smArrow {
  background: linear-gradient(135deg, #000000 50%, rgba(0, 0, 0, 0) 51%);
  left: 15px;
  top: 15px;
  transform: translate(-30px, -30px);
  -webkit-transform: translate(-30px, -30px);
}
#why #wArrowDn {
  right: 0px;
}
#why #wArrowDn .smArrow {
  background: linear-gradient(-45deg, #000000 50%, rgba(0, 0, 0, 0) 51%);
  left: 10px;
  top: 10px;
  transform: translate(50px, 50px);
  -webkit-transform: translate(50px, 50px);
}
#why .smArrow {
  width: 16px;
  height: 16px;
}
#team #teamBack {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#team #teamBox {
  pointer-events: none;
  width: 1270px;
  height: 1270px;
  top: 44%;
  left: 52%;
  margin-left: -635px;
  margin-top: -635px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#team .teamSm {
  pointer-events: auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateX(-10%) translateY(10%);
  -webkit-transform: translateX(-10%) translateY(10%);
}
#team .teamSm .rollover {
  width: 45px;
  height: 45px;
}
#team .teamLg {
  pointer-events: auto;
  top: 160px;
  left: 160px;
  width: 310px;
  height: 310px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateX(-10%) translateY(10%);
  -webkit-transform: translateX(-10%) translateY(10%);
}
#team .closeup {
  cursor: default;
}
#team .closeup .rollover {
  display: none;
}
#team .closeup .detail {
  display: none;
}
#team .closeup .smHolder {
  display: none;
}
#team .closeup .lgHolder {
  display: block;
}
#team .closeup .info {
  background: #03b0ab !important;
  transform: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/* #team .closeup:first-of-type {
  overflow: visible;
} */
#team .lgHidden {
  top: 0;
  left: 0;
  opacity: 1;
}
#team .smHolder {
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#team .lgHolder {
  top: -21%;
  left: -21%;
  width: 142%;
  height: 142%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#team .smHolder {
  background: #fff center center / 100% auto no-repeat;
}
#team .lgHolder {
  background: #fff center center / 1796px auto no-repeat;
  background-color: #03b0ab;
  display: none;
}
#team .detail {
  width: 100%;
  height: 29px;
  font-size: 17px;
  color: #fff;
  background: #03b0ab;
  font-family: "Patua One", cursive;
  padding: 2px 0 0 5px;
  text-transform: uppercase;
  pointer-events: none;
  display: none;
}
#team .rollover {
  background: #03b0ab;
  width: 96px;
  height: 96px;
  bottom: 0;
  left: 0;
  color: #fff;
  transform: translate(-100%, 100%);
  -webkit-transform: translate(-100%, 100%);
  pointer-events: none;
}
#team .rollover:after {
  content: "";
  background: url(../img/4team/plus.png) center center / 50% auto no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#team .closeSquare {
  background: #fff;
  width: 70px;
  height: 70px;
  top: -1px;
  right: -1px;
  z-index: 1;
  cursor: pointer;
}
#team .closeX {
  background: url(../img/0shared/x.png) center center / 60% auto no-repeat;
  width: 100%;
  height: 100%;
}
#team .profName {
  width: 100%;
  padding-bottom: 20px;
  bottom: 50%;
  left: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: "Patua One", cursive;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
#team .profLine {
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-bottom: 1px solid #000;
}
#team .profJob {
  width: 100%;
  top: 50%;
  padding-top: 20px;
  color: #000;
  font-size: 20px;
  text-align: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
#contact {
  color: #333;
}
#contact #cBtnBox {
  width: 20%;
  padding-top: 20%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -115px;
  right: 324px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 800px) {
  #contact #cBtnBox {
    width: 15%;
    padding-top: 15%;
    top: -85px;
    right: 309px;
  }
}
#contact .cBtns {
  background: #333 url(../img/5contact/social-update.png) top left / 200% 200%
    no-repeat;
  width: 47%;
  height: 47%;
  cursor: pointer;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#contact #tumblr {
  background-position: bottom right;
  top: 0;
  right: 0;
  transform: scale(0.5) rotateX(180deg);
  -webkit-transform: scale(0.5) rotateX(180deg);
}
#contact #insta {
  background-position: top right;
  top: 0;
  left: 0;
  transform: scale(0.5) rotateY(180deg);
  -webkit-transform: scale(0.5) rotateY(180deg);
  /* display: none; */
}
#contact #twitter {
  bottom: 0;
  left: 0;
  transform: scale(0.5) rotateX(-180deg);
  -webkit-transform: scale(0.5) rotateX(-180deg);
  /* display: none; */
}
#contact #fbook {
  background-position: bottom left;
  bottom: 0;
  right: 0;
  transform: scale(0.5) rotateY(-180deg);
  -webkit-transform: scale(0.5) rotateY(-180deg);
  /* display: none; */
}
#contact #map {
  background: url(../img/5contact/map.png) top left / 100% auto no-repeat;
  bottom: 0;
  right: 0;
  width: 1057px;
  height: 782px;
  max-height: 80%;
  z-index: 1;
  transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  opacity: 0;
}
#contact #cTxtBox {
  top: 32%;
  left: 10%;
  width: 40%;
  position: relative;
  padding: 10px 0 0 10px;
  z-index: 1;
}
@media screen and (max-width: 1230px) {
  #contact #cTxtBox {
    left: 10px;
  }
}
#contact #cHead,
#contact #cDesc {
  position: static;
  line-height: 0em;
  opacity: 0;
}
#contact #cHead p,
#contact #cDesc p {
  margin-bottom: 10px;
  line-height: 1.2em;
}
#contact #cHead {
  font-family: "Patua One", cursive;
  font-size: 7em;
}
#contact #cDesc {
  padding-top: 8%;
  width: 65%;
  font-size: 1.3em;
  font-weight: 300;
}
#multi {
  color: #333;
}
#multi #multiScroll {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: -20px;
  overflow-x: hidden;
  overflow-y: auto;
}
#multi #multiText {
  width: 20%;
  top: 300px;
  left: 3%;
}
#multi #multiText div {
  position: static;
}
#multi #multiText #multiHeader {
  font-family: "Patua One", cursive;
  font-size: 3.2em;
}
#multi #multiText #multiInfo {
  font-size: 1.2em;
  padding-bottom: 50px;
}
#multi #multiText #multiInfo p {
  padding-top: 20px;
}
#multi #multiText .statDesc {
  padding-top: 15px;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}
#multi #multiText .statNo {
  font-family: "Patua One", cursive;
  font-size: 9.6em;
  line-height: 1em;
  padding-bottom: 50px;
}
#multi #multiGrid {
  width: 1075px;
  height: 1100px;
  top: 20px;
  right: 40px;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}
#multi .multiCaption,
#multi .multiImage {
  position: absolute;
  width: 250px;
  height: 250px;
  background: center center / 100% auto no-repeat;
}
#multi .multiCaption.width2,
#multi .multiImage.width2 {
  width: 525px;
}
#multi .multiCaption.width3,
#multi .multiImage.width3 {
  width: 800px;
}
#multi .multiCaption.height2,
#multi .multiImage.height2 {
  height: 525px;
}
#multi .multiCaption.height3,
#multi .multiImage.height3 {
  height: 800px;
}
#multi .multiCaption .main {
  position: relative;
  font-size: 2em;
  line-height: 1.6em;
  font-family: "Patua One", cursive;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
}
#multi .multiCaption .main p {
  color: #000;
}
#multi .multiCaption .subText {
  position: relative;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #999;
  font-weight: 700;
  padding-top: 25px;
}
#multi .multiImage {
  /* background-color: #333; */
}
#multi .col0 {
  left: 0px;
}
#multi .col1 {
  left: 275px;
}
#multi .col2 {
  left: 550px;
}
#multi .col3 {
  left: 825px;
}
#multi .row0 {
  top: 0px;
}
#multi .row1 {
  top: 275px;
}
#multi .row2 {
  top: 550px;
}
#multi .row3 {
  top: 825px;
}
#multi .multiVidPlay {
  background: url(../img/0shared/vidControls.png) top center / 100% 200%
    no-repeat;
  width: 180px;
  height: 180px;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -90px;
  cursor: pointer;
  border-radius: 500px;
}
.border {
  position: absolute;
  background: #333;
  pointer-events: none;
}
.border#bTop {
  top: 10px;
  height: 1px;
  left: 153px;
  right: 77px;
}
.border#bBot1 {
  bottom: 10px;
  height: 1px;
  left: 10px;
  right: 50%;
}
.border#bBot2 {
  bottom: 10px;
  height: 1px;
  left: 50%;
  right: 10px;
}
.border#bLeft1 {
  left: 10px;
  top: 189px;
  height: 86px;
  width: 1px;
}
.border#bLeft2 {
  left: 10px;
  top: 275px;
  bottom: 10px;
  width: 1px;
}
.border#bRight {
  right: 10px;
  top: 77px;
  bottom: 10px;
  width: 1px;
}
#logoBut {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 146px;
  height: 169px;
  overflow: hidden;
}
#logoBut #logoFlagBlu {
  fill: #03b0ab;
}
#logoBut #logoFlagWhite {
  fill: #fff;
}
#logoBut #logoTxt {
  top: 8px;
  left: 10px;
  font-size: 20px;
  position: absolute;
  font-family: "Patua One", cursive;
}
#logoBut #logoAnim {
  top: 10px;
  left: 3px;
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(../img/0shared/flagAnim.gif) center center / 100% auto
    no-repeat;
  transform: scale(0);
  -webkit-transform: scale(0);
}
#logoBut #logoHit {
  top: 0;
  left: 0;
  width: 130px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  border-bottom-right-radius: 200px;
}
#navBut {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 10px;
  right: 10px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#navBut polygon {
  stroke: #333;
  fill: #333;
}
#navBut polygon.selected {
  fill: none;
}
#navBut line {
  stroke: #fff;
  stroke-width: 2;
}
#navBut #navHit {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 300px;
  cursor: pointer;
}
#printImgHolder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  background: #a1adac;
}
#printImgHolder div {
  position: absolute;
}
#printImgHolder #printImgFgnd {
  width: 100%;
  height: 100%;
  background: #fff;
}
#printImgHolder #printImgFgnd[zoom="out"] #printImg {
  display: block;
}
#printImgHolder #printImgFgnd #printImg {
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  cursor: zoom-in;
  display: none;
}
#printImgHolder #printImgFgnd[zoom="in"] #printImg-zoomed {
  display: block;
}
#printImgHolder #printImgFgnd #printImg-zoomed {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  cursor: zoom-out;
  display: none;
}
#printImgHolder #printImgClose {
  background: #03b0ab;
  width: 100px;
  height: 100px;
  bottom: -20px;
  cursor: pointer;
  overflow: hidden;
  transform: translateX(100px) rotate(45deg);
  -webkit-transform: translateX(100px) rotate(45deg);
  right: -50px;
}
#printImgHolder #printImgClose #printImgX {
  background: url(../img/0shared/xWhite.png);
  width: 40px;
  height: 40px;
  bottom: 10px;
  left: 10px;
}
#videoHolder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  background: #a1adac;
}
#videoHolder div {
  position: absolute;
}
#videoHolder #videoFgnd {
  width: 100%;
  height: 100%;
  background: #fff;
}
#videoHolder #videoClose {
  background: #03b0ab;
  width: 100px;
  height: 100px;
  bottom: -20px;
  cursor: pointer;
  overflow: hidden;
  transform: translateX(100px) rotate(45deg);
  -webkit-transform: translateX(100px) rotate(45deg);
  right: -50px;
}
#videoHolder #videoClose #videoX {
  background: url(../img/0shared/xWhite.png);
  width: 40px;
  height: 40px;
  bottom: 10px;
  left: 10px;
}
#videoControl,
#hVidOpen,
#wVidOpen {
  background: url(../img/0shared/vidControls.png) bottom center / 100% 200%
    no-repeat;
  width: 180px;
  height: 180px;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -90px;
  cursor: pointer;
  border-radius: 500px;
}
#videoControl.paused,
#hVidOpen.paused,
#wVidOpen.paused {
  background-position: top center;
}
#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  transform: scale(0) rotate(-45deg);
  -webkit-transform: scale(0) rotate(-45deg);
  background: #fff;
  display: none;
}
#preloader #loadAnim {
  background: url(../img/0shared/preloader.gif) center center / 100% auto
    no-repeat;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.caseLargeImg {
  background: url(../img/0shared/playbtn.png) center center / 180px 180px
    no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.caseLargeImg:hover {
  opacity: 1;
}
#why .desc li{
  padding-left: 14px;
  font-size: 1.2em;
    padding-top: 0px;
}
#why .desc li:nth-child(even){
font-weight: 800;
}
#why .desc ul li::before {
  content: "\2022";
  color: #03b0ab ;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}