@charset "utf-8";
/*   
Theme Name: Core Studio
Theme URI: http://corestudio.com/
Description: A custom theme built for Core Studio.
Author: futureprüf
Author URI: http://futurepruf.com/
Template: thematic
Version: 1.0view-reel
*/

#work, .section--leader__arrows {
   display: none !important;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/GothaBoo.eot');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/GothaBoo.woff') format('woff'),
    url('fonts/GothaBoo.svg#Gotham-Book') format('svg');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/GothaBol.eot');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/GothaBol.woff') format('woff'),
    url('fonts/GothaBol.svg#Gotham-Bold') format('svg');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/GothamLight.eot');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/GothamLight.woff') format('woff'),
    url('fonts/GothamLight.svg#Gotham-Light') format('svg');
}


/* Global declarations for proper cascade
   ========================================================================== */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
 /* 1 */
    -ms-text-size-adjust: 100%;
 /* 2 */
    -webkit-text-size-adjust: 100%;
 /* 2 */
}

/**
 * Remove default margin.
 */

body {
    background: #fff;
    color: #666;
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
 /* 1 */
    vertical-align: baseline;
 /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
 /* 1 */
    font: inherit;
 /* 2 */
    margin: 0;
 /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
 /* 2 */
    cursor: pointer;
 /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
 /* 1 */
    padding: 0;
 /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}




/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Thematic helper declarations 
   ========================================================================== */

/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-weight:normal;
  clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
  margin: 0 0 18px 2.5em;
}
ol {
  margin: 0 0 18px 2.5em;
}
ul {
  list-style:disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style:upper-alpha;
}
ol ol ol {
  list-style:lower-roman;
}
ol ol ol ol {
  list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom:0;
}
dl  {
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
  margin-bottom:18px;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
  font-style:normal;
}
pre {
  font:11px Monaco, monospace;
  line-height:18px;
  margin-bottom:18px;
}
code {
  font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
  text-decoration:none;
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
  float: left;
  margin-left:0;
  margin-right:20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left:20px;
  margin-right:0;
  text-align: left;
  width: 33%;
}


/* -------------------------------------------------------------- 
  
   Minimal styles that hold to a 18px line-height
   
-------------------------------------------------------------- */

/* =Header
-------------------------------------------------------------- */

#branding {
    padding:18px 0;
}

#lightbox {
	background: #000000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	opacity: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#lightbox .close {
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 36px;
	z-index: 10000;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#menu {
    overflow:hidden; /* clears the inner float  */
}
#menu ul {
    margin:0;
    list-style:none;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding-top:18px;
}
.hentry {
    padding-bottom:18px;
}
.page-link {
    margin-bottom:18px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0px 0 18px 0;
    overflow:hidden;
}
.nav-previous {
  float: left;
  width:50%;
}
.nav-next {
  float: right;
  width:50%;
  text-align:right;
}
#nav-above,#nav-below {
  width: 100%;
}

/* =Comments
-------------------------------------------------------------- */


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 18px 1.5em;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:18px;
}

/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   
.entry-content .wp-post-image {
  border: 1px solid #ccc;
  float:right;
  margin: 0 0 20px 18px;
  padding: 5px;
}
.entry-content img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
  float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
  display: block;
  float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
  margin-left:auto;
  margin-right:auto;
  display: block;
  clear: both;
}
.wp-caption {
  border:1px solid #ccc;
  text-align: center;
  margin-bottom:18px;
  max-width: 96%;
  padding:9px 5px 0;
}
.wp-caption img {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding:18px 5px;
}
.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
    padding:0 0 22px 0;
  }
.gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
  }
.gallery-item {
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  list-style: none;
  }
.gallery-icon {
  margin: 0 5px;
}
#content .gallery img {
    border: 1px solid #ccc;
  margin:0;
  padding: 6px;
}
.gallery-item img, .gallery-item img.thumbnail {
  margin: 0 auto;
  }
.gallery-caption {
  padding:6px 6px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
  max-height:12px;
  margin:0 !important;
}



/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/



/* ==========================================================================
   Custom styles
   ========================================================================== */

body {
	font-family: 'Gotham-Book', 'Helvetica Neue', Helvetica;
}

h1 {
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 10px;
    color: #ff9900;
    text-transform: uppercase;
    font-family: "Gotham-Light";
}

