/* -----------------------------------------------------------
 Theme Name: Artefact
 Version: 1.0
 Description: Modified Wordpress Theme by Michael Long
 Author: Michael Long & Andrew Jacobs
*/
@font-face {
  font-family: "lineto-akkurat";
  src: url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-light.eot');
  src: url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-light.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-light.woff') format('woff'),
       url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-light.ttf') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: "lineto-akkurat";
  src: url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-regular.eot');
  src: url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-regular.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-regular.woff') format('woff'),
       url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: "lineto-akkurat";
  src: url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-bold.eot');
  src: url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-bold.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-bold.woff') format('woff'),
       url('/wp-content/themes/artefact-website-v3/css/fonts/lineto-akkurat-bold.ttf') format('truetype');
  font-weight: 600;
}

/* Reset
================================================== */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'lineto-akkurat', Arial, sans-serif;

  /* handful of workarounds for odd Mac Safari webkit rendering (appears lighter) */
  font-variant:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-shadow: 0 0 1px rgba(0, 0, 0, .01);

  /* -webkit-backface-visibility: hidden; // may workaround the safari issue but cause scary flickering of nav bar.. */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

blockquote cite {
  font-weight: 200;
  font-style: normal;
  font-family: 'lineto-akkurat', Arial, sans;
  font-size: 0.8em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.floatright{
    float:right;
}
.floatleft{
    float:left;
}

/* Body & Main
 ================================================== */
body {
  color: #000000;
  background-color: #f2f2f2;
}

body a {
  color: #ff0D47; /* magenta */
  /* color: #00E188; /* teal */
}

body a:hover {
  text-decoration: underline;
  text-decoration:none;
}

/* Typography
 ================================================== */
 h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
}

.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 40px 0 20px;
}

h1 {
  font-size: 1.714em;
  margin: 0 0 1em;
}

h2 {
  font-size: 2.4em;
  line-height: 1.1em;
}

h3 {
  font-size: 2.2em;
  line-height: 1.1em;
}

h4 {
  font-size: 2.0em;
  line-height: 1.1em;
}

h5 {
  font-size: 1.6em;
}

h6 {
  font-size: 1.2em;
}

#post, .entry {
  font-size: 1em;
}

p {
    margin: 0 0 20px;
}

.entry p:last-child {
    margin: 0;
}

p img {
    margin: 0;
}

.inner-post p img {
   max-width: 100%;
   height: auto;
}

p.lead {
    font-size: 1.500em;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

small {
    font-size: 80%;
}

hr {
    border: solid rgba(0, 0, 0, 0.2);
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

p a, p a:visited {
    line-height: inherit;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a {
    outline: 0;
}

p a, p a:visited {
    line-height: inherit;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

/*
 Forms
 ================================================== */
input[type="text"], input[type="password"] {
  height: 30px;
  line-height: 30px;
}

input[type="text"], input[type="password"], textarea {
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  display: block;
  font-size: 0.857em;
  margin-left: 0;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-appearance: none;
}

textarea {
    width: 100%;
    padding: 10px;
}

input[type="text"], input[type="password"] {
    width: 200px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    outline: none;
    border-color: #ccc;
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.07);
}

#mc_embed_signup {
  background: transparent !important;
  font: 1.5em "lineto-akkurat" !important;
  color: #FFF;
}

#mc_embed_signup form {
  padding: 48px 384px 0 !important;
}

#mc_embed_signup h2 {
  font-weight: 200 !important;
  color: #FFF !important;
}

#mc_embed_signup h3 {
  font-size: 14px;
  color: #FFF;
  font-weight: 200;
  margin-right: 30px;
}

#mc_embed_signup .mc-field-group input {
  font-size: 36px;
  height: 40px !important;
}

#mc_embed_signup .mc-field-group #mce-FNAME,
#mc_embed_signup .mc-field-group #mce-LNAME {
  height: 60px !important;
  font-size: 36px;
}

#mc_embed_signup .mc-field-group label {
  font-size: 18px;
}

#mc_embed_signup .mc-field-group .asterisk {
  font-size: 100%;
  top:0 !important;
  right: none !important;
  position: relative !important;
  left: 3px;
}

#mc_embed_signup .button {
  font-size: 24px !important;
  border-radius: 0 !important;
  font-weight: 200 !important;
  font-family: "lineto-akkurat";
  margin: 6px 5px 0px 0 !important;
  height: 48px !important;
  background-color: transparent;
}

/* Main Wraps
 ================================================== */
body.modal-open {
  overflow: hidden;
  /* background-color: black; */
}

#wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main-content {
  margin: 0px 0;
}

.container {
  background: #ffffff;
}

#post {
  float: left;
  width: 60%;
  margin-left: 48px;
}

#sidebar {
  float: right;
  width: 28%;
  font-size: 0.9em;
  margin-right: 48px;
  text-align: left;
}

#inf_scroll_nav {
  visibility: collapse;
}

#infscr-loading {
  width: 100%;
  height: 100px;
  background: none;
  color: #ACACAC;
  font-size: 24px;
  font-weight: 200;
  position: absolute;
  bottom: -7px;
  padding-top: 0px;
  text-align: center;
  margin-bottom: 0px;
}

#header-wrap,
#header,
#header-slideshow,
#header-blocks,
.middle-menu,
#blog-wrap {
  /*
  This will force GPU acceleration on the elements (good-ish for mobile) but it causes *major* glitches in Safari 7 (glitching, artifacting, etc)
  -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
  */
}

#header-wrap {
  /*
  -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
  */
  position: fixed;
}

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

.clear {
  clear: both;
}

blockquote {
  position: relative;
  margin: 30px 0px;
  font-style: italic;
  font-weight: 200;
  color: #000;
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}

pre {
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/*
 * HEADER
 */
#header-social {
    float: right;
    margin-top:-1px;
}

#header-social li {
    float: left;
    display: block;
}

#header-social img {
    width: 30px;
    height: 30px
}

#header-social a, #header-social img {
    display: block;
}

#header-social img:hover {
    opacity: 0.6;
}

body.modal-open #header-wrap {
  /* background: #000000; */
}

#header-wrap {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  top: 0px;
  left: 50%;
  width: 100%;
  z-index: 100;
  height: 72px;
  width: 1280px;
  margin-left: -640px;
}

#header {
  background: #333333;
  font-weight: 200;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#header-static {
  position: relaitve;
  max-width: 1851px;
  height: 1400px;
}

#header-static .texty {
  z-index: 0;
}

.header-anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/*
.video-translucent {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 1%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.2)), color-stop(1%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,1)));
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,1) 100%);
  background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=1 );
}
*/

.video-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  height: 100%;
}

#header-slideshow {
  overflow: hidden;
  max-height: 720px;
  background: #ffffff;
  cursor: pointer;
}

h1.logo {
  height: 100%;
  font-size: 1.0em;
  margin: 0 0 0 0px;
  display: block;
  padding: 0 0 0 0px;
  position: absolute;
  overflow: hidden;
}

h1.logo a { height: 100%; }

h1.logo a img {
  height: 73px;
  width: auto;
  margin-top: 0px;
}

#header a:hover {
    color: #ffffff;
}

#navigation .selector {
    display: none;
}

/*
 * TOP MENU BAR STYLING
 */
#top-menu {
  padding-top: 1.2em;
  margin: 0em auto 0em auto;
  width: auto;
  float: right;
}

#top-menu > li > a {
  /*text-transform: uppercase;*/
  padding: 0 18px 0 18px;
}

#top-menu a.current-menu-item {
  color: #858585;
  cursor: default;
}

#top-menu,
#right-menu {
  font-size: 1.05em;
}

#right-menu {
  float: right;
  font-weight: 400;
  margin-right: 15px;
}

#navigation #right-menu .current-menu-item,
#navigation #right-menu .current-menu-item a {
  color: #858585;
  background: none;
}

#right-min-menu {
  float: right;
  display: none;
}

#right-menu a {
  color: #858585;
}

#hamburger {
  float: right;
  display: none;
  font-size: 1.4em;
  font-weight: 400;
}

#hamburger img {
  width: 100%;
  height: 100%;
}

#hamburger,
.search-menu {
  float: right;
  width: 72px;
  height: 72px;
  position: relative;
}

.search-menu > img {
  cursor: pointer;
  height: 82%;
  width: auto;
  position: absolute;
  margin-top: 10%;
  left: 6px;
}

body.single {
  background: #e8e8e8;
}

#single-navigation {
  position: absolute;
  top: 0;
  right: 24px;
}

#single-navigation .menu-separator {
  margin-left: -24px;
  height: 100%;
}

.single-close {
  height: 100%;
}

.single-close img {
  margin-top: 24px;
  height: 24px;
  width: auto;
}

.menu-separator {
  position: absolute;
  display: block;
  height: 70%;
  margin: 11px 28px 0 0;
  border-left: 1px solid #4D4D4D;
}

#post-navigation {
  position: absolute;
  left: 70px;
  height: 100%;
}

#post-navigation .next-post,
#post-navigation .previous-post {
  float: left;
  width: 72px;
}

#post-navigation .menu-separator {
  float: left;
  position: static;
  margin-right: 0;
}

#post-navigation .next-post a,
#post-navigation .previous-post a {
  margin: 20px auto;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/artefact-website-v3/images/navigation-arrows.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

#post-navigation .next-post a { background-position: 1px -60px; }
#post-navigation .previous-post a { background-position: -33px -60px; }
#post-navigation .next-post a.active { background-position: 1px 0; }
#post-navigation .previous-post a.active { background-position: -33px 0; }

.page-end-navigation {
  margin: 0 auto 48px auto;
  text-align: center;
}

.page-end-navigation .menu-separator {
  position: static;
  display: inline-block;
  height: 48px;
  margin: 29px 9px -11px 0;
  background: url(/wp-content/themes/artefact-website-v3/images/page-nav-divider.png) transparent repeat-y top center;
  border: none;
  width: 1px;
}

.page-end-navigation .next-post,
.page-end-navigation .previous-post {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
}

.page-end-navigation .next-post a,
.page-end-navigation .previous-post a {
  margin: 20px auto;
  width: 48px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.page-end-navigation .next-post a { background-image: url(/wp-content/themes/artefact-website-v3/images/page-nav-left.png); }
.page-end-navigation .previous-post a { background-image: url(/wp-content/themes/artefact-website-v3/images/page-nav-right.png); }
.page-end-navigation  a.disabled { background-position: 2px -36px; }

/*
 * MENU STYLING
 */
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  right: 0px;
  top: 50px;
  z-index: 99;
}

#right-min-menu li:hover ul,
#right-min-menu li.sfHover ul {
  top: 72px;
}


ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 180px;
  top: 1px;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 200px;
  top: 0;
}

.sf-menu a {
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  padding: 0 15px;
  text-decoration: none;
}

.sf-menu li ul li {
  float: left;
  position: relative;
}

#navigation .sf-menu ul {
  width: 100%;
}

#navigation .sf-menu ul li {
  background: #333;
}

#navigation .sf-menu ul li.separator a,
#navigation .sf-menu ul li.separator span {
  color: #858585;
  padding: 0 15px 0 15px;
  display: block;
  height: 45px;
  line-height: 45px;
  margin: 0px;
  border: 0px;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

#navigation .sf-menu ul li .social-icon {
  float: left;
  height: 65px;
  line-height: 65px;
  width: 60px;
  padding-left: 25px;
  padding-top: 18px;
  padding-bottom: 5px;
}



/* `mobile menu
--------------------------------------------------------------------------------*/

#navigation #mobile-menu {
  width: 100%;
  position: absolute;
  top: 72px;
  left: 0;
  background-color: #333333;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
}

#navigation #mobile-menu.active,
#sub-header-content .global_contact_box.active {
  max-height: 575px;
}

#sub-header-content .global_subscribe_box.active {
  max-height: 100%;
}

#navigation #mobile-menu li {
  text-align: center;
  font-size: 24px;
  padding-top: 18px;
  padding-bottom: 6px;
  font-weight: normal;
  background-color: #333;
}

#navigation #mobile-menu li a {
  color: #fff;
}

#navigation #mobile-menu li:last-child{
  padding-bottom: 116px;
}
#navigation #mobile-menu li:first-child {
  padding-top:44px;
}

#navigation #mobile-menu.sf-menu ul a {

}



/* `top-level navigation?
--------------------------------------------------------------------------------*/


#navigation .current-menu-item a {
  /*background: #00DDB7;*/
}

#navigation .sf-menu ul li:first-child {
    border-top: 0;
}

#navigation .sf-menu ul li:last-child {
    border-bottom: 0;
}

#navigation li a {
  font-size:.9em;
  height: 55px;
  letter-spacing: 0.01em;
}

#navigation .sf-menu ul a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  margin: 0px;
  border: 0px;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

/* Lists
 ================================================== */
.entry ul {
    margin: 30px 0 30px 20px;
}

.entry ol {
    margin: 30px 0 30px 25px;
}

.entry ul {
    list-style: disc;
}

.entry ol {
    list-style: decimal;
}

.entry ul li, .entry ol li {
  margin: 0 0 5px;
  line-height: 1.55em;
}

/* Headings
 ================================================== */
body {
  margin-top: 72px;
}

h2.posts-header {
  padding: 2.5em 0 0em 15px;
}

/* Homepage
 ================================================== */
#home, #search, #category a {
  text-decoration:none;
}

#home-slider {
  margin-bottom: 0px;
}

#homepage-title {
  padding: 20px;
  background: #ffffff;
  margin-bottom: 30px;
  font-weight: 200;
  text-align: center;
  font-size: 1.857em;
  display: none;
}

/* Posts
 ================================================== */

/*header*/
#post-header h1 {
    font-size: 3.60em;
    line-height: 1em;
    font-weight: 200;
    letter-spacing:-1px;
    margin-bottom: 38px;
    padding: 40px 48px 0 48px;
    letter-spacing: -0.05em;
}

.single-work #post-header h1 {
    padding: 40px 48px 0 0;
    letter-spacing: -0.05em;
}

/*post slider*/
#single-post-slider {
    margin: 0 0 30px;
}

/*post-thumbnail*/
#post-thumbnail, #post-video {
    margin: 0 0 0px;
    text-align: center;
}

#post-thumbnail img {
    display: block;
    width: 100%;
}

.single-job #post-header,
.single-person #post-header,
.single-tool #post-header,
.single-post #post-header {
    width: 66%;
}

.inner-post p {
    color: #4D4D4D;
}

.inner-post p b {
    font-family: "lineto-akkurat";
    font-weight: 200;
    font-size: 1.7em;
    letter-spacing: -0.05em;
    color: #000;
}

.inner-post ul {
    margin: 24px 0 24px 48px;
}

.inner-post li {
    color: #4D4D4D;
}

/*
 * Work Posts
 ================================================== */
.single-work #post {
  width: 100%;
  margin-left: 0;
}

.single-work .container {
  padding: 0px;
}

.single-work #post-header {
  margin: 0px 48px 38px 48px;
  width: 66%;
}

.single-work #post-header h1 {
  color: #00d1b5; /* this will need to be pulled up into the content editor */
  margin-bottom: 5px;
}

.single-work #post-header strong {
  font-size: 3.4em;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 1em;
  color: #414042;
  margin-bottom: 24px;
  display: block;
}

.single-work #single-post-content h2 {
  font-weight: 200;
  font-size: 2.25em;
  text-align: left;
  width: 75%;
}

.single-work #single-post-content h3 {
  font-size: 1.75em;
}

.single-work #single-post-content p {
  color: #4D4D4D;
}

.single-work .page-anchors {
  margin-left: 96px;
  font-size: 1.2em;
  margin-bottom: 80px;
}

.single-work .page-anchors ul li {
  float: left;
  display: block;
  margin-right: 20px;
}

.single-work .page-anchors ul li.separator:before {
  content: "/";
  color: #808080;
}

.single-work .page-anchors ul li a {
  color: #808080;
  text-transform: lowercase;
}

.header-copy {
  margin: 48px 48px;
}

.header-copy.features-header {
  margin: 0 48px;
}

.features-header h2 {
  margin: 0 0 48px 0;
}

.header-copy h2 {
  color: #1A1A1A;
  font-size: 3.4em;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  font-weight: 400;
}


.two-column-copy {
  width: 100%;
  margin: 0;
  padding: 0;
}

