@charset "UTF-8";
/*!
Theme Name: Figureground
Theme URI: http://figureground.com
Description: Custom theme
Author: Figureground Inc.
Version: 8.0
Tags: custom, figureground
*/
@import url(css/reset.css);
/* =Default HTML Tags
-------------------------------------------------------------- */
a:link {
  color: #cc5812;
  text-decoration: none; }

a:visited {
  color: #cc5812;
  text-decoration: none; }

a:hover {
  color: #803102;
  text-decoration: none; }

a:active {
  border: none;
  color: #44413f;
  text-decoration: none; }

a:focus {
  border: none;
  text-decoration: none; }

a img {
  border: none; }

body {
  background: #f5f4f3;
  border-top: 3px solid #cc5812;
  color: #5f5b59;
  font-family: "proxima-nova","Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 110%;
  text-align: center; }

blockquote {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(50, 50, 50, 0.1);
  color: #666666;
  font-size: 1.2em;
  margin: 0 0 50px 0;
  padding: 30px 40px 10px 40px;
  position: relative; }
  blockquote .balloontip {
    background: url("img/bg_balloontip.png") 0 0 no-repeat;
    bottom: -33px;
    height: 33px;
    left: 40px;
    position: absolute;
    width: 41px; }
  blockquote p {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 0.6em 0;
    position: relative; }
    blockquote p cite {
      font-size: 0.7em; }
    blockquote p span.quote {
      color: #aca79e;
      font-size: 2.5em; }
    blockquote p span.quote:first-child {
      left: -0.4em;
      position: absolute;
      top: 10px; }

cite {
  font-style: italic; }

dl {
  margin: 0 0 2em 0; }
  dl dt {
    margin: 0 0 0.25em 0;
    font-weight: bold; }
  dl dd {
    margin: 0 0 0.5em 0;
    line-height: 1.3em; }
  dl dd + dt {
    margin-top: 1em; }

em {
  font-style: italic; }

h1 {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  padding: 0.25em 0; }

h2 {
  border-top: 2px solid #aca79e;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 1em 0 0.5em 0;
  padding: 1em 0 0.25em 0; }

h2:first-child, label + h2 {
  margin-top: 0; }

h3 {
  font-size: 1.2em;
  margin: 0 0 0.5em;
  padding: 0.125em 0; }

h4 {
  font-size: 1.1em;
  margin: 0 0  0.25em 0; }

h5 {
  font-size: 1em;
  margin: 0 0  0.25em 0; }

h6 {
  font-size: 1em;
  margin: 0; }

