/* 
 * 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. Force vertical scrollbar in non-IE
	* 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
	*/

html {
  font-size: 100%;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body,
button,
input,
select,
textarea {
  font-family: "helvetica neue", sans-serif;
  color: #222;
}

/* 
	* 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: #0061aa;
  color: #f9f9f9;
  text-shadow: none;
}
::selection {
  background: #0061aa;
  color: #f9f9f9;
  text-shadow: none;
}

/* =============================================================================
	  Links
	  ========================================================================== */

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, monospace;
  _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/e 
	*/

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

/*
	* 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)
	* 2. Correct inner spacing displayed oddly in IE6/7
	*/

button,
input {
  line-height: normal;
  *overflow: visible;
}

/*
	* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
	*/

table button,
table input {
  *overflow: auto;
}

/*
	* 1. Display hand cursor for clickable form elements
	* 2. Allow styling of clickable form elements in iOS
	*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/*
	* Consistent box sizing and appearance
	*/

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
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 {
  -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:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  border-bottom: 2px solid #ffec00;
  color: #ffec00;
}

/* =============================================================================
	  Tables
	  ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

/* ==|== primary styles =====================================================
	  Author: 
	  ========================================================================== */

body {
  -webkit-font-smoothing: antialiased;
  float: left;
  width: 100%;
  margin-top: 0px;
  background: #222;
}

body.about {
  background: #f9f9f9;
}

nav.about {
  display: block;
  clear: both;
  float: left;
  margin: 20px 0 10px 122px;
}

nav.about a {
  display: block;
  float: left;
  font: bold 14px/1 "helvetica neue", sans-serif;
  color: #5c5c5c;
  text-decoration: none;
  margin-right: 20px;
  padding-bottom: 3px;
}

nav.about a.active,
nav.about a:hover {
  border-bottom: 3px solid #0061aa;
}

nav.about a:last-child {
  margin-right: 0;
}

#about {
  margin: 0px 122px 0 122px;
  clear: both;
  color: #5d5d5d;
  overflow: auto;
}

#about a {
  color: #0061aa;
  text-decoration: none;
}

#about h1 {
  margin: 0 0 10px 0;
  font: bold 26px/1.5 "helvetica neue", sans-serif;
}

#about p {
  font: 500 13px/1.5 "helvetica neue", sans-serif;
}

#about p a {
  color: #0061aa;
  text-decoration: none;
}

.awards {
  clear: both;
  /* I'm not sure what the purpose of this was, but it is no longer compatible with the new About section layout, and seems overly prescriptive anyway
		   position:absolute;
		   top:90px;
		   left:0px;
		   right:0;
		   bottom:0;
		   */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}

.profile {
  clear: both;
  position: relative;
  left: 0px;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /*		margin-top: 120px !important;*/
}

#people {
  margin: 0px 0 0 122px;
  clear: both;
  color: #5d5d5d;
  overflow: auto;
  /* Not compatible with WordPress Toolbar -- and what was the purpose anyway?
		   position:absolute;
		   */
  top: 90px;
  left: 0px;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}

#people article {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

#people article.result {
  width: 80%;
}

#people article.result a {
  color: #0061aa;
  text-decoration: none;
}

#people article div.info {
  width: 70%;
  float: left;
}

#people article div.project_list {
  margin-left: 45px;
  float: left;
  width: 20%;
}

#people article div.info img {
  float: left;
  margin: 0 15px 5px 0;
}

#people article div.info h1,
#people article div.project_list h1 {
  margin: 0 0 15px 0;
  font-size: 16px;
}

#people article div.info h2 {
  margin-top: -15px;
  font-size: 14px;
  color: #888;
}

#people article div.info p {
  margin: 0;
  font: 500 13px/1.5 "helvetica neue", sans-serif;
}

#people article div.project_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#people article div.project_list ul li {
  float: none;
  margin-bottom: 8px;
}

