body {
  font-family: realistwide, sans-serif;
  color: #484848;
  background-color: #FFFFFF;
  font-weight: 500;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #484848;
}
a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}
a:hover {
  color: #484848;
}

p, a, ul, li {
  font-weight: 500;
  font-style: normal;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #484848;
}

h1, h2, h3, h4, h5, h6 {
  font-family: realistwide, sans-serif;
  margin: 0;
  font-weight: 400;
}

p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  font-weight: 300;
  color: #484848;
}

p strong {
  font-weight: 600;
}

.row-wrapper .grid-container {
  max-width: 1440px;
  margin: 0 auto;
}

.halfSplitCol {
  float: left;
  width: 50%;
}

.scrollLock {
  position: relative;
  overflow: hidden !important;
}

.floatLeft {
  float: left;
  display: block;
}

.floatRight {
  float: right;
  display: block;
}

.imageFloatLeft {
  float: left;
  display: block;
  margin: 10px 10px 10px 0;
}

.imageFloatRight {
  float: right;
  display: block;
  margin: 10px 0 10px 10px;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
  height: 0;
}

.showMobile {
  display: none;
}

.overflowX {
  overflow-x: hidden;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #484848;
}

.bg-gray {
  background-color: #F3F3F4;
}

.bg-sky {
  background-color: #E5F5FA;
}

/* Reset `button` and button-style `input` default styles */
input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:focus {
  outline: 0;
}

.embed_media {
  position: relative;
  z-index: 10;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.embed_media object, .embed_media embed, .embed_media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}

body.scrollLock {
  position: relative;
}

header {
  width: 100%;
  z-index: 600;
}

.home header {
  position: absolute;
}

.home .mastheadWrapper .mastheadContainer .navContainer ul li a::before, .home .mastheadWrapper .mastheadContainer .navContainer ul li a:hover::before {
  background-color: #FFFFFF;
}

.mastheadWrapper {
  width: 100%;
  height: 125px;
}
.mastheadWrapper .mastheadContainer {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.mastheadWrapper .mastheadContainer .logoContainer {
  flex: 0 1 auto;
  cursor: pointer;
  position: relative;
  z-index: 950;
  max-width: 376px;
  padding-top: 45px;
  padding-left: 15px;
}
.mastheadWrapper .mastheadContainer .logoContainer a {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mastheadWrapper .mastheadContainer .logoContainer a:hover {
  opacity: 0.5;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mastheadWrapper .mastheadContainer .navContainer {
  flex: 0 1 400px;
}
.mastheadWrapper .mastheadContainer .navContainer ul {
  display: flex;
  justify-content: right;
}
.mastheadWrapper .mastheadContainer .navContainer ul li {
  flex: 0 1 auto;
  margin: 50px 18px 0;
}
.mastheadWrapper .mastheadContainer .navContainer ul li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.mastheadWrapper .mastheadContainer .navContainer ul li a::before {
  display: block;
  content: "";
  width: 0;
  height: 4px;
  margin-bottom: 5px;
  background-color: #FF9900;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mastheadWrapper .mastheadContainer .navContainer ul li a:hover::before {
  width: 100%;
  background-color: #FF9900;
}
.mastheadWrapper .mastheadContainer .navContainer ul li a path {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mastheadWrapper .mastheadContainer .navContainer ul li a:hover path {
  opacity: 0.5;
}
.mastheadWrapper .mastheadContainer .navContainer ul li.active a::before {
  width: 100%;
  background-color: #FF9900;
}
.mastheadWrapper .mastheadContainer .navContainer ul li.active a path {
  opacity: 0.5;
}
.mastheadWrapper .mastheadContainer .navContainer ul li svg {
  display: block;
  margin: 0 auto 10px;
  height: 59px;
}
.mastheadWrapper .mastheadContainer .navContainer ul li span {
  display: block;
  font-size: 37px;
  font-weight: 700;
  color: #32253D;
}
.mastheadWrapper .bottomBorder {
  background-image: url("/assets/img/bg_header_wave.png");
  background-repeat: repeat-x;
  background-position: center;
  height: 45px;
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.mainNavOverlay {
  display: none;
  position: fixed;
  z-index: 960;
  background-color: #000000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  border-bottom: 6px solid #817451;
}
.mainNavOverlay.open {
  display: block;
  -webkit-animation-name: mobileMenuSlide; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: mobileMenuSlide;
  animation-duration: 1s;
}
.mainNavOverlay .logoContainer {
  cursor: pointer;
  margin-left: 15px;
  margin-top: 15px;
}
.mainNavOverlay .logoContainer svg {
  height: 35px;
  width: 181px;
  -webkit-backface-visibility: hidden;
}
.mainNavOverlay .navContainer {
  padding-top: 140px;
}
.mainNavOverlay ul {
  display: block;
}
.mainNavOverlay ul li {
  flex: 0 1 auto;
  margin: 50px 60px 0;
  text-align: center;
}
.mainNavOverlay ul li a {
  display: inline-block;
  text-align: center;
}
.mainNavOverlay ul li a path {
  fill: #FFFFFF;
}
.mainNavOverlay ul li a::after {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background-color: #FF9900;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mainNavOverlay ul li a:hover::after {
  width: 100%;
  background-color: #FF9900;
}
.mainNavOverlay ul li a:hover path {
  fill: #A8D7E8;
}
.mainNavOverlay ul li svg {
  display: block;
  margin: 0 auto 10px;
  height: 59px;
}
.mainNavOverlay ul li span {
  display: block;
  font-size: 37px;
  font-weight: 700;
  color: #FFFFFF;
}
.mainNavOverlay ul li.active a::after {
  width: 100%;
  background-color: #FF9900;
}
.mainNavOverlay ul li.active a path {
  fill: #A8D7E8;
}

#menuBtn {
  display: none;
  width: 52px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999;
}
#menuBtn svg {
  width: 48px;
  height: auto;
}
#menuBtn svg path {
  fill: #FFFFFF;
}
#menuBtn.open svg {
  transform: rotate(450deg);
  transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#menuBtn.open svg #square1 {
  y: 0;
  x: 0;
}
#menuBtn.open svg #square2 {
  display: none;
}
#menuBtn.open svg #Stroke-23 {
  stroke: #FF9900;
}
#menuBtn.open svg #Stroke-9, #menuBtn.open svg #Stroke-11, #menuBtn.open svg #Stroke-17, #menuBtn.open svg #Stroke-19 {
  stroke: #888;
}

