@charset "UTF-8";
/* CSS Document */

box-shadow: 0px 0px 5px #000000;
-moz-box-shadow: 0px 0px 5px #000000;
-webkit-box-shadow: 0px 0px 5px #000000;/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   Author: Jeremy Kirsch - http://jeremykirsch.com
   ========================================================================== */
/* fonts */

.medium {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.red {
  color: #d52a2a;
}
.blue {
  color: #104068;
}
.blueGradient {
  background: #4483b5;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #4483b5 0%, #104068 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #4483b5), color-stop(100%, #104068));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #4483b5 0%, #104068 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #4483b5 0%, #104068 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #4483b5 0%, #104068 100%);
  /* IE10+ */

  background: radial-gradient(center, ellipse cover, #4483b5 0%, #104068 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4483b5', endColorstr='@blue', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}
.green {
  color: #4e6207;
}
.orange {
  color: #d25a11;
}
.yellow {
  color: #f9c717;
}
.yellowGradient {
  background: #f9c717;
  /* Old browsers */

  background: -moz-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f9c717), color-stop(100%, #eddb9b));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* IE10+ */

  background: linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@yellow', endColorstr='#eddb9b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}
.effectShadow {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-shadow: 0px 1px 0px #eeeeee, 0px 2px 0px #dddddd, 0px 3px 0px #cccccc, 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.transparent {
  opacity: 0;
  filter: alpha(opacity=00);
  /* For IE8 and earlier */

}
.transition {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.transition500 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
 @-webkit-keyframes pulse {
      from {
        color: #dfa710;
      }
      to {
        color:#78600a;
      }
    }
@-moz-keyframes pulse {
      from {
        color: #dfa710;
      }
      to {
        color:#78600a;
      }
    }
 @-ms-keyframes pulse {
      from {
        color: #dfa710;
      }
      to {
        color:#b58f08;
      }
 }
    
   .questions {
      -webkit-animation-name: pulse;
      -webkit-animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-direction: alternate;
	  
	  -moz-animation-name: pulse;
      -moz-animation-duration: 1s;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-direction: alternate;
	  
	  -ms-animation-name: pulse;
      -ms-animation-duration: 1s;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: ease-in-out;
      -ms-animation-direction: alternate;
    }
	
	 
html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  background: #e9e9e9;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.3) 1%, #939393 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.29)), color-stop(1%, rgba(255, 255, 255, 0.3)), color-stop(100%, #939393));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.3) 1%, #939393 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.3) 1%, #939393 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.3) 1%, #939393 100%);
  /* IE10+ */

  background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.3) 1%, #939393 100%);
  /* W3C */


  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bullseye {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/bg-target.png") no-repeat center center;
  background: url("../img/bg-target.jpg") no-repeat center center\9;
  background-size: cover;
  z-index: -100;
  opacity: 0;
  filter: alpha(opacity=00);
  /* For IE8 and earlier */

}
header {
  width: 980px;
  height: 120px;
  margin: auto;
}
header #right-head {
  float: right;
  clear: both;
  margin: 0 0 0 0;
  padding: 0;
}
header #right-head #header-logo {
  padding: 0;
  margin:0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 23px;
  height: 50px;
  width: 400px;
  width: 420px\9;
  letter-spacing: .2em;
  text-align: right;
  text-shadow: 0px 1px 0px #eeeeee, 0px 2px 4px rgba(0, 0, 0, 0.2);
}
header #right-head #clock {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  width: 400px;
  height: 30px;
  text-align: right;
}
header nav {
  position: relative;
  top: 75px;
  left: 0;
}
header nav > ul > li {
  display: inline;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 2px 10px 8px 10px;
  cursor: pointer;
}
.no-touch header nav > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
header nav > ul > li.open {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
header nav > ul > li.clients {
  color: #145082;
}
.no-touch header nav > ul > li.clients:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
header nav > ul > li.clients.open {
  background-color: rgba(0, 0, 0, 0.8);
  color: #18609c;
}
header nav > ul > li.about {
  color: #627b09;
}
.no-touch header nav > ul > li.about:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
header nav > ul > li.about.open {
  background-color: rgba(0, 0, 0, 0.8);
  color: #627b09;
}
header nav > ul > li.contact {
  color: #d25a11;
}
.no-touch header nav > ul > li.contact:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
header nav > ul > li.contact.open {
  background-color: rgba(0, 0, 0, 0.8);
  color: #d25a11;
}
.no-touch header nav > ul > li.questions:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
header nav > ul > li.questions.open {
  background-color: rgba(0, 0, 0, 0.8);
  color: #f9c717;
}

.no-cssanimations header nav > ul > li.questions {
	  color: #f9c717;
}

#intro {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  /* half of #content height */

  left: 0;
  width: 100%;
}
#intro #effect {
  position: relative;
  width: 800px;
  margin: auto;
  height: 45px;
}
#intro #effect #coordinated {
  width: 410px;
  left: 0px;
}
#intro #effect #coordinated div {
  color: #000;
}
#intro #effect #marketing {
  width: 329px;
  left: 460px;
}
#intro #effect #marketing div {
  color: #d52a2a;
}
#intro #effect #coordinated,
#intro #effect #marketing {
  position: absolute;
  height:45px;
  display: inline;
}
#intro #effect #coordinated div,
#intro #effect #marketing div {
  position: absolute;
  display: inline;
  height: 45px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-shadow: 0px 1px 0px #eeeeee, 0px 2px 0px #dddddd, 0px 3px 0px #cccccc, 0px 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 36px;
}
#intro #effect2 {
  position: relative;
  width: 800px;
  height: 45px;
  margin: auto;
  color: #d52a2a;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-shadow: 0px 1px 0px #eeeeee, 0px 2px 0px #dddddd, 0px 3px 0px #cccccc, 0px 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 36px;
  text-align: right;
  letter-spacing: .45em;
  padding: 0px 0 10px 5px;
}
#intro #effect2.noDisplay {
  display: none;
}
#intro #sub-effect {
  width: 885px;
  margin: 20px auto;
  position: relative;
  text-align: left;
  border-top: 1px solid #666;
  padding: 1.5% 0;
}
#intro #sub-effect.noDisplay {
  display: none;
}
#intro #sub-effect h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 1em;
  display: inline;
  margin: 10% 0 0 0;
  padding: 0 1.5%;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#intro #sub-effect h3.noDisplay {
  display: none;
}
#intro #throbber-spot {
  width: 60px;
  height: 60px;
  background: url("../img/portfolio_sheet.png") no-repeat -217px -60px;
  margin: auto;
  cursor: pointer;
  display: none;
}