#people article div.project_list ul li a {
  font: bold 12px/1 "helvetica neue", sans-serif;
  color: #5d5d5d;
  text-decoration: none;
}

#people div.scroll_bar {
  background: rgba(0, 0, 0, 0.2) !important;
}

/* Flexible Slide-to-top Accordion Style*/
#scroller .st-accordion {
  width: 100%;
  min-width: 270px;
  float: left;
  padding-bottom: 50px;
}

#scroller .st-accordion ul {
  float: left;
}

#scroller .st-accordion ul li {
  height: 66px;
  width: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 5px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

#scroller .st-accordion ul li:last-child {
  margin-bottom: 0px;
}

#scroller .st-accordion ul li > a {
  font: bold 26px/66px "helvetica neue", sans-serif;
  color: #777;
  text-decoration: none;
  display: block;
  position: relative;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

#scroller .st-accordion ul li > a img {
  display: block;
  float: left;
  margin: 5px 10px 0 0;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#scroller .st-accordion ul li.st-open a {
  line-height: 1;
  padding-top: 17px;
}

#scroller .st-accordion ul li.st-open > a img {
  margin: 5px -56px 0 0;
  opacity: 0;
}

#scroller .st-accordion ul li.st-open > a span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  opacity: 1;
}

#scroller .st-content {
  padding: 5px 50px 30px;
  position: relative;
  left: 0;
  top: 0;
  height: auto;
}

#scroller .st-content p.date {
  font: italic bold 15px/1 "helvetica neue", sans-serif;
  margin: 0 0 0 -47px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#scroller .st-accordion ul li.st-open .st-content p.date {
  margin: 0 0 20px -47px;
}

#scroller .st-content p {
  font: 500 12px/1.5 "helvetica neue", sans-serif;
}

#scroller .embed-container {
  position: relative !important;
  top: 0;
  left: 0;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 320px) {
  #scroller .st-accordion ul li > a {
    font-size: 36px;
  }
}

#proj_info {
  position: absolute;
  right: 15px;
  top: 50px;
  width: 165px;
  text-align: center;
}

#proj_info div.name {
  padding: 12px 10px;
  width: 280px;
  font: bold 18px/1 "helvetica neue", sans-serif;
  color: #3b3b3b;
  background: #f9f9f9;
  float: left;
}

#proj_info div.name h1 {
  margin: 0;
}

#proj_info a {
  /* Used for Info Button ("Project Info") AND Secondary button (e.g. "Take a Digital Tour") */
  font: bold 14px/1 "helvetica neue", sans-serif;
  padding: 10px 15px;
  margin-top: 5px;
  background: #ffec00;
  color: #000;
  text-decoration: none;
  display: block;
}

/* Removed from single-project.php for now:
	   .grid_reveal,
	   .single_home,
	   */
.fullscreen,
.single_back {
  height: 51px;
  width: 51px;
  display: block;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

/* Removed from single-project.php for now:
	   .grid_reveal {
		   background:url('../images/grid.png') center center no-repeat #ffec00;
	   }

	   .single_home {
		   background:url('../images/home.png') center center no-repeat #ffec00;
	   }
	   */

.single_back {
  background: url("../images/back.png") center center no-repeat #ffec00;
}

.fullscreen {
  background: url("../images/fullscreen.png") center center no-repeat #ffec00;
}

.minimize {
  background: url("../images/minimize.png") center center no-repeat #ffec00;
}

#search {
  /* This method causes conflicts with the WP Admin bar, and other elelments
		position: absolute;
		right: 20px;
		top: 20px;
		*/
  float: right;
  margin: 20px 20px 0 10px;
  width: 160px;
  height: 32px;
}

::-webkit-input-placeholder {
  color: #f9f9f9;
}
input:-moz-placeholder {
  color: #f9f9f9;
}