hr {
  border-top: 1px solid #ccc; }

img {
  max-width: 100%; }

p {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 1.5em 0; }

strong {
  font-weight: bold; }

ul {
  list-style-type: disc; }

ul, ol {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 1.8em 1.5em; }

ul li, ol li {
  margin: 0 0 0.5em 0; }

/* =Global Classes
-------------------------------------------------------------- */
.alignleft {
  clear: left;
  float: left;
  margin: 0 20px 14px 0; }

.alignright {
  clear: right;
  float: right;
  margin: 0 0 14px 20px; }

.clear {
  clear: both; }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

​
.floatl {
  float: left; }

.floatr {
  float: right; }

.hide {
  display: none; }

.inline {
  display: inline; }

.light {
  color: #aca79e; }

.required {
  color: #cc5812; }

strong.intro {
  font-size: 1.3em; }

.subtle {
  color: #b2ada8; }

/* =Content
-------------------------------------------------------------- */
.banner {
  background: #f6f6f6; }

.box {
  background-color: #e5e4e3;
  background-image: url("img/bg_box.png");
  background-position: right top;
  background-repeat: no-repeat;
  color: #44413f;
  margin: 0 0 40px 0;
  padding: 20px 40px 20px 40px; }
  .box h2 {
    border: none;
    margin-top: 0; }

.column {
  float: left;
  margin: 0; }

.column.half {
  padding: 0 4% 0 0;
  width: 48%; }

.column.fifth {
  padding: 0 4% 0 0;
  width: 16.8%; }

.column.fourth {
  padding: 0 4.5% 0 0;
  width: 21.5%; }

.column.third {
  padding: 0 5% 0 0;
  width: 30%; }

.column.threefifths {
  padding: 0 5% 0 0;
  width: 57.4%; }

.column.twofifths {
  padding: 0 5% 0 0;
  width: 36.6%; }

.column.twothirds {
  padding: 0 5% 0 0;
  width: 65%; }

.column.end {
  padding-right: 0 !important; }

#feature {
  background-color: #a1a1a1;
  background-color: #bdbab6;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
  height: 320px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 100; }
  #feature div.graphic {
    -webkit-animation: fadein ease-in 0.5s;
    -moz-animation: fadein ease-in 0.5s;
    animation: fadein ease-in 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 480px;
    left: 5.5%;
    max-width: 800px;
    opacity: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 55%; }
  #feature div.wrapper {
    height: 320px;
    margin: 0 auto;
    max-width: 1280px;
    position: relative; }
    #feature div.wrapper a.cta {
      -webkit-animation: fadein ease-in 0.5s;
      -moz-animation: fadein ease-in 0.5s;
      animation: fadein ease-in 0.5s;
      -moz-animation-delay: 0.6s;
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      background-color: #d1cfcc;
      background-color: #cc5812;
      border: 1px solid #7f5d49;
      border-radius: 30px;
      display: inline-block;
      font-size: 1.1em;
      font-weight: normal;
      height: 60px;
      line-height: 60px;
      margin-left: 66%;
      opacity: 0;
      padding: 0 30px;
      -moz-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      z-index: 9000; }
    #feature div.wrapper a.cta.cta_email {
      background-image: url("img/bg_cta_email.png");
      background-position: 20px 20px;
      background-repeat: no-repeat;
      padding-left: 64px;
      -moz-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s; }
    #feature div.wrapper a.cta_email:hover, #feature div.wrapper a.cta_email:active {
      /*background-position:20px -60px;*/ }
    #feature div.wrapper a.cta_email:link, #feature div.wrapper a.cta_email:visited {
      -moz-transition: color 0.3s;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s; }
    #feature div.wrapper a.cta:link, #feature div.wrapper a.cta:visited {
      color: #f5f4f3; }
    #feature div.wrapper a.cta:hover, #feature div.wrapper a.cta:active {
      background-color: #5f5b59; }
    #feature div.wrapper h2 {
      -webkit-animation: fadein ease-in 0.4s;
      -moz-animation: fadein ease-in 0.4s;
      animation: fadein ease-in 0.4s;
      -moz-animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      border: none;
      color: #fff;
      font-size: 2em;
      letter-spacing: -1px;
      margin: 0 0 0.5em 66%;
      opacity: 0;
      padding: 40px 0 0;
      text-align: left;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.25); }
      #feature div.wrapper h2 span {
        color: #555555; }
    #feature div.wrapper img {
      display: block;
      height: auto;
      margin: 0 auto;
      /*min-width:940px;*/
      max-width: 1280px;
      width: 100%; }
    #feature div.wrapper p {
      -webkit-animation: fadein ease-in 0.4s;
      -moz-animation: fadein ease-in 0.4s;
      animation: fadein ease-in 0.4s;
      -moz-animation-delay: 0.3s;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      color: #444;
      font-size: 1.2em;
      margin: 0 5% 1em 66%;
      opacity: 0;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }

#feature.about,
#feature.contact,
#feature.services {
  overflow: hidden; }

#feature.about div.wrapper div.graphic {
  background-image: url("img/bg_feature_about.png");
  top: -80px; }

#feature.contact div.wrapper div.graphic {
  background-image: url("img/bg_feature_contact.png");
  top: -80px; }

