/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../scss/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 207, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../scss/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 299, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, ../scss/_normalize.scss */
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.
 */
/* line 324, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 336, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 370, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 379, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 416, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 423, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
  font-family: "calibribold", Helvetica, Arial, sans-serif;
}

/* line 425, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 427, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 429, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: disc;
}

/* line 434, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 438, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 29, ../scss/_mixins.scss */
.clearfixold {
  width: 100%;
  height: 1px;
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 36, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'calibribold';
  src: url("../fonts/calibri_bold-webfont.eot");
  src: url("../fonts/calibri_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calibri_bold-webfont.woff") format("woff"), url("../fonts/calibri_bold-webfont.ttf") format("truetype"), url("../fonts/calibri_bold-webfont.svg#calibribold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'calibrilight';
  src: url("../fonts/calibril-webfont.eot");
  src: url("../fonts/calibril-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calibril-webfont.woff") format("woff"), url("../fonts/calibril-webfont.ttf") format("truetype"), url("../fonts/calibril-webfont.svg#calibrilight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'calibriregular';
  src: url("../fonts/calibri-webfont.eot");
  src: url("../fonts/calibri-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calibri-webfont.woff") format("woff"), url("../fonts/calibri-webfont.ttf") format("truetype"), url("../fonts/calibri-webfont.svg#calibriregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rally Focus';
  src: url("../fonts/Rally-Focus.eot");
  src: url("../fonts/Rally-Focus.eot?#iefix") format("embedded-opentype"), url("../fonts/Rally-Focus.woff") format("woff"), url("../fonts/Rally-Focus.ttf") format("truetype"), url("../fonts/Rally-Focus.svg#Rally-Focus") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'FontAwesome';
	src: url('http://fortawesome.github.io/Font-Awesome/assets/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
	src: url('http://fortawesome.github.io/Font-Awesome/assets/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
		 url('http://fortawesome.github.io/Font-Awesome/assets/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('http://fortawesome.github.io/Font-Awesome/assets/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), 
		 url('http://fortawesome.github.io/Font-Awesome/assets/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 152, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 158, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 159, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 160, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 164, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 170, ../scss/_mixins.scss */
.alert-help {
  border-color: #f5c319;
  background: #f6c931;
}

/* line 176, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 182, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 188, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/* Begin fadeInUp animation - http://htmlcsstricks.com/demo/61-css3-animation-effects/css3-fadeInUp-animation.html */
@-Webkit-Keyframes fadeInUp {
  0% {
    Opacity: 0;
    -Webkit-Transform: TranslateY(5%);
    Transform: TranslateY(5%);
  }
  100% {
    Opacity: 1;
    -Webkit-Transform: TranslateY(-50%);
    Transform: TranslateY(-50%);
  }
}
@Keyframes fadeInUp {
  0% {
    Opacity: 0;
    -Webkit-Transform: TranslateY(5%);
    -Ms-Transform: TranslateY(5%);
    Transform: TranslateY(5%);
  }
  100% {
    Opacity: 1;
    -Webkit-Transform: TranslateY(-50%);
    -Ms-Transform: TranslateY(-50%);
    Transform: TranslateY(-50%);
  }
}
/* line 246, ../scss/_mixins.scss */
.fadeInUp {
  -Webkit-Animation-Name: FadeInUp;
  Animation-Name: FadeInUp;
}

/* line 251, ../scss/_mixins.scss */
.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 293, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  	/*
  border: 1px solid darken($link-color, 13%);
  	border-top-color: darken($link-color, 7%);
  	border-left-color: darken($link-color, 7%);
  */
  padding: .5em 1em;
  color: #000;
  display: inline-block;
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  text-transform: uppercase;
  /* @include css-gradient($link-color, darken($link-color, 5%)); */
}
/* line 313, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  		/*
  color: $white;
  	  	border: 1px solid darken($link-color, 13%);
  	  	border-top-color: darken($link-color, 20%);
  	 	border-left-color: darken($link-color, 20%);
  */
  /* @include css-gradient(darken($link-color, 5%), darken($link-color, 10%)); */
}
/* line 323, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  /* @include css-gradient(darken($link-color, 5%), $link-color); */
}
/* line 326, ../scss/_mixins.scss */
.button i, .button:visited i {
  padding-right: .5em;
}

/* line 331, ../scss/_mixins.scss */
.yellow-button, .yellow-button:visited {
  background-color: #f6c931;
  /* border: 1px solid $light-grey; */
}
/* line 335, ../scss/_mixins.scss */
.yellow-button:hover, .yellow-button:focus, .yellow-button:visited:hover, .yellow-button:visited:focus {
  color: #fff;
}

/* line 343, ../scss/_mixins.scss */
.grey-button, .grey-button:visited {
  background-color: #f4f4f4;
}
/* line 346, ../scss/_mixins.scss */
.grey-button:hover, .grey-button:focus, .grey-button:visited:hover, .grey-button:visited:focus {
  background-color: #303030;
}

/* line 354, ../scss/_mixins.scss */
.button-wrapper {
  text-align: center;
}

/* line 358, ../scss/_mixins.scss */
.white-button, .white-button:visited {
  background-color: #fff;
  border: 2px solid #f6c931;
  margin: 3% 0;
}
/* line 363, ../scss/_mixins.scss */
.white-button:hover, .white-button:focus, .white-button:visited:hover, .white-button:visited:focus {
  background-color: #303030;
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* line 32, ../scss/_base.scss */
.home #twitter-feed-wrapper {
  width: 100%;
}
/* line 34, ../scss/_base.scss */
.home #twitter-feed-wrapper #twitter-feed {
  width: 100%;
  margin: auto;
  padding: 5% 0 0;
  border-radius: 12px;
  color: #333;
  overflow: auto;
}
/* line 41, ../scss/_base.scss */
.home #twitter-feed-wrapper #twitter-feed #twitter-logo-wrapper {
  text-align: center;
}
/* line 43, ../scss/_base.scss */
.home #twitter-feed-wrapper #twitter-feed #twitter-logo-wrapper .fa-twitter {
  font-size: 2em;
  display: inline-block;
  text-align: center;
}
/* line 50, ../scss/_base.scss */
.home #twitter-feed-wrapper #twitter-feed #loading-container h2 {
  text-align: center;
}
/* line 53, ../scss/_base.scss */
.home #twitter-feed-wrapper #twitter-feed #loading-container .fa-clock-o {
  font-size: 2em;
  width: 100%;
  text-align: center;
  margin: 2% 0 5%;
}
/* line 60, ../scss/_base.scss */
.home #twitter-feed-wrapper #twitter-feed .twitter-article {
  background: #f8f8f8;
  border-radius: 10px;
  width: 90%;
  margin: 4% auto 0;
  padding: 1%;
  min-height: 170px;
}
/* line 70, ../scss/_base.scss */
.home #sidebar-home {
  background: #fff;
  padding: 5% 0;
}

/* home page */
/* blog template page */
/* line 78, ../scss/_base.scss */
.archive .header, .single .header {
  background: #000;
}
/* line 82, ../scss/_base.scss */
.archive .header .nav li a, .single .header .nav li a {
  color: #fff;
}
/* line 84, ../scss/_base.scss */
.archive .header .nav li a:hover, .archive .header .nav li a:focus, .single .header .nav li a:hover, .single .header .nav li a:focus {
  color: #eab70a;
}