.two-column-copy .two-column-left,
.two-column-copy .two-column-right {
  width: 50%;
  float: left;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
}

.two-column-copy .two-column-left .copy-block {
  margin: 0px 48px 48px 48px;
}

.two-column-copy .two-column-right .copy-block {
  margin: 0px 48px 48px 0px;
}

.two-quotes {
  width: 100%;
  margin: 0px;
}

.two-quotes blockquote {
  font-family: Georgia, Times, serif;
  background: none;
  font-size: 1.1em;
  line-height: 1.3em;
  quotes: none;
  margin: 0 48px 48px 48px;
  padding: 0;
  letter-spacing: -0.03em;
  text-align: left;
  color: #4D4D4D;
}

.two-quotes .two-quotes-left blockquote {
  margin: 0 48px 0 48px;
}

.two-quotes .two-quotes-right blockquote {
  margin: 0 48px 0px 0px;
}

.two-quotes blockquote cite {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  line-height: 2.8em;
  letter-spacing: 0em;
  color: #999999;
}

.two-quotes blockquote cite strong {
  /* color: #4D4D4D; */
  font-weight: 200;
}

.two-quotes blockquote cite .press-logo {
  background-repeat: no-repeat;
  display: block;
  width: 280px;
  height: 60px;
}

.two-quotes blockquote cite .press-logo.brooklyn {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_brooklyn.png");
}
.two-quotes blockquote cite .press-logo.cnet {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_cnet.png");
}
.two-quotes blockquote cite .press-logo.cool-hunting,
.two-quotes blockquote cite .press-logo.coolhunting {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_coolHunting.png");
}
.two-quotes blockquote cite .press-logo.core77  {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_core77.png");
}
.two-quotes blockquote cite .press-logo.delimiter {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_delimeter.png");
}
.two-quotes blockquote cite .press-logo.discovery {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_discovery.png");
}
.two-quotes blockquote cite .press-logo.electro_house {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_electro_house.png");
}
.two-quotes blockquote cite .press-logo.engadget {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_engadget.png");
}
.two-quotes blockquote cite .press-logo.fastco,
.two-quotes blockquote cite .press-logo.fast-co {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_fastCo.png");
}
.two-quotes blockquote cite .press-logo.fetch {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_fetch.png");
}
.two-quotes blockquote cite .press-logo.geekwire {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_geekWire.png");
}
.two-quotes blockquote cite .press-logo.gizmodo {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_gizmodo.png");
}
.two-quotes blockquote cite .press-logo.guardian {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_guardian.png");
}
.two-quotes blockquote cite .press-logo.how {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_how.png");
}
.two-quotes blockquote cite .press-logo.huffpo {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_huffpo.png");
}
.two-quotes blockquote cite .press-logo.infoweek {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_infoWeek.png");
}
.two-quotes blockquote cite .press-logo.laptop {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_laptop.png");
}
.two-quotes blockquote cite .press-logo.localprojects,
.two-quotes blockquote cite .press-logo.local-projects {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_local_projects.png");
}
.two-quotes blockquote cite .press-logo.mashable {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_mashable.png");
}
.two-quotes blockquote cite .press-logo.nyt {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_nyt.png");
}
.two-quotes blockquote cite .press-logo.panasonic {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_panasonic.png");
}
.two-quotes blockquote cite .press-logo.rhinofly {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_rhinoFly.png");
}
.two-quotes blockquote cite .press-logo.rww {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_rww.png");
}
.two-quotes blockquote cite .press-logo.techchrunch {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_techCrunch.png");
}
.two-quotes blockquote cite .press-logo.treehugger,
.two-quotes blockquote cite .press-logo.tree-hugger {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_treeHugger.png");
}
.two-quotes blockquote cite .press-logo.wired {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_wired.png");
}
.two-quotes blockquote cite .press-logo.wsj {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_wsj.png");
}
.two-quotes blockquote cite .press-logo.verge {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_verge.png");
}
.two-quotes blockquote cite .press-logo.time {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_time.png");
}
.two-quotes blockquote cite .press-logo.gizmag {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_gizmag.png");
}
.two-quotes blockquote cite .press-logo.cal-tech {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_cal_tech.png");
}
.two-quotes blockquote cite .press-logo.verge {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_verge.png");
}
.two-quotes blockquote cite .press-logo.electro-house {
  background-image: url("/wp-content/themes/artefact-website-v3/images/logos/press_electro_house.png");
}
.award-logo.idea {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_idea.png");
}
.award-logo.samsung {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_samsun.png");
}
.award-logo.time {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_time.png");
}
.award-logo.interaction {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_interaction.png");
}
.award-logo.red-dot {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_red_dot.png");
}
.award-logo.aiga {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_aiga.png");
}
.award-logo.braun {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_braun.png");
}
.award-logo.spark {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_core77_spark.png");
}
.award-logo.german {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_german_design.png");
}
.award-logo.how {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_how.png");
}
.award-logo.i-d {
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/award_id.png");
}

/*.two-quotes .two-quotes-left {
  margin: 0 0 0px 0;
}*/

.two-quotes .two-quotes-left,
.two-quotes .two-quotes-right {
  width: 50%;
  float: left;
  line-height: 1.3em;
  font-weight: 400;
  text-align: justify;
}

.image-feature {
  width: 100%;
  position: relative;
  margin-top: 48px;
}

.image-feature.has-copy {
  margin-top: 80px;
}

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

.image-feature blockquote {
  width: 25%;
  position: absolute;
  top: -75px;
  right: 48px;
  text-align: right;
}

.image-feature blockquote cite {
  display: block;
  font-weight: 200;
  margin-top: 10px;
}

.spacer {
  margin-top: 12px;
}

.rich-content {
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-content img {
  width: 100%;
  height: auto;
}

.image-feature-left,
.image-feature-right {
  width: auto;
  position: relative;
  margin: 0 48px;
}

.image-feature-left .image-feature {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}

.image-feature-left .text-feature {
  width: 50%;
  float: right;
  margin: 48px 0 0 0px;
}

.image-feature-left .text-feature h3,
.image-feature-right .text-feature h3 {
  font-size: 2.0em;
}

.image-feature-left .text-feature p,
.image-feature-right .text-feature p {
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.3em;
  color: #4d4d4d;
  line-height: 1.3em;
}

.image-feature-left .text-feature h3,
.image-feature-left .text-feature p,
.image-feature-right .text-feature h3,
.image-feature-right .text-feature p {
  margin-left: 48px;
  margin-right: 48px;
}

.image-feature-right .image-feature {
  width: 50%;
  float: right;
  margin: 0;
  padding: 0;
}

.image-feature-right .text-feature {
  width: 50%;
  float: left;
  margin: 48px 0 0 0;
}

.image-feature-right .text-feature h3,
.image-feature-right .text-feature p {
  margin-left: 0;
}

.process-blocks {
  clear: both;
  margin-top: 40px;
  margin-bottom: 48px;
  width: auto;
  overflow: hidden;
  padding: 0 48px;
}

.process-blocks .process-column {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
}

.process-blocks .process-column img {
  width: 105%;
  height: auto;

}

.single-work #post .process-column h3 {
  margin: 24px 0;
}

.single-work #post .process-column h3, .single-work #post .process-column p {
  margin-left: 24px;
  margin-right: 24px;
}
.single-work #post .process-column p {
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
}

.process-column h3 {
  font-size: 1.6em;
}

.process-column p {
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
}

.process-column h3,
.process-column p {
  margin-left: 24px;
  margin-right: 24px;
}

.download-link-wrapper {
  position: relative;
  margin: 48px 0 0;
}

.download-links {
  width: 100%;
  text-align: center;
  padding-bottom: 75px;
}

.download-links a {
  font-size: 0.9em;
  display: inline-block;
  width: 100px;
  text-align: center;
  font-weight: 200;
}

.download-links img {
  margin: 10px auto;
  width: 56px;
  height: auto;
  display: block;
}

.download-links span {
  display: block;
  color: #666666;
  margin-top: 6px;
  font-weight: 800;
}

.award-logos-wrapper {
  display: block;
}

.award-logos {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.award-logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-size: 100px 100px;
  margin: 0 5px;
}

.award-banner-wrapper {
  position: absolute;
  top: 72px;
  width: inherit;
  height: 128px;
  z-index: 10;
}

.award-banner {
  float: right;
  background-image: url("/wp-content/themes/artefact-website-v3/images/awards/banner.png");
  background-repeat: no-repeat;
  display: block;
  width: 128px;
  height: 128px;
}

.project-footer {
  text-align: center;
  color: #999;
  margin-bottom: 48px;
  margin-top: 48px;
  line-height: 1.2em;
}

/* Sidebar
 ================================================== */
#sidebar h4 {
  font-weight: 600;
  background: url("/wp-content/themes/artefact-website-v3/images/heading-bg.png") center repeat-x;
  margin-bottom: 20px;
}

#sidebar h4 span {
    background: #f9f9f9;
    padding-right: 15px;
}

.sidebar-box {
    margin-bottom: 30px;
}

.sidebar-box .heading {
    margin-top: 0;
}

#sidebar a {
  color: #ACACAC;
}

#sidebar .author-tile {
  height: 67px;
  margin-bottom: 12px;
}

#sidebar a:hover {
  color: #5e5d5d;
  text-decoration: none;
}

#sidebar .post-categories a {
color:#ACACAC;
}

#sidebar .post-categories  {
margin-top:3px;
}

#sidebar .sidebar_top_bar {
  width: 100%;
  margin-top: 0px;
  font-size: 0.9em;
  font-family: Georgia, Times, serif;
  font-style: italic;
}

#sidebar .sidebar_top_bar_grey {
  background-color:#ededed;
  width:100%;
  height: 1px;
  margin: 2em 0;
}

#sidebar .sidebar_top_bar{
  /* background-color:orange;  */
}

#sidebar .sidebar_tag_display {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 85%;
}

#sidebar .sidebar_tag_container {
  display: inline-block;
  line-height: 1.7em;
  color:#aaa;
  font-weight: 200;
}

#sidebar .sidebar_related_display {
  clear: both;
  margin-top: 24px;
  width: 85%;
}

#sidebar .sidebar_related_display h2 {
  font-size: 1.0em;
  font-family: Georgia, Times, serif;
  font-style: italic;
  margin-bottom: 2em;
}

#sidebar .sidebar_related_display ul {
  list-style-type: none;
  margin-top: 1em;
}

#sidebar .sidebar_related_display ul li {
  line-height: 1.3em;
  margin-top: 12px;
  font-family: 'lineto-akkurat', Arial, sans;
  font-weight: 200;
}

#sidebar .sidebar_related_display ul li a {
  color: #000000;
}

#sidebar .floatright {
  position: absolute;
}

.social_button_black_white {
  height: 50px;
}

.social_separator {
  width:1px;
  height:30px;
  background-color:#DDD;
}

.social_button_black_white .social_separator {
  margin-left:5px;
  margin-right:5px;
}

.social_button_black_white img, .social_button_black_white a {
  vertical-align:middle;
  width:30px;
}

.social_button_black_white div {
  float:left;
  margin-top:20px;
}

#sidebar .social-container-sidebar {
  position: absolute;
  right: -80px;
  width:20%;
  list-style:none;
  margin-top:-3px;
  text-align: right;
}

.social-container-project {
  position: absolute;
}
.social-container-project ul {
  display: block;
  margin: 6px auto 0px auto;
}
.social-container-project ul li{
  margin: 0;
  padding: 0;
  height: 33px;
  background: #0B0B0B;
}

.social-container-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 48px;
  background: black;
}
.social-container-footer ul {
  display: block;
  margin: 6px auto 0px auto;
  width: 180px;
}
.social-container-footer ul li{
  display: inline-block;
}


/* Facebook
 ================================================== */
.fb-comments,
.fb-comments *,
.fb-comments iframe[style],
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe,
.fb_iframe_widget iframe[style],
.fb-comments span,
.fb-comments iframe
{
    width: 100% !important;
}

/*
 * Search
 */
input[type="search"]::-webkit-search-decoration {
    display: none;
    background-color: transparent;
    border-image-width: 0px;
    border-color: transparent;
    background-color: #161616;
    border-image-width: 0px;
    border-style: none;
    outline: 0px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    border: 0px;
    border-image-width: 0px;
    border-color: transparent;
    background-color: #161616;
    border-image-width: 0px;
    border-style: none;
    outline: 0px;
}

/* 404 Page
 ================================================== */
#error-page-title {
  font-size: 5.714em;
  text-align: center;
  font-weight: 600;
  background: none;
  line-height: 1em;
  border: none;
  margin: 0 0 10px;
  color: #000;
  padding: 75px;
}

#error-page-text {
  margin-right: 7px;
  padding: 75px;
}

#error-page-text {
  text-align: center;
  font-size: 1.143em;
}

/* WordPress Styles
 ================================================== */

/*aligns*/
.aligncenter {
    display: block;
    margin: 0 auto;
}

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

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

/*floats*/
.floatleft {
    float: left;
}

.floatright {
    float: right;
}
.clearboth {
    clear:both;
}

/*text style*/
.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 0.786em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/*smiley reset*/
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

/*blockquote*/
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/* Lower Grid Container
 ================================================== */
#blog-wrap {
  padding-bottom: 300px;
  background: #ffffff;
  overflow: hidden;
  z-index: 1;
  min-height: 1500px;
  max-width: 1280px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.inner-entry {
  width: 49.5%;
  height: 280px;
}

.inner-entry header {
  height: 57% !important;
}

.inner-entry .AFG_description {
  height: 43% !important;
}

.inner-entry .AFG_description .top_div {
  padding: 15px 17px 2px 17px;
}

.inner-entry .AFG_description .top_div h2 a {
  font-size: 29px;
  width: 336px;
}