#feature.home div.wrapper div.graphic {
  background-image: url("img/bg_feature_dof_cocked.png");
  top: -100px; }

#feature.work div.wrapper div.graphic {
  background-image: url("img/bg_feature_dof_ipad.png");
  top: -100px; }

#feature.services div.wrapper div.graphic {
  background-image: url("img/bg_feature_services.png");
  top: -70px; }

h2.dictionary {
  font-family: "Times New Roman",Times,serif; }

h2 .badge {
  background-color: #44413f;
  border-radius: 12px;
  color: #f5f4f3;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin: 0 10px 0 0;
  text-align: center;
  position: relative;
  top: -2px;
  width: 24px; }

#main {
  padding-top: 360px;
  position: relative; }

#page {
  margin: 0 auto;
  padding: 0;
  max-width: 1240px;
  text-align: left; }

/* =Header
-------------------------------------------------------------- */
#header {
  height: 120px;
  text-align: left;
  margin: 0 auto 30px auto;
  max-width: 1240px;
  position: relative;
  z-index: 200; }
  #header #btn_mobile_menu {
    background-color: transparent;
    background-image: url("img/bg_btn_mobile_menu.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: none;
    cursor: pointer;
    display: none;
    height: 32px;
    position: absolute;
    right: 32px;
    text-indent: -9999px;
    width: 32px;
    top: 30px; }
  #header #site_title {
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    animation: fadein 0.5s; }
    #header #site_title a {
      height: 29px;
      font-size: 28px;
      letter-spacing: -1px;
      padding: 60px 20px 30px 0;
      position: absolute;
      top: 0;
      -moz-transition: margin-left 0.5s;
      -webkit-transition: margin-left 0.5s;
      -o-transition: margin-left 0.5s;
      transition: margin-left 0.5s; }
      #header #site_title a img {
        height: 40px;
        width: 186px; }
    #header #site_title a:link, #header #site_title a:visited {
      color: #cc5812;
      -moz-transition: color 0.3s;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
    #header #site_title a:hover, #header #site_title a:active {
      color: #aca79e; }
    #header #site_title a span.slash {
      color: #b2ada8; }
  #header .nav_auxiliary {
    position: absolute;
    top: 14px;
    right: 0;
    text-align: left; }
    #header .nav_auxiliary a:link {
      color: #b2ada8; }
    #header .nav_auxiliary a:visited {
      color: #b2ada8; }
    #header .nav_auxiliary a:hover {
      color: #44413f;
      text-decoration: none; }
    #header .nav_auxiliary a:active {
      color: #44413f; }
  #header #nav_primary {
    list-style: none;
    position: absolute;
    right: 0;
    top: 56px;
    z-index: 100; }
    #header #nav_primary ul {
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 0; }
      #header #nav_primary ul li {
     /*
	-webkit-animation:fadein ease-in 0.8s;  
	-moz-animation:fadein ease-in 0.5s;
	animation:fadein ease-in 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s; 
	animation-delay: 0.5s;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	*/
        float: left;
        font-size: 1em;
        line-height: 40px;
        margin: 0 0 0 1.5em;
        overflow: hidden;
        padding: 0;
        position: relative; }
        #header #nav_primary ul li a {
          border-top: 2px solid #ccc;
          display: block;
          padding: 0 2em 0 0;
          -moz-transition: border-color 0.3s;
          -webkit-transition: border-color 0.3s;
          -o-transition: border-color 0.3s; }
        #header #nav_primary ul li a:before {
          background-color: #44413f;
          content: "";
          display: block;
          height: 2px;
          left: -100%;
          position: absolute;
          top: 0;
          width: 100%;
          -moz-transition: left .2s ease-in-out;
          -webkit-transition: left .2s ease-in-out;
          -o-transition: left .2s ease-in-out; }
        #header #nav_primary ul li a:hover:before {
          left: 0; }
        #header #nav_primary ul li a:link {
          color: lightslategrey; }
        #header #nav_primary ul li a:visited {
          color: lightslategrey; }
        #header #nav_primary ul li a:hover {
          color: #44413f; }
        #header #nav_primary ul li a:active {
          color: #666; }
      #header #nav_primary ul li.current-menu-item a,
      #header #nav_primary ul li.current_page_item a {
        border-top: 3px solid #cc5812;
        color: #44413f; }
      #header #nav_primary ul li.current-menu-item a:before,
      #header #nav_primary ul li.current_page_item a:before {
        display: none; }
      #header #nav_primary ul li.menu-item-16 a {
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 0 1.5em 0 1.5em;
        text-align: center;
        -moz-transition: background-color 0.2s;
        -webkit-transition: background-color 0.2s;
        -o-transition: background-color 0.2s; }
      #header #nav_primary ul li.menu-item-16 a:before {
        display: none; }
      #header #nav_primary ul li.menu-item-16 a:link, #header #nav_primary ul li.menu-item-16 a:visited {
        background: #ebeae8; }
      #header #nav_primary ul li.menu-item-16 a:hover, #header #nav_primary ul li.menu-item-16 a:active {
        background-color: #5f5b59;
        color: #fff; }
      #header #nav_primary ul li:nth-child(1) {
        -moz-animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      #header #nav_primary ul li:nth-child(2) {
        -moz-animation-delay: 0.1s;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1; }
      #header #nav_primary ul li:nth-child(3) {
        -moz-animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      #header #nav_primary ul li:nth-child(4) {
        -moz-animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      #header #nav_primary ul li:nth-child(5) {
        -moz-animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }

