/******************************************************************
Site Name: Rocket Clicks
Author: Scuffedshoe Interactive

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 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
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.
******************************************************************/
ul, ol {
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto;
}

b,
strong,
.strong {
  font-weight: bold;
}

dfn,
em,
.em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

/******************************************************************
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 like box shadow and
border-radius.

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

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.


@font-face {
    font-family: 'amphionextraboldregular';
    src: url('fonts/amphionextrabold_regular-webfont.eot');
    src: url('fonts/amphionextrabold_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/amphionextrabold_regular-webfont.woff') format('woff'),
         url('fonts/amphionextrabold_regular-webfont.ttf') format('truetype'),
         url('fonts/amphionextrabold_regular-webfont.svg#amphionextraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* text alignment */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* alerts & notices */
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: @include rounded(4px); 

*/
/* 
Instead of having a seperate mixin for the different
borders, we're using the mixin from 320 & Up to make
things easier to use.

USAGE: @include border-radius(4px,4px,0,0);

*/
/*********************
TRANISTION
*********************/
/* @include transition(all,2s,ease-out); */
/*********************
BOX SHADOWS
*********************/
/* @include box-shadow(5px, 5px, 10px, #000); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdue 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
*********************/
.button, .button:visited {
  font-family: "proxima-nova", "HelveticaNeue", Helvetica, Arial, sans-serif;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  font-size: 1.25em;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 0;
  padding: .3em 2em;
  background: #ed494a;
  border: none;
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
}

.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/*
BASE (MOBILE) SIZE 
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.
*/
/******************************************************************
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
*********************/
html, body {
  width: 100%;
  position: relative;
}

body {
  font-family: "proxima-nova", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: #373737;
  padding: 0px 0 0;
  background: 0 0;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

/*********************
COLOR STYLES
*********************/
.red {
  background-color: #ed494a !important;
  color: white;
}

.dark_red {
  background-color: #a53333 !important;
  color: white;
}

.blue {
  background-color: #768bb7 !important;
  color: white;
}

.dark_blue {
  background-color: #3b5998 !important;
  color: white;
}

.dark_gray {
  background-color: #373737 !important;
  color: white;
}

.dark_med_gray {
  background-color: #676767 !important;
}
.dark_med_gray * {
  color: white !important;
}

.med_dark_gray {
  background-color: #dedede !important;
  color: white;
}

.light_gray {
  background-color: #f4f4f4 !important;
  color: #373737;
}

.white, .white * {
  background-color: white !important;
  color: #373737;
}

.txt_red {
  color: #ed494a !important;
}

.txt_dark_red {
  color: #a53333 !important;
}

.txt_dark_gray {
  color: #6e6e6e !important;
}

.txt_med_dark_gray {
  color: #dedede !important;
}

.txt_light_gray {
  color: #f4f4f4 !important;
}

.txt_white {
  color: white !important;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* 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 */
/* single post page */
/* 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 */
/* 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) */
/*********************
LAYOUT & GRID STYLES
*********************/
#container {
  margin: 0 auto;
  background: white;
  background-size: cover;
  width: 100%;
}

.wrap {
  width: 94%;
  background: transparent;
  margin: 0 auto;
  padding: 0px 0;
}

/*
No Grid? Say Whaaaat?
There's really no need for all that
extraneous grid css since floating
columns wouldn't really fit on such a
small screen, so let's only bring it in
when we're ready for it.
*/
/*********************
LINK STYLES
*********************/
a, a:visited {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #ec4949;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
  
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #ec4949;
}
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);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  color: #383838;
  font-weight: 500;
  margin: 20px auto;
  font-family: "museo-slab", Georgia, Cambria, Times New Roman, Times, serif;
  /*
  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 */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.75em;
  line-height: 1;
}

h2, .h2 {
  font-size: 2.25em;
  line-height: 1;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.75em;
}

h4, .h4 {
  font-size: 1.25em;
  line-height: 1;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

/*********************
HEADER SYTLES
*********************/
.header {
  position: relative;
  background: #ed494a;
}
.header #logo {
  z-index: 1000;
  display: block;
  margin: 5px;
  text-indent: -9999px;
  background: url(../images/logo_white.png) no-repeat left top;
  background-size: contain;
  width: 60%;
  height: 50px;
}
.header #logo img {
  max-width: 70%;
  display: none;
}
.header p.tagline {
  display: none;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable.
*/
#menu-main-navigation {
  border: none;
  font-family: "museo-slab", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.5em;
  z-index: 100;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
#menu-main-navigation li {
  text-align: center;
  /*
  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/
  */
}
#menu-main-navigation li a, #menu-main-navigation li a:visited {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  color: white;
  font-weight: 300;
  /*
  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!
  */
}
#menu-main-navigation li ul.sub-menu,
#menu-main-navigation li ul.children {
  margin: 0;
}
#menu-main-navigation li ul.sub-menu li,
#menu-main-navigation li ul.children li {
  display: none;
}
#menu-main-navigation li ul.sub-menu li a, #menu-main-navigation li ul.sub-menu li a:visited,
#menu-main-navigation li ul.children li a,
#menu-main-navigation li ul.children li a:visited {
  padding-left: 30px;
}

/* end .nav */
#toggle_nav {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/nav.png) no-repeat right top;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 501;
}

#menu-main-navigation.mobile {
  width: 100%;
  left: 0;
  top: -100%;
  position: absolute;
  background: #4c4c4c;
  z-index: 500;
  display: block;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* end .hentry */
.single-title,
.page-title {
  text-align: center;
  color: #ed494a;
}

.archive-title {
  text-align: center;
  color: #ed494a;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* 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) */
/* post meta */
/* post content */
.post-content {
  padding-top: 30px;
  /*
  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.
  */
}
.post-content ul {
  list-style: disc inside;
  padding-left: 15px;
}
.post-content ul li ul {
  list-style-type: circle;
}
.post-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.post-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.post-content video, .post-content object {
  max-width: 100%;
  height: auto;
}
.post-content pre, .post-content code {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .post-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.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 */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.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 */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 500;
  font-style: normal;
  color: #ed494a;
}
.commentlist .vcard time {
  margin-left: 20px;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  padding: 3px 5px;
  color: #ed494a;
  opacity: 1;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: .75;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.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 */
}
.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;
}
.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;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

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

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widgettitle {
  color: #ed494a;
  font-size: 1.25em;
  margin-top: 1.75em;
  padding-bottom: 1em;
  border-bottom: 1px solid #747474;
  text-align: center;
}

.widget {
  text-align: center;
}
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #a53333;
  color: white;
  font-weight: 100;
  opacity: 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.
*/
#footer_nav {
  padding: 30px 3%;
  width: 94%;
  background: #ed494a;
  border-top: 2px solid #ed494a;
  font-family: "proxima-nova", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#footer_nav h4 {
  text-transform: uppercase;
  font-family: "proxima-nova", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#footer_nav li {
  margin-bottom: 4px;
}
#footer_nav a {
  color: white;
}

.attribution {
  float: left;
  margin: 19px 0;
  font-size: 14px;
}

#backToTop {
  margin: 19px 0 19px 20px;
  float: right;
  color: white;
  cursor: pointer;
  font-size: 14px;
}

#social_nav {
  float: right;
  margin: 17px 0 14px;
}
#social_nav li {
  display: inline-block;
}
#social_nav li a {
  display: block;
  width: 25px;
  height: 25px;
  padding: 0px;
  margin: 0 6px;
  text-indent: -9999px;
}
#social_nav li a.facebook {
  background: url(../images/icons/social.png) no-repeat 0 0;
}
#social_nav li a.twitter {
  background: url(../images/icons/social.png) no-repeat -34px 0;
}
#social_nav li a.linkedin {
  background: url(../images/icons/social.png) no-repeat -87px 0;
}
#social_nav li a.google_plus {
  background: url(../images/icons/social.png) no-repeat -137px 0;
}

/*********************
TMPL SPECIFIC STYLES
*********************/
.page-template-default section,
.page-template-tmpl-news-php section {
  padding-bottom: 30px;
}
.page-template-default section h2, .page-template-default section h3, .page-template-default section h4, .page-template-default section h5, .page-template-default section h6,
.page-template-tmpl-news-php section h2,
.page-template-tmpl-news-php section h3,
.page-template-tmpl-news-php section h4,
.page-template-tmpl-news-php section h5,
.page-template-tmpl-news-php section h6 {
  text-align: center;
  color: #ed494a;
}
.page-template-default section:nth-of-type(even),
.page-template-tmpl-news-php section:nth-of-type(even) {
  background: white;
}
.page-template-default section:last-child,
.page-template-tmpl-news-php section:last-child {
  border: none;
}