.blog-image-wrapper {
  width: 103%; /* bleed the image wrapper over the side of the box (to simulate "flush" grid) */
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*
 * Header Layout
 */
.hero-wrapper {
  position: relative;
  overflow: hidden;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero-chunk {
  display: block;
  position: relative;
}

.category-wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}

.slideshow-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.hero_chunk {
  overflow: hidden;
}

.hero_chunk .slide_nav_buttons div {
  opacity: 0;
}

.hero_chunk.hover .slide_nav_buttons div {
  opacity: 1;
}

.slide_nav_buttons {
  height: 100%;
  right: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

.slide_nav_buttons .prev_slide,
.slide_nav_buttons .next_slide {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.prev_slide_container,
.next_slide_container {
  height: 100%;
  width: 136px;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.prev_slide_container:hover,
.next_slide_container:hover {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.prev_slide_container { float:left; }
.next_slide_container { float:right; }

.slide_nav_buttons .prev_slide {
  background-image: url(/wp-content/themes/artefact-website-v3/images/slideshow_prev_arrow.png);
  left: 30px;
}
.slide_nav_buttons .next_slide {
  background-image: url(/wp-content/themes/artefact-website-v3/images/slideshow_next_arrow.png);
  right: 30px;
}

.hero.texty div {
  font-weight: 600;
  font-size: 7.0em;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 0.9em;
}

.hero.texty span {
  display: block;
  margin: 0 auto;
  font-size: 0.2em;
  font-family: Georgia, Times, serif;
  font-style: italic;
  letter-spacing: 0;
  font-weight: 400;
}

.hero.texty,
.slideshow.texty {
  position: absolute;
  width: 100%;
}

.hero.texty {
  z-index: -1;
  opacity: 1.0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.hero.texty.hidden {
  opacity: 0;
}

.slideshow.texty div {
  width: 40%;
}

.texty.middle {
  top: 20%;
  text-align: center;
  width:100%;
  margin: 0px 0px;
}
.texty.middle div {
  margin: 0 auto;
  text-align: center;
}

.texty.top-left {
  top: 5.9%;
  left: 2.9%;
  width: 80%;
}
.texty.top-left div {
  margin: 0 0;
  text-align: left;
  position: absolute;
  left: 0%;
}

.texty.bottom-left {
  bottom: 5%;
  left: 2.9%;
  height: 100%;
  text-align: left;
  width: 80%;
}
.texty.bottom-left div {
  margin: 0 0;
  text-align: left;
  position: absolute;
  left: 0%;
  bottom: 0%;
}

.texty.bottom-right {
  bottom: 5%;
  right: 2.9%;
  height: 100%;
  text-align: right;
}
.texty.bottom-right div {
  margin: 0 0;
  text-align: right;
  position: absolute;
  right: 0%;
  bottom: 0%;
}

.texty.top-right {
  top: 4%;
  right: 2.9%;
  text-align: right;
}

.texty.top-right div {
  margin: 12px 0;
  text-align: right;
  position: absolute;
  right: 0%;
  width: 38%;
}

.slideshow.texty .text_holder {
  font-size: 3.4em;
  font-weight: 200;
  letter-spacing: -0.065em;
}

.slideshow.texty .text_holder span {
  display: block;
  margin-bottom: 2em;
  letter-spacing: 0.01em;
  font-size: 0.35em;
  font-family: Georgia, Times, serif;
  font-style: italic;
}

.texty .subtext_holder {
  font-size: 1.0em;
  padding-top: 3%;
  line-height: 1.2em;
  width: 30%;
  display: block;
  word-spacing: 1px;
  font-family: Georgia, Times, serif;
  font-style: italic;
}

.scroll-hint {
  display: block;
  height: 32px;
  width: 60px;
  background: url(/wp-content/themes/artefact-website-v3/images/scroll-hint.png) transparent no-repeat 50% 50%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -30px;
  opacity: 1;

  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.scroll-hint.hidden {
  opacity: 0;
}

.texty a{
  text-decoration:none;
}

.texty .text_holder  a {
    text-decoration:none;
}

.mobile-slideshow .slideshow.texty div.text_holder {
  font-size: 4.6em;
}

.mobile-slideshow .texty,
.mobile-slideshow .hero-copy {
  font-size: 42%;
}

.mobile-slideshow .hero.texty div {
  width: 300px;
}

.mobile-slideshow .hero.texty  .subtext_holder {
  width: 150px;
}

.mobile-slideshow .slideshow.texty {
  height: 20em;
}

.mobile-slideshow .slideshow.texty div {
  width: auto;
  padding: 24px 24px 0;
}

/* needed more specificity here to have IE override correctly. */
.mobile-slideshow .slideshow.texty.top-left,
.mobile-slideshow .slideshow.texty.top-right,
.mobile-slideshow .slideshow.texty.bottom-left,
.mobile-slideshow .slideshow.texty.bottom-right {
  position: absolute;
  top: inherit;
  bottom: 0px;
  left: 0;
  width: 100%;
  top: initial;
  background: transparent;
}

.mobile-slideshow .slideshow.texty div {
  width: auto;
  padding: 28px 17px;
  text-align: left;
  right: auto;
  left: 0;
  bottom: -10px;
}

.mobile-slideshow .slideshow.texty .text_holder span {
  margin-bottom: 1em;
}

.mobile-slideshow .slideshow-indicator {
  display: none;
}

.mobile-slideshow .slideshow.texty.mobile_position_top {
  bottom:inherit;
  margin-top: 24px;
  width: 100%;
  top:0;
}

.mobile-slideshow .slideshow.texty.mobile_position_top .text_holder {
  position: absolute;
  margin-left:24px;
  margin-right:24px;
  padding:0;
  top: 0;
}



/*
 * Hero Slideshow Adjustments
 */
.hero_chunk {
  width: 100%;
  height: 1000px;
}

.home-slider-wrapper {
  width: 100%;
  font-weight: 200;
}

.slideshow-indicator {
  position: absolute;
  bottom: 22px;
  display: block;
  width: 100%;
  text-align: center;
}

.indicator-dot {
  padding: 0px 4px;
  cursor: pointer;
  overflow:hidden;
  display: inline-block;
}

.indicator-dot span {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -2999px;
  background: #333333;
  opacity: 0.25;
  border-radius: 5px;
}

.indicator-dot.active span {
  opacity: 1.0;
}

#header-blocks {
  line-height: 0em;
  background: #ffffff;
}

.home-block {
  width: 50%;
  height: 576px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 4.0em;
  background-color: #ffffff;
}

.home-block-subtitle {
  font-weight: 200;
  font-family: Georgia, Times, serif;
  font-size: 1.0em;
  font-style: italic;
  padding: 0;
  position: absolute;
  top: 46%;
  width: 100%;
  text-align: center;
  left: 0;
  color: #ffffff;
}

.home-block-title {
  font-size: 4.6em;
  letter-spacing: -0.05em;
  font-weight: 600;
  padding: 0;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  left: 0;
  color: #ffffff;
}

.home-block-link,
.category-block-link {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -3999px;
  position: absolute;
  z-index: 1; /* above text, behind menu */
}

.home-block .middle {
  top: 35%;
  width: 100%;
  text-align: center;
  left: 0;
}

.home-block .home-block-subtitle.middle {
  top: 64%;
}

.home-block .top-left {
  top: 10%;
  left: 2%;
}

.home-block .top-right {
  top: 10%;
  right: 2%;
}

.home-block .bottom-left {
  bottom: 10%;
  left: 2%;
}

.home-block .bottom-right {
  bottom: 10%;
  right: 2%;
}

.category-block {
  width: 100%;
  height: 10em;
  font-size: 4.0em;
  letter-spacing: -0.05em;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1.0em;
  position: relative;
  overflow: hidden;
}

.category-image {
  display: block;
  width: 102%;
  height: 102%;
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0.7;
  z-index: 0;
}

.category-block-title {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 42%;
  font-weight: 600;
  line-height: 0.3em;
  z-index: 2;
}

.category-block-title span {
  display: block;
  font-family: Georgia, Times, serif;
  font-size: 0.3em;
  font-style: italic;
  margin-top: 2.5em;
  letter-spacing: 0em;
  font-weight: 200;
  padding: 0 36px;
}

/* Global overlay boxes - contact / about / subscribe */
.visually_hidden {
  display: none;
}

#sub-header-content {
  position: fixed;
  z-index: 0;
  width: 100%;
  margin: 0px auto;
  max-width: 1280px;
  left: 0;
  overflow:hidden;
  height: 100%;
  right: 0;
}

.global_menu_box {
  display: none;
  background-color: #333;
  width: 100%;
  max-height: 600px;
  height: 100%;
  z-index: 102;
}

.global_menu_box.global_subscribe_box {
  padding-bottom: 5%;
}

.global_search_box {
  color: #ffffff;
}

.global_contact_box .global_menu_2div,
.global_contact_box .global_menu_2div a,
.global_contact_box .global_menu_2div a:hover {
  font-weight: 200;
  color: #ffffff;
  line-height: 1.3em;
}

.global_contact_box .global_menu_2div{
  margin-left: 72px;
  margin-right: 72px;
  font-size: 2.2em;
  text-align: left;
   padding-top: 36px;
   min-height: 0px;
   z-index: 103;
   height: 100%;
   position: absolute;
}

.global_contact_box .global_menu_2div p{
  display: inline-block;
  margin: 0 8px 0 0;
}

#sub-header-content .global_menu_box {
  position:absolute;
}

#sub-header-content .global_menu_box.active{
  right:0;
}

.global_contact_box .global_menu_2div span {
  color: #808080;
  margin-bottom: 10px;
}

.contact-menu-section, .global_contact_box .global_menu_2div p.contact-menu-address {
  display: block;
}

.search_x {
  position: absolute;
  margin-right: 2%;
  right: 2%;
  cursor: pointer;
  z-index: 99;
}

/* Artefact Class Page Exceptions
 ================================================== */
#single-post-content p {
  margin-bottom: 1.55em;
  line-height: 1.55em;
  font-family: Georgia, Times, serif;
  font-size: 1.05em;
}

#single-post-content li {
  line-height: 1.55em;
  font-family: Georgia, Times, serif;
  font-size: 1.05em;
}

#single-post-content h2,
#single-post-content h3,
#single-post-content h4 {
  line-height: 1.1em;
  letter-spacing: -0.05em;
  font-weight: 200;
  font-size: 2.0em;
}

.person-related-posts {
  max-width: 1280px;
  background: white;
  margin: 0 auto;
}

#single-page-grid-wrap {
  background: #ffffff;
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  position: relative;
  font-size: 10px;
}

#single-page-grid-wrap .small-tile {
  height: 23.8em;
}

#single-page-grid-wrap .small-tile .small-tile__image {
  height: 60%;
}

.inner-grid-bar {
  margin: 0 48px;
}

.inner-grid-bar {
  border-top: 1px solid #cccccc;
  position: relative;
}

.inner-grid-bar h2 {
  font-size: 1.2em;
  font-weight: 400;
  margin: 20px 0;
  line-height: 3.4em;
  font-family: "Georgia", Times, serif;
  font-style: italic;
  text-align: center;
  color: #858585;
}

.inner-grid-bar .post-count {
  color: #cccccc;
  position: absolute;
  right: 0px;
  top: 2em;
}

/*
 * Single Post Sidebar
 ===================================================== */
#sidebar .avatar {
  width: 96px;
}

#sidebar .mid_group {
  clear:both;
  margin-top:0px;
  display:inline-block;
  width: 100%;
  position: relative;
}

#sidebar .mid_group li {
  margin-top: -6px;
}

#sidebar .mid_group .author_container {
  float: left;
  width: 100%;
}

#sidebar .mid_group .author_container .author-tile {
  clear: both;
  font-size: 1.1em;
}

#sidebar .mid_group .author_container .author-description {
  color: #ACACAC;
  font-family: Georgia, Times, serif;
  font-style: italic;
}

#sidebar .mid_group .author_container a {
  color: #000000;
}

#sidebar.post .mid_group .entry_author_image {
  float: left;
  width: 65px;
  margin-right: 10px;
}

#sidebar.post .mid_group .entry_author_image img {
  width: 100%;
  height: auto;
}

#sidebar.post .mid_group .author_container span {
  display: block;
  font-size: 0.9em;
  color: #999;
  margin-top: 6px;
}

#sidebar .mid_group .entry_author_image {
  display: inline;
  clear: both;
  width: 50%;
  height: auto;
}

#sidebar .mid_group .author_data {
  clear: both;
  text-align:left;
  font-size: .9em;
  line-height: 1.3em;
  font-weight: 400;
  color: #777;
}

#sidebar .mid_group .author_data p {
  margin: 5px 0 0 0;
}

#sidebar .mid_group .author_data a {
  text-decoration: underline;
}

#sidebar .post_tag_container {
  clear: both;
  line-height:1.5em;
}

.main_option img {
  max-width: 200px;
}

/* ------------           sort bar                ------------  */
/* ------------           select box plugin       ------------  */
.sbHolder{
  background-color: #ffffff;
  border: solid 0px #ffffff;
  position: relative;
  -webkit-appearance: none;
  outline-color: #ffffff;
  height: 45px;
  min-width: 200px;
  z-index: 2;
}

.sbSelector{
  display: block;
  height: 45px;
  left: 0;
  line-height: 30px;
  outline: none;
  font-weight: 200;
  color: #ACACAC;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 60px;
  border-color: #ffffff;
  -webkit-appearance: none;
  margin-top: 1px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
  color: #333;
  outline: none;
  text-decoration: none;
  border-color: #ffffff;
  -webkit-appearance: none;
  width: 100%;
}

 .sort_drop .sbHolder .sbSelector {
    line-height: 44px;
 }

.sbToggleOpen:hover {
  -webkit-appearance: none;
  border: solid 0px #fff;
  background-color:#00e0ba;
  color:#fff;
  border-bottom-width: 2px;
}
.sbHolderDisabled{
  background-color: #fff;
  border: solid 0px #fff;
  -webkit-appearance: none;
  border-color:#fff;
}
.sbHolderDisabled .sbHolder{
  border: solid 0px #fff;
  -webkit-appearance: none;
}
.sbHolderDisabled .sbToggle{
  border: solid 0px #fff;
  -webkit-appearance: none;
}

.sbOptions {
  background-color: #f7f7f7;
  border: solid 0px #fff;
  -webkit-appearance: none;
  list-style: none;
  left: -0.3em;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3.5em;
  width: 10em;
  z-index: 1;
  overflow-y: auto;
  font-size: 0.8em;
}

.sbOptions a {
  display: block;
  outline: none;
  padding: 16px 0px 16px 16px;
  border: solid 0px #fff;
}

.sbOptions a:link, .sbOptions a:visited{
  color: #333;
  text-decoration: none;
  border: solid 0px #fff;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
  color: #333;
  border: solid 0px #fff;
  -webkit-appearance: none;
  outline-color:#fff;
  background-color:#00e0ba;
  color:#fff;
}

.sort_header,
.sort_drop {
  float: left;
  font-size: 1.4em;
}

.sort_header {
  margin-right: 0.2em;
  margin-top: 2.6em;
  line-height: 44px;
  margin-left: 48px;
}

.sort_drop {
  width: 30%;
  float: left;
  margin-top: 2.6em;
}

.sort_by_title {
  clear:both;
  float:left;
  display:block;
  margin-top:23px;
}

.error404  .middle_menu {
  display: none;
}

.middle_menu .mid_sort_div span {
  font-size:10pt;
}

.middle_menu .mid_social_div {
  float:right;
  width:50%;
}

.middle_wrap {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #B3B3B3;
  background: white;
  margin: 0 auto;
}

.middle_menu {
  display:block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #f2f2f2;
  position: relative;
}

.middle_menu .mid_sort_div {
  display: block;
  width: 100%;
  margin-top: -2px;
}

.mid_result_count {
  float: right;
  color: #ACACAC;
  margin-right: 48px;
  font-size: 1.2em;
  margin-top: 3.4em;
}

.mid_sort_wrap {
  height: 9em;
}

.mid_centered {
  text-align: center;
  width: 100%;
  padding: 3.2em 0 3.0em;
}

.mid_left {
  text-align: left;
  width: 100%;
  padding: 3.9em 0 3.7em 0px;
}

.mid_left h2 {
  margin-left: 24px;
}

.mid_centered h2,
.mid_left h2 {
  color: #414042;
  letter-spacing: -0.05em;
  font-size: 1.2em;
  font-family: "Georgia";
  font-style: italic;
  font-weight: 200;
}

.mid_centered img {
  width: 45px;
  margin-top: 15px;
}

body.search .mid_centered h2 {
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-size: 1.5em;
  letter-spacing: 0;
}

/*
 * Search Form Styles
 */
.search-block {
  width: 100%;
  height: 5em;
  font-size: 4.0em;
  line-height: 1.0em;
  overflow: hidden;
  background: #1A1A1A;
}

.search-wrap {
  height: 100%;
  width: 100%;
}

.search-wrap.simplemodal-data { /* inside a modal */
  font-size: 4.0em;
}

.search-form {
  margin: -40px auto 0 auto;
  width: 70%;
  background: url(/wp-content/themes/artefact-website-v3/images/search-menu-dark.png) #ffffff no-repeat 96% 50%;
  text-align: left;
  position: relative;
  top: 50%
}

.search-close {
  position: absolute;
  top: -48px;
  right: 2px;
}

.search-form input[type="search"] {
  display: inline-block;
  width:90%;
  border-width: 0px;
  color: #1A1A1A;
  background-color: transparent;
  border-style: none;
  outline: none;

  -webkit-appearance: none;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: -0.05em;
  padding: 10px 20px;
  font-family: 'lineto-akkurat', Arial, sans-serif;
}

*:focus {
  outline: 0;
}

/*
 * About Page Styles
 */
.hero-copy {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -32%;
  width: 65%;
  text-align: center;
}