/* archive page */
/*
.single-case_studies {
	.header {
		background: $white;
		.nav {
			li {
				a {
					color: $black;
					&:hover, &:focus {
						color: $link-hover;
					}
				}
			}
		}
	}
}
*/
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* line 119, ../scss/_base.scss */
.single ul li .txt {
  display: block;
}
/* line 122, ../scss/_base.scss */
.single ul li .ico {
  display: none;
}
/* line 125, ../scss/_base.scss */
.single ul li .info-content {
  display: block;
  margin-bottom: 2%;
}
/* line 132, ../scss/_base.scss */
.single .entry-content a {
  font-family: "calibribold", Helvetica, Arial, sans-serif;
}

/* single post page */
/* line 138, ../scss/_base.scss */
.single-team .article-header {
  text-align: center;
}
/* line 143, ../scss/_base.scss */
.single-team .bio-img {
  max-width: 100%;
  width: 100%;
}
/* line 147, ../scss/_base.scss */
.single-team h5 {
  margin: 0 0 1em;
}
/* line 150, ../scss/_base.scss */
.single-team .social-links {
  margin-bottom: 1em;
  text-align: center;
}
/* line 153, ../scss/_base.scss */
.single-team .social-links .fa {
  font-size: 2em;
}
/* line 157, ../scss/_base.scss */
.single-team #work-post-nav img {
  max-width: 120px !important;
}

/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* line 170, ../scss/_base.scss */
.category #searchform {
  max-width: 220px;
  margin: 5% auto 0;
}

/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/* line 191, ../scss/_base.scss */
.addthis_default_style .addthis_counter {
  float: none !important;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 199, ../scss/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
SEARCH FORM
*********************/
/* line 207, ../scss/_base.scss */
.widget_search {
  margin: 1em 0;
}

/* line 210, ../scss/_base.scss */
#searchform {
  position: relative;
}

/* line 213, ../scss/_base.scss */
.fa-search {
  color: #f6c931;
  font-size: 1.3em;
  position: absolute;
  left: 10px;
  top: 10px;
}

/* line 221, ../scss/_base.scss */
.error404 .searchfield {
  padding: 10px 10px 10px 40px;
}

/* line 225, ../scss/_base.scss */
.searchfield {
  border: 2px solid #f6c931;
  padding: 10px 10px 10px 40px;
  max-width: 100%;
  text-transform: uppercase;
}

/*********************
LINK STYLES
*********************/
/* line 236, ../scss/_base.scss */
a, a:visited {
  color: #f6c931;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 245, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #eab70a;
}
/* line 255, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 269, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /* color: $rally-yellow; */
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 280, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 285, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

/* line 290, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 296, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 300, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 305, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
/* line 316, ../scss/_base.scss */
.header {
  background: #000;
  position: relative;
  width: 100%;
  z-index: 11;
  	/*
  #utility-nav {
  		color: $rally-yellow;
  		font-family: $calibri-light;
  		margin-bottom: .5em;
  		text-align: center;
  		text-transform: uppercase;
  		a {
  			text-decoration: none;
  		}
  		i {
  			color: $medium-grey;
  			-webkit-transition: all 0.2s ease-in-out;
  			-moz-transition: all 0.2s ease-in-out;
  			-o-transition: all 0.2s ease-in-out;
  			-ms-transition: all 0.2s ease-in-out;
  			transition: all 0.2s 0s ease-in-out;
  			&:hover {
  				color: $rally-yellow;
  			}
  		}
  	}
  */
}
/* line 322, ../scss/_base.scss */
.header #logo h1 {
  margin: 0;
}
/* line 325, ../scss/_base.scss */
.header #logo img {
  display: block;
  width: 50%;
  max-width: 300px;
  margin: .3em auto;
}

/*********************
NAVIGATION STYLES
*********************/
/* line 363, ../scss/_base.scss */
#menu-toggle {
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  width: 100%;
  background: #181d1f;
  font-size: 2em;
  text-align: center;
  padding: 2% 0;
  cursor: pointer;
  color: #fff;
}

/* line 374, ../scss/_base.scss */
.nav {
  background: #303030;
  display: none;
  font-family: "calibribold", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1;
  margin: 0;
  padding: 2% 0;
  text-align: center;
  text-transform: uppercase;
  /* end .nav li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 384, ../scss/_base.scss */
.nav li {
  list-style: none;
  padding: 1% 0;
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 387, ../scss/_base.scss */
.nav li a {
  display: block;
  text-decoration: none;
  padding: 0 .5em;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 418, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* line 437, ../scss/_base.scss */
.nav li.menu-logo {
  display: none;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 457, ../scss/_base.scss */
#slideshow {
  color: #fff;
  min-height: 300px;
  width: 100%;
  padding: 2em 1em;
  position: relative;
}
/* line 463, ../scss/_base.scss */
#slideshow .home-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  display: none;
  min-height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 478, ../scss/_base.scss */
#slideshow .home-banner-single {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  min-height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 492, ../scss/_base.scss */
#slideshow #banner-text-container {
  text-align: center;
  position: relative;
}
/* line 495, ../scss/_base.scss */
#slideshow #banner-text-container h2 {
  font-size: 1.2em;
  margin: 0;
  text-transform: uppercase;
}
/* line 500, ../scss/_base.scss */
#slideshow #banner-text-container p {
  margin: 0;
  font-size: .8em;
}
/* line 504, ../scss/_base.scss */
#slideshow #banner-text-container .button {
  margin-top: 1em;
}
/* line 508, ../scss/_base.scss */
#slideshow #view-projects {
  color: #f6c931;
  position: absolute;
  bottom: 2%;
  left: 50%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  max-width: 140px;
  width: 140px;
  margin-left: -70px;
}
/* line 520, ../scss/_base.scss */
#slideshow #view-projects a {
  text-decoration: none;
}
/* line 522, ../scss/_base.scss */
#slideshow #view-projects a i {
  display: block;
  font-size: 1.4em;
}