.single-post .post, .blog .post, .archive .post {
  margin-bottom: 16px;
}
.single-post .post-content, .blog .post-content, .archive .post-content {
  padding-top: 20px;
}
.single-post .post-content h1, .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4, .single-post .post-content h5, .single-post .post-content h6, .blog .post-content h1, .blog .post-content h2, .blog .post-content h3, .blog .post-content h4, .blog .post-content h5, .blog .post-content h6, .archive .post-content h1, .archive .post-content h2, .archive .post-content h3, .archive .post-content h4, .archive .post-content h5, .archive .post-content h6 {
  text-align: left;
  text-transform: none;
  line-height: 1;
  color: #676767;
}
.single-post .post-content h1, .single-post .post-content .h1, .blog .post-content h1, .blog .post-content .h1, .archive .post-content h1, .archive .post-content .h1 {
  font-size: 2.75em;
}
.single-post .post-content h2, .single-post .post-content .h2, .blog .post-content h2, .blog .post-content .h2, .archive .post-content h2, .archive .post-content .h2 {
  font-size: 2.25em;
  margin-bottom: 4px;
}
.single-post .post-content h3, .single-post .post-content .h3, .blog .post-content h3, .blog .post-content .h3, .archive .post-content h3, .archive .post-content .h3 {
  font-size: 1.75em;
}
.single-post .post-content h4, .single-post .post-content .h4, .blog .post-content h4, .blog .post-content .h4, .archive .post-content h4, .archive .post-content .h4 {
  font-size: 1.25em;
}
.single-post .post-content h5, .single-post .post-content .h5, .blog .post-content h5, .blog .post-content .h5, .archive .post-content h5, .archive .post-content .h5 {
  font-size: 18px;
}
.single-post .post-content h6, .single-post .post-content .h6, .blog .post-content h6, .blog .post-content .h6, .archive .post-content h6, .archive .post-content .h6 {
  font-size: 15px;
}
.single-post .post-content h1, .single-post .post-content .h1, .blog .post-content h1, .blog .post-content .h1, .archive .post-content h1, .archive .post-content .h1 {
  font-size: 2.25em;
  line-height: .5;
}
.single-post .post-content h2, .single-post .post-content .h2, .blog .post-content h2, .blog .post-content .h2, .archive .post-content h2, .archive .post-content .h2 {
  font-size: 1.75em;
}
.single-post .post-content strong, .blog .post-content strong, .archive .post-content strong {
  font-weight: bold;
}

.single-post .hero, .single-post #news_content {
  font-size: 16px;
}
.single-post p.meta {
  padding-top: 15px;
  margin: 0px 0 20px;
  border-top: 1px solid #b2b2b2;
  display: inline-block;
  clear: both;
  width: auto !important;
}
.single-post .post-content, .single-post .comments, .single-post .share_buttons_wrapper {
  clear: both;
}
.single-post .post-content h1, .single-post .post-content .h1, .single-post .comments h1, .single-post .comments .h1, .single-post .share_buttons_wrapper h1, .single-post .share_buttons_wrapper .h1 {
  font-size: 2.25em;
  line-height: 1;
}
.single-post .post-content h2, .single-post .post-content .h2, .single-post .comments h2, .single-post .comments .h2, .single-post .share_buttons_wrapper h2, .single-post .share_buttons_wrapper .h2 {
  font-size: 1.75em;
  font-family: "proxima-nova", "HelveticaNeue", Helvetica, Arial, sans-serif;
  color: #ed494a;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 40px 0 20px;
  border-bottom: 2px solid #f4f4f4;
  display: block;
  clear: both;
  width: auto;
}
.single-post .post-content strong, .single-post .comments strong, .single-post .share_buttons_wrapper strong {
  font-weight: bold;
}
.single-post .share_buttons_wrapper {
  margin: 30px 0;
}
.single-post .share_buttons_wrapper ul.share_buttons li {
  text-align: right;
  margin: 0 2.5% 10px;
  float: left;
  width: 45%;
}
.single-post .share_buttons_wrapper ul.share_buttons li a {
  margin-left: 24%;
  padding: 12px 8% 12px 8%;
  text-align: center;
  color: white;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: right;
  width: 60%;
  opacity: .75;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-post .share_buttons_wrapper ul.share_buttons li a:hover {
  opacity: 1;
}
.single-post .share_buttons_wrapper ul.share_buttons li.share_facebook {
  background: url(../images/icons/facebook.png) no-repeat 7% center #3b5998;
  background-size: auto 50%;
}
.single-post .share_buttons_wrapper ul.share_buttons li.share_facebook a {
  background: #768bb7;
}
.single-post .share_buttons_wrapper ul.share_buttons li.share_twitter {
  background: url(../images/icons/twitter.png) no-repeat 7% center #40addb;
  background-size: auto 50%;
}
.single-post .share_buttons_wrapper ul.share_buttons li.share_twitter a {
  background: #7ac6e6;
}
.single-post .share_buttons_wrapper ul.share_buttons li.share_google {
  background: url(../images/icons/google_plus.png) no-repeat 7% center #cc3e2e;
  background-size: auto 50%;
}
.single-post .share_buttons_wrapper ul.share_buttons li.share_google a {
  background: #db786d;
}
.single-post .share_buttons_wrapper ul.share_buttons li.share_linkedin {
  background: url(../images/icons/linkedin.png) no-repeat 7% center #3495bb;
  background-size: auto 50%;
}
.single-post .share_buttons_wrapper ul.share_buttons li.share_linkedin a {
  background: #71b5d0;
}
.single-post .author_info {
  font-size: 16px;
  background: #dedede;
  padding: 30px 0;
  margin: 30px 0;
}
.single-post .author_info .avatar img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.single-post .author_info h4 {
  font-size: 1.5em;
}
.single-post .author_info .author_links {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 500;
}
.single-post .author_info .author_links .more_posts {
  color: #ed494a;
}
.single-post .author_info .author_links .social_links {
  text-align: right;
}
.single-post .author_info .author_links .social_link {
  padding: 0 5px;
  border-right: 1px #6e6e6e solid;
}
.single-post .author_info .author_links .social_link:first-child {
  padding-left: 0;
}
.single-post .author_info .author_links .social_link:last-child {
  padding-right: 0;
  border-right: none;
}

.page-template-tmpl_tabbed-content-php {
  max-width: 100%;
  overflow-x: hidden;
}

#tabbed_content section.tabbed_content {
  display: none !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
#tabbed_content section.tabbed_content h3 {
  color: #ed494a;
}
#tabbed_content section.tabbed_content .content_div a {
  text-decoration: underline;
  color: #ec4949;
}
#tabbed_content section.tabbed_content a.btn_more {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  background: #ed494a;
  font-size: .8em;
  font-weight: 500;
  margin: 18px 0;
  padding: 15px 30px;
}
#tabbed_content section.tabbed_content a.btn_more:hover {
  background: #6e6e6e;
}
#tabbed_content section.tabbed_content.active {
  display: block !important;
  visibility: visible;
}

#tabbed_content_nav {
  padding-top: 60px;
  position: relative;
}
#tabbed_content_nav ul {
  margin-top: 70px;
  width: 108%;
  margin: 0px 0 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: -4%;
}
#tabbed_content_nav ul li {
  text-align: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center center;
  background-image: url(../images/icons/set3/search.svg);
  display: inline-block;
  height: 50px;
  border: none;
  background-color: transparent;
  width: 33.3%;
  margin: 0;
  float: left;
}
#tabbed_content_nav ul li a {
  display: block;
  color: #6e6e6e;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  text-indent: -9999px;
  margin: 0px;
  border: none;
}
#tabbed_content_nav ul li:hover {
  background-image: url(../images/icons/set3/search_white.svg);
}
#tabbed_content_nav ul li.active {
  background-color: #ed494a;
  background-image: url(../images/icons/set3/search_white.svg);
}
#tabbed_content_nav ul li.active a {
  color: white;
}