.mainNavOverlay.open .mobileNav a {
  -webkit-animation-name: mobileNavItemEffect; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  animation-duration: 2s;
  animation-name: mobileNavItemEffect;
  animation-fill-mode: forwards;
  opacity: 0;
  font-size: 28px;
  color: #FFFFFF;
}

.mainNavOverlay.open .mobileNav li:nth-child(1) a {
  animation-delay: 0.5s;
}

.mainNavOverlay.open .mobileNav li:nth-child(2) a {
  animation-delay: 0.75s;
}

.mainNavOverlay.open .mobileNav li:nth-child(3) a {
  animation-delay: 1s;
}

.mainNavOverlay.open .mobileNav li:nth-child(4) a {
  animation-delay: 1.25s;
}

@-webkit-keyframes mobileMenuSlide {
  from {
    top: -1000px;
  }
  to {
    top: 0;
  }
}
@keyframes mobileMenuSlide {
  from {
    top: -1000px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes mobileNavItemEffect {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  to {
    transform: translate(13px, 3px);
    opacity: 1;
  }
}
@keyframes mobileNavItemEffect {
  from {
    transform: translate(0, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 20px);
    opacity: 1;
  }
}
footer {
  padding-bottom: 40px;
  text-align: center;
}
footer a {
  display: block;
  margin-right: 40px;
}
footer a:last-child {
  margin-right: 0;
}
footer a:hover g, footer a:hover g path {
  fill: #FF9900;
}
footer p {
  font-size: 15px;
}
footer li {
  margin-bottom: 20px;
}
footer li svg {
  margin-bottom: 6px;
}
footer li:hover a {
  text-decoration: underline;
}

/* GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL  */
/* GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL GLOBAL  */
.halfCol {
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.halfCol.longContent {
  align-items: flex-start;
}
.halfCol .leftCol {
  flex: 0 1 50%;
}
.halfCol .leftCol img {
  margin-left: auto;
}
.halfCol .leftCol .contentPadding {
  padding-right: 80px;
  margin: 0px;
}
.halfCol .rightCol {
  flex: 0 1 50%;
  margin-right: 15px;
}
.halfCol .rightCol .contentPadding {
  padding-left: 80px;
}
.halfCol img {
  border-radius: 10px;
  box-shadow: 4px 4px 20px 0 rgba(50, 37, 61, 0.5);
  max-width: 100%;
  display: block;
}
.halfCol h2 {
  font-size: 60px;
  line-height: 60px;
  color: #727272;
  margin-bottom: 46px;
  max-width: 520px;
}
.halfCol p {
  font-size: 32px;
  line-height: 36px;
  color: #32253D;
  margin-bottom: 30px;
}

.twoThirdsCol .rightCol .sideToutContainer .item {
  margin-bottom: 100px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
}
.twoThirdsCol .rightCol .sideToutContainer .item .contentPadding {
  padding: 70px 60px;
}
.twoThirdsCol .rightCol .sideToutContainer .item h3 {
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 6.67px;
}
.twoThirdsCol .rightCol .sideToutContainer .item h3 a {
  color: #FFFFFF;
}
.twoThirdsCol .rightCol .sideToutContainer .item h3 a:hover {
  color: #484848;
}
.twoThirdsCol .rightCol .sideToutContainer .item p {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.twoThirdsCol .rightCol .sideToutContainer .item:last-child {
  margin-bottom: 0;
}

.singleCol .headingIntro {
  text-align: center;
  padding: 0 15px;
  max-width: 800px;
  margin: 0 auto 80px !important;
}
.singleCol .blocksContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.cta-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cta-btn::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 6px;
  background-color: #FF9900;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cta-btn:hover::after {
  width: 46px;
}

main {
  margin-bottom: 80px;
}

.mainContainer {
  padding: 100px 0;
  background-color: #FFFFFF;
}

a img {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover img {
  opacity: 0.5;
}

.paginationContainer {
  flex: none;
  display: block;
  width: 100%;
}
.paginationContainer h3 {
  color: #484848;
  font-family: realistwide, sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
.paginationContainer .paginationLinks a, .paginationContainer .paginationLinks strong {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  padding-right: 10px;
}
.paginationContainer .paginationLinks strong {
  color: #484848;
  font-weight: 600;
  text-decoration: underline;
}
.paginationContainer .paginationLinks a:hover {
  color: #FF9900;
}

.sectionTitle {
  margin-bottom: 80px;
}
.sectionTitle.centered {
  text-align: center;
}
.sectionTitle h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
  color: #484848;
  text-transform: uppercase;
}

/* HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE  */
/* HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE  */
.home .mastheadWrapper .mastheadContainer .logoContainer a, .home .mastheadWrapper .mastheadContainer .navContainer ul li a {
  color: #FFFFFF;
}

.homeHeroContainer {
  display: flex;
  max-width: 1440px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: end;
  height: calc(100% - 100px);
}
.homeHeroContainer .heroLeft {
  flex: 0 1 655px;
  margin-top: 58px;
  padding: 0 15px;
}
.homeHeroContainer .heroLeft h1 {
  font-size: 87px;
  line-height: 95px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #FFFFFF;
}
.homeHeroContainer .heroLeft p {
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}

.heroVideoWrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.35));
}
.heroVideoWrapper .videoContainer {
  width: 100%;
  height: 100vh;
  position: absolute;
  padding: 0;
  left: 0px;
  top: 0px;
  z-index: -1000;
  overflow: hidden;
  background-color: #F3F3F4;
}
.heroVideoWrapper .videoContainer .overlay {
  display: block;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.heroVideoWrapper .videoContainer video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.homeAbout {
  padding: 100px 15px 0;
  display: flex;
  max-width: 1080px;
  margin: 0 auto 100px;
  align-items: center;
}
.homeAbout .leftCol {
  flex: 0 1 472px;
  margin-right: 80px;
}
.homeAbout .leftCol img {
  display: block;
  border-radius: 40px;
  max-width: 100%;
  width: 100%;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
}
.homeAbout .rightCol {
  flex: 0 1 auto;
}
.homeAbout .rightCol h2 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
}
.homeAbout .rightCol p {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.homeAbout .rightCol ul {
  margin-bottom: 30px;
}
.homeAbout .rightCol ul li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 15px;
  margin-bottom: 8px;
}
.homeAbout .rightCol ul li a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.homeAbout .rightCol ul li a:hover {
  text-decoration: none;
}

.workFeatured {
  margin-bottom: 140px;
}
.workFeatured .sectionTitle {
  margin-bottom: 80px;
  text-align: center;
}
.workFeatured .featuredItems .featuredItem {
  display: flex;
  margin-bottom: 100px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.workFeatured .featuredItems .featuredItem .leftCol {
  flex: 0 1 645px;
  margin-right: 55px;
}
.workFeatured .featuredItems .featuredItem .leftCol img {
  display: block;
  max-width: 100%;
  border-radius: 30px;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
}
.workFeatured .featuredItems .featuredItem .rightCol {
  flex: 0 1 380px;
}
.workFeatured .featuredItems .featuredItem .rightCol h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.workFeatured .featuredItems .featuredItem .rightCol p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 12px;
}
.workFeatured .featuredItems .featuredItem .rightCol p.roles {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 24px;
}
.workFeatured .featuredItems .featuredItem.alternate .leftCol {
  order: 2;
  margin-right: 0;
}
.workFeatured .featuredItems .featuredItem.alternate .rightCol {
  order: 1;
  margin-right: 55px;
  text-align: right;
}

.homeClients .sectionTitle {
  margin-bottom: 40px;
}

.clientsContainer {
  max-width: 1100px;
  margin: 0 auto 80px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.clientsContainer .item {
  flex: 0 0 25%;
  margin: 40px;
}
.clientsContainer .item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.homeSamples .sectionTitle h2 {
  margin-bottom: 40px;
}

.samplesContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.samplesContainer .item {
  flex: 0 0 calc(25% - 30px);
  margin: 15px 15px 40px;
  text-align: center;
  max-width: 250px;
}
.samplesContainer .item img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}
.samplesContainer a {
  display: block;
}
.samplesContainer a:hover img {
  filter: grayscale(1);
  opacity: 0.5;
}
.samplesContainer a:hover h3 {
  color: #484848;
}
.samplesContainer a:hover h3::after {
  background-color: #F3F3F4;
}
.samplesContainer h3 {
  display: inline-block;
  position: relative;
  text-transform: none;
}
.samplesContainer h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #FF9900;
  margin-top: 4px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.recommendationsContainer {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 15px;
}
.recommendationsContainer .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
  background-color: #F4F1EB;
  border-radius: 40px;
  padding: 50px 90px;
}
.recommendationsContainer .item .leftCol {
  flex: 0 0 75%;
  margin-right: 40px;
}
.recommendationsContainer .item .leftCol .quoteText {
  padding: 10px 20px 10px 40px;
}
.recommendationsContainer .item .leftCol .quoteText p {
  font-size: 18px;
  line-height: 24px;
}
.recommendationsContainer .item .leftCol .rightQuote {
  text-align: right;
}
.recommendationsContainer .item .rightCol {
  flex: 0 0 25%;
}
.recommendationsContainer .item .rightCol .author {
  text-align: center;
}
.recommendationsContainer .item .rightCol .author img {
  border-radius: 50%;
  margin-bottom: 10px;
}
.recommendationsContainer .item .rightCol .author p.title {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 3px;
}
.recommendationsContainer .item .rightCol .author p {
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
}