#disclaimer {
	display:none;
	width:85%;
	margin:0 auto;
	
}
#disclaimer-front {
	margin:auto;
	width:85%;
}
#disclaimer-front img {
	text-align:center;
	max-width:100%;
}
#disclaimer p {
	width:85%;
	margin:auto;
	font-family: 'Lato', sans-serif;
  	font-weight: 400;
  	font-size: 16px;
}
#disclaimer-signoff{
	text-align:right;
}

#disclaimer-signoff a {
	color: #d52a2a;
	font-weight: 700;
	text-decoration:none;
}

/*================= This is the end of the intro section ==================*/
#holder {
  width: 980px;
  margin: -20px auto 0 auto;

}
#holder #grid {
  position: relative;
}
#holder #grid.not-visible {
  display: none;
}
#holder #grid .clicky,
#holder #grid .clicky-wide,
#holder #grid .no-clicky {
  outline: 1px solid #000;
  outline: none\9;
}
#holder #grid .clicky.hide-wide,
#holder #grid .clicky-wide.hide-wide,
#holder #grid .no-clicky.hide-wide {
  display: none !important;
  visibility: hidden;
}
#holder #grid .clicky.hide-tall,
#holder #grid .clicky-wide.hide-tall,
#holder #grid .no-clicky.hide-tall {
  display: block !important;
  visibility: visible;
}
#holder #grid .clicky-wide {
  position: relative;
  float: left;
  height: 140px;
  width: 280px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
