@charset "UTF-8";
/*
Theme Name: 401! 2014
Theme URI: http://401creative.com/
Author: 4O1! Creative
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -------- CLEARFIX -------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* html > body .clearfix {
  display: inline-block;
  width: 100%; }

* html .clearfix {
  /* Hide from IE-mac \* height: 1px; /* End hide from IE-mac */ }

.clearfix {
  zoom: 1; }

/**
 * Returns a list of all text-based input types (excluding textarea)
 * @pseudo {String} 	An optional pseudo selector (eg: :hover, :focus)
 * @additional {List} 	An optional list of additional input types posible types include: color, date, datetime, datetime-local, month, time, week
 */
/* ---------------------------------------------------------- */
/* ---- G L O B A L ----------------------------------------- */
/* ---------------------------------------------------------- */
body {
  font: 14px/30px "CenturyGothicRegular", Arial, sans-serif;
  text-align: center;
  background: #fdfdfd url(images/bg-pattern.jpg) repeat; }

strong {
  font-family: "CenturyGothicBold", Arial, sans-serif;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CenturyGothicBold",Arial,sans-serif;
  font-weight: normal; }

h2 {
  font-size: 28px;
  line-height: 36px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px; }

a {
  color: #e83b49;
  text-decoration: none; }

a:hover {
  color: #2b435c; }

p, ul, ol {
  margin: 0 0 15px; }

blockquote {
  background: url(images/pixels.gif) repeat #fafafa;
  padding: 20px;
  clear: both;
  margin: 15px 0;
  border-top: 3px solid;
  outline: 1px solid #ececec; }

.aligncenter {
  margin: 0 auto 10px; }

.alignleft {
  float: left;
  margin: 15px 30px 10px 0; }

.alignright {
  float: right;
  margin: 15px 0 30px 24px; }

.alignnone {
  margin-bottom: 30px;
  clear: both; }

.break-left {
  margin: 15px 0 20px -25.80%;
  float: none; }

.full-wide {
  margin: 15px -160px 24px;
  float: none; }

.extra-content .break-left,
.extra-content .full-wide {
  margin: 0; }

.alignleft .alignleft,
.alignright .alignright,
.alignnone .alignnone,
.break-left .break-left,
.full-wide .full-wide {
  margin: 0; }

.full-wide.wp-caption {
  text-align: center; }

.wp-caption {
  max-width: 100%; }
  .wp-caption.full-wide {
    max-width: inherit; }

.image-wrapper img {
  max-width: 100%;
  height: auto; }

.wp-caption-text {
  font: italic 12px Georgia, Times, "Times New Roman", serif;
  text-align: center;
  margin: 10px 0 0 0; }

.center-column h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  border-left: 5px solid;
  padding-left: 10px;
  transition: border-color 400ms ease-in-out;
  -o-transition: border-color 400ms ease-in-out;
  -ms-transition: border-color 400ms ease-in-out;
  -moz-transition: border-color 400ms ease-in-out;
  -webkit-transition: border-color 400ms ease-in-out; }

.section h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  border-left: 5px solid;
  padding-left: 10px; }

.section h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  border-left: 5px solid;
  padding-left: 10px; }

.section ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px; }
  .section ul li:before {
    width: 10px;
    height: 10px;
    background: #81bc09;
    content: "";
    position: absolute;
    left: 0;
    top: 10px; }

.section ul.services-circles li {
  padding-left: 0;
  margin-bottom: 30px; }
  .section ul.services-circles li:before {
    display: none; }

.section ol {
  list-style-type: none; }
  .section ol li {
    margin-bottom: 8px;
    counter-increment: step-counter;
    position: relative;
    padding-left: 30px;
    font-size: 1em; }
    .section ol li:before {
      content: counter(step-counter);
      position: absolute;
      left: 0px;
      top: 6px;
      font-size: 80%;
      background-color: #81bc09;
      color: white;
      font-weight: bold;
      height: 18px;
      width: 18px;
      line-height: 17px;
      text-align: center;
      text-indent: -1px; }

blockquote p {
  margin: 0;
  font: italic 16px/30px Georgia, Times, "Times New Roman", serif; }

blockquote p + p {
  margin-top: 15px; }

blockquote em {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  text-align: right; }

.section + .section {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  margin-top: 5px; }

#left-container .fb_iframe_widget {
  margin: 1em 0 2em 0; }

/* ---------------------------------------------------------- */
/* ---- I N T R O   T E X T --------------------------------- */
/* ---------------------------------------------------------- */
.intro-text {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 0 10px; }

.intro-text h2 {
  font-family: "CenturyGothicRegular",Arial,sans-serif;
  font-size: 30px;
  letter-spacing: 1px; }

.intro-text h2 em {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 24px; }

/* ---------------------------------------------------------- */
/* ---- P A G E   I N T R O S   /   T I T L E S ------------- */
/* ---------------------------------------------------------- */
.titles {
  border-bottom: 1px solid #ececec;
  padding: 20px 0 10px 0;
  margin-bottom: 25px;
  width: 630px; }

.titles.full-length {
  width: 100%;
  padding: 20px 0 23px 0; }

.titles h2.quote {
  text-align: center;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif; }

.titles h2 {
  font-size: 24px; }

.titles h3 {
  font: bold italic 14px/30px Georgia, Times, "Times New Roman", serif; }

.left-column {
  width: 14.89%;
  float: left;
  margin-right: 2.12%; }

.left-column p, .left-column li {
  font-size: 12px;
  line-height: 27px;
  font-weight: bold; }

.highlighted {
  font-size: 12px;
  font-family: "CenturyGothicRegular", Arial, sans-serif; }

.highlighted-services-list {
  list-style: none;
  padding-left: 0; }

.left-column li {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic; }

.center-column {
  width: 65.95%;
  float: left;
  position: relative; }

.center-column .excerpt p {
  font: italic 20px/28px Georgia, Times, "Times New Roman", serif; }

.page-template-page-services-php #post-container {
  position: relative; }

.right-column {
  width: 14.89%;
  float: right; }

.right-column.services-page {
  top: 0; }

/* ---------------------------------------------------------- */
/* ---- P A R A L L A X ------------------------------------- */
/* ---------------------------------------------------------- */
.parallax-container {
  position: relative; }

.parallax-container.template-imac {
  float: none;
  margin: 15px -160px -15px;
  width: 151.29%;
  height: 869px; }

.parallax-container .full-wide {
  margin: 0; }

.parallax-container.template-imac .parallax-mask {
  width: 100%;
  height: 100%;
  background: url(images/mac_template.png) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2; }

.parallax-container .image-wrapper {
  width: 89.76% !important;
  height: 58.11%;
  position: absolute;
  top: 5.01%;
  left: 5.01%;
  overflow: hidden;
  z-index: 1; }

#post-container .parallax-container .image-wrapper img {
  max-width: 100%;
  height: auto;
  border: 0 none; }

.parallax-container.template-imac .wp-caption-text {
  position: relative;
  text-align: center;
  top: -60px;
  width: 100%; }

.parallax-container > .break-left {
  width: 100% !important; }

/* ---------------------------------------------------------- */
/* ---- F A C E B O O K   C O M M E N T I N G --------------- */
/* ---------------------------------------------------------- */
#fb-comments {
  border: 1px solid #ececec;
  clear: both; }

#fb-comments #fb-inside {
  margin: 0 10px 10px; }

#fb-comments h3 {
  font-size: 16px;
  padding: 10px 16px;
  text-transform: lowercase;
  font-weight: normal; }

@font-face {
  font-family: 'CenturyGothicRegular';
  src: url("fonts/gothic-webfont.eot");
  src: local("â˜º"), url("fonts/gothic-webfont.woff") format("woff"), url("fonts/gothic-webfont.ttf") format("truetype"), url("fonts/gothic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CenturyGothicBold';
  src: url("fonts/gothicb-webfont.eot");
  src: local("â˜º"), url("fonts/gothicb-webfont.woff") format("woff"), url("fonts/gothicb-webfont.ttf") format("truetype"), url("fonts/gothicb-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#branding-popup {
  padding: 20px 20px 175px;
  background: url(images/popup-image.jpg) no-repeat bottom center; }
  #branding-popup h3 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px; }
  #branding-popup p {
    text-align: left; }

#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px; }

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0; }

#jquery-lightbox a {
  border: 0px none; }

#jquery-lightbox a img {
  border: none; }

#lightbox-container-image-box {
  position: relative;
  background-color: #252525;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

#lightbox-container-image {
  padding: 10px; }

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

#lightbox-container-image-box > #lightbox-nav {
  left: 0; }

#lightbox-nav a {
  outline: none; }

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block; }

#lightbox-nav-btnPrev {
  left: 0;
  float: left; }

#lightbox-nav-btnNext {
  right: 0;
  float: right; }

#lightbox-container-image-data-box {
  font: 10px Arial, Helvetica, sans-serif;
  background-color: #252525;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: hidden;
  width: 100%;
  padding: 0 10px 0;
  text-shadow: none; }

#lightbox-container-image-data {
  padding: 0 10px;
  color: #f5ebdf; }

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left; }

#lightbox-image-details-caption {
  font-weight: normal;
  font-size: 1.2em;
  color: #cbcccd; }

#lightbox-image-details-currentNumber {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  clear: left;
  padding-top: .5em;
  padding-bottom: 1.0em; }

#lightbox-secNav-btnClose {
  width: 92px;
  float: right;
  padding-bottom: 0.7em; }

/* ---------------------------------------------------------- */
/* ---- T E S T I M O N I A L S ----------------------------- */
/* ---------------------------------------------------------- */
.testimonial {
  border-top: 1px solid #ECECEC;
  margin: 15px 0 15px -25.84%;
  padding: 25px 0 5px;
  position: relative;
  width: 127.09%;
  overflow: hidden; }

.testimonial span {
  font-size: 14px;
  display: block;
  margin-top: 10px; }

.testimonial .pull {
  border-bottom: 3px solid;
  float: left;
  font: italic 20px/33px Georgia,Times,"Times New Roman",serif;
  margin: 0 2.54% 2.54% 0;
  padding: 0 5px 10px 0;
  width: 31.72%; }

.testimonial .quote {
  width: 63.45%;
  float: left;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px; }

.testimonial .pull br {
  display: none; }

.quote-icon {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  outline: 1px solid #fdfdfd; }

.quote-icon span {
  display: block;
  position: relative;
  top: -1px;
  left: -1px;
  width: 27px;
  height: 27px;
  background: url(images/sprite.png) -968px -548px no-repeat;
  margin: 0; }

.quote-author {
  margin-top: 12px;
  margin-bottom: 5px;
  font: italic 12px/30px Georgia,Times,"Times New Roman",serif; }

.quote-author strong {
  font: 18px/20px Georgia,Times,"Times New Roman",serif; }

.quote-author em {
  border-left: 1px solid #ececec;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px; }

/* ---------------------------------------------------------- */
/* ---- I M A G E   B U T T O N S --------------------------- */
/* ---------------------------------------------------------- */
.image-wrapper {
  position: relative; }

.pin-btn,
.enlarge-btn,
.play-btn {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 2; }

.template-imac .pin-btn,
.template-imac .enlarge-btn,
.template-imac .play-btn {
  margin-top: -17%; }

.pin-btn span.icon,
.enlarge-btn span.icon,
.play-btn span.icon {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(images/sprite.png) -440px -520px no-repeat;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out;
  -webkit-transition: background-color 400ms ease-in-out; }

.enlarge-btn span.icon {
  background-position: -380px -520px; }

.play-btn span.icon {
  background-position: -100px -200px; }

.enlarge .pin-btn {
  margin-left: -65px; }

.enlarge .enlarge-btn,
.enlarge .play-btn {
  margin-left: 5px; }

.image-wrapper img {
  margin: 0; }

.pin-btn span.text,
.enlarge-btn span.text,
.play-btn span.text {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  display: block;
  transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  -webkit-transition: color 400ms ease-in-out; }

/* ---------------------------------------------------------- */
/* ---- F U L L   C O N T A I N E R ------------------------- */
/* ---------------------------------------------------------- */
#full-container {
  width: 100%;
  overflow: hidden;
  border-top: 3px solid #e83b49;
  transition: border-color 400ms ease-in-out;
  -o-transition: border-color 400ms ease-in-out;
  -ms-transition: border-color 400ms ease-in-out;
  -moz-transition: border-color 400ms ease-in-out;
  -webkit-transition: border-color 400ms ease-in-out; }

#full-container.fixed {
  position: fixed; }

/* ---------------------------------------------------------- */
/* ---- T O P   C O N T A I N E R --------------------------- */
/* ---------------------------------------------------------- */
#top-container {
  width: 100%;
  display: block;
  background: #ececec;
  overflow: hidden;
  font-size: 13px;
  line-height: 14px;
  position: absolute;
  top: -9999px; }

#top-content {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  height: 325px;
  position: relative; }

#top-content .contact-card {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  width: 96%;
  max-width: 294px;
  height: 260px;
  box-shadow: 0 0 8 rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: 175px;
  z-index: 1; }

#top-content .contact-card p strong {
  font-size: 16px;
  margin-top: 4px;
  display: block; }

#top-content .directions-link {
  font-size: 11px; }

.infobox-wrapper {
  display: none; }

#infobox {
  height: 40px;
  padding: 7px;
  background: #fff url(images/marker_theme-default.png) 61px 45px no-repeat;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8 rgba(0, 0, 0, 0.3); }

#infobox strong {
  font: normal 16px/1 "CenturyGothicRegular",Arial,sans-serif;
  display: block;
  margin-bottom: 5px; }

#contact-map {
  width: 100%;
  height: 325px; }

.contact-card h3 {
  font: normal 30px/50px "CenturyGothicRegular", Arial, sans-serif;
  margin: 20px 0 -5px 30px; }

.contact-card p {
  margin-bottom: 0;
  margin-left: 110px;
  margin-top: 20px; }

.contact-card em {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  letter-spacing: 0.5px; }

.monster {
  text-indent: -9999px;
  position: absolute;
  bottom: -10px;
  left: -80px;
  background: transparent url(images/monster.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(images/monster.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(images/monster.svg);
  background-image: linear-gradient(transparent, transparent), url(images/monster.svg);
  background-size: 100% 100%;
  width: 172px;
  height: 210px;
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: Floating;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, -5px); }
  16% {
    -webkit-transform: translate(4px, 5px); }
  33% {
    -webkit-transform: translate(-2px, -7px); }
  50% {
    -webkit-transform: translate(3px, 8px); }
  66% {
    -webkit-transform: translate(5px, -6px); }
  83% {
    -webkit-transform: translate(-5px, 8px); }
  to {
    -webkit-transform: translate(0, -5px); } }

@keyframes Floating {
  from {
    transform: translate(0, -5px); }
  16% {
    transform: translate(4px, 5px); }
  33% {
    transform: translate(-2px, -7px); }
  50% {
    transform: translate(3px, 8px); }
  66% {
    transform: translate(5px, -6px); }
  83% {
    transform: translate(-5px, 8px); }
  to {
    transform: translate(0, -5px); } }

.admin-bar #top-container {
  margin-top: 28px; }

/* ---------------------------------------------------------- */
/* ---- H E A D E R ----------------------------------------- */
/* ---------------------------------------------------------- */
#nav-toggle {
  display: none; }

#header-container-wide {
  width: 100%;
  margin: 0 auto; }

.page-id-2903 #header-container-wide,
.parent-pageid-2903 #header-container-wide,
.home #header-container-wide {
  z-index: 12;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3); }

#header-container {
  width: 100%;
  max-width: 1100px;
  height: 112px;
  display: block;
  margin: 0 auto;
  position: relative; }

#logo-btn {
  float: left;
  height: 112px;
  width: 425px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url(images/logo_sprite.png) 30px -280px no-repeat;
  /*transition:         background-position 400ms ease-in-out;
    -o-transition:      background-position 400ms ease-in-out;
    -ms-transition:     background-position 400ms ease-in-out;
    -moz-transition:    background-position 400ms ease-in-out;
    -webkit-transition: background-position 400ms ease-in-out;*/ }

#hammer-logo {
  width: 425px;
  height: 88px;
  background: url(images/weidenhammer-logo.png);
  text-indent: -99999px; }

.starburst {
  background: transparent;
  width: 88px;
  height: 80px;
  display: block;
  margin: 16px 0 0 10px;
  transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
  -ms-transition: background-color 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out;
  -webkit-transition: background-color 400ms ease-in-out; }

.spriteloaded .starburst {
  background: #e83b49; }

.starburst span {
  display: block;
  width: 89px;
  height: 81px;
  text-indent: -9999px;
  position: relative;
  top: 0;
  left: 0;
  background: url(images/sprite.png) 0 -1020px no-repeat; }

/* ---------------------------------------------------------- */
/* ---- T H E M E   C H A N G E R --------------------------- */
/* ---------------------------------------------------------- */
.themes {
  bottom: 10px;
  position: absolute;
  right: 50%;
  margin-right: -470px; }

.themes strong {
  bottom: 5px;
  color: #000000;
  float: left;
  font-size: 12px;
  left: -110px;
  line-height: 16px;
  position: absolute; }

.themes ul {
  float: right;
  padding: 0 0 0 5px;
  list-style: none;
  width: 40px;
  margin: 0; }

.themes li {
  display: block;
  text-indent: -9999px;
  float: left;
  margin: 0 0 5px 5px; }

.themes li a {
  display: block;
  width: 15px;
  height: 15px;
  background: #d8d8d8;
  cursor: pointer; }

/* ---------------------------------------------------------- */
/* ---- N A V I G A T I O N --------------------------------- */
/* ---------------------------------------------------------- */
#nav-container {
  margin: 0 auto;
  text-align: left;
  top: 0;
  position: relative;
  height: 40px;
  padding-right: 10px; }