/* line 530, ../scss/_base.scss */
#content {
  background: #fff;
  margin: 2% 0 0;
  /* end #grid-container */
}
/* line 533, ../scss/_base.scss */
#content #outer-content {
  background: #f8f8f8;
}
/* line 535, ../scss/_base.scss */
#content #outer-content h2 {
  font-size: 2.2em;
  text-transform: uppercase;
  text-align: center;
}
/* line 540, ../scss/_base.scss */
#content #outer-content hr {
  border: 1px solid #f6c931;
  max-width: 120px;
}
/* line 544, ../scss/_base.scss */
#content #outer-content #inner-content {
  padding: 5% 0;
}
/* line 546, ../scss/_base.scss */
#content #outer-content #inner-content #post-wrapper {
  /* margin-top: 5%; */
}
/* line 548, ../scss/_base.scss */
#content #outer-content #inner-content #post-wrapper article {
  margin-top: 2%;
}
/* line 550, ../scss/_base.scss */
#content #outer-content #inner-content #post-wrapper article .thumb-wrapper {
  max-height: 210px;
  overflow: hidden;
}
/* line 553, ../scss/_base.scss */
#content #outer-content #inner-content #post-wrapper article .thumb-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
}
/* line 559, ../scss/_base.scss */
#content #outer-content #inner-content #post-wrapper article h3 {
  background: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 5%;
  min-height: 200px;
  text-align: center;
}
/* line 566, ../scss/_base.scss */
#content #outer-content #inner-content #post-wrapper article h3 a {
  color: #000;
  text-transform: uppercase;
}
/* line 569, ../scss/_base.scss */
#content #outer-content #inner-content #post-wrapper article h3 a:hover, #content #outer-content #inner-content #post-wrapper article h3 a:focus {
  color: #f6c931;
}
/* line 575, ../scss/_base.scss */
#content #outer-content #inner-content #post-wrapper article.first {
  clear: both;
}
/* line 581, ../scss/_base.scss */
#content #grid-container {
  display: block;
  width: auto;
  /* end .view */
}
/* line 584, ../scss/_base.scss */
#content #grid-container .view {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  overflow: hidden;
  /* end a.work-archive-thumb-link */
}
/* line 590, ../scss/_base.scss */
#content #grid-container .view a.work-archive-thumb-link {
  color: #fff;
  font-size: .8em;
  text-decoration: none;
}
/* line 594, ../scss/_base.scss */
#content #grid-container .view a.work-archive-thumb-link img {
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
/* line 603, ../scss/_base.scss */
#content #grid-container .view a.work-archive-thumb-link .content-overlay {
  background: #000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.3;
  overflow: hidden;
  padding: 5%;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity 0.2s 0s ease-in-out;
  -moz-transition: opacity 0.2s 0s ease-in-out;
  -o-transition: opacity 0.2s 0s ease-in-out;
  -ms-transition: opacity 0.2s 0s ease-in-out;
  transition: opacity 0.2s 0s ease-in-out;
}
/* line 620, ../scss/_base.scss */
#content #grid-container .view a.work-archive-thumb-link .content-overlay .content-wrap {
  position: relative;
  top: 25%;
  /*
  						-webkit-transform: translateY(-50%);
  						-ms-transform: translateY(-50%);
  						transform: translateY(-50%);
  */
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* line 632, ../scss/_base.scss */
#content #grid-container .view a.work-archive-thumb-link .content-overlay .content-wrap h3 {
  color: #fff;
  font-size: 1.5em;
  margin: 0 0 2%;
  text-align: center;
  text-transform: uppercase;
}
/* line 639, ../scss/_base.scss */
#content #grid-container .view a.work-archive-thumb-link .content-overlay .content-wrap p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0 0 2%;
  text-align: center;
}
/* line 646, ../scss/_base.scss */
#content #grid-container .view a.work-archive-thumb-link .content-overlay .content-wrap hr {
  border-color: #f6c931;
  margin: 5% auto;
  max-width: 100px;
}
/* line 651, ../scss/_base.scss */
#content #grid-container .view a.work-archive-thumb-link .content-overlay .content-wrap p.more {
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
/* line 659, ../scss/_base.scss */
#content #grid-container .view a.work-archive-thumb-link .content-overlay .content-wrap p.more:hover, #content #grid-container .view a.work-archive-thumb-link .content-overlay .content-wrap p.more:focus {
  color: #f6c931;
}
/* line 667, ../scss/_base.scss */
#content #grid-container .col {
  float: left;
  padding: 2% 0% 0;
  width: 100%;
}
/* line 673, ../scss/_base.scss */
#content #grid-container .three-col img.case-logo {
  max-width: 50%;
}
/* line 677, ../scss/_base.scss */
#content #grid-container .three-col .view {
  float: left;
  width: 100%;
  height: 100%;
}
/* line 682, ../scss/_base.scss */
#content #grid-container .three-col img {
  display: inline;
  float: left;
}
/* line 688, ../scss/_base.scss */
#content #grid-container .four-col .view {
  width: 100%;
  height: 100%;
}
/* line 692, ../scss/_base.scss */
#content #grid-container .four-col img {
  display: block;
  width: 100%;
}
/* line 696, ../scss/_base.scss */
#content #grid-container .four-col img.case-logo {
  max-width: 30%;
}
/* line 701, ../scss/_base.scss */
#content #grid-container .six-col .view {
  width: 100%;
  height: 100%;
}
/* line 705, ../scss/_base.scss */
#content #grid-container .six-col img {
  display: block;
  /* max-width: 100%; */
  width: 100%;
}
/* line 710, ../scss/_base.scss */
#content #grid-container .six-col img.case-logo {
  max-width: 30%;
}
/* line 714, ../scss/_base.scss */
#content #grid-container .txt-box {
  background-color: #f6c931;
  width: 100%;
  height: 100%;
  margin-bottom: 1%;
  text-align: center;
  text-transform: uppercase;
}
/* line 721, ../scss/_base.scss */
#content #grid-container .txt-box:hover, #content #grid-container .txt-box:focus {
  background-color: #000;
}
/* line 723, ../scss/_base.scss */
#content #grid-container .txt-box:hover h3, #content #grid-container .txt-box:focus h3 {
  color: #f6c931;
}
/* line 727, ../scss/_base.scss */
#content #grid-container .txt-box h3 {
  color: #000;
  font-size: 1.8em;
  margin: 1% 0;
}
/* line 734, ../scss/_base.scss */
#content .gmap {
  margin: 5% 0;
}
/* line 737, ../scss/_base.scss */
#content .su-spoiler-title {
  font-size: 1.125em;
  font-family: "calibribold", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
/* line 744, ../scss/_base.scss */
#content .content ul {
  margin: 1em 0 1em 3em;
}

/* end #content */
/* line 752, ../scss/_base.scss */
#content-single-case {
  margin: 2% 0 0 0;
}

/* line 756, ../scss/_base.scss */
.single-case_studies .single-banner-image {
  position: relative;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  			/*
  &:after {
  			content: '';
  			background: rgba(0,0,0,0.02);
  			position: absolute;
  			top: 0;
  			left: 0;
  			width: 100%;
  			height: 100%;
  		}
  */
}
/* line 775, ../scss/_base.scss */
.single-case_studies .single-banner-image img {
  max-width: 100%;
}
/* line 778, ../scss/_base.scss */
.single-case_studies .single-banner-image img.banner {
  display: block;
  max-width: 100%;
  width: 100%;
}
/* line 783, ../scss/_base.scss */
.single-case_studies .single-banner-image .case-logo {
  position: absolute;
  bottom: 10%;
  left: 5%;
  max-width: 30%;
}

/* end .hentry */
/* line 800, ../scss/_base.scss */
.single-title,
.page-title {
  font-size: 1.6em;
  margin-bottom: 0;
}

/* line 808, ../scss/_base.scss */
#page-header {
  text-align: center;
  max-width: 55%;
  margin: 0 auto 5%;
}
/* line 813, ../scss/_base.scss */
#page-header .article-header .page-title {
  font-size: 2.2em;
  text-transform: uppercase;
}
/* line 817, ../scss/_base.scss */
#page-header .article-header hr {
  border: 1px solid #f6c931;
  max-width: 120px;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* line 831, ../scss/_base.scss */
.post h3 {
  margin: 1em 0 0;
}
/* line 834, ../scss/_base.scss */
.post .excerpt-read-more {
  color: #000;
  display: block;
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: .8em;
  text-decoration: none;
}
/* line 841, ../scss/_base.scss */
.post .excerpt-read-more i {
  color: #f6c931;
}
/* line 844, ../scss/_base.scss */
.post .excerpt-read-more:hover, .post .excerpt-read-more:focus {
  color: #f6c931;
}

/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* line 859, ../scss/_base.scss */
#work-post-nav {
  margin-top: 2%;
}
/* line 862, ../scss/_base.scss */
#work-post-nav .nav-previous a, #work-post-nav .nav-next a {
  width: 100%;
  min-height: 120px;
}
/* line 866, ../scss/_base.scss */
#work-post-nav .nav-previous img, #work-post-nav .nav-next img {
  float: left;
  max-width: 80px;
  padding-right: 5%;
}
/* line 871, ../scss/_base.scss */
#work-post-nav .nav-previous .prev-txt, #work-post-nav .nav-previous .next-txt, #work-post-nav .nav-next .prev-txt, #work-post-nav .nav-next .next-txt {
  display: block;
  padding-top: 1%;
}
/* line 874, ../scss/_base.scss */
#work-post-nav .nav-previous .prev-txt i, #work-post-nav .nav-previous .next-txt i, #work-post-nav .nav-next .prev-txt i, #work-post-nav .nav-next .next-txt i {
  color: #f6c931;
  padding: 0;
}
/* line 879, ../scss/_base.scss */
#work-post-nav .nav-previous .title, #work-post-nav .nav-next .title {
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  font-size: .9em;
}