.section-description {
    display: block;
    color: #ff9900;
    font-family: 'Gotham-Light';
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.global--width {
    max-width: 1200px;
    margin: 0 auto;
}

.section {
    padding: 90px 0;
}

.section--clients {
    background: #ff9900;
    color: #FFF;
}

.section--clients h1,
  .section--clients .section-description {
    color: white;
}

.section--contact {
    position: relative;
    background: url(images/global/footer-bg-dark.jpg);
    background-size: cover;
    background-position: bottom left;
    color: white;
}

.section--contact h1 {
    margin-bottom: 50px;
}

.grid {
	overflow: hidden;
}

.grid__inner {
	width: calc(100% + 12px);
}

.clients-grid {
  /*
    Grid Settings:
      gutters: 0
      7 column grid
  */;
}

.grid__item {
    padding: 0 12px 12px 0;
}

.grid__item--one-third {
    float: left;
    width: 33.333%;
}

  .clients-grid__item {
    width: 25%;
  }

.clients-grid__item {
    float: left;
    width: 14.2855555%;
    padding: 0;
}

.clients-grid__item img {
    max-width: 100%;
    height: auto;
}

.site-header {
    background: #333;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 34px 0;
    z-index: 100;
	-webkit-transition: all 220ms ease;
	-moz-transition: all 220ms ease;
	-ms-transition: all 220ms ease;
	-o-transition: all 220ms ease;
	transition: all 220ms ease;
}

.site-header.site-header--top {
    background: transparent;
    padding-top: 65px;
}

#branding, #access {
    float: left;
    width: 50%;
}
  /* left container of .site-header */
#branding {
    padding: 0;
}

  /* right container of .site-header */
#access {
}

#access .menu {
	float: left;
	width: 100%;
}

#access .menu-toggle {
    display: none;
}

#menu-navigation-main {
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding-top: 8px;
    letter-spacing: 1px;
}
.site-header--top #menu-navigation-main {
  margin: 46px 0 0;
  padding-top: 13px;
}

#menu-navigation-main .menu-item {
    float: left;
    margin-left: 24px;
}

#menu-navigation-main .menu-item a:link,
#menu-navigation-main .menu-item a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
}

#menu-navigation-main .menu-item a:hover {
	color: #ff9900;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.site-header--top .menu-item a {
}

.site-title {
    text-indent: -9999px;
    width: 140px;
    height: 33px;
    margin: 0;
}