#main_nav {
  padding: 0;
  float: right;
  position: relative;
  z-index: 10; }

#main_nav li {
  list-style: none;
  display: block;
  float: left; }

#main_nav li a {
  display: block;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  border-top: 3px solid #fff;
  transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  -webkit-transition: color 400ms ease-in-out; }

.no-touch #main_nav li a:hover,
#main_nav li a.on,
#main_nav li.current-menu-item a,
#main_nav li.current-page-ancestor a,
.single-case_study #main_nav #menu-item-3132 a {
  border-top: 3px solid;
  transition: border-color 400ms ease-in-out;
  -o-transition: border-color 400ms ease-in-out;
  -ms-transition: border-color 400ms ease-in-out;
  -moz-transition: border-color 400ms ease-in-out;
  -webkit-transition: border-color 400ms ease-in-out; }

#main_nav li.nav-blog a {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 45px;
  padding: 0;
  width: 90px;
  transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  -ms-transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  -webkit-transition: background-color 400ms ease-in-out, color 400ms ease-in-out; }

.spriteloaded #main_nav li.nav-blog a {
  background: #aaa; }

#main_nav li.nav-blog a:hover {
  background-color: transparent;
  border: 0 none; }

#main_nav li.nav-blog a span {
  background: url(images/sprite.png) no-repeat -100px -21px;
  display: block;
  font-weight: bold;
  height: 30px;
  left: -1px;
  padding: 14px 10px 10px 35px;
  position: relative;
  top: -1px;
  width: 46px; }

#main_nav li a.on {
  border: 0 !important;
  padding: 13px 10px;
  color: #fff !important;
  transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
  -ms-transition: background-color 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out;
  -webkit-transition: background-color 400ms ease-in-out; }

#main_nav li.facebook,
#main_nav li.twitter {
  margin: 13px 0 10px 10px; }

#main_nav li.facebook {
  margin-left: 0; }

#main_nav li.facebook a,
#main_nav li.twitter a {
  border: 0 !important;
  text-indent: -9999em;
  width: 24px;
  height: 24px;
  background-image: url(images/sprite.png);
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
  -ms-transition: background-color 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out;
  -webkit-transition: background-color 400ms ease-in-out; }

#main_nav li.facebook a {
  background: #008CC2 url(images/sprite.png) -975px 0; }

#main_nav li.twitter a {
  background-position: -975px -24px; }

/* ---------------------------------------------------------- */
/* ---- C A R O U S E L ------------------------------------- */
/* ---------------------------------------------------------- */
#carousel-container {
  width: 100%;
  height: 468px;
  position: relative;
  z-index: 10; }

#carousel-container ul {
  display: block;
  list-style: none;
  position: relative;
  padding: 0; }

.carousel-items {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
  background: url(images/pixels.gif) center top repeat #ececec; }

.carousel-items ul {
  background: url(images/ajax-loader.gif) center center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 50%; }

.js .carousel-items ul {
  width: 980px;
  margin-left: -490px; }

.wide .carousel-items ul,
.no-js .carousel-items ul {
  width: 1900px;
  margin-left: -950px; }

.carousel-items li {
  position: absolute;
  top: 0;
  left: 0; }

#carousel-container #controls_wrap {
  width: 100%;
  padding: 0 15px;
  max-width: 940px;
  margin: -58px auto 31px; }

#carousel-container ul.controls {
  height: auto;
  width: auto;
  z-index: 10; }
  #carousel-container ul.controls:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

#carousel-container ul.controls li,
.mini-controls a {
  background: #fff;
  width: 15px;
  height: 15px;
  float: left;
  border: 0 none;
  padding: 0;
  text-indent: -9999px;
  display: block;
  position: relative;
  margin: 0 5px 0 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

#carousel-container ul.controls li.on,
.mini-controls a.on {
  background: transparent; }

.carousel-progress-wrapper {
  background: #ececec;
  margin: 3px auto 0;
  height: 3px;
  width: 100%;
  max-width: 940px; }

.carousel-progress {
  height: 3px;
  width: 0;
  display: block; }

/* ---------------------------------------------------------- */
/* ---- S I D E B A R --------------------------------------- */
/* ---------------------------------------------------------- */
.module {
  width: 298px;
  border: 1px solid #ececec;
  float: left;
  margin-bottom: 20px;
  position: relative; }

.module.gform_widget {
  height: auto; }

.module h3,
.module h4 {
  border-bottom: 1px solid #ececec;
  font-weight: normal;
  padding: 0 0 0 10px;
  width: auto;
  font-size: 16px;
  line-height: 36px; }

#right-container #postthumb img {
  display: block;
  max-width: 100%;
  height: auto; }

#right-container .fb-like {
  left: 10px;
  bottom: 7px;
  position: absolute;
  z-index: 100; }

.facebook-widget a img {
  display: block;
  max-width: 100%;
  height: auto; }

.facebook-widget h3 {
  border: 0 none;
  bottom: 1px;
  position: absolute;
  right: 10px;
  font-size: 22px; }

.facebook-widget h3 a,
.facebook-widget h3 a:hover {
  color: #fff;
  text-align: right;
  display: inline-block;
  line-height: 1.1;
  font-family: "CenturyGothicRegular",Arial,sans-serif; }

.cta-widget #collapser + a {
  clear: both;
  display: block; }

#collapser {
  border-left: 1px solid #ececec;
  float: right;
  font-size: 12px;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
  padding: 0px;
  width: auto;
  margin-top: -37px; }

#collapser a {
  display: block;
  height: 36px;
  line-height: 35px;
  padding: 0 10px 0 13px; }

.gform_widget .gform_title {
  float: left;
  width: 126px;
  height: 22px;
  padding: 8px 0 0 8px;
  background: #ECECEC;
  font-size: 12px;
  margin: 0;
  line-height: 1; }

.gform_widget .gform_wrapper {
  margin: 10px; }

#gform_wrapper_2 .gform_body {
  clear: both; }

.gform_widget .gfield {
  margin-bottom: 7px; }

.module.sticky {
  position: fixed;
  right: 50%;
  margin-right: -470px;
  top: 20px;
  z-index: 20;
  width: 298px; }

.module.locked {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 298px; }

.mini-carousel {
  width: 100%;
  padding: 0; }

.mini-items {
  height: 0;
  padding-bottom: 100%; }

.mini-item {
  position: absolute;
  top: 0;
  left: 0; }

.mini-item a {
  display: block; }

.mini-item img {
  width: 100%;
  height: auto;
  display: block; }

.mini-controls {
  position: absolute;
  bottom: -20px;
  right: 0; }

.mini-controls a {
  margin: 0 0 0 5px;
  background: #d8d8d8;
  -webkit-box-shadow: none;
  box-shadow: none; }

.mini-carousel .carousel-progress-wrapper {
  width: 100%; }

/* ---------------------------------------------------------- */
/* ---- F I L T E R ----------------------------------------- */
/* ---------------------------------------------------------- */
.module.filter-widget {
  border-left: 0 none;
  border-right: 0 none;
  border-top: 3px solid; }

.module.filter-widget .filter-container {
  height: auto;
  margin-top: 3px;
  overflow: hidden;
  text-align: center; }

.filter-headline {
  font-family: Georgia,Times,"Times New Roman",serif;
  font-style: italic;
  text-align: center;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px 10px; }

.filter-headline .headline {
  float: left; }

.filter-headline .descriptions {
  float: left;
  position: relative;
  margin-left: 5px; }

.filter-headline .description {
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 230px; }

.filter-widget .filter-btn {
  color: #ccc !important;
  float: left;
  font-family: Georgia,Times,"Times New Roman",serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  line-height: 58px;
  padding-left: 10px;
  width: 60px; }

.filter-widget a + a {
  margin-left: 7px; }

.filter-widget a.icon {
  width: 68px;
  height: 68px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: 1px solid #fdfdfd;
  margin-top: 0;
  transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out;
  -webkit-transition: background-color 400ms ease-in-out; }

.filter-widget a.icon span {
  width: 70px;
  height: 70px;
  display: block;
  background: url(images/sprite.png) -145px -425px no-repeat;
  text-indent: -9999px;
  position: relative;
  top: -1px;
  left: -1px; }

.filter-widget a.project-highlights span {
  background-position: -225px -425px; }

.filter-widget a.news-culture span {
  background-position: -305px -425px; }

.filter-widget a.industry-trends span {
  background-position: -385px -425px; }

/* ---------------------------------------------------------- */
/* ---- E X T E N D E D   P I X E L S ----------------------- */
/* ---------------------------------------------------------- */
.extra-container {
  z-index: 100;
  position: relative;
  float: right;
  margin: -140px -160px 0 0;
  top: 140px;
  height: 140px;
  overflow: visible !important;
  width: 100%; }

.extra-content-padder {
  height: 0; }

.extra-content-bg {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #FAFAFA url(images/pixels.gif) 40px 40px repeat;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3) inset, 0 -1px 3px -3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3) inset, 0 -1px 3px -3px rgba(0, 0, 0, 0.3) inset; }

.extra-link {
  position: absolute;
  right: 0;
  padding-right: 0;
  top: 0;
  display: block;
  z-index: 110;
  height: 100%;
  width: 140px;
  overflow: hidden;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

.extra-link strong {
  background: #FAFAFA url(images/pixels.gif) 40px 40px repeat;
  border: 1px solid #ECECEC;
  display: block;
  height: 48px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 90px 20px 0;
  font: bold italic 16px/18px Georgia, Times, "Times New Roman", serif;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.extra-link.open strong {
  display: none; }

.extra-close {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 24px;
  left: 50px;
  white-space: nowrap;
  z-index: 1;
  font: bold italic 16px/18px Georgia, Times, "Times New Roman", serif; }

.extra-link .extra-close span {
  display: inline; }

.extra-close .primary-color {
  font-size: 1.2em;
  position: relative;
  top: 0.1em; }

.extra-link.open .extra-close {
  display: block; }

.extra-link .kurt-loader,
.extra-link .festmonster {
  display: block;
  position: absolute;
  background-image: url(images/sprite.png);
  z-index: 1; }

.extra-link .kurt-loader {
  margin: 1px;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  outline: 1px solid #ECECEC;
  background-position: 0 -220px; }

@-webkit-keyframes kurtloader {
  0% {
    background-position: -40px -220px; }
  49% {
    background-position: -40px -220px; }
  50% {
    background-position: 0 -220px; }
  99% {
    background-position: 0 -220px; }
  100% {
    background-position: -40px -220px; } }

@keyframes kurtloader {
  0% {
    background-position: -40px -220px; }
  49% {
    background-position: -40px -220px; }
  50% {
    background-position: 0 -220px; }
  99% {
    background-position: 0 -220px; }
  100% {
    background-position: -40px -220px; } }

.extra-link.loading .kurt-loader {
  -webkit-animation: kurtloader 350ms infinite linear;
  animation: kurtloader 350ms infinite linear; }

.extra-link:hover strong {
  color: #FAFAFA; }

.extra-link .festmonster {
  background-position: 0 -300px;
  height: 100px;
  width: 140px;
  left: 30px;
  top: 40px;
  margin-top: 100px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.extra-link:hover .festmonster {
  margin-top: 0; }

.extra-link.open .festmonster {
  margin-top: 1000px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.extra-link.open strong {
  background: transparent;
  border-color: transparent; }

.extra-link span {
  display: block; }

.extra-content-container {
  display: none;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  overflow: hidden;
  width: 132.25%;
  padding-right: 22.45%; }

.extra-content {
  width: 96%;
  padding: 2%;
  position: relative;
  font: italic 15px/30px Georgia, Times, "Times New Roman", serif; }

/* ---------------------------------------------------------- */
/* ---- S P O T L I G H T S --------------------------------- */
/* ---------------------------------------------------------- */
.all-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backface-visibility: hidden; }

body.home #spotlight {
  width: 940px;
  position: relative; }

.spotlight-outter-wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  clear: both;
  transition: max-height 500ms ease-in-out;
  -o-transition: max-height 500ms ease-in-out;
  -ms-transition: max-height 500ms ease-in-out;
  -moz-transition: max-height 500ms ease-in-out;
  -webkit-transition: max-height 500ms ease-in-out; }

body.home .spotlight-outter-wrapper {
  border: 0 none;
  box-shadow: none;
  margin-top: 0;
  padding-top: 0;
  background: none; }

body.home #spotlight {
  top: 0;
  left: 0; }

#spotlight {
  position: relative;
  left: 0;
  margin: 0 auto; }

body.home .spotlight-filter,
.spotlight-filter {
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 3;
  margin: 0 auto; }

.spotlight-filter.fixed {
  bottom: -1px;
  left: 50%;
  margin-left: -491px;
  position: fixed;
  top: auto;
  z-index: 20; }

body.home .spotlight-filter {
  top: 0;
  left: 0;
  margin-bottom: 20px; }

.spotlight-filter ul {
  width: 940px;
  padding: 0;
  list-style: none;
  text-align: center; }

.spotlight-filter li {
  display: inline;
  color: #675132;
  font-style: italic;
  font-size: 14px;
  line-height: 40px;
  padding: 0 5px; }

.spotlight-filter li a {
  font-family: "CenturyGothicBold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 5px;
  display: inline;
  height: 37px; }

.spotlight-filter li .loading,
.spotlight-filter li.on .loading {
  background: url(images/ajax-loader.gif) 0 0 repeat-x;
  border-top: 0;
  padding-top: 3px; }

.spotlight-filter li a:hover {
  color: #294057; }

.touch .spotlight-filter .all {
  display: none; }

.spotlight-filter li.all a {
  font-style: italic;
  font-weight: bold;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #ccc !important;
  display: inline;
  padding: 0; }

.spotlight-filter li.all a:hover {
  color: #aaa; }

.spotlight-wrapper-wrapper {
  padding-top: 10px;
  width: 100%; }

body.home .spotlight-wrapper-wrapper {
  padding-top: 0; }

.spotlight-wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto; }

.spotlight-wrapper .prev-btn,
.spotlight-wrapper .next-btn {
  display: block;
  width: 18px;
  height: 58px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: -40px;
  text-indent: -9999px;
  z-index: 10; }

.spotlight-wrapper .prev-btn span,
.spotlight-wrapper .next-btn span {
  display: block;
  width: 20px;
  height: 60px;
  position: relative;
  top: -1px;
  left: -1px;
  background: url(images/sprite.png) -60px -100px no-repeat; }

.spotlight-wrapper .next-btn {
  left: auto;
  right: -20px; }

.spotlight-wrapper .next-btn span {
  background-position: -80px -100px; }

.spotlight-wrapper .off {
  display: none; }

.spotlights {
  position: relative;
  overflow: hidden; }

.loading .spotlights:after {
  content: '.';
  text-align: left;
  text-indent: -9999px;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(images/ajax-loader-bg.png) center 25% no-repeat;
  left: 0;
  top: 0;
  z-index: 10; }

.loading.spotlight-wrapper:after {
  content: '.';
  text-align: left;
  text-indent: -9999px;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(images/ajax-loader.gif) center 25% no-repeat;
  left: 0;
  top: 0;
  z-index: 10; }

.spotlight-list-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  position: relative;
  z-index: 2; }

.spotlight-all-list {
  width: 96% !important;
  padding: 0 2%; }
  .spotlight-all-list li {
    width: 31.27% !important;
    margin-right: 3.095% !important;
    height: auto !important; }
    .spotlight-all-list li .thumbnail {
      height: auto; }
    .spotlight-all-list li .title {
      width: auto !important; }
    .spotlight-all-list li img {
      display: block;
      width: 100%;
      height: auto; }

.spotlights ul {
  width: 1000px;
  position: relative;
  overflow: hidden;
  padding: 0;
  list-style: none;
  margin: 0 auto; }

.spotlights li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -webkit-transition: opacity 400ms ease-in-out; }

.loading .spotlights li {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -webkit-transition: opacity 400ms ease-in-out; }

.spotlights-js ul {
  position: absolute;
  top: 0;
  left: 0; }

.spotlights ul li {
  float: left;
  margin-right: 29px;
  margin-bottom: 13px;
  position: relative;
  width: 294px;
  -webkit-backface-visibility: hidden; }

.spotlights ul li.wide {
  width: 294px; }

.spotlights ul li.short {
  height: 135px; }

.spotlights ul li.tiny {
  width: 140px;
  height: 135px;
  margin-right: 182px; }

.no-js .spotlights ul li.tiny {
  margin-right: 20px; }

.spotlights ul li.short h4.title,
.spotlights ul li.tiny h4.title {
  display: none; }

.spotlights ul li.short-last h4.title,
.spotlights ul li.tiny-last h4.title {
  display: block; }

.spotlights ul li.tiny-last h4.title {
  position: relative;
  left: -154px; }

.spotlights ul li .title,
.spotlights ul li .excerpt {
  display: block;
  width: auto;
  padding: 10px 5px;
  margin: 0 5px; }

.spotlights ul li .title {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  width: 274px; }

.spotlights .spotlight {
  cursor: pointer; }

.spotlights .thumbnail {
  width: 100%;
  background: url(images/ajax-loader.gif) 50% 50% no-repeat;
  height: 283px;
  display: block;
  position: relative;
  overflow: hidden; }