#holder #grid .clicky-wide .hoverbox {
	width:280px;
	height:140px;
}
#holder #grid .clicky-wide section {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  height: 140px;
  width: 280px;
  background: #f9c717;
  /* Old browsers */

  background: -moz-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f9c717), color-stop(100%, #eddb9b));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* IE10+ */

  background: linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* W3C */


}
#holder #grid .clicky-wide section .blurb {
  overflow:hidden;
  width: 140px;
  margin: 10px;
  float: right;
  padding-right: 20px;
}
#holder #grid .clicky-wide section .blurb h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 6% 0;
  padding: 3% 0;
  color: #104068;
}
#holder #grid .clicky-wide section .blurb p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 2% 0;
  padding: 0;
  color: #4e6207;
  overflow:hidden;
}
#holder #grid .clicky-wide.goLeft section .blurb {
  overflow:hidden;
  width: 140px;
  float: left;
  padding-left: 0;
}
#holder #grid .clicky {
  position: relative;
  float: left;
  height: 140px;
  width: 140px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
#holder #grid .clicky .hoverbox {
	width:140px;
	height:140px;
}
#holder #grid .clicky section {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  height: 140px;
  width: 140px;
  background:url("../img/grid-roll-bg.jpg") repeat-x;
  /* Old browsers */

  background: -moz-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f9c717), color-stop(100%, #eddb9b));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* IE10+ */

  background: linear-gradient(45deg, #f9c717 0%, #eddb9b 100%);
  /* W3C */

  overflow: hidden;
}
#holder #grid .clicky section .blurb {
  margin: 10px;
  overflow: hidden;
}
#holder #grid .clicky section .blurb h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 6% 0;
  padding: 3% 0;
  color: #104068;
}
#holder #grid .clicky section .blurb p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 2% 0;
  padding: 0;
  color: #4e6207;
  overflow: hidden;
}
#holder #grid .no-clicky {
  float: left;
  height: 140px;
  width: 140px;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
#holder #grid #grid_hidey {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  width: 980px;
  height: 1260px;
  z-index: 50;
  display: none;
}
#holder #grid #nav_hidey {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  width: 100%;
  height: 1260px;
  z-index: 200;
  display: none;
}
#holder #grid #nav_hidey #nav_hidey_closer {
  float: right;
  clear: both;
  margin: 25px 25px 10px 0;
  padding-left: 15px;
  height: 30px;
  width: 110px;
  cursor: pointer;
  opacity: .75;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.no-touch #holder #grid #nav_hidey #nav_hidey_closer:hover {
  opacity: 1;
}
#holder #grid #nav_hidey #nav_hidey_closer p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #fff;
  height: 30px;
  width: 5%;
  font-size: 1.2em;
  display: inline;
  padding-right: 15px;
}
#holder #grid #nav_hidey #nav_hidey_closer div {
  width: 30px;
  height: 30px;
  background: #fff;
  display: inline-block;
  background: url("../img/portfolio_sheet.png") no-repeat -180px -80px;
  margin-bottom: -5px;
}
#holder #grid #nav_hidey .dropdown {
  display: none;
  margin: 50px auto auto 125px;
  padding: 4px;
}
#holder #grid #nav_hidey .dropdown.read {
  display: block;
}
#holder #grid #nav_hidey .dropdown h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  width: 75%;
}
#holder #grid #nav_hidey .dropdown > p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  width: 60%;
  font-size: 1em;
  color: #fff;
}
#holder #grid #nav_hidey #main-client-list h3 {
  color: #18609c;
  border-bottom: 1px solid #18609c;
}
#holder #grid #nav_hidey #main-client-list ul {
  padding: 0;
}
#holder #grid #nav_hidey #main-client-list ul.col1 {
  float: left;
  clear: both;
}
#holder #grid #nav_hidey #main-client-list ul.col2 {
  float: left;
  margin-left: 8%;
}
#holder #grid #nav_hidey #main-client-list ul li {
  width: 100%;
  list-style: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: list-item;
  padding: 12px 4px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}