.hero-copy h3 {
  font-weight: 600;
  line-height: 1.0em;
  font-size: 4.2em;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.page-about p,
.page-about div {
  font-family: Georgia, Times, serif;
  line-height: 1.55em;
  color: #4D4D4D;
}
.page-about .small-text {
  font-style: italic;
  color: #1A1A1A;
  width: 100%;
  text-align: center;
  margin-top: 96px;
  margin-bottom: 96px;
}

.page-about .two-column-left .copy-block {
  margin: 0px 48px 48px 192px;
}
.page-about .two-column-right .copy-block {
  margin: 0px 192px 96px 48px;
}

.page-about .header-copy {
  text-align: center;
  max-width: 55%;
  margin: 96px auto;
}

.page-about .header-copy h3 {
  font-size: 3em;
  letter-spacing: -0.05em;
  color: #999999;
  font-weight: 200;
}

.page-about .inner-post p {
  font-size: 1.05em;
  line-height: 1.55em;
}

.image-grid {
  margin-top: 20px;
}
.image-grid .rotating-image {
  width: 25%;
  float: left;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  transition: opacity 1s;
}

img.rotating-image.blank {
  opacity: 0;
}

.text-grid {
  overflow: hidden;
}

.text-grid .grid-box {
  display: inline-block;
  width: 49.5%;
  text-align: center;
  padding: 0;
  margin-bottom: 96px;
  font-size: 1.9em;
  font-family: 'lineto-akkurat', Arial, sans;
  line-height: 1.1em;
  color: #333;
  font-weight: 200;
}

.text-grid .grid-box img {
  width: 102%;
  height: auto;
  margin-bottom: 1.0em;
}

.page-about .rich-content {
  position: relative;
  max-width: 90%;
  margin: 0 auto 96px auto;
}

.page-about .logo-grid {
  height: auto;
}

.page-about .logo-grid img {
  width: 49.6%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

.page-about .centered-graphic {
  width: 80%;
  text-align: center;
  margin: 96px auto;
}

.page-about .centered-graphic img {
  max-width: 100%;
  margin: 0 auto;
}

.functions-grid {
  margin: 96px;
}
.functions-grid .function {
  width: 20%;
  float: left;
}
.function-wrapper {
  padding: 40px 24px 0 24px;
  font-weight: 200;
}
.function-wrapper img {
  width: auto;
  max-height: 160px;
}
.function-header {
  font-weight: 200;
  margin: 24px 0 12px;
  font-size: 1.4em;
  min-height: 2.2em;
  letter-spacing: -0.04em;
}
.function-text {
  background-color: #FFFFFF;
  font-size: 1em;
  line-height: 1.55em;
}

.hidden {
  display:none;
}

.drop-down-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}

.contact-menu-link {
  display: inline-block;
  width: 72px;
  float: left;
  height: 72px;
  text-align: center;
  margin-right: 16px;
}

.contact-menu-link img {
  margin-top: 18px;
}

/* original
.global_contact_box .global_menu_2div .contact-menu-link.linkedin { color: #147CB2; }
.global_contact_box .global_menu_2div .contact-menu-link.googleplus { color: #D84D3F; }
.global_contact_box .global_menu_2div .contact-menu-link.facebook { color: #3C5A98; }
.global_contact_box .global_menu_2div .contact-menu-link.vimeo { color: #5EC2F5; }
.global_contact_box .global_menu_2div .contact-menu-link.twitter { color: #2BB1E1; }
.global_contact_box .global_menu_2div .contact-menu-link.pinterest { color: #D23638; }
*/

#sub-header-content .global_menu_2div {
  margin-right: 0;
  margin-left: 24px;
  font-size: 19pt;
  padding-top: 0px;
}

#sub-header-content .global_menu_copy {
  margin-left: 24px;
  margin-top: 24px;
}

/* 10% lighter */
.global_contact_box .global_menu_2div .contact-menu-link.linkedin { color: #2E96CC; }
.global_contact_box .global_menu_2div .contact-menu-link.googleplus { color: #F26759; }
.global_contact_box .global_menu_2div .contact-menu-link.facebook { color: #5674B2; }
.global_contact_box .global_menu_2div .contact-menu-link.vimeo { color: #78DCFF; }
.global_contact_box .global_menu_2div .contact-menu-link.twitter { color: #45CBFB; }
.global_contact_box .global_menu_2div .contact-menu-link.pinterest { color: #EC5052; }
/* everything less than 1280px wide - set containers to full-width
*/
@media only screen and (max-width: 1279px) {
  #header-wrap {
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
  }

  .hero-wrapper {
    width: 100%;
  }

  #blog-wrap {
    width: 100%;
  }
}

/* Everything less than four columns */
@media only screen and (max-width: 959px) {
  .children li.depth-2,
		.children li.depth-3,
		.children li.depth-4,
		.children li.depth-5,
		.children li.depth-6,
		.children li.depth-7,
		.children li.depth-8,
		.children li.depth-9,
		.children li.depth-10 {
		margin: 0;
	}

  .bx-controls-direction {
    display: inline-block;
  }

  .logo_container_layout {
      width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1232px) {
  #sidebar .social-container-sidebar {
    right: -48px;
  }
  #mc_embed_signup form {
  padding: 48px 108px 0 !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #sidebar .social-container-sidebar,
  .social-container-project {
    display: none;
  }
  .social-container-footer {
    display: block;
  }

  #sub-header-content .global_menu_box {
    position:absolute;
    right:-100%;
    transition: right 0.3s;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -ms-transition: right 0.3s;
  }
}

@media only screen and (min-width: 768px) {
  .social-container-footer {
    display: none;
  }

  #sub-header-content {
    right: 0px;
    left: auto;
    width: 100%;
    max-width: 1280px;
    left: 0;
    right: 0;
  }

  #sub-header-content .global_contact_box {
    position: absolute;
    width: 384px;
    right: 0;
    top:-100%;
    overflow: hidden;
    transition: top 0.3s;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    -ms-transition: top 0.3s;
  }

  #sub-header-content .global_menu_box.active{
    top:0;
  }

}

@media only screen and (min-width: 1171px) {
  body.single #post-navigation,
  body.single #single-navigation  {
    display: none;
  }

  .post_thumbnail_container,
  #post-video,
  #single-post-content {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1170px) {
  .page-about .header-copy {
    max-width: 90%;
    margin: 48px auto 0;
  }
  .page-about .two-column-left .copy-block,
  .page-about .two-column-right .copy-block {
    margin: 48px;
  }

  .page-about .centered-graphic {
    width: auto;
    text-align: center;
    padding: 48px;
    margin: 0;
  }

  .functions-grid {
    margin: 48px;
  }

  .functions-grid .function {
    width: 50%;
    min-height: 450px;
  }
  .function-wrapper {
    /* margin-top: 0; */
  }
  .award-banner-wrapper {
    position: absolute;
    top: 70px;
    width: 100%;
    height: 128px;
    z-index: 10;
  }
  body.single #navigation {
    display: none;
  }

  .home-block-person,
  .home-block-tool,
  .home-block-work,
  .home-block-job {
    height: 364px;
  }

  .home-block-title {
    font-size: 4em;
  }

  .home-block-subtitle {
    padding: 10px 0;
  }

  .category-block {
    height: 9em;
  }

  .page-about .hero-copy {
    top: 15%;
  }

  .slideshow.texty .text_holder {
    font-size: 3em;
  }

  .slideshow.texty div {
    width: 60%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 960px) {
  .functions-grid .function {
    min-height: 490px;
  }

  .process-blocks {
    margin: 24px auto;
  }

  .process-blocks .process-column {
    width: 49.5%;
  }

  .process-blocks .process-column img {
    width: 105% !important;
    max-width: 105% !important;
    height: auto;
    margin-bottom: 24px;
    margin-left: -2%;
  }
  .rich-content {
    margin-top: 24px;
    margin-bottom: 48px;
  }
  .home-block {
    height: 238px;
  }
  .home-block-person,
  .home-block-tool,
  .home-block-work,
  .home-block-job {
    height: 300px;
  }
  .category-block {
    height: 8em;
  }

  #mc_embed_signup form {
  padding: 48px 144px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  body { padding-bottom: 48px; }

  .page-about .logo-grid img {
  width: 100%;
  height: auto;
  }

  .page-about .header-copy {
    margin: 36px 24px;
  }

  .page-about .hero-copy h3 {
    font-size: 3.6em;
    letter-spacing: -0.05em;
  }
  /*
   * Home
   */
  .home-block-person,
  .home-block-tool,
  .home-block-work,
  .home-block-job {
    height: 238px;
  }

  .home-block-title {
    font-size: 3.4em;
  }

  #mc_embed_signup form {
    padding: 48px 96px 0 !important;
  }

  /*
   * Mobile Project Page
   */
  .single-work #post-header {
    margin: 0;
    width: 80%;
  }

  .single-work #post-header h1 {
    font-size: 2.25em;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    margin-left: 36px;
    padding: 36px 0 0;
  }

  .single-work #single-post-content h2 {
    width: 100%;
    margin: 0 0 36px 0;
  }

  .single-work #post-header strong {
    font-size: 2.25em;
    letter-spacing: -0.03em;
    margin-left: 36px;
  }

  .header-copy {
    margin: 36px 36px 36px 36px;
  }

  .header-copy.features-header {
    margin: 0 36px;
  }

  .header-copy h2 {
    font-size: 1.8em;
    letter-spacing: -0.02em;
  }

  .two-column-copy .two-column-right .copy-block,
  .two-column-copy .two-column-left .copy-block {
    margin: 0 0px 36px;
  }

  .two-column-copy {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .two-column-copy .copy-block {
    margin: 0 0 0 0;
  }

  .two-column-copy .two-column-left,
  .two-column-copy .two-column-right {
    width: auto;
    min-width: 0;
    font-size: 1.0em;
  }

  .two-quotes blockquote {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .two-quotes blockquote cite {
    font-size: 0.7em;
  }

  .two-quotes {
    margin: 0;
  }

  .two-quotes .two-quotes-left,
  .two-quotes .two-quotes-right {
    width: auto;
    float: none;
    margin: 0px;
  }

  .two-quotes .two-quotes-right blockquote,
  .two-quotes .two-quotes-left blockquote {
    margin: 0 36px 0px 36px;
  }

  .two-quotes blockquote {
    margin-bottom: 48px;
  }

  .two-quotes blockquote cite .press-logo {
    height: 60px;
    margin-bottom: 12px;
  }

  .image-feature {
    margin-top: 16px;
    margin-bottom: 36px;
  }

  .image-feature.has-copy {
    margin-top: 80px;
  }

  .image-feature img {
    width: 100%;
    height: auto;
  }

  .image-feature blockquote {
    width: 25%;
    position: absolute;
    top: -75px;
    right: 48px;
    text-align: right;
  }

  .image-feature blockquote cite {
    display: block;
    font-weight: 200;
    margin-top: 10px;
  }

  .spacer {
    margin-top: 0px;
    display: none;
  }

  .rich-content {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .image-feature-left,
  .image-feature-right {
    width: 100%;
    position: relative;
    margin: 0px;
  }

  .image-feature-left .image-feature,
  .image-feature-right .image-feature {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 36px;
    display: block;
    float: none;
  }

  .image-feature-left .image-feature,
  .image-feature-right .image-feature {
    width: auto;

  }

  .image-feature-left .text-feature,
  .image-feature-right .text-feature {
    width: 100%;
    display: block;
    float: none;
    margin: 36px 0 48px 0;
  }

  .image-feature-left .text-feature h3, .image-feature-left .text-feature p, .image-feature-right .text-feature h3, .image-feature-right .text-feature p {
    margin: 12px 12px;
  }

  .image-feature-left .text-feature h3,
  .image-feature-right .text-feature h3 {
    font-size: 1.1em;
  }

  .image-feature-left .text-feature p,
  .image-feature-right .text-feature p {
    font-size: 0.9em;
  }

  .image-feature-left .text-feature h3,
  .image-feature-left .text-feature p,
  .image-feature-right .text-feature h3,
  .image-feature-right .text-feature p {
    margin: 12px 36px;
  }

  .single-work #post .process-column h3 {
    margin: 12px 12px 24px;
  }

  .single-work #post .process-column p {
    margin: 0 12px 24px 12px;
  }

  .process-blocks {
    margin: 24px auto;
  }

  .process-blocks .process-column {
    width: 49.5%;
  }

  .process-blocks .process-column img {
    width: 105% !important;
    max-width: 105% !important;
    height: auto;
    margin-bottom: 12px;
    margin-left: -2%;
  }

  .download-link-wrapper {
    position: relative;
    height: 150px;
  }

  /*
   * category block
   */
  .category-block {
    height: 5.4em;
  }

  .category-image {
    width: 102%;
    height: 102%;
  }

  .category-block-title {
    display: block;
    width: 100%;
    height: 59%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: auto;
    font-size: 0.7em;
  }

  .category-block-title span {
    margin-top: 2em;
  }

  .sort_header {
    margin-left: 12px;
  }

  .mid_result_count {
    margin-right: 12px;
  }

  .hero-copy {
    top: 15%;
  }

  .functions-grid {
    margin: 12px;
  }
  .functions-grid .function {
    width: 50%;
    min-height: 490px;
  }
  .function-header {
    margin: 0;
  }
  .function-wrapper {
    //margin-top: 0;
  }
  .function-wrapper img {
    height: 192px;
    width: auto;
  }
  .page-about .small-text {
    margin: 24px 0;
  }
  .text-grid .grid-box {
    margin-bottom: 24px;
    letter-spacing: -0.05em;
  }
  .page-about .header-copy h3 {
    font-size: 2.25em;
  }

  .page-about .two-column-copy .two-column-left,
  .page-about .two-column-copy .two-column-right {
    padding: 0 36px;
  }

  #post-header h1 {
    margin-top: 6px;
    margin-left: 6px;
    margin-bottom: 24px;
    font-size: 2.0em;
  }

  #post > article img {
    max-width: 100%;
    height: auto;
  }

  #sidebar {
    width: 100%;
    margin: 0;
    padding: 0 0 12px 0;
	}
  #sidebar .sidebar_top_bar,
  #sidebar .mid_group {
    width: 100%;
  }

  .single-person #sidebar .mid_group .entry_author_image,
  .author_container,
  .author_data,
  .social_button_black_white,
  .sidebar_tag_display,
  .sidebar_related_display {
    padding: 0 36px;
  }

  #sidebar .sidebar_top_bar_grey {
    width: auto;
    margin: 24px 36px;
  }

  .person-related-posts {
    padding: 0;
  }

  .inner-grid-bar h2 {
    padding: 0 6px;
  }

  #single-post-content .inner-grid-bar .post-count {
    right: 6px;
  }

	#sidebar .social-container {
    display: none;
  }

  #sidebar .mid_group {
    margin-top: 16px;
	}

  #sidebar .sidebar_top_bar {
    margin-top: 32px;
  }

  #sidebar .sidebar_top_bar .floatright {
    float: none;
    padding: 0 36px;
  }

  /** inner pages - articles **/
  .single-job #post-header,
  .single-person #post-header,
  .single-tool #post-header,
  .single-post #post-header {
    width: 100%;
  }

  #single-post-content p {
    margin-left: 36px;
    margin-right: 36px;
  }

  #post-header h1 {
    padding: 40px 36px 0 36px;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 2.25em;
  }
  .inner-post ul {
    margin: 24px 36px 24px 72px;
  }

  #single-post-content h2 {
    margin: 36px 36px 24px;
  }

  #sidebar .sidebar_related_display h2 {
    margin: 0;
  }

  .wp-caption.alignnone {
    margin: 10px auto 24px;
    max-width: 99%;
    height: auto;
  }
}

@media only screen and (min-width: 1851px) and (max-width: 30000px) {
  #wrap {
    max-width: 1280px;
    width: 1280px;
    margin: 0 auto;
  }

  #header {
    width: 100%; /* changed from 1851px per Gavin's request */
  }

  .middle_wrap {
    width: 1280px;
  }
}

/*
 * 5 column to maximum!
 *
 * [1593, 1851] / 5 = [318, 370]
 * text = 280px wide
 * margin top/left = 20px
 */
@media only screen and (min-width: 1593px) and (max-width: 30000px) {
  .blog-entry {
    width: 19.5%;
    height:320px;
  }
  .blog-entry .AFG_description .top_div {
    padding: 15px 13px 6px 13px;
  }
  .blog-entry .AFG_description .top_div h2 a {
    width: 280px;
  }

  #headerimg {
    min-height: 800px;
    height: 800px;
  }

  .texty,
  .hero-copy {
    font-size: 100%;
  }

  .hero.texty div {
    width: 680px;
  }

  .hero.texty  .subtext_holder {
    width: 275px;
  }

  .archive #headerimg {
    height: 400px;
    max-height: 400px;
    min-height: 400px;
  }
}

/*
 * 4 column
 * [1171, 1592] / 4 = [292, 398]
 */
@media only screen and (min-width: 1171px) and (max-width: 1592px) {
  .blog-entry {
    width: 24.5%;
    height:320px;
  }
  .blog-entry .AFG_description .top_div {
    padding: 15px 13px 6px 13px;
  }
  .blog-entry .AFG_description .top_div h2 a {
    width: 280px;
  }

  #headerimg {
    min-height: 800px;
    height: 800px;
  }

  .texty,
  .hero-copy {
    font-size: 92%;
  }

  .hero.texty div {
    width: 680px;
  }

  .hero.texty  .subtext_holder {
    width: 275px;
  }

  .archive #headerimg {
    height: 576px;
    max-height: 576px;
    min-height: 576px;
  }
}