#search input[type="text"] {
  position: absolute;
  /* height:100%; */
  width: 145px;
  font: bold 14px/30px "helvetica neue", sans-serif;
  color: #f9f9f9;
  text-align: right;
  background: rgba(0, 0, 0, 0.75);
  padding: 1px 15px 0 5px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.about #search input[type="text"] {
  background: rgba(0, 0, 0, 0.5);
}

#search input[type="submit"] {
  position: relative;
  top: -1px;
  left: 153px;
  height: 32px;
  width: 10px;
  background: url("../images/search_submit_white.png") top left no-repeat;
  opacity: 1;
  border: none;
  text-indent: -9999px;
  -webkit-appearance: none;
}

#search input[type="text"]:focus {
  background: #000;
  color: #fff;
}

nav.main {
  /* This method causes conflicts with the WP Admin bar, and other elements
		   position:absolute;
		   left:10px;
		   top: 20px;
		   */
  margin: 20px 0 0 20px;
  /* margin-top:-50px; */
  z-index: 6;
  float: left;
}

a.logo {
  float: left;
}

.drawer_wrapper {
  height: 100px;
  /*		width: 30px;*/
  overflow: hidden;
  float: left;
  margin-left: 2px;
  position: relative;
  z-index: 6;
}

div.drawer {
  height: 100px;
  /* Note this will currently always be overridden since the "active" class is now hardcoded on initial page load to always keep the drawer open */
  margin-left: -306px;
  -webkit-transition: margin 500ms;
  -moz-transition: margin 500ms;
  -ms-transition: margin 500ms;
  transition: margin 500ms;
}

div.drawer.active {
  margin-left: 0px;
}

div.drawer a {
  display: block;
  text-decoration: none;
  color: #f9f9f9;
  background: rgba(0, 0, 0, 0.75);
  font: normal 14px/100px "helvetica neue", sans-serif;
  font-weight: bold;
  height: 100px;
  width: 90px;
  float: left;
  padding: 0 10px 0 0px;
  text-align: right;
  margin-left: 2px;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

div.drawer a:hover {
  background: rgba(0, 0, 0, 1);
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #ccc;
}

div.drawer a.handle {
  width: 30px;
  text-align: center;
  background: #000;
  padding: 0;
  font-size: 18px;
  right: 0;
  z-index: 50;
  background: url("../images/handle_bg.png") top left no-repeat #000;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

div.drawer a.handle.active {
  background: url("../images/handle_bg.png") bottom left no-repeat #000;
}

div.drawer a.about {
  left: 0px;
  margin-left: 0;
}

div.drawer a.portfolio {
  left: 102px;
}

div.drawer a.contact {
  left: 223px;
}

#namefield {
  display: none;
}

#contact,
#proj_details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 175px 30px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(25, 25, 25, 0.75) 50%,
    rgba(0, 0, 0, 0.75) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.75)),
    color-stop(50%, rgba(25, 25, 25, 0.75)),
    color-stop(100%, rgba(0, 0, 0, 0.75))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(25, 25, 25, 0.75) 50%,
    rgba(0, 0, 0, 0.75) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(25, 25, 25, 0.75) 50%,
    rgba(0, 0, 0, 0.75) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(25, 25, 25, 0.75) 50%,
    rgba(0, 0, 0, 0.75) 100%
  ); /* IE10+ */
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(25, 25, 25, 0.75) 50%,
    rgba(0, 0, 0, 0.75) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
  z-index: 250;
  min-height: 468px;
  overflow: auto;
  display: none;
}

#proj_details {
  color: #f9f9f9;
}

#proj_details article {
  width: 50%;
}

#proj_details h1 {
  font: bold 45px/1 "helvetica neue", sans-serif;
  margin: 0 0 27px 0;
}

#proj_details h2 {
  font: bold 20px/1 "helvetica neue", sans-serif;
  margin: 30px 0;
}