/* post meta */
/* line 887, ../scss/_base.scss */
.byline {
  margin-top: 0;
  color: #999;
}

/* line 894, ../scss/_base.scss */
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
  float: none !important;
  display: inline-block;
}

/* entry content */
/* line 903, ../scss/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 904, ../scss/_base.scss */
.entry-content .addthis_toolbox {
  clear: both;
  display: block;
  min-width: 118px;
  text-align: center;
}
/* line 913, ../scss/_base.scss */
.entry-content p {
  margin-top: 0;
  text-align: justify;
}
/* line 921, ../scss/_base.scss */
.entry-content ul, .entry-content ol {
  padding-left: 2em;
}
/* line 924, ../scss/_base.scss */
.entry-content ul li, .entry-content ol li {
  display: list-item;
  list-style-type: disc;
}
/* line 953, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 960, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 974, ../scss/_base.scss */
.entry-content .aligncenter, .entry-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
/* line 979, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 984, ../scss/_base.scss */
.entry-content iframe {
  max-width: 100%;
}
/* line 989, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 997, ../scss/_base.scss */
.job-title {
  cursor: pointer;
  margin-bottom: 1.5em;
  position: relative;
}
/* line 1001, ../scss/_base.scss */
.job-title h3 {
  font-family: "calibribold", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  padding-left: 1em;
}
/* line 1006, ../scss/_base.scss */
.job-title .minus {
  opacity: 0;
}
/* line 1009, ../scss/_base.scss */
.job-title .plus-minus {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 1023, ../scss/_base.scss */
.menu-expanded .minus {
  opacity: 1;
}
/* line 1026, ../scss/_base.scss */
.menu-expanded .plus {
  opacity: 0;
}

/* line 1030, ../scss/_base.scss */
.job-content {
  display: none;
  position: relative;
}

/* line 1035, ../scss/_base.scss */
.wp-caption {
  background: #fff;
  padding: 1%;
  margin: 4% auto;
  max-width: 100%;
  /* images inside wp-caption */
}
/* line 1042, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin: 0 !important;
  width: 100%;
}
/* line 1048, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 1084, ../scss/_base.scss */
.aligncenter, img.aligncenter {
  display: block;
  margin: 0 auto;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1093, ../scss/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 1097, ../scss/_base.scss */
.pagination {
  text-align: center;
}
/* line 1099, ../scss/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
/* line 1105, ../scss/_base.scss */
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 1111, ../scss/_base.scss */
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
/* line 1122, ../scss/_base.scss */
.pagination ul li span.current {
  font-weight: bold;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1137, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1141, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/* Fancybox Styling */
/* line 1148, ../scss/_base.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 1166, ../scss/_base.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 1173, ../scss/_base.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1183, ../scss/_base.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 1187, ../scss/_base.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 1193, ../scss/_base.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 1197, ../scss/_base.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 1201, ../scss/_base.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 1205, ../scss/_base.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 1213, ../scss/_base.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 1219, ../scss/_base.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 1224, ../scss/_base.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

/* line 1228, ../scss/_base.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 1240, ../scss/_base.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

/* line 1246, ../scss/_base.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 1256, ../scss/_base.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 1268, ../scss/_base.scss */
.fancybox-prev {
  left: 0;
}

/* line 1272, ../scss/_base.scss */
.fancybox-next {
  right: 0;
}

/* line 1276, ../scss/_base.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 1287, ../scss/_base.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 1292, ../scss/_base.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 1297, ../scss/_base.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 1301, ../scss/_base.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 1313, ../scss/_base.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 1318, ../scss/_base.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 1322, ../scss/_base.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 1326, ../scss/_base.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

/* line 1336, ../scss/_base.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 1342, ../scss/_base.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 1349, ../scss/_base.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 1357, ../scss/_base.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 1361, ../scss/_base.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 1370, ../scss/_base.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 1386, ../scss/_base.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 1392, ../scss/_base.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 1396, ../scss/_base.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 1411, ../scss/_base.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 1416, ../scss/_base.scss */
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 1422, ../scss/_base.scss */
  .fancybox-title iframe {
    min-height: 30px;
    vertical-align: middle;
  }
}
/* Fancybox helpers css jquery.fancybox-buttons.css */
/* line 1429, ../scss/_base.scss */
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

/* line 1436, ../scss/_base.scss */
#fancybox-buttons.top {
  top: 10px;
}

/* line 1440, ../scss/_base.scss */
#fancybox-buttons.bottom {
  bottom: 10px;
}

/* line 1444, ../scss/_base.scss */
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

/* line 1466, ../scss/_base.scss */
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 1472, ../scss/_base.scss */
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("../images/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

/* line 1484, ../scss/_base.scss */
#fancybox-buttons a:hover {
  opacity: 1;
}

/* line 1488, ../scss/_base.scss */
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

/* line 1492, ../scss/_base.scss */
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

/* line 1497, ../scss/_base.scss */
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

/* line 1501, ../scss/_base.scss */
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

/* line 1505, ../scss/_base.scss */
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

/* line 1512, ../scss/_base.scss */
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

/* line 1516, ../scss/_base.scss */
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

/* line 1522, ../scss/_base.scss */
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

/* Fancybox helpers css jquery.fancybox-thumbs */
/* line 1528, ../scss/_base.scss */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

/* line 1536, ../scss/_base.scss */
#fancybox-thumbs.bottom {
  bottom: 2px;
}

/* line 1540, ../scss/_base.scss */
#fancybox-thumbs.top {
  top: 2px;
}

/* line 1544, ../scss/_base.scss */
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1551, ../scss/_base.scss */
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

/* line 1557, ../scss/_base.scss */
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

/* line 1563, ../scss/_base.scss */
#fancybox-thumbs ul li:hover {
  opacity: 1;
}

/* line 1567, ../scss/_base.scss */
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

/* line 1576, ../scss/_base.scss */
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

/* line 1585, ../scss/_base.scss */
.twitter-share-button {
  height: 20px;
  padding-top: 10px;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1595, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 1612, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 1614, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 1622, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 1626, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1644, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1648, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1653, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 1667, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 1670, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 1685, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 1688, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1696, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 1699, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 1703, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 1713, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1738, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 1741, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 1750, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 1761, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/*********************
TEAM STYLES
*********************/
/* line 1774, ../scss/_base.scss */
#team {
  max-width: 1200px;
  margin: 4% auto;
}
/* line 1779, ../scss/_base.scss */
#team .member {
  float: left;
  width: 50%;
  padding: 0 2%;
  margin: 0 0 10px;
  cursor: pointer;
  opacity: .85;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}
/* line 1793, ../scss/_base.scss */
#team .member img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
/* line 1799, ../scss/_base.scss */
#team .member .content {
  display: none;
}
/* line 1803, ../scss/_base.scss */
#team .member .photo {
  position: relative;
}
/* line 1806, ../scss/_base.scss */
#team .member .photo .title {
  position: absolute;
  font-size: .80em;
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  color: #000;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 1.8em 0;
}
/* line 1816, ../scss/_base.scss */
#team .member .photo:after {
  content: '';
  background: rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1827, ../scss/_base.scss */
