/* Normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

a:focus {
  outline: 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

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; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

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; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

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

/* Custom Styles */
.vms-Overall {
  height: 100%; }

body {
  font-family: "proxima-nova", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #323232;
  background: #ffffff;
  margin-top: 80px; }

p {
  margin: 0 0 16px 0; }
  p img {
    vertical-align: bottom; }

h1, h2, h3, h4, h5 {
  margin: 0; }

h1 {
  font-size: 3.5em;
  line-height: 1.3em;
  font-family: "ff-good-headline-web-pro-con", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 12px;
  font-weight: bold;
  text-transform: uppercase; }
  h1 .thin {
    font-weight: normal; }

h2 {
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 20px;
  font-weight: normal; }
  h2 .header-title {
    color: #7aa413;
    font-size: .6em;
    padding-left: 15px;
    line-height: 1em;
    display: inline;
    vertical-align: middle; }
    h2 .header-title:before {
      content: "|";
      text-indent: 100%;
      overflow: hidden;
      vertical-align: middle;
      width: 2px;
      color: #323232;
      background: #323232;
      height: 100%;
      display: inline-block;
      margin-right: 15px; }

h3 {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: normal;
  padding-bottom: 12px; }
  h3.big_title {
    font-size: 3.8em;
    line-height: 1em;
    color: #7aa413;
    border-bottom: 4px solid #7aa413;
    text-transform: uppercase; }

h4 {
  font-size: 1.875em;
  line-height: 1.3em;
  padding-bottom: 12px;
  color: #7aa413;
  text-transform: uppercase; }

h5 {
  font-size: 1em;
  line-height: 1.4em;
  padding-bottom: 8px; }

hgroup {
  padding-bottom: 15px; }