#proj_details p,
#proj_details li {
  font: normal 16px/1.4 "helvetica neue", sans-serif;
}

#proj_details p a,
#contact p a {
  display: inline;
  float: none;
  color: #ffec00;
  text-decoration: none;
}

#proj_details p a:hover,
#contact p a:hover {
  text-decoration: underline;
  color: #f9f9f9;
}

#proj_details ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}

#proj_details a {
  display: block;
  float: left;
  text-indent: -9999px;
  height: 33px;
}

#proj_details a.info_twitter {
  width: 41px;
  background: url("../images/info_twitter.png") center center no-repeat;
}

#proj_details a.info_facebook {
  width: 41px;
  background: url("../images/info_facebook.png") center center no-repeat;
  margin: 0 10px 0 7px;
}

#proj_details a.info_mail {
  width: 41px;
  background: url("../images/info_mail.png") center center no-repeat;
}

div.close,
div.closer,
div.close_grid {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 51px;
  width: 51px;
  background: url("../images/close.png") center center no-repeat #f9f9f9;
  cursor: pointer;
}

div.closer,
div.close_grid {
  display: none;
}

#contact form,
#newsletter {
  width: 100%;
  position: relative;
}

#contact form input[type="text"],
#contact form input[type="email"],
#contact form textarea,
#newsletter input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 2px solid #f9f9f9;
  padding: 0 0 0px 0;
  font: bold 36px/1 "helvetica neue", sans-serif;
  color: #f9f9f9;
  resize: none;
  margin-bottom: 70px;
  height: 40px;
  -webkit-appearance: none;
}
/* Override bottom margin for newsletter only */
#contact form input[type="email"] {
  margin-bottom: 0;
}

#contact form textarea {
  margin-bottom: 50px;
  -webkit-appearance: none;
}

#contact form input[type="submit"],
#newsletter button {
  border: none;
  color: #000;
  background: #ffec00;
  font: bold 18px/1 "helvetica neue", sans-serif;
  padding: 7px 30px;
  /* What was this invalid CSS intended to do?
		   -webkit-appearance: !important;
		   */
}

/* Newsletter sign-up form */
div#newsletter {
  min-height: 0px;
  overflow: hidden;
  display: none;
  left: 130%;
}
/* MailChimp */
div#newsletter #mc_embed_signup {
  color: #fff;
  font-size: 16px;
  padding: 24px;
}
div#newsletter #mc_embed_signup h2 {
  margin: 0 0 12px 0;
  font-size: 28px;
}
div#newsletter #mc_embed_signup span.asterisk {
  color: #f00;
}
div#newsletter #mc_embed_signup div.mc-field-group {
  font-weight: bold;
  font-size: 16px;
}
div#newsletter #mc_embed_signup input.button {
  width: 100%;
}
div#newsletter #mc_embed_signup p.disclaimer {
  font-size: 11px;
  margin-bottom: 24px;
}
/* END of MailChimp */

#contact header {
  position: relative;
  padding: 25px 10px;
  margin: 0;
  float: left;
  width: 100%;
  z-index: 1000;
  margin: -100px -60px 36px -20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact header a {
  font: bold 14px/1 "helvetica neue", sans-serif;
  padding: 10px 15px;
  background: #000;
  color: #f9f9f9;
  text-decoration: none;
  display: block;
  float: left;
  margin: 2px 0 0 11px;
}

#contact header a.active {
  background: #ffec00;
  color: #000;
}

#contact header a:hover {
  background: #ffec00;
  color: #000;
}

object {
  position: absolute;
  width: 80%;
  height: 436px;
  top: 10%;
  z-index: -999;
}

div.thank_you {
  display: none;
}

div.thank_you p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
div.thank_you p a {
  color: #f9f9f9;
  text-decoration: none;
}

#contact footer {
  position: relative;
  margin-top: 65px;
  width: auto;
  color: #f9f9f9;
}