#team .member:hover {
  opacity: 1;
}
/* line 1833, ../scss/_base.scss */
#team .details {
  display: none;
  float: left;
  width: 100%;
  clear: left;
  padding: 0 2% 10px;
}
/* line 1841, ../scss/_base.scss */
#team .details .img {
  width: 100%;
}
/* line 1844, ../scss/_base.scss */
#team .details .img img {
  width: 100% !important;
  height: auto !important;
}
/* line 1850, ../scss/_base.scss */
#team .details .bio {
  text-align: center;
}
/* line 1854, ../scss/_base.scss */
#team .details .bio h4 {
  text-transform: uppercase;
  color: #000;
  margin: 10px 0 0 0;
}
/* line 1860, ../scss/_base.scss */
#team .details .bio h5 {
  font-size: 1em;
  margin: 0 0;
  font-weight: bold;
  line-height: .8em;
  letter-spacing: normal;
}
/* line 1868, ../scss/_base.scss */
#team .details .bio p {
  font-size: .9em;
  text-align: justify;
}
/* line 1873, ../scss/_base.scss */
#team .details .bio .prev {
  float: left;
  display: block;
  width: 13px;
  height: 23px;
  background: url(../images/button_team_prev.png) center center no-repeat;
  text-indent: -9999px;
  margin: 10px 0 0 2%;
}
/* line 1883, ../scss/_base.scss */
#team .details .bio .next {
  float: right;
  display: block;
  width: 13px;
  height: 23px;
  background: url(../images/button_team_next.png) center center no-repeat;
  text-indent: -9999px;
  margin: 10px 2% 0 0;
}
/* line 1895, ../scss/_base.scss */
#team .details .bio .social-links a .fa {
  font-size: 2em;
}

/*********************
Focus STYLES
*********************/
/* line 1911, ../scss/_base.scss */
#focus .focus_content_container {
  position: relative;
}
/* line 1914, ../scss/_base.scss */
#focus .focus_content_container .focus_content {
  padding: 5% 3%;
}
/* line 1916, ../scss/_base.scss */
#focus .focus_content_container .focus_content .title {
  			/*
  position: absolute;
  			top: -40px;
  */
  margin-bottom: 2em;
  text-align: center;
  width: 100%;
}
/* line 1924, ../scss/_base.scss */
#focus .focus_content_container .focus_content .title h2 {
  display: inline-block;
  /* background-color: $rally-yellow; */
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 .5%;
  padding: 0;
  font-size: 2.2em;
  line-height: 1.333em;
}
/* line 1935, ../scss/_base.scss */
#focus .focus_content_container .focus_content .title hr {
  border: 1px solid #f6c931;
  max-width: 120px;
}
/* line 1941, ../scss/_base.scss */
#focus .focus_content_container .focus_content .content .img {
  width: 100%;
  text-align: center;
  padding: 30px 6%;
}
/* line 1945, ../scss/_base.scss */
#focus .focus_content_container .focus_content .content .img img {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
}
/* line 1951, ../scss/_base.scss */
#focus .focus_content_container .focus_content .content img {
  max-width: 100%;
}
/* line 1954, ../scss/_base.scss */
#focus .focus_content_container .focus_content .content .infograph {
  padding: 30px 0;
  width: 100%;
  float: left;
}
/* line 1959, ../scss/_base.scss */
#focus .focus_content_container .focus_content .content .infograph ul li {
  clear: both;
  display: table;
}
/* line 1964, ../scss/_base.scss */
#focus .focus_content_container .focus_content .content .infograph ul li .txt {
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  /* font-size: 1.2em; */
  text-transform: uppercase;
  text-align: left;
  padding-right: 5%;
}
/* line 1971, ../scss/_base.scss */
#focus .focus_content_container .focus_content .content .infograph ul li .ico {
  color: #f6c931;
  font-family: "Rally Focus";
  font-size: 2em;
}
/* line 1976, ../scss/_base.scss */
#focus .focus_content_container .focus_content .content .infograph ul li .info-content {
  clear: both;
  display: block;
}
/* line 1983, ../scss/_base.scss */
#focus .focus_content_container .focus_content .content .copy {
  width: 100%;
  text-align: justify;
}
/* line 1987, ../scss/_base.scss */
#focus .focus_content_container .focus_content .content hr {
  clear: both;
}

/******************************************************************
CONTACT FORM STYLES
******************************************************************/
/* line 2003, ../scss/_base.scss */
.wpcf7 form input[type=text],
.wpcf7 form input[type=email],
.wpcf7 form input[type=url],
.wpcf7 form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 1px solid #cecece;
  line-height: 1.5em;
  max-width: 100%;
  /* form validation */
}
/* line 2013, ../scss/_base.scss */
.wpcf7 form input[type=text]:focus,
.wpcf7 form input[type=email]:focus,
.wpcf7 form input[type=url]:focus,
.wpcf7 form textarea:focus {
  background: #fff;
}
/* line 2018, ../scss/_base.scss */
.wpcf7 form input[type=text]:invalid,
.wpcf7 form input[type=email]:invalid,
.wpcf7 form input[type=url]:invalid,
.wpcf7 form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 2028, ../scss/_base.scss */
.wpcf7 form button,
.wpcf7 form html input[type="button"],
.wpcf7 form input[type="reset"],
.wpcf7 form input[type="submit"] {
  border: none;
  padding: .5em 1em;
  color: #000;
  display: inline-block;
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  font-size: .8em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  text-transform: uppercase;
  background-color: #f6c931;
}
/* line 2045, ../scss/_base.scss */
.wpcf7 form button:hover, .wpcf7 form button:focus,
.wpcf7 form html input[type="button"]:hover,
.wpcf7 form html input[type="button"]:focus,
.wpcf7 form input[type="reset"]:hover,
.wpcf7 form input[type="reset"]:focus,
.wpcf7 form input[type="submit"]:hover,
.wpcf7 form input[type="submit"]:focus {
  color: #fff;
  background-color: #303030;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 2062, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 2066, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 2069, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 2074, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 2080, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 2089, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 2094, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 2105, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 2112, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 2125, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 2138, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 2143, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 2153, ../scss/_base.scss */
.widgettitle {
  color: #000;
  text-transform: uppercase;
  margin-top: 0.67em;
}

/* line 2160, ../scss/_base.scss */
.widget a {
  text-decoration: none;
}
/* line 2162, ../scss/_base.scss */
.widget a:hover, .widget a:focus {
  color: #f6c931;
}
/* line 2169, ../scss/_base.scss */
.widget ul {
  margin-left: 1.5em;
}
/* line 2171, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}
/* line 2176, ../scss/_base.scss */
.widget ul li a {
  text-decoration: none;
}
/* line 2185, ../scss/_base.scss */
.widget .tm-latest-updates {
  font-size: .8em;
}

/* line 2191, ../scss/_base.scss */
.widget_recent_entries a {
  text-decoration: none;
}
/* line 2194, ../scss/_base.scss */
.widget_recent_entries ul {
  margin-left: 1.4em;
}
/* line 2196, ../scss/_base.scss */
.widget_recent_entries ul li {
  position: relative;
  /* deep nesting */
}
/* line 2202, ../scss/_base.scss */
.widget_recent_entries ul li a {
  color: #000;
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
/* line 2210, ../scss/_base.scss */
.widget_recent_entries ul li:before {
  color: #f6c931;
  font-family: 'FontAwesome', sans-serif;
  position: absolute;
  top: 0;
  left: -20px;
  content: '\f0a9';
  width: 20px;
  height: 20px;
}

/* line 2227, ../scss/_base.scss */
.widget_tag_cloud .tagcloud a {
  display: block;
  padding: .5em 1em;
  color: #000;
  display: inline-block;
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  font-size: .8em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: .5em;
  line-height: 21px;
  text-transform: uppercase;
  background-color: #f6c931;
  /* border: 1px solid $light-grey; */
}
/* line 2242, ../scss/_base.scss */
.widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus {
  color: #fff;
}

/* line 2254, ../scss/_base.scss */
.widget.tm_latest_cp_widget ul li {
  margin-bottom: .5em;
}
/* line 2256, ../scss/_base.scss */
.widget.tm_latest_cp_widget ul li a {
  margin-bottom: 0;
}
/* line 2258, ../scss/_base.scss */
.widget.tm_latest_cp_widget ul li a:hover, .widget.tm_latest_cp_widget ul li a:focus {
  color: #fff;
}

/*********************
FOOTER STYLES
*********************/
/* line 2273, ../scss/_base.scss */
.footer {
  clear: both;
  color: #fff;
  background: #000;
  font-family: "calibrilight", Helvetica, Arial, sans-serif;
  padding: 10% 0;
}
/* line 2280, ../scss/_base.scss */
.footer #inner-footer .footer-logo {
  max-width: 80px;
}
/* line 2283, ../scss/_base.scss */
.footer #inner-footer .col {
  line-height: .8;
  min-height: 180px;
  padding: 0 4%;
}
/* line 2287, ../scss/_base.scss */
.footer #inner-footer .col .textwidget {
  line-height: 1.2;
}
/* line 2290, ../scss/_base.scss */
.footer #inner-footer .col .widgettitle {
  color: #f6c931;
}
/* line 2293, ../scss/_base.scss */
.footer #inner-footer .col h3 {
  font-size: 1em;
  text-transform: uppercase;
}
/* line 2297, ../scss/_base.scss */
.footer #inner-footer .col a {
  text-decoration: none;
  text-transform: uppercase;
}
/* line 2302, ../scss/_base.scss */
.footer #inner-footer .fa {
  font-size: 2em;
}
/* line 2306, ../scss/_base.scss */
.footer #emma-subscription-form {
  margin: 1em 0;
}
/* line 2309, ../scss/_base.scss */
.footer #emma-subscription-form ul#emma-form-elements li.emma-form-row {
  margin: .5em auto !important;
  line-height: 1.2;
}
/* line 2313, ../scss/_base.scss */
.footer #emma-subscription-form ul#emma-form-elements .emma-form-input {
  border: none;
  background-color: #303030;
  color: #fff;
  padding: .2em;
}