/*********************
PAGE SPECIFIC STYLES
*********************/
#home #content h1, #home #content h2, #home #content h3, #home #content h4, .home #content h1, .home #content h2, .home #content h3, .home #content h4, .homepage #content h1, .homepage #content h2, .homepage #content h3, .homepage #content h4 {
  line-height: 1;
  color: #ed494a;
  margin: 20px 0 0;
}
#home .fourcol .h1, .home .fourcol .h1, .homepage .fourcol .h1 {
  line-height: 1;
}
#home section:nth-child(2), .home section:nth-child(2), .homepage section:nth-child(2) {
  background: #f4f4f4;
}
#home #cta_wrapper, .home #cta_wrapper, .homepage #cta_wrapper {
  text-align: center;
  margin: 0 auto;
}
#home #cta_wrapper h3, .home #cta_wrapper h3, .homepage #cta_wrapper h3 {
  margin-bottom: 0px;
  font-family: "proxima-nova", "HelveticaNeue", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
}
#home #cta_wrapper a, .home #cta_wrapper a, .homepage #cta_wrapper a {
  display: block;
  background: #b2b2b2;
  color: white;
  padding: 14px 0;
  margin: 10px 0;
  text-align: center;
}
#home #calls_to_action_section, .home #calls_to_action_section, .homepage #calls_to_action_section {
  background: white;
}
#home #calls_to_action_section #ctas .cta, .home #calls_to_action_section #ctas .cta, .homepage #calls_to_action_section #ctas .cta {
  background-position: -200% -200%;
  background-size: 0 0;
  margin-bottom: 20px;
}
#home #calls_to_action_section #ctas .cta a .btn_more, .home #calls_to_action_section #ctas .cta a .btn_more, .homepage #calls_to_action_section #ctas .cta a .btn_more {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 300;
  margin: 18px 0;
}
#home #calls_to_action_section #ctas .cta:first-child, .home #calls_to_action_section #ctas .cta:first-child, .homepage #calls_to_action_section #ctas .cta:first-child {
  margin-left: 0;
}
#home #calls_to_action_section #ctas .cta:nth-child(3n+3), .home #calls_to_action_section #ctas .cta:nth-child(3n+3), .homepage #calls_to_action_section #ctas .cta:nth-child(3n+3) {
  margin-right: 0;
  float: right;
}
#home .footer #footer_nav, .home .footer #footer_nav, .homepage .footer #footer_nav {
  border-top: none;
}

.single-bios img {
  margin: 0px auto 20px;
  display: block;
}

.page-template-tmpl-testimonials-php #testimonials h2 {
  border-bottom: 1px #b2b2b2 solid;
  padding-bottom: 16px;
}
.page-template-tmpl-testimonials-php #testimonials #featured_testimonials {
  padding: 30px 0;
}
.page-template-tmpl-testimonials-php #testimonials #featured_testimonials section:nth-child(even) {
  background: #f4f4f4;
}
.page-template-tmpl-testimonials-php #testimonials #other_testimonials {
  padding: 30px 0;
}
.page-template-tmpl-testimonials-php #testimonials #other_testimonials .fourcol h2 {
  text-align: center;
}
.page-template-tmpl-testimonials-php #testimonials #other_testimonials .fourcol:first-of-type {
  margin-left: 0 !important;
}
.page-template-tmpl-testimonials-php #testimonials #other_testimonials .fourcol:nth-of-type(3n+3) {
  margin-right: 0;
}
.page-template-tmpl-testimonials-php #testimonials #other_testimonials .fourcol:nth-of-type(3n+4) {
  clear: both;
  margin-left: 0 !important;
}

.case_study_summary {
  margin: 30px 0 20px;
}
.case_study_summary:last-child {
  margin-bottom: 60px;
}
.case_study_summary .case_study_wrapper {
  min-height: 250px;
}
.case_study_summary .case_study_wrapper .case_study_title_image {
  position: relative;
  background-color: #6e6e6e;
  padding: 30px 0 30px;
}
.case_study_summary .case_study_wrapper .case_study_title_image .case_study_image {
  background-image: url(../images/case_study1.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
}
.case_study_summary .case_study_wrapper .case_study_title_image h2 {
  /*
  position: absolute;
  left: 0;*/
  width: 80%;
  padding: 0 10%;
  text-align: left;
  color: white;
  font-size: 2em;
  margin: 20px 0;
}
.case_study_summary .case_study_wrapper .case_study_title_image .icon {
  /*
  position: absolute;
  right: -56px;*/
  width: 100px;
  height: 100px;
  padding: 6px;
  display: block;
  margin: 0 auto -30px;
  background: #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.case_study_summary .case_study_wrapper .case_study_content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.single-client-case-studies .case_study_data {
  padding: 60px 0;
}
.single-client-case-studies .case_study_data .threecol h3 {
  color: white;
  font-family: "proxima-nova", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}
.single-client-case-studies .case_study_data .threecol h4 {
  color: white;
  font-family: "proxima-nova", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 1px;
}
.single-client-case-studies .case_study_content section.post-content .sixcol h2,
.single-client-case-studies .case_study_content section.post-content .fourcol h2 {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #6e6e6e;
  margin: 20px 0 30px;
}
.single-client-case-studies .case_study_content section.post-content .sixcol .case_study_section_content,
.single-client-case-studies .case_study_content section.post-content .fourcol .case_study_section_content {
  padding-bottom: 30px;
}
.single-client-case-studies .case_study_content section.post-content .sixcol.takeaway h2,
.single-client-case-studies .case_study_content section.post-content .fourcol.takeaway h2 {
  border-bottom: 1px solid white;
}

.post-type-archive-white-papers .document_group h3 {
  clear: both;
  margin-bottom: 0;
}
.post-type-archive-white-papers .document_group .documents li {
  float: left;
  width: 48%;
  margin: 0px 1% 10px;
}
.post-type-archive-white-papers .document_group .documents li a p {
  background: url(../images/file.png) no-repeat left center;
  margin: 0;
  padding-left: 30px;
}

.page-template-tmpl-news-php #news_content .news_section {
  margin: 15px 0;
  background: #f4f4f4;
  padding: 30px;
}
.page-template-tmpl-news-php #news_content .news_section .section_header {
  text-align: center;
}
.page-template-tmpl-news-php #news_content .news_section .section_header h4 {
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center 2.25em;
  background-size: 30% auto;
  background-image: url(../images/icons/hero_seo.png);
  color: #ed494a;
}
.page-template-tmpl-news-php #news_content .news_section .section_header .btn_more {
  color: #ed494a;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-tmpl-news-php #news_content .news_section .section_body h5 {
  margin: 0 0 10px;
}
.page-template-tmpl-news-php #news_content .news_section .section_body .meta {
  font-weight: 500;
}
.page-template-tmpl-news-php #news_content .news_section .section_body .meta a {
  font-weight: 300;
}
.page-template-tmpl-news-php #news_content .news_section .section_body .post-content {
  margin-top: 10px;
  padding-top: 0;
}
.page-template-tmpl-news-php #news_content .news_section .section_body .more {
  color: #ed494a;
  font-weight: 500;
  display: block;
}
.page-template-tmpl-news-php #child_section_1 {
  background: #3b5998;
  border: none;
  font-size: .9em;
}
.page-template-tmpl-news-php #child_section_1 * {
  color: white !important;
}
.page-template-tmpl-news-php h3 {
  text-align: left !important;
}
.page-template-tmpl-news-php .facebook_box {
  padding: 100px 257px 80px 40px;
  background: url(../images/facebook_box.jpg) no-repeat 0 0;
  background-size: contain;
  margin-bottom: 20px;
}

.page-template-tmpl_contact-php .hero.full_width_image {
  position: relative;
  width: 100%;
  padding: 0;
  background: none;
}
.page-template-tmpl_contact-php .hero.full_width_image img {
  max-width: 100%;
  width: 100%;
}
.page-template-tmpl_contact-php .hero.full_width_image .hero_txt {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  text-align: right;
}
.page-template-tmpl_contact-php .hero.full_width_image .hero_txt * {
  color: white;
}
.page-template-tmpl_contact-php .form_wrapper h3 {
  color: #ed494a;
}

.love-letter a { text-decoration: underline !important; }
.love-letter a.btn_more { text-decoration: none !important; }