#contact footer p,
#contact footer p a {
  font: bold 14px/1.5 "helvetica neue", sans-serif;
  margin: 0;
  text-decoration: none;
}

#contact footer p a:hover {
  text-decoration: underline;
}
#contact #media-inquiries a {
  color: #ffec00;
  text-decoration: none;
}
#contact #media-inquiries a:hover {
  color: #fff;
  text-decoration: underline;
}

article.address,
article.contact {
  float: left;
}

article.contact {
  margin-left: 55px;
}

a.map {
  float: right;
  color: #000;
  background: #ffec00;
  font: bold 18px/1 "helvetica neue", sans-serif;
  padding: 7px 10px;
  text-decoration: none;
}

.mobile_map {
  left: 10%;
}

#map_canvas1 {
  position: absolute;
  width: 80%;
  height: 420px;
  top: 100px;
  left: 10%;
  right: 10%;
  z-index: -9999;
}

.map_pop_up {
  position: relative;
  height: 100px;
  width: 199px;
  padding: 8px;
}

.map_pop_up h5 {
  line-height: 1.4;
  font-size: 12px;
  position: absolute;
  color: #000 !important;
  margin: 0;
  top: 0;
}

.map_pop_up h5 strong {
  line-height: 1.4;
  font-size: 14px;
  position: absolute;
  color: #000 !important;
  margin-top: 3px;
}

.map_pop_up a {
  position: absolute;
  bottom: 8px;
  font-size: 14px;
  color: #0061aa !important;
  border: none;
  text-decoration: none;
}

.map_pop_up p {
  position: absolute;
  color: #000 !important;
  bottom: 8px;
  right: 10px;
  font-size: 13px;
  margin: 0;
}

#portfolio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(25, 25, 25, 0.8) 50%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.8)),
    color-stop(50%, rgba(25, 25, 25, 0.8)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(25, 25, 25, 0.8) 50%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(25, 25, 25, 0.8) 50%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(25, 25, 25, 0.8) 50%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* IE10+ */
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(25, 25, 25, 0.8) 50%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
  z-index: 250;
  min-height: 468px;
  display: none;
  width: 100%;
  overflow: hidden;
}

#portfolio header {
  position: relative;
  padding: 25px 10px;
  margin: 0;
  float: left;
  width: 100%;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#portfolio h1 {
  color: #f9f9f9;
  font: bold 36px/1 "helvetica neue", sans-serif;
  /*text-shadow:1px 1px 2px rgba(0,0,0,.5);*/
  margin: 0;
  float: left;
  margin-right: 17px;
}

#portfolio h1 span {
  cursor: pointer;
  color: #ffec00;
  padding: 2px 0px;
}
#portfolio h1 span:hover {
  color: black;
  padding: 2px 0px;
  background: #ffec00;
}

#portfolio header a {
  font: bold 14px/1 "helvetica neue", sans-serif;
  padding: 10px 15px;
  background: #000;
  color: #f9f9f9;
  text-decoration: none;
  display: block;
  float: left;
  margin: 2px 0 0 11px;
}

#portfolio header a:hover {
  background: #ffec00;
  color: #000;
}

#portfolio header a.active {
  background: #ffec00;
  color: #000;
}

#portfolio a {
  text-decoration: none;
}

.valign {
  float: left;
  max-height: 100px;
}

div.double {
  width: 100%;
  height: 100%;
  position: relative;
}

#types,
#services,
#category {
  width: 100%;
  clear: both;
  position: absolute;
  top: 90px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  left: -100%;
}

#services {
  left: 100%;
}

.lefty {
  left: 0;
  position: absolute;
  padding: 0 10px;
  width: 175px;
}

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

#category ul.list li {
  margin-bottom: 10px;
}

#category ul.list li a {
  color: #f9f9f9;
  text-decoration: none;
  font: bold 12px/1 "helvetica neue", sans-serif;
}