body.page-id-33 #header .nav_primary ul li.menu-item-12 a,
body.single-project #header .nav_primary ul li.menu-item-12 a {
  border-top: 3px solid #cc5812;
  color: #44413f; }

#superheader {
  background: #e8e6e4;
  border-bottom: 1px solid #cfcfcf;
  box-shadow: inset 0 -3px 4px #ddd;
  color: lightslategrey;
  height: 50px;
  position: relative; }
  #superheader h2 {
    border: none;
    font-size: 14px;
    left: 0;
    line-height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0; }
  #superheader .superheader {
    margin: 0 auto;
    position: relative;
    max-width: 1240px; }
  #superheader ul {
    list-style: none;
    padding: 0 20px 0 20px;
    text-align: right; }
    #superheader ul li {
      display: inline-block;
      font-size: 14px;
      line-height: 50px;
      margin-left: 20px; }
      #superheader ul li a:link, #superheader ul li a:visited {
        color: #333333;
        opacity: 0.5;
        -moz-transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        -o-transition: opacity 0.2s; }
      #superheader ul li a:hover, #superheader ul li a:active {
        opacity: 1; }
      #superheader ul li a.login {
        background: url("img/icon_lock.png") right 50% no-repeat;
        padding-right: 20px; }

/* =Search
-------------------------------------------------------------- */
#searchform input#s {
  color: #666;
  float: left;
  font-size: 14px;
  margin: 0 6px;
  padding: 4px;
  width: 140px; }

/* =Sidebar
-------------------------------------------------------------- */
/* =Template > About Page
-------------------------------------------------------------- */
.box.why dl dt {
  font-size: 1em;
  line-height: 20px;
  margin: 0 0 0.5em 0; }
.box.why h2 {
  margin: 0; }

/* =Template > Contact Page
-------------------------------------------------------------- */
.page-id-14 .box address {
  font-weight: bold;
  padding: 20px 0 10px 0; }
.page-id-14 .box h3 {
  font-weight: bold; }
.page-id-14 .box img.duluth {
  float: left;
  margin-right: 20px; }

#contactform #contact_submit {
  background: #5f5b59;
  border: none;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0 20px; }