.work .workFeatured {
  margin-top: 100px;
}
.work h1 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
  color: #484848;
  text-transform: uppercase;
}

.about .aboutHero {
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.about .mainContent {
  max-width: 1200px;
  margin: 0 auto;
}

.mainContent {
  padding: 0 15px;
}
.mainContent .twoCol {
  display: flex;
}
.mainContent .twoCol .leftCol {
  flex: 0 1 50%;
}
.mainContent .twoCol .leftCol .contentPadding {
  max-width: 500px;
  padding-right: 80px;
}
.mainContent .twoCol .rightCol {
  flex: 0 1 50%;
}
.mainContent .twoCol .rightCol .contentPadding {
  max-width: 500px;
  padding-left: 80px;
}
.mainContent h2 {
  font-weight: 200;
  font-size: 46px;
  line-height: 50px;
  color: #989898;
  margin-bottom: 10px;
}
.mainContent ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 50px;
}
.mainContent ul li {
  list-style: disc;
  list-style-position: outside;
  font-size: 20px;
  line-height: 24px;
}
.mainContent ul li ul {
  margin-bottom: 12px;
}

.aboutIntro {
  background-color: #F4F1EB;
  padding: 60px;
  border-radius: 40px;
  max-width: 800px;
  margin-bottom: 80px;
  box-shadow: 4px 4px 20px 0 rgba(50, 37, 61, 0.3);
  margin-top: -66px;
}
.aboutIntro h2 {
  font-weight: 200;
  font-size: 46px;
  line-height: 50px;
  color: #989898;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.aboutIntro p {
  font-size: 22px;
  margin-bottom: 30px;
}
.aboutIntro p:last-child {
  margin-bottom: 0;
}