#category ul.list li a:hover {
  text-decoration: underline;
}

#category div.boxes {
  margin: 0 8px 0 195px;
  position: relative;
}

#category div.boxes a {
  position: relative;
  display: block;
  width: 32%;
  margin-bottom: 25px;
  float: left;
  text-decoration: none;
  color: #f9f9f9;
}

#category div.boxes a:nth-child(3n + 2) {
  margin: 0 2% 25px 2%;
}

#category div.boxes a img {
  width: 100%;
  height: auto;
}

#category div.boxes a h1 {
  font: bold 16px/1 "helvetica neue", sans-serif;
  margin-top: 5px;
}

#category div.boxes a:nth-child(3n + 1) {
  clear: both;
}

.lefty {
  float: left;
  padding-left: 10px;
  width: 175px;
}

.righty {
  margin: 0 0 0 170px;
  position: relative;
}

#scroller {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}

#scroller.media {
  width: 65%;
}

#twitter_container {
  width: 33%;
  float: right;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 0 25px 0 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#twitter_container h1 {
  margin: 0 0 15px 0;
  color: #777;
  line-height: 1;
}

#twitter_update_list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: url("../images/twitter_bird.png") right bottom no-repeat;
}

#twitter_update_list li {
  margin-bottom: 25px;
  padding-left: 6px;
  border-left: 3px solid #ccc;
}

#twitter_update_list li > a {
  display: block;
  text-decoration: none;
  margin-top: 5px;
  color: #999;
}

#twitter_update_list li span a {
  color: #0061aa;
  font-weight: bold;
  text-decoration: none;
}

#twitter_update_list li span a:hover {
  text-decoration: underline;
}

#scroller ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}

#scroller li {
  width: 100%;
  margin-bottom: 20px;
  float: left;
  cursor: pointer;
}

#scroller li:hover h1 {
  background: #ffec00;
  color: #000;
  text-shadow: none;
}

#scroller li h1 {
  font: bold 28px/40px "helvetica neue", sans-serif;
  padding: 0 10px;
  margin: 25px 0;
  max-width: 165px;
}

#scroller li div {
  position: absolute;
  left: 185px;
  right: 10px;
  height: 90px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#scroller li.portfolio.adaptive.reuse span h1 {
  margin-top: 10px;
}

/*
		   Supersized - Fullscreen Slideshow jQuery Plugin
		   Version : 3.2.6
		   Site	: www.buildinternet.com/project/supersized
   
		   Author	: Sam Dunn
		   Company : One Mighty Roar (www.onemightyroar.com)
		   License : MIT License / GPL License
	   */

#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../images/progress.gif) no-repeat center center;
  /*		background:black;*/
}

#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
}

#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}

#supersized li.prevslide {
  z-index: -20;
}
#supersized li.activeslide {
  z-index: -10;
}

#supersized li.image-loading {
  background: #222 url(../images/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}
#supersized li.image-loading img {
  visibility: hidden;
}

#supersized li.prevslide img,
#supersized li.activeslide img {
  display: inline;
  overflow: hidden;
}

#controls-wrapper {
  height: 100px;
  width: 35px;
  bottom: 35px;
  margin-left: 0;
  left: 0%;
  z-index: 4;
  position: fixed;
}

#controls-wrapper-home {
  height: 600px;
  width: auto;
  top: 50%;
  margin-top: -50px;
  right: 90px;
  z-index: 4;
  position: fixed;
}

#controls,
#controls-home {
  overflow: hidden;
  height: 100%;
  position: relative;
  text-align: right;
  z-index: 5;
}

#tray-button {
  float: right;
  background: url("../images/handle_bg_2.png") top left no-repeat
    rgba(0, 0, 0, 0.75);
  height: 100px;
  width: 34px;
  z-index: 400;
  position: relative;
  cursor: pointer;
}

#tray-button.active {
  background: url("../images/handle_bg_2.png") bottom left no-repeat
    rgba(0, 0, 0, 0);
}