#contactform fieldset {
  background: #e5e4e3;
  border-top: 4px solid #b2ada8;
  margin: 0 0 20px 0;
  padding: 60px 5% 20px 5%;
  position: relative; }
  #contactform fieldset legend {
    color: #44413f;
    font-size: 1.2em;
    font-weight: bold;
    left: 5%;
    position: absolute;
    top: 20px; }
    #contactform fieldset legend .badge {
      background-color: #44413f;
      border-radius: 12px;
      color: #f5f4f3;
      display: inline-block;
      font-weight: bold;
      height: 24px;
      line-height: 24px;
      margin: 0 10px 0 0;
      text-align: center;
      width: 24px; }
#contactform input[type="text"] {
  border: 1px solid #ddd;
  display: block;
  font-size: 1.4em;
  margin: 0 0 1em 0;
  padding: 3px;
  width: 95%; }
#contactform input#challenger {
  display: inline;
  width: 30px; }
#contactform label {
  color: #8b8987;
  display: block;
  line-height: 18px;
  margin: 0 0 0.5em 0; }
  #contactform label span.required {
    color: #cc5812; }
#contactform label.inline {
  display: inline;
  margin-right: 5px; }
#contactform label.required_label {
  float: right;
  padding-top: 20px; }
#contactform label.required_label.btm {
  padding-top: 10px; }
#contactform select {
  display: block;
  margin: 0 0 20px 0; }
#contactform textarea {
  border: 1px solid #ddd;
  height: 200px;
  margin: 0 0 1em 0;
  padding: 3px;
  width: 95%; }

/* =Template > Home Page
-------------------------------------------------------------- */
body.home #feature img {
  margin-top: -30px; }

body.home .column.third {
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  animation: fadein 0.5s; }

body.home .column.third:nth-child(1) {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 1s; }

body.home .column:nth-child(2) {
  -webkit-animation: fadein 1.2s;
  -moz-animation: fadein 1.2s;
  animation: fadein 1.2s; }

body.home .column:nth-child(3) {
  -webkit-animation: fadein 1.4s;
  -moz-animation: fadein 1.4s;
  animation: fadein 1.4s; }

h2.design.web_design {
  border-top: 2px solid #0093d0;
  margin-top: 20px; }

h2.design.consulting {
  border-top: 2px solid #ecd406;
  margin-top: 20px; }

h2.design.communication_design {
  border-top: 2px solid #cc5812;
  margin-top: 20px; }

h2.results {
  border-top: 1px solid #aaa;
  padding-top: 40px; }

/* =Template > Logos
-------------------------------------------------------------- */
div.logo {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  margin: 0 1% 20px 0;
  min-height: 180px;
  padding: 50px 0 0 0;
  position: relative;
  text-align: center;
  width: 31%; }
  div.logo img.logo {
    margin: 0 auto;
    max-width: 360px;
    width: 66%; }

h3.logometa {
  bottom: 10px;
  color: #b2ada8;
  font-size: 0.8em;
  margin: 0 20px 0 0;
  position: absolute;
  right: 0;
  text-transform: none;
  text-align: right; }

/* =Template > Portfolio Page
-------------------------------------------------------------- */
img.portfolio {
  -webkit-animation: fadein ease-in 0.4s;
  -moz-animation: fadein ease-in 0.4s;
  animation: fadein ease-in 0.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: auto;
  margin: 0 0 2em 0;
  max-width: 1080px;
  opacity: 0;
  width: 100%; }

img.portfolio.desktop {
  border: none; }

img.portfolio.logo {
  height: auto;
  width: 66%; }

img.portfolio.mobile {
  border: none;
  margin: 0 5% 2em -2%;
  width: 46%; }

img.portfolio.mobile.landscape {
  margin: 0 0 2em -2%;
  width: 100%; }

img.portfolio.logo {
  border: none;
  max-width: 300px; }

