/**
 * Custom styles for FM
 * Version 1.1
 */
body {
  background-color: #000000;
  position: relative; }

.scroll-to {
  position: absolute;
  padding: 10px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  height: auto; }

.scroll-to a {
  transform: rotate(90deg);
  color: #ffffff;
  font-weight: bold;
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 auto; }

.hi-light {
  color: #dd4f85; }

.black {
  color: #000000; }

.theme-color {
  color: #dd4f85 !important; }

.text-bold {
  font-weight: bold; }

.form-fields label {
  font-weight: bold; }

[type='text'],
[type='email'],
textarea[rows] {
  border: 1px solid #e5e5e5 !important;
  box-shadow: none !important; }

.theme-bkg-color {
  background-color: #dd4f85; }

.x-out {
  background-color: #dd4f85;
  width: 171px;
  height: 10px;
  position: absolute;
  left: -80px;
  top: 21px;
  opacity: .85; }

.nav_reveal {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #DF0038;
  transition: .4s;
  z-index: -1; }

.nav_reveal .sub_menu {
  margin-left: 154px;
  /*top:50%;
  transform:translateY(-50%);*/
  position: fixed;
  transition: .3s; }

.nav_reveal .sub_menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav_reveal .sub_menu li {
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -.05em; }

.nav_reveal .sub_menu li a {
  color: #ffffff;
  transition: .3s; }

.nav_reveal .sub_menu li a:hover {
  color: #000000;
  transition: .3s; }

.nav_reveal .sub_menu li a.active {
  color: #000000; }

.nav_reveal.active {
  opacity: .93;
  z-index: 0; }

.work_reveal_instructions {
  font-family: helvetica;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative; }

a.close_work {
  float: right;
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: -20px;
  padding: 10px;
  padding-right: 0px;
  color: #dd4f85; }

.work_reveal {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 70px;
  background-color: #ffffff;
  padding: 20px;
  transition: .4s;
  z-index: -1; }

.work_reveal.active {
  opacity: .93;
  z-index: 0; }

.scrolling-work-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch; }

.work-flexbox-item {
  flex: 0 0 auto;
  background-position: center;
  background-size: cover;
  height: 150px;
  width: 250px;
  opacity: 1; }

.slogan {
  font-family: "kepler-std", serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: -.02em; }

.slogan-snippet {
  font-family: "kepler-std", serif;
  font-size: 41px;
  font-weight: normal;
  color: #ffffff;
  width: 666px;
  line-height: 50px;
  letter-spacing: -.02em;
  position: absolute;
  bottom: 100px;
  text-shadow: 1px 1px 2px black; }

.mmenu {
  float: right; }

.smenu {
  margin-top: 20px;
  position: relative; }

/* Grid Icons */
.top_nav .iconGrid {
  display: block;
  position: absolute;
  background: transparent;
  right: 79px;
  top: 22px;
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.side_nav .iconGrid {
  display: block;
  position: absolute;
  background: transparent;
  left: 9px;
  top: 127px;
  border: 1px solid #dbdada;
  padding: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.cubed-row {
  height: 4px;
  width: 18px;
  position: relative;
  margin-bottom: 3px;
  display: block;
  overflow: hidden; }

.cubed-row:last-child {
  margin-bottom: 0px; }

.cubed-row span {
  height: 4px;
  width: 4px;
  display: block;
  float: left;
  background: #000000;
  margin-right: 3px; }

.side_nav .iconGrid:hover .cubed-row span {
  background: #dd4f85; }

.iconGrid .cubed-row span.active {
  background: #dd4f85; }

.cubed-row span:last-child {
  margin-right: 0px; }

/* Animated Menu */
.iconT {
  position: absolute;
  top: 30px;
  right: -21px;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 55px;
  cursor: pointer;
  background: #efefef;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.iconS {
  position: absolute;
  top: 30px;
  right: -18px;
  transform: translate(-50%, -50%);
  width: 53px;
  height: 45px;
  cursor: pointer;
  background: #efefef;
  border: 1px solid #dbdada;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.hamburger {
  width: 18px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s; }

.hamburger:before,
.hamburger:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background: #000000;
  transition: .4s; }

.hamburger:before {
  top: -7px; }

.hamburger:after {
  top: 7px; }

.iconS.active .hamburger,
.iconT.active .hamburger {
  background: rgba(0, 0, 0, 0); }

.iconS.active .hamburger:before,
.iconT.active .hamburger:before {
  top: 0;
  transform: rotate(45deg); }

.iconS.active .hamburger:after,
.iconT.active .hamburger:after {
  top: 0;
  transform: rotate(-45deg); }

#container {
  background-color: #ffffff; }

#content {
  margin-left: 70px;
  padding: 24px 80px;
  position: relative; }

#gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background: #f3edeb;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#f3edeb, #9e8e81);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f3edeb, #9e8e81);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f3edeb, #9e8e81);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f3edeb, #9e8e81);
  /* Standard syntax */ }

.top_nav {
  display: none;
  z-index: 9;
  position: relative;
  top: 0;
  transition: top 0.2s ease-in-out; }

.scrollhide-nav {
  position: fixed;
  height: auto !important;
  right: 0;
  top: 0;
  left: 0;
  /*
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1); */ }

.scrollhide-nav.hidden {
  position: absolute;
  top: -60px;
  /*
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); */ }

.side_nav {
  display: block;
  width: 70px;
  height: 100%;
  position: fixed;
  background-color: #efefef;
  z-index: 9; }

.side_logo {
  width: 100%;
  padding-top: 25px; }

.side_logo img {
  width: 50px;
  margin: 0 auto;
  display: block; }

/* What We Do */
article {
  overflow: hidden; }

.grow {
  float: left;
  width: 25%;
  margin-right: 80px;
  overflow: hidden;
  background-size: cover;
  background-image: url("/assets/images/grow2.gif"); }

.wedo-wrapper {
  overflow: hidden;
  padding-bottom: 60px;
  float: left;
  width: 60%;
  display: block; }

.wedo-item {
  width: 50%;
  box-sizing: border-box;
  float: left;
  display: block;
  padding-right: 80px;
  margin-bottom: 60px; }

.wedo-item:nth-child(3) {
  margin-bottom: 0px; }

.wedo-item h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-bottom: 30px;
  margin-top: 0px;
  color: #dd4f85; }

.wedo-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  position: relative;
  float: left; }

.wedo-item ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: -.02em;
  color: #888; }

.wedo-item .entry-description {
  float: left;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 16px; }

.wedo-contact {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  padding-right: 10%;
  box-sizing: border-box;
  font-weight: bold;
  color: #444; }

.wedo-contact a {
  color: #444; }

.wedo-contact a:hover {
  color: #000000; }

/* Work */
.work-wrapper {
  overflow: hidden;
  padding-bottom: 60px; }

.section-title h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-bottom: 30px;
  margin-top: 58px;
  color: #000000; }

.work-item {
  width: 33.3%;
  float: left;
  height: 16vw;
  background-color: red;
  overflow: hidden;
  display: block;
  background-position: center;
  background-size: cover;
  position: relative; }

.work-item-bkg {
  opacity: 0;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background-color: #DF0038;
  transition: .4s;
  z-index: -1; }

.work-item:hover .work-item-bkg,
.work-item:active .work-item-bkg {
  transition: .4s;
  opacity: .93;
  z-index: 0; }

.work-item:visited .work-item-bkg {
  opacity: 0;
  z-index: -1; }

.work-item .title-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

.work-item .title-caption h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black; }

.work-item .entry-caption {
  font-family: "kepler-std", serif;
  font-size: 27px;
  width: 70%;
  margin: 0 auto;
  line-height: 27px;
  color: #fff;
  margin-top: -10px;
  letter-spacing: -.02em;
  text-shadow: 1px 1px 2px black; }

.work-header {
  height: 310px;
  position: relative; }

.title-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

.title-caption h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black; }

.entry-caption {
  font-family: "kepler-std", serif;
  font-size: 50px;
  width: 50%;
  margin: 0 auto;
  line-height: 50px;
  color: #ffffff;
  margin-top: -10px;
  letter-spacing: -.02em;
  text-shadow: 1px 1px 2px black; }

.work-info {
  padding: 50px 0;
  padding-bottom: 30px;
  overflow: hidden; }

.work-info ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.entry-description {
  float: left;
  width: 60%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 16px; }

.entry-description .title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-bottom: 30px;
  color: #000000; }

.entry-technology {
  float: right;
  width: 30%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 16px; }

.entry-technology .title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-bottom: 30px;
  color: #000000; }

/* Create */
input#interest {
  display: none; }

.thanks-wrapper {
  float: left;
  width: 25%;
  margin-right: 80px; }

.thanks {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 44px;
  line-height: 46px;
  letter-spacing: -.03em;
  font-weight: bold;
  color: #777; }

.sub-comment {
  font-size: 18px;
  display: block;
  line-height: 26px;
  letter-spacing: -.02em; }

.create {
  float: left;
  width: 25%;
  margin-right: 80px;
  overflow: hidden;
  background-size: cover;
  background-image: url("/assets/images/contact.jpg"); }

.form-fields {
  float: left;
  width: 60%; }

.form-item {
  width: 50%;
  box-sizing: border-box;
  float: left;
  display: block;
  padding-right: 80px;
  margin-bottom: 60px; }

/* Footer */
#footer {
  box-sizing: border-box;
  background-color: #000000;
  min-height: 250px;
  padding-top: 50px;
  margin-left: 70px; }

.email_tag {
  margin: 0px 80px;
  color: #cccccc;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -.05em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.email_tag a {
  color: #cccccc; }

.email_tag a:hover {
  color: #ffffff; }

.footer_logo {
  width: 95px;
  margin-left: 80px;
  margin-top: 45px; }

.footer_logo img {
  width: 100%;
  margin: 0 auto;
  display: block; }

#brain {
  width: 100%;
  max-width: 500px;
  padding: 60px;
  box-sizing: border-box; }

#brain .slogan {
  margin-top: 15px;
  font-family: "kepler-std", serif;
  font-size: 38px;
  line-height: 30px !important; }

#brain .divider {
  width: 100%;
  height: 6px;
  background-color: #000000;
  margin-top: 53px;
  margin-bottom: 30px; }

#brain .message {
  margin-bottom: 53px;
  text-align: center;
  font-size: 17px; }

#brain .quoted {
  font-family: "kepler-std", serif;
  font-size: 28px;
  line-height: 28px;
  text-align: center; }

#brain .quoted:before,
#brain .quoted:after {
  content: '"'; }

.entry_technology ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* ////// Tablet Styling ////// */
@media screen and (max-width: 768px) {
  a.close_work {
    display: none; }

  .work_reveal {
    top: 60px;
    right: 0;
    left: 0px; }

  .x-out {
    background-color: #dd4f85;
    width: 136px;
    height: 10px;
    position: absolute;
    left: -80px;
    top: 14px; }

  .side_nav {
    display: none; }

  .slogan-snippet {
    font-family: "kepler-std", serif;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    width: 82%;
    line-height: 36px;
    letter-spacing: -.02em;
    bottom: 50px; }

  .top_nav {
    display: block;
    height: 60px;
    background-color: #efefef; }

  .top_logo {
    padding: 20px 30px;
    float: left; }

  .top_logo img {
    width: 50px;
    margin: 0 auto;
    display: block; }

  .nav_reveal .sub_menu {
    margin-left: 30px;
    position: fixed;
    transition: .3s; }

  .nav_reveal .sub_menu li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #fff; }

  #container {
    padding-top: 60px; }

  #content {
    padding: 30px;
    margin-left: 0px;
    background-size: auto !important;
    background-position: 89.5% center !important; }

  .title-caption h1 {
    font-size: 16px; }

  .entry-caption {
    font-size: 36px;
    width: 85%;
    line-height: 37px;
    margin-top: -4px; }

  .work-info {
    padding: 10px 0;
    padding-bottom: 20px;
    overflow: hidden; }

  .work-item .entry-caption {
    margin-top: -8px; }

  .section-title h1 {
    margin-top: 0px; }

  #brain .message {
    margin-bottom: 53px;
    text-align: left;
    font-size: 17px; }

  #brain .quoted {
    font-family: "kepler-std", serif;
    font-size: 28px;
    line-height: 28px;
    text-align: left; }

  #footer {
    padding-left: 0px;
    margin-left: 0px; }

  .footer_logo {
    margin-left: 30px; }

  .email_tag {
    margin: 0px 30px; } }