#thumb-tray {
  position: fixed;
  z-index: 3;
  bottom: 35px;
  left: 0%;
  background: rgba(0, 0, 0, 0.75);
  height: 100px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-left: 35px;
}

#slidecounter {
  float: left;
  color: #999;
  font: 14px "Helvetica Neue", Helvetica, Arial, "helvetica neue", sans-serif;
  text-shadow: #000 0 -1px 0;
  margin: 0px 10px 0 15px;
  line-height: 42px;
}

#slidecaption {
  overflow: hidden;
  color: #f9f9f9;
  font: bold 48px/1.25 "helvetica neue", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0 20px 0 0;
}

#slidetagline {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  width: 800px;
  margin: 25px 20px 0 0;
  float: right;
}

#slideoverlay img {
  margin: 29px 20px 0 0;
  border: 1px #000 solid;
}

/* Home page buttons (no longer different sizes) */
#slidelink,
#slidelinksecondary {
  overflow: hidden;
  color: #000;
  font: bold 16px/1.1 "helvetica neue", sans-serif;
  background: #ffec00;
  margin: 20px 20px 0 0;
  display: none;
  text-decoration: none;
  padding: 8px 14px;
}

#navigation {
  float: right;
  margin: 0px 20px 0 0;
}

#play-button {
  float: left;
  margin-top: 1px;
  border-right: 1px solid #333;
  background: url("../images/bg-hover.png") repeat-x 0 44px;
}

#play-button:hover {
  background-position: 0 1px;
  cursor: pointer;
}

section.slide_nav {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -51px;
  width: 60px;
  height: 122px;
}

#prevslide,
#nextslide {
  position: relative;
  height: 60px;
  width: 60px;
  display: block;
  background: black;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#prevslide {
  background: url("../images/nav_arrows.png") top left no-repeat
    rgba(0, 0, 0, 0.75);
}

#nextslide {
  margin-bottom: 8px;
  background: url("../images/nav_arrows.png") bottom left no-repeat
    rgba(0, 0, 0, 0.75);
}

#prevslide:hover,
#nextslide:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 1);
}

ul#slide-list {
  padding: 15px 0;
  float: left;
  position: absolute;
  left: 50%;
}

ul#slide-list li {
  list-style: none;
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 5px 0 0;
}

ul#slide-list li.current-slide a,
ul#slide-list li.current-slide a:hover {
  background-position: 0 0px;
}

ul#slide-list li a {
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/nav-dot.png") no-repeat 0 -24px;
}

ul#slide-list li a:hover {
  background-position: 0 -12px;
  cursor: pointer;
}

#progress-back {
  z-index: 5;
  position: fixed;
  bottom: 0px;
  left: 0;
  height: 8px;
  width: 100%;
  background: url("../images/progress-back.png") repeat-x;
}

#progress-bar {
  position: relative;
  height: 8px;
  width: 100%;
  background: url("../images/progress-bar.png") repeat-x;
}

#nextthumb,
#prevthumb {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 61px;
  height: 75px;
  width: 100px;
  overflow: hidden;
  background: #ddd;
  border: 1px solid #f9f9f9;
  -webkit-box-shadow: 0 0 5px #000;
}

#nextthumb {
  right: 12px;
}
#prevthumb {
  left: 12px;
}

#nextthumb img,
#prevthumb img {
  width: 150px;
  height: auto;
}

#nextthumb:active,
#prevthumb:active {
  bottom: 59px;
}

#nextthumb:hover,
#prevthumb:hover {
  cursor: pointer;
}

#thumb-back,
#thumb-forward {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  height: 100px;
  width: 40px;
}

#thumb-back {
  left: 40px;
  background: url("../images/thumb-back.png") no-repeat center center;
  opacity: 0.25;
  cursor: pointer;
}