.spotlights .thumbnail img, .blog .post-container .thumbnail img {
  transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -webkit-transition: opacity 400ms ease-in-out; }

.spotlights .thumbnail.loading img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.spotlights .thumbnail.loaded img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.spotlights .thumbnail .over,
.post-container .thumbnail .over {
  width: 100%;
  height: 100%;
  background: url(images/sprite.png) -700px -80px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out; }

.blog .post-container .thumbnail .over,
.archive .post-container .thumbnail .over {
  top: 3px;
  left: 3px; }

.ie8 .post-container .thumbnail .over {
  display: none; }

.archive-work .thumbnail .over {
  width: 101%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85); }

.spotlights .short .thumbnail .over {
  background-position: -700px -379px; }

.spotlights .tiny .thumbnail .over {
  background-position: -700px -540px; }

.spotlights .short .thumbnail,
.spotlights .tiny .thumbnail {
  height: 135px; }

.spotlights .spotlight:hover .thumbnail .over,
.blog .post-container:hover .thumbnail .over,
.archive .post-container:hover .thumbnail .over,
.archive-work .article:hover .thumbnail .over {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.spotlight-all-container {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  border-top: 3px solid; }

.admin-bar .spotlight-all-container {
  top: 28px; }

.spotlight-all-container h3 {
  margin: 0 auto 15px;
  padding: 40px 0 20px 0;
  position: relative;
  z-index: 2;
  width: 100%;
  font: normal 30px/60px "CenturyGothicRegular",Arial,sans-serif;
  background: url(images/gradiated-border.png) no-repeat scroll 50% bottom transparent; }

.spotlight-all-container .thumbnail img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out; }

.spotlight-all-container .thumbnail {
  background: transparent url(images/ajax-loader.gif) center center no-repeat; }

.spotlight-all-container .thumbnail.loaded img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.spotlight-all-loader {
  background: transparent url(images/ajax-loader.gif) center 0 no-repeat;
  height: 50px;
  padding-top: 80px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2; }

.all-close {
  background: url("images/sprite.png") repeat scroll -115px -115px transparent;
  font-size: 15px;
  height: 30px;
  left: 50%;
  line-height: 30px;
  margin-left: -15px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 22;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  text-indent: -9999px;
  -webkit-backface-visibility: hidden; }

.admin-bar .all-close {
  top: 28px; }

/* ---------------------------------------------------------- */
/* ---- C A S E   S T U D I E S ----------------------------- */
/* ---------------------------------------------------------- */
.header-image {
  height: 230px;
  width: 100%;
  background: #ddd url(images/pixels.gif) center top repeat;
  position: relative;
  z-index: 10;
  overflow: hidden; }

.header-image.empty {
  height: 42px; }

.header-image.short {
  height: 133px;
  background: #F1F1F1 url(images/pixels.gif) center top repeat; }

.header-image img {
  position: absolute;
  left: 50%;
  margin-left: -950px;
  display: block;
  bottom: 0; }

.featured_image {
  background: url(images/featured-bg.png) no-repeat left top;
  position: absolute;
  right: 0;
  top: -193px;
  right: -3px;
  width: 310px;
  height: 298px;
  z-index: 15; }

.featured-image-container {
  width: 294px;
  height: 283px;
  position: relative;
  overflow: hidden;
  left: 8px;
  top: 8px; }

.featured_image img {
  position: relative; }

/* ---------------------------------------------------------- */
/* ---- T E A M --------------------------------------------- */
/* ---------------------------------------------------------- */
#team-filter {
  margin-left: -26%;
  margin-top: 30px;
  width: 152%;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }

#team-highlights-list {
  border-top: 1px solid #eee;
  list-style: none;
  padding: 0 25px 0 0;
  width: 100%;
  height: 50px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.team-content {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 20;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #fdfdfd url(images/bg-pattern.jpg) repeat; }

.team-content .team-content-inner {
  border-top: 5px solid;
  margin-top: 2px;
  position: relative; }

.team-content .team-images-container {
  display: block;
  margin: 20px 20px 20px 0;
  float: left;
  padding: 2px;
  border: 1px solid #ECECEC; }

.team-content .team-images {
  display: block;
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 400px; }

.team-content .team-images img {
  position: absolute;
  display: block;
  border: 0 none !important; }

.team-content h4 {
  margin-top: 20px; }

.team-content h4 .title {
  text-transform: lowercase;
  font: italic bold 14px/20px Georgia, Times, "Times New Roman", serif; }

.team-content .meta {
  color: #bbb;
  font: italic bold 13px/20px Georgia, Times, "Times New Roman", serif; }

.team-content .close-member {
  display: block;
  position: absolute;
  left: 425px;
  top: 100%;
  margin-top: -60px;
  text-transform: uppercase;
  font: italic 17px/20px Georgia, Times, "Times New Roman", serif; }

.team-content .close-member span {
  text-transform: lowercase;
  font-weight: bold;
  margin-left: 5px; }

.team-loader {
  background: #FDFDFD;
  background: rgba(253, 253, 253, 0.8);
  height: 99%;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
  display: none;
  z-index: 19; }

.team-loader img {
  border: 0 none !important;
  padding: 10px;
  background: url(images/ajax-loader-bg.png) 0 0 no-repeat;
  left: 50%;
  margin-left: -60px;
  margin-top: -40px;
  position: absolute;
  top: 50%; }

#team-highlights-list li {
  float: left;
  font-size: 13px;
  line-height: 50px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  margin-bottom: 0; }
  #team-highlights-list li:before {
    display: none; }

#team-highlights-list li:hover {
  z-index: 2; }

#team-highlights-list li > a {
  margin-right: 20px;
  height: 50px;
  line-height: 50px;
  margin: 0 8px;
  font-family: "CenturyGothicBold",Arial,sans-serif; }

#team-highlights-list li:hover .popup {
  display: block; }

#team-highlights-list li:hover .popup a {
  font-family: "CenturyGothicBold",Arial,sans-serif; }

#team-highlights-list li .popup {
  background: url(images/bg-pattern.jpg);
  border: 1px solid #eee;
  bottom: 40px;
  font-size: 12px;
  left: 50%;
  line-height: 20px;
  margin-left: -150px;
  padding: 10px 20px;
  position: absolute;
  width: 260px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none; }

#team-highlights-list li .popup:after {
  content: '.';
  text-align: left;
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 13px;
  background: url(images/sprite.png) -310px 0 no-repeat;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -13px; }

#team-highlights-list li.filter-text {
  color: #ccc;
  font: italic bold 14px/52px Georgia, Times, "Times New Roman", serif;
  margin-right: 10px; }

#team-highlights-list li.filter-reload {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px; }

#team-highlights-list li.filter-reload a {
  width: 25px;
  height: 25px;
  overflow: hidden;
  position: relative;
  display: block;
  text-indent: -9999px;
  margin: 12px 0 0 0;
  -webkit-backface-visibility: hidden;
  transition: transform 400ms ease-in-out;
  -o-transition: -o-transform 400ms ease-in-out;
  -ms-transition: -ms-transform 400ms ease-in-out;
  -moz-transition: -moz-transform 400ms ease-in-out;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%; }

.touch #team-highlights-list li.filter-reload a {
  outline: 1px solid #fdfdfd;
  border: none; }

#team-highlights-list li.filter-reload a span {
  background: url(images/sprite.png) -117px -159px no-repeat;
  display: block;
  width: 27px;
  height: 27px;
  top: -1px;
  left: -1px;
  position: relative;
  border: none; }

#team-highlights-list li.filter-reload a:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border: none; }

#team-list {
  display: none;
  position: relative;
  padding: 0;
  width: 940px;
  height: auto; }
  #team-list li {
    float: left;
    cursor: pointer;
    display: block;
    margin: 0 1% 1% 0;
    padding-left: 0;
    width: 19.2%;
    /* 5-across */
    /* 6-across
        &:nth-of-type(6n) {
            margin-right:0;
        }
        */ }
    #team-list li:nth-of-type(5n) {
      margin-right: 0; }
    #team-list li:before {
      display: none; }
    #team-list li span {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
    #team-list li a {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    #team-list li h6 {
      font-weight: normal;
      font-size: 12px;
      line-height: 1.5;
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      padding: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: rgba(255, 255, 255, 0.65);
      font-family: "CenturyGothicRegular",Arial,sans-serif; }

@-webkit-keyframes in1 {
  0% {
    -webkit-transform: translateX(0%) translateY(-100%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0); } }

@-moz-keyframes in1 {
  0% {
    -moz-transform: translateX(0%) translateY(-100%) translateZ(0); }
  50%, 100% {
    -moz-transform: translateX(0%) translateY(0%) translateZ(0); } }

@keyframes in1 {
  0% {
    -webkit-transform: translateX(0%) translateY(-100%) translateZ(0);
    -moz-transform: translateX(0%) translateY(-100%) translateZ(0);
    -ms-transform: translateX(0%) translateY(-100%) translateZ(0);
    -o-transform: translateX(0%) translateY(-100%) translateZ(0);
    transform: translateX(0%) translateY(-100%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
    -moz-transform: translateX(0%) translateY(0%) translateZ(0);
    -ms-transform: translateX(0%) translateY(0%) translateZ(0);
    -o-transform: translateX(0%) translateY(0%) translateZ(0);
    transform: translateX(0%) translateY(0%) translateZ(0); } }

@-webkit-keyframes in2 {
  0% {
    -webkit-transform: translateX(100%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0); } }

@-moz-keyframes in2 {
  0% {
    -moz-transform: translateX(100%) translateY(0%) translateZ(0); }
  50%, 100% {
    -moz-transform: translateX(0%) translateY(0%) translateZ(0); } }

@keyframes in2 {
  0% {
    -webkit-transform: translateX(100%) translateY(0%) translateZ(0);
    -moz-transform: translateX(100%) translateY(0%) translateZ(0);
    -ms-transform: translateX(100%) translateY(0%) translateZ(0);
    -o-transform: translateX(100%) translateY(0%) translateZ(0);
    transform: translateX(100%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
    -moz-transform: translateX(0%) translateY(0%) translateZ(0);
    -ms-transform: translateX(0%) translateY(0%) translateZ(0);
    -o-transform: translateX(0%) translateY(0%) translateZ(0);
    transform: translateX(0%) translateY(0%) translateZ(0); } }

@-webkit-keyframes in3 {
  0% {
    -webkit-transform: translateX(0%) translateY(100%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0); } }

@-moz-keyframes in3 {
  0% {
    -moz-transform: translateX(0%) translateY(100%) translateZ(0); }
  50%, 100% {
    -moz-transform: translateX(0%) translateY(0%) translateZ(0); } }

@keyframes in3 {
  0% {
    -webkit-transform: translateX(0%) translateY(100%) translateZ(0);
    -moz-transform: translateX(0%) translateY(100%) translateZ(0);
    -ms-transform: translateX(0%) translateY(100%) translateZ(0);
    -o-transform: translateX(0%) translateY(100%) translateZ(0);
    transform: translateX(0%) translateY(100%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
    -moz-transform: translateX(0%) translateY(0%) translateZ(0);
    -ms-transform: translateX(0%) translateY(0%) translateZ(0);
    -o-transform: translateX(0%) translateY(0%) translateZ(0);
    transform: translateX(0%) translateY(0%) translateZ(0); } }

@-webkit-keyframes in4 {
  0% {
    -webkit-transform: translateX(-100%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0); } }

@-moz-keyframes in4 {
  0% {
    -moz-transform: translateX(-100%) translateY(0%) translateZ(0); }
  50%, 100% {
    -moz-transform: translateX(0%) translateY(0%) translateZ(0); } }

@keyframes in4 {
  0% {
    -webkit-transform: translateX(-100%) translateY(0%) translateZ(0);
    -moz-transform: translateX(-100%) translateY(0%) translateZ(0);
    -ms-transform: translateX(-100%) translateY(0%) translateZ(0);
    -o-transform: translateX(-100%) translateY(0%) translateZ(0);
    transform: translateX(-100%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
    -moz-transform: translateX(0%) translateY(0%) translateZ(0);
    -ms-transform: translateX(0%) translateY(0%) translateZ(0);
    -o-transform: translateX(0%) translateY(0%) translateZ(0);
    transform: translateX(0%) translateY(0%) translateZ(0); } }

@-webkit-keyframes out1 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(-100%) translateY(0%) translateZ(0); } }

@-moz-keyframes out1 {
  0% {
    -moz-transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -moz-transform: translateX(-100%) translateY(0%) translateZ(0); } }

@keyframes out1 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
    -moz-transform: translateX(0%) translateY(0%) translateZ(0);
    -ms-transform: translateX(0%) translateY(0%) translateZ(0);
    -o-transform: translateX(0%) translateY(0%) translateZ(0);
    transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(-100%) translateY(0%) translateZ(0);
    -moz-transform: translateX(-100%) translateY(0%) translateZ(0);
    -ms-transform: translateX(-100%) translateY(0%) translateZ(0);
    -o-transform: translateX(-100%) translateY(0%) translateZ(0);
    transform: translateX(-100%) translateY(0%) translateZ(0); } }

@-webkit-keyframes out2 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(-100%) translateZ(0); } }

@-moz-keyframes out2 {
  0% {
    -moz-transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -moz-transform: translateX(0%) translateY(-100%) translateZ(0); } }

@keyframes out2 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
    -moz-transform: translateX(0%) translateY(0%) translateZ(0);
    -ms-transform: translateX(0%) translateY(0%) translateZ(0);
    -o-transform: translateX(0%) translateY(0%) translateZ(0);
    transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(-100%) translateZ(0);
    -moz-transform: translateX(0%) translateY(-100%) translateZ(0);
    -ms-transform: translateX(0%) translateY(-100%) translateZ(0);
    -o-transform: translateX(0%) translateY(-100%) translateZ(0);
    transform: translateX(0%) translateY(-100%) translateZ(0); } }

@-webkit-keyframes out3 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(100%) translateY(0%) translateZ(0); } }

@-moz-keyframes out3 {
  0% {
    -moz-transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -moz-transform: translateX(100%) translateY(0%) translateZ(0); } }

@keyframes out3 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
    -moz-transform: translateX(0%) translateY(0%) translateZ(0);
    -ms-transform: translateX(0%) translateY(0%) translateZ(0);
    -o-transform: translateX(0%) translateY(0%) translateZ(0);
    transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(100%) translateY(0%) translateZ(0);
    -moz-transform: translateX(100%) translateY(0%) translateZ(0);
    -ms-transform: translateX(100%) translateY(0%) translateZ(0);
    -o-transform: translateX(100%) translateY(0%) translateZ(0);
    transform: translateX(100%) translateY(0%) translateZ(0); } }

@-webkit-keyframes out4 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(100%) translateZ(0); } }

@-moz-keyframes out4 {
  0% {
    -moz-transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -moz-transform: translateX(0%) translateY(100%) translateZ(0); } }

@keyframes out4 {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
    -moz-transform: translateX(0%) translateY(0%) translateZ(0);
    -ms-transform: translateX(0%) translateY(0%) translateZ(0);
    -o-transform: translateX(0%) translateY(0%) translateZ(0);
    transform: translateX(0%) translateY(0%) translateZ(0); }
  50%, 100% {
    -webkit-transform: translateX(0%) translateY(100%) translateZ(0);
    -moz-transform: translateX(0%) translateY(100%) translateZ(0);
    -ms-transform: translateX(0%) translateY(100%) translateZ(0);
    -o-transform: translateX(0%) translateY(100%) translateZ(0);
    transform: translateX(0%) translateY(100%) translateZ(0); } }

#team-list li img {
  border: 0 none !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(0) translateY(0) translateZ(0);
  -moz-transform: translateX(0) translateY(0) translateZ(0);
  -ms-transform: translateX(0) translateY(0) translateZ(0);
  -o-transform: translateX(0) translateY(0) translateZ(0);
  transform: translateX(0) translateY(0) translateZ(0); }
  #team-list li img:nth-of-type(1) {
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -moz-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0) translateZ(0);
    -o-transform: translateX(0) translateY(0) translateZ(0);
    transform: translateX(0) translateY(0) translateZ(0); }
  #team-list li img:nth-of-type(2) {
    -webkit-transform: translateX(100%) translateY(0) translateZ(0);
    -moz-transform: translateX(100%) translateY(0) translateZ(0);
    -ms-transform: translateX(100%) translateY(0) translateZ(0);
    -o-transform: translateX(100%) translateY(0) translateZ(0);
    transform: translateX(100%) translateY(0) translateZ(0); }
  #team-list li img:nth-of-type(3) {
    -webkit-transform: translateX(0) translateY(100%) translateZ(0);
    -moz-transform: translateX(0) translateY(100%) translateZ(0);
    -ms-transform: translateX(0) translateY(100%) translateZ(0);
    -o-transform: translateX(0) translateY(100%) translateZ(0);
    transform: translateX(0) translateY(100%) translateZ(0); }
  #team-list li img:nth-of-type(4) {
    -webkit-transform: translateX(-100%) translateY(0) translateZ(0);
    -moz-transform: translateX(-100%) translateY(0) translateZ(0);
    -ms-transform: translateX(-100%) translateY(0) translateZ(0);
    -o-transform: translateX(-100%) translateY(0) translateZ(0);
    transform: translateX(-100%) translateY(0) translateZ(0); }
  #team-list li img.current {
    z-index: 3; }
  #team-list li img.previous {
    z-index: 2; }