#holder #grid #nav_hidey #main-client-list ul li a {
  color: #fff;
  padding: 3% 1% 3% 1%;
  text-decoration: none;
}
.no-touch #holder #grid #nav_hidey #main-client-list ul li:hover {
  background-color: #666;
}
#holder #grid #nav_hidey #about-dropdown h3 {
  color: #75930b;
  border-bottom: 1px solid #75930b;
  text-align:center;
}
#holder #grid #nav_hidey #about-dropdown h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color:#fff;
  width:70%;
  font-size:2em;
  padding-bottom:20px;
}

#holder #grid #nav_hidey #about-dropdown span {
  color: #75930b;
}
#holder #grid #nav_hidey #about-dropdown div {
  float: left;
  width: 35%;
  padding-right: 5%;
}
#holder #grid #nav_hidey #about-dropdown div p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 1em;
  color: #fff;
}
#holder #grid #nav_hidey #contact-dropdown h3 {
  color: #d25a11;
  border-bottom: 1px solid #d25a11;
}
#holder #grid #nav_hidey #contact-dropdown a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.no-touch #holder #grid #nav_hidey #contact-dropdown a:hover {
  color: #d25a11;
}
#holder #grid #nav_hidey #questions-dropdown h3 {
  color: #f9c717;
  border-bottom: 1px solid #f9c717;
}
#holder #grid #nav_hidey #questions-dropdown ol {
  width: 35%;
  padding: 0;
}
#holder #grid #nav_hidey #questions-dropdown ol.col1 {
  float: left;
  clear: both;
}
#holder #grid #nav_hidey #questions-dropdown ol.col2 {
  float: left;
  margin-left: 8%;
}
#holder #grid #nav_hidey #questions-dropdown ol li {
  width: 100%;
  display: list-item;
  padding: 12px 4px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  color: #fff;
}

/* ==================== Welcome Slide Show ===================== */
#holder #welcome-static-div {
	*position:static;
	*margin-top:140px;
	*margin-left:140px;
}

#holder #welcome-container {
  width: 420px;
  height: 140px;
  margin-top: 140px;
  margin-left: 140px;
  z-index: 5;
  overflow: hidden;
  position: absolute;
  *top:120px;
  *left:0;
}
#holder #welcome-container #welcome-container-vanisher {
  background:url("../img/welcome.jpg") no-repeat;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #4483b5 0%, #104068 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #4483b5), color-stop(100%, #104068));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #4483b5 0%, #104068 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #4483b5 0%, #104068 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #4483b5 0%, #104068 100%);
  /* IE10+ */

  background: radial-gradient(center, ellipse cover, #4483b5 0%, #104068 100%);
  /* W3C */


  height: 140px;
  width: 420px;
  position: absolute;
  margin-top: -140px;
  left: 0;
}
#holder #welcome-container #welcome-container-vanisher #welcome-images {
  position: absolute;
  width: 6720px;
  height: 140px;
}
#holder #welcome-container #welcome-container-vanisher #welcome-images .slide {
  height: 140px;
  width: 420px;
  float: left;
}
#holder #welcome-container #welcome-container-vanisher #welcome-images .slide h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #f9c717;
  margin: 15px 33px 5px 33px;
}
#holder #welcome-container #welcome-container-vanisher #welcome-images .slide p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .85em;
  color: #fff;
  margin: 0 33px;
}
#holder #welcome-container #welcome-container-vanisher #welcome-closer {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../img/portfolio_sheet.png") no-repeat -180px -80px;
  position: relative;
  top: -3px;
  left: 393px;
  z-index: 5;
  opacity: .5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.no-touch #holder #welcome-container #welcome-container-vanisher #welcome-closer:hover {
  opacity: 1;
}
#holder #welcome-container #welcome-container-vanisher #nav_left {
  width: 30px;
  height: 180px;
  cursor: pointer;
  background: url("../img/portfolio_sheet.png") no-repeat -820px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: .1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.no-touch #holder #welcome-container #welcome-container-vanisher #nav_left:hover {
  opacity: 1;
}
#holder #welcome-container #welcome-container-vanisher #nav_right {
  width: 30px;
  height: 180px;
  cursor: pointer;
  background: url("../img/portfolio_sheet.png") no-repeat -849px -20px;
  position: absolute;
  top: 30px;
  left: 389px;
  z-index: 25;
  opacity: .1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.no-touch #holder #welcome-container #welcome-container-vanisher #nav_right:hover {
  opacity: 1;
}
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary {
  width: 420px;
  height: 20px;
  background-color: #d25a11;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #104068;
}
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333;
  font-size: .8em;
  margin: 0;
  padding: 0 35px;
}
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p1,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p2,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p3,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p4,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p5,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p6,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p6,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p7,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p8,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p9,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p10,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p11,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p12,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p13,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p14,
#holder #welcome-container #welcome-container-vanisher #welcome-tertiary p#p15 {
  display: none;
}