.aboutSkills {
  margin-bottom: 80px;
}

.workDetail .sectionTitle {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 100px;
  padding: 0 30px;
}
.workDetail .sectionTitle h1 {
  font-size: 50px;
  font-weight: 600;
}
.workDetail .sectionTitle p {
  font-size: 24px;
  max-width: 900px;
  margin: 0 auto 2px;
}
.workDetail .sectionTitle p.small {
  font-size: 16px;
  font-style: italic;
  color: #AAA;
}
.workDetail .sectionTitle.workRecommendation {
  margin-bottom: 30px;
}

.workHero {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-bottom: 80px;
}
.workHero img {
  margin: 0 auto;
  display: block;
  position: relative;
  top: -45px;
  border-radius: 8px;
}

.workIntro {
  max-width: 900px;
  margin: 0 auto 60px;
  display: flex;
}
.workIntro .heading {
  flex: 0 1 234px;
  margin-right: 30px;
}
.workIntro .heading h2 {
  font-size: 46px;
  line-height: 44px;
  text-align: right;
  color: #989898;
  text-transform: uppercase;
  font-weight: 200;
}
.workIntro .content {
  flex: 0 1 auto;
}
.workIntro .content p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 200;
  margin-bottom: 24px;
}
.workIntro .content p:last-child {
  margin-bottom: 0;
}