a {
  text-decoration: none;
  color: #7aa413; }
  a:hover {
    outline: none;
    text-decoration: underline; }

::selection {
  background: #e98610;
  /* webkit & ie9 */
  color: #ffffff; }

::-moz-selection {
  background: #e98610;
  /* Firefox */
  color: #ffffff; }

ul li {
  padding-bottom: 8px; }

.padding-left {
  padding-left: 60px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  height: 100%; }

body {
  height: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased; }

img, object, input {
  max-width: 100%; }

.textCenter {
  text-align: center !important; }

.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

ul {
  margin-top: 4px; }

/* Grid */
.blockContainer {
  float: left;
  width: 100%;
  -ms-display: flex;
  display: -webkit-box;
  display: flex; }
  .blockContainer:after {
    content: "";
    display: table;
    clear: both; }
  .blockContainer .block {
    float: left;
    min-height: 1px; }
    .blockContainer .block:first-child {
      padding-left: 0; }
    .blockContainer .block.block100 {
      width: 100%;
      padding-left: 0; }
    .blockContainer .block.block95 {
      width: 95%; }
    .blockContainer .block.block90 {
      width: 90%; }
    .blockContainer .block.block80 {
      width: 80%; }
    .blockContainer .block.block75 {
      width: 75%; }
    .blockContainer .block.block70 {
      width: 70%; }
    .blockContainer .block.block66 {
      width: 66.66%; }
    .blockContainer .block.block62 {
      width: 62%; }
    .blockContainer .block.block60 {
      width: 60%; }
    .blockContainer .block.block50 {
      width: 50%; }
    .blockContainer .block.block40 {
      width: 40%; }
    .blockContainer .block.block38 {
      width: 38%; }
    .blockContainer .block.block33 {
      width: 33.33%; }
    .blockContainer .block.block30 {
      width: 30%; }
    .blockContainer .block.block25 {
      width: 25%; }
    .blockContainer .block.block20 {
      width: 20%; }
    .blockContainer .block.block10 {
      width: 10%; }
    .blockContainer .block.block5 {
      width: 5%; }

.push {
  float: right !important; }

.pull {
  float: left !important; }

/* General Containers */
.container {
  float: left;
  width: 100%; }

.content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }

.genContainer {
  float: left;
  width: 100%; }

/* Navigation */
.mainNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left; }
  .mainNav ul li {
    float: left;
    position: relative;
    padding: 0;
    z-index: 10; }
    .mainNav ul li a {
      display: block; }
    .mainNav ul li:hover ul {
      display: block; }
    .mainNav ul li ul {
      position: absolute;
      display: none;
      z-index: 11; }

/* News Styles */
.pressListItem {
  float: left;
  width: 100%;
  padding-bottom: 20px; }
  .pressListItem h4 {
    padding: 0; }

ul.pressDates {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #c7c7c7;
  float: left;
  width: 100%; }
  ul.pressDates li {
    float: left;
    padding: 0;
    padding-right: 15px; }
    ul.pressDates li a {
      display: block; }
    ul.pressDates li.active {
      font-weight: bold; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Search */
.search-result {
  float: left;
  width: 100%;
  padding-bottom: 15px; }

.search-title {
  font-size: 1.285em;
  line-height: 1.2em; }

.search-content {
  font-size: .85em;
  line-height: 1.3em; }

@media all and (max-width: 1200px) {
  .content {
    padding-left: 3.5% !important;
    padding-right: 3.5% !important; } }
@media all and (max-width: 768px) {
  .blockContainer {
    -ms-display: inherit;
    display: inherit; }
    .blockContainer .block {
      width: 100% !important;
      border-left: 0 !important;
      border-right: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }

  .content {
    padding-left: 5% !important;
    padding-right: 5% !important; } }
/* Main Styles */
.wl {
  height: 1px;
  width: 100%;
  clear: both;
  display: block;
  background: #ffffff;
  margin: 20px 0; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.big {
  font-size: 1.777em;
  line-height: 1.2em; }

.green-text {
  color: #7aa413; }

.tablet-only {
  display: none; }

.mobile-break {
  display: none; }

/* Header */
.container-header {
  background: #323232;
  color: #ffffff;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11; }
  .container-header .content {
    height: 80px;
    position: relative; }

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .logo a {
    background: url(../images/logo-animation.png) no-repeat left top;
    width: 320px;
    height: 57px;
    display: inline-block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }
    .logo a:hover {
      -webkit-animation: logoPlay 3s steps(26) 1;
      animation: logoPlay 3s steps(26) 1;
      background: url(../images/logo-animation.png) no-repeat 0 0;
      background-size: auto 100%; }
    .logo a.animate {
      -webkit-animation: logoPlay 3s steps(26) 1;
      animation: logoPlay 3s steps(26) 1;
      background: url(../images/logo-animation.png) no-repeat 0 0;
      background-size: auto 100%; }

@-webkit-keyframes logoPlay {
  0% {
    background-position: 0; }

  50% {
    background-position: -8320px; }

  100% {
    background-position: 0; } }
@keyframes logoPlay {
  0% {
    background-position: 0; }

  50% {
    background-position: -8320px; }

  100% {
    background-position: 0; } }
.nav1 {
  float: left; }

.nav2 {
  float: right; }

.container-grayBg {
  background: #323232;
  color: #ffffff; }

.container-greenBg {
  background: #7aa413;
  color: #ffffff; }

.gen-padding {
  padding: 50px 0; }
  .gen-padding:after {
    content: "";
    display: table;
    clear: both; }

.mainNav ul {
  padding-top: 12px; }
  .mainNav ul li a {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    padding: 15px;
    border-radius: 3px;
    position: relative; }
    .mainNav ul li a:after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      width: 0;
      height: 3px;
      background: #7aa413;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
  .mainNav ul li:hover a {
    text-decoration: none; }
    .mainNav ul li:hover a:after {
      width: 100%; }

.side_contact {
  position: fixed;
  top: 25%;
  right: -47px;
  background: #7aa413;
  color: #ffffff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.333em;
  line-height: 50px;
  z-index: 10; }

.cover_content {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 110;
  -webkit-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden; }
  .cover_content.from-top {
    left: 0;
    top: -100%; }
  .cover_content.active {
    left: 0;
    top: 0; }
  .cover_content .content {
    padding: 5% 0; }

.cover_close {
  float: right;
  margin-top: 55px;
  color: #7aa413;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer; }

.contact_type {
  display: inline-block;
  background: #7aa413;
  color: #ffffff;
  width: 135px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2em;
  margin-right: 10px;
  vertical-align: top; }

.contact-marker {
  float: left;
  color: #7aa413;
  margin: 5px 15px 0 0;
  font-size: 1.8em !important; }

.icn-soc.contact-soc {
  background: #7aa413;
  color: #ffffff;
  font-size: 1.6em;
  width: 50px;
  height: 50px;
  line-height: 55px;
  margin-right: 10px; }

.contact-form {
  color: #7aa413; }
  .contact-form .block {
    padding: 0 20px 10px 0; }
  .contact-form input[type='text'], .contact-form input[type='email'], .contact-form input[type='phone'], .contact-form textarea {
    width: 100%;
    padding: 5px;
    background: #f4f5f5;
    border: 1px solid #e9e9e9; }
  .contact-form textarea {
    height: 75px; }
  .contact-form button[type='submit'] {
    background: #7aa413;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 25px;
    font-size: 1.2em; }

button[type='submit'] {
  background: #7aa413;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 25px;
  font-size: 1.2em; }
  button[type='submit']:hover {
    background: #67830f; }

.search-form input {
  width: 100%;
  padding: 10px;
  font-size: 2.5em;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  outline: none; }
.search-form button {
  width: 100%;
  height: 76px; }

.largeText {
  font-size: 1.3em;
  line-height: 1.3em; }

/* Footer */
.content-footer {
  padding: 50px 0; }

.find-us {
  display: inline-block;
  margin-bottom: 5px; }

.icn-soc {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  color: #7aa413;
  text-align: center;
  line-height: 35px; }
  .icn-soc:hover {
    background: #e98610;
    color: #ffffff; }

.ftr-links a {
  color: #ffffff;
  display: inline-block;
  line-height: 1em;
  border-left: 1px solid #ffffff;
  padding-left: 10px;
  margin-left: 10px; }
  .ftr-links a:first-child {
    border-left: 0; }

/* Homepage */
.index, .wegotthis {
  margin-top: 0; }
  .index .container-header, .wegotthis .container-header {
    background: rgba(0, 0, 0, 0.8); }

.container-homeBanner {
  background: url(../images/home/home-video.jpg) no-repeat black;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  position: relative;
  height: 700px;
  height: 80%;
  width: 100%;
  overflow: hidden; }
  .container-homeBanner .content-homeBanner {
    position: absolute;
    margin-top: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .container-homeBanner h1 {
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 80px;
    font-size: 5em;
    font-weight: bold;
    padding-bottom: 0; }
    .container-homeBanner h1 a {
      color: #ffffff;
      text-shadow: 2px 2px 0 #7aa413;
      display: inline-block;
      border-left: 1px solid #817b7b;
      margin-left: 25px;
      padding-left: 25px; }
      .container-homeBanner h1 a:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
      .container-homeBanner h1 a:hover {
        color: #7aa413;
        text-shadow: 2px 2px 0 #ffffff;
        text-decoration: none; }
  .container-homeBanner p {
    font-size: 1.25em;
    line-height: 1.4em;
    font-weight: bold;
    max-width: 650px;
    margin: 0 auto; }

.videoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/cross-stripes.png); }

#homeVideo {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  min-width: 101%;
  min-height: 101%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1; }

.homeReel {
  display: none; }

.videoBox:hover svg circle, .videoBox:hover svg polygon {
  stroke: #7aa413; }

.overlay {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  cursor: pointer;
  display: none; }

.videoMain {
  display: block !important;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
  width: 70%;
  height: 70%; }

.videoClose {
  position: absolute;
  top: -25px;
  right: 0;
  cursor: pointer;
  color: #ffffff; }

/* Recent Projects */
.recentContainer {
  padding: 0 10%;
  float: left;
  width: 100%; }

.recentProject {
  float: left;
  width: 33.33%;
  height: 180px;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .recentProject:hover .center {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .recentProject:hover .h4, .recentProject:hover .servicesProjectCompany, .recentProject:hover .servicesTags {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .recentProject:hover .recentProjectImage {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.4" /><feFuncG type="linear" slope="0.4" /><feFuncB type="linear" slope="0.4" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.4);
    -webkit-filter: brightness(0.4); }

.vms-editPage .recentProject .center {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.vms-editPage .recentProject .h4, .vms-editPage .recentProject .servicesProjectCompany, .vms-editPage .recentProject .servicesTags {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.vms-editPage .recentProject .recentProjectImage {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.4" /><feFuncG type="linear" slope="0.4" /><feFuncB type="linear" slope="0.4" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4); }

.recentProjectInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .recentProjectInfo .center {
    position: absolute;
    text-align: center;
    overflow: hidden;
    width: 80%;
    height: 80%;
    padding: 5% 1%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  .recentProjectInfo .h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2em;
    padding-bottom: 10px;
    position: relative;
    opacity: 0;
    display: block;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .recentProjectInfo .servicesProjectCompany, .recentProjectInfo .servicesTags {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    color: #ffffff;
    line-height: 1.2em; }
  .recentProjectInfo .servicesTags {
    font-size: .8em;
    line-height: 1.2em; }

.recentProjectImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  -moz-transition: all .33s;
  -webkit-transition: all .33s;
  transition: all .33s;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 100% auto;
  -webkit-background-size: cover;
  background-size: cover; }

/* tier2 */
.container-tier2Banner {
  height: 400px;
  position: relative;
  background-size: auto 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-color: #7aa413;
  color: #ffffff; }

.content-tier2Banner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff; }

.headers {
  text-transform: uppercase;
  font-size: 5em;
  font-family: "ff-good-headline-web-pro-con", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  font-weight: bold; }
  .headers a {
    color: #7aa413;
    opacity: .4;
    filter: alpha(opacity=40);
    display: inline-block;
    border-left: 1px solid #817b7b;
    margin-left: 25px;
    padding-left: 25px; }
    .headers a:first-child {
      border-left: 0;
      margin-left: 0;
      padding-left: 0; }
    .headers a.active {
      color: #ffffff;
      text-shadow: 2px 2px 0 #7aa413;
      opacity: 1;
      filter: alpha(opacity=100); }
    .headers a:hover {
      color: #7aa413;
      text-shadow: 2px 2px 0 #ffffff;
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100); }

.gray-arrow {
  float: left;
  width: 0;
  height: 0;
  border-left: 683px solid transparent;
  border-right: 683px solid transparent;
  border-top: 100px solid #323232;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.servicesBanner {
  float: left;
  width: 100%;
  height: 80%;
  min-height: 665px;
  background: url(../images/services-hope.jpg) no-repeat center #676b6b;
  position: relative; }
  .servicesBanner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%; }

.watchAnimation {
  width: 850px;
  max-width: 100% !important;
  height: 317px;
  background-size: auto 100%;
  margin: 0 auto;
  background: url(../images/reel-watch-seq.png) no-repeat; }
  .watchAnimation.animate {
    -webkit-animation: reelPlay 3s steps(70) 1;
    animation: reelPlay 3s steps(70) 1;
    background: url(../images/reel-watch-seq.png) no-repeat -59500px 0;
    background-size: auto 100%; }

.reelPlay {
  float: left;
  width: 100%;
  margin-top: 25px;
  text-align: center; }

.block-two {
  margin-bottom: 30px; }
  .block-two .block {
    padding-left: 30px; }
    .block-two .block:first-child {
      padding-left: 0;
      padding-right: 30px; }

@-webkit-keyframes reelPlay {
  from {
    background-position: 0; }

  to {
    background-position: -59500px; } }
@keyframes reelPlay {
  from {
    background-position: 0; }

  to {
    background-position: -59500px; } }
.capabilitiesReel {
  display: none; }

/*a:hover {
  .capabilities-svg {
    circle, polygon, path, rect {
      fill: $orange;
      &.fillWhite {
        fill: #ffffff;
      }
    }
    line {
      stroke: $orange;
    }
  }
}*/
/* Our Work */
.masonry-filter {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0; }
  .masonry-filter li {
    float: left;
    margin: 0 10px 10px 0; }
    .masonry-filter li a {
      display: inline-block;
      padding: 10px 15px;
      border: 1px solid #817b7b;
      border-radius: 5px;
      color: #817b7b; }
      .masonry-filter li a:hover {
        text-decoration: none;
        background: #f4f5f5; }
      .masonry-filter li a.active {
        background: #7aa413;
        color: #ffffff; }

.filter {
  display: none; }

.masonry {
  float: left;
  width: 100%; }

.item {
  width: 33%;
  height: 260px;
  background: #7aa413;
  display: inline-block;
  color: #ffffff;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid #ffffff;
  overflow: hidden; }
  .item .item-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(50, 50, 50, 0.99) 99%, #323232 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125, 185, 232, 0)), color-stop(99%, rgba(50, 50, 50, 0.99)), color-stop(100%, #323232));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(50, 50, 50, 0.99) 99%, #323232 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(50, 50, 50, 0.99) 99%, #323232 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(50, 50, 50, 0.99) 99%, #323232 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(50, 50, 50, 0.99) 99%, #323232 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#323232',GradientType=0 );
    /* IE6-9 */
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: none; }
  .item.item-large {
    width: 66%;
    height: 520px; }
    .item.item-large .h4 {
      font-size: 1.5em; }
    .item.item-large .item-text {
      padding-top: 25px; }
    .item.item-large.no-large {
      width: 33%;
      height: 260px; }
      .item.item-large.no-large .h4 {
        font-size: 1.1em; }
      .item.item-large.no-large .item-text {
        padding-top: 8px; }
  .item.hide {
    display: none; }
  .item:hover .item-bg {
    transform: scale(1.2, 1.2); }

.item-bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  display: inline-block;
  width: 100%;
  height: 80%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  z-index: 1; }

.item-text {
  float: left;
  height: 20%;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  background: #323232;
  text-align: center;
  padding-top: 8px;
  position: relative;
  z-index: 2; }
  .item-text:hover {
    text-decoration: none; }

.h4 {
  display: block;
  font-size: 1.1em;
  line-height: 1.2em; }

.item-company {
  display: block;
  font-size: .66em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600; }

.item-tags {
  font-style: italic;
  display: none; }

.work-header-cols {
  padding-bottom: 30px; }
  .work-header-cols .item-text {
    position: static;
    color: #ffffff;
    display: inline-block;
    background: none; }
  .work-header-cols .item-tags {
    color: #7aa413; }

.container-tier2Banner {
  height: 400px;
  position: relative;
  background-size: auto 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #67830f;
  color: #ffffff; }

.container-tier2Banner.project-banner {
  height: auto;
  padding: 25px 0;
  background: #f4f5f5; }
  .container-tier2Banner.project-banner .content-tier2Banner {
    position: static;
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
    color: #323232; }
  .container-tier2Banner.project-banner h1 {
    padding-bottom: 0;
    color: #7aa413; }
  .container-tier2Banner.project-banner h3 {
    padding-bottom: 0;
    color: #7aa413; }
  .container-tier2Banner.project-banner a {
    color: #7aa413; }
  .container-tier2Banner.project-banner p {
    font-size: 1.4em;
    line-height: 1.3em;
    text-align: left; }

.container-project {
  text-align: center; }
  .container-project img {
    margin: 15px;
    max-width: 90%;
    height: auto !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.container-green {
  background: #67830f;
  color: #ffffff; }

/* About */
.bio-block .block75 {
  padding-left: 5%; }

.bio-text {
  position: relative; }

.full-block-padding {
  padding: 50px 10% !important; }

.bio-pic {
  background-size: 100% auto;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 400px !important; }
  .bio-pic img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block; }
  .bio-pic.float-right {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

.team-filter {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0; }
  .team-filter li {
    float: left;
    margin: 0 10px 10px 0; }
    .team-filter li a {
      display: inline-block;
      padding: 10px 15px;
      border: 1px solid #817b7b;
      border-radius: 5px;
      color: #817b7b; }
      .team-filter li a:hover {
        text-decoration: none;
        background: #f4f5f5; }
      .team-filter li a.active {
        background: #7aa413;
        color: #ffffff; }

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.full-width-text {
  position: relative; }

.full-pic {
  text-align: center;
  overflow: hidden; }
  .full-pic img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block; }

.team-masonry {
  float: left;
  width: 100%; }

.team {
  float: left;
  width: 25%;
  height: 280px;
  position: relative;
  /*&:hover {
    .team-bg {
      display: none;
    }
  }*/ }
  .team:hover .team-text, .team.show-name .team-text {
    opacity: 1; }

.team-bg, .team-bg-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top; }

.team-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: #7aa413;
  color: #ffffff;
  text-align: center;
  font-size: 1.2em;
  line-height: 45px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.office-slider {
  background: #67830f;
  width: 100%;
  height: 600px;
  color: #ffffff; }
  .office-slider .slick-prev {
    left: 25px;
    margin-top: -20px;
    width: 40px;
    height: 40px; }
    .office-slider .slick-prev:before {
      font-size: 40px; }
  .office-slider .slick-next {
    right: 25px;
    margin-top: -20px;
    width: 40px;
    height: 40px; }
    .office-slider .slick-next:before {
      font-size: 40px; }

.office-slide {
  height: 600px !important;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.clients-container {
  float: left;
  width: 100%;
  display: none; }

.clients-toggle {
  display: inline-block;
  font-size: 2em;
  line-height: 1em;
  color: #7aa413;
  margin-top: 30px;
  cursor: pointer; }
  .clients-toggle.active .more-toggle:before {
    transform: rotate(225deg); }
  .clients-toggle.active .more-toggle:after {
    transform: rotate(225deg); }

.more-toggle {
  background: #7aa413;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .more-toggle:before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 25px;
    height: 3px;
    left: 8px;
    top: 19px;
    transition: all .33s linear; }
  .more-toggle:after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 3px;
    height: 25px;
    left: 19px;
    top: 8px;
    transition: all .33s linear; }

.search-result {
  max-width: 600px;
  display: block;
  float: none;
  margin-top: 16px; }

.search-url {
  font-size: .9em;
  line-height: 1.5em;
  color: #817b7b; }

/* We Got This page */
.banner-wegotthis {
  float: left;
  width: 100%;
  height: 80%;
  min-height: 700px;
  background: url(../images/wegotthis/wegotthis-banner.jpg) no-repeat center black;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  .banner-wegotthis img {
    display: none; }
  .banner-wegotthis .content-wegotthis {
    position: absolute;
    left: 50%;
    bottom: 11%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
    max-width: 900px;
    width: 75%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }

.banner-tshirt {
  float: left;
  width: 100%;
  height: 80%;
  min-height: 700px;
  background: url(../images/wegotthis/tshirt-banner.jpg) no-repeat center black;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  .banner-tshirt .content-tshirt {
    position: absolute;
    left: 50%;
    bottom: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
    max-width: 450px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
    .banner-tshirt .content-tshirt h2 {
      font-weight: bold; }

/* Responsive */
@media all and (max-width: 1300px) {
  .full-width-text {
    font-size: .8em;
    line-height: 1.4em; }
    .full-width-text .big {
      font-size: 1.25em; }

  .bio-text {
    font-size: .875em;
    line-height: 1.4em; } }
@media all and (max-width: 1300px) {
  .full-width-text {
    font-size: .8em;
    line-height: 1.4em; } }
@media all and (max-width: 1024px) {
  body {
    margin-top: 0; }

  .logo a:hover {
    -webkit-animation: none;
    animation: none; }

  .recentProject .center {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .recentProject .h4, .recentProject .servicesProjectCompany, .recentProject .servicesTags {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .recentProject .recentProjectImage {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.4" /><feFuncG type="linear" slope="0.4" /><feFuncB type="linear" slope="0.4" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.4);
    -webkit-filter: brightness(0.4); }

  .container-header {
    position: static; }

  .nav-wrapper {
    position: fixed;
    z-index: 101;
    top: 0;
    right: -220px;
    width: 220px;
    background: #565656;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .nav-wrapper.active {
      right: 0; }
    .nav-wrapper .mainNav {
      float: left;
      width: 100%; }
      .nav-wrapper .mainNav ul {
        padding: 0;
        width: 100%; }
      .nav-wrapper .mainNav li {
        width: 100%; }
        .nav-wrapper .mainNav li a {
          width: 100%;
          border-radius: 0;
          border-bottom: 1px solid #7aa413; }
          .nav-wrapper .mainNav li a.nav-close {
            text-align: right;
            border-bottom: 1px solid #ffffff; }
        .nav-wrapper .mainNav li:hover a:after {
          width: 0; }

  .tablet-only {
    display: inline-block; }

  .nav-activate {
    color: #ffffff;
    font-size: 2em;
    cursor: pointer;
    position: absolute;
    right: 5%;
    z-index: 11;
    top: 22px; }

  #homeVideo {
    display: none; }

  .container-homeBanner {
    height: auto !important; }
    .container-homeBanner .content-homeBanner {
      margin-top: 0;
      padding: 50px 0;
      position: static;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }

  h2 .header-title {
    display: block;
    padding-left: 0; }
    h2 .header-title:before {
      display: none; }

  .bio-text {
    font-size: .8em;
    line-height: 1.4em; }

  .banner-tshirt {
    min-height: 600px; }
    .banner-tshirt .content-tshirt {
      max-width: 400px;
      bottom: 0; } }
@media all and (max-width: 991px) {
  .container-homeBanner h1 {
    font-size: 3em; }

  .watchAnimation {
    width: 100%;
    height: 250px;
    background: url(../images/reel-watch.png) no-repeat center;
    background-size: 100% auto;
    -webkit-animation: none;
    animation: none; }
    .watchAnimation.animate {
      background: url(../images/reel-watch.png) no-repeat center;
      background-size: 100% auto;
      -webkit-animation: none;
      animation: none; }

  .team {
    width: 50%; }

  .full-width-text {
    font-size: .75em;
    line-height: 1.4em; }
    .full-width-text .big {
      font-size: 1em; } }
@media all and (max-width: 768px) {
  h3.big_title {
    font-size: 3em; }

  .cover_close {
    margin-top: 30px; }

  .big {
    font-size: 1.2em; }

  .icn-soc.contact-soc {
    margin-right: 0; }

  .recentContainer {
    padding: 0; }

  .recentProject {
    width: 60%;
    margin: 0 20%; }

  h1, .headers {
    font-size: 3.25em;
    margin-bottom: 30px !important; }

  .side_contact {
    position: static;
    float: left;
    width: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center; }

  .container-tier2Banner {
    height: auto; }
    .container-tier2Banner .content-tier2Banner {
      position: static;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      margin-top: 0;
      padding: 50px 0 30px 0; }

  .block-two {
    margin-bottom: 0; }
    .block-two .block {
      padding-left: 0; }
      .block-two .block:first-child {
        padding-right: 0; }

  .item {
    width: 50%; }
    .item.item-large {
      width: 50% !important;
      height: 260px; }
      .item.item-large .h4 {
        font-size: 1.1em; }
      .item.item-large .item-text {
        padding-top: 8px; }

  .masonry-filter li, .team-filter li {
    display: none; }
    .masonry-filter li.filter, .team-filter li.filter {
      display: inline-block;
      padding: 10px 15px;
      border-radius: 5px;
      cursor: pointer;
      color: #ffffff;
      background: #7aa413; }
      .masonry-filter li.filter.active, .team-filter li.filter.active {
        border: 1px solid #7aa413;
        background: #ffffff;
        color: #7aa413; }

  .vertical-center {
    position: static;
    float: left;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .bio-pic {
    min-height: 0 !important; }

  .banner-tshirt .content-tshirt {
    bottom: 10%; } }
@media all and (max-width: 710px) {
  .recentProject {
    width: 100%;
    margin: 0; }

  .container-homeBanner h1 a {
    border-left: 0;
    margin: 0;
    padding: 3px 0;
    display: block;
    font-size: 1.2em;
    line-height: 1em; }
    .container-homeBanner h1 a:first-child {
      padding: 0 20px; } }
@media all and (max-width: 600px) {
  h1, .headers {
    font-size: 2em; }

  .mobile-break {
    display: block;
    width: 100%; }

  .headers a {
    border-left: 0;
    margin: 0;
    padding: 5px 20px;
    display: block; }
    .headers a:first-child {
      padding: 0 20px; }

  .content-footer {
    font-size: .875em; }

  .ftr-links {
    float: left;
    margin-top: 15px; }
    .ftr-links a {
      font-size: .875em; }
      .ftr-links a:first-child {
        margin-left: 0;
        padding-left: 0; }

  .item {
    width: 100%; }
    .item.item-large {
      width: 100% !important;
      height: 260px; }
      .item.item-large .h4 {
        font-size: 1.1em; }
      .item.item-large .item-text {
        padding-top: 8px; }

  .team {
    width: 100%; }

  .banner-tshirt {
    min-height: 600px; }
    .banner-tshirt .content-tshirt {
      max-width: 400px;
      width: 75%;
      bottom: 2.5%; }

  .banner-wegotthis {
    float: left;
    background: none;
    min-height: 0;
    height: auto; }
    .banner-wegotthis img {
      display: block; }
    .banner-wegotthis .content-wegotthis {
      position: static;
      float: left;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      font-size: 1.4em;
      line-height: 1.2em;
      text-align: center;
      width: 100%;
      color: #323232;
      text-shadow: none;
      padding: 25px 5%; } }
@media all and (max-width: 400px) {
  .banner-tshirt .content-tshirt {
    width: 100%;
    padding: 0 2.5%; } }