.site-title a {
    display: block;
    background: url(images/global/logo--core_studio.svg) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.site-header--top .site-title {
    width: 278px;
    height: 68px;
}

.section--leader {
  /* potentially need a placeholder image before the video loads */
    background: #333;
    height: 1000px;
    margin-bottom: 0;
    padding-top: 319px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header-video iframe {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);	
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.header-video video {
	width: 100%;
}
.header-video video.wide {
	height: auto;
	width: 100%;
}
.header-video video.tall {
	height: 100%;
	width: auto;
}

.container__screen {
    background: rgba(0, 0, 0, 0.2) url('images/global/background--pattern--screen.png');
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section--leader__content {
	position: relative;
	z-index: 3;
}

.section--leader__title {
    display: block;
    color: #ff9900;
    font-size: 4.9em;
    font-family: 'Gotham-Light';
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section--leader__cta,
.wpcf7-submit {
    color: #fff;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section--leader__cta span {
    position: relative;
    padding-left: 24px;
}

.section--leader__cta span:before,
.wpcf7-submit:before {
    /* Arrow before cta label */
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
}

.section--leader__cta a:link,
.section--leader__cta a:visited,
.wpcf7-submit {
	text-decoration: none;
	color: #fff;
	display: inline-block;
    border-radius: 3px;
    background: rgba(255, 153, 0, 0.6);
    padding: 12px 24px;
    text-decoration: none;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.section--leader__cta a:hover,
.wpcf7-submit:hover {
	background: rgba(255, 153, 0, 1.0);
}

.section--leader__arrows {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 30px;
    background: white;
    border-top: 1px solid white;
    z-index: 3;
}

.section--leader__arrows:before,
  .section--leader__arrows:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 50%;
    padding-bottom: inherit;
    background-color: inherit;
}

.section--leader__arrows:before {
    right: 50%;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.section--leader__arrows:after {
    left: 50%;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.site-main {
  /*
  there is a white bar at the top of the page without `!important`
  */
    padding-top: 0 !important;
}

.vimeo-container {
  margin-bottom: 44px;
}
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project {
    display: block;
    background: #333;
    color: white;
    width: 100%;
    height: 222px;
    position: relative;
    overflow: hidden;
}

.project__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
}

.project__content {
    cursor: pointer;
    height: 100%;
    width: 100%; 
    padding: 16px 12px;
    position: absolute;
    top: 0;
    z-index: 1;
	-webkit-transition: all 220ms linear;
	-moz-transition: all 220ms linear;
	-ms-transition: all 220ms linear;
	-o-transition: all 220ms linear;
	transition: all 220ms linear;
}

.project__content:focus,
.project__content:hover {
    background: rgba(255, 153, 0, .85);
}

.project__client {
    display: block;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.project__title {
    display: block;
    font-size: 2em;
    line-height: 1;
    font-family: 'Gotham-Light';
    margin-bottom: 22px;
}

.project__description {
    font-size: 1.2em;
    opacity: 0;
    -webkit-transition: all 220ms linear;
	-moz-transition: all 220ms linear;
	-ms-transition: all 220ms linear;
	-o-transition: all 220ms linear;
	transition: all 220ms linear;
}

.project__content:hover .project__description {
	opacity: 1;
}

.trigger--more-work {
    text-align: right;
    margin-top: 29px;
    margin-bottom: 160px;
    font-size: 0.8em;
    height: 32px;
    line-height: 32px;
}

.trigger--more-work a {
    background-image: url("images/global/vimeo.svg");
    background-position: right center;
    background-repeat: no-repeat;
    color: #666;
    display: block;
    height: 100%;
    padding: 0 44px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    opacity: 0.5;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.trigger--more-work a:hover {
	opacity: 1;
}

.team-member {
}

.team-member__image {
    margin-bottom: 19px;
}

.team-member__image img {
    display: block;
    max-width: 100%;
}

.team-member__meta {
    margin-bottom: 24px;
}

.team-member__name {
    color: #666;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.team-member__position {
    color: #666;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
X.team-member__position.linkedin a {
	background: url("images/global/linkedin.svg") no-repeat;
	background-position: left 2px;
	background-size: auto 87%;
	color: #ff9900!important;
	padding-left: 19px;
}
a.linkedin.icon {
	background: url("images/global/linkedin.svg") no-repeat center center / 100% auto;
	display: block;
	height: 32px;
	margin-top: 8px;
	opacity: 0.5;
	transition: all 400ms linear 0s;
	width: 32px;
}
a.linkedin.icon:hover {
	opacity: 1;
}

.team-member__about {
    color: #666;
    margin: 0;
}

.section--about .grid__item {
    margin-bottom: 36px;
}

.contact {
    position: relative;
    z-index: 4;
    margin-bottom: 40px;
}

.contact-address {
    width: 50%;
    float: left;
}
.contact-address a {
	color: #ffffff;
	text-decoration: none;
}

.contact-address address {
    font-style: normal;
    font-size: 1.2em;
    text-transform: uppercase;
}

.contact-etc {
    width: 50%;
    float: left;
    text-align: right;
}

.contact__copyright {
    font-size: 0.95em;
    text-transform: uppercase;
}

.social-container {
    margin-top: 2.6em;
}

.contact__menu {
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 0 0 24px;
}

.contact__menu li {
    float: left;
    margin-left: 1em;
}

.icon {
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: 9999px;
}

.icon a {
	opacity: 0.5;
	width: 100%;
	height: 100%;
	display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.icon a:hover {
	opacity: 1;
}

.icon--vimeo a {
    background-image: url('images/global/vimeo.svg');
}

.icon--linkedin a {
    background-image: url('images/global/linkedin.svg');
}

.icon--twitter a {
    background-image: url('images/global/twitter.svg');
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after,
    a[href^="javascript:"]:after {
    content: "";
}

pre,
    blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
    display: table-header-group;
}

tr,
    img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

p,
    h2,
    h3 {
    orphans: 3;
    widows: 3;
}

h2,
    h3 {
    page-break-after: avoid;
}
}

/* ================= MEDIA QUERIES ================= */


/* Tablet Layout: 768px */

@media only screen and (min-width: 992px) and (max-width: 1219px) {

	.global--width {
		width: 972px;
	}

}


/* Tablet Layout: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.global--width {
		width: 748px;
	}

}



/* Mobile Layout: 320px */

@media only screen and (max-width: 767px) {
  .site-title {
    width: 140px !important;
    height: 33px !important;
  }

	.global--width {
		width: 300px;
	}

	#branding, #access {
		width: 100%;
	}

	#menu-navigation-main {
		float: left;
		margin: 0 !important;
	}

	#menu-navigation-main .menu-item {
		margin-left: 0;
		margin-right: 12px;
	}

  .section {
    padding: 20px 0;
  }

  .section--leader {
    height: 700px;
  }
  .section--leader {
    padding-top: 160px;
  }
  .section--leader__title,
	h1 {
    	font-size: 2.2em;
    }

	.clients-grid__item {
		width: 50%;
	}

	.contact-address,
	.contact-etc {
		width: 100%;
	}

	.contact__menu {
		width: 100%;
		float: left;
	}

	.contact__copyright {
		width: 100%;
		text-align: left;
	}

	.grid__item--one-third {
		width: 100%;
	}

}



/* Wide Mobile Layout: 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.global--width {
		width: 460px;
	}

	.clients-grid__item {
		width: 25%;
	}

}

.hidden {
    display: none;
}

#contact-us-modal {
    background-color: #333;
    color: #fff;
    padding: 50px;
}

.wpcf7-form {
    max-width: 400px;
    margin: 0 auto;
    font-size: 14px;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

.wpcf7-form textarea {
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    font-size: 16px;
}

.wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
}

.wpcf7-submit {
    background: rgba(255, 153, 0, 0.6);
    padding: 12px 50px;
    border: none;
    box-shadow: none;
    margin-right: 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0;
    padding: 0;
    border: none;
}

.wpcf7-not-valid-tip {
    color: #fc0;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding-top: 5px;
}

@media only screen and (max-width: 767px) {
    #contact-us-modal {
        padding: 20px;
    }
}