/* ---------------------------------------------------------- */
/* ---- F O O T E R ----------------------------------------- */
/* ---------------------------------------------------------- */
#footer-container {
  width: 100%;
  position: relative;
  margin: 40px auto 60px;
  background: url(images/gradiated-border.png) 50% top no-repeat;
  padding-top: 20px; }

.copyright {
  color: #aaa;
  padding: 40px 0;
  font-size: 10px;
  line-height: 14px;
  border-top: 1px solid #ececec;
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }

#konami-monsters canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: none; }

#konami-monsters.on canvas {
  z-index: 2000;
  display: block;
  cursor: url(images/close-cursor.png), pointer; }

.konami {
  background: transparent;
  display: block;
  left: 0;
  position: fixed;
  bottom: 0;
  z-index: 1000; }

.konami span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(images/sprite.png) -120px bottom no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }

.konami span.u {
  background-position: -120px bottom; }

.konami span.d {
  background-position: -140px bottom; }

.konami span.l {
  background-position: -160px bottom; }

.konami span.r {
  background-position: -180px bottom; }

.konami span.b {
  background-position: -200px bottom; }

.konami span.a {
  background-position: -220px bottom; }

/* ---------------------------------------------------------- */
/* ---- T W I T T E R   F E E D ----------------------------- */
/* ---------------------------------------------------------- */
.feed-strip {
  line-height: 14px;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 12px;
  border-top: 1px solid #ececec; }

.feed-strip strong {
  display: none; }

.feed-strip .time {
  color: #C0C0C0;
  font-size: 10px;
  font-style: italic;
  white-space: nowrap; }

.tweets-list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.tweet {
  padding-left: 26px;
  position: relative; }

.tweet:before {
  content: '.';
  text-indent: -9999px;
  width: 20px;
  height: 18px;
  background: url(images/sprite.png) -6px -127px no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: -1px; }

/* ---------------------------------------------------------- */
/* ---- F I X E D   F O O T E R ----------------------------- */
/* ---------------------------------------------------------- */
#static-footer {
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  height: 50px;
  width: 100%;
  z-index: 121; }

#static-footer .message {
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding: 12px 18px; }

#static-footer .footer-wrap {
  background: #fff;
  height: 50px;
  width: 100%;
  max-width: 938px;
  margin: 0 auto;
  border: 1px solid #ececec;
  border-bottom: 0 none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }

#static-footer p {
  float: left; }

#static-footer .social-wrap {
  float: right;
  width: 197px;
  border-left: 1px solid #ececec;
  padding: 12px; }

.error404 #static-footer .social-wrap {
  border: 0 none;
  padding-top: 9px;
  width: auto; }

#static-footer .social-wrap div + div {
  margin-left: 8px !important; }

#static-footer #facebook-sharrre,
#static-footer #twitter,
#static-footer #gplus,
#static-footer #supon,
#static-footer #linkedin,
#static-footer #pinterest {
  display: block;
  width: 60px;
  height: 25px;
  background: url(images/sprite.png) -380px -4px no-repeat;
  margin: 0;
  border: 0 none;
  float: left; }

#static-footer #facebook-sharrre:hover {
  background-position: -380px -37px; }

#static-footer #twitter {
  background-position: -479px -4px; }

#static-footer #twitter:hover {
  background-position: -479px -37px; }

#static-footer #pinterest {
  background-position: -578px -4px; }

#static-footer #pinterest:hover {
  background-position: -578px -37px; }

#static-footer #gplus {
  background-position: -677px -4px; }

#static-footer #gplus:hover {
  background-position: -677px -37px; }

#static-footer #linkedin {
  background-position: -776px -4px; }

#static-footer #linkedin:hover {
  background-position: -776px -37px; }

#static-footer #supon {
  background-position: -875px -4px; }

#static-footer #supon:hover {
  background-position: -875px -37px; }

#static-footer .share {
  display: none; }

#static-footer .count {
  position: relative;
  left: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #000;
  line-height: 24px;
  font-size: 12px; }

#static-footer .box {
  border: 0 none;
  text-decoration: none; }

/* ---------------------------------------------------------- */
/* ---- M A I N   C O N T E N T / A R T I C L E S ----------- */
/* ---------------------------------------------------------- */
#content-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  text-align: left; }

#left-container {
  position: relative;
  width: 65.9574468085%;
  float: left;
  overflow: visible;
  margin: 20px 0; }

#right-container {
  width: 31.914893617%;
  max-width: 300px;
  float: right;
  margin: 20px 0 20px 2.1276595745%; }

#single-nav {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  font-size: 16px; }

.single-case_study #single-nav {
  margin-bottom: 0; }

#single-nav > div {
  width: 50%;
  padding: 0;
  float: left;
  line-height: 20px; }

#single-nav .next-post {
  text-align: right;
  float: right; }

#single-nav a {
  position: relative;
  display: block;
  line-height: 25px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#single-nav .previous-post a {
  padding-left: 25px; }

#single-nav .next-post a {
  padding-right: 25px; }

#single-nav div span {
  color: #888888;
  display: block;
  font: italic bold 12px/1 Georgia,Times,"Times New Roman",serif; }

#single-nav .previous-post a:before,
#single-nav .next-post a:before {
  content: "";
  display: block;
  height: 25px;
  width: 23px;
  position: absolute;
  top: 0;
  outline: 1px solid #fdfdfd; }

#single-nav .previous-post a:before {
  background: url(images/sprite.png) no-repeat -61px -120px;
  left: 0; }

#single-nav .next-post a:before {
  background: url(images/sprite.png) no-repeat -75px -120px;
  right: 0; }

#post-container img {
  border: 1px solid #ececec; }

#post-container img.no-border {
  border: none; }

#postdate {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  font: bold italic 13px/30px Georgia, Times, "Times New Roman", serif;
  margin-bottom: 25px; }

.share {
  font-size: 11px;
  display: block;
  float: right;
  text-align: right;
  height: 16px;
  line-height: 16px;
  background: url(http://www.weidenhammercreative.com/wp-content/themes/fourohone2014/images/share-fb-icon.jpg) 0 0 no-repeat;
  padding-left: 20px;
  cursor: pointer; }

#share img {
  margin-right: 5px;
  height: 16px; }

#postthumb {
  border: 1px solid #ececec;
  display: block;
  margin-bottom: 20px;
  padding: 2px;
  width: 100%;
  float: left; }

.career > h2 {
  margin-bottom: 20px; }

.career .section {
  padding-left: 20px; }

.current-careers li {
  padding: 8px 0;
  border-top: 1px solid #eee;
  line-height: 20px;
  padding-left: 0;
  margin-bottom: 0; }
  .current-careers li:before {
    display: none; }

/* ---------------------------------------------------------- */
/* ---- A R C H I V E S ------------------------------------- */
/* ---------------------------------------------------------- */
.archive .post-container,
.blog .post-container {
  display: block;
  float: left;
  margin: 0 3.2258064516% 30px 0px;
  position: relative;
  width: 47.7419354839%; }

.archive .post-container.even,
.blog .post-container.even {
  margin-right: 0;
  clear: right; }

.archive .post-container img,
.blog .post-container img {
  padding: 2px;
  border: 1px solid #ececec;
  background: #fff;
  max-width: 100%;
  height: auto; }

.post-container .info {
  font-size: 12px;
  line-height: 17px;
  padding: 5px 15px; }

.post-container .hotspot {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(images/blank.gif) 0 0 repeat; }

.post-container .info h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  padding: 5px 0; }

.post-container .read-more {
  clear: both;
  font-size: 14px; }

.post-container .info p {
  margin-bottom: 5px; }

/* ---------------------------------------------------------- */
/* ---- W O R K --------------------------------------------- */
/* ---------------------------------------------------------- */
.archive-work {
  margin-left: -25.80%;
  width: 151.65%; }

.archive-work .article {
  clear: both;
  width: 100%;
  margin-bottom: 50px; }
  .archive-work .article:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.archive-work .case-content {
  float: right;
  width: 14.89%; }

.archive-work .case-content h3 {
  font-size: 18px;
  border: none;
  padding: 0;
  margin-top: -5px;
  line-height: 22px; }

.archive-work .case-content p {
  font-size: 12px;
  margin-bottom: 10px; }

.archive-work .case-content li {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold; }

.archive-work .article > a {
  float: left;
  width: 82.97%; }

.archive-work img {
  width: 100%;
  height: auto;
  display: block; }

.established {
  font-family: Georgia, serif;
  font-size: 25px !important;
  font-style: italic; }

/* ---------------------------------------------------------- */
/* ---- I C O N   H O V E R S ------------------------------- */
/* ---------------------------------------------------------- */
.post-container .thumbnail,
.archive-work .article .thumbnail {
  width: 100%;
  background: url(images/ajax-loader.gif) 50% 50% no-repeat;
  display: block;
  position: relative; }

.single .cat-icon,
.spotlights .thumbnail .over span.over-icon,
.post-container .thumbnail .over span.over-icon,
.archive-work .thumbnail .over span.case-study {
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin: 27% auto 0;
  border-radius: 40px;
  display: block;
  text-indent: -9999px;
  text-align: left; }

.spotlights .tiny .thumbnail .over span.over-icon {
  margin: 30px 0 0 27px; }

.spotlights .short .thumbnail .over span.over-icon {
  margin: 30px 0 0 107px; }

.archive-work .article .thumbnail .over span.case-study {
  margin: 10.78% auto 0;
  background-position: -18px -888px; }

.spotlights .thumbnail .over span + span,
.post-container .thumbnail .over span + span,
.archive-work .article .thumbnail .over span + span {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1.2em;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  background: none; }

.spotlights .tiny .thumbnail .over span + span,
.spotlights .short .thumbnail .over span + span {
  display: none; }

.single .cat-icon {
  float: left;
  height: 60px;
  margin: 4px 10px 0 0;
  width: 60px; }

.spotlights .thumbnail .over span.featured,
.post-container .thumbnail .over span.featured {
  background-position: -18px -434px; }

.single .cat-icon.industry-trends {
  background-position: -320px -520px; }

.spotlights .thumbnail .over span.industry-trends,
.post-container .thumbnail .over span.industry-trends {
  background-position: -18px -552px; }

.single .cat-icon.news-culture {
  background-position: -260px -520px; }

.spotlights .thumbnail .over span.news-culture,
.post-container .thumbnail .over span.news-culture {
  background-position: -18px -663px; }

.single .cat-icon.project-highlights {
  background-position: -200px -520px; }

.spotlights .thumbnail .over span.project-highlights,
.post-container .thumbnail .over span.project-highlights {
  background-position: -18px -780px; }

.single .cat-icon.case-studies,
.spotlights .thumbnail .over span.case-studies {
  background-position: -18px -888px; }

/* ---------------------------------------------------------- */
/* ---- P A G I N A T I O N --------------------------------- */
/* ---------------------------------------------------------- */
.wp_page_numbers {
  clear: both;
  display: block;
  float: right;
  width: 100%;
  padding-top: 20px;
  border-top: 3px solid; }

.wp_page_numbers ul {
  padding-left: 25px;
  position: relative;
  line-height: 25px; }

.wp_page_numbers li {
  float: left;
  list-style: none; }

.wp_page_numbers li.next-page_btn {
  position: absolute;
  top: 0;
  right: 0; }

.wp_page_numbers li.prev-page_btn {
  position: absolute;
  top: 0;
  left: 0; }

.wp_page_numbers a {
  display: block;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-size: 18px; }

.wp_page_numbers .prev-page_btn a,
.wp_page_numbers .next-page_btn a {
  outline: 1px solid #fdfdfd;
  color: #fff !important;
  display: block;
  height: 25px;
  width: 25px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -webkit-transition: opacity 400ms ease-in-out;
  border: 0 none;
  text-indent: -9999em;
  background: url(images/sprite.png) no-repeat -74px -117px; }

.wp_page_numbers .prev-page_btn a {
  background-position: -62px -117px; }

.wp_page_numbers li.prev-page_btn a:hover,
.wp_page_numbers li.next-page_btn a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  border: 0 none; }

.wp_page_numbers li.prev-page_btn a.null,
.wp_page_numbers li.next-page_btn a.null {
  background-color: #ececec; }

.wp_page_numbers .page_info {
  color: #D7D6D6;
  font-style: italic;
  margin-right: 0px;
  padding-left: 10px;
  position: absolute;
  right: 35px; }

/* ---------------------------------------------------------- */
/* ---- S E R V I C E S   P A G E --------------------------- */
/* ---------------------------------------------------------- */
.services-nav {
  padding: 0;
  list-style: none;
  width: 960px;
  margin: -18px auto 0;
  height: 151px;
  text-align: center; }

.services-nav li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid transparent;
  height: 151px;
  width: 119px;
  text-align: center;
  position: relative;
  transition: background 500ms;
  -webkit-transition: background 500ms; }

.services-nav li img {
  position: absolute;
  left: 26px;
  bottom: 20px;
  margin-left: 0;
  z-index: 1; }

.services-nav li.current_page_item {
  font-weight: 600; }