/**
 * 3Col
 * [960, 1170] / 3 = [320, 390]
 */
@media only screen and (min-width: 960px) and (max-width: 1170px) {
  .blog-entry {
      width: 33%;
      height:300px;
  }
  .blog-entry .AFG_description .top_div {
    padding: 15px 13px 6px 13px;
  }
  .blog-entry .AFG_description .top_div h2 a {
    width: 280px;
  }

  #headerimg {
    min-height: 800px;
    height: 800px;
  }

  #right-menu {
    display: none;
  }

  #right-min-menu {
    display: block;
  }

  .texty,
  .hero-copy {
    font-size: 92%;
  }

  .hero.texty div {
    width: 680px;
  }

  .hero.texty  .subtext_holder {
    width: 275px;
  }

  #sidebar {
    width: 24%;
  }
}

/**
 * Tablet (Landscape)
 * [768, 959] / 2 = [384, 480]
 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.blog-entry {
		width: 49.5%;
		height: 280px;
	}
  .blog-entry .AFG_description .top_div {
    padding: 15px 17px 6px 17px;
  }
  .blog-entry .AFG_description .top_div h2 a {
    font-size: 29px;
    width: 336px;
  }
  .inner-entry {
		width: 100%;
    height: 280px;
		margin-right: 0;
	}

  #headerimg {
    min-height: 640px;
    height: 640px;
  }

  #right-menu {
    display: none;
  }

  #right-min-menu {
    display: block;
  }

  .texty,
  .hero-copy {
    font-size: 75%;
  }

  .hero.texty div {
    width: 580px;
  }

  .hero.texty  .subtext_holder {
    width: 250px;
  }

  #sidebar {
    width: 24%;
  }

  #logo_container {
    width:100%;
  }

	/*commnets*/
	.children li.depth-2,
		.children li.depth-3,
		.children li.depth-4,
		.children li.depth-5,
		.children li.depth-6,
		.children li.depth-7,
		.children li.depth-8,
		.children li.depth-9,
		.children li.depth-10 {
		margin: 0;
	}

}

/*
 * [481, 767] / 2 = [240, 383]
 */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.blog-entry {
		width: 49.5%;
    height: 280px;
		margin-right: 0;
	}

  .inner-entry {
		width: 100%;
    height: 280px;
		margin-right: 0;
	}

  #top-menu,
  #right-menu {
    display: none;
  }

  #header-wrap {
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }

  #hamburger {
    display: block;
  }

  .sf-menu li:hover ul, .sf-menu li.sfHover ul {
    top: 70px;
  }

  #headerimg {
    min-height: 480px;
    height: 480px;
  }

  .texty,
  .hero-copy {
    font-size: 65%;
  }

  .hero.texty div {
    width: 460px;
  }

  .hero.texty  .subtext_holder {
    width: 225px;
  }

  .popover_content {
    padding-top:30px;
    padding:10px;
  }

  div#logo_container {
    width: 100%;
    color: #fff;
  }

  div#logo_container a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .global_menu_box div {
    font-size: 18px;
  }

  .global_contact_box .global_menu_2div{
    font-size: 18pt;
    line-height:1.2em;
    margin-top:-4px;
    text-align:left;
  }

  .search_x {
    margin-top:3%;
    margin-right:6%;
  }

  .search_x {
    width:24px;
    height:24px;
  }

	#post {
		width: 100%;
    margin-left: 0px;
	}

	#sidebar {
		width: 100%;
    font-size: 1.0em;
	}

	#sidebar .social-container {
    display: none;
  }

	#error-page-text{
		font-size: 14px;
	}

  div#logo_container{
      width:100%;
      color:#fff;
  }

  div#logo_container a{
      padding-left: 5px;
      padding-right:5px;
  }

  .functions-grid .function {
    min-height: 500px;
  }
}

@media only screen and (max-width: 620px) {
  .functions-grid .function {
    min-height: 520px;
  }
}

@media only screen and (max-width: 552px) {
  .functions-grid .function {
    width: 100%;
    min-height: 0;
  }
}

/*
 * Mobile (Portrait)
 * [0, 480] / 2 = [0, 240]
 */
@media only screen and (max-width: 480px) {
  .contact-menu-link {
    width: 48px;
    height: 56px;
    margin-right: 24px;
  }

  #post-navigation .next-post a { background-position: 1px -72px; } /* these are really just hidden instead */
  #post-navigation .previous-post a { background-position: -33px -72px; }

  .two-quotes blockquote {
    font-size: 1em;
    line-height: 1.5em;
  }
  .page-about .two-column-copy .two-column-left,
  .page-about .two-column-copy .two-column-right {
    padding: 0;
  }
  .page-about .functions-grid .function {
    width: 100%;
    min-height: 0;
  }
  .slide_nav_buttons { display: none; }
  .slideshow-indicator {
    /*bottom: 0px;*/
  }

	.blog-entry,
  .inner-entry {
		width: 100%;
    height: 280px;
		margin-right: 0;
	}

  #headerimg {
    min-height: 320px;
    height: 320px;
  }

  .home-block {
    width: 50%;
    height: 160px;
    text-align: center;
    position: relative;
    display: inline-block;
    line-height: 4.0em;
  }

  .home-block-subtitle {
    display: none;
  }

  .home-block-title {
    font-size: 1.2em;
    top: 35%;
    font-weight: 400;
    text-transform: uppercase;
  }

  .category-block-title span {
    padding: 0 24px;
  }

  .category-block {
    height: 4.0em;
  }

  .mid_centered,
  .mid_left {
    padding: 1.3em 0 1em;
  }

  .mid_centered h2,
  .mid_left h2 {
    font-size: 0.9em;
  }

  .mid_centered img {
    width: 32px;
    margin-top: 6px;
  }

  #post-navigation .next-post a,
  #post-navigation .previous-post a {
    background-size: 48px auto;
    width: 24px;
    height: 24px;
  }

  #post-navigation .previous-post a.active {
    background-position: -32px 0;
    margin-top: 12px;
  }

  #post-navigation .next-post a.active {
    margin-top: 12px;
  }

  .single-work #post-header {
    width: 100%;
  }

  .single-work #post-header h1 {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 0px;
    font-size: 1.75em;
    letter-spacing: -0.04em;
    padding: 24px 0 0;
  }

  .single-work #post-header strong {
    margin-left: 24px;
    margin-right: 24px;
    font-size: 1.75em;
    letter-spacing: -0.04em;
  }

  .single-work #single-post-content h2 {
    font-size: 1.75em;
    margin: 0 0 24px 0;
    line-height: 1.1em;
  }

  .two-column-copy .two-column-right .copy-block,
  .two-column-copy .two-column-left .copy-block {
    margin: 0 24px 24px 24px;
  }

  .header-copy {
    margin: 24px;
  }

  .header-copy h2 {
    margin-top: 24px;
  }

  .two-quotes .two-quotes-right blockquote,
  .two-quotes .two-quotes-left blockquote {
    margin: 0 24px;
  }

  .popover_content {
    padding-top:30px;
    padding:10px;

  }

  div#logo_container {
    width: 100%;
    color: #fff;
  }

  .global_menu_box div {
    font-size:18px;
  }

  .global_contact_box {
    height: 100%;
  }

  .global_contact_box .global_menu_2div{
    font-size: 10pt;
    line-height: 1.2em;
  }

  .search-form {
    margin: 0 auto;
    top: 60%;
    background: url(/wp-content/themes/artefact-website-v3/images/search-menu-dark.png) #ffffff no-repeat 94% 50%;
    background-size: 24px auto;
  }

  .search-form input[type="search"] {
    vertical-align: top;
    height: 52px;
    font-size: 0.4em;
    padding: 0 12px;
  }

  #searchform {
    height: 48px;
  }

  .search-block {
    height: 2.5em;
  }

  .search-block .search-form {
    top: 45%;
  }

  .search_x {
    margin-top:3%;
    margin-right:6%;
  }

  .search_x {
    width:24px;
    height:24px;
  }

  #sub-header-content {
    margin-top: 48px;
  }

  #mc_embed_signup form {
    padding: 24px !important;
  }

  #mc_embed_signup .mc-field-group input {
    font-size: 18px;
    height: 20px !important;
    margin-bottom: 12px;
  }

  #mc_embed_signup .mc-field-group #mce-FNAME,
  #mc_embed_signup .mc-field-group #mce-LNAME {
    height: 40px !important;
    font-size: 18px;
    margin-bottom: 12px;
  }

  #mc_embed_signup h2 {
    font-size: 1em !important;
  }

  #mc_embed_signup .mc-field-group label {
    font-size: 14px;
  }

  #mc_embed_signup .button {
    font-size: 18px !important;
    margin: 6px 5px 0px 0 !important;
    height: 36px !important;
  }

  #mc_embed_signup .indicates-required {
    text-align: right !important;
    font-size: 11px;
    margin-top: 12px !important;
    margin-bottom: 6px !important;
  }

  #mc_embed_signup .asterisk {
    font-size: 160% !important;
  }

	#post {
		width: 100%;
    margin-left: 0px;
	}

	#error-page-text{
		font-size: 14px;
	}

	/*search*/
	.search-entry-image {
		float: none;
		margin-bottom: 25px;
	}

	.search-entry-text {
		float: none;
		width: 100%;
	}

  #logo_container{
      width:100%;
      color:#fff;
  }

  #logo_container a{
      padding-left: 5px;
      padding-right:5px;
  }

  .col1_layout{
    display:inline-block;
  }

  /*
   * Adjust the menu for tiny screens
   */
  body {
    margin-top: 48px;
  }

  #header-wrap {
    height: 48px;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }

  #top-menu,
  #right-menu {
    display: none;
  }

  #hamburger {
    display: block;
    width: 48px;
    height: 48px;
  }

  #navigation #mobile-menu {
    top: 48px;
  }

  #navigation .search-menu {
    width: 48px;
    height: 48px;
  }

  .menu-separator { display: none; }

  h1.logo a img {
    height: 49px;
    width: auto;
  }

  .previous-post, .next-post {
    height: 48px;
  }

  .single-close img {
    margin-top: 16px;
    height: 16px;
  }

  #single-navigation {
    right: 20px;
  }

  #post-navigation {
    left: 52px;
  }

  #post-navigation .next-post, #post-navigation .previous-post {
    width: 40px;
  }

  #post-navigation .next-post a, #post-navigation .previous-post a {
    margin: 8px auto;
  }

  #navigation .gray-border {
    padding-right: 5px;
    border-right: 1px solid #333;
  }

  #navigation .extended-hit {
    padding-left: 10px;
  }

  .sf-menu li:hover ul, .sf-menu li.sfHover ul {
    right: -75px;
    top: 48px;
  }

  #header {
    min-width: 270px;
  }

  .inner-post {
    font-size: 0.8em;
  }

  .page-about .centered-graphic {
    display: none;
  }
  .page-about .header-copy {
    margin: 24px 24px;
  }
  .page-about .rich-content {
    margin: 0 auto 24px;
  }
  /*
   * Project Page
   */

  .single-work #single-post-content p {
    margin-left: 0px;
    margin-right: 0px;
  }

  .single-work #single-post-content .text-feature p {
    margin-left: 24px;
    margin-right: 24px;
  }

  .award-banner-wrapper {
    top: 48px;
    height: 96px;
  }

  .award-banner {
    float: right;
    background-image: url("/wp-content/themes/artefact-website-v3/images/awards/banner.png");
    background-repeat: no-repeat;
    background-size: 96px 96px;
    display: block;
    width: 96px;
    height: 96px;
  }

  .process-blocks {
    margin: 24px;
    padding: 0;
  }

  .process-blocks .process-column {
    width: 100%;
  }

  .image-feature-left .image-feature img,
  .image-feature-right .image-feature img {
    height: 100%;
    width: auto;
  }

  .rich-content {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .two-column-copy {
    margin: 0px;
  }
  .two-column-copy .two-column-left,
  .two-column-copy .two-column-right {
    width: 100%;
    float: none;
  }

  .two-column-copy .copy-block:last-child > p {
    margin: 24px 0px 0px;
  }

  .header-copy.features-header {
    margin: 0 24px;
  }

  .image-feature {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .image-feature-left .image-feature,
  .image-feature-right .image-feature {
    padding: 0 24px;
  }

  .image-feature-left .text-feature,
  .image-feature-right .text-feature {
    margin: 24px 0 48px;
  }

  .image-feature-left .text-feature h3,
  .image-feature-left .text-feature p,
  .image-feature-right .text-feature h3,
  .image-feature-right .text-feature p {
    margin: 12px 24px;
  }

  .features-header h2 {
    margin: 0 0 24px 0;
  }

  .single-work #post .process-column h3 {
    margin: 12px 0 12px;
  }

  .single-work #post .process-column p {
    margin: 0 0 48px;
  }

  .download-link-wrapper {
    margin: -20px 0 0;
  }

  .project-footer {
    padding: 0 24px;
  }
}

@media screen and (min-width: 1280px) {
  .middle_menu {
    width: 1280px;
  }
}

@media only screen and (max-width: 767px) {
  #sub-header-content {
    top: 72px !important;
  }
}

@media only screen and (max-width: 480px) {
  #sub-header-content {
    top: 0px !important;
  }
}
.admin_social_networking{
} 

.admin_social_networking img{
    width: 20px; 
} 

.admin_social_networking input{
        width:80%;
}

.simple-fields-meta-box-field-group-description {
    background-color:yellow;
    font-size:3em;
    font-style:normal;
}
 
.swipebox {
  overflow: hidden!important;

}
 
#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("/wp-content/themes/artefact-website-v3/images/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0!important;
} 

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("/wp-content/themes/artefact-website-v3/images/swipebox/icons.png");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

/* Skin  
--------------------------*/
#swipebox-overlay { 
  background-image: url('/wp-content/themes/artefact-website-v3/images/bg_90p.png');
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-action {
  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
}

#swipebox-caption {
  color: white!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {display:inline-block; color:#bbb; padding:12px; margin-top:-320px;}
#simplemodal-container .simplemodal-data {padding:0px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/wp-content/themes/artefact-website-v3/images/search_x.png) no-repeat; width:48px; height:48px; display:inline; z-index:3200; position:absolute; top:40px; right:40px; cursor:pointer;}*/
#simplemodal-container h3 {color:#84b8d9;}
/****************************************/
/*             HERO GRID                */
/****************************************/

#hero-grid {
}

.tile-container {
  font-size: 10px;
}

.hero-tile-container {
  height: 1152px;
  width: 1280px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}

#admin-grid-preview .tile-container {
  z-index: -1;
}

.large-tile {
  width: 51.2em;
  height: 57.6em;
  position: absolute;
  overflow: hidden;
}

.large-tile img {
  width: 100%;
}

.large-tile-1 { left: 512px; top: 0px }
.large-tile-2 { left: 0px;  top: 288px}
.large-tile-3 { left: 768px;  top: 576px}

.large-tile__text {
  position: absolute;
  width: 46.4em;
  z-index: 10;
  bottom: 3.6em;
  left: 2.4em;
  overflow: hidden;
}

.large-tile__text .label {
  font-family: georgia, serif;
  font-size: 1.6em;
  color: #F7F7F7;
  font-style: italic;
  margin-bottom: 0px;
}

.large-tile__text .title {
  line-height: 1.15em;
  letter-spacing: -0.025em;
  font-size: 3.2em; /* originally was 3.6, but that didn't fit 3 lines properly */
  margin-top: 0.4em;
  font-weight: 200;
}


/* `Small
--------------------------------------------------------------------------------*/

.small-tile,
.small-tile * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.small-tile {
  overflow: hidden;
  position: absolute;
  display: block;
  width: 25.6em;
  height: 31.8em;
}

.lower-grid.small-tile {
  position:relative;
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}

.lower-grid.small-tile.legacy-tile { background-color: white; }
.lower-grid.small-tile.legacy-tile .title { color: black; font-size: 18px;}


.small-tile__image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 45%;
  width: 100%;
  overflow: hidden;
}

.small-tile__image img {
  width: 100%;
}

.small-tile__position {
  position: absolute;
  top: 14.4em;
  width: 100%;
}