img.portfolio.screenshot {
  border: 1px solid #b2ada8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

img.portfolio.stationery {
  border: none; }

p.caption {
  color: #999;
  margin: -1.5em 0 2em 0; }

ul.clients {
  column-count: 5;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-gap: 2em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em; }
  ul.clients li {
    line-height: 1.2em; }

/* =Template > Project Page
-------------------------------------------------------------- */
body.single-project h1 {
  -webkit-animation: fadein ease-in 0.4s;
  -moz-animation: fadein ease-in 0.4s;
  animation: fadein ease-in 0.4s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  font-weight: normal; }

body.single-project #main {
  padding-top: 0px; }

body.single-project p.project_description {
  -webkit-animation: fadein ease-in 0.4s;
  -moz-animation: fadein ease-in 0.4s;
  animation: fadein ease-in 0.4s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }

nav#nav_breadcrumbs {
  color: lightslategrey;
  left: 210px;
  position: absolute;
  top: -98px;
  z-index: 201; }
  nav#nav_breadcrumbs a {
    background-image: url("img/icon_work.png");
    background-position: 0 45%;
    background-repeat: no-repeat;
    line-height: 40px;
    padding-left: 24px; }

nav#nav_projects {
  background: #ecebe9;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 0 2em 0; }
  nav#nav_projects a {
    display: inline-block;
    line-height: 40px;
    text-indent: -9999px;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    width: 60px; }
  nav#nav_projects a:hover, nav#nav_projects a:active {
    background-color: #d2d0cd;
    border-radius: 3px; }
  nav#nav_projects a.worklink {
    background-image: url("img/icon_work.png");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: 34px;
    width: 80px; }
  nav#nav_projects .next a {
    background-image: url("img/bg_icon_next.png");
    background-position: 50% -48px;
    background-repeat: no-repeat;
    float: right; }
  nav#nav_projects .previous a {
    background-image: url("img/bg_icon_previous.png");
    background-position: 50% -48px;
    background-repeat: no-repeat; }
  nav#nav_projects .next a:hover, nav#nav_projects .next a:active,
  nav#nav_projects .previous a:hover, nav#nav_projects .previous a:active {
    background-position: 50% 11px; }