#thumb-forward {
  right: 35px;
  background: url("../images/thumb-forward.png") no-repeat center center;
  opacity: 0.25;
  cursor: pointer;
}

#thumb-back:hover {
  left: 40px;
  background: url("../images/thumb-back.png") no-repeat center center;
  opacity: 1;
}

#thumb-forward:hover {
  right: 35px;
  background: url("../images/thumb-forward.png") no-repeat center center;
  opacity: 1;
}

ul#thumb-list {
  display: inline-block;
  list-style: none;
  position: relative;
  left: 0px;
  padding: 0 0px;
  margin: 12px 0;
}

ul#thumb-list li {
  background: #111;
  list-style: none;
  display: inline-block;
  width: 110px;
  height: 76px;
  overflow: hidden;
  float: left;
  margin: 0 5px;
}

ul#thumb-list li.current-thumb {
  width: 106px;
  height: 72px;
  border: 2px solid #f9f9f9;
}

ul#thumb-list li img {
  width: 110px;
  height: auto;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

ul#thumb-list li.current-thumb img,
ul#thumb-list li:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

ul#thumb-list li.current-thumb img {
  margin: -2px 0 0 -2px;
}

ul#thumb-list li:hover {
  cursor: pointer;
}

ul#demo-block {
  margin: 0 15px 15px 15px;
}

ul#demo-block li {
  margin: 0 0 10px 0;
  padding: 10px;
  display: inline;
  float: left;
  clear: both;
  color: #aaa;
  background: url("../images/bg-black.png");
  font: 11px Helvetica, Arial, "helvetica neue", sans-serif;
}

ul#demo-block li a {
  color: #eee;
  font-weight: bold;
}

footer.main {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 100%;
  z-index: 99;
}
.about footer.main {
  z-index: 99;
  background: #f9f9f9;
  padding-top: 5px;
}
footer.main p,
footer.main p a {
  color: #f9f9f9;
  font: 500 12px/1 "helvetica neue", sans-serif;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 10px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.about footer.main p,
.about footer.main p a {
  color: #777777;
  z-index: 999;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
/* Sitewide social media (alignment & white icons) */
footer.main p a.twitter,
footer.main p a.linkedin,
footer.main p a.instagram {
  display: inline-block;
  height: 12px;
  text-indent: -9999px;
  margin-left: 5px;
}
footer.main p a.twitter {
  background: url("../images/CORE_Twitter_white.svg") top left no-repeat;
  width: 14px;
}
footer.main p a.linkedin {
  background: url("../images/CORE_LinkedIn_white.svg") top left no-repeat;
  width: 12px;
}
footer.main p a.instagram {
  background: url("../images/CORE_Instagram_white.svg") top left no-repeat;
  width: 12px;
}
/* About page social media (gray icons) */
.about footer.main p a.twitter {
  background: url("../images/CORE_Twitter_gray.svg");
}
.about footer.main p a.linkedin {
  background: url("../images/CORE_LinkedIn_gray.svg");
}
.about footer.main p a.instagram {
  background: url("../images/CORE_Instagram_gray.svg");
}

/* ==|== non-semantic helper classes ========================================
	  Please define your styles before this section.
	  ========================================================================== */

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* ==|== media queries ======================================================
	  PLACEHOLDER Media Queries for Responsive Design.
	  These override the primary ('mobile first') styles
	  Modify as content requires.
	  ========================================================================== */

/*scroll hack for kindle FIRE*/
@media screen and (min-width: 590px) and (max-width: 610px) {
  /*	.awards{
		   position: relative;
	   }
	   footer.main{
		   position: fixed;
	   }
	   body.about{
			   background: #222 !important;
		   }
   */
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  /*	body.about{
		   background: #222 !important;
	   }
   */
}

/* ==|== print styles =======================================================
	  Print styles.
	  Inlined to avoid required HTTP connection: h5bp.com/r
	  ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !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;
  }
}