.small-tile__text {
  padding: 2.4em;
  text-align: left;
  line-height: 1.15em;
}

.small-tile__metadata {
  margin-top: 1em;
}

.small-tile__metadata a {
  color: #ACACAC;
  font-style: italic;
  font-family: Georgia, Times, Serif;
  font-weight: 400;
  font-size: 1.5em;
  margin-right: 0.5em;
}

.small-tile .title,
.small-tile .label,
.small-tile .copy {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 200;
  line-height: 1.15em;
  font-size: 2.2em;
}



/* `text-only tile
----------------------------------------*/

/*
  default font color: #363636
  default background color: #F8F8F8
*/

.small-tile.text-only-tile {
  overflow: hidden;
  color: #363636;
  background-color: #F8F8F8;
}

.small-tile.text-only-tile .small-tile__position {
  top: 0;
  left: 0;
}

.small-tile.text-only-tile .small-tile__text {
  /* nada */
}

.small-tile.text-only-tile .title {
  line-height: 1.15em;
  letter-spacing: -0.05em;
}

.small-tile.text-only-tile .copy {
  margin-top: 1.0em;
  font-size: 1.6em;
  line-height: 1.15em;
}


/* `Jobs tile
----------------------------------------*/

/*
  Default job font color: #F8F8F8;
  Default "we're hiring" color: #808080;
  Default background: #3F3F3F;
 */
.small-tile.jobs-tile {
  background-color: #3F3F3F;
}

.small-tile.jobs-tile .small-tile__position {
  position: relative;
  height: 14.4em;
  width: 25.6em;
}

.small-tile.jobs-tile .small-tile__text {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25.6em;
}

.small-tile.jobs-tile .small-tile__text .title {
  text-align: center;
  font-size: 2.1em;
  color: #808080;
  letter-spacing: -0.05em;
}

.small-tile.jobs-tile .small-tile__text .copy {
  text-align: center;
  margin-top: 0.1em;
  font-size: 2.1em;
  color: #F8F8F8;
  letter-spacing: -0.05em;
}



/* `image and text tile
----------------------------------------*/

/*
  red background: #FA7C70;
  green background: #6CCFBD;
  font: #fff;
 */

.small-tile.image-and-text-tile {
  background-color: #6CCFBD;
}

.small-tile.image-and-text-tile .small-tile__position {
  top: 15em;
}

.small-tile.image-and-text-tile .small-tile__text {
  text-align: left;
  width: 25.6em;
  display: table-cell;
  height: 9.6em;
  vertical-align: middle;
  color: #fff;
}

.small-tile.image-and-text-tile .copy,
.small-tile.image-and-text-tile .label {
  display: none;
}

.small-tile.image-and-text-tile .title {
  color: #fff;
  height: 4em; /* 4 * 24 = 96 */
}


/* `Special tile
----------------------------------------*/

/*
  dark background: #304860;
  dark font color: #f8f8f8;
  light background: #f8f8f8;
  light font color: #363636;
 */
.small-tile.special-tile {
  background-color: #f8f8f8;
}

.small-tile.special-tile .small-tile__text {
  width: 25.6em;
  display: table-cell;
  height: 9.6em;
  vertical-align: middle;
  text-align: center;
}

.small-tile.special-tile .label,
.small-tile.special-tile .copy {
  display: none;
}

.small-tile.special-tile .title {
  color: #363636;
  display: table-cell;
  vertical-align: middle;
  height: 4em; /* 4 * 24 = 96 */
  line-height: 1.15em;
  letter-spacing: -0.05em;
}



/* `People tile
----------------------------------------*/

/*
  background color: #304860;
  font color: #fff;
 */

.small-tile.people-tile {
  background-color: #304860;
  color: #fff;
}

.small-tile.people-tile .title {
  width: 20.8em;
  display: table-cell;
  height: 4em; /* 4 * 24px = 96 */
  vertical-align: middle;
  text-align: center;
  color: #fff;
}


.small-tile.people-tile .copy,
.small-tile.people-tile .label {
  display: none;
}



/* `Internal tile
----------------------------------------*/

/*
  background color: f2e000;
  font color: #363636;
 */

.small-tile.internal-tile {
  background-color: #f2e000;
  color: #363636;
}

.small-tile.internal-tile .small-tile__position {
  top: 0;
}

.small-tile.internal-tile .title {
  font-size: 3.2em;
  padding-top: 1em;
  height: 3em; /* 3 * 32px = 96px */
  width: 6.5em; /* 6.5 * 32 = 208 */
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;

}

.small-tile.internal-tile .small-tile__image {
  display: none;
}

.small-tile.internal-tile hr {
  height: 1.4em;
  border: none;
  border-bottom: 0.2em solid #4d4d4d;
  outline: none;
  width: 2.4em;
  margin-bottom: 2.4em;
  margin-left: auto;
  margin-right: auto;

}


.small-tile.internal-tile .copy {
  /* font size is 24px */
  margin-top: 3em; /* 3 * 24 = 72 */
  height: 4em; /* 4 * 24 = 96 */
  width: 208px; 
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.15em;
  letter-spacing: -0.05em;
}


/* `Work tile
----------------------------------------*/

/*
  Default font color: #363636;
  default background color: #808080;
 */

.small-tile.work-tile {
  background-color: #808080;
  color: #363636;
}

.small-tile.work-tile .title,
.small-tile.work-tile .copy {
  color: #363636;
}

.small-tile.work-tile .small-tile__image {
  height: 100%;
}
.small-tile.work-tile img {
  width: 25.6em;
  height: 28.8em;
}



/* `tile layout (and media queries)
--------------------------------------------------------------------------------*/

.small-tile-1 { left: 0px; top: 0px }
.small-tile-2 { left: 20%; top: 0px }
.small-tile-3 { left: 80%; top: 0px }
.small-tile-4 { left: 80%; top: 288px }
.small-tile-5 { left: 40%; top: 576px }
.small-tile-6 { left: 0px; top: 864px }
.small-tile-7 { left: 20%; top: 864px }
.small-tile-8 { left: 40%; top: 864px }

.large-tile-1 { left: 40%; top: 0px }
.large-tile-2 { left: 0px;  top: 288px}
.large-tile-3 { left: 60%;  top: 576px}

/* helpers for JS screen size */
.screen-512,
.screen-768,
.screen-1024,
.screen-1280,
.screen-huge {
  display: none;
  width: 1px;
  height: 1px;
  left: -2px;
  top: -2px;
  position: absolute;
}

.cascade_content.preview {
  display: block;
  float: none;
}

/* `Small mobile devices
----------------------------------------*/

@media only screen and (max-width: 512px) {
  .hero-tile-container {
    width: 100%;
    height: 2592px;
  }

  .small-tile { width: 50%; }
  .large-tile { width: 100%; }

  .small-tile-1 { left: 0px; top: 0px }
  .small-tile-2 { left: 50%; top: 0px }
  .large-tile-1 { left: 0px; top: 288px }

  .small-tile-3 { left: 0px; top: 864px }
  .small-tile-4 { left: 50%; top: 864px }
  .large-tile-2 { left: 0px;  top: 1152px}

  .small-tile-5 { left: 0px; top: 1728px }
  .small-tile-6 { left: 50%; top: 1728px }
  .large-tile-3 { left: 0px;  top: 2016px}

  .small-tile-7 { display: none }
  .small-tile-8 { display: none }

  .screen-512 {
    display: block;
  }

  .small-tile {
    width: 50%;
  }

  .large-tile {
    width: 100%;
  }

}


/*Tablet Grid*/
/*@media only screen and (min-width:768px) and (max-width: 1280px) {*/
@media only screen and (min-width: 513px) and (max-width: 768px) {

  .hero-tile-container {
    width: 100%;
    height: 1728px;
  }

  .large-tile-1 { left: 0px; top: 0px }
  .small-tile-1 { left: 66.6667%; top: 0px }
  .small-tile-2 { left: 66.6667%; top: 288px }

  .small-tile-3 { left: 0px; top: 576px }
  .small-tile-4 { left: 0px; top: 864px }
  .large-tile-2 { left: 33.3333%;  top: 576px}

  .large-tile-3 { left: 0px;  top: 1152px}
  .small-tile-5 { left: 66.6667%; top: 1152px }
  .small-tile-6 { left: 66.6667%; top: 1440px }

  .small-tile-7 { display: none }
  .small-tile-8 { display: none }

  .screen-768 {
    display: block;
  }

  .small-tile {
    width: 33.3333%;
  }

  .large-tile {
    width: 66.6667%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .hero-tile-container {
    width: 100%;
    height: 1152px;
  }
}

/*1024 - small laptop/tablet grid*/
/*@media only screen and (min-width:768px) and (max-width: 1280px) {*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hero-tile-container {
    width: 100%;
    height: 1440px;
  }

  .large-tile-1 { left: 50%; top: 0 }
  .small-tile-1 { left: 0; top: 0; }
  .small-tile-2 { left: 25%; top: 0; }

  .small-tile-3 { left: 50%; top: 576px; }
  .small-tile-4 { left: 75%; top: 576px; }
  .large-tile-2 { left: 0;  top: 288px; }

  .large-tile-3 { left: 50%;  top: 864px; }
  .small-tile-5 { left: 0; top: 864px; }
  .small-tile-6 { left: 25%; top: 864px; }

  .small-tile-7 { left: 0; top: 1152px }
  .small-tile-8 { left: 25%; top: 1152px }

  .screen-1024 {
    display: block;
  }

  .small-tile {
    width: 25%;
  }

  .large-tile {
    width: 50%;
  }
}

/* everything larger than 768 */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .screen-1280 {
    display: block;
  }

  .small-tile {
    width: 20%;
  }

  .large-tile {
    width: 40%;
  }
}

/* when the screen gets really big we'll need to handle the 'divisor' slightly differently */
@media only screen and (min-width: 1281px) {
  .screen-huge {
    display: block;
  }
}

@media only screen and (min-width: 1280px) {
  #blog-wrap { font-size: 10px; }
  #blog-wrap .small-tile {
    width: 20%;
  }

  .slideshow-image img {
    max-width: 1280px !important;
    max-height: 720px !important;
    left:0 !important;
    right: 0 !important;
    margin 0;
  }
}
/****************************************/
/*             VERTICAL GRID            */
/****************************************/

/****************************************/
/*            Body Styles               */
/****************************************/

body.single #navigation.vertical {
  display:block;
}

div.vertical-content {
  background: transparent;
}

.vertical-content .vertical-body {
  max-width: 60em;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -4.5em;
}

.vertical-body #post {
  float: none;
  width: 100%;
  margin: 0;
}

.vertical-body .inner-post {
  display: inline-block;
}


/****************************************/
/*    Hero Header Image and Overlay     */
/****************************************/
#single-post-content.vertical-content {
  height: 978px;
}

#single-post-content #post-thumbnail,
#single-post-content .post_thumbnail_container {
  height: 100%;
}

.vertical-content .post_thumbnail_container {
  overflow: hidden;
}


/****************************************/
/*        Vertical hero styling         */
/****************************************/
.vertical-hero-overlay { display: none; }

.vertical-content .post_thumbnail_container {
  position: relative;
}
.vertical-content .vertical-hero-overlay {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0em 8em;
  left: 0;
}

#single-post-content.vertical-content .vertical-hero-overlay span,
#single-post-content.vertical-content .vertical-hero-overlay .page-title,
#single-post-content.vertical-content .vertical-hero-overlay p  {
  font-family: "freight-sans-pro",sans-serif;
  color: white;
}

.vertical-content .vertical-hero-overlay .overlay-content {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.vertical-content .vertical-hero-overlay .page-title {
  font-size: 6em;
  padding: 0em;
  letter-spacing: -0.03em;
  margin-top: 1.4em;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 0.84em; /* 80px */
  line-height: 0.88em;
  font-weight: bold;
}

#single-post-content.vertical-content .vertical-hero-overlay p,
.vertical-content span.section-title {
  margin-bottom: 1.55em;
  font-family: "freight-sans-pro",sans-serif;
  font-weight: lighter;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: normal;
  line-height: 1.28em;
  font-size: 1.4em;
}

#single-post-content.vertical-content .vertical-hero-overlay p.post-name {
  top: 3.67em;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 1.14em;
  font-family: georgia;
  display: none;
}

.vertical-content .vertical-hero-overlay span.section-title {
  position: absolute;
  bottom: 7.2em;
  display: block;
  font-size: 1.25em;
  width: 100%;
  text-align: center;
  left: 0;
  margin: 0;
}


/****************************************/
/*       Vertical Featured Grid         */
/****************************************/

.vertical-grid-block {

  width: 30em;
  background: transparent;
  height: 32em;
  overflow: hidden;
  display: inline-block;
  float: left;

}

.vertical-grid-block .text-block {
  width: 100%;
  height: 100%;
  background: white;
  display: table;
  position: relative;
  text-align: center;
}

.vertical-grid-block .text-block .text-block-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 4.5em;
}

.vertical-grid-block .text-block .text-block-cell a.vertical-button {
  color: white;
  background: #0DCAA6;
  padding: 1em 0em;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 0em;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: normal;
  display: block;
  width: 70%;
  left: 0;
  right: 0;
}

#single-post-content .vertical-grid-block .image-block { height: 100%; }
#single-post-content .vertical-grid-block .image-block img { width:100%; }

#single-post-content .vertical-grid-block .text-block .text-block-cell h1.featured-project-title {
  font-size: 1.85em;
  color: rgb(51, 51, 51);
  font-family: "freight-sans-pro",sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: lighter;
  letter-spacing: normal;
  margin: 0;
}

#single-post-content .vertical-grid-block .text-block .text-block-cell h2.featured-project-subtitle {
  font-size: 1.9em;
  color: rgb(128, 128, 128);
  font-family: "freight-sans-pro",sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: lighter;
  letter-spacing: normal;
  margin: 0;
}

#single-post-content .vertical-grid-block .text-block .text-block-cell p.featured-project-blurb {
  display: block;
  color: rgb(128, 128, 128);
  font-family: "freight-sans-pro",sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: lighter;
  letter-spacing: normal;
  font-size: 1.25em;
  margin: 2.1em 0em;
}

#single-post-content .vertical-grid-block .text-block .text-block-cell a.white-background {
  color: rgb(0, 209, 181);
  background: transparent;
  font-weight: lighter;
  font-size: 1.25em;
}

.vertical-grid-block .image-block {}


/****************************************/
/*       Related Work Projects          */
/****************************************/

.vertical-body .related-projects {
  display: inline-block;
  margin: 10em 0em;
  background: transparent;
  width: 100%;
}

.vertical-body .related-projects .lower-grid.small-tile.legacy-tile {
  background: transparent;
  margin-bottom: 0em;
}
.vertical-body .related-projects .small-tile {
  width: 15em;
  height: 24em;
  margin-bottom: 1.5em;
}

.vertical-body .related-projects .small-tile .small-tile__image {
  position: relative;
  height: auto;
}

.vertical-body .related-projects .small-tile .small-tile__text {
  position: relative;
  top: 0;
  text-align: center;
  max-height: 7.5em;
  overflow: hidden;
  padding: 1.5em;
}

.vertical-body .related-projects .small-tile .small-tile__text h3.title,
.vertical-body .related-projects .small-tile .small-tile__text p.small-tile__metadata{
  display:none
}

.vertical-body .related-projects .small-tile .small-tile__image a {
  display: block;
}

#single-post-content .vertical-body .related-projects .small-tile .small-tile__image img {
  max-width: none;
}

.vertical-body .related-projects .small-tile .small-tile__position {
  position: relative;
  top: auto;
  height: 8.25em;
}

.vertical-body .related-projects .vertical-tagline {
  display: block;
}

/* Only have tagline be visible on vertical pages */
.vertical-tagline { display: none; }

#single-post-content .vertical-body .related-projects .vertical-tagline h3{
  margin: 0;
  font-size: 1.25em;
  font-family: "freight-sans-pro",sans-serif;
  font-weight: lighter;
  letter-spacing: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  color: rgb(51, 51, 51);
}

#single-post-content .vertical-body .related-projects .vertical-tagline p{
  font-family: "freight-sans-pro",sans-serif;
  font-weight: lighter;
  letter-spacing: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.25em;
  font-size: 1.25em;
  margin: 0em;
  color: rgb(128, 128, 128);
}