/* line 2325, ../scss/_base.scss */
#emma-form.medium {
  width: auto !important;
}

/* line 2330, ../scss/_base.scss */
#emma-subscription-form ul#emma-form-elements li.emma-form-row {
  margin: .8em auto !important;
  width: 100%;
  height: auto;
}
/* line 2335, ../scss/_base.scss */
#emma-subscription-form ul#emma-form-elements .emma-form-label {
  float: none;
  width: auto;
}
/* line 2339, ../scss/_base.scss */
#emma-subscription-form ul#emma-form-elements .emma-form-input {
  color: #fff;
  line-height: 1.5;
  padding: .2em;
  width: 100%;
}
/* line 2345, ../scss/_base.scss */
#emma-subscription-form ul#emma-form-elements #emma-form-submit {
  padding: .4em .8em;
  margin: .5em 0;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 24, ../scss/_481up.scss */
  .nav {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 25, ../scss/_481up.scss */
  .nav li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 26, ../scss/_481up.scss */
  .nav li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 70, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 74, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 79, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 84, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  TEAM STYLES
  *********************/
  /* line 113, ../scss/_481up.scss */
  #team .member {
    width: 33.33%;
  }
  /* line 121, ../scss/_481up.scss */
  #team .details .img {
    float: left;
    width: 31.33%;
    margin: 0 2% 0 0;
  }
  /* line 128, ../scss/_481up.scss */
  #team .details .bio {
    float: left;
    width: 66.66%;
    padding: 0 1%;
  }
  /* line 133, ../scss/_481up.scss */
  #team .details .bio .prev {
    margin: 20px 0 0 20px;
  }
  /* line 137, ../scss/_481up.scss */
  #team .details .bio .next {
    margin: 20px 20px 0 0;
  }

  /*********************
  Focus STYLES
  *********************/
  /* line 155, ../scss/_481up.scss */
  #focus .focus_content_container .title h3 {
    padding: .4em 5em;
  }
  /* line 161, ../scss/_481up.scss */
  #focus .focus_content_container .focus_content {
    padding: 5%;
  }
  /* line 164, ../scss/_481up.scss */
  #focus .focus_content_container .focus_content .content .img {
    width: 100%;
    text-align: center;
    padding: 30px 6%;
  }
  /* line 168, ../scss/_481up.scss */
  #focus .focus_content_container .focus_content .content .img img {
    width: 50% !important;
    height: auto !important;
  }
  /* line 173, ../scss/_481up.scss */
  #focus .focus_content_container .focus_content .content .infograph {
    /* padding: 30px 10%; */
  }
  /* line 176, ../scss/_481up.scss */
  #focus .focus_content_container .focus_content .content .copy {
    width: 100%;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../scss/_768up.scss */
  .wrap {
    max-width: 1200px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 35, ../scss/_768up.scss */
  .home .header {
    background: transparent;
    position: absolute;
  }

  /* line 41, ../scss/_768up.scss */
  .header {
    padding: 1% 0;
    	/*
    #utility-nav {
    		margin-right: 10%;
    		padding-top: 1%;
    		text-align: right;
    	}
    */
  }
  /* line 43, ../scss/_768up.scss */
  .header #inner-header {
    max-width: 1200px;
    margin: 0 auto;
  }
  /* line 47, ../scss/_768up.scss */
  .header #logo {
    display: none;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 64, ../scss/_768up.scss */
  #menu-toggle {
    display: none;
  }

  /* line 68, ../scss/_768up.scss */
  .nav {
    background: transparent;
    display: block;
    font-family: "calibrilight", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    text-align: center;
    width: 75%;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 79, ../scss/_768up.scss */
  .nav li {
    /* display: inline-block; */
    float: left;
    padding: 3.5% 0;
    position: relative;
    width: 20%;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 85, ../scss/_768up.scss */
  .nav li a {
    border-bottom: 0;
    color: #fff;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 93, ../scss/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    /* background-color: #dedede; */
    color: #eab70a;
  }
  /* line 111, ../scss/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 121, ../scss/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 123, ../scss/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 140, ../scss/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 162, ../scss/_768up.scss */
  .nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  /* line 169, ../scss/_768up.scss */
  .nav li.menu-logo {
    display: block;
    padding: 0;
  }
  /* line 172, ../scss/_768up.scss */
  .nav li.menu-logo img {
    max-width: 100%;
  }

  /* end .nav */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 189, ../scss/_768up.scss */
  #slideshow {
    background-color: #000;
    margin: 0 auto;
    padding: 100px 0;
    height: 650px;
  }
  /* line 194, ../scss/_768up.scss */
  #slideshow .home-banner {
    height: 650px;
  }
  /* line 197, ../scss/_768up.scss */
  #slideshow .home-banner-single {
    height: 650px;
  }
  /* line 200, ../scss/_768up.scss */
  #slideshow #banner-text-container {
    margin: 0 auto;
    max-width: 70%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 208, ../scss/_768up.scss */
  #slideshow #banner-text-container h2 {
    font-size: 3.6em;
    font-size: 4.6vw;
  }
  /* line 212, ../scss/_768up.scss */
  #slideshow #banner-text-container p {
    font-size: 1.7em;
    font-size: 2vw;
  }

  /* line 219, ../scss/_768up.scss */
  #content {
    margin: 0;
    /* end #grid-container */
    /* .wp-caption */
    /* end .wp-caption */
    /* Fluid Columns for shortcode */
  }
  /* line 221, ../scss/_768up.scss */
  #content #grid-container {
    display: block;
    margin: 1% auto 0;
    width: auto;
    max-width: 2300px;
    /* end .row */
  }
  /* line 226, ../scss/_768up.scss */
  #content #grid-container .row {
    clear: both;
    margin-bottom: 1%;
    overflow: hidden;
  }
  /* line 233, ../scss/_768up.scss */
  #content #grid-container .row .view a.work-archive-thumb-link .title {
    padding: 0 5%;
  }
  /* line 238, ../scss/_768up.scss */
  #content #grid-container .row .view a.work-archive-thumb-link:hover .content-overlay {
    padding: 8%;
    text-align: left;
  }
  /* line 242, ../scss/_768up.scss */
  #content #grid-container .row .view a.work-archive-thumb-link:hover .content-overlay .content-wrap h3 {
    color: #fff;
  }
  /* line 245, ../scss/_768up.scss */
  #content #grid-container .row .view a.work-archive-thumb-link:hover .content-overlay .content-wrap p {
    color: #fff;
  }
  /* line 253, ../scss/_768up.scss */
  #content #grid-container .row .col {
    float: left;
    margin-left: 1%;
    padding: 0 0%;
  }
  /* line 257, ../scss/_768up.scss */
  #content #grid-container .row .col:first-child {
    margin-left: 0;
  }
  /* line 261, ../scss/_768up.scss */
  #content #grid-container .row .three-col {
    width: 100%;
  }
  /* line 263, ../scss/_768up.scss */
  #content #grid-container .row .three-col .view {
    width: 100%;
    width: 100%;
  }
  /* line 267, ../scss/_768up.scss */
  #content #grid-container .row .three-col img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  /* line 274, ../scss/_768up.scss */
  #content #grid-container .row .four-col .view {
    width: 100%;
    height: 100%;
  }
  /* line 278, ../scss/_768up.scss */
  #content #grid-container .row .four-col img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  /* line 284, ../scss/_768up.scss */
  #content #grid-container .row .six-col {
    width: 49.5%;
  }
  /* line 286, ../scss/_768up.scss */
  #content #grid-container .row .six-col .view {
    width: 100%;
    height: 100%;
  }
  /* line 290, ../scss/_768up.scss */
  #content #grid-container .row .six-col img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  /* line 298, ../scss/_768up.scss */
  #content #grid-container .row .span_1 {
    width: 7.41666666667%;
  }
  /* line 301, ../scss/_768up.scss */
  #content #grid-container .row .span_2 {
    width: 15.8333333333%;
  }
  /* line 304, ../scss/_768up.scss */
  #content #grid-container .row .span_3, #content #grid-container .row .three-col {
    width: 24.25%;
  }
  /* line 307, ../scss/_768up.scss */
  #content #grid-container .row .span_4, #content #grid-container .row .four-col {
    width: 32.6666666667%;
  }
  /* line 310, ../scss/_768up.scss */
  #content #grid-container .row .span_5 {
    width: 41.0833333333%;
  }
  /* line 313, ../scss/_768up.scss */
  #content #grid-container .row .span_6, #content #grid-container .row .six-col {
    width: 49.5%;
  }
  /* line 316, ../scss/_768up.scss */
  #content #grid-container .row .span_7 {
    width: 57.9166666667%;
  }
  /* line 319, ../scss/_768up.scss */
  #content #grid-container .row .span_8 {
    width: 66.3333333333%;
  }
  /* line 322, ../scss/_768up.scss */
  #content #grid-container .row .span_9 {
    width: 74.75%;
  }
  /* line 325, ../scss/_768up.scss */
  #content #grid-container .row .span_10 {
    width: 83.1666666667%;
  }
  /* line 328, ../scss/_768up.scss */
  #content #grid-container .row .span_11 {
    width: 91.5833333333%;
  }
  /* line 331, ../scss/_768up.scss */
  #content #grid-container .row .span_12 {
    margin-left: 0;
    width: 100%;
  }
  /* line 335, ../scss/_768up.scss */
  #content #grid-container .row .txt-box {
    background-color: #f6c931;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
  }
  /* line 343, ../scss/_768up.scss */
  #content #grid-container .row .txt-box:hover, #content #grid-container .row .txt-box:focus {
    background-color: #000;
  }
  /* line 345, ../scss/_768up.scss */
  #content #grid-container .row .txt-box:hover h3, #content #grid-container .row .txt-box:focus h3 {
    color: #f6c931;
  }
  /* line 349, ../scss/_768up.scss */
  #content #grid-container .row .txt-box h3 {
    color: #000;
    font-size: 2em;
  }
  /* line 358, ../scss/_768up.scss */
  #content .wp-caption {
    margin-top: 0;
    /* images inside wp-caption */
  }
  /* line 368, ../scss/_768up.scss */
  #content .one_half {
    width: 48%;
  }
  /* line 369, ../scss/_768up.scss */
  #content .one_third {
    width: 30.66%;
  }
  /* line 370, ../scss/_768up.scss */
  #content .two_third {
    width: 65.33%;
  }
  /* line 371, ../scss/_768up.scss */
  #content .one_fourth {
    width: 22%;
  }
  /* line 372, ../scss/_768up.scss */
  #content .three_fourth {
    width: 74%;
  }
  /* line 373, ../scss/_768up.scss */
  #content .one_fifth {
    width: 16.8%;
  }
  /* line 374, ../scss/_768up.scss */
  #content .two_fifth {
    width: 37.6%;
  }
  /* line 375, ../scss/_768up.scss */
  #content .three_fifth {
    width: 58.4%;
  }
  /* line 376, ../scss/_768up.scss */
  #content .four_fifth {
    width: 67.2%;
  }
  /* line 377, ../scss/_768up.scss */
  #content .one_sixth {
    width: 13.33%;
  }
  /* line 378, ../scss/_768up.scss */
  #content .five_sixth {
    width: 82.67%;
  }
  /* line 379, ../scss/_768up.scss */
  #content .one_half, #content .one_third, #content .two_third, #content .three_fourth, #content .one_fourth, #content .one_fifth, #content .two_fifth, #content .three_fifth, #content .four_fifth, #content .one_sixth, #content .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
  }
  /* line 380, ../scss/_768up.scss */
  #content .last {
    margin-right: 0 !important;
    clear: right;
  }

  /* end #content */
  /* home specific content styling */
  /* line 389, ../scss/_768up.scss */
  .home #outer-content #inner-content #post-wrapper {
    margin-top: 2%;
    overflow: hidden;
  }
  /* line 392, ../scss/_768up.scss */
  .home #outer-content #inner-content #post-wrapper article {
    background: #fff;
    margin-top: 2%;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
  /* line 408, ../scss/_768up.scss */
  .home #twitter-feed-wrapper #twitter-feed {
    width: 100%;
    margin: auto;
    padding: 2% 0 0;
    border-radius: 12px;
    color: #333;
    overflow: auto;
  }
  /* line 415, ../scss/_768up.scss */
  .home #twitter-feed-wrapper #twitter-feed #twitter-logo-wrapper {
    text-align: center;
  }
  /* line 417, ../scss/_768up.scss */
  .home #twitter-feed-wrapper #twitter-feed #twitter-logo-wrapper .fa-twitter {
    font-size: 2em;
    display: inline-block;
    text-align: center;
  }
  /* line 424, ../scss/_768up.scss */
  .home #twitter-feed-wrapper #twitter-feed #loading-container h2 {
    text-align: center;
  }
  /* line 427, ../scss/_768up.scss */
  .home #twitter-feed-wrapper #twitter-feed #loading-container .fa-clock-o {
    font-size: 2em;
    width: 100%;
    text-align: center;
    margin: 2% 0 5%;
  }
  /* line 434, ../scss/_768up.scss */
  .home #twitter-feed-wrapper #twitter-feed .twitter-article {
    background: #f8f8f8;
    border-radius: 10px;
    float: left;
    width: 31%;
    margin: 4% 1% 0;
    padding: 1%;
  }

  /* line 447, ../scss/_768up.scss */
  .single-case_studies .single-banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 450px;
    /* margin-top: 139px; */
    overflow: hidden;
    position: relative;
    z-index: -1;
  }
  /* line 457, ../scss/_768up.scss */
  .single-case_studies .single-banner-image .wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }
  /* line 462, ../scss/_768up.scss */
  .single-case_studies .single-banner-image img {
    max-width: 100%;
  }
  /* line 465, ../scss/_768up.scss */
  .single-case_studies .single-banner-image .case-logo {
    position: absolute;
    bottom: 5%;
    left: 0;
    max-width: 20%;
  }
  /* line 471, ../scss/_768up.scss */
  .single-case_studies .single-banner-image .case-banner-title {
    color: #fff;
    font-size: 2em;
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-transform: uppercase;
  }
  /* line 481, ../scss/_768up.scss */
  .single-case_studies #content #outer-content {
    background: #fff;
  }

  /* line 490, ../scss/_768up.scss */
  .no-js #content #outer-content {
    padding-top: 100px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 500, ../scss/_768up.scss */
  .sidebar {
    /* margin-top: 2.2em; */
  }

  /* line 504, ../scss/_768up.scss */
  .widgettitle {
    /* border-bottom: 2px solid #444; */
    margin-bottom: 0.75em;
  }

  /* line 509, ../scss/_768up.scss */
  .widget {
    padding: 0;
    margin: 1.5em 0;
    position: relative;
  }
  /* line 515, ../scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 523, ../scss/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /* line 623, ../scss/_768up.scss */
  .footer {
    clear: both;
    color: #fff;
    background: #000;
    font-family: "calibrilight", Helvetica, Arial, sans-serif;
    padding: 4% 0;
  }
  /* line 629, ../scss/_768up.scss */
  .footer #inner-footer {
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
  }
  /* line 632, ../scss/_768up.scss */
  .footer #inner-footer .footer-logo {
    max-width: 80px;
  }
  /* line 635, ../scss/_768up.scss */
  .footer #inner-footer .col {
    line-height: .8;
    min-height: 210px;
    padding: 0 4%;
  }
  /* line 639, ../scss/_768up.scss */
  .footer #inner-footer .col .textwidget {
    line-height: 1.2;
  }
  /* line 642, ../scss/_768up.scss */
  .footer #inner-footer .col h3 {
    font-size: 1em;
    text-transform: uppercase;
  }
  /* line 646, ../scss/_768up.scss */
  .footer #inner-footer .col a {
    text-decoration: none;
    text-transform: uppercase;
  }
  /* line 651, ../scss/_768up.scss */
  .footer #inner-footer .second {
    border-left: 1px solid #f4f4f4;
  }
  /* line 654, ../scss/_768up.scss */
  .footer #inner-footer .last {
    border-left: 1px solid #f4f4f4;
  }

  /*********************
  TEAM STYLES
  *********************/
  /* line 666, ../scss/_768up.scss */
  #team .member {
    width: 16.66%;
    padding: 0 1%;
    margin: 0 0 2em;
  }
  /* line 672, ../scss/_768up.scss */
  #team .member .photo {
    min-height: 264px;
  }
  /* line 677, ../scss/_768up.scss */
  #team .details {
    padding: 0 0;
  }
  /* line 680, ../scss/_768up.scss */
  #team .details .img {
    float: left;
    width: 31.33%;
    margin: 0 1%;
  }
  /* line 687, ../scss/_768up.scss */
  #team .details .bio {
    float: left;
    width: 66.66%;
    padding: 0 1% 2em;
  }
  /* line 692, ../scss/_768up.scss */
  #team .details .bio .prev {
    margin: 20px 0 0 40px;
  }
  /* line 696, ../scss/_768up.scss */
  #team .details .bio .next {
    margin: 20px 40px 0 0;
  }

  /*********************
  Focus STYLES
  *********************/
  /* line 715, ../scss/_768up.scss */
  #focus .focus_content_container .focus_content {
    padding: 10% 7%;
  }
  /* line 717, ../scss/_768up.scss */
  #focus .focus_content_container .focus_content .content {
    margin: 0px auto;
    max-width: 1200px;
  }
  /* line 720, ../scss/_768up.scss */
  #focus .focus_content_container .focus_content .content .img {
    width: 50%;
    float: left;
    text-align: center;
    padding: 30px 6%;
  }
  /* line 725, ../scss/_768up.scss */
  #focus .focus_content_container .focus_content .content .img img {
    width: 100% !important;
    height: auto !important;
  }
  /* line 730, ../scss/_768up.scss */
  #focus .focus_content_container .focus_content .content .infograph {
    /* padding: 30px 10%; */
  }
  /* line 733, ../scss/_768up.scss */
  #focus .focus_content_container .focus_content .content .copy {
    font-size: 100%;
    width: 50%;
    float: left;
  }
  /* line 737, ../scss/_768up.scss */
  #focus .focus_content_container .focus_content .content .copy p {
    margin: 2.5em 0;
    line-height: 2;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 21, ../scss/_1030up.scss */
  .nav {
    /* width: 60%; */
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 28, ../scss/_1030up.scss */
  #home-banner {
    background-color: #000;
    /* min-height: 387px; */
    max-width: 2300px;
  }

  /* line 38, ../scss/_1030up.scss */
  #content #grid-container .view a.work-archive-thumb-link .title {
    font-size: 1.2em;
  }
  /* line 43, ../scss/_1030up.scss */
  #content #grid-container .txt-box {
    /* padding: 10%; */
  }

  /*********************
  Focus STYLES
  *********************/
  /* line 59, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content {
    padding: 2% 10%;
  }
  /* line 61, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content .content {
    margin: 0px auto;
    max-width: 1200px;
  }
  /* line 64, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content .content .img {
    width: 50%;
    float: left;
    text-align: center;
    padding: 30px 6%;
  }
  /* line 69, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content .content .img img {
    width: 100% !important;
    height: auto !important;
  }
  /* line 74, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content .content .infograph {
    padding: 30px 0;
    width: 100%;
    float: left;
  }
  /* line 79, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content .content .infograph ul li {
    clear: both;
    display: table;
    margin-bottom: 0;
  }
  /* line 84, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content .content .infograph ul li .txt {
    font-family: "calibrilight", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    padding-right: 5%;
    width: 40%;
  }
  /* line 94, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content .content .infograph ul li .ico {
    color: #f6c931;
    float: left;
    font-family: "Rally Focus";
    font-size: 6em;
    margin-left: 5%;
  }
  /* line 101, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content .content .infograph ul li .info-content {
    width: 80%;
    vertical-align: middle;
    display: table-cell;
    padding-left: 4%;
  }
  /* line 110, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content .content .copy {
    width: 50%;
    float: left;
  }
  /* line 113, ../scss/_1030up.scss */
  #focus .focus_content_container .focus_content .content .copy p {
    margin: 2.5em 0;
    line-height: 2;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 16, ../scss/_1240up.scss */
  #home-banner {
    height: 700px;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 38, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 76, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