.services-nav li + li {
  border-color: #eee; }

.services-nav li a {
  display: block;
  height: 151px;
  width: 119px;
  color: #f1f1f0 !important;
  line-height: 265px;
  position: relative;
  z-index: 10;
  font-weight: normal; }

.services-circles {
  list-style: none;
  padding: 0;
  margin-left: -160px;
  width: 778px;
  border-top: 1px solid #ececec;
  margin-top: 25px;
  padding-top: 25px; }

.services-circles img + p, .services-circles img + br {
  display: none; }

.services-circles p a {
  padding-left: 6px; }

.services-circles li {
  display: block;
  min-height: 75px;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px; }

.services-circles h3 {
  margin-bottom: 0;
  border-left: none;
  padding: 7px 0 0; }

.services-circles h3 a {
  transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  -webkit-transition: color 400ms ease-in-out; }

.services-circles .bg {
  float: left;
  margin: -10px 25px 5px 0;
  border: none !important;
  display: block;
  width: 155px;
  height: 155px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out; }

.services-circles .bg .icon {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  left: -2px;
  top: -2px;
  background: url(images/sprite.png) -120px -660px no-repeat; }

.services-circles .video .icon {
  background-position: -280px -660px; }

.services-circles .print .icon {
  background-position: -440px -660px; }

.services-circles .interactive .icon {
  background-position: -120px -820px; }

.services-circles .photography .icon {
  background-position: -280px -820px; }

.services-circles .illustration .icon {
  background-position: -440px -820px; }

.services-circles .content .icon {
  background-position: -440px -980px; }

.services-circles .strategy .icon {
  background-position: -280px -980px; }

/* ---------------------------------------------------------- */
/* ---- F A C T O I D S ------------------------------------- */
/* ---------------------------------------------------------- */
.factoid {
  text-align: center;
  margin-bottom: 20px; }

.factoid .number {
  font-size: 30px;
  font-family: "CenturyGothicBold",Arial,sans-serif;
  position: relative;
  z-index: 2; }

.factoid .title {
  text-align: center;
  font: bold italic 12px/20px Georgia, serif; }

.factoid .bg {
  display: block;
  width: 98px;
  height: 98px;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  margin: 0 auto;
  outline: 1px solid #fdfdfd; }

.factoid .bg .icon {
  display: block;
  width: 100px;
  height: 100px;
  top: -1px;
  left: -1px;
  position: relative;
  background: url(images/sprite.png) -600px -700px no-repeat; }

.factoid.coffee .bg {
  height: 90px; }

.factoid.coffee .bg .icon {
  background-position: -600px -700px; }

.factoid.tacos .bg {
  height: 62px; }

.factoid.tacos .bg .icon {
  background-position: -700px -700px; }

.factoid.music .bg {
  height: 80px; }

.factoid.music .bg .icon {
  background-position: -800px -700px; }

.factoid.toys .bg {
  height: 82px; }

.factoid.toys .bg .icon {
  background-position: -900px -700px; }

.factoid.lunches .bg {
  height: 82px; }

.factoid.lunches .bg .icon {
  background-position: -600px -800px; }

.factoid.noobz .bg {
  height: 80px; }

.factoid.noobz .bg .icon {
  background-position: -700px -800px; }

.factoid.customers .bg {
  height: 76px; }

.factoid.customers .bg .icon {
  background-position: -800px -800px; }

.factoid.projects .bg {
  height: 80px; }

.factoid.projects .bg .icon {
  background-position: -900px -800px; }

.factoid.hugs .bg {
  height: 70px; }

.factoid.hugs .bg .icon {
  background-position: -600px -900px; }

/* ---------------------------------------------------------- */
/* ---- I M A G E   G A L L E R Y --------------------------- */
/* ---------------------------------------------------------- */
.image-gallery,
.get-illustrated {
  max-width: 100%;
  width: 618px;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ececec;
  margin-bottom: 30px; }

.image-gallery .caption {
  font: italic 12px Georgia, Times, "Times New Roman", serif;
  margin: 0; }

.image-gallery .caption-wrapper {
  left: 0;
  position: absolute;
  bottom: 0 !important;
  z-index: 1;
  width: 594px;
  text-align: center;
  padding: 0 10px 3px;
  background: rgba(255, 255, 255, 0.9); }

.image-gallery.breakout .caption-wrapper {
  height: 20px;
  background: none; }

.image-gallery.breakout .caption {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.gallery-images {
  height: 0;
  padding-bottom: 62%;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 2px; }

.no-js .gallery-images {
  height: auto;
  padding-bottom: 0; }

.gallery-images.gallery-images li {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 100%; }

.section .gallery-images li {
  padding-left: 0;
  margin-bottom: 0; }
  .section .gallery-images li:before {
    display: none; }

.gallery-images li + li {
  display: none; }

.no-js .gallery-images li {
  position: relative;
  display: list-item; }

.gallery-images a {
  display: block; }

.gallery-images img {
  margin: 0 auto;
  padding: 0 !important;
  border: 0 !important;
  display: block;
  background: #fdfdfd url(images/bg-pattern.jpg) repeat;
  max-width: 100%;
  height: auto; }

.gallery-images li .caption,
.gallery-images li p {
  margin: 0; }

.image-gallery .btn,
.image-gallery .counter,
.get-illustrated .btn {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 5px 13px;
  font-size: 14px;
  line-height: 24px; }

.image-gallery .btn.loading,
.get-illustrated .btn.loading {
  cursor: default; }

.image-gallery .left-arrow-btn,
.get-illustrated .left-arrow-btn {
  left: 0; }

.image-gallery .right-arrow-btn,
.get-illustrated .right-arrow-btn {
  right: 0; }

.image-gallery .counter {
  margin: 0;
  width: 100px;
  text-align: center;
  left: 50%;
  margin-left: -50px;
  padding: 5px 0; }

.image-gallery .counter .of {
  padding: 0 3px;
  font: italic 14px/24px Georgia, Times, "Times New Roman", serif; }

/* ---------------------------------------------------------- */
/* ---- C A S E   S T U D Y   G A L L E R Y ----------------- */
/* ---------------------------------------------------------- */
.single-case_study .image-gallery,
.page .image-gallery,
.get-illustrated {
  border: 0 none;
  margin-left: -25.80%;
  max-width: 780px;
  padding-right: 25.80%;
  text-align: left;
  width: 125.80%; }

.extra-container .image-gallery {
  border: 0;
  padding-right: 20.33%;
  width: 100%;
  max-width: 780px;
  text-align: left; }

.single-case_study .gallery-images,
.page .gallery-images {
  border: 1px solid #ececec;
  margin: 0; }

.page .gallery-images {
  border: none; }

.single-case_study .image-gallery .btn,
.page .image-gallery .btn,
.get-illustrated .btn {
  border-top: 5px solid;
  width: 66px;
  height: 56px;
  bottom: auto;
  left: auto;
  top: 0;
  padding: 0;
  overflow: hidden;
  padding: 2px;
  -webkit-background-clip: content-box; }

.single-case_study .image-gallery .btn span,
.page .image-gallery .btn span,
.get-illustrated .btn span {
  background: url(images/sprite.png);
  text-indent: -9999px;
  width: 70px;
  height: 60px;
  display: block;
  margin: -2px; }

.single-case_study .image-gallery .left-arrow-btn,
.page .image-gallery .left-arrow-btn,
.get-illustrated .left-arrow-btn {
  right: 70px; }

.single-case_study .image-gallery .right-arrow-btn,
.page .image-gallery .right-arrow-btn,
.get-illustrated .right-arrow-btn {
  right: 0; }

.single-case_study .image-gallery .left-arrow-btn span,
.page .image-gallery .left-arrow-btn span,
.get-illustrated .left-arrow-btn span {
  background-position: -160px -120px; }

.single-case_study .image-gallery .right-arrow-btn span,
.page .image-gallery .right-arrow-btn span,
.get-illustrated .right-arrow-btn span {
  background-position: -230px -120px; }

.single-case_study .image-gallery .counter,
.page .image-gallery .counter {
  left: auto;
  margin: 0;
  right: 160px;
  text-align: right;
  font-size: 12px; }

.single-case_study .image-gallery .caption,
.single-case_study .gallery-images li
.page .image-gallery .caption,
.page .gallery-images li {
  text-align: left; }

.single-case_study .caption-wrapper, .page .caption-wrapper {
  bottom: -28px;
  line-height: 25px;
  position: absolute;
  white-space: nowrap; }

/* ---------------------------------------------------------- */
/* ---- E X T E N D E D   P I X E L S   G A L L E R Y ------- */
/* ---------------------------------------------------------- */
.extra-content .image-gallery {
  margin-left: 0;
  margin-bottom: 0; }

.extra-content .image-gallery .btn {
  z-index: 111; }

/* ---------------------------------------------------------- */
/* ---- G E T   I L L U S T R A T E D ----------------------- */
/* ---------------------------------------------------------- */
.get-illustrated {
  margin-bottom: 0;
  margin-top: 28px; }

.get-illustrated ul.controls {
  position: absolute;
  right: 0;
  top: 70px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 140px; }

.get-illustrated ul.controls .selection a {
  font: bold italic 13px/20px Georgia, Times, "Times New Roman", serif; }

.get-illustrated ul.controls a.current {
  border-bottom: 1px dashed; }

.get-illustrated .left {
  float: left;
  position: relative;
  width: 380px;
  height: 370px;
  overflow: hidden; }

.get-illustrated img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none !important; }

.get-illustrated .left img.move {
  z-index: 2; }

.get-illustrated.switch .left img.move {
  left: 400px;
  -webkit-transition: left 500ms ease-in-out;
  -moz-transition: left 500ms ease-in-out;
  -ms-transition: left 500ms ease-in-out;
  -o-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out; }

.get-illustrated img.back {
  opacity: 0.5; }

.get-illustrated.switch .left img.back {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out 500ms;
  -moz-transition: opacity 500ms ease-in-out 500ms;
  -ms-transition: opacity 500ms ease-in-out 500ms;
  -o-transition: opacity 500ms ease-in-out 500ms;
  transition: opacity 500ms ease-in-out 500ms; }

.get-illustrated .right {
  float: right;
  position: relative;
  width: 380px;
  height: 370px;
  overflow: hidden; }

.get-illustrated .right .arrow {
  width: 83px;
  height: 75px;
  background: url(images/get-illustrated-arrow.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: -20px;
  z-index: 5;
  -webkit-transition: left 200ms ease-in-out;
  -moz-transition: left 200ms ease-in-out;
  -ms-transition: left 200ms ease-in-out;
  -o-transition: left 200ms ease-in-out;
  transition: left 200ms ease-in-out; }

.get-illustrated.switch .right img {
  -webkit-transition: left 500ms ease-in-out;
  -moz-transition: left 500ms ease-in-out;
  -ms-transition: left 500ms ease-in-out;
  -o-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out; }

/*.get-illustrated.switch .right .arrow {
    left:-10px;
}*/
.get-illustrated .right img {
  left: -400px; }

.get-illustrated .right img.current {
  left: 0; }

/* ---------------------------------------------------------- */
/* ---- G R A V I T Y   F O R M S --------------------------- */
/* ---------------------------------------------------------- */
#gform_wrapper_1 {
  width: 68.49%;
  position: relative;
  z-index: 2; }

#gform_wrapper_5 {
  margin-top: 8px;
  padding-top: 36px;
  overflow: visible; }

.gform_wrapper {
  overflow: hidden; }

.section .gform_wrapper {
  border-top: 1px solid #ececec;
  margin: 15px 0 30px;
  padding-top: 15px; }

.gform_wrapper .gform_description {
  clear: both;
  display: block;
  font-size: 14px;
  font-style: italic;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  line-height: 22px; }

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

.gfield {
  color: #aaa;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }

.honeypot,
.ginput_container .instruction {
  display: none; }

.gfield_label,
.ginput_complex label {
  float: left;
  width: 40%;
  text-align: right;
  padding-right: 15px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield input[type="url"],
.gfield textarea {
  background: #fff;
  font: 16px/30px "CenturyGothicRegular", Arial, sans-serif;
  width: 60%;
  float: left;
  padding: 0 7px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ececec;
  display: block;
  -webkit-transition: border-color 300ms ease-in-out;
  -moz-transition: border-color 300ms ease-in-out;
  -ms-transition: border-color 300ms ease-in-out;
  -o-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gfield.website input {
  border-color: #ececec; }

#full-container .gfield input[type="text"],
#full-container .gfield input[type="email"],
#full-container .gfield input[type="tel"],
#full-container .gfield input[type="url"],
#full-container .gfield textarea {
  width: 75%; }

/* illustrated */
.get_illustrated_form .gfield {
  position: relative;
  width: 100%; }

#full-container .get_illustrated_form .gfield input[type="text"],
#full-container .get_illustrated_form .gfield input[type="email"],
#full-container .get_illustrated_form .gfield input[type="url"],
#full-container .get_illustrated_form .gfield textarea {
  width: 100%;
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 5; }

#full-container .get_illustrated_form .textarea label {
  height: 102px; }

#full-container .get_illustrated_form .textarea textarea {
  height: 100px; }

#full-container .get_illustrated_form .gfield_label,
#full-container .get_illustrated_form .ginput_complex label {
  width: 100%;
  z-index: 6;
  height: 30px;
  text-indent: 10px;
  text-align: left;
  display: block;
  background: #fff; }

#full-container .get_illustrated_form input:focus,
#full-container .get_illustrated_form input.focus,
#full-container .get_illustrated_form textarea:focus,
#full-container .get_illustrated_form textarea.focus {
  background: #fff !important;
  color: #333; }

#full-container .gfield_label,
#full-container .ginput_complex label {
  width: 25%; }

.gfield textarea {
  height: 100px;
  resize: none; }

.gfield.multi > label {
  padding: 0; }

.gfield input:focus,
.gfield input.focus,
.gfield textarea:focus {
  background: #fff;
  border-color: inherit !important; }

.gfield_radio input,
.gfield_checkbox input {
  margin: 0 7px 0 0;
  position: relative;
  top: -2px; }

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

.ginput_complex > span {
  background: #fff;
  height: 30px;
  position: relative;
  display: block; }

.ginput_complex .ginput_right,
.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ginput_complex .ginput_left {
  margin-right: 2%; }

.ginput_complex > .ginput_full ~ span {
  margin-top: 7px; }

.gfield_description {
  font: 14px/30px Georgia, Times, "Times New Roman", serif; }

.fileupload label {
  display: none; }

.fileupload .ginput_container {
  position: relative;
  z-index: 2;
  width: 95%;
  height: 40px;
  overflow: hidden;
  border: 1px solid #ececec;
  float: right;
  margin: 2.5%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fileupload .ginput_container:after {
  content: 'Choose photo to be illustrated!';
  display: block;
  background: url(images/pixels.gif) repeat #fafafa;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  text-indent: 25px;
  width: 100%;
  height: 100%;
  border-top: 3px solid;
  text-align: center;
  cursor: pointer;
  font: italic 16px/38px Georgia, Times, "Times New Roman", serif; }

.fileupload .ginput_container:before {
  content: '.';
  text-indent: -20px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(images/sprite.png) -299px -218px no-repeat;
  position: absolute;
  overflow: hidden;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  top: 10px;
  left: 160px;
  z-index: 2;
  cursor: pointer; }

.fileupload label {
  display: none !important; }

.fileupload input {
  font-size: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer; }

.fileupload .gfield_description {
  width: 100%;
  border: 1px solid #eee;
  padding: 11.5% 10px 0 10px;
  position: relative;
  margin-top: -11.5%;
  float: right;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fileupload .gfield_description p {
  margin-bottom: 10px;
  line-height: 20px; }

.validation_message {
  display: block;
  position: absolute;
  right: 7px;
  bottom: 0;
  font: italic 10px/30px Georgia, Times, "Times New Roman", serif; }

.gfield select + label {
  border: 1px solid #ececec;
  line-height: 28px; }

.ginput_complex select {
  float: right;
  margin: 7px 5px;
  position: relative;
  z-index: 20; }

#gform_ajax_spinner_1 {
  position: absolute;
  left: 390px;
  bottom: 27px; }

#gform_5 .gform_footer {
  position: relative; }

#gform_ajax_spinner_5 {
  position: absolute;
  left: -20px;
  bottom: -25px;
  border: 0;
  outline: 0; }

.validation_error {
  border-bottom: 3px solid;
  margin-bottom: 15px;
  clear: left;
  display: none; }

.gfield.gfield_error input,
.gfield.gfield_error textarea {
  border: 1px dashed; }

.gform_button {
  width: 100px;
  height: 30px;
  background-color: inherit;
  display: block;
  float: right;
  font-size: 12px;
  padding: 5px 8px;
  border: 0px;
  color: #fff;
  cursor: pointer; }

#gform_submit_button_5 {
  width: 100%; }

/* support */
.gform_wrapper.support_wrapper {
  overflow: visible; }

.gform_wrapper .support {
  margin-top: 25px; }

.gform_wrapper .support .gfield_label {
  width: 100% !important;
  display: block;
  text-align: left; }

.gform_wrapper .support .gfield input {
  border-color: #ececec; }

.gform_wrapper .support .gfield {
  overflow: visible;
  clear: both; }

.gform_wrapper .support .ginput_container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.gform_wrapper .support .gfield input[type="text"],
.gform_wrapper .support .gfield input[type="email"],
.gform_wrapper .support .gfield input[type="tel"],
.gform_wrapper .support .gfield input[type="url"] {
  width: 100% !important; }

.gform_wrapper .support .gfield_required {
  color: #E83B49;
  margin-left: 2px; }

.gform_wrapper .gform_fields .gfield.form-left {
  float: left;
  width: 49%;
  clear: none; }

.gform_wrapper .gform_fields .gfield.form-right {
  float: right;
  width: 49%;
  margin-left: 2%;
  clear: none; }

/* comment this out if turning codrops back on */
/*.gform_wrapper .support select {
    border: 1px solid #ececec;
    padding: 5px 4px;
    width: 100%;
    height:35px;
    font-size:16px;
}

.gform_wrapper .support select option {
    padding:5px 10px;
    color:#e83b49;
    font-size:16px;
}*/
/* codrops selects */
div.gfield_select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.gfield_select:focus {
  outline: none; }

.gfield_select select {
  display: none; }

.gfield_select span {
  display: block;
  position: relative;
  cursor: pointer;
  height: 28px;
  padding: 2px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.gfield_select > span {
  padding-right: 3em;
  color: black;
  border: 1px solid #ececec;
  position: relative;
  z-index: 100; }

.gfield_select > span::after,
.gfield_select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gfield_select > span::after {
  content: '\25BE';
  right: 1em; }

.gfield_select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.gfield_select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.gfield_select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #e83b49;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }

.gfield_select.cs-active .cs-options {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.gfield_select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.gfield_select ul span {
  padding: 2px 10px;
  height: 35px;
  color: white;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out; }

.gfield_select ul span:hover {
  background: #D83641; }

.gfield_select ul li.cs-focus span {
  background-color: #ddd; }

.gfield_select .cs-options {
  overflow: visible;
  background: transparent;
  opacity: 1;
  visibility: visible;
  padding-bottom: 0.25em;
  pointer-events: none;
  z-index: 99; }

.gfield_select.cs-active .cs-options {
  pointer-events: auto; }

.gfield_select .cs-options > ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  background: #E83B49;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.gfield_select.cs-active .cs-options > ul::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.6s ease-out;
  animation: expand 0.6s ease-out; }

.gfield_select .cs-options ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s; }

.gfield_select.cs-active .cs-options ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out; }

@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1); }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1); }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1); }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1); } }

@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1); }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1); }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

/* date picker */
.ui-datepicker {
  width: 216px;
  z-index: 200 !important;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #E83B49;
  color: #e0e0e0;
  font-weight: bold;
  line-height: 30px; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: white;
  text-shadow: none;
  padding: 0 5px;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed; }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

.checklist-form .gfield > label {
  color: #666; }

.checklist-form .ginput_container {
  float: right;
  width: 75%; }
  .checklist-form .ginput_container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .checklist-form .ginput_container input[type="text"],
  .checklist-form .ginput_container input[type="email"],
  .checklist-form .ginput_container input[type="tel"],
  .checklist-form .ginput_container input[type="url"],
  .checklist-form .ginput_container textarea {
    width: 100% !important; }

.checklist-form .multi .ginput_container, .checklist-form .textarea .ginput_container {
  width: 100% !important; }
  .checklist-form .multi .ginput_container span, .checklist-form .textarea .ginput_container span {
    height: auto;
    float: left;
    width: 49%; }
    .checklist-form .multi .ginput_container span:after, .checklist-form .textarea .ginput_container span:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .checklist-form .multi .ginput_container span:nth-child(even), .checklist-form .textarea .ginput_container span:nth-child(even) {
      margin-left: 2%; }
  .checklist-form .multi .ginput_container li, .checklist-form .textarea .ginput_container li {
    display: inline; }
    .checklist-form .multi .ginput_container li:not(:first-child), .checklist-form .textarea .ginput_container li:not(:first-child) {
      margin-left: 2%; }

.checklist-form .multi label, .checklist-form .textarea label {
  width: 100% !important; }

.checklist-form .checkbox li {
  width: 100%;
  display: block !important;
  margin-left: 0 !important; }

.checklist-form label {
  text-align: left; }

.checklist-form ul {
  list-style: none; }
  .checklist-form ul li {
    padding-left: 0; }
    .checklist-form ul li:before {
      display: none; }

/* ---------------------------------------------------------- */
/* ---- 4 0 4   P A G E ------------------------------------- */
/* ---------------------------------------------------------- */
.img-404 {
  position: relative;
  overflow: hidden;
  height: 636px;
  padding-top: 6px;
  background: url(images/gradiated-border.png) 50% top no-repeat; }

.img-404 .broken {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -693px;
  z-index: 5; }

.monster-404 {
  background: #fff;
  left: 50%;
  margin-left: -398px;
  position: absolute;
  top: 71px;
  z-index: 20;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }

.img-404 .code {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 100px;
  margin-left: 70px; }

.error404 .message-404 {
  width: 940px;
  margin: 10px auto 30px;
  font: bold italic 18px/28px Georgia, Times, "Times New Roman", serif;
  letter-spacing: .075em; }

.message-404 a {
  white-space: nowrap; }

.error404 #footer-container {
  margin-top: 0; }