/*********************
MODULAR STYLES
*********************/
.hero {
  background-color: #f4f4f4;
  margin: 0;
  padding: 10px 0;
}
.hero h1 {
  text-align: left;
  color: #ed494a;
}

.quote_wrapper {
  padding: 40px 0;
}
.quote_wrapper blockquote {
  font-family: "museo-slab", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 2.25em;
  line-height: 1.25;
  color: white;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  background: transparent;
  font-style: normal;
}
.quote_wrapper * {
  color: white !important;
}
.quote_wrapper *:not(blockquote) {
  font-weight: 300 !important;
}

#child_nav_wrapper {
  width: 98%;
  padding: .05% 1%;
  float: none;
  clear: both;
  text-align: center;
  margin-bottom: 10px;
}
#child_nav_wrapper ul {
  width: 100%;
  margin: 0 auto;
  float: none;
  display: block;
  /* highlight current page */
  /* end current highlighters */
}
#child_nav_wrapper ul li {
  display: inline-block;
  height: inherit;
  margin: 0;
  padding: 0 10px;
  float: none;
  text-align: center;
  border-top: none;
  border-right: 1px solid #ed494a;
  font-weight: 300;
  text-transform: lowercase;
}
#child_nav_wrapper ul li:last-child {
  border-right: none;
}
#child_nav_wrapper ul li a:link,
#child_nav_wrapper ul li a:visited {
  display: inline-block;
  color: #ed494a;
}
#child_nav_wrapper ul li.current-menu-item a,
#child_nav_wrapper ul li.current_page_item a,
#child_nav_wrapper ul li.current-page-ancestor a {
  color: #6e6e6e;
}

#content_grid {
  margin: 0;
}
#content_grid ul.grid {
  padding-top: 30px;
  margin: 0;
}
#content_grid ul.grid li.section_box {
  height: 400px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: attr(data-icon, url);
  background-size: 40% auto;
  background-position: center 40px;
  background-repeat: no-repeat;
}
#content_grid ul.grid li.section_box h3 {
  font-size: 1.75em;
  line-height: .9;
  text-align: center;
  margin-top: 150px;
}
#content_grid ul.grid li.section_box.threecol:nth-child(4n+1) {
  margin-left: 0;
}
#content_grid ul.grid li.section_box.threecol:nth-child(4n+4) {
  margin-right: 0;
}
#content_grid ul.grid li.section_box.fourcol:nth-child(3n+1) {
  margin-left: 0;
}
#content_grid ul.grid li.section_box.fourcol:nth-child(3n+3) {
  margin-right: 0;
}
#content_grid ul.grid #box_for_candidates {
  text-align: center;
}
#content_grid ul.grid #box_for_candidates h3 {
  margin-top: 80px;
}
#content_grid ul.grid #box_for_candidates a.btn_position {
  display: block;
  margin: 15px auto;
  text-align: center;
  border: 2px solid white;
  font-weight: 500;
  text-transform: uppercase;
  width: auto;
  padding: 15px 30px;
  color: white;
}

section.team #content_grid ul.grid li.section_box.bio {
  text-align: center;
  margin-bottom: 30px;
  height: 350px;
  background: #f4f4f4;
  position: relative;
}
section.team #content_grid ul.grid li.section_box.bio h3, section.team #content_grid ul.grid li.section_box.bio h5 {
  margin: 0 auto 16px;
  line-height: 1;
}
section.team #content_grid ul.grid li.section_box.bio h5 {
  text-transform: uppercase;
  font-family: "proxima-nova", "HelveticaNeue", Helvetica, Arial, sans-serif;
}
section.team #content_grid ul.grid li.section_box.bio .bio_pic {
  width: 60%;
  margin: 15px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.team #content_grid ul.grid li.section_box.bio .bio_pic .img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gform_wrapper .right_label .gfield_label {
  font-weight: 200 !important;
  line-height: 1.2 !important;
  margin-top: 5px !important;
  width: 100% !important;
  text-align: left !important;
}

#field_1_7, #field_1_8, #field_1_9, #field_1_12, .gform_wrapper .clearfix.checkboxes {
  clear: both !important;
}
#field_1_7 .gfield_label, #field_1_8 .gfield_label, #field_1_9 .gfield_label, #field_1_12 .gfield_label, .gform_wrapper .clearfix.checkboxes .gfield_label {
  display: inline-block !important;
  width: 100% !important;
  text-align: left;
  margin-bottom: 10px;
}
#field_1_7 ul, #field_1_8 ul, #field_1_9 ul, #field_1_12 ul, .gform_wrapper .clearfix.checkboxes ul {
  overflow: visible;
}
#field_1_7 ul li, #field_1_8 ul li, #field_1_9 ul li, #field_1_12 ul li, .gform_wrapper .clearfix.checkboxes ul li {
  width: 100% !important;
}
#field_1_7 ul li label, #field_1_8 ul li label, #field_1_9 ul li label, #field_1_12 ul li label, .gform_wrapper .clearfix.checkboxes ul li label {
  position: relative;
  margin-left: 0 !important;
  font-weight: 200 !important;
}
#field_1_7 ul li label:before, #field_1_8 ul li label:before, #field_1_9 ul li label:before, #field_1_12 ul li label:before, .gform_wrapper .clearfix.checkboxes ul li label:before {
  content: '';
  background: #dedede !important;
  border: 1px solid #dedede !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
#field_1_7 ul li label:after, #field_1_8 ul li label:after, #field_1_9 ul li label:after, #field_1_12 ul li label:after, .gform_wrapper .clearfix.checkboxes ul li label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#field_1_7 ul li input, #field_1_8 ul li input, #field_1_9 ul li input, #field_1_12 ul li input, .gform_wrapper .clearfix.checkboxes ul li input {
  visibility: hidden;
  width: 0 !important;
}
#field_1_7 ul li input[type=checkbox]:checked + label:after, #field_1_8 ul li input[type=checkbox]:checked + label:after, #field_1_9 ul li input[type=checkbox]:checked + label:after, #field_1_12 ul li input[type=checkbox]:checked + label:after, .gform_wrapper .clearfix.checkboxes ul li input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  padding: 10px 0px 10px 3% !important;
  background: #dedede;
  border: 1px solid #dedede;
  font-size: .75em !important;
}

.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .uploader {
  width: 95% !important;
  display: block !important;
}

.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li, .gform_wrapper li.text-input {
  display: block !important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  line-height: 1.2 !important;
  font-size: 15px !important;
}

.gform_wrapper .right_label .gform_fileupload_multifile, .gform_wrapper .left_label .gform_fileupload_multifile {
  margin-left: 0 !important;
}

.gform_button_select_files {
  display: block !important;
  margin: 10px auto !important;
  font-size: .8em;
}

.gform_page_footer {
  clear: both !important;
  border: none !important;
}

.gform_page_footer .button {
  font-size: 1.25em;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 0;
  padding: .3em 2em;
}

#dark_form_wrapper {
  padding: 30px 0;
  background: #383838;
  color: #f4f4f4 !important;
}
#dark_form_wrapper h3 {
  color: #ed494a;
  line-height: 1.25;
}

ul.social_buttons li {
  position: relative;
  margin: 0 0 0 2.762430939%;
  float: left;
  width: 22.928176794%;
}
ul.social_buttons li.first {
  margin-left: 0;
}
ul.social_buttons li a {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  float: left;
  opacity: .75;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.social_buttons li a:hover {
  opacity: 1;
}
ul.social_buttons li.facebook a {
  background: url(../images/icons/facebook.png) no-repeat center center #3b5998;
  background-size: auto 35%;
}
ul.social_buttons li.twitter a {
  background: url(../images/icons/twitter.png) no-repeat center center #40addb;
  background-size: 35% auto;
}
ul.social_buttons li.google a {
  background: url(../images/icons/google_plus.png) no-repeat center center #cc3e2e;
  background-size: 35% auto;
}
ul.social_buttons li.linkedin a {
  background: url(../images/icons/linkedin.png) no-repeat center center #71b5d0;
  background-size: 35% auto;
}

#open_positions_widget,
#case_studies_widget,
#our_values_widget {
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  margin-bottom: 30px;
}
#open_positions_widget hr,
#case_studies_widget hr,
#our_values_widget hr {
  width: 50%;
  margin: 10px auto;
  color: white;
}
#open_positions_widget .positions,
#case_studies_widget .positions,
#our_values_widget .positions {
  text-transform: uppercase;
}
#open_positions_widget .number_positions,
#case_studies_widget .number_positions,
#our_values_widget .number_positions {
  display: block;
  font-size: 133px;
  font-weight: 700;
  font-family: "museo-slab", Georgia, Cambria, Times New Roman, Times, serif;
}
#open_positions_widget .btn_more,
#case_studies_widget .btn_more,
#our_values_widget .btn_more {
  margin-top: 30px;
  padding: 15px 20px;
}