footer {
	width:100%;

}

footer div {
	
	
}

footer div p {
	width:100%;
	text-align:center;
	font-size:.75em;
}
	
/* ==================== Portfolio Section ====================== */
#main_hidey {
  display: none;
  position: absolute;
  z-index: 300;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
}
#main_hidey.visible {
  display: block;
}
#portfolio {
  display: none;
  width: 100%;
  height: 625px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  z-index: 2000;
  margin: auto auto auto auto;
}
#portfolio #portfolio_header_wrapper {
  position: absolute;
  z-index: 10;
  height: 72px;
  width: 100%;
  background-color: #262626;
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
}
#portfolio #portfolio_header_wrapper #portfolio_header {
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto;
}
#portfolio #portfolio_header_wrapper #portfolio_header #portfolio_logo {
  padding: 0;
  margin: 1% auto 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  line-height: 23px;
  height: 50px;
  width: 400px;
  width:425px\9;
  letter-spacing: .2em;
  text-align: right;
  text-shadow: 0px 1px 0 rgba(120, 120, 120, 0.5), 0px 2px 4px rgba(0, 0, 0, 0.2);
  float: left;
  clear: both;
}
#portfolio #portfolio_header_wrapper #portfolio_header #closer {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  letter-spacing: .7em;
  cursor: pointer;
  margin: -17px 25px 0 0;
  float: right;
  clear: both;
  padding-top: 0;
}
#portfolio #portfolio_header_wrapper #portfolio_header nav {
  margin: 0 auto 0 500px;
  padding-top: 38px;
}
#portfolio #portfolio_header_wrapper #portfolio_header nav select {
  display: none;
}
#portfolio #portfolio_header_wrapper #portfolio_header nav ul li {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: inline;
  color: #fff;
  font-size: 12px;
  letter-spacing: .7em;
  position: relative;
  padding: 10px;
}
#portfolio #portfolio_header_wrapper #portfolio_header nav ul li a {
  color: #fff;
  text-decoration: none;
  height: 30px;
  text-decoration: none;
  line-height: 30px;
  padding: 0;
}
#portfolio #portfolio_header_wrapper #portfolio_header nav ul .open {
  background-color: rgba(0, 0, 0, 0.8);
}
.no-touch #portfolio #portfolio_header_wrapper #portfolio_header nav ul .roll:hover {
  background-color: #666;
}
#portfolio #portfolio_header_wrapper #portfolio_header nav ul #portfolio-nav-clients.open a {
  color: #18609c;
}
#portfolio #portfolio_header_wrapper #portfolio_header nav ul #portfolio-nav-about.open a {
  color: #75930b;
}
#portfolio #portfolio_header_wrapper #portfolio_header nav ul #portfolio-nav-contact.open a {
  color: #d25a11;
}
#portfolio #portfolio-nav-hidey {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  top: 72px;
  left: 0;
  z-index: 2000;
}
#portfolio #portfolio-nav-hidey #portfolio-nav_hidey_closer {
  float: right;
  clear: both;
  margin: 25px 25px 10px 0;
  padding-left: 15px;
  height: 30px;
  width: 110px;
  cursor: pointer;
  opacity: .75;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.no-touch #portfolio #portfolio-nav-hidey #portfolio-nav_hidey_closer:hover {
  opacity: 1;
}
#portfolio #portfolio-nav-hidey #portfolio-nav_hidey_closer p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #fff;
  height: 30px;
  width: 5%;
  font-size: 1.2em;
  display: inline;
  padding-right: 15px;
}
#portfolio #portfolio-nav-hidey #portfolio-nav_hidey_closer div {
  width: 30px;
  height: 30px;
  background: #fff;
  display: inline-block;
  background: url("../img/portfolio_sheet.png") no-repeat -180px -80px;
  margin-bottom: -5px;
}
#portfolio #portfolio-nav-hidey .dropdown {
  display: none;
  margin: 50px auto auto 125px;
  padding: 4px;
}
#portfolio #portfolio-nav-hidey .dropdown.read {
  display: block;
}
#portfolio #portfolio-nav-hidey #portfolio-client-list h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #18609c;
  width: 85%;
  border-bottom: 1px solid #18609c;
}
#portfolio #portfolio-nav-hidey #portfolio-client-list p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #fff;
  width: 60%;
}
#portfolio #portfolio-nav-hidey #portfolio-client-list ul {
  padding: 0;
}
#portfolio #portfolio-nav-hidey #portfolio-client-list ul.col1 {
  float: left;
  clear: both;
}
#portfolio #portfolio-nav-hidey #portfolio-client-list ul.col2 {
  float: left;
  margin-left: 8%;
}
#portfolio #portfolio-nav-hidey #portfolio-client-list ul li {
  width: 100%;
  list-style: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: list-item;
  padding: 12px 4px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}