.post-type-archive-project .projectthumb {
  background-color: #eeeeee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0 2% 1em 0;
  -moz-transition: width ease-in 0.3s;
  -webkit-transition: width ease-in 0.3s;
  -o-transition: width ease-in 0.3s;
  vertical-align: top;
  width: 32%; }
  .post-type-archive-project .projectthumb a {
    display: block;
    -moz-transition: background-color ease-out 0.3s, border ease-out 0.3s;
    -webkit-transition: background-color ease-out 0.3s, border ease-out 0.3s;
    -o-transition: background-color ease-out 0.3s, border ease-out 0.3s; }
  .post-type-archive-project .projectthumb a:link, .post-type-archive-project .projectthumb a:visited {
    border: 5px solid #eeeeee; }
  .post-type-archive-project .projectthumb a:hover {
    background-color: #f9f9f9;
    border: 5px solid #ffffff; }
    .post-type-archive-project .projectthumb a:hover .projectlogo {
      width: 70%; }

div.projectthumb.rowend {
  margin-right: 0; }

div.projectthumb.rowstart {
  clear: left; }

div.projectthumb .projectlogo {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  min-height: 180px;
  width: 60%;
  -moz-transition: width ease-out 0.2s;
  -webkit-transition: width ease-out 0.2s;
  -o-transition: width ease-out 0.2s; }

div.projectthumb.hullo .projectlogo {
  width: 40%; }

div.projectthumb.hullo a:hover .projectlogo,
div.projectthumb.the-octagon a:hover .projectlogo {
  width: 50%; }

div.projectthumb.post-it-notes .projectlogo,
div.projectthumb.synthesis .projectlogo,
div.projectthumb.united-states-healthful-food-council .projectlogo {
  width: 45%; }

div.projectthumb.post-it-notes a:hover .projectlogo,
div.projectthumb.synthesis a:hover .projectlogo,
div.projectthumb.united-states-healthful-food-council a:hover .projectlogo {
  width: 55%; }

div.projectthumb.the-octagon .projectlogo {
  width: 30%; }

div.projectthumb.the-octagon a:hover .projectlogo {
  width: 40%; }

div.projectthumb.rocket-matter .projectlogo {
  width: 66%; }

div.projectthumb.rocket-matter a:hover .projectlogo {
  width: 75%; }

.post-type-archive-project .cta_btm,
.single-project .cta_btm {
  background: #a1a1a1;
  color: #fff;
  margin: 0;
  padding: 40px;
  position: relative; }
  .post-type-archive-project .cta_btm a.cta,
  .single-project .cta_btm a.cta {
    background-color: #5f5b59;
    background-image: url("img/bg_cta_email.png");
    background-position: 24px 14px;
    background-repeat: no-repeat;
    border-radius: 25px;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 64px;
    position: absolute;
    right: 5%;
    top: 40px;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s; }
  .post-type-archive-project .cta_btm a.cta:link, .post-type-archive-project .cta_btm a.cta:visited,
  .single-project .cta_btm a.cta:link,
  .single-project .cta_btm a.cta:visited {
    color: #fff; }
  .post-type-archive-project .cta_btm a.cta:hover, .post-type-archive-project .cta_btm a.cta:active,
  .single-project .cta_btm a.cta:hover,
  .single-project .cta_btm a.cta:active {
    background-color: #cc5812;
    /*background-position:24px -62px;
    color:$color-required;*/ }
  .post-type-archive-project .cta_btm h2,
  .single-project .cta_btm h2 {
    border: none;
    line-height: 40px;
    margin: 0 20px 0 0;
    padding: 0; }
    .post-type-archive-project .cta_btm h2 span,
    .single-project .cta_btm h2 span {
      color: #555;
      display: inline-block;
      font-weight: normal;
      padding: 0 0 0 20px; }

ul.services {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 2em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em; }
  ul.services li {
    line-height: 1.2em; }

/* =Template > Services Page
-------------------------------------------------------------- */
/* =Footer
-------------------------------------------------------------- */
#footer {
  color: #b2ada8;
  display: block;
  font-size: 0.9em;
  margin: 0 auto;
  /*min-width:860px;*/
  max-width: 1240px;
  padding: 40px 20px 40px 20px;
  text-align: left; }

a.mt {
  background: url("img/logo_media_temple.png") left 50% no-repeat;
  line-height: 32px;
  opacity: 0.3;
  padding: 0 0 0 56px;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s; }

a.mt:link, a.mt:visited {
  color: #555;
  text-decoration: none; }

a.mt:hover, a.mt:active {
  opacity: 1;
  text-decoration: none; }

.copyright {
  line-height: 32px; }

.hosting {
  float: right; }

@media only screen and (max-width: 1520px) {
  body {
    font-size: 100%; }

  #content {
    padding: 0 5%; }

  #feature div.wrapper h2 {
    margin-right: 2%; }

  #footer {
    max-width: 1120px;
    padding: 40px 5% 40px 5%; }

  h2.design {
    font-size: 1.2em; }

  #header .nav_auxiliary {
    right: 5%; }
    #header .nav_auxiliary a:link {
      color: #b2ada8; }
    #header .nav_auxiliary a:visited {
      color: #b2ada8; }
    #header .nav_auxiliary a:hover {
      color: #5f5b59; }
    #header .nav_auxiliary a:active {
      color: #5f5b59; }
  #header #nav_primary {
    right: 5%; }
  #header #site_title a {
    margin-left: 5%; }

  nav#nav_breadcrumbs {
    left: 250px; }

  nav#nav_projects {
    left: 5%; }

  #superheader h2 {
    left: 5%; }
  #superheader .superheader {
    max-width: 1120px;
    padding: 0 5%; }
  #superheader ul {
    padding: 0 20px 0 0; }
    #superheader ul li a.login {
      padding-right: 20px; } }