/* ---------------------------------------------------------- */
/* ---- C O L O R B O X ------------------------------------- */
/* ---------------------------------------------------------- */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#cboxOverlay {
  background: #f2f2f2; }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: #fff;
  max-width: 100%; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border-top: 5px solid;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -30px;
  left: 0;
  color: #777; }

#cboxCurrent {
  position: absolute;
  top: -30px;
  right: 0px;
  color: #777; }

#cboxLoadingGraphic {
  background: url(images/ajax-loader.gif) no-repeat center center; }

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/sprite.png) no-repeat scroll -60px -100px;
  width: 20px;
  height: 60px;
  text-indent: -9999px; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/sprite.png) no-repeat scroll -80px -100px;
  width: 20px;
  height: 60px;
  text-indent: -9999px; }

#cboxClose {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  background: url(images/sprite.png) repeat scroll -115px -115px;
  width: 30px;
  height: 30px;
  z-index: 3;
  text-indent: -9999px; }

#contact-content {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#contact-content .contact-info {
  position: absolute;
  right: 0;
  text-align: left;
  top: 115px;
  width: 30.13%;
  line-height: 20px; }

#contact-content .contact-info span {
  font: 13px/22px Georgia, Times, "Times New Roman", serif; }

#contact-content .contact-info em {
  font-style: italic;
  font-weight: bold;
  font-size: 15px;
  margin-right: 5px; }

#contact-content .fancypants {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 197px;
  height: 277px;
  background: url(images/sprite.png) -480px -80px no-repeat;
  transition: transform 600ms ease-in-out;
  -o-transition: -o-transform 600ms ease-in-out;
  -moz-transition: -moz-transform 600ms ease-in-out;
  -webkit-transition: -webkit-transform 600ms ease-in-out;
  transform: translate(20px, 50px);
  -o-transform: translate(20px, 50px);
  -moz-transform: translate(20px, 50px);
  -webkit-transform: translate(20px, 50px); }

#contact-content.up .fancypants {
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

#contact-content .gform_title {
  font-size: 28px;
  text-align: left; }

/* ---------------------------------------------------------- */
/* ---- Y O U T U B E   P L A Y E R ------------------------- */
/* ---------------------------------------------------------- */
.video-wide.video-wide {
  margin: 0 0 15px -25%;
  width: 150%;
  padding-bottom: 84%;
  height: 0;
  position: relative; }

.video-wide.playing {
  z-index: 1001; }

.video-small {
  background: #fff;
  border: 1px solid #ececec;
  margin: 0 0 15px;
  transition: width 400ms ease-in-out, height 400ms ease-in-out;
  -o-transition: width 400ms ease-in-out, height 400ms ease-in-out;
  -moz-transition: width 400ms ease-in-out, height 400ms ease-in-out;
  -webkit-transition: width 400ms ease-in-out, height 400ms ease-in-out;
  position: relative; }

.video-small.playing {
  z-index: 1001; }

html.youtube {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.youtube body {
  width: 100%;
  height: 100%; }

#player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.flashContainer {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }

.flashContainer object {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.flashContainer .thumbnail {
  height: auto;
  margin-top: -37.5%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2; }

.progressBar {
  display: none;
  position: absolute;
  width: auto;
  height: 8px;
  left: 20px;
  right: 105px;
  bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 3; }

.progressBar .elapsed {
  position: absolute;
  width: 0;
  height: 100%; }

.controlDiv {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  border-radius: 30px;
  background: #000 url(images/sprite.png) no-repeat;
  z-index: 3; }

.controlDiv.play {
  background-position: -100px -200px; }

.controlDiv.replay {
  background-position: -220px -200px; }

.controlDiv.pause {
  background-position: -160px -200px;
  display: none; }

.flashContainer:hover .controlDiv.pause {
  display: block; }

.playing:hover .flashContainer .progressBar {
  display: block; }

.playing .flashContainer .thumbnail,
.paused .flashContainer .thumbnail {
  display: none; }

/* ---------------------------------------------------------- */
/* ---- G L O B A L  S T U F F S ---------------------------- */
/* ---------------------------------------------------------- */
@media (max-width: 1019px) {
  #top-content .contact-card {
    margin-left: 2%;
    margin-right: 2%;
    left: auto;
    right: 0; }
  #nav-container {
    padding-right: 0; } }

@media (max-width: 1019px) and (min-width: 724px) {
  #header-container {
    height: 135px; } }

@media (max-width: 999px) {
  .spotlight-outter-wrapper {
    width: 617px;
    margin: 0 auto; }
  #spotlight, .spotlight-filter ul, .spotlight-wrapper {
    width: 100% !important; }
  .spotlight-wrapper .prev-btn, .spotlight-wrapper .next-btn {
    display: none; } }

@media (max-width: 960px) {
  #header-container-wide,
  #content-container,
  #footer-container {
    width: calc(100% - 30px);
    padding: 0 15px; }
  .left-column {
    width: 100%; }
    .left-column > *:last-child {
      margin-bottom: 0; }
  .center-column {
    width: 100%; }
  .module.sticky {
    position: relative !important;
    right: auto;
    margin-right: 0;
    top: auto;
    z-index: 2; }
  .module.locked {
    position: relative !important;
    right: auto;
    bottom: auto; } }

@media (max-width: 723px) {
  /* FANCY BURGER */
  #nav-toggle {
    display: block;
    z-index: 999;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer; }
    #nav-toggle span {
      display: block;
      position: absolute;
      width: 100%;
      background: #1e4277;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0px; }
  body.mobile-nav-open #nav-toggle span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  body.mobile-nav-open #nav-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  body.mobile-nav-open #nav-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  body.mobile-nav-open #nav-toggle span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }
  /* END FANCY BURGER */
  #header-container-wide {
    overflow: visible !important;
    z-index: auto !important; }
  #nav-container {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 998;
    background: #1e4277;
    color: #FFFFFF;
    -webkit-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.5); }
    #nav-container #main_nav {
      float: none;
      z-index: 998;
      padding: 10px 75px 10px 20px; }
      #nav-container #main_nav:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      #nav-container #main_nav li {
        float: none; }
        #nav-container #main_nav li a {
          border-top: none !important;
          padding: 10px 0;
          color: #FFFFFF !important; }
        #nav-container #main_nav li.facebook, #nav-container #main_nav li.twitter {
          margin: 10px 10px 0 0;
          float: left; }
        #nav-container #main_nav li:nth-last-child(-n+2) a {
          padding: 0; }
    #nav-container #main_nav li.contact a.on {
      background: none;
      border-left: 3px #81bc09 solid !important;
      padding-left: 8px; }
    #nav-container #main_nav li.nav-blog a span {
      background: none;
      padding: 0;
      top: auto;
      width: auto;
      font-weight: normal; }
      #nav-container #main_nav li.nav-blog a span:hover {
        background: none !important; }
  .spriteloaded #main_nav li.nav-blog a {
    background: none;
    height: auto;
    font-weight: normal; }
    .spriteloaded #main_nav li.nav-blog a:hover {
      background: none !important; }
  #gform_wrapper_1 {
    width: 100%; }
  #contact-content .fancypants {
    opacity: .10; }
  #contact-content .gform_title {
    padding-right: 50px; }
  #contact-content .contact-info {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    text-align: right;
    margin: 15px 0 0; }
  #contact-content .gfield_label, #contact-content .ginput_complex label {
    text-align: left; } }

@media (max-width: 723px) and (min-width: 500px) {
  #nav-toggle {
    width: 45px;
    height: 35px;
    position: absolute;
    top: 40px;
    right: 10px; }
    #nav-toggle span {
      height: 7px; }
    #nav-toggle span:nth-child(2), #nav-toggle span:nth-child(3) {
      top: 13px; }
    #nav-toggle span:nth-child(4) {
      top: 26px; }
  #nav-container {
    width: 0;
    max-width: 0;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -2%;
    -webkit-transition: max-width .25s ease-in-out, width .25s ease-in-out;
    -moz-transition: max-width .25s ease-in-out, width .25s ease-in-out;
    -o-transition: max-width .25s ease-in-out, width .25s ease-in-out;
    transition: max-width .25s ease-in-out, width .25s ease-in-out; }
  body.mobile-nav-open #full-container, body.mobile-nav-open #static-footer {
    position: relative; }
    body.mobile-nav-open #full-container:before, body.mobile-nav-open #static-footer:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 998;
      background: rgba(255, 255, 255, 0.8); }
  body.mobile-nav-open #nav-toggle span {
    background: #FFFFFF; }
  body.mobile-nav-open #nav-container {
    width: 104%;
    max-width: 320px; } }

@media (min-width: 660px) {
  .spotlight-all-list li:nth-child(3n) {
    margin-right: 0 !important; }
  .spotlight-all-list li:nth-child(3n+1) {
    clear: both; } }

@media (max-width: 659px) {
  .spotlight-outter-wrapper {
    width: 100%; }
  .spotlight-wrapper-wrapper {
    width: 294px;
    margin: 0 auto; } }

@media (max-width: 659px) and (min-width: 400px) {
  .spotlight-all-list li {
    width: 48.4525% !important; }
    .spotlight-all-list li:nth-child(2n) {
      margin-right: 0 !important; }
    .spotlight-all-list li:nth-child(2n+1) {
      clear: both; } }

@media (max-width: 599px) {
  .center-column {
    width: 100%; }
  .right-column {
    display: none; } }

@media (max-width: 499px) {
  #static-footer {
    display: none; }
  #logo-btn {
    background: url("images/m_logo.png") no-repeat center 15px;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    float: none;
    width: 290px;
    height: 62px;
    padding: 15px 0 25px;
    margin: 0 auto;
    background-size: contain; }
    #logo-btn .starburst {
      display: none; }
  #header-container {
    height: auto;
    padding-bottom: 15px; }
  #nav-toggle {
    width: 35px;
    height: 30px;
    position: relative; }
    #nav-toggle span {
      height: 6px; }
    #nav-toggle span:nth-child(2), #nav-toggle span:nth-child(3) {
      top: 11px; }
    #nav-toggle span:nth-child(4) {
      top: 22px; }
    #nav-toggle:after {
      content: "MENU";
      position: absolute;
      left: 50px;
      top: 0;
      font-size: 20px;
      height: 30px;
      line-height: 30px; }
  #nav-container {
    width: 104%;
    max-width: 104%;
    height: auto;
    max-height: 0;
    position: absolute;
    top: 147px;
    left: -2%;
    -webkit-transition: max-height .25s ease-in-out;
    -moz-transition: max-height .25s ease-in-out;
    -o-transition: max-height .25s ease-in-out;
    transition: max-height .25s ease-in-out; }
  body.mobile-nav-open #nav-container {
    max-height: 500px; }
  .monster {
    display: none; }
  .contact-card p {
    margin-left: 30px; }
  #contact-content .gfield_label, #contact-content .ginput_complex label {
    width: 100%; }
  #contact-content .gfield input[type="text"], #contact-content .gfield input[type="email"], #contact-content .gfield input[type="tel"], #contact-content .gfield input[type="url"], #contact-content .gfield textarea {
    width: 100%; } }

@media (max-width: 399px) {
  .spotlight-all-list li {
    width: 283px !important;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important; } }

@media (max-width: 360px) {
  #top-content .contact-card {
    max-width: none; } }

@media (max-width: 1030px) and (min-width: 724px) {
  #header-container {
    height: auto;
    border-bottom: 2px solid #eee; }
    #header-container h1 {
      width: 100%;
      text-align: center;
      display: block;
      float: left; }
      #header-container h1 #logo-btn {
        float: none;
        position: relative;
        bottom: auto;
        left: auto;
        display: inline-block; }
    #header-container #main_nav {
      width: 100%;
      text-align: center; }
      #header-container #main_nav li {
        display: inline-block;
        float: none; } }

/* ---------------------------------------------------------- */
/* ---- H O M E --------------------------------------------- */
/* ---------------------------------------------------------- */
@media (max-width: 980px) {
  #carousel-container {
    height: auto; }
    #carousel-container #controls_wrap {
      position: absolute;
      bottom: -37px;
      margin: 0; }
    #carousel-container .carousel-progress-wrapper {
      display: none; }
  .intro-text h2 {
    padding: 0 10px;
    font-size: 24px; }
  .carousel-items {
    height: 0;
    padding-bottom: 46.9387755102%; }
    .carousel-items img {
      width: 100%;
      height: auto; }
  .js .carousel-items ul {
    width: 100%;
    margin-left: 0;
    left: 0; } }

/* ---------------------------------------------------------- */
/* ---- W O R K --------------------------------------------- */
/* ---------------------------------------------------------- */
@media (max-width: 899px) {
  .archive-work {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 799px) {
  .archive-work .article > a, .archive-work .case-content {
    width: 100%; }
  .archive-work .case-content {
    margin: 0;
    padding: 7px 0 0;
    border-bottom: 1px #D5E8F9 solid; }
    .archive-work .case-content h3 {
      margin: 0; }
    .archive-work .case-content p:last-child {
      margin-bottom: 0; }
    .archive-work .case-content #case-left {
      max-width: 50%;
      float: left; }
    .archive-work .case-content #case-right {
      float: right; }
      .archive-work .case-content #case-right > h5 {
        height: 25px;
        line-height: 25px; }
      .archive-work .case-content #case-right > ul {
        margin: 0; }
        .archive-work .case-content #case-right > ul li {
          float: left; }
          .archive-work .case-content #case-right > ul li:not(:first-child) {
            margin-left: 10px; }
  .archive-work .article > a {
    margin: 0 0 15px; }
  .archive-work a {
    float: none; } }

@media (max-width: 599px) {
  .archive-work {
    margin-left: 0;
    width: 100%; }
  .archive-work .article .thumbnail .over span.case-study {
    margin-top: 7%; } }

@media (max-width: 514px) {
  #case-left {
    width: 100%; }
  #case-right {
    width: 100%; }
  .archive-work .case-content {
    padding: 5px 0; }
  .archive-work .thumbnail .over span:last-child {
    display: none !important; } }

@media (min-width: 960px) {
  #team-list li a.top img:nth-of-type(4) {
    -webkit-animation: out4 1000ms ease-in;
    -moz-animation: out4 1000ms ease-in;
    animation: out4 1000ms ease-in; }
  #team-list li a.top img:nth-of-type(1) {
    -webkit-animation: in1 1000ms ease-in-out;
    -moz-animation: in1 1000ms ease-in-out;
    animation: in1 1000ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  #team-list li a.right img:nth-of-type(1) {
    -webkit-animation: out1 1000ms ease-in;
    -moz-animation: out1 1000ms ease-in;
    animation: out1 1000ms ease-in; }
  #team-list li a.right img:nth-of-type(2) {
    -webkit-animation: in2 1000ms ease-in-out;
    -moz-animation: in2 1000ms ease-in-out;
    animation: in2 1000ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  #team-list li a.bottom img:nth-of-type(2) {
    -webkit-animation: out2 1000ms ease-in 1;
    -moz-animation: out2 1000ms ease-in 1;
    animation: out2 1000ms ease-in 1; }
  #team-list li a.bottom img:nth-of-type(3) {
    -webkit-animation: in3 1000ms ease-in-out 1;
    -moz-animation: in3 1000ms ease-in-out 1;
    animation: in3 1000ms ease-in-out 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  #team-list li a.left img:nth-of-type(3) {
    -webkit-animation: out3 1000ms ease-in 1;
    -moz-animation: out3 1000ms ease-in 1;
    animation: out3 1000ms ease-in 1; }
  #team-list li a.left img:nth-of-type(4) {
    -webkit-animation: in4 1000ms ease-in-out 1;
    -moz-animation: in4 1000ms ease-in-out 1;
    animation: in4 1000ms ease-in-out 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  #team-list li img {
    will-change: transform; } }

/* ---------------------------------------------------------- */
/* ---- W O R K -- I N T E R N A L -------------------------- */
/* ---------------------------------------------------------- */
@media (max-width: 999px) {
  .testimonial {
    width: 100%;
    margin-left: 0; } }

@media (max-width: 979px) {
  .single-case_study .center-column .first-section > .break-left {
    width: 125.80% !important; }
    .single-case_study .center-column .first-section > .break-left > .break-left, .single-case_study .center-column .first-section > .break-left img {
      width: 100% !important;
      height: auto; } }

@media (max-width: 960px) {
  .featured_image {
    display: none; }
  .header-image {
    height: auto; }
  .header-image img {
    left: auto;
    bottom: auto;
    margin-left: 0;
    width: 100%;
    height: auto;
    position: relative; }
  .parallax-container.template-imac {
    width: 450px;
    height: 423px;
    margin-left: auto;
    margin-right: auto; }
  .header-image.short {
    height: 50px;
    display: none; }
  .page-id-2903 #header-container-wide, .parent-pageid-2903 #header-container-wide, .home #header-container-wide {
    box-shadow: none; }
  .module {
    width: 100%; }
  .video-wide.video-wide {
    width: 100%;
    padding-bottom: 56.25%;
    margin-left: 0; }
  #team-filter {
    width: 100%;
    margin-left: 0; }
    #team-filter #team-list {
      width: 100%; } }