#single-post-content.vertical-content .related-projects span.section-title {
  font-size: 1.25em;
  display: block;
  text-align: center;
  margin-bottom: 3.75em;
}

#single-post-content.vertical-content span.section-title.related-news {
  font-size: 1.25em;
  display: block;
  text-align: center;
  margin-bottom: 3.6em;
}


/****************************************/
/*         Related News / Feed          */
/****************************************/

.vertical-body #blog-wrap {
  display: block;
  position: relative;
  min-height: 0;
  height: auto;
  padding: 0;
  margin-bottom: 4em;
  font-size: inherit;
  background: transparent;
}

.vertical-body #blog-wrap .small-tile {
  width: 25%;
  background-color: transparent;
  height: auto;
  margin: 0;
}

.vertical-body #blog-wrap .small-tile .small-tile__image {
  position: relative;
  height: auto;
  max-height: 8.4em;
}

.vertical-body #blog-wrap .small-tile .small-tile__position {
  top: auto;
  position: relative;
  padding: 1.5em;
  height: 11.4em;
}
.vertical-body #blog-wrap .small-tile .small-tile__text {
  padding: 0;
  text-align: center;
}
.vertical-body #blog-wrap .small-tile .small-tile__metadata{
  display:none;
}

.vertical-body #blog-wrap .small-tile .small-tile__position h3 {
  margin: 0;
  font-size: 1.25em;
  font-family: "freight-sans-pro",sans-serif;
  font-weight: lighter;
  letter-spacing: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  color: rgb(51, 51, 51);
}


/****************************************/
/*              Side Bar                */
/****************************************/

.vertical-content #sidebar .social-container-sidebar {
  right: -48px;
}

/* Vertical social icons */
.vertical-content #sidebar .mid_group div:not(.social-container) {
  display:none;
}


/****************************************/
/*            Media Queries             */
/****************************************/

@media only screen and (max-width: 1280px) {
  #single-post-content.vertical-content, .vertical-content .post_thumbnail_container { width: 100%; }
}

@media only screen and (max-width: 1279px) {
  #single-post-content.vertical-content { height: auto; }
}

@media only screen and (max-width: 1170px) {
  .vertical-body, .vertical-hero-overlay { font-size: 0.9em; }
  .vertical-content #post-thumbnail img { height: auto; width: 100%; }
}

@media only screen and (max-width: 1050px) {
  .vertical-body, .vertical-hero-overlay { font-size: 0.8em; }
}

@media only screen and (max-width: 976px) {
  .vertical-body, .vertical-hero-overlay { font-size: 0.7em; }
}

@media only screen and (max-width: 870px) {
  #single-post-content.vertical-content #post-thumbnail img { height: 652px; }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 756px) {
  .vertical-body, .vertical-hero-overlay { font-size: 0.65em; }
}

@media only screen and (max-width: 640px) {
  /* Hero Overlay */
  div.vertical-content .vertical-hero-overlay { padding: 0em 2em; }
  div.vertical-hero-content .page-title { margin-top: 0.83em; }

  /* Featured Hero Tiles */
  div.vertical-grid-block{ width: 50%; height: auto; }
  div#single-post-content .vertical-grid-block .text-block .text-block-cell { padding: 3.5em; }

  /* Related Project Tile */
  div.vertical-body .related-projects .lower-grid.small-tile.legacy-tile { width: 33.3%; height: auto; }
  div.vertical-body .related-projects .small-tile .small-tile__position { top: auto; }
  div.vertical-body .related-projects .small-tile .small-tile__image { height: auto; }

  /* Related News / Blog Tile */
  div.vertical-body #blog-wrap .small-tile { width: 33.3%;  margin: 1em 0em; height: 19em; }
  .vertical-body #blog-wrap .small-tile .small-tile__image { max-height: none; }

}

@media only screen and (max-width: 480px) {
  /* Hero Overlay */

  div.vertical-content .vertical-hero-overlay .page-title { margin: 0.5em 0em; font-size: 4.4em;}
  div#single-post-content.vertical-content .overlay-content p { margin: 1em 1em; font-size: 1.6em;}
  div#single-post-content.vertical-content .vertical-hero-overlay p.post-name { display: none; }
  div.vertical-content .overlay-content { font-size: 0.8em; }
  div#single-post-content.vertical-content #post-thumbnail img { height: 400px; }

  /* Featured Hero Tiles */
  div.vertical-content .vertical-grid-block {font-size: 0.8em;}
  div.vertical-content .vertical-grid-block .text-block-cell {padding: 0 1em;}
  div#single-post-content .vertical-grid-block .text-block .text-block-cell { padding: 2em; }
  div#single-post-content .vertical-grid-block .text-block .text-block-cell h1.featured-project-title { font-size: 2.5em; }
  div#single-post-content .vertical-grid-block .text-block .text-block-cell h2.featured-project-subtitle { padding: 1.5em 0em; }
  div#single-post-content .vertical-grid-block .text-block .text-block-cell p.featured-project-blurb { display:none; }
  div.vertical-body #blog-wrap .small-tile { width: 50%; height: 20em;}
  div.vertical-body .related-projects .lower-grid.small-tile.legacy-tile { width: 50%;}

}

@media only screen and (max-width: 400px) {
  /* Featured Hero Tiles */
  div.vertical-content .vertical-grid-block {font-size: 0.8em; }
  div.vertical-content .vertical-grid-block .text-block-cell {padding: 0 1.5em;}
}

/****************************************/
/*                Guide                 */
/****************************************/
.page-guide {
  top: 0;
  position: relative;
  height: 40000px;
  max-width: 1280px; }

#guide[data-mobile=true] {
  overflow-x: hidden; }
  #guide[data-mobile=true] .intro {
    display: block; }
    #guide[data-mobile=true] .intro.hidden {
      display: none; }
  #guide[data-mobile=true] .chapter.ch-2 {
    z-index: 5; }
  #guide[data-mobile=true] .chapter.ch-3 {
    z-index: 5; }
  #guide[data-mobile=true] .chapter.ch-4 {
    z-index: 5; }
  #guide[data-mobile=true] .chapter.ch-5 {
    z-index: 5; }
  #guide[data-mobile=true] .chapter.ch-6 {
    z-index: 5; }
  #guide[data-mobile=true] .chapter.ch-7 {
    z-index: 5; }
  #guide[data-mobile=true] .page-guide {
    height: auto; }
  #guide[data-mobile=true] .guide-header {
    margin-top: 0px !important; }
  #guide[data-mobile=true] .chapter {
    position: relative;
    height: auto;
    -webkit-backface-visibility: 'hidden';
    -webkit-perspective: 1000;
    -webkit-transform: scale3d(1, 1, 1); }
    #guide[data-mobile=true] .chapter.ch-1 {
      margin-top: 49em; }
    #guide[data-mobile=true] .chapter.ch-7 {
      opacity: 0;
      visibility: hidden;
      height: 0;
      overflow: hidden; }
  #guide[data-mobile=true] .chapter-section.auto.section-7 {
    height: auto; }
    #guide[data-mobile=true] .chapter-section.auto.section-7 .width-50.right {
      height: 45em; }
  #guide[data-mobile=true] .content.left-animation {
    left: 0;
    opacity: 1; }
  #guide[data-mobile=true] .content.right-animation {
    right: 0;
    opacity: 1; }
  #guide[data-mobile=true] div.ch-6 div.hero-image {
    background-color: #fff;
    overflow: hidden;
    height: 45em;
    margin-left: 0%;
    margin: 0 auto;
    width: 100%; }
    #guide[data-mobile=true] div.ch-6 div.hero-image img {
      height: 100%;
      margin-left: 0%;
      padding-top: 0%; }
  #guide[data-mobile=true] div.social-container-footer.hidden {
    display: none; }
  @media only screen and (max-width: 766px) {
    #guide[data-mobile=true] .ch-2 div.chapter-section.section-9,
    #guide[data-mobile=true] .ch-5 div.chapter-section.section-4,
    #guide[data-mobile=true] .ch-5 div.chapter-section.text-section.section-6 {
      height: 45em; } }