#portfolio #portfolio-nav-hidey #portfolio-client-list ul li a {
  color: #fff;
  padding: 3% 1% 3% 1%;
  text-decoration: none;
}
.no-touch #portfolio #portfolio-nav-hidey #portfolio-client-list ul li:hover {
  background-color: #666;
}
#portfolio #portfolio-nav-hidey #portfolio-about-dropdown h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #75930b;
  width: 85%;
  border-bottom: 1px solid #75930b;
}
#portfolio #portfolio-nav-hidey #portfolio-about-dropdown div {
  float: left;
  width: 40%;
  padding-right: 5%;
}
#portfolio #portfolio-nav-hidey #portfolio-about-dropdown div p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 1em;
  color: #fff;
}
#portfolio #portfolio-nav-hidey #portfolio-about-dropdown div p span {
  color: #75930b;
}
#portfolio #portfolio-nav-hidey #portfolio-contact-dropdown h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #d25a11;
  width: 85%;
  border-bottom: 1px solid #d25a11;
}
#portfolio #portfolio-nav-hidey #portfolio-contact-dropdown p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #fff;
  width: 600px;
}
#portfolio #portfolio-nav-hidey #portfolio-contact-dropdown p span {
  color: #d25a11;
}
#portfolio #portfolio-nav-hidey #portfolio-contact-dropdown a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.no-touch #portfolio #portfolio-nav-hidey #portfolio-contact-dropdown a:hover {
  color: #d25a11;
}
#loader {
  height: 100%;
  width: 100%;
  background: #ffffff url("../img/load.gif") no-repeat center;
  position: absolute;
  z-index: 0;
}
header.noDisplay,
#holder.noDisplay,
footer.noDisplay {
  display: none;
}
.touch #holder #grid .clicky .box-closer {
  display: none;
  opacity: .75;
  position: absolute;
  z-index: 125;
  height: 30px;
  width: 30px;
  background: url("../img/portfolio_sheet.png") no-repeat -180px -80px;
}
.touch #holder #grid .clicky img {
  z-index: 1;
}
.touch #holder #grid .goLeft .box-closer {
  right: 0;
}
.touch #holder #grid .clicky-wide .box-closer {
  display: none;
  opacity: .75;
  position: absolute;
  z-index: 125;
  height: 30px;
  width: 30px;
  background: url("../img/portfolio_sheet.png") no-repeat -180px -80px;
}
.touch #holder #grid .clicky-wide .blurb {
  padding-right: 0;
}
.touch #holder #grid .clicky-wide .blurb h5 {
  margin: 2% 0;
  padding: 2% 0;
  color: #104068;
}
.touch #holder #grid .clicky-wide .blurb p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 2% 0;
  padding: 0;
  color: #4e6207;
}
.touch #holder #grid .goLeft .box-closer {
  right: 0;
}