@media (max-width: 899px) {
  .full-wide {
    margin: 15px -160px 24px;
    float: none;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0; }
    .full-wide img {
      max-width: 100%;
      height: auto; }
  #team-filter {
    width: 100%;
    margin-left: 0;
    border: 0; }
    #team-filter #team-highlights-list {
      display: none; }
    #team-filter #team-list {
      width: 100%;
      height: auto !important; }
      #team-filter #team-list li {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 32%;
        margin: 0 2% 2% 0; }
        #team-filter #team-list li:nth-of-type(3n) {
          margin-right: 0; }
        #team-filter #team-list li span {
          margin: 0 auto;
          max-width: 100%;
          height: auto; }
          #team-filter #team-list li span img {
            position: relative;
            max-width: 100%;
            height: auto; }
  .services-circles {
    width: 100%;
    margin-left: 0; }
  .single-case_study .left-column, .single-case_study .center-column, .single-case_study .right-column {
    width: 100%; }
  .titles {
    width: 100%;
    margin-bottom: 10px; }
  .left-column p {
    margin: 0; }
  .left-column .highlighted-services-list {
    margin: 0 0 15px; }
    .left-column .highlighted-services-list:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .left-column .highlighted-services-list li {
      float: left; }
      .left-column .highlighted-services-list li:not(:first-child) {
        margin-left: 10px; }
  .filter-headline {
    font-size: 15px; }
  .template-imac .pin-btn,
  .template-imac .enlarge-btn,
  .template-imac .play-btn {
    margin-top: -21%; }
  .single-case_study .center-column .first-section > .break-left {
    width: auto !important;
    margin-left: 0;
    padding-right: 0; }
  .parallax-container.template-imac .wp-caption-text {
    top: -40px; }
  .extra-container {
    display: none;
    margin-right: 0; }
  .extra-content {
    width: 100%;
    padding: 0; }
  .extra-content-container {
    width: auto;
    padding-right: 160px;
    position: relative;
    right: auto;
    top: auto; }
  .single-case_study .image-gallery, .page .image-gallery, .get-illustrated {
    padding-right: 160px; }
  .single-case_study .image-gallery,
  .page .image-gallery,
  .get-illustrated {
    margin-left: 0;
    padding-right: 25.80%;
    width: 74.20%; }
  .titles h2.quote {
    font-size: 18px; } }

@media (max-width: 700px) {
  #left-container {
    width: 100%; }
  #right-container {
    width: 100%;
    margin: 0 auto;
    float: none; }
  .facebook-widget h3 {
    font-size: 18px; } }

@media (max-width: 599px) {
  .single-case_study .image-gallery,
  .page .image-gallery,
  .get-illustrated {
    padding-right: 0;
    width: 100%; }
  .image-gallery .caption-wrapper {
    width: 100%;
    padding: 0; }
  .single-case_study .image-gallery .counter, .page .image-gallery .counter {
    right: 0; }
  .image-gallery .btn, .get-illustrated .btn {
    position: relative;
    display: block;
    left: auto !important;
    right: auto !important;
    margin: 10px 0; }
  .left-arrow-btn {
    float: left; }
  .right-arrow-btn {
    float: right; }
  .services-circles .bg {
    display: none; }
  #footer-container {
    margin-bottom: 0; }
  .copyright {
    padding-bottom: 20px; } }

@media (max-width: 515px) {
  .parallax-container.template-imac {
    width: 300px;
    height: 295px;
    margin-bottom: 15px; } }

@media (max-width: 499px) {
  .testimonial .pull {
    width: 100%;
    margin: 0 0 15px; }
  .testimonial .quote {
    width: 100%;
    margin: 0; } }

@media (max-width: 399px) {
  .template-imac .pin-btn,
  .template-imac .enlarge-btn,
  .template-imac .play-btn {
    margin-top: -29%; }
  .extra-link {
    display: none; }
  .single-case_study .center-column .first-section > .break-left {
    padding-right: 0; }
  .wp_page_numbers .page_info {
    display: none; } }

.page-template-page-landing #full-container, .page-template-page-landing-delivery #full-container {
  width: 100%;
  padding: 0; }

.page-template-page-landing #header-container-wide, .page-template-page-landing-delivery #header-container-wide {
  box-sizing: border-box;
  padding: 0 27px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 999; }
  .page-template-page-landing #header-container-wide h2, .page-template-page-landing-delivery #header-container-wide h2 {
    float: right;
    font-size: 1.2857142857em;
    height: 112px;
    line-height: 112px; }

.page-template-page-landing #hero, .page-template-page-landing-delivery #hero {
  padding: 50px 27px;
  background: black;
  position: relative; }
  .page-template-page-landing #hero #bg, .page-template-page-landing-delivery #hero #bg {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .40;
    z-index: 1; }
  .page-template-page-landing #hero:after, .page-template-page-landing-delivery #hero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    opacity: .50;
    z-index: 2; }

.page-template-page-landing #hero-content, .page-template-page-landing-delivery #hero-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  color: #FFF; }
  .page-template-page-landing #hero-content:after, .page-template-page-landing-delivery #hero-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.page-template-page-landing #hero-left, .page-template-page-landing-delivery #hero-left {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 16px; }
  .page-template-page-landing #hero-left.centered, .page-template-page-landing-delivery #hero-left.centered {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    text-align: center; }
  .page-template-page-landing #hero-left h1, .page-template-page-landing-delivery #hero-left h1 {
    font-size: 2.625em;
    line-height: 1.1em;
    font-weight: bold;
    margin: 0 0 15px; }
  .page-template-page-landing #hero-left p:last-child, .page-template-page-landing-delivery #hero-left p:last-child {
    margin-bottom: 0; }

.page-template-page-landing #hero-slides, .page-template-page-landing-delivery #hero-slides {
  margin: 25px 0 0;
  padding: 25px 0 0;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 300ms ease-in;
  -moz-transition: height 300ms ease-in;
  transition: height 300ms ease-in; }
  .page-template-page-landing #hero-slides:before, .page-template-page-landing-delivery #hero-slides:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */ }
  .page-template-page-landing #hero-slides > li, .page-template-page-landing-delivery #hero-slides > li {
    width: 100%;
    font-size: 0.8571428571em;
    line-height: 1.8em;
    position: absolute;
    top: 25px; }
    .page-template-page-landing #hero-slides > li:after, .page-template-page-landing-delivery #hero-slides > li:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .page-template-page-landing #hero-slides > li img, .page-template-page-landing-delivery #hero-slides > li img {
      float: left;
      margin: 0 30px 15px 0;
      border-radius: 50%;
      border: 3px #FFF solid; }
    .page-template-page-landing #hero-slides > li .name, .page-template-page-landing-delivery #hero-slides > li .name {
      font-style: italic;
      text-align: right;
      padding-right: 3px; }

.page-template-page-landing #hero-slides-nav, .page-template-page-landing-delivery #hero-slides-nav {
  text-align: center;
  margin: 0; }
  .page-template-page-landing #hero-slides-nav > li, .page-template-page-landing-delivery #hero-slides-nav > li {
    display: inline-block; }
    .page-template-page-landing #hero-slides-nav > li > a, .page-template-page-landing-delivery #hero-slides-nav > li > a {
      display: block;
      text-indent: -99999px;
      overflow: hidden;
      width: 12px;
      height: 12px;
      background: rgba(255, 255, 255, 0.25);
      border-radius: 50%; }
      .page-template-page-landing #hero-slides-nav > li > a:hover, .page-template-page-landing-delivery #hero-slides-nav > li > a:hover {
        background: rgba(255, 255, 255, 0.5); }
      .page-template-page-landing #hero-slides-nav > li > a.current, .page-template-page-landing-delivery #hero-slides-nav > li > a.current {
        background: rgba(255, 255, 255, 0.75) !important; }

.page-template-page-landing #landing-content, .page-template-page-landing-delivery #landing-content {
  padding: 50px 27px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }
  .page-template-page-landing #landing-content:after, .page-template-page-landing-delivery #landing-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .page-template-page-landing #landing-content img, .page-template-page-landing-delivery #landing-content img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }

.page-template-page-landing #landing-left, .page-template-page-landing-delivery #landing-left {
  width: 50%;
  float: left;
  text-align: left; }
  .page-template-page-landing #landing-left.centered, .page-template-page-landing-delivery #landing-left.centered {
    width: 100%;
    max-width: 550px;
    float: none;
    text-align: center;
    margin: 0 auto; }
  .page-template-page-landing #landing-left h1, .page-template-page-landing #landing-left h2, .page-template-page-landing #landing-left h3, .page-template-page-landing #landing-left h4, .page-template-page-landing #landing-left h5, .page-template-page-landing #landing-left h6, .page-template-page-landing-delivery #landing-left h1, .page-template-page-landing-delivery #landing-left h2, .page-template-page-landing-delivery #landing-left h3, .page-template-page-landing-delivery #landing-left h4, .page-template-page-landing-delivery #landing-left h5, .page-template-page-landing-delivery #landing-left h6 {
    margin: 0 0 20px; }
  .page-template-page-landing #landing-left ul, .page-template-page-landing-delivery #landing-left ul {
    list-style: disc;
    margin-left: 15px; }

.page-template-page-landing #landing-right, .page-template-page-landing-delivery #landing-right {
  float: right;
  width: 40%; }
  .page-template-page-landing #landing-right .gform_wrapper, .page-template-page-landing-delivery #landing-right .gform_wrapper {
    overflow: visible;
    position: relative; }
    .page-template-page-landing #landing-right .gform_wrapper:before, .page-template-page-landing-delivery #landing-right .gform_wrapper:before {
      content: "";
      width: 104%;
      height: 104%;
      display: block;
      background: rgba(255, 255, 255, 0.25);
      position: absolute;
      top: -2%;
      left: -2%;
      z-index: 3; }
    .page-template-page-landing #landing-right .gform_wrapper form, .page-template-page-landing-delivery #landing-right .gform_wrapper form {
      background: #1e4277;
      position: relative;
      z-index: 3;
      margin-top: -265px; }
      .page-template-page-landing #landing-right .gform_wrapper form:after, .page-template-page-landing-delivery #landing-right .gform_wrapper form:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      .page-template-page-landing #landing-right .gform_wrapper form .gfield_label, .page-template-page-landing-delivery #landing-right .gform_wrapper form .gfield_label {
        text-align: left;
        width: 100%;
        color: #FFF; }
      .page-template-page-landing #landing-right .gform_wrapper form .ginput_container, .page-template-page-landing-delivery #landing-right .gform_wrapper form .ginput_container {
        width: 100%; }
        .page-template-page-landing #landing-right .gform_wrapper form .ginput_container > *, .page-template-page-landing-delivery #landing-right .gform_wrapper form .ginput_container > * {
          width: 100%; }
    .page-template-page-landing #landing-right .gform_wrapper .gform_title, .page-template-page-landing-delivery #landing-right .gform_wrapper .gform_title {
      color: #FFF;
      font-style: normal;
      font-weight: normal;
      font-size: 1.7142857143em;
      padding: 30px 30px 15px;
      width: 100%;
      box-sizing: border-box;
      text-align: left; }
    .page-template-page-landing #landing-right .gform_wrapper .gform_description, .page-template-page-landing-delivery #landing-right .gform_wrapper .gform_description {
      padding: 0 30px 15px;
      font-style: normal;
      color: #FFF;
      font-size: 1.1428571429em;
      width: 100%;
      box-sizing: border-box; }
    .page-template-page-landing #landing-right .gform_wrapper .gform_body, .page-template-page-landing-delivery #landing-right .gform_wrapper .gform_body {
      padding: 0 30px; }
    .page-template-page-landing #landing-right .gform_wrapper .gform_footer, .page-template-page-landing-delivery #landing-right .gform_wrapper .gform_footer {
      padding: 10px 30px 30px; }
      .page-template-page-landing #landing-right .gform_wrapper .gform_footer:after, .page-template-page-landing-delivery #landing-right .gform_wrapper .gform_footer:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      .page-template-page-landing #landing-right .gform_wrapper .gform_footer .gform_button, .page-template-page-landing-delivery #landing-right .gform_wrapper .gform_footer .gform_button {
        width: 100%;
        padding: 10px 15px;
        height: auto;
        box-sizing: border-box;
        font-size: 1.2857142857em;
        border: 5px #70a408 solid;
        -webkit-transition: all 150ms ease-in;
        -moz-transition: all 150ms ease-in;
        transition: all 150ms ease-in; }
        .page-template-page-landing #landing-right .gform_wrapper .gform_footer .gform_button:hover, .page-template-page-landing-delivery #landing-right .gform_wrapper .gform_footer .gform_button:hover {
          background: #70a408;
          padding: 12px 15px 8px; }

.page-template-page-landing #footer-container, .page-template-page-landing-delivery #footer-container {
  background: #D5E8F9;
  padding: 30px 27px;
  margin: 0;
  box-sizing: border-box; }
  .page-template-page-landing #footer-container .copyright, .page-template-page-landing-delivery #footer-container .copyright {
    border: none;
    padding: 0;
    color: #1e4277; }

@media (max-width: 1019px) {
  .page-template-page-landing #header-container, .page-template-page-landing-delivery #header-container {
    height: auto; }
    .page-template-page-landing #header-container:after, .page-template-page-landing-delivery #header-container:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; } }

@media (max-width: 859px) {
  .page-template-page-landing, .page-template-page-landing-delivery {
    font-size: 12px; }
    .page-template-page-landing #logo-btn, .page-template-page-landing-delivery #logo-btn {
      background: url("images/m_logo.png") no-repeat center top;
      display: block;
      position: relative;
      bottom: auto;
      left: auto;
      float: none;
      width: 307px;
      height: 62px;
      padding: 0;
      margin: 0 auto 30px; }
      .page-template-page-landing #logo-btn .starburst, .page-template-page-landing-delivery #logo-btn .starburst {
        display: none; }
    .page-template-page-landing #header-container-wide, .page-template-page-landing-delivery #header-container-wide {
      padding: 15px 6px; }
      .page-template-page-landing #header-container-wide h2, .page-template-page-landing-delivery #header-container-wide h2 {
        height: auto;
        text-align: center;
        line-height: 1em;
        float: none; }
    .page-template-page-landing #hero, .page-template-page-landing-delivery #hero {
      padding: 15px; }
    .page-template-page-landing #hero-left, .page-template-page-landing-delivery #hero-left {
      width: 100%; }
    .page-template-page-landing #landing-content, .page-template-page-landing-delivery #landing-content {
      padding: 15px; }
    .page-template-page-landing #landing-left, .page-template-page-landing-delivery #landing-left {
      width: 100%; }
    .page-template-page-landing #landing-right, .page-template-page-landing-delivery #landing-right {
      width: 100%; }
      .page-template-page-landing #landing-right .gform_wrapper form, .page-template-page-landing-delivery #landing-right .gform_wrapper form {
        width: 100%;
        max-width: 418px;
        margin: 15px auto 0; }
        .page-template-page-landing #landing-right .gform_wrapper form .gform_heading > *, .page-template-page-landing #landing-right .gform_wrapper form .gform_body, .page-template-page-landing #landing-right .gform_wrapper form .gform_footer, .page-template-page-landing-delivery #landing-right .gform_wrapper form .gform_heading > *, .page-template-page-landing-delivery #landing-right .gform_wrapper form .gform_body, .page-template-page-landing-delivery #landing-right .gform_wrapper form .gform_footer {
          padding-left: 15px;
          padding-right: 15px; }
        .page-template-page-landing #landing-right .gform_wrapper form .gform_heading > h3, .page-template-page-landing-delivery #landing-right .gform_wrapper form .gform_heading > h3 {
          padding-top: 15px; }
        .page-template-page-landing #landing-right .gform_wrapper form .gform_footer, .page-template-page-landing-delivery #landing-right .gform_wrapper form .gform_footer {
          padding-bottom: 15px; }
    .page-template-page-landing #footer-container, .page-template-page-landing-delivery #footer-container {
      padding: 15px; } }

@media (max-width: 399px) {
  .page-template-page-landing #hero-slides > li img, .page-template-page-landing-delivery #hero-slides > li img {
    display: none; } }

.page-template-page-landing-b #full-container {
  width: 100%;
  padding: 0; }

.page-template-page-landing-b #header-container-wide {
  box-sizing: border-box;
  padding: 0 27px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 3px;
  left: 0;
  z-index: 999;
  background: #FFF; }
  .page-template-page-landing-b #header-container-wide h2 {
    float: right;
    font-size: 1.2857142857em;
    height: 112px;
    line-height: 112px; }

.page-template-page-landing-b #hero {
  width: 100%;
  height: 500px;
  position: relative;
  background: #000;
  margin: 112px 0 0; }
  .page-template-page-landing-b #hero #bg {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .40;
    z-index: 1; }
  .page-template-page-landing-b #hero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    opacity: .50;
    z-index: 2; }

.page-template-page-landing-b #hero-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  color: #FFF; }
  .page-template-page-landing-b #hero-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.page-template-page-landing-b #footer-container {
  background: #D5E8F9;
  padding: 30px 27px;
  margin: 0;
  box-sizing: border-box; }
  .page-template-page-landing-b #footer-container .copyright {
    border: none;
    padding: 0;
    color: #1e4277; }