.workNavigation {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.workNavigation a {
  display: block;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.workNavigation a:hover svg path {
  fill: #FF9900;
}
.workNavigation a:hover .workContent {
  opacity: 0.5;
}
.workNavigation .workNext a:hover .arrowContainer .heading p {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-right: 20px;
}
.workNavigation .workPrev a:hover .arrowContainer .heading p {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-left: 20px;
}
.workNavigation .arrowContainer {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.workNavigation .arrowContainer .arrow {
  flex: 0 1 70px;
}
.workNavigation .arrowContainer .heading {
  flex: 0 1 200px;
}
.workNavigation .arrowContainer .heading p {
  font-size: 30px;
  font-weight: 700;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.workNavigation .workContent {
  max-width: 350px;
}
.workNavigation .workContent img {
  display: block;
  max-width: 100%;
  box-shadow: 4px 4px 20px 0 rgba(50, 37, 61, 0.3);
  margin-bottom: 20px;
}
.workNavigation .workContent p {
  font-size: 18px;
  line-height: 24px;
}
.workNavigation .workContent p.title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.workNavigation .workPrev {
  flex: 0 1 400px;
  padding-right: 30px;
}
.workNavigation .workPrev .workContent {
  padding-left: 70px;
}
.workNavigation .workPrev .workContent img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.workNavigation .workNext {
  flex: 0 1 400px;
  padding-left: 30px;
}
.workNavigation .workNext .arrowContainer {
  justify-content: end;
}
.workNavigation .workNext .arrowContainer .arrow {
  text-align: right;
}
.workNavigation .workNext .arrowContainer .heading {
  text-align: right;
}
.workNavigation .workNext .workContent {
  margin-left: auto;
  padding-right: 70px;
  text-align: right;
}
.workNavigation .workNext .workContent img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT */
/* CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT */
.contactFormContainer {
  padding: 100px 15px 0;
  display: flex;
  max-width: 1080px;
  margin: 0 auto 100px;
  align-items: center;
}
.contactFormContainer .leftCol {
  flex: 0 1 472px;
  margin-right: 80px;
}
.contactFormContainer .leftCol img {
  display: block;
  border-radius: 40px;
  max-width: 100%;
  width: 100%;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
}
.contactFormContainer .rightCol {
  flex: 0 1 auto;
}
.contactFormContainer .rightCol h2 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
}
.contactFormContainer .rightCol p {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.contactFormContainer .rightCol ul {
  margin-bottom: 30px;
}
.contactFormContainer .rightCol ul li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 15px;
  margin-bottom: 8px;
}
.contactFormContainer .rightCol ul li a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.contactFormContainer .rightCol ul li a:hover {
  text-decoration: none;
}

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 400px;
  width: calc(100% - 2em);
  vertical-align: top;
}

.formInput {
  margin-left: 7px;
}

input[type=submit].submitBtn {
  background-color: #000;
  color: #FFF;
  padding: 10px 30px;
  margin-top: 20px;
  border: 4px solid #000;
}
input[type=submit].submitBtn:hover, input[type=submit].submitBtn:focus {
  background-color: #FFF;
  border: 4px solid #000;
  color: #000;
}

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  font-family: realistwide, sans-serif;
  -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.icon {
  color: #ddd;
  font-size: 150%;
}

/* Individual styles */
/* Minoru */
.input__field--minoru {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 0px 2px transparent;
  color: #eca29b;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.input__label--minoru {
  padding: 0;
  width: 100%;
  text-align: left;
}

.input__label--minoru::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 4em;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(199, 152, 157, 0.6);
}

.input__field--minoru:focus {
  box-shadow: 0px 0px 0px 2px #eca29b;
}

.input__field--minoru:focus + .input__label--minoru {
  pointer-events: none;
}

.input__field--minoru:focus + .input__label--minoru::after {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}
.input__label-content--minoru {
  padding: 0.75em 0.15em;
}

/* Yoko */
.input__field--yoko {
  z-index: 10;
  width: 100%;
  background: transparent;
  color: #f5f5f5;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input__label--yoko {
  position: relative;
  width: 100%;
  color: #000;
  text-align: left;
}

.input__label--yoko::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 4em;
  background: #000;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__label--yoko::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FF9900;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__label-content--yoko {
  padding: 0.75em 0;
}