/****************************************/
/*                Colors                */
/****************************************/
.green-color {
  color: #00C0A4; }

.green-background, .green-background.chapter-section {
  background-color: #00C0A4; }

.pink-color {
  color: #FD7E74; }

.pink-background, .pink-background.chapter-section {
  background-color: #FD7E74; }

.blue-color {
  color: #1D4760; }

.blue-background, .blue-background.chapter-section {
  background-color: #1D4760; }

.red-color {
  color: #FC3046; }

.red-background, .red-background.chapter-section {
  background-color: #FC3046; }

/****************************************/
/*               Padding                */
/****************************************/
.padding-top {
  padding-top: 6em; }

.padding-top-half {
  padding-top: 3em; }

.padding-bottom {
  padding-bottom: 6em; }

.padding-bottom-half {
  padding-bottom: 3em; }

.padding {
  padding: 6em 0em; }

.padding-half {
  padding: 3em 0em; }

/****************************************/
/*            Chapter Styling           */
/****************************************/
.chapter-section {
  width: 100%;
  height: 45em;
  position: relative;
  display: block;
  background-color: white;
  max-width: 1280px; }
  .chapter-section .multi-line-quote.chapter-subtitle {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    text-align: center; }
    .chapter-section .multi-line-quote.chapter-subtitle p {
      width: 70%;
      margin: 0 auto;
      color: white;
      font-weight: 100;
      font-size: 1.5em;
      line-height: 1.2em; }
    .chapter-section .multi-line-quote.chapter-subtitle span {
      color: white;
      font-weight: 100;
      font-size: 0.6667em;
      text-transform: uppercase;
      line-height: 2em;
      margin-top: 1em;
      display: block; }

.ch-2 .chapter-section .multi-line-quote p {
  width: 33%; }

.ch-3 .chapter-section .multi-line-quote p {
  width: 50%; }

.ch-4 .chapter-section .multi-line-quote p {
  width: 50%; }

.ch-5 .chapter-section .multi-line-quote p {
  width: 45%; }

.ch-6 .chapter-section .multi-line-quote p {
  width: 45%; }

.ch-6 .hero-image {
  overflow: hidden;
  background-color: white;
  padding-top: 5%; }
  .ch-6 .hero-image img {
    height: 120%;
    margin-left: -10%;
    padding-top: 15%; }

.chapter-section.auto {
  height: inherit; }

.chapter {
  width: 100%;
  position: fixed;
  height: 720px;
  max-width: 1280px; }

.chapter.ch-1,
.chapter.ch-2,
.chapter.ch-3,
.chapter.ch-4,
.chapter.ch-5,
.chapter.ch-6,
.chapter.ch-7 {
  height: auto; }

.chapter.ch-1 {
  margin-top: 54em;
  top: 0;
  z-index: 1; }
  .chapter.ch-1 .center-content img {
    width: 100%; }
  .chapter.ch-1 .section-3 .center-content img {
    width: 200%;
    right: 85%;
    position: relative; }
  .chapter.ch-1 .chapter-section .multi-line-quote.chapter-subtitle p {
    font-size: 1em;
    width: 50%; }

.chapter.ch-2 {
  z-index: 2; }

.chapter.ch-3 {
  z-index: 3; }

.chapter.ch-4 {
  z-index: 4; }

.chapter.ch-5 {
  z-index: 5; }

.chapter.ch-6 {
  z-index: 6; }

.chapter.ch-7 {
  z-index: 7; }

.intro {
  max-width: 1280px;
  top: 72px;
  width: 100%;
  max-width: 1280px;
  position: fixed;
  z-index: 1;
  height: 49.5em; }

.intro h1,
.chapter h1,
.chapter-section h1 {
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3.75em;
  font-weight: 100; }

.intro h1.top,
.chapter h1.top,
.chapter h1.top {
  top: 2em; }

.intro h1.bottom,
.chapter h1.bottom,
.chapter-overivew h1.bottom {
  bottom: 2.13333em; }

.intro h1.center,
.chapter h1.center,
.chapter-overivew h1.center {
  top: 50%;
  margin-top: -1em; }

.chapter-arrow {
  width: 2.5em;
  height: 1.875em;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 3.75em;
  z-index: 11; }

.artefact-a {
  max-height: 186px;
  max-width: 212px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -93px; }

/****************************************/
/*              Hero Image              */
/****************************************/
.hero-image {
  max-width: 1280px;
  width: 100%;
  height: 45em;
  position: relative; }
  .hero-image img {
    height: 100%; }
  .hero-image .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5; }

.hero-image .bottom-left {
  font-size: 3em;
  position: absolute;
  bottom: 0.5em;
  margin-left: 0.5em;
  width: 45%;
  font-weight: 100;
  color: white;
  padding: 0.3333em; }

.employee-images {
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto; }

.image-positioning {
  display: inline-block;
  width: 32.5%; }

.image-container {
  width: 80%;
  height: 80%;
  left: 0;
  right: 0;
  margin: 1em auto;
  max-width: 256px;
  max-height: 256px;
  border-radius: 50%;
  position: relative;
  overflow: hidden; }
  .image-container img {
    width: inherit;
    height: inherit; }

.image-container img, .image-container img.single {
  width: 256px;
  height: 256px; }

/****************************************/
/*           Header Styling             */
/****************************************/
.guide-header {
  max-width: 1280px;
  position: fixed;
  top: 71px;
  margin-top: 600px;
  max-width: 1280px;
  width: 100%;
  height: 72px;
  z-index: 10;
  background: #00C0A4;
  color: white;
  overflow: hidden; }

.guide-header .center-content {
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  text-align: center; }

.guide-header ul {
  left: 0;
  height: 72px;
  margin: 0 auto;
  line-height: 72px;
  position: relative; }

.guide-header ul li {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  overflow: hidden; }

.guide-header ul li a {
  color: white;
  height: 100%;
  width: 100%;
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  top: 0;
  opacity: 0.5; }

.guide-header ul li.active-chapter a {
  opacity: 1; }

/****************************************/
/*           Chapter Content            */
/****************************************/
.text-section .content-table {
  width: 70%;
  height: 100%;
  display: table;
  margin: 0 auto; }
.text-section .center-content {
  display: table-cell;
  vertical-align: middle; }
.text-section span {
  display: block;
  font-weight: 500; }
.text-section h2, .text-section p, .text-section span {
  text-align: center;
  color: white; }
.text-section h2 {
  margin-bottom: 2em; }
.text-section p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  line-height: 1.4em;
  font-weight: 100; }
.text-section p.red-color {
  color: #FC3046; }
.text-section span {
  font-size: 0.66667em;
  text-transform: uppercase;
  margin-top: 0.5em; }

.ch-1 .chapter-section .width-50 .chapter-link {
  margin-top: 2em; }

.chapter-link {
  position: relative; }

.content {
  position: absolute;
  background-color: white;
  width: 100%; }

.content.right-animation {
  right: -50%;
  opacity: 0; }

.content.left-animation {
  left: -50%;
  opacity: 0; }

.content.left {
  left: 0px; }

.content.right {
  right: 0px; }

.content h3,
.content h1,
.content p {
  color: black;
  position: relative;
  padding: 15px; }

.hr {
  width: 100%;
  background: white; }

.hr hr {
  margin: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10%; }

.center-quote {
  position: relative;
  display: block;
  vertical-align: top; }

.center-quote .content-container {
  margin-left: 15%;
  padding-top: 4em;
  width: 70%;
  text-align: center; }

.content-container {
  overflow: hidden; }
  .content-container .image {
    overflow: hidden; }
    .content-container .image.top {
      float: left;
      width: 17.275em;
      height: 11.8125em; }
    .content-container .image.bottom {
      float: right;
      width: 26.25em;
      height: 26.25em; }

.center-quote .content-container p:first-of-type {
  font-size: 2.25em;
  padding-bottom: 2em; }

.center-quote .content-container p:last-of-type {
  padding-bottom: 2em; }

.center-quote .line-item {
  padding: 5px; }

.center-quote .content-container p {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0; }

.grid {
  display: block;
  overflow: hidden; }

.grid .grid-block {
  width: 25%;
  height: 360px;
  display: inline-block;
  background: white;
  float: left; }

.chapter-section.text h2,
.chapter-section.text p {
  text-align: center;
  padding-top: 2em;
  line-height: 1.5em;
  color: white; }

/****************************************/
/*               Animations             */
/****************************************/
.content.fadeInFromRight {
  right: 0;
  opacity: 1;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: opacity 3s, right 0.5s;
  -moz-transition: opacity 3s, right 0.5s;
  -o-transition: opacity 3s, right 0.5s;
  -ms-transition: opacity 3s, right 0.5s;
  transition: opacity 3s, right 0.5s; }

.content.fadeInFromLeft {
  left: 0px;
  opacity: 1;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: opacity 3s, left 0.5s;
  -moz-transition: opacity 3s, left 0.5s;
  -o-transition: opacity 3s, left 0.5s;
  -ms-transition: opacity 3s, left 0.5s;
  transition: opacity 3s, left 0.5s; }

/****************************************/
/*    Global Chapter Section Styles     */
/****************************************/
.chapter-section .width-33 h3,
.chapter-section .width-50 h3,
.chapter-section .width-80 h3,
.chapter-section .width-100 h3 {
  text-align: left;
  font-size: 1.125em;
  font-family: "Georgia";
  font-style: italic;
  padding: 0em 0em 0.888em 0em; }

.chapter-section .width-33 h1,
.chapter-section .width-50 h1,
.chapter-section .width-80 h1,
.chapter-section .width-100 h1 {
  font-size: 3em;
  text-align: left;
  font-weight: 100;
  margin-bottom: 0px;
  padding: 0px; }

.chapter-section .width-33 h2,
.chapter-section .width-50 h2,
.chapter-section .width-80 h2,
.chapter-section .width-100 h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: left;
  font-weight: 500; }

.chapter-section .width-33 h2 {
  padding: 0em 0em 0.5em 0em; }

.chapter-section .width-33 p,
.chapter-section .width-50 p,
.chapter-section .width-80 p,
.chapter-section .width-100 p {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 100;
  text-align: left;
  padding: 1.5em 0em 0em 0em;
  margin-bottom: 0em; }
  .chapter-section .width-33 p.georgia,
  .chapter-section .width-50 p.georgia,
  .chapter-section .width-80 p.georgia,
  .chapter-section .width-100 p.georgia {
    font-family: "georgia"; }

.chapter-section .width-33 a,
.chapter-section .width-50 a,
.chapter-section .width-80 a,
.chapter-section .width-100 a {
  font-size: 1em;
  padding: 1em;
  font-weight: 100;
  width: auto;
  display: inline-block;
  position: relative;
  top: 0;
  color: white; }
  .chapter-section .width-33 a.green-color,
  .chapter-section .width-50 a.green-color,
  .chapter-section .width-80 a.green-color,
  .chapter-section .width-100 a.green-color {
    color: #00C0A4; }

/****************************************/
/*               width-33               */
/****************************************/
.chapter-section .width-33.left .content-container {
  margin: 0em 1em 0em 2em; }

.chapter-section .width-33.center .content-container {
  margin: 0em 1em 0em 1em; }

.chapter-section .width-33.right .content-container {
  margin: 0em 2em 0em 1em; }

.chapter-section .width-33 {
  width: 32.5%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top; }
  .chapter-section .width-33 .subtitle {
    color: #999; }

.chapter-section .width-33 h1 {
  font-size: 1.5em; }

.chapter-section .width-33 p {
  line-height: 1.5em;
  padding-top: 1em; }

/****************************************/
/*               width-50               */
/****************************************/
.chapter-section .width-50 {
  width: 49.7%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden; }
  .chapter-section .width-50 .content-table {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto; }
  .chapter-section .width-50 .center-content {
    display: table-cell;
    vertical-align: middle; }

.left-animation.width-50 .content-container,
.left.width-50 .content-container {
  margin: 0 1em 0 2em; }
  .left-animation.width-50 .content-container.padding-right,
  .left.width-50 .content-container.padding-right {
    padding-right: 3em; }

.right.width-50 .content-container,
.right-animation.width-50 .content-container {
  margin: 0 2em 0 1em; }
  .right.width-50 .content-container.padding-right,
  .right-animation.width-50 .content-container.padding-right {
    padding-right: 3em; }

.center.width-50 {
  padding: 2em 0 0 25%; }

/****************************************/
/*               width-80               */
/****************************************/
.chapter-section .width-80 {
  width: 80%;
  vertical-align: top;
  position: relative;
  overflow: hidden; }

.chapter-section .width-80 .content-container {
  margin: 0em 2em; }

.chapter-section .width-80 h1 {
  font-size: 3em; }

.chapter-section .width-80 p {
  line-height: 1.5em;
  font-size: 1.5em;
  margin: 0;
  font-weight: 100; }

/****************************************/
/*              width-100               */
/****************************************/
.chapter-section .width-100 {
  width: 100%;
  vertical-align: top;
  position: relative; }

.chapter-section .width-100 .content-container {
  margin: 0em 2em; }

/****************************************/
/*           Chapter Styles             */
/****************************************/
.ch-3 .section-7,
.ch-3 .section-8,
.ch-3 .section-9,
.ch-3 .section-11,
.ch-3 .section-12 {
  display: table; }
  .ch-3 .section-7 .width-50,
  .ch-3 .section-8 .width-50,
  .ch-3 .section-9 .width-50,
  .ch-3 .section-11 .width-50,
  .ch-3 .section-12 .width-50 {
    display: table-cell; }
    .ch-3 .section-7 .width-50.center-image,
    .ch-3 .section-8 .width-50.center-image,
    .ch-3 .section-9 .width-50.center-image,
    .ch-3 .section-11 .width-50.center-image,
    .ch-3 .section-12 .width-50.center-image {
      vertical-align: middle; }
      .ch-3 .section-7 .width-50.center-image.right,
      .ch-3 .section-8 .width-50.center-image.right,
      .ch-3 .section-9 .width-50.center-image.right,
      .ch-3 .section-11 .width-50.center-image.right,
      .ch-3 .section-12 .width-50.center-image.right {
        text-align: right; }
  .ch-3 .section-7 .image-positioning,
  .ch-3 .section-8 .image-positioning,
  .ch-3 .section-9 .image-positioning,
  .ch-3 .section-11 .image-positioning,
  .ch-3 .section-12 .image-positioning {
    width: 100%; }
  .ch-3 .section-7 .image-container,
  .ch-3 .section-8 .image-container,
  .ch-3 .section-9 .image-container,
  .ch-3 .section-11 .image-container,
  .ch-3 .section-12 .image-container {
    width: 16em; }

.ch-2 .section-1 h1,
.ch-2 .section-8 h1,
.ch-3 .section-2 h1,
.ch-3 .section-4 h1,
.ch-3 .section-13 h1,
.ch-4 .section-2 h1,
.ch-4 .section-5 h1 {
  font-size: 3em; }

.ch-2 .section-9 span {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 2em; }
.ch-2 .section-9 p {
  margin: 0 auto;
  width: 62%; }

.ch-2 .section-5.chapter-section .width-50 img,
.ch-2 .section-7.chapter-section .width-50 img,
.ch-5 .section-9.chapter-section .width-50 img,
.ch-5 .section-10.chapter-section .width-50 img,
.ch-5 .section-4.chapter-section .width-50 img {
  height: 100%;
  max-height: 36.625em; }

/****************************************/
/*               Slideshow              */
/****************************************/
.chapter-section.section-slideshow {
  height: inherit;
  padding-bottom: 21.75em; }

.guide-slideshow {
  max-width: 57.5em;
  width: 80%;
  margin: 0 auto;
  height: auto;
  max-height: 720px; }
  .guide-slideshow div.prev_slide_container {
    opacity: 1;
    position: absolute;
    left: -13%; }
  .guide-slideshow div.next_slide_container {
    opacity: 1;
    position: absolute;
    right: -13%; }
  .guide-slideshow div.slideshow.texty {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: inherit;
    bottom: -21.75em;
    width: 100%;
    text-align: center;
    height: 18.75em; }
    .guide-slideshow div.slideshow.texty .text_holder {
      width: 60%;
      margin: 0 auto;
      position: relative;
      font-size: 1.125em;
      font-style: italic;
      font-family: "Georgia";
      line-height: 1.6em;
      letter-spacing: 0em;
      font-weight: 100;
      text-align: center;
      color: #999 !important; }
      .guide-slideshow div.slideshow.texty .text_holder span {
        font-size: 2.1818em;
        font-style: normal;
        color: black;
        margin-bottom: 0.83333em;
        font-weight: 100;
        font-family: 'lineto-akkurat',Arial,sans-serif;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
        line-height: 1em; }
        .guide-slideshow div.slideshow.texty .text_holder span.strikethrough {
          display: inline-block;
          font-size: small;
          text-decoration: line-through;
          font-family: "Georgia";
          font-variant: normal;
          padding: 0em 0.1em;
          -webkit-font-smoothing: antialiased;
          -webkit-text-size-adjust: 100%;
          color: #999;
          font-size: 1em;
          margin-bottom: 0em; }

.ch-7 .hero-image {
  color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 48%; }

/****************************************/
/*              Responsive              */
/****************************************/
@media only screen and (max-width: 959px) {
  #guide {
    font-size: 12px; }

  .guide-header {
    margin-top: 0px !important; }

  .chapter-section.section-slideshow {
    padding-bottom: 18.75em; }

  .guide-slideshow {
    max-width: 100%;
    width: 100%; }
    .guide-slideshow div.slideshow.texty .text_holder {
      font-size: 12px; }
    .guide-slideshow div.prev_slide_container {
      left: 0;
      opacity: 0; }
    .guide-slideshow div.next_slide_container {
      right: 0;
      opacity: 0; }
    .guide-slideshow.hover div.prev_slide_container:hover,
    .guide-slideshow.hover div.next_slide_container:hover {
      opacity: 1; }

  .ch-7 .hero-image {
    color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 48%; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .artefact-a {
    zoom: 0.8; }

  .chapter-section .multi-line-quote.chapter-subtitle {
    top: 65%; }

  .ch-2 .chapter-section .multi-line-quote p, .ch-3 .chapter-section .multi-line-quote p, .ch-4 .chapter-section .multi-line-quote p, .ch-5 .chapter-section .multi-line-quote p, .ch-6 .chapter-section .multi-line-quote p {
    width: 55%; }

  .text-section .content-table {
    width: 85%; }
    .text-section .content-table p {
      width: 100%; } }
@media only screen and (max-width: 766px) {
  .chapter-section .multi-line-quote.chapter-subtitle p {
    font-size: 1em; }

  div.guide-slideshow.mobile-slideshow div.slideshow.texty {
    bottom: -18em; }
    div.guide-slideshow.mobile-slideshow div.slideshow.texty .text_holder {
      width: 80%; }

  .ch-3 .image-container img {
    width: 16em;
    height: 16em; }

  div.guide-header {
    top: 72px; }

  .guide-header ul li {
    display: none; }
    .guide-header ul li.active-chapter {
      display: block; }

  .ch-5 .chapter-section.text-section.section-6 {
    height: auto;
    padding: 4em 0em; }
    .ch-5 .chapter-section.text-section.section-6 h2 {
      width: 80% !important;
      margin: 0 auto; } }
@media only screen and (max-width: 528px) {
  .intro {
    top: 48px; }

  .ch-2 .chapter-section:first-child h1, .ch-3 .chapter-section:first-child h1, .ch-4 .chapter-section:first-child h1, .ch-5 .chapter-section:first-child h1, .ch-6 .chapter-section:first-child h1 {
    width: 80%;
    margin: 0 auto; }
    .ch-2 .chapter-section:first-child h1.center, .ch-3 .chapter-section:first-child h1.center, .ch-4 .chapter-section:first-child h1.center, .ch-5 .chapter-section:first-child h1.center, .ch-6 .chapter-section:first-child h1.center {
      margin: -2em auto 0em; }
  .ch-2 .chapter-section .multi-line-quote p, .ch-3 .chapter-section .multi-line-quote p, .ch-4 .chapter-section .multi-line-quote p, .ch-5 .chapter-section .multi-line-quote p, .ch-6 .chapter-section .multi-line-quote p {
    width: 80%;
    margin: 0 auto; }

  div.guide-header {
    top: 48px; }

  .chapter-section.section-slideshow {
    padding-bottom: 21.75em; }

  .hero-image .bottom-left {
    width: 85%; }

  .chapter.ch-1 {
    margin-top: 642px; }

  .artefact-a {
    zoom: 0.5; }

  .chapter-section .width-50,
  .chapter-section .width-33,
  .chapter-section .width-80,
  .chapter-section .width-100 {
    width: 100% !important; }
  .chapter-section div.width-50.left .content-container, .chapter-section div.width-50.right .content-container, .chapter-section div.width-50.center .content-container, .chapter-section div.width-50.left-animation .content-container, .chapter-section div.width-50.right-animation .content-container,
  .chapter-section div.width-80.left .content-container,
  .chapter-section div.width-80.right .content-container,
  .chapter-section div.width-80.center .content-container,
  .chapter-section div.width-80.left-animation .content-container,
  .chapter-section div.width-80.right-animation .content-container,
  .chapter-section div.width-100.left .content-container,
  .chapter-section div.width-100.right .content-container,
  .chapter-section div.width-100.center .content-container,
  .chapter-section div.width-100.left-animation .content-container,
  .chapter-section div.width-100.right-animation .content-container,
  .chapter-section div.width-33.left .content-container,
  .chapter-section div.width-33.right .content-container,
  .chapter-section div.width-33.center .content-container,
  .chapter-section div.width-33.left-animation .content-container,
  .chapter-section div.width-33.right-animation .content-container {
    margin: 2em 2em 0 2em; }
    .chapter-section div.width-50.left .content-container.padding-right, .chapter-section div.width-50.right .content-container.padding-right, .chapter-section div.width-50.center .content-container.padding-right, .chapter-section div.width-50.left-animation .content-container.padding-right, .chapter-section div.width-50.right-animation .content-container.padding-right,
    .chapter-section div.width-80.left .content-container.padding-right,
    .chapter-section div.width-80.right .content-container.padding-right,
    .chapter-section div.width-80.center .content-container.padding-right,
    .chapter-section div.width-80.left-animation .content-container.padding-right,
    .chapter-section div.width-80.right-animation .content-container.padding-right,
    .chapter-section div.width-100.left .content-container.padding-right,
    .chapter-section div.width-100.right .content-container.padding-right,
    .chapter-section div.width-100.center .content-container.padding-right,
    .chapter-section div.width-100.left-animation .content-container.padding-right,
    .chapter-section div.width-100.right-animation .content-container.padding-right,
    .chapter-section div.width-33.left .content-container.padding-right,
    .chapter-section div.width-33.right .content-container.padding-right,
    .chapter-section div.width-33.center .content-container.padding-right,
    .chapter-section div.width-33.left-animation .content-container.padding-right,
    .chapter-section div.width-33.right-animation .content-container.padding-right {
      padding-right: 0; }

  .ch-1 .chapter-section.section-1, .ch-1 .chapter-section.section-2, .ch-1 .chapter-section.section-3, .ch-1 .chapter-section.section-4 {
    height: 30em; }
  .ch-1 .chapter-section.section-1 .left-animation, .ch-1 .chapter-section.section-2 .right-animation, .ch-1 .chapter-section.section-3 .left-animation, .ch-1 .chapter-section.section-4 .right-animation {
    display: none; }

  .ch-2 .chapter-section.section-7 .right, .ch-2 .chapter-section.section-5 .right {
    display: none; }
  .ch-2 .chapter-section.section-9 {
    height: auto;
    padding: 4em 0em; }

  .ch-3 .image-container img {
    width: 9em;
    height: 9em; }
  .ch-3 .section-7 .left-animation,
  .ch-3 .section-8 .right-animation,
  .ch-3 .section-9 .left-animation,
  .ch-3 .section-11 .right-animation,
  .ch-3 .section-12 .left-animation {
    display: none; }
  .ch-3 .text-section p {
    width: 80% !important;
    margin: 0 auto; }

  .ch-5 .section-4 .right,
  .ch-5 .section-9 .right-animation,
  .ch-5 .section-10 .left-animation {
    display: none; }
  .ch-5 .red-background .center-content p {
    width: 80% !important;
    margin: 0 auto; }
  .ch-5 .chapter-section.text-section {
    height: auto;
    padding: 4em 0em; }
    .ch-5 .chapter-section.text-section h2 {
      width: 80% !important;
      margin: 0 auto; }

  .ch-6 .section-3 .right-animation,
  .ch-6 .section-4 .left-animation {
    display: none; } }