@media only screen and (max-width: 1000px) {
  nav#nav_breadcrumbs {
    display: none; } }
@media only screen and (max-width: 960px) {
  .column {
    float: none; }

  .column.half,
  .column.fifth,
  .column.fourth,
  .column.third,
  .column.threefifths,
  .column.twofifths,
  .column.twothirds {
    padding: 0;
    width: auto; }

  #feature div.graphic {
    left: 2.5%;
    width: 57.5%; }

  #feature div.wrapper h2 {
    padding-top: 30px; }

  .post-type-archive-project .cta_btm a.cta,
  .single-project .cta_btm a.cta {
    display: none; } }
@media only screen and (max-width: 800px) {
  #feature {
    height: auto;
    position: relative; }
    #feature a.cta {
      margin: 0; }
    #feature .graphic {
      display: none; }
    #feature div.wrapper {
      height: auto; }

  #feature div.wrapper a.cta {
    margin: 5px 10px 20px 5%; }
  #feature div.wrapper h2 {
    margin: 20px 10px 1em 5%;
    padding: 0; }
  #feature div.wrapper p {
    margin: 20px 10px 1em 5%;
    padding: 0; }

  #header {
    height: 60px; }
    #header #btn_mobile_menu {
      display: block; }
    #header #nav_primary {
      max-height: 0;
      overflow: hidden; }
    #header #nav_primary.open {
      height: auto;
      left: 0;
      max-height: 340px;
      right: 0;
      top: 90px;
      -moz-transition: max-height ease-out 0.3s;
      -webkit-transition: max-height ease-out 0.3s;
      -o-transition: max-height ease-out 0.3s; }
      #header #nav_primary.open ul li {
        float: none;
        line-height: 62px;
        margin: 0; }
        #header #nav_primary.open ul li a {
          border-top: none;
          font-size: 1.4em;
          margin: 0;
          padding: 0 5%;
          -moz-transition: background-color ease-out 0.2s;
          -webkit-transition: background-color ease-out 0.2s;
          -o-transition: background-color ease-out 0.2s; }
        #header #nav_primary.open ul li a:before {
          display: none; }
        #header #nav_primary.open ul li a:link {
          background-color: #f5f4f3; }
        #header #nav_primary.open ul li a:visited {
          background-color: #f5f4f3; }
        #header #nav_primary.open ul li a:hover {
          background-color: #fff;
          border-top: none;
          color: #44413f; }
        #header #nav_primary.open ul li a:active {
          color: #666; }
      #header #nav_primary.open ul li.menu-item-16 a {
        border: 0;
        border-radius: 0;
        text-align: left; }
      #header #nav_primary.open ul li.menu-item-16 a:before {
        display: none; }
      #header #nav_primary.open ul li.menu-item-16 a:link, #header #nav_primary.open ul li.menu-item-16 a:visited {
        background: #f5f4f3; }
      #header #nav_primary.open ul li.menu-item-16 a:hover, #header #nav_primary.open ul li.menu-item-16 a:active {
        background-color: #fff;
        color: #5f5b59; }
      #header #nav_primary.open ul li.current-menu-item a,
      #header #nav_primary.open ul li.current_page_item a,
      #header #nav_primary.open ul li.menu-item-16.current_page_item a {
        background-color: #cc5812;
        border-top: none;
        color: #f5f4f3; }
    #header #site_title a {
      height: 29px;
      font-size: 28px;
      padding: 30px 20px 15px 0;
      position: absolute;
      top: 0; }

  #main {
    padding-top: 20px; }

  .post-type-archive-project .projectthumb {
    display: block;
    float: none;
    margin: 0;
    width: auto; }

  #superheader h2 span {
    display: none; } }