.no-cssgradients body {
	background-color:#e9e9e9;
}

.no-rgba #holder #grid #grid_hidey,.no-rgba #holder #grid #nav_hidey,.no-rgba #main_hidey, .no-rgba #portfolio #portfolio-nav-hidey, header nav > ul > li:hover {
	background:url("../img/no-rgba-bg.png") repeat;
}

.no-rgba header nav > ul > li.open { 
	background-color:#1c1c1c;
}




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  
 

}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
  
  
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
  #disclaimer {
	  margin-top:10%;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
  #intro #sub-effect {
    width: 85%;
  }
  #intro #sub-effect h3 {
    font-size: 1em;
    letter-spacing: .175em;
  }
  #holder #grid .clicky.hide-wide,
  #holder #grid .clicky-wide.hide-wide,
  #holder #grid .no-clicky.hide-wide {
    display: none !important;
    visibility: hidden;
  }
  #holder #grid .clicky.hide-tall,
  #holder #grid .clicky-wide.hide-tall,
  #holder #grid .no-clicky.hide-tall {
    display: block !important;
    visibility: visible;
  }
  #portfolio {
    display: none;
    left: 2000px;
    height: 625px;
    margin: 30px auto;
  }
  #portfolio #portfolio_header_wrapper #portfolio_header #closer {
    letter-spacing: .3em;
  }
  #portfolio #portfolio_header_wrapper #portfolio_header nav {
    margin: 0 auto 0 500px;
    padding-top: 38px;
  }
  #portfolio #portfolio_header_wrapper #portfolio_header nav select {
    display: none;
  }
  #portfolio #portfolio_header_wrapper #portfolio_header nav ul li {
    letter-spacing: .3em;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
  header {
    width: 93%;
  }
  
  header nav > ul > li {
	  font-size: 24px;
	  padding: 2px 6px 8px 6px;
	  
	}
  #intro {
    position: absolute;
    top: 50%;
    margin-top: -18px;
  }
  #intro #effect {
    position: relative;
    width: 85%;
    margin: auto;
    height: 30px;
  }
  #intro #effect #coordinated {
    width: 51.25%;
    left: 0;
  }
  #intro #effect #coordinated div {
    color: #000;
  }
  #intro #effect #marketing {
    width: 41.125%;
    left: 57.5%;
  }
  #intro #effect #marketing div {
    color: #d52a2a;
  }
  #intro #effect #coordinated,
  #intro #effect #marketing {
    position: absolute;
    height: 30px;
    display: inline;
  }
  #intro #effect #coordinated div,
  #intro #effect #marketing div {
    position: absolute;
    display: inline;
    height: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-shadow: 0px 1px 0px #eeeeee, 0px 2px 0px #dddddd, 0px 3px 0px #cccccc, 0px 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 30px;
  }
  #intro #effect2 {
    position: relative;
    width: 85%;
    height: 30px;
    margin: auto;
    color: #d52a2a;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-shadow: 0px 1px 0px #eeeeee, 0px 2px 0px #dddddd, 0px 3px 0px #cccccc, 0px 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 30px;
    text-align: right;
    letter-spacing: .45em;
    padding: 10px 0 10px 5px;
  }
  #intro #effect2.noDisplay {
    display: none;
  }
  #intro #sub-effect {
    width: 85%;
    margin: 20px auto;
    position: relative;
    text-align: left;
    border-top: 1px solid #666;
    padding: 1.5% 0;
  }
  #intro #sub-effect h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 75%;
    display: inline;
    margin: 10% auto 0 auto;
    padding: 0 1%;
    text-transform: uppercase;
    letter-spacing: 10%;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  }
  #intro #sub-effect h3.noDisplay {
    display: none;
  }
  header #right-head #clock {
	  font-size:.85em;
  }
  #holder {
    width: 93%;
  }
  #holder #grid .clicky.hide-wide,
  #holder #grid .clicky-wide.hide-wide,
  #holder #grid .no-clicky.hide-wide {
    display: block !important;
    visibility: visible;
  }
  #holder #grid .clicky.hide-tall,
  #holder #grid .clicky-wide.hide-tall,
  #holder #grid .no-clicky.hide-tall {
    display: none !important;
    visibility: hidden;
  }
  #holder #grid #grid_hidey {
    width: 700px;
    height: 1820px;
  }
  #holder #grid #nav_hidey .dropdown p {
    width: 80%;
  }
  #holder #grid #nav_hidey #main-client-list > ul.col1 {
    float: none;
    clear: none;
  }
  #holder #grid #nav_hidey #main-client-list > ul.col2 {
    float: none;
    clear: none;
    margin-left: 0;
    margin-top: -15px;
    padding: 0;
  }
  #holder #grid #nav_hidey #questions-dropdown h3 {
    color: #f9c717;
    border-bottom: 1px solid #f9c717;
  }
  #holder #grid #nav_hidey #questions-dropdown ol {
    width: 80%;
    padding: 0;
  }
  #holder #grid #nav_hidey #questions-dropdown ol.col1 {
    float: none;
    clear: none;
  }
  #holder #grid #nav_hidey #questions-dropdown ol.col2 {
    float: none;
    margin-left: 0;
    margin-top: -15px;
    padding: 0;
  }
  #portfolio {
    height: 900px;
    margin: 30px auto;
    display: none;
    left: 2000px;
  }
  #portfolio #portfolio-client-list ul {
    width: 60%;
    padding: 0;
  }
  #portfolio #portfolio-client-list ul.col1 {
    float: none;
    clear: none;
  }
  #portfolio #portfolio-client-list ul.col2 {
    float: none !important;
    clear: none;
    margin-left: 0 !important;
    margin-top: -5px;
  }
  #portfolio #portfolio-client-list ul li {
    padding: 0;
  }
  #portfolio #portfolio_header_wrapper #portfolio_header #closer {
    letter-spacing: .3em;
    margin: -20px 25px 0 0;
  }
  #portfolio #portfolio_header_wrapper #portfolio_header nav {
    margin: 0 auto 0 410px;
    padding-top: 30px;
  }
  #portfolio #portfolio_header_wrapper #portfolio_header nav ul li {
    letter-spacing: .1em;
    padding: 5px;
  }
  #portfolio #portfolio-nav-hidey #portfolio-about-dropdown p {
    width: 80%;
  }
}
/* Desktops and laptops ----------- */
@media screen and (min-width: 500px) {
  /* Styles */
}
@media screen and (min-width: 610px) {
  /* Styles */
}
@media screen and (min-width: 650px) {
  /* Styles */
}
@media screen and (min-width: 800px) {
  /* Styles */
}
@media screen and (min-width: 1020px) {
  /* Styles */
}
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