.input__field--yoko:focus,
.input--filled .input__field--yoko {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.input__field--yoko:focus + .input__label--yoko::before,
.input--filled .input__label--yoko::before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.input__field--yoko:focus + .input__label--yoko,
.input--filled .input__label--yoko {
  pointer-events: none;
}

.input__field--yoko:focus + .input__label--yoko::after,
.input--filled .input__label--yoko::after {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}

.blocksContainer ul + p, .blocksContainer ol + p {
  margin-top: 30px;
}
.blocksContainer ul + h3, .blocksContainer ul + h4, .blocksContainer ul + h5, .blocksContainer ol + h3, .blocksContainer ol + h4, .blocksContainer ol + h5 {
  margin-top: 50px;
}
.blocksContainer .blockItem {
  margin-bottom: 100px;
  padding: 0 15px;
}
.blocksContainer .blockItem.noBottomMargin {
  margin-bottom: 0;
}
.blocksContainer .blockItem h2 {
  font-weight: 200;
  font-size: 46px;
  line-height: 50px;
  color: #989898;
  margin-bottom: 10px;
}
.blocksContainer .blockItem h2 span {
  font-size: 22px;
}
.blocksContainer .blockItem h3 {
  color: #484848;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: realistwide, sans-serif;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 10px;
}
.blocksContainer .blockItem h4 {
  color: #484848;
  font-weight: 300;
  font-family: realistwide, sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  font-style: italic;
}
.blocksContainer .blockItem p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 14px;
}
.blocksContainer .blockItem p + ul {
  margin-top: -10px;
}
.blocksContainer .blockItem p:last-child {
  margin-bottom: 0;
}
.blocksContainer .blockItem p + h2, .blocksContainer .blockItem p + h3, .blocksContainer .blockItem p + h4, .blocksContainer .blockItem p + h5 {
  margin-top: 50px;
}
.blocksContainer .blockItem p + .btn-cta-primary, .blocksContainer .blockItem p + .btn-cta-secondary {
  margin-top: -10px;
}
.blocksContainer .blockItem a {
  color: #FF9900;
  text-decoration: underline;
}
.blocksContainer .blockItem a:hover {
  color: #484848;
  text-decoration: none;
}
.blocksContainer .blockItem a.cta-btn {
  color: inherit;
  text-decoration: none;
}
.blocksContainer .blockItem a:not([href]) {
  color: #484848;
  text-decoration: none;
}
.blocksContainer .blockItem img {
  max-width: 100%;
  height: auto !important;
}
.blocksContainer .blockItem img.noShadow {
  box-shadow: none !important;
}
.blocksContainer .blockItem ul {
  list-style: disc outside none;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: 300;
  color: #484848;
}
.blocksContainer .blockItem ul li {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  list-style: disc outside none;
}
.blocksContainer .blockItem ul li ul, .blocksContainer .blockItem ul li ol {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 30px;
}
.blocksContainer .blockItem ul li:last-of-type {
  margin-bottom: 0;
}
.blocksContainer .blockItem ol {
  list-style: outside;
  padding-left: 40px;
  margin-bottom: 0;
  color: #484848;
}
.blocksContainer .blockItem ol li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  list-style: decimal outside none;
  display: list-item;
}
.blocksContainer .blockItem ol li ol, .blocksContainer .blockItem ol li ul {
  margin-top: 10px;
  margin-bottom: 0;
}
.blocksContainer .blockItem ol li ol li, .blocksContainer .blockItem ol li ul li {
  list-style-type: lower-alpha;
}
.blocksContainer .blockItem ol li:last-of-type {
  margin-bottom: 0;
}
.blocksContainer .blockItem .caption {
  font-size: 16px !important;
  line-height: 20px !important;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: italic;
  margin-left: 6px;
  color: #999;
  font-weight: 300;
}
.blocksContainer .blockItem blockquote {
  font-style: italic;
}
.blocksContainer .blockStandard {
  max-width: 1100px;
}
.blocksContainer .thirdsToutContainer .thirdsItem img {
  margin-bottom: 20px;
  box-shadow: 4px 4px 6px 0 rgba(212, 212, 206, 0.45);
}
.blocksContainer .thirdsToutContainer .thirdsItem .contentPadding {
  padding-left: 14px;
}
.blocksContainer .thirdsToutContainer .thirdsItem .contentPadding h2 a {
  margin-bottom: 3px;
}
.blocksContainer .blockImage img {
  display: block;
  margin: 0 auto;
  box-shadow: 4px 4px 6px 0 rgba(212, 212, 206, 0.45);
}
.blocksContainer .blockTitle {
  background-color: none;
  padding: 60px 70px;
  border-top-right-radius: 20px;
  max-width: 1000px;
  margin-bottom: 80px;
  position: relative;
  margin-left: -60px;
  border-left: 4px solid #AAA;
}
.blocksContainer .blockTitle ul li {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.blocksContainer .blockTwoCol {
  display: flex;
}
.blocksContainer .blockTwoCol .leftCol {
  flex: 0 1 50%;
  padding-left: 15px;
}
.blocksContainer .blockTwoCol .leftCol .contentPadding {
  max-width: 500px;
  padding-right: 80px;
}
.blocksContainer .blockTwoCol .rightCol {
  flex: 0 1 50%;
}
.blocksContainer .blockTwoCol .rightCol .contentPadding {
  max-width: 500px;
  padding-left: 80px;
}
.blocksContainer .blockTwoCol ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 50px;
}
.blocksContainer .blockTwoCol ul li {
  list-style: disc;
  list-style-position: outside;
  font-size: 20px;
  line-height: 24px;
}
.blocksContainer .blockTwoCol ul li ul {
  margin-bottom: 12px;
}
.blocksContainer .blockTwoCol ol {
  list-style: decimal;
  padding-left: 40px;
  margin-bottom: 50px;
}
.blocksContainer .blockTwoCol ol li {
  list-style: decimal;
  list-style-position: outside;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.blocksContainer .blockTwoCol ol li ul {
  margin-bottom: 12px;
}
.blocksContainer .blockThirdCol {
  display: flex;
  flex-wrap: wrap;
}
.blocksContainer .blockThirdCol .column {
  flex: 0 1 33%;
  margin-bottom: 80px;
}
.blocksContainer .blockThirdCol .column .contentPadding {
  padding-right: 30px;
}
.blocksContainer .blockThirdCol img {
  box-shadow: 4px 4px 20px 0 rgba(50, 37, 61, 0.2);
}
.blocksContainer .blockOneThirdCol {
  display: flex;
}
.blocksContainer .blockOneThirdCol .leftCol {
  flex: 0 1 33%;
}
.blocksContainer .blockOneThirdCol .leftCol .contentPadding {
  padding-right: 30px;
}
.blocksContainer .blockOneThirdCol .rightCol {
  flex: 0 1 66%;
}
.blocksContainer .blockOneThirdCol .rightCol .contentPadding {
  padding-right: 30px;
}
.blocksContainer .blockOneThirdCol .phoneVideo {
  padding-top: 5px;
}
.blocksContainer .blockOneThirdCol img {
  box-shadow: 4px 4px 20px 0 rgba(50, 37, 61, 0.2);
}
.blocksContainer .blockHalfContentImage .blockContent .contentPadding {
  padding: 30px 40px 0 0;
}
.blocksContainer .blockHalfContentImage .blockImage .contentPadding {
  padding: 0;
}
.blocksContainer .blockHalfContentImage .blockImage .contentPadding img {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  background-clip: content-box;
  box-shadow: none;
  border-right: 4px solid #484848;
}
.blocksContainer .blockHalfContentImage .blockContent.floatRight .contentPadding {
  padding: 30px 0 0 40px;
}
.blocksContainer .blockVideo {
  position: relative;
}
.blocksContainer .blockVideo .videoContainer {
  position: relative;
  box-shadow: 4px 4px 20px 0 rgba(50, 37, 61, 0.2);
}
.blocksContainer .blockVideo .videoContainer .videoWrapper {
  position: relative;
  margin-top: 12px;
  z-index: 10;
  padding-bottom: 51.25%; /* 16:9 */
  padding-top: 70px;
  height: 0;
  margin-bottom: 10px;
}
.blocksContainer .blockVideo .videoContainer .videoWrapper object, .blocksContainer .blockVideo .videoContainer .videoWrapper embed, .blocksContainer .blockVideo .videoContainer .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocksContainer .blockVideo p.caption {
  margin-left: 12px;
}
.blocksContainer .blockGallery .galleryItemsContainer {
  position: relative;
}
.blocksContainer .blockGallery .galleryItemsContainer .galleryItems {
  position: relative;
  z-index: 10;
  margin: 0;
  max-width: 1280px;
}
.blocksContainer .blockGallery .galleryItemsContainer .galleryItems .slick-slide img {
  display: block;
  border: 2px solid #32253D;
  border-radius: 10px;
  width: calc(100% - 4px);
}
.blocksContainer .blockGallery .galleryCaptions {
  margin-left: 12px;
}

/* #Media Queries
================================================== */
/* Microsoft Edge Browser 12+ (All) - @supports method */
/* WEBKIT - Additional Queries  Additional Queries  Additional Queries  Additional Queries  */
/*WEBKIT ONLY BROWSER*/
/*WEBKIT ONLY BROWSERS - Tablet Portrait to Standard 960 */
/* Smaller than large 1800 (devices and browsers) */
@media only screen and (max-width: 1490px) {
  .blocksContainer .blockTitle {
    margin-left: -20px;
  }
}
/* Smaller than large 1440 (devices and browsers) */
/* Smaller than large 1250 (devices and browsers) */
/* Smaller than large 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
  .blocksContainer .blockTitle {
    margin-left: 0;
    width: calc(100% - 200px);
    padding: 40px 60px;
  }
  .blocksContainer .blockItem {
    margin-bottom: 50px;
  }
  .blocksContainer .blockItem h4 {
    text-align: center;
  }
}
/* Smaller than large 1100 (devices and browsers) */
@media only screen and (max-width: 1100px) {
  .desktopVideo iframe, .phoneVideo iframe {
    height: 400px;
  }
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* Smaller than 1050 (devices and browsers) */
@media only screen and (max-width: 1049px) {
  .samplesContainer .item {
    flex: 0 0 calc(50% - 30px);
  }
}
/* Smaller than 1024 (devices and browsers) */
/* Tablet - LANDSCAPE LANDSCAPE LANDSCAPE LANDSCAPE LANDSCAPE */
/* Tablet - PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT */
@media screen and (max-width: 980px) {
  .workHero {
    height: 355px;
  }
  .workHero img {
    height: 440px;
  }
}
/* 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 */
/* 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 */
/* 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 960 */
/* Smaller than standard 960 (devices and browsers) */
@media screen and (max-width: 959px) {
  .about .aboutHero {
    height: 550px;
  }
  .workIntro {
    display: block;
    max-width: 700px;
  }
  .workIntro .heading h2 {
    text-align: left;
  }
  .workIntro .heading {
    margin-bottom: 10px;
  }
  .blockItem + .blockTitle {
    margin-top: 80px;
  }
  .sectionTitle.workRecommendation {
    margin-top: 80px;
  }
  .contactFormContainer {
    display: block;
  }
  .contactFormContainer .leftCol {
    margin-right: 0;
  }
  .contactFormContainer .leftCol img {
    max-width: 600px;
    margin-bottom: 30px;
  }
  .contactFormContainer {
    padding-top: 40px;
  }
  .blocksContainer .blockTwoCol .rightCol .contentPadding {
    padding-left: 40px;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .workFeatured .featuredItems .featuredItem .rightCol h3 {
    font-size: 19px;
    line-height: 26px;
  }
  .workFeatured .featuredItems .featuredItem .rightCol p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .homeAbout .leftCol {
    flex: 0 1 300px;
    margin-right: 60px;
  }
  .recommendationsContainer .item {
    padding: 50px 40px;
  }
  .recommendationsContainer .item .leftCol {
    margin-right: 0;
  }
  .mainContent .twoCol .leftCol .contentPadding {
    padding-right: 0;
  }
}
/* ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px  */
/* ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px ALL MOBILE 767px  */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .mastheadWrapper .mastheadContainer .navContainer {
    display: none;
  }
  #menuBtn {
    display: block;
    position: fixed;
  }
  .mastheadWrapper .mastheadContainer .logoContainer {
    padding-top: 32px;
  }
  .mastheadWrapper {
    height: 88px;
    z-index: 999;
  }
  .homeAbout {
    display: block;
    padding-top: 70px;
  }
  .homeAbout .leftCol img {
    width: 260px;
  }
  .homeAbout .leftCol {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .workFeatured .featuredItems .featuredItem {
    display: block;
    margin-bottom: 70px;
  }
  .workFeatured .featuredItems .featuredItem .leftCol {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .workFeatured .featuredItems .featuredItem.alternate .rightCol {
    margin-right: 0;
    text-align: left;
  }
  .recommendationsContainer .item {
    display: block;
    padding: 30px 20px;
    margin-bottom: 60px;
  }
  .recommendationsContainer .item .leftCol {
    margin-right: 0;
  }
  .sectionTitle {
    margin-bottom: 40px;
  }
  .sectionTitle h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .homeClients .sectionTitle {
    margin-bottom: 20px;
  }
  .clientsContainer .item {
    margin: 20px 40px;
  }
  .clientsContainer .item img {
    max-height: 90px;
  }
  .homeAbout .rightCol h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .homeAbout .rightCol p {
    font-size: 22px;
    line-height: 29px;
  }
  .homeAbout .rightCol {
    padding-left: 15px;
  }
  .workFeatured .sectionTitle {
    margin-bottom: 40px;
  }
  .workFeatured .featuredItems .featuredItem .leftCol img {
    max-width: inherit;
    margin-left: -15px;
    width: calc(100% + 30px);
    border-radius: 0;
  }
  .workFeatured .featuredItems .featuredItem .rightCol {
    padding-left: 6px;
  }
  .workFeatured .featuredItems .featuredItem .rightCol p {
    font-size: 20px;
    line-height: 27px;
  }
  .workFeatured {
    margin-bottom: 90px;
  }
  .homeHeroContainer .heroLeft h1 {
    font-size: 77px;
    line-height: 80px;
    max-width: 280px;
  }
  .about .aboutHero {
    height: 300px;
  }
  .mainContent .twoCol {
    display: block;
  }
  .aboutIntro {
    padding: 40px 25px;
  }
  .about .aboutHero {
    margin-bottom: 60px;
  }
  .mainContent .twoCol .leftCol .contentPadding {
    padding-right: 0;
  }
  .mainContent .twoCol .rightCol .contentPadding {
    padding-left: 0;
  }
  .mainContent h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .aboutIntro {
    margin-top: -129px;
  }
  .blocksContainer .blockOneThirdCol, .blocksContainer .blockTwoCol, .blocksContainer .blockThirdCol {
    display: block;
  }
  .blocksContainer .blockOneThirdCol {
    text-align: center;
  }
  .blocksContainer .blockOneThirdCol .leftCol {
    margin-bottom: 50px;
  }
  .blocksContainer .blockThirdCol .column {
    text-align: center;
  }
  .blocksContainer .blockThirdCol .column {
    margin-bottom: 50px;
  }
  .blocksContainer .blockTwoCol .leftCol {
    padding-left: 0;
  }
  .workIntro {
    padding: 0 15px;
    margin-bottom: 60px;
  }
  .workHero {
    height: auto;
    position: relative;
  }
  .workHero img {
    height: auto;
    width: calc(100% - 40px);
    top: 20px;
  }
  .workDetail .sectionTitle {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .workDetail .sectionTitle h1 {
    font-size: 44px;
    margin-bottom: 5px;
  }
  .workIntro .heading h2 {
    font-size: 36px;
  }
  .blocksContainer .blockOneThirdCol .rightCol .contentPadding, .blocksContainer .blockOneThirdCol .leftCol .contentPadding {
    padding-right: 0;
  }
  .blocksContainer .blockOneThirdCol .phoneVideo {
    padding-top: 0;
  }
  .desktopVideo iframe {
    height: 400px;
  }
  .blocksContainer .blockTitle {
    width: calc(100% - 90px);
    padding: 50px 40px 50px 40px;
  }
  .blocksContainer .blockThirdCol .column .contentPadding {
    padding-right: 0;
  }
  .blocksContainer .blockItem h2, .work h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .blocksContainer .blockTwoCol .rightCol .contentPadding {
    padding-left: 0;
  }
}
/* STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* BETWEEN LANDSCAPE AND PORTRAIT - MOBILE / BETWEEN LANDSCAPE AND PORTRAIT - MOBILE / BETWEEN LANDSCAPE AND PORTRAIT - MOBILE */
/* STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD STANDARD  */
/* PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT  */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .workNavigation {
    display: block;
  }
  .workNavigation .workPrev {
    margin-bottom: 60px;
  }
  .workNavigation .workContent {
    max-width: 260px;
  }
  .recommendationsContainer .item .rightCol .author p {
    padding: 0 50px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* LOWEST SUPPORT LOWEST SUPPORT LOWEST SUPPORT LOWEST SUPPORT LOWEST SUPPORT LOWEST SUPPORT LOWEST SUPPORT */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC SPECIFIC  */
/* iPhone 5 (ALL) */
/* iPhone 5 (portrait)  */
/* iPhone 5 (landscape) */
/* iPhone 6 (ALL) */
/*  #iPhone 6 (Portrait)  */
/*  #iPhone 6 (Landscape)  */
/*  #iPhone 6PLUS (ALL)  */
/*  #iPhone 6PLUS (Portrait)  */
/*  #iPhone X (Portrait)  */
/*  #iPhone X (Landscape)  */
/* #iphone XR */
/* 1792x828px at 326ppi */
/* #iphone XS */
/* 2436x1125px at 458ppi */
/* #iPhone XS Max */
/* 2688x1242px at 458ppi */

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