/* Masonry */
.masonry-css {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: 20px;
  margin-bottom: 47px; }

@media screen and (min-width: 1300px) {
  .masonry-css {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }
@media screen and (min-width: 1681px) {
  .masonry-css {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }
.masonry-css-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 1rem;
  text-align: center; }

/* ////// iPad Portrait ////// */
@media screen and (min-width: 482px) and (max-width: 1399px) {
  .wedo-item {
    width: 100%; }

  .wedo-contact {
    padding-right: 0%; }

  .form-fields {
    width: 60%; }

  .form-item {
    width: 100%;
    padding-right: 0px; }

  .form-item:last-child {
    margin-bottom: 0px; } }
/* ////// iPad Portrait ////// */
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .work-wrapper {
    padding-bottom: 0px; }

  .work-item {
    width: 50%;
    float: left;
    height: 25vw;
    background-color: red;
    overflow: hidden;
    display: block;
    background-position: center;
    background-size: cover;
    position: relative; } }
/* ////// Phone Styling ////// */
@media screen and (max-width: 481px) {
  .grow {
    width: 100%;
    margin-right: 0px; }

  .wedo-wrapper {
    width: 100%;
    padding-bottom: 0px; }

  .wedo-item {
    width: 100%;
    padding-right: 10px; }

  .wedo-item:first-child h1 {
    margin-top: 60px; }

  .wedo-item:nth-child(3) {
    margin-bottom: 60px; }

  .wedo-contact {
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 15px;
    line-height: 24px;
    padding-right: 30%;
    box-sizing: border-box;
    font-weight: bold;
    color: #444; }

  .work-wrapper {
    padding-bottom: 0px; }

  .work-item {
    width: 100%;
    float: left;
    height: 46vw;
    background-color: red;
    overflow: hidden;
    display: block;
    background-position: center;
    background-size: cover;
    position: relative; }

  .thanks-wrapper {
    float: left;
    width: 100%;
    margin-right: 0px; }

  .create {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 60px; }

  .form-fields {
    width: 100%; }

  .form-item {
    width: 100%;
    padding-right: 0px; }

  .form-item:last-child {
    margin-bottom: 0px; }

  .button {
    width: 100%; } }

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