.sidebar #tabbed_content_nav ul #tab_1 {
  background-image: url(../images/icons/set3/ppc.svg);
}
.sidebar #tabbed_content_nav ul #tab_1:hover {
  background-image: url(../images/icons/set3/ppc_white.svg);
}
.sidebar #tabbed_content_nav ul #tab_1.active {
  background-color: #ed494a;
  background-image: url(../images/icons/set3/ppc_white.svg);
}
.sidebar #tabbed_content_nav ul #tab_1.active a {
  color: white;
}
.sidebar #tabbed_content_nav ul #tab_2 {
  background-image: url(../images/icons/set3/search.svg);
}
.sidebar #tabbed_content_nav ul #tab_2:hover {
  background-image: url(../images/icons/set3/search_white.svg);
}
.sidebar #tabbed_content_nav ul #tab_2.active {
  background-color: #ed494a;
  background-image: url(../images/icons/set3/search_white.svg);
}
.sidebar #tabbed_content_nav ul #tab_2.active a {
  color: white;
}
.sidebar #tabbed_content_nav ul #tab_3 {
  background-image: url(../images/icons/set3/book2.svg);
}
.sidebar #tabbed_content_nav ul #tab_3:hover {
  background-image: url(../images/icons/set3/book2_white.svg);
}
.sidebar #tabbed_content_nav ul #tab_3.active {
  background-color: #ed494a;
  background-image: url(../images/icons/set3/book2_white.svg);
}
.sidebar #tabbed_content_nav ul #tab_3.active a {
  color: white;
}

#sidebar2 {
  display: none;
}

.scroller {
  position: relative;
  width: 100%;
}
.scroller #content_grid .grid_wrapper ul li {
  position: relative;
}
.scroller .scroller_nav {
  display: none;
}

/*
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.
  
  ******************************************************************/
  /*********************
  HEADER SYTLES
  *********************/
  .header {
    position: relative;
    background: white;
  }
  .header #logo {
    z-index: 1000;
    display: block;
    margin: 5px auto;
    text-indent: 0;
    background: none;
    background-size: contain;
    width: 40%;
    height: auto;
  }
  .header #logo img {
    max-width: 100%;
    display: block;
  }
  .header p.tagline {
    display: none;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  #menu-main-navigation {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  #menu-main-navigation li {
    display: inline-block;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  #menu-main-navigation li a, #menu-main-navigation li a:visited {
    font-size: 15px;
    border: none;
    color: #6e6e6e;
    padding: 0;
    margin: 0 10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  #menu-main-navigation li a:hover, #menu-main-navigation li a:focus, #menu-main-navigation li a:visited:hover, #menu-main-navigation li a:visited:focus {
    color: #383838;
  }
  #menu-main-navigation li ul.sub-menu,
  #menu-main-navigation li ul.children {
    width: 100%;
    margin: 0;
    border: none;
    position: absolute;
    left: -3px;
    display: none;
    z-index: 8999;
    background: none;
    /* highlight sub-menu current page */
  }
  #menu-main-navigation li ul.sub-menu li,
  #menu-main-navigation li ul.children li {
    display: block;
    text-align: center;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  #menu-main-navigation li ul.sub-menu li a, #menu-main-navigation li ul.sub-menu li a:visited,
  #menu-main-navigation li ul.children li a,
  #menu-main-navigation li ul.children li a:visited {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 15px 0;
  }
  #menu-main-navigation li ul.sub-menu li a:hover, #menu-main-navigation li ul.sub-menu li a:focus, #menu-main-navigation li ul.sub-menu li a:visited:hover, #menu-main-navigation li ul.sub-menu li a:visited:focus,
  #menu-main-navigation li ul.children li a:hover,
  #menu-main-navigation li ul.children li a:focus,
  #menu-main-navigation li ul.children li a:visited:hover,
  #menu-main-navigation li ul.children li a:visited:focus {
    color: #383838;
  }
  #menu-main-navigation li ul.sub-menu li:last-child a,
  #menu-main-navigation li ul.children li:last-child a {
    border-bottom: none;
  }
  #menu-main-navigation li ul.sub-menu li ul,
  #menu-main-navigation li ul.children li ul {
    display: none !important;
  }
  #menu-main-navigation li ul.sub-menu li.current-menu-item a, #menu-main-navigation li ul.sub-menu li.current-menu-item a:visited,
  #menu-main-navigation li ul.sub-menu li.current_page_item a,
  #menu-main-navigation li ul.sub-menu li.current_page_item a:visited,
  #menu-main-navigation li ul.sub-menu li.current-page-ancestor a,
  #menu-main-navigation li ul.sub-menu li.current-page-ancestor a:visited,
  #menu-main-navigation li ul.children li.current-menu-item a,
  #menu-main-navigation li ul.children li.current-menu-item a:visited,
  #menu-main-navigation li ul.children li.current_page_item a,
  #menu-main-navigation li ul.children li.current_page_item a:visited,
  #menu-main-navigation li ul.children li.current-page-ancestor a,
  #menu-main-navigation li ul.children li.current-page-ancestor a:visited {
    color: #ed494a;
  }
  #menu-main-navigation li:hover ul {
    top: auto;
  }
  #menu-main-navigation li.current-menu-item,
  #menu-main-navigation li.current_page_item,
  #menu-main-navigation li.current-page-ancestor {
    /* highlight current page */
  }
  #menu-main-navigation li.current-menu-item a, #menu-main-navigation li.current-menu-item a:visited,
  #menu-main-navigation li.current_page_item a,
  #menu-main-navigation li.current_page_item a:visited,
  #menu-main-navigation li.current-page-ancestor a,
  #menu-main-navigation li.current-page-ancestor a:visited {
    color: #ed494a;
  }
  #menu-main-navigation li.current-menu-item li,
  #menu-main-navigation li.current_page_item li,
  #menu-main-navigation li.current-page-ancestor li {
    font-weight: normal;
  }
  #menu-main-navigation li.current-menu-item li.current-menu-item a, #menu-main-navigation li.current-menu-item li.current-menu-item a:visited,
  #menu-main-navigation li.current-menu-item li.current_page_item a,
  #menu-main-navigation li.current-menu-item li.current_page_item a:visited,
  #menu-main-navigation li.current-menu-item li.current-page-ancestor a,
  #menu-main-navigation li.current-menu-item li.current-page-ancestor a:visited,
  #menu-main-navigation li.current_page_item li.current-menu-item a,
  #menu-main-navigation li.current_page_item li.current-menu-item a:visited,
  #menu-main-navigation li.current_page_item li.current_page_item a,
  #menu-main-navigation li.current_page_item li.current_page_item a:visited,
  #menu-main-navigation li.current_page_item li.current-page-ancestor a,
  #menu-main-navigation li.current_page_item li.current-page-ancestor a:visited,
  #menu-main-navigation li.current-page-ancestor li.current-menu-item a,
  #menu-main-navigation li.current-page-ancestor li.current-menu-item a:visited,
  #menu-main-navigation li.current-page-ancestor li.current_page_item a,
  #menu-main-navigation li.current-page-ancestor li.current_page_item a:visited,
  #menu-main-navigation li.current-page-ancestor li.current-page-ancestor a,
  #menu-main-navigation li.current-page-ancestor li.current-page-ancestor a:visited {
    color: #ed494a;
  }

  /* end .nav */
  .nav {
    /* highlight current page */
    /* end current highlighters */
  }
  .nav li.current-menu-item,
  .nav li.current_page_item,
  .nav li.current-page-ancestor {
    /* highlight current page */
  }
  .nav li.current-menu-item a,
  .nav li.current_page_item a,
  .nav li.current-page-ancestor a {
    color: #ed494a;
  }
  .nav li.current-menu-item li,
  .nav li.current_page_item li,
  .nav li.current-page-ancestor li {
    font-weight: normal;
  }
  .nav li.current-menu-item li.current-menu-item a,
  .nav li.current-menu-item li.current_page_item a,
  .nav li.current-menu-item li.current-page-ancestor a,
  .nav li.current_page_item li.current-menu-item a,
  .nav li.current_page_item li.current_page_item a,
  .nav li.current_page_item li.current-page-ancestor a,
  .nav li.current-page-ancestor li.current-menu-item a,
  .nav li.current-page-ancestor li.current_page_item a,
  .nav li.current-page-ancestor li.current-page-ancestor a {
    color: #ed494a;
  }

  /* end .nav */
  #menu-main-navigation {
    display: block;
    position: relative;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* post content */
  .post-content {
    /* at this larger size, we can start to align images */
  }
  .post-content .alignleft, .post-content img.alignleft {
    margin-right: 1.5em;
    margin-top: 20px;
    display: inline;
    float: left;
  }
  .post-content .alignright, .post-content img.alignright {
    margin-left: 1.5em;
    margin-top: 20px;
    display: inline;
    float: right;
  }
  .post-content .aligncenter, .post-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    display: block;
    clear: both;
    float: none;
  }

  /* end .post-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  PAGE STYLES
  *********************/
  .page-template-default section h2, .page-template-default section .h2, .page-template-default section h3, .page-template-default section .h3, .page section h2, .page section .h2, .page section h3, .page section .h3 {
    text-align: left;
  }
  .page-template-default img.alignleft, .page img.alignleft {
    max-width: 48%;
    margin: 30px 20px 20px 0;
    border: 6px solid white;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }

  /*********************
  PAGE SPECIFIC STYLES
  *********************/
  .homepage #home_rocket, .home #home_rocket, #home #home_rocket {
    background: url(../images/rocket.jpg) no-repeat center bottom;
    background-size: auto;
    min-height: 800px;
    max-height: 800px;
  }
  .homepage #home_rocket .wrap, .home #home_rocket .wrap, #home #home_rocket .wrap {
    /*background: url(../images/rocket-02.svg) no-repeat center bottom;
    background-size: auto 72%;
    min-height: 666px;
    max-height: 800px;*/
  }
  .homepage #home_rocket .wrap #headline_wrapper, .home #home_rocket .wrap #headline_wrapper, #home #home_rocket .wrap #headline_wrapper {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    color: #747474;
  }
  .homepage #home_rocket .wrap #cta_wrapper, .home #home_rocket .wrap #cta_wrapper, #home #home_rocket .wrap #cta_wrapper {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
  }
  .homepage #home_rocket .wrap #cta_wrapper h3, .home #home_rocket .wrap #cta_wrapper h3, #home #home_rocket .wrap #cta_wrapper h3 {
    margin-bottom: 0px;
    font-family: "proxima-nova", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
  }
  .homepage #home_rocket .wrap #cta_wrapper a, .home #home_rocket .wrap #cta_wrapper a, #home #home_rocket .wrap #cta_wrapper a {
    display: block;
    background: #b2b2b2;
    color: white;
    padding: 14px 0;
    margin: 10px 0;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .homepage #home_rocket .wrap #cta_wrapper a:hover, .home #home_rocket .wrap #cta_wrapper a:hover, #home #home_rocket .wrap #cta_wrapper a:hover {
    background: #6e6e6e;
  }
  .homepage .form_wrapper, .homepage .text_wrapper, .home .form_wrapper, .home .text_wrapper, #home .form_wrapper, #home .text_wrapper {
    width: 100%;
    clear: both;
  }
  .homepage #calls_to_action_section, .home #calls_to_action_section, #home #calls_to_action_section {
    background: #dedede;
  }
  .homepage #calls_to_action_section #ctas, .home #calls_to_action_section #ctas, #home #calls_to_action_section #ctas {
    margin: 0 auto;
  }
  .homepage #calls_to_action_section #ctas .cta, .home #calls_to_action_section #ctas .cta, #home #calls_to_action_section #ctas .cta {
    background-color: white;
    background-repeat: no-repeat;
    background-position: -15% -20%;
    background-size: 40% auto;
    padding: 0;
    padding-left: 30%;
  }
  .homepage #calls_to_action_section #ctas .cta a, .home #calls_to_action_section #ctas .cta a, #home #calls_to_action_section #ctas .cta a {
    padding: 30px 32px 20px 0;
    margin-left: 30%;
    display: block;
  }
  .homepage #calls_to_action_section #ctas .cta a h3, .home #calls_to_action_section #ctas .cta a h3, #home #calls_to_action_section #ctas .cta a h3 {
    font-size: 2.5em;
    line-height: 1;
    text-align: right;
    font-weight: 500;
    color: #ed494a;
    margin-bottom: 50px;
  }
  .homepage .post-content.white, .home .post-content.white, #home .post-content.white {
    width: 90%;
    padding: 20px 5%;
    background: #383838;
    color: white;
  }

  .page-template-tmpl_contact-php .hero.full_width_image h2 {
    text-align: right;
  }

  /*********************
  MODULAR STYLES
  *********************/
  #content_grid ul.grid li.section_box {
    height: 500px;
  }
  #content_grid ul.grid li.section_box h3 {
    margin-top: 250px;
  }

  .gform_wrapper ul {
    position: relative !important;
    width: 100% !important;
    float: left !important;
  }

  .gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li, .gform_wrapper li.text-input {
    display: block !important;
    width: 47% !important;
    overflow: hidden !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    position: relative !important;
    clear: both !important;
  }
  .gform_wrapper ul.right_label li.textarea, .gform_wrapper form ul.right_label li.textarea, .gform_wrapper ul.left_label li.textarea, .gform_wrapper form ul.left_label li.textarea, .gform_wrapper li.text-input.textarea {
    width: 97% !important;
  }
  .gform_wrapper ul.right_label li .ginput_container, .gform_wrapper form ul.right_label li .ginput_container, .gform_wrapper ul.left_label li .ginput_container, .gform_wrapper form ul.left_label li .ginput_container, .gform_wrapper li.text-input .ginput_container {
    width: 100% !important;
  }

  .gform_wrapper #gform_page_1_1 ul.right_label li, .gform_wrapper form #gform_page_1_1 ul.right_label li, .gform_wrapper #gform_page_1_1 ul.left_label li, .gform_wrapper form #gform_page_1_1 ul.left_label li, .gform_wrapper li.text-input.alignleft, .gform_wrapper li.text-input.alignright {
    float: left !important;
    clear: none !important;
  }
  .gform_wrapper #gform_page_1_1 ul.right_label li:nth-child(even), .gform_wrapper form #gform_page_1_1 ul.right_label li:nth-child(even), .gform_wrapper #gform_page_1_1 ul.left_label li:nth-child(even), .gform_wrapper form #gform_page_1_1 ul.left_label li:nth-child(even), .gform_wrapper li.text-input.alignleft:nth-child(even), .gform_wrapper li.text-input.alignright:nth-child(even) {
    float: right !important;
  }
  .gform_wrapper #gform_page_1_1 ul.right_label li .ginput_container, .gform_wrapper form #gform_page_1_1 ul.right_label li .ginput_container, .gform_wrapper #gform_page_1_1 ul.left_label li .ginput_container, .gform_wrapper form #gform_page_1_1 ul.left_label li .ginput_container, .gform_wrapper li.text-input.alignleft .ginput_container, .gform_wrapper li.text-input.alignright .ginput_container {
    width: 100% !important;
  }

  .gform_wrapper #gform_page_1_1 .right_label #field_1_7, .gform_wrapper .clearfix.checkboxes {
    clear: both !important;
  }
  .gform_wrapper #gform_page_1_1 .right_label #field_1_7 .gfield_label, .gform_wrapper .clearfix.checkboxes .gfield_label {
    display: inline-block !important;
    width: 100% !important;
    text-align: left;
    margin-bottom: 10px;
  }
  .gform_wrapper #gform_page_1_1 .right_label #field_1_7 ul li, .gform_wrapper .clearfix.checkboxes ul li {
    width: 100% !important;
  }
  .gform_wrapper #gform_page_1_1 .right_label #field_1_7 ul li input, .gform_wrapper .clearfix.checkboxes ul li input {
    background: #dedede !important;
    border: 1px solid #dedede !important;
  }

  .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
    max-width: 400px !important;
  }

  .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
    width: 95% !important;
    max-width: 400px !important;
    padding: 10px 0px 10px 3% !important;
    display: block !important;
  }

  .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    line-height: 1.2 !important;
    font-size: 15px !important;
  }

  .gform_wrapper textarea, .gform_wrapper select, .gform_wrapper ul.right_label li.uploader {
    float: left !important;
    margin-top: 10px !important;
    width: 98% !important;
  }
}
/*
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: 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
  *********************/
  body {
    font-size: 16px;
    font-weight: 300;
  }

  #content {
    padding-bottom: 0px;
  }

  .wrap {
    width: 94%;
  }

  h1, .h1 {
    font-size: 2.75em;
    line-height: 1.5;
  }

  h2, .h2 {
    font-size: 2.25em;
    line-height: 1;
    margin-bottom: 0.375em;
  }

  h3, .h3 {
    font-size: 2em;
  }

  h4, .h4 {
    font-size: 1.75em;
    line-height: 1;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 15px;
  }

  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /* home page */
  /* blog page */
  /* archive page */
  /* 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 */
  /* single post page */
  /* 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 */
  /* 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 */
  /* 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) */
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*
  	This 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.
  */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* layout & column defaults */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  .first {
    margin-left: 0;
  }

  .last {
    float: right;
  }

  /*
  blockquote {
  	padding: 1em;
  	width: 30%;
  	background: rgba(255,255,255,.6);
  	float: right;
  	font-style: italic;
  }
  */
  .two-col {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
  }

  .three-col {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
  }

  /*********************
  HEADER SYTLES
  *********************/
  .header {
    height: 80px;
    background: white;
  }
  .header .wrap {
    width: 90.375%;
    max-width: inherit;
    margin: 0 auto;
  }
  .header #logo {
    top: 15px;
    left: 4.1825%;
    position: absolute;
    max-width: 20%;
  }
  .header #logo img {
    max-width: 100%;
    float: left;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  #menu-main-navigation {
    width: auto;
    float: right;
    text-align: right;
    margin: 24px 3% 0 0;
  }
  #menu-main-navigation li a, #menu-main-navigation li a:visited {
    font-size: 16px;
    margin: 0 0 0 20px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 1em;
  }

  .widgettitle {
    margin-bottom: 0.75em;
    text-align: left;
  }

  .widget {
    padding: 0;
    margin: 2.2em 0;
    text-align: left;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .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
  *********************/
  .footer {
    width: 100%;
    font-size: 1em;
  }

  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-nav {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .footer-nav li {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    padding: 0 1.2%;
    text-align: left;
    /* 
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }
  .footer-nav li ul {
    display: block;
  }
  .footer-nav li ul li {
    display: block;
    font-weight: 500;
    padding: 0;
    text-transform: none;
  }
  .footer-nav li ul li ul {
    display: none;
  }

  /*********************
  PAGE SPECIFIC STYLES
  *********************/
  .homepage #home_rocket, .home #home_rocket, #home #home_rocket {
    min-height: 566px;
    max-height: 700px;
  }
  .homepage .form_wrapper, .homepage .text_wrapper, .home .form_wrapper, .home .text_wrapper, #home .form_wrapper, #home .text_wrapper {
    max-width: 800px;
    margin: 20px auto;
    float: none;
  }
  .homepage #calls_to_action_section #ctas .cta, .home #calls_to_action_section #ctas .cta, #home #calls_to_action_section #ctas .cta {
    background-position: -10% -15%;
    background-size: 40% auto;
    padding-left: 0;
  }
  .homepage #calls_to_action_section #ctas .cta a, .home #calls_to_action_section #ctas .cta a, #home #calls_to_action_section #ctas .cta a {
    padding: 10px 20px 10px;
    margin-left: 0;
  }
  .homepage #calls_to_action_section #ctas .cta a h3, .home #calls_to_action_section #ctas .cta a h3, #home #calls_to_action_section #ctas .cta a h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
  }
  .homepage .post-content.white, .home .post-content.white, #home .post-content.white {
    width: 90%;
    padding: 20px 5%;
    background: #383838;
    color: white;
  }

  .single-bios .img_wrapper img {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .page-template-tmpl-testimonials-php #testimonials #featured_testimonials h2 {
    width: 37.5%;
    display: inline-block;
    margin-bottom: 0;
  }
  .page-template-tmpl-testimonials-php #testimonials #other_testimonials .fourcol {
    margin-bottom: 50px;
  }
  .page-template-tmpl-testimonials-php #testimonials #other_testimonials h2 {
    margin-top: 40px;
  }

  .case_study_summary {
    margin: 30px 0 20px;
  }
  .case_study_summary:last-child {
    margin-bottom: 60px;
  }
  .case_study_summary .case_study_wrapper {
    min-height: 250px;
  }
  .case_study_summary .case_study_wrapper .case_study_title_image {
    position: relative;
    background-color: #6e6e6e;
  }
  .case_study_summary .case_study_wrapper .case_study_title_image .case_study_image {
    background-image: url(../images/case_study1.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
  }
  .case_study_summary .case_study_wrapper .case_study_title_image h2 {
    position: absolute;
    left: 0;
    width: 80%;
    padding: 0 10%;
    color: white;
    font-size: 2em;
    margin: 0;
  }
  .case_study_summary .case_study_wrapper .case_study_title_image .icon {
    position: absolute;
    right: -56px;
    width: 100px;
    height: 100px;
    padding: 6px;
    margin: 0;
    background: #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .case_study_summary .case_study_wrapper .case_study_content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .page-template-tmpl-news-php .hero .page-title,
  .single .hero .page-title,
  .archive .hero .page-title {
    font-size: 2.4em;
  }
  .page-template-tmpl-news-php.single-bios .hero .page-title,
  .single.single-bios .hero .page-title,
  .archive.single-bios .hero .page-title {
    font-size: 3em;
  }
  .page-template-tmpl-news-php #news_content .news_section,
  .single #news_content .news_section,
  .archive #news_content .news_section {
    margin: 15px 0;
    background: #f4f4f4;
    padding: 15px 20px;
  }
  .page-template-tmpl-news-php #news_content .news_section .section_header,
  .single #news_content .news_section .section_header,
  .archive #news_content .news_section .section_header {
    text-align: center;
  }
  .page-template-tmpl-news-php #news_content .news_section .section_header h4,
  .single #news_content .news_section .section_header h4,
  .archive #news_content .news_section .section_header h4 {
    padding-bottom: 90%;
    background-repeat: no-repeat;
    background-position: center 65%;
    background-size: 70% auto;
    background-image: url(../images/icons/hero_seo.png);
  }
  .page-template-tmpl-news-php #news_content .news_section .section_header .btn_more,
  .single #news_content .news_section .section_header .btn_more,
  .archive #news_content .news_section .section_header .btn_more {
    color: #ed494a;
    font-weight: 500;
    text-transform: uppercase;
  }
  .page-template-tmpl-news-php #news_content .news_section .section_body .wrap,
  .single #news_content .news_section .section_body .wrap,
  .archive #news_content .news_section .section_body .wrap {
    padding: 15px 0;
  }
  .page-template-tmpl-news-php h3,
  .single h3,
  .archive h3 {
    text-align: left;
  }
  .page-template-tmpl-news-php .facebook_box,
  .single .facebook_box,
  .archive .facebook_box {
    margin: 0 0 20px 30px;
  }
  .page-template-tmpl-news-php .share_buttons_wrapper ul.share_buttons li,
  .single .share_buttons_wrapper ul.share_buttons li,
  .archive .share_buttons_wrapper ul.share_buttons li {
    margin: 0 0 0 2.762430939%;
    float: left;
    width: 22.928176794%;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .page-template-tmpl-news-php .share_buttons_wrapper ul.share_buttons li.first,
  .single .share_buttons_wrapper ul.share_buttons li.first,
  .archive .share_buttons_wrapper ul.share_buttons li.first {
    margin-left: 0;
  }

  .page-template-tmpl_tabbed-content-php {
    max-width: 100%;
    overflow-x: hidden;
  }

  #tabbed_content_nav {
    padding-top: 0px;
    position: relative;
    margin-top: 70px;
  }
  #tabbed_content_nav ul {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  #tabbed_content_nav ul li {
    display: block;
    text-align: left;
    background-color: #f4f4f4;
    margin: 0 0 10px;
    background-position: 20px center;
    height: auto;
    border: none;
    width: 100%;
    float: none;
  }
  #tabbed_content_nav ul li a {
    display: block;
    color: #6e6e6e;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 15px 15px 100px;
    display: block;
    text-indent: 0px;
    margin: 0px;
    border: none;
  }
  #tabbed_content_nav ul li:hover {
    background-color: #6e6e6e;
  }
  #tabbed_content_nav ul li:hover a {
    color: white;
  }
  #tabbed_content_nav ul li.active {
    background-color: #ed494a;
  }
  #tabbed_content_nav ul li.active a {
    color: white;
  }
  #tabbed_content_nav.widget {
    margin-top: 0;
  }
  #tabbed_content_nav.widget ul li:hover {
    background-color: #ed494a;
  }

  /*********************
  MODULAR STYLES
  *********************/
  .hero {
    text-align: right;
    background-repeat: no-repeat;
    background-position: 3% center;
    background-size: auto 70%;
    background-image: url(../images/icons/hero_seo.png);
    color: #747474;
  }
  .hero .wrap > *:not(.clearfix) {
    width: 66%;
    float: right;
  }
  .hero .page-title {
    text-align: right;
    margin-bottom: 16px;
    font-size: 3em;
    line-height: 1;
  }
  .hero .content {
    text-align: right;
  }
  .hero .content blockquote {
    margin-bottom: 1em;
  }

  .quote_wrapper {
    background-image: url(../images/bg_tabs1.jpg);
    background-size: cover;
  }
  .quote_wrapper .content {
    text-align: right;
    color: white;
  }
  .quote_wrapper .content blockquote {
    margin-bottom: 1em;
    color: white;
  }

  #child_nav_wrapper {
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
    text-align: right;
    margin-top: 16px;
  }
  #child_nav_wrapper ul {
    width: auto;
    margin: 0;
    padding: 16px 0;
    float: none;
    display: inline-block;
    border-top: 1px solid #747474;
    /* highlight current page */
    /* end current highlighters */
  }
  #child_nav_wrapper ul li {
    display: inline-block;
    height: inherit;
    margin: 0;
    padding: 0 10px;
    float: none;
    text-align: center;
    border-top: none;
    border-right: 1px solid #747474;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .8em;
    line-height: .8em;
  }
  #child_nav_wrapper ul li:first-child {
    padding-left: 0;
  }
  #child_nav_wrapper ul li:last-child {
    border-right: none;
    padding-right: 0;
  }
  #child_nav_wrapper ul li a:link,
  #child_nav_wrapper ul li a:visited {
    display: inline-block;
    color: #747474;
  }
  #child_nav_wrapper ul li.current-menu-item a,
  #child_nav_wrapper ul li.current_page_item a,
  #child_nav_wrapper ul li.current-page-ancestor a {
    color: #ed494a;
  }

  .bio {
    position: relative;
    margin-left: 2.762430939%;
  }
  .bio .name_wrapper {
    width: 100%;
  }
  .bio .name_wrapper h3 {
    font-size: 20px;
    text-transform: none;
    color: #ed494a;
    margin-bottom: 16px;
  }
  .bio .name_wrapper h5 {
    text-align: center;
    color: #6e6e6e;
  }
  .bio .bio_pic {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .bio .bio_pic .img {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .bio .bio_pic .img:hover {
    opacity: 0;
  }
  .bio:first-child {
    margin-left: 0;
  }
  .bio:nth-child(4n+4) {
    margin-right: 0;
  }

  #dark_form_wrapper {
    background: url(../images/dark_form_wrapper.png) left bottom no-repeat #383838;
    background-size: 50% auto;
  }

  #sidebar2 {
    display: block;
  }

  .scroller #content_grid {
    height: 500px;
    overflow-x: hidden;
    position: relative;
    padding: 60px 0;
  }
  .scroller #content_grid .grid_wrapper {
    height: 500px;
    overflow-x: hidden;
    position: relative;
  }
  .scroller #content_grid .grid_wrapper ul {
    float: left;
    width: auto;
    min-width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .scroller .scroller_nav {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 110px;
    left: 0;
    overflow: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 100px 0;
  }
  .scroller .scroller_nav:hover {
    opacity: 1;
  }
  .scroller .scroller_nav a {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .scroller .scroller_nav a.btn_scroller_prev {
    float: left;
    margin-left: -40px;
    background: url(../images/icons/arrow_prev.png) no-repeat 80% center #f4f4f4;
  }
  .scroller .scroller_nav a.btn_scroller_next {
    float: right;
    margin-right: -40px;
    background: url(../images/icons/arrow_next.png) no-repeat 20% center #f4f4f4;
  }
}
/*
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: Rocket Clicks
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  body {
    font-size: 17px;
  }

  /*********************
  HEADER SYTLES
  *********************/
  .header #logo {
    top: 5px;
  }
  .header #logo img {
    width: 240px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  #menu-main-navigation li a, #menu-main-navigation li a:visited {
    font-size: 18px;
    margin: 0 0 0 30px;
  }

  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    width: 100%;
    font-size: 1.25em;
  }

  .footer-nav li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }
  .footer-nav li a {
    font-size: 18px;
  }

  /*********************
  MODULAR STYLES
  *********************/
  /*
  .gform_wrapper .right_label .gfield_label {
  	margin: 5px 15px 0 -30% !important;
  	width: 59% !important;
  }
  */
  /*********************
  PAGE SPECIFIC STYLES
  *********************/
  .homepage .form_wrapper, .homepage .text_wrapper, .home .form_wrapper, .home .text_wrapper, #home .form_wrapper, #home .text_wrapper {
    margin: 20px 1.05%;
    float: left;
    clear: none;
    width: 48.618784527%;
    max-width: 100%;
  }
  .homepage .form_wrapper, .home .form_wrapper, #home .form_wrapper {
    margin-left: 0;
  }
  .homepage .text_wrapper, .home .text_wrapper, #home .text_wrapper {
    margin-right: 0;
  }
  .homepage #calls_to_action_section #ctas .cta, .home #calls_to_action_section #ctas .cta, #home #calls_to_action_section #ctas .cta {
    background-position: -10% -15%;
    background-size: 40% auto;
    padding-left: 0;
  }
  .homepage #calls_to_action_section #ctas .cta a, .home #calls_to_action_section #ctas .cta a, #home #calls_to_action_section #ctas .cta a {
    padding: 40px 30px 20px;
    margin-left: 0;
  }
  .homepage #calls_to_action_section #ctas .cta a h3, .home #calls_to_action_section #ctas .cta a h3, #home #calls_to_action_section #ctas .cta a h3 {
    margin-bottom: 30px;
    font-size: 2em;
  }

  .page-template-tmpl-team-php .bio {
    		/*.name_wrapper {
    			height: 80px;
    			position: relative;
    
    			h3 {
    				font-size: 1.75em;
    			}
    
    			h5 {
    				position: absolute;
    				left: 0;
    				bottom: 0;
    				width: 100%;
    				text-align: center;
    			}
    		}*/
  }

  .single .share_buttons_wrapper ul.share_buttons li {
    font-size: 15px;
    letter-spacing: 2px;
  }
}
/*
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.
  
  ******************************************************************/
  body {
    font-size: 18px;
  }

  /*********************
  HEADER SYTLES
  *********************/
  .header .wrap {
    margin: 0 auto;
  }
  .header #logo {
    left: 3%;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  PAGE TEMPLATE STYLES
  *********************/
  .page-template .share_buttons_wrapper ul.share_buttons li, .page-template-default .share_buttons_wrapper ul.share_buttons li, .single .share_buttons_wrapper ul.share_buttons li, .blog .share_buttons_wrapper ul.share_buttons li, .archive .share_buttons_wrapper ul.share_buttons li {
    font-size: 18px;
    letter-spacing: 2px;
  }

  /*********************
  PAGE SPECIFIC STYLES
  *********************/
  .page-template-tmpl_contact-php .hero.full_width_image .hero_txt {
    top: 100px;
  }
}
/*
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. 
  
  */
}
/*
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 {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