/* ---------------------------------------------------------- */
/* ---- C O L O R   C H A N G E S --------------------------- */
/* ---------------------------------------------------------- */
/* == N O   J A V A S C R I P T  D E F A U L T S ==================
*/
/* primary background (no javascript) */
.no-js .starburst,
.no-js #main_nav li.nav-blog a:hover,
.no-js .primary-bg,
.no-js #main_nav li a.on,
.no-js #main_nav li.twitter a,
.no-js .services-nav li.current_page_item,
.no-js .services-nav li:hover,
.no-js #carousel-container ul.controls li.on,
.no-js .mini-controls a.on,
.no-js .all-close,
.no-js .wp_page_numbers .prev-page_btn a:hover,
.no-js .wp_page_numbers .next-page_btn a:hover,
.no-js .single-case_study .image-gallery .btn:hover,
.no-js .page .image-gallery .btn:hover,
.no-js .get-illustrated .btn:hover,
.no-js .spotlight-wrapper .prev-btn:hover,
.no-js .spotlight-wrapper .next-btn:hover,
.no-js #single-nav .previous-post:hover a:before,
.no-js #single-nav .next-post:hover a:before,
.no-js #cboxPrevious:hover,
.no-js #cboxNext:hover,
.no-js #cboxClose:hover,
.no-js .gform_button,
.no-js .filter-widget a.icon:hover,
.no-js .filter-widget a.icon.current,
.no-js .testimonial .quote-icon,
.no-js .enlarge-btn:hover span.icon,
.no-js .play-btn:hover span.icon,
.no-js .pin-btn:hover span.icon {
  background-color: #81bc09; }

/* secondary background (no javascript) */
.no-js .single .cat-icon,
.no-js .secondary-bg,
.no-js .carousel-progress,
.no-js .post-container .thumbnail .over span.over-icon,
.no-js #carousel-container ul.controls li:hover,
.no-js .mini-controls a:hover,
.no-js .secondary-bg,
.no-js #main_nav li.facebook a:hover,
.no-js #main_nav li.twitter a:hover,
.no-js .wp_page_numbers .prev-page_btn a,
.no-js .wp_page_numbers .next-page_btn a,
.no-js .extra-link.open .kurt-loader,
.no-js .services-nav li,
.no-js .services-circles a:hover .bg,
.no-js .single-case_study .image-gallery .btn,
.no-js.touch .single-case_study .image-gallery .btn,
.no-js .page .image-gallery .btn,
.no-js.touch .page .image-gallery .btn,
.no-js .get-illustrated .btn,
.no-js.touch .get-illustrated .btn,
.no-js .spotlight-wrapper .prev-btn,
.no-js .spotlight-wrapper .next-btn,
.no-js #single-nav .previous-post a:before,
.no-js #single-nav .next-post a:before,
.no-js #cboxPrevious,
.no-js #cboxNext,
.no-js #cboxClose,
.no-js .gform_button:hover,
.no-js #team-highlights-list li.filter-reload a,
.no-js .filter-widget a.icon,
.no-js .factoid .bg,
.no-js .spotlights .thumbnail .over .over-icon,
.no-js .enlarge-btn span.icon,
.no-js .play-btn span.icon,
.no-js .pin-btn span.icon {
  background-color: #1e3871; }

.no-js .themes,
.no-js #carousel-container .controls,
.no-js .spotlights ul li .title,
.no-js .spotlight-filter,
.no-js .image-gallery .counter,
.no-js .left-arrow-btn,
.no-js .right-arrow-btn {
  display: none; }

/* == T H E M E :   G L O B A L ===================================
  primary: #e83b49
  secondary: $secondary_global
*/
/* primary color */
a,
.primary-color,
.no-touch .theme-hammer #main_nav li a:hover,
#main_nav li.current-menu-item a,
#main_nav li.current-page-ancestor a,
.wp_page_numbers,
.spotlight-filter li.on a,
.left-column li,
.team-content h4 .title,
#team-highlights-list li a,
.single-case_study .image-gallery .btn,
.single-case_study #main_nav #menu-item-3132 a,
.page .image-gallery .btn,
.get-illustrated .btn,
.post-container .info h3,
.post-container .read-more,
.module.filter-widget,
.services-circles h3 a,
.quote-author strong,
.validation_message,
.pin-btn:hover span.text,
.enlarge-btn:hover span.text,
.play-btn:hover span.text,
#team-highlights-list li .popup a,
.fileupload .ginput_container {
  color: #81bc09; }

/* secondary color */
body,
a:hover,
#team-list li h6,
.secondary-color,
#main_nav li a,
.wp_page_numbers .active_page a,
.spotlight-filter li a,
a:hover,
.extra-link.open:hover strong,
.team-content .close-member span,
.spotlights .thumbnail .over span,
.post-container .thumbnail .over span,
#team-highlights-list li a.on,
.services-circles h3 a:hover,
.testimonial .pull,
.filter-headline .headline,
.pin-btn span.text,
.enlarge-btn span.text,
.play-btn span.text,
#team-highlights-list li .popup a:hover,
.fileupload .ginput_container:hover,
.fileupload .gfield_description strong {
  color: #1e3871; }

/* primary background */
.themes li.on a.theme-default,
.themes li a.theme-default:hover,
.spriteloaded .starburst,
.spriteloaded #main_nav li.nav-blog a:hover,
.spriteloaded .primary-bg,
.spriteloaded #main_nav li a.on,
.spriteloaded #main_nav li.twitter a,
.spriteloaded .services-nav li.current_page_item,
.spriteloaded .services-nav li:hover,
.spriteloaded #carousel-container ul.controls li.on,
.spriteloaded .mini-controls a.on,
.spriteloaded .all-close,
.spriteloaded .wp_page_numbers .prev-page_btn a:hover,
.spriteloaded .wp_page_numbers .next-page_btn a:hover,
.spriteloaded .single-case_study .image-gallery .btn:hover,
.spriteloaded .page .image-gallery .btn:hover,
.spriteloaded .get-illustrated .btn:hover,
.spriteloaded .spotlight-wrapper .prev-btn:hover,
.spriteloaded .spotlight-wrapper .next-btn:hover,
.spriteloaded #single-nav .previous-post:hover a:before,
.spriteloaded #single-nav .next-post:hover a:before,
.spriteloaded #cboxPrevious:hover,
.spriteloaded #cboxNext:hover,
.spriteloaded #cboxClose:hover,
.spriteloaded .gform_button,
.spriteloaded .filter-widget a.icon:hover,
.spriteloaded .filter-widget a.icon.current,
.spriteloaded .testimonial .quote-icon,
.controlDiv:hover,
.spriteloaded .enlarge-btn:hover span.icon,
.spriteloaded .play-btn:hover span.icon,
.spriteloaded .pin-btn:hover span.icon,
.spriteloaded .progressBar .elapsed,
.spriteloaded .fileupload .ginput_container:before {
  background-color: #81bc09; }

/* secondary background */
.spriteloaded .single .cat-icon,
.spriteloaded .secondary-bg,
.spriteloaded .carousel-progress,
.spriteloaded .post-container .thumbnail .over span.over-icon,
.spriteloaded #carousel-container ul.controls li:hover,
.spriteloaded .mini-controls a:hover,
.spriteloaded .secondary-bg,
.spriteloaded #main_nav li.facebook a:hover,
.spriteloaded #main_nav li.twitter a:hover,
.spriteloaded .wp_page_numbers .prev-page_btn a,
.spriteloaded .wp_page_numbers .next-page_btn a,
.spriteloaded .extra-link.open .kurt-loader,
.spriteloaded .services-nav li,
.spriteloaded .services-circles a:hover .bg,
.spriteloaded .single-case_study .image-gallery .btn,
.spriteloaded.touch .single-case_study .image-gallery .btn,
.spriteloaded .page .image-gallery .btn,
.spriteloaded.touch .page .image-gallery .btn,
.spriteloaded .get-illustrated .btn,
.spriteloaded.touch .get-illustrated .btn,
.spriteloaded .spotlight-wrapper .prev-btn,
.spriteloaded .spotlight-wrapper .next-btn,
.spriteloaded #single-nav .previous-post a:before,
.spriteloaded #single-nav .next-post a:before,
.spriteloaded #cboxPrevious,
.spriteloaded #cboxNext,
.spriteloaded #cboxClose,
.spriteloaded .gform_button:hover,
.spriteloaded #team-highlights-list li.filter-reload a,
.spriteloaded .filter-widget a.icon,
.spriteloaded .factoid .bg,
.spriteloaded .spotlights .thumbnail .over .over-icon,
.spriteloaded .enlarge-btn span.icon,
.spriteloaded .play-btn span.icon,
.spriteloaded .pin-btn span.icon,
.spriteloaded .progressBar,
.spriteloaded .controlDiv,
.spriteloaded .fileupload .ginput_container:hover:before {
  background-color: #1e3871; }

/* border-color changes primary */
.center-column h3,
.section h3,
.section h4,
#full-container,
.no-touch #main_nav li a:hover,
#main_nav li a.on,
#main_nav li.current-menu-item a,
#main_nav li.current-page-ancestor a,
.extra-content,
.team-content .team-content-inner,
.spotlight-all-container,
#cboxLoadedContent,
.testimonial .pull,
.gfield.gfield_error input,
.gfield.gfield_error textarea {
  border-color: #81bc09; }

/* border-color changes secondary */
#cboxLoadedContent,
.fileupload .ginput_container:after {
  border-color: #1e3871; }

/* == T H E M E :   H A M M E R ====================================
  primary: #83BB26
  secondary: #07132d
*/
/* primary color */
.theme-hammer a,
.theme-hammer .primary-color,
.no-touch .theme-hammer #main_nav li a:hover,
.theme-hammer #main_nav li.current-menu-item a,
.theme-hammer #main_nav li.current-page-ancestor a,
.theme-hammer .wp_page_numbers,
.theme-hammer .spotlight-filter li.on a,
.theme-hammer .left-column li,
.theme-hammer .team-content h4 .title,
.theme-hammer #team-highlights-list li a,
.theme-hammer.single-case_study .image-gallery .btn,
.theme-hammer.single-case_study #main_nav #menu-item-3132 a,
.theme-hammer.page .image-gallery .btn,
.theme-hammer .get-illustrated .btn,
.theme-hammer .post-container .info h3,
.theme-hammer .post-container .read-more,
.theme-hammer .module.filter-widget,
.theme-hammer .services-circles h3 a,
.theme-hammer .quote-author strong,
.theme-hammer .validation_message,
.theme-hammer .pin-btn:hover span.text,
.theme-hammer .enlarge-btn:hover span.text,
.theme-hammer .play-btn:hover span.text,
.theme-hammer #team-highlights-list li .popup a,
.theme-hammer .fileupload .ginput_container {
  color: #83BB26; }

/* secondary color */
.theme-hammer,
.theme-hammer a:hover,
.theme-hammer #team-list li h6,
.theme-hammer .secondary-color,
.theme-hammer #main_nav li a,
.theme-hammer .wp_page_numbers .active_page a,
.theme-hammer .spotlight-filter li a,
.theme-hammer a:hover,
.theme-hammer .extra-link.open:hover strong,
.theme-hammer .team-content .close-member span,
.theme-hammer .spotlights .thumbnail .over span,
.theme-hammer .post-container .thumbnail .over span,
.theme-hammer #team-highlights-list li a.on,
.theme-hammer .services-circles h3 a:hover,
.theme-hammer .testimonial .pull,
.theme-hammer .filter-headline .headline,
.theme-hammer .pin-btn span.text,
.theme-hammer .enlarge-btn span.text,
.theme-hammer .play-btn span.text,
.theme-hammer #team-highlights-list li .popup a:hover,
.theme-hammer .fileupload .ginput_container:hover,
.theme-hammer .fileupload .gfield_description strong {
  color: #07132d; }

/* primary background */
.themes li.on a.theme-hammer,
.themes li a.theme-hammer:hover,
.spriteloaded .theme-hammer .starburst,
.spriteloaded .theme-hammer #main_nav li.nav-blog a:hover,
.spriteloaded .theme-hammer .primary-bg,
.spriteloaded .theme-hammer #main_nav li a.on,
.spriteloaded .theme-hammer #main_nav li.twitter a,
.spriteloaded .theme-hammer .services-nav li.current_page_item,
.spriteloaded .theme-hammer .services-nav li:hover,
.spriteloaded .theme-hammer #carousel-container ul.controls li.on,
.spriteloaded .theme-hammer .mini-controls a.on,
.spriteloaded .theme-hammer .all-close,
.spriteloaded .theme-hammer .wp_page_numbers .prev-page_btn a:hover,
.spriteloaded .theme-hammer .wp_page_numbers .next-page_btn a:hover,
.spriteloaded .theme-hammer.single-case_study .image-gallery .btn:hover,
.spriteloaded .theme-hammer.page .image-gallery .btn:hover,
.spriteloaded .theme-hammer .get-illustrated .btn:hover,
.spriteloaded .theme-hammer .spotlight-wrapper .prev-btn:hover,
.spriteloaded .theme-hammer .spotlight-wrapper .next-btn:hover,
.spriteloaded .theme-hammer #single-nav .previous-post:hover a:before,
.spriteloaded .theme-hammer #single-nav .next-post:hover a:before,
.spriteloaded .theme-hammer #cboxPrevious:hover,
.spriteloaded .theme-hammer #cboxNext:hover,
.spriteloaded .theme-hammer #cboxClose:hover,
.spriteloaded .theme-hammer .gform_button,
.spriteloaded .theme-hammer .filter-widget a.icon:hover,
.spriteloaded .theme-hammer .filter-widget a.icon.current,
.spriteloaded .theme-hammer .testimonial .quote-icon,
.spriteloaded .theme-hammer .controlDiv:hover,
.spriteloaded .theme-hammer .enlarge-btn:hover span.icon,
.spriteloaded .theme-hammer .play-btn:hover span.icon,
.spriteloaded .theme-hammer .pin-btn:hover span.icon,
.spriteloaded .theme-hammer .progressBar .elapsed,
.spriteloaded .theme-hammer .fileupload .ginput_container:before,
.hammer-form-page .gform_button {
  background-color: #83BB26; }

/* secondary background  */
.spriteloaded .theme-hammer.single .cat-icon,
.spriteloaded .theme-hammer .secondary-bg,
.spriteloaded .theme-hammer .carousel-progress,
.spriteloaded .theme-hammer .post-container .thumbnail .over span.over-icon,
.spriteloaded .theme-hammer #carousel-container ul.controls li:hover,
.spriteloaded .theme-hammer .mini-controls a:hover,
.spriteloaded .theme-hammer .secondary-bg,
.spriteloaded .theme-hammer #main_nav li.facebook a:hover,
.spriteloaded .theme-hammer #main_nav li.twitter a:hover,
.spriteloaded .theme-hammer .wp_page_numbers .prev-page_btn a,
.spriteloaded .theme-hammer .wp_page_numbers .next-page_btn a,
.spriteloaded .theme-hammer .extra-link.open .kurt-loader,
.spriteloaded .theme-hammer .services-nav li,
.spriteloaded .theme-hammer .services-circles a:hover .bg,
.spriteloaded .theme-hammer.single-case_study .image-gallery .btn,
.spriteloaded.touch .theme-hammer.single-case_study .image-gallery .btn,
.spriteloaded .theme-hammer.page .image-gallery .btn,
.spriteloaded.touch .theme-hammer.page .image-gallery .btn,
.spriteloaded .theme-hammer .get-illustrated .btn,
.spriteloaded.touch .theme-hammer .get-illustrated .btn,
.spriteloaded .theme-hammer .spotlight-wrapper .prev-btn,
.spriteloaded .theme-hammer .spotlight-wrapper .next-btn,
.spriteloaded .theme-hammer #single-nav .previous-post a:before,
.spriteloaded .theme-hammer #single-nav .next-post a:before,
.spriteloaded .theme-hammer #cboxPrevious,
.spriteloaded .theme-hammer #cboxNext,
.spriteloaded .theme-hammer #cboxClose,
.spriteloaded .theme-hammer .gform_button:hover,
.spriteloaded .theme-hammer #team-highlights-list li.filter-reload a,
.spriteloaded .theme-hammer .filter-widget a.icon,
.spriteloaded .theme-hammer .factoid .bg,
.spriteloaded .theme-hammer .spotlights .thumbnail .over .over-icon,
.spriteloaded .theme-hammer .enlarge-btn span.icon,
.spriteloaded .theme-hammer .play-btn span.icon,
.spriteloaded .theme-hammer .pin-btn span.icon,
.spriteloaded .theme-hammer .progressBar,
.spriteloaded .theme-hammer .controlDiv,
.spriteloaded .theme-hammer .fileupload .ginput_container:hover:before {
  background-color: #07132d; }

/* border-color changes primary */
.theme-hammer .center-column h3,
.theme-hammer #full-container,
.no-touch .theme-hammer #main_nav li a:hover,
.theme-hammer #main_nav li a.on,
.theme-hammer #main_nav li.current-menu-item a,
.theme-hammer #main_nav li.current-page-ancestor a,
.theme-hammer .extra-content,
.theme-hammer .team-content .team-content-inner,
.theme-hammer .spotlight-all-container,
.theme-hammer #cboxLoadedContent,
.theme-hammer .testimonial .pull,
.theme-hammer .gfield.gfield_error input,
.theme-hammer .gfield.gfield_error textarea {
  border-color: #83BB26; }

/* border-color changes secondary */
.theme-hammer #cboxLoadedContent,
.theme-hammer .fileupload .ginput_container:after {
  border-color: #07132d; }

/* other changes */
.theme-hammer #logo-btn {
  background-position: 0 -727px; }

.theme-hammer #infobox {
  background-image: url(images/marker_theme-hammer.png); }

.theme-hammer #konami-monsters.on canvas {
  cursor: url(images/close-cursor-hammer.png), pointer; }