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

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 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%;
  -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;
}
html, body{
    overflow-x: hidden !important;
    position: relative !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* disable webkit tap highlight */
}
/* ==========================================================================
   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.35em 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;
}

nav li{
}

nav li.network{
  font-size: 16px;
}

nav li.network a {
    display: block;
    color: #777;
    padding: 10px 30px 10px 30px;
   border-bottom: none;
    border-top: none;
    text-decoration: none;
    line-height: 17px;
}

nav li.network a:hover{
    background: #00b4ff;
    color: #FFF;
    text-decoration: none;
}
nav li.network a:hover:visited{
    background: #00b4ff;
    color: #FFF;
    text-decoration: none;
}
nav li.network a:visited {
    display: block;
    color: #777;
    padding: 10px 30px 10px 30px;
   border-bottom: none;
    border-top: none;
    text-decoration: none;
    line-height: 17px;
}

/* ==========================================================================
   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 */

}

/* Make sure embeds and iframes scale on smaller screens */
embed,
iframe,
object {
  max-width: 100% !important;
  /*width:100% !important;*/
}

/*
 * 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;
  *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;
  *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 LESS' 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 {
  /* for IE */

  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: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') 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;
  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: .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: .border-radius(4px,4px,0,0);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* .boxSizing(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? */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0 0 4px #444); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #931f21;
  border-top-color: #ac2426;
  border-left-color: #ac2426;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #b52628;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ca2a2d), to(#b52628));
  background-image: -webkit-linear-gradient(top, #ca2a2d, #b52628);
  background-image: -moz-linear-gradient(top, #ca2a2d, #b52628);
  background-image: -o-linear-gradient(top, #ca2a2d, #b52628);
  background-image: linear-gradient(to bottom, #ca2a2d, #b52628);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #931f21;
  border-top-color: #76181a;
  border-left-color: #76181a;
  background-color: #a02124;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b52628), to(#a02124));
  background-image: -webkit-linear-gradient(top, #b52628, #a02124);
  background-image: -moz-linear-gradient(top, #b52628, #a02124);
  background-image: -o-linear-gradient(top, #b52628, #a02124);
  background-image: linear-gradient(to bottom, #b52628, #a02124);
}
.button:active,
.button:visited:active {
  background-color: #ca2a2d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b52628), to(#ca2a2d));
  background-image: -webkit-linear-gradient(top, #b52628, #ca2a2d);
  background-image: -moz-linear-gradient(top, #b52628, #ca2a2d);
  background-image: -o-linear-gradient(top, #b52628, #ca2a2d);
  background-image: linear-gradient(to bottom, #b52628, #ca2a2d);
}
.blue-button,
.blue-button:visited {
  border-color: #0e2451;
  text-shadow: 0 1px 1px #0e2451;
  background-color: #122e66;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16387c), to(#122e66));
  background-image: -webkit-linear-gradient(top, #16387c, #122e66);
  background-image: -moz-linear-gradient(top, #16387c, #122e66);
  background-image: -o-linear-gradient(top, #16387c, #122e66);
  background-image: linear-gradient(to bottom, #16387c, #122e66);
  -webkit-box-shadow: inset 0 0 3px #2257c1;
  -moz-box-shadow: inset 0 0 3px #2257c1;
  box-shadow: inset 0 0 3px #2257c1;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #0a1b3b;
  background-color: #0e2451;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#13306b), to(#0e2451));
  background-image: -webkit-linear-gradient(top, #13306b, #0e2451);
  background-image: -moz-linear-gradient(top, #13306b, #0e2451);
  background-image: -o-linear-gradient(top, #13306b, #0e2451);
  background-image: linear-gradient(to bottom, #13306b, #0e2451);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #16387c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#122e66), to(#16387c));
  background-image: -webkit-linear-gradient(top, #122e66, #16387c);
  background-image: -moz-linear-gradient(top, #122e66, #16387c);
  background-image: -o-linear-gradient(top, #122e66, #16387c);
  background-image: linear-gradient(to bottom, #122e66, #16387c);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

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

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #333;
}
p {
  margin: 0 0 1.8em 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
/*
.global-nav-wrap nav ul,
.main-nav-inner nav ul,
#site-nav nav ul { display: none; }
.global-nav-wrap nav select,
.main-nav-inner nav select,
#site-nav nav select { display: inline-block; width: 100%; }
#site-nav nav select { width: auto; }
*/
/********************
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
*********************/
dl,
menu,
ol,
ul {
  margin: 0;
}
.wrap {
  width: 90%;
  margin: 0 auto;
}
/*
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 {
  color: #026cb6;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #e94936;
  text-decoration: none;
}
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);
}
div a {
  text-decoration: none;
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 600;
  /*
	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: normal 2em/1.333em 'Droid Sans', Helvetica, arial, sans-serif;
}

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

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

h4, .h4 {
	font-size: 1.1em;
	font-weight: 700;
}

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

.wp-pagenavi {
  margin:20px 0;
}

.wp-pagenavi span.page-numbers {
  font-size: 18px;
  padding-right:7px;
}

.wp-pagenavi a {
  font-size: 18px;
  text-decoration: none;
  padding-right:7px;
}

.advertisment {
  text-align: center;
  padding: 10px;
  width:100%;
}
.leaderboard {
  display:none;
}

.sidebar_ad {
  border: 1px solid #dedede;
  min-width: 300px;
}
/*********************
GLOBAL HEADER SYTLES
*********************/
/* SECTION STYLING */
.section {
  width: 600px;
  margin-top: 27px;
  clear: both;
  height: auto;
}
.section-head,
.section-head-centered {
  border-bottom: 2px solid #696969;
  float: left;
  padding: 0;
  margin: 0px 0 25px 0;
  width: 100%;
}
.section-head {
  text-align: left;
}
.section-head-centered {
  text-align: center;
}
.section-head .section-head-block {
  padding: 5px 10px 5px 0;
  font: normal 27px/21px BebasRegular, Helvetica, Arial, sans-serif;
}
.section-head-centered .section-head-block {
  padding: 5px 10px;
  font: normal 21px/21px BebasRegular, Helvetica, Arial, sans-serif;
}
.section-head-block {
  width: auto;
  position: relative;
  top: 15px;
  color: #333;
}
.section-head span {
  background: white;
  padding: 5px 10px 5px 0;
}
.section-head-centered span {
  background: white;
  padding: 5px 10px;
}
/* SECTION STYLING *//* BEGIN GRAY GLOBAL NAV */
#globalnavwrap {
  background: #f4f4f4;
  display: block;
  height: 36px;
  padding: 4px 0 0 0;
  position: relative;
}
#globalnav-outer {
  background: #f8f8f8 url('../images/bg-nav-global.jpg') repeat-x 0 0;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f8f8f8 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f8f8f8 0%, #dadada 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f8f8f8 0%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(top, #f8f8f8 0%, #dadada 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dadada', GradientType=0);
  /* IE6-8 */

  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #e8e8e8;
}
#globalnav {
  display: block;
  height: 36px;
  position: relative;
}
.menu-global li {
  display: block;
  float: left;
  border-right: 1px solid #faf9f9;
  border-left: 1px solid #c6c4c4;
}
.menu-global li:hover {
  background: #dadada;
  /* Old browsers */

  background: -moz-linear-gradient(top, #dadada 0%, #f8f8f8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f8f8f8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #dadada 0%, #f8f8f8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #dadada 0%, #f8f8f8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #dadada 0%, #f8f8f8 100%);
  /* IE10+ */

  background: linear-gradient(top, #dadada 0%, #f8f8f8 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#f8f8f8', GradientType=0);
  /* IE6-8 */

}
.menu-global li a {
  color: #000;
  display: block;
  text-decoration: none;
  font: normal 11px/13px 'Puritan', Helvetica, sans-serif;
  padding: 12px 6px;
}
.menu-global li a:hover {
  color: #d63d3d;
}
.menu-global li.active {
  background: #ffffff url('../images/bg-global-nav-shadow.jpg') repeat-x;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding: 8px 0 0 0;
  margin-top: -8px;
  color: #d3323f;
  position: relative;
  top: 1px;
  left: auto;
}
.menu-global li.active a {
  color: #d3323f;
  font-size: 12px;
}
.menu-global .active:hover {
  background: #ffffff url('../images/bg-global-nav-shadow.jpg') repeat-x;
}
.menu-global {
  float: left;
}
#global-login {
  float: right;
  margin-top: 8px;
  line-height: 10px;
}
#global-login li {
  float: left;
  display: block;
  border: 0;
  height: 12px;
  margin: 5px;
}
#global-login li:first-child {
  padding-right: 10px;
  border-right: 1px dotted #999;
}
#global-login li:hover,
#global-login li a:hover {
  background: none;
}
#global-login li a {
  font: normal 10px/10px Arial, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
}
#global-login li a:hover {
  color: #d3323f;
}
/* END GRAY GLOBAL NAV */
/* BEGIN SITE-SPECIFC SMALL NAV */
#site-nav {
  margin-top: 16px;
  z-index: 10;
  display: none;
}
#site-nav li {
  display: block;
  float: left;
  border-right: 1px solid #ccc;
  padding: 0 0px 0 8px;
  height: 16px;
  list-style-type: none;
}
#site-nav li a {
  background: url('../images/arrow-global.jpg') no-repeat right 5px;
  font: normal 11px/18px 'Droid Sans', Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  margin-right: 3px;
  padding: 3px 12px 8px 0;
  text-transform: uppercase;
}
#site-nav li a:hover {
  color: #d63d3d;
}
/* no arrow dropdown entries */
#site-nav .option {
  background: none;
  padding-right: 5px;
}
#site-nav li:last-child {
  border: none;
}
/* END SITE-SPECIFIC SMALL NAV */
/* BEGIN SITE-EDITION SMALL NAV */
#site-edition {
  margin: 48px 0 0 10px;
  float: left;
  position: relative;
  z-index: 5;
  position: absolute \9;
  top: 30px \9;
  left: 340px \9;
}
#site-edition li {
  display: block;
  float: left;
  padding: 0;
  height: 16px;
  list-style-type: none;
}
#site-edition li a {
  background: url('../images/arrow-edition.jpg') no-repeat right 2px;
  font: normal 11px/18px 'Droid Sans', Arial, Helvetica, sans-serif;
  color: #d63d3d;
  text-decoration: none;
  margin-right: 3px;
  padding: 3px 20px 12px 0;
  text-transform: uppercase;
}
#site-edition li a:hover {
  color: #000000;
}
/* Pure CSS dropdown - no need for jQuery on these 
	* Structure the boxes
	* Hide them
	* Show on specific hover commands
	*/
#site-edition .site-dropdown {
  display: none;
  position: absolute;
}
#site-edition li:hover .site-dropdown {
  display: block;
}
#site-edition .site-dropdown a,
#site-edition .site-dropdown a:after {
  display: block;
  background-image: none;
  float: none;
  border: none;
}
/* Dropdown Dual column style (gray left - white right) */
#site-edition .site-dropdown:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50px;
  margin: 0;
  background: url('../images/dropdown-sitenav-arrow.png') no-repeat 0 0px;
  width: 15px;
  height: 9px;
}
#site-edition .site-dropdown {
  background: #fff;
  border: 2px solid #666;
  margin: 5px 0 0 -40px;
  padding: 8px 0;
  width: 270px;
  box-shadow: 0px 5px 10px #999;
  -moz-box-shadow: 0 5px 10px #999;
  -webkit-box-shadow: 0 5px 10px #999;
}
#site-edition .site-dropdown li {
  display: block;
  height: auto;
  width: 50%;
}
#site-edition .site-dropdown li a {
  color: #026cb6;
  font: normal 12px/12px 'Droid Sans', Helvetica, Arial, sans-serif;
  display: block;
  padding: 8px 18px;
  margin: 0;
}
#site-edition .site-dropdown li:hover a,
#site-edition .site-dropdown li.active a {
  color: #000;
}
#site-edition .site-dropdown li.active {
  background: url('../images/editions-check.png') no-repeat 95% center;
}
/* END SITE-EDITION SMALL NAV */
/* BEGIN SITE SOCIAL */
#site-social {
  display: none;
  margin-top: 16px;
  float: right;
  position: relative;
}
#site-social li {
  display: block;
  float: left;
  margin-left: 10px;
  height: 20px;
  color: #888888;
  font: normal 12px/24px Georgia, Times, Times New Roman, serif;
}
#site-social li a {
  display: block;
 /* background-image: url('../images/main-social-sprite.png');*/
  height: 20px;
  width: 20px;
  text-indent: -9999em;
}
#site-social .pinterest a {
  background-position: 0 0;
}
#site-social .facebook a {
  background-position: 0 -30px;
}
#site-social .twitter a {
  background-position: 0 -60px;
}
#site-social .google a {
  background-position: 0 -90px;
}
#site-social .foursquare a {
  background-position: 0 -120px;
}
#site-social .tumblr a {
  background-position: 0 -150px;
}
#site-social .rss a {
  background-position: 0 -180px;
}
/* END SITE SOCIAL */
/* SITE LOGO MOBILE*/
#site-logo {
  display:block;
  clear: both;
  text-align: center;
  margin: 7px 0 7px 0;
}
#site-logo a {
  color: #999;
  font: 600 12px/15px 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: none;
}
#site-logo img {
  width: 70%;
}
/* END SITE LOGO */

/* SITE LOGO DESKTOP*/
#site-logo-desktop {
  display:none;
  clear: both;
  text-align: center;
  margin: 5px 0 5px 0;
}

/* END SITE LOGO */

/* SEARCH AREA */
#search-box {
  display: none;
}
/* SEARCH AREA */
/* MAIN NAV */
.main-nav {
  clear: both;
  position: relative;
  z-index: 1;
}
.main-nav li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  background: #000000;
  /* Old browsers */

  display: block;
}
.main-nav li > a,
.main-nav li:hover a {
  /* background: url('../images/dropdown-mainnav-arrow.png') no-repeat 96% 50%; 
		padding: 9px 16px 9px 10px; */

  padding: 9px 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  font: 300 20px/18px 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/*	.main-nav li > a:after {
		content: '';
		position: absolute;
		margin: 6px 0 0 5px;
		background: url('../images/dropdown-mainnav-arrow.png') no-repeat 0 0px; 
		width: 9px; height: 6px; 
		}
*/
.main-nav li.noarrow > a,
.main-nav li.noarrow > a:after {
  background: none !important;
  margin: 0 !important;
  padding-right: 11px !important;
  width: auto;
  height: auto;
}
/* jQuery injected */
.main-nav li:hover {
  background: #f62626;
  /* Old browsers */

}

/* Mobile main nav */
 .main-nav-wrap {
    clear: both;
    z-index: 0;
    height: 66px;
    background: #fff;
    border-bottom:2px solid #ddd;
  }
.mobile_navbox {
  font: 300 20px/18px 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.mobile_navbox .pushy_select {
  width: 10%;
  height:66px;
  float:left;
  border-right: none;
  border-left: none;
  cursor: pointer;
  text-align:left;
}

.menu-btn {
 /* background: #fff url('../images/menu-icon-mobile-red.png') no-repeat 10% 50%; */
  width: 100%;
  height:62px;
  margin-top:22px;
  color:#333;
}

.mobile_navbox .blogs_header {
  width: 87%;
  float:left;
  text-align:center; 
  padding:17px 8px 0 8px; 
}
.mobile_navbox .blogs_header img{
  width:100%;
}
.mobile_navbox .blogs_header a {
  color:#fff; 
  font-family: 'Lato', sans-serif; 
  font-weight: 400; 
  font-size:23px;
  line-height:30px;
  text-decoration: none;
}
.mobile_navbox .blogs_header a:visited {
  color:#fff;
}
.mobile_navbox .desktop_search {
  display:none;
}
.mobile_search_dd {
  display: block;
  position: relative;
  background: #333;
  color: #aaa;
  width: 100%;
  height: 50px;
  padding:8px;
  margin-bottom: 2px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile_search_dd .fa-search { 
  position: absolute;
  top: 18px;
  left: 17px;
}
.mobile_search_dd #mobile_searchfield {
  width: 99%;
  margin: 0;
  padding: 9px 5px 9px 13px;
  border: none;
  text-indent: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-nav {
  display: none;
}
.blogs_nav {
  display: none;
  padding: 20px;
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height:18px;
  background:#FFF;
}
.blogs_nav .header {
  clear: both;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
}

.bai-blog-logo{
  fill: #ccc;
}

.blogs_nav ul {
  margin: 0 0 20px;
  padding: 0;
}
.blogs_nav ul:before,
.blogs_nav ul:after {
  content: " ";
  display: table;
}
.blogs_nav ul:after {
  clear: both;
}
.blogs_nav li.house {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.blogs_nav li.house a {
  color:#333;
  text-decoration: none;
}
.blogs_nav li.house a:hover {
  color:#999;
  text-decoration: none;
}

.blogs_nav li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
.blogs_nav li a {
  color:#333;
  text-decoration: none;
}
.blogs_nav li a:hover {
  color:#999;
  text-decoration: none;
}

.networknav{
  display:none;
  float:right; 
  padding-top:12px;
}
.networknav a{
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color:#ccc; 
  font-size:12px; 
  text-decoration: none;
  padding-left: 18px;
} 
.networknav a:hover{
  color:#999;
}
/*********************
HEADER STYLES
*********************/
.header {
  margin-bottom: 20px;
  line-height: 12px;
  background:#fff;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.logo {
  margin: 10px 0;
}
/*********************
BLOG GRID (directory) STYLES
*********************/
.blog-filter {
  font: normal 18px/38px 'PT Sans Narrow', helvetica, arial, sans-serif;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin: 15px 0 30px 0;
  text-rendering: optimizespeed;
}
.blog-filter h1 {
  font: 400 36px/34px 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
  text-rendering: optimizespeed;
  text-transform: uppercase;
  float: left;
  display: block;
  margin: 0;
}
.blog-filter #filter {
  display: none;
}
.blog-grid {
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-grid-header {
  display:block;
  padding:0; 
  text-align:left;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size:15px;
  color:#555;
  font-weight: 600;
  text-transform: uppercase;
}
.branded-blog-grid-header {
  display:none;
  padding:0; 
  text-align:center;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size:18px;
  color:#555;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-grid li {
  float: left;
  width: 100%;
  margin: 10px 0 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-bottom:10px;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:1px solid #ddd;
}
.blog-grid li:before,
.blog-grid li:after {
  content: " ";
  display: table;
}
.blog-grid li:after {
  clear: both;
}
.blog-grid li:hover {
 /* background: #f4f4f4; */
}

.blog-grid .content {
  float:left; 
  width:100%;
}
.post-thumbnail-directory {
  margin:0;
  padding:56.25% 0 0 0;
  background-color:#F5F5F5; 
  display:block;
  width:100%;
  position: relative;
  height:0;
  overflow: hidden;

}
.post-thumbnail-directory img {
  position: absolute;
  display: block;
  margin:auto !important;
  left:0;
  right: 0;
  top:0;
  bottom:0;
  width:100%;
}

.blog-grid .article-header {
  padding:10px 0 10px 0;
}

.blog-grid .article-header .blog {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size:13px;
  line-height: 15px;
  margin:5px 0;
}

.blog-grid .article-header .blog a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#e94936;
  font-size:13px;
  line-height: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-grid .article-header .blog a:hover {
  color:#e94936;
  text-decoration: underline;
}
.blog-grid .article-header .blog a:visited {
  color:#e94936;
  text-decoration: none;
}
.blog-grid .article-header .icon {
  display:none;
  float:left; 
  margin-right:6px; 
  width:12%;
}
.blog-grid .article-header .icon img { 
  width:80%;
  height:80%;
}
.blog-grid .article-header .title {
margin-top:0;
margin-bottom: 15px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color:#222;
font-size:22px;
line-height:26px;
font-weight: 600;
letter-spacing: -.01em;
}

.blog-grid .article-header .title a {
  color:#222;
  text-decoration: none;
}
.blog-grid .article-header .title a:hover {
  color:#e94936;
  text-decoration: none;
}
.blog-grid .article-header .title a:visited {
  color:#222;
}
.blog-grid .article-header .date {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#555;
  font-size:12px;
  line-height:14px;
  font-weight: 400;
  text-transform:uppercase;
}

/****************************
BRANDED BLOGS DIRECTORY PAGE
*****************************/
/* Non-House Blogs */
.blog-grid-branded {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.blog-grid-branded li {
  float: left;
  width: 100%;
  margin: 10px 0 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-bottom:10px;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:1px solid #ddd;
}
.blog-grid-branded li:before,
.blog-grid-branded li:after {
  content: " ";
  display: table;
}
.blog-grid-branded li:after {
  clear: both;
}
.blog-grid-branded li:hover {
 /* background: #f4f4f4; */
}

.blog-grid-branded .content {
  float:left; 
  width:100%;
}
.post-thumbnail-directory-branded {
  margin:0;
  padding:0;
  background-color:#F5F5F5; 
  display:block;
  width:100%;
  position: relative;
  height:auto;
  overflow: hidden;

}
.post-thumbnail-directory-branded img {
  position: relative;
  display: block;
  margin:auto !important;
  left:0;
  right: 0;
  top:0;
  bottom:0;
}

.blog-grid-branded .article-header {
  padding:10px 0 10px 0;
}
.blog-grid-branded .article-header .blog a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#e94936;
  font-size:13px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-grid-branded .article-header .blog a:hover {
  color:#e94936;
  text-decoration: underline;
}
.blog-grid-branded .article-header .blog a:visited {
  color:#e94936;
  text-decoration: none;
}
.blog-grid-branded .article-header .icon {
  display:none;
  float:left; 
  margin-right:6px; 
  width:12%;
}
.blog-grid-branded .article-header .icon img { 
  width:80%;
  height:80%;
}
.blog-grid-branded .article-header .title {
margin-top:0;
margin-bottom: 15px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color:#222;
font-size:22px;
line-height:26px;
font-weight: 600;
letter-spacing: -.01em;
}

.blog-grid-branded .article-header .title a {
  color:#222;
  text-decoration: none;
}
.blog-grid-branded .article-header .title a:hover {
  color:#e94936;
  text-decoration: none;
}
.blog-grid-branded .article-header .title a:visited {
  color:#222;
}
.blog-grid-branded .article-header .date {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#555;
  font-size:12px;
  line-height:14px;
  font-weight: 400;
  text-transform:uppercase;
}


/*********************
BRANDED BLOG HEADER
*********************/
/* House Blogs */
.house-blog {
  border-bottom: 1px solid #ddd;
  padding-bottom:12px;
  margin:0 0 15px 0;
}
.house-blog .icon {
  display:none;
  float:left; 
  margin:3px 0 0 0; 
  width: 12%;
  height:40px;
}
.house-blog .icon img {
  display:none;
  width: 27px;
  height:27px;
}

/* All others */

.blog-header-name  {
  color: #333;
  width: auto;
  font: 700 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-header-name a {
  color: #e94936;
  width: auto;
  font: 600 16px/19px 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-header-name a:hover {
  color: #e94936;
  text-decoration: none;
}
.blog-header-name-tagline {
  width:auto;
  color: #555;
  font: 400 14px/16px 'Open Sans', Helvetica, Arial, sans-serif;
  padding-top:2px;
}
.branded-blog-name {
  padding-top:0;
  font: 600 13px/17px 'Open Sans', Helvetica, Arial, sans-serif;
  margin-bottom:6px;
}
.branded-blog-name a {
  color: #e94936 !important;
  width: auto;
  font: 600 13px/17px 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.branded-blog-name a:hover {
  color: #e94936;
  font: 600 13px/17px 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.article-blog-icon {
  float:left; 
  margin:0 5px 5px 0;
  width:30px;
  display:none;
}
.article-blog-icon img {
  width:auto;
  height:auto;
}

.branded-blog {
  color: #666666;
  text-decoration: none;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 3px solid #959494;
}
.branded-blog .blog-profile {
  float: left;
  width: 20%;
  max-width: 111px;
}
.branded-blog .blog-profile .image {
  width: 75px;
  margin-right: 25px;
}
.branded-blog .blog-profile .image img {
  height: 75px;
}
.branded-blog .blog-profile .social {
  float: left;
}
.branded-blog .blog-profile .social ul li {
  float: left;
  margin: 3px 0;
  background: url('../images/social_sprite.png') no-repeat;
}
.branded-blog .blog-profile .social ul li a {
  display: block;
  margin-right: 4px;
  height: 23px;
  width: 23px;
  text-indent: -9999em;
}
.branded-blog .blog-profile .social ul .connect {
  background: none;
  width: auto;
}
.branded-blog .blog-profile .social ul .soc_wwww {
  background-position: 0 0;
}
.branded-blog .blog-profile .social ul .soc_about {
  background-position: 0 -32px;
}
.branded-blog .blog-profile .social ul .soc_email {
  background-position: 0 -64px;
}
.branded-blog .blog-profile .social ul .soc_rss {
  background-position: 0 -91px;
}
.branded-blog .blog-profile .social ul .soc_fb {
  background-position: 0 -124px;
}
.branded-blog .blog-profile .social ul .soc_tw {
  background-position: 0 -157px;
}
.branded-blog .blog-profile .social ul .soc_tu {
  background-position: 0 -190px;
}
.branded-blog .blog-details {
  padding-left: 90px;
}
.branded-blog .blog-details .category a {
  color: #929292;
  background: #f6f6f6;
  width: auto;
  display: inline-block;
  padding: 2px 6px;
  font: normal 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.branded-blog .blog-details .category a:hover {
  background: #ca0716;
  color: #fff;
}
.branded-blog .blog-details .title h1 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1em;
}
.branded-blog .blog-details .title h1 a,
.branded-blog .blog-details .title h1 a:link,
.branded-blog .blog-details .title h1 a:visited,
.branded-blog .blog-details .title h1 a:active,
.branded-blog .blog-details .title h1 a:focus {
  color: #333;
  text-decoration: none;
}
.branded-blog .blog-details .tagline {
  font: normal 1em/1em 'Open Sans', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  color: #666;
  width: auto;
  padding-right: 40px;
}
.branded-blog-line {
  margin-top: 1px;
  border-bottom: 1px solid #d7d4d4;
  height: 1px;
  display: block;
}
/*********************
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.
*/
.nav {
  border: 0;
  border-bottom: 0;
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  /*
		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/
		*/

}
/*.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc; */
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.less file where it's relevant. We want to
			keep this file as small as possible!
			*/

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/

#landing-wrapper {
  display:table;
}
#landing-title {
  display:table-footer-group;
}
#landing-image {
  display:table-header-group;
}

#content {
  margin-top: 0;
}
.home article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 26px;
  padding-bottom:10px;
}

.home article .article-header {
  border-bottom: none; 
  width:100%;
  padding-bottom: 0;
  margin: 0;
  float:none;
}
.home article a,
.home article a:visited {
  color: #000000;
  text-decoration: none;
}
.home article a:hover,
.home article a:visited:hover {
  color: #e94936;
  text-decoration: none;
}
.home article h1 {
  margin: 10px 0 11px 0;
  /*clear: left;
  float: left;*/
  font: 600 23px/27px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.01px;
}
.home article h1 a,
.home article h1 a:visited {
  text-decoration: none;
  color:#000;
}
.home article h1 a:hover,
.home article h1 a:visited:hover {
  text-decoration: none;
  color:#e94936;
}
.home article .meta {
  float: none;
  color: #555;
  margin:10px 0 15px 0;
  /*border-right: 1px solid #ccc; */
  padding-right:0;
  padding-top:0;
  height:auto;
  text-transform: uppercase;
  font: 400 12px/15px "Open Sans", Helvetica, Arial, sans-serif;
}

.article-excerpt {
  display:block;
  font: normal 13px/20px "Open Sans", Helvetica, Arial, sans-serif;
  color:#555;
}
.ad-section-directory {
  float:none;
  margin:0 0 40px 0;
  /*position: relative; 
  padding-bottom: 0; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto;*/
  text-align: center;
  width:100%;
  background-color:#fff;
}
.ad-section-directory img .ad-section-directory iframe .ad-section-directory object .ad-section-directory embed {
  z-index:100;
  display:block;
 /* position: absolute; 
  top: 0; 
  left: 0; */
  width:100%;
 /*height:100%;*/
}
.ad-section {
  float:none;
  margin:10px 0 50px 0;
  text-align:center;
  width:100%;
  background-color:#fff;
}
.ad-section img .ad-section iframe, .ad-section object, .ad-section embed {
  z-index:100;
  display:block;
 /* position: absolute; 
  top: 0; 
  left: 0; */
  width: 100%; 
 /* height: 100%; */
}
.ad-section-landing {
  float:none;
  margin:0 0 40px 0;
  /*position: relative; 
  padding-bottom: 0; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto;*/
  text-align: center;
  width:100%;
  background-color:#fff;
}
.ad-section-landing img .ad-section-landing iframe .ad-section-landing object .ad-section-landing embed {
  z-index:100;
  display:block;
 /* position: absolute; 
  top: 0; 
  left: 0;*/
  width:100%;
 /* height:100%; */
}
article {
  margin: 0 0 10px 0;
}
article p {
  margin: 0 0 1.5em 0;
}
article .article-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
article a,
article a:visited {
  color: #000000;
  text-decoration: underline;
}
article a:hover,
article a:visited:hover {
  color: #e94936;
  text-decoration: none;
}
article h1 {
  margin: 0 0 5px 0;
  /*clear: left;
  float: left;*/
  font: 600 26px/31px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.4px;
}
article h1 a:hover {
  text-decoration: none;
}
article .meta {
  /*float: left;*/
  color: #333;
  margin: 0 20px 0 0;
  border-right: none;
  padding-right:15px;
  padding-top:4px;
  height:17px;
  text-transform: uppercase;
  font: normal 13px/15px "Open Sans", Helvetica, Arial, sans-serif;
}
article .meta a,
article .meta a:link,
article .meta a:visited {
  color: #333;
  text-decoration: none;
  font: normal 1em/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article .meta a:hover,
article .meta a:link:hover,
article .meta a:visited:hover,
article .meta a:active,
article .meta a:link:active,
article .meta a:visited:active {
  color: #e94936;
  text-decoration: none;
}
article .meta .comment-count a {
  color: white;
}
article .post-edit-link {
  background: #dedede;
  color: white;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
article .post-edit-link:visited {
  color: white;
}
article .post-edit-link:hover {
  color: white;
}
article .post-thumbnail {
  margin:0;
  padding:0;
  background-color:#F9F9F9;
  text-align:center;
  float:left;
  width: 100%;
}
article .post-thumbnail img {
  margin-bottom: 0;
  padding:0;
  width:100%;
}

article .dropcap {
  float: left;
  color: #333;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px 8px 0 3px;
  font-family: Georgia, Palatino, Times, Times New Roman, serif;
}
.readmore {
  text-align: right;
}
.readmore a:link,
.readmore a:active,
.readmore a:visited {
  color: #026cb6;
  text-transform: uppercase;
  text-decoration: none;
  font: bold 12px/28px Arial, Helvetica, sans-serif;
}
.readmore a:hover {
  text-decoration: underline;
}
.hentry footer {
  padding-bottom: 10px;
}
.hentry footer p {
  margin: 0;
}
/* end .hentry */
/* Article Footer Elements */
.article-select {
  color: #bbbbbb;
  margin: 23px 0 25px 0;
  padding: 0;
 /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; */
}
.article-select:before,
.article-select:after {
  content: " ";
  display: table;
}
.article-select:after {
  clear: both;
}
.article-select .previous {
   width: 100%;
  float: left; 
}
.article-select .next {
  width: 100%;
  float: right;
}
.article-select .prev a {
  float:left;
  padding-left: 22px;
  background: url('../../library/images/arrow-prev.jpg') no-repeat left 9%;
  line-height:18px;
}

.prev-label {
  margin-left:22px;
  color:#999;
  font-family:'Open sans', Helvetica, Arial, sans-serif;
  font-size:11px;
  font-weight:400;
  text-transform: uppercase;
}
.article-select .next {
  text-align: right;
}
.article-select .next a {
  float:right;
  padding-right: 22px;
  background: url('../../library/images/arrow-next.jpg') no-repeat right 9%;
  line-height:18px;
}
.article-select .next a:hover,
.article-select .next a:active {
  color: #e94936;
  text-decoration: none;
}
.next-label {
  margin-right:23px;
  color:#999;
  font-family:'Open sans', Helvetica, Arial, sans-serif;
  font-size:11px;
  font-weight:400;
  text-transform: uppercase;
}

.article-select a,
.article-select a:visited {
  text-decoration: none;
  color: #333;
  padding: 2px;
  font-family: 'Open sans', Helvetica, Arial, sans-serif;
}
.article-select a:hover,
.article-select a:active {
  color: #e94936;
  text-decoration: none;
}

.archive article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.archive article .article-header {
  border-bottom: none; 
  width:auto;
  padding: 0;
  margin:0;
}
.archive article a,
.archive article a:visited {
  color: #000000;
  text-decoration: underline;
}
.archive article a:hover,
.archive article a:visited:hover {
  color: #e94936;
  text-decoration: none;
}
.archive article h1 {
  margin: 0 0 5px 0;
  font: 600 20px/26px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.5px;
}
.archive article h1 a,
.archive article h1 a:visited {
  text-decoration: none;
  color:#000000;
}
.archive article h1 a:hover {
  text-decoration: none;
}
.archive article .meta {
  color: #444;
  margin: 0 0 13px 0;
  border-right: none;
  text-transform: uppercase;
  font: 400 12px/15px "Open Sans", Helvetica, Arial, sans-serif;
}
.archive h2 {
  color:#444;
  margin: 20px 0 25px 0;
  font: 600 16px/21px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.3px;
}

.search article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.search article .article-header {
  border-bottom: none; 
  width:auto;
  padding: 0;
  margin:0;
}
.search article a,
.search article a:visited {
  color: #000000;
  text-decoration: underline;
}
.search article a:hover,
.search article a:visited:hover {
  color: #e94936;
  text-decoration: none;
}
.search article h1 {
  margin: 0 0 5px 0;
  font: 600 20px/26px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.5px;
}
.search article h1 a,
.search article h1 a:visited {
  text-decoration: none;
  color:#000000;
}
.search article h1 a:hover,
.search article h1 a:visited:hover {
  text-decoration: underline;
}
.search article .meta {
  color: #444;
  margin: 0 0 13px 0;
  border-right: none;
  text-transform: uppercase;
  font: 400 12px/15px "Open Sans", Helvetica, Arial, sans-serif;
}
.search h2 {
  color:#444;
  margin: 10px 0 20px 0;
  font: 600 16px/21px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.3px;
}

.archive-excerpt {
  display:none;
}

.article-excerpt {
  display:block;
  font: normal 15px/27px "Open Sans", Helvetica, Arial, sans-serif;
  color:#333;
}

.header-nav {
  border: none;
  margin-top: 0;
}
.social-share {
  position:relative;
  vertical-align:bottom;
  bottom:0px;
  left:0px;
  right:0px;
  margin-top: 15px;
  margin-bottom:0;
}
.social-share img {
  max-width: 100%;
  width: 100%;
}
.social-share li {
  float: left;
  list-style-type: none;
  margin-right:12px;
  width:38px;
}
.social-share-mobile {
  display:block;
}
#sharebarx li {
  list-style-type: none;
}

.disclaimer {
    color: #888;
    display: block;
    font: italic 13px/150% Georgia,Times,Times New Roman,serif;
    margin: 0 0 35px;
    text-align: center;
}

/* ##### MOBILE ARTICLE MAILCHIMP BLOCK ##### */
.article-newsletter-desktop-wrap {
  display:none;
  background-color: #eee;
  height: 250px;
  width: 69%;
  margin:18px 0 0 0;
  float: left;
}
.article-newsletter-mobile-wrap {
  display:block;
  background-color: #eee;
  height: auto;
  width: 100%;
  margin:0;
  float: none;
  padding:18px 15px 12px 18px;
}
.newsletter-text {
  float: none;
  width: 100%;
  margin:0;
}
h2.newsletter-header {
  color: #666;
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-style: 600;
  line-height: 27px;
  margin:0 0 1px 0;
}
.newsletter-text p {
  color: #666;
  font: 14px/18px 'Open sans', Helvetica, Arial, sans-serif;
  margin-bottom:0;
}
.newsletter-text input {
  border: 1px solid #CCC;
  padding: 2px 0 0 9px;
  height:40px;
  margin:0;
  font: 13px/13px normal 'Open sans', Helvetica, Arial, sans-serif;
}
.newsletter-text #MERGE0 {
  width: 75%;
}
.newsletter-text #submit {
  background: #00A3D9;
  text-align: center;
  border: none;
  margin:0 0 0 2px;
  height:37px;
  padding: 0 0 0 0;
  width: 18%;
  color: #fff;
  font: 700 12px/12px 'Open sans', Helvetica, Arial, sans-serif;
}
.newsletter-text #submit:hover {
  cursor: pointer;
}
.newsletter-fan {
  display: none;
  float: left;
  width: 22%;
  margin: 35px 0 0 50px;
}
/* ##### END NEW ARTICLE MAILCHIMP BLOCK ##### */
/* End Article Footer Elements */
/* 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 */
.meta {
  color: #999;
}
/* post content */
.post-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.post-content ul,
.post-content ol {
  margin-left: 1.2em;
}
.post-content ul li,
.post-content ol li {
  list-style-type: square;
}
.post-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.post-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
 /* width:100%;*/
}
.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: #fff;
  margin-top:0;
  height:auto;
  max-width:100%;
  /* images inside wp-caption */

}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font: 400 12px/15px "Open Sans", Helvetica, Arial, sans-serif;
  margin: 5px 0 10px 0;
  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 {
  font: bold 14px/14px Arial, Helvetica, sans-serif;
  /* 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;
  border: 1px solid #dedede;
}
.bones_page_navi li a {
  color: #026cb6;
  padding: 10px 8px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: inherit;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 10px 8px;
  background: #026cb6;
  position: relative;
  color: #fff;
}
.bones_page_navi li.bpn-current a {
  color: inherit;
  /* 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: 10px 8px;
}
.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
******************************************************************/
.comment-count {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../../library/images/comment-bubble.jpg') no-repeat scroll 0% 0%;
  color: #FFFFFF;
  float: left;
  height: 20px;
  margin: 0 5px 0 0;
  text-align: center;
  width: 27px;
}
.comment-count a,
.comment-count a:visited {
  color: #fff;
  text-decoration: none;
}
/* h3 comment title */
#comments {
  /* number of comments span */

}
#comments-box {
  border: 1px solid #dedede;
}
#comments-box .comments-header {
  border-bottom: 1px dotted #dedede;
  clear: both;
}
#comments-box .comments-header .meta {
  margin-top: 15px;
}
#comments-box .comments-header .meta a {
  font: normal 12px/1.4em Helvetica, Arial, sans-serif;
}
#comments-box h3 {
  clear: both;
  float: left;
  font-family: 'Yanone Kaffeesatz', 'arial narrow', sans-serif;
  font-size: 2.2em;
  letter-spacing: 1px;
  margin: 3px 15px 0 0;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
}
.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 article {
  margin-bottom: 0;
}
.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;
  border-bottom: 0;
  padding-bottom: 0;
}
.commentlist li ul.children {
  margin: 0 0 0 40px;
  /* 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: 700;
  font-style: normal;
}
.commentlist .vcard .author {
  color: #999;
  font: normal 11px/11px Arial, Helvetica, sans-serif;
}
.commentlist .vcard time {
  clear: left;
  font: normal 11px/11px Arial, Helvetica, sans-serif;
}
.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;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font: bold 0.9em/1em Helvetica, Arial, sans-serif;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 0;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0 0 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: #fff;
  border: 1px solid #ccc;
  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;
}
#commentform {
  background: #f6f6f6;
  padding: 10px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0;
  background: #6490B6;
  color: #FFFFFF;
  font: normal 1em/1em 'arial narrow', Arial, sans-serif;
  padding: 5px 15px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
/* cancel comment reply link */
#cancel-comment-reply p {
  margin: 0;
}
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.tag-wrap {
  clear: both;
  /*background: transparent url('../../library/images/tag-icon-lrg.png') no-repeat 0% 50%;*/
  margin:20px 0 15px 0;
  padding: 10px 0 13px 0;
  min-height: 25px; 
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;  
}
.tag-wrap .label {
  float: left;
  margin: 2px 8px 0 0;
  border:1px solid #333;
}
.tag-wrap a,
.tag-wrap a:visited,
.tag-wrap a:hover {
  color: #555;
  font: 400 12px/18px 'Open sans', helvetica, arial, sans-serif;
  text-decoration: none;
  margin: 0 11px 0 0;
  background: #eee;
  padding: 5px 10px 6px 10px;
  border-radius: 8px;

}
.directory-category {
  margin: 20px 0;
}
.directory-category:before,
.directory-category:after {
  content: " ";
  display: table;
}
.directory-category:after {
  clear: both;
}
.directory-category a,
.directory-category a:visited {
  color: white;
}
.directory-category a:hover,
.directory-category a:visited:hover,
.directory-category a:active,
.directory-category a:visited:active {
  color: #f8f8f8;
}
.directory-category .blog,
.directory-category .category {
  display: block;
  width: 45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.directory-category .blog {
  float: left;
}
.directory-category .category {
  float: right;
}
.directory-category .blog a,
.directory-category .category a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font: bold 16px/16px Helvetica, Arial, sans-serif;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 2px 2px #999;
  -moz-box-shadow: 0 2px 2px #999;
  -webkit-box-shadow: 0 2px 2px #999;
}
.directory-category .blog a {
  background: #f97500;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NzUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNDZjMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f97500 0%, #e46c02 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f97500), color-stop(100%, #e46c02));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f97500 0%, #e46c02 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f97500 0%, #e46c02 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f97500 0%, #e46c02 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f97500 0%, #e46c02 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f97500', endColorstr='#e46c02', GradientType=0);
  /* IE6-8 */
}
.directory-category .category a {
  background: #00a3dd;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTNkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMThjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00a3dd 0%, #018cbc 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a3dd), color-stop(100%, #018cbc));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #00a3dd 0%, #018cbc 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #00a3dd 0%, #018cbc 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #00a3dd 0%, #018cbc 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #00a3dd 0%, #018cbc 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3dd', endColorstr='#018cbc', GradientType=0);
  /* IE6-8 */

}
.home .directory-category {
  margin-bottom: 60px;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/
#sidebar1 {
  font: normal 14px/21px Helvetica, Arial, sans-serif;
}
/* Blog Search */
#sidebar1 .widget_search {
  margin-top: 6px;
  padding: 4px 0;
  width: 100%;
}
#sidebar1 .widget_search #s {
  width: 65%;
}
#sidebar1 .widget_search #searchsubmit {
  width: 30%;
}
#searchform #s {
  /*border: 1px solid #ccc;
  padding: 3px; */
}
#searchform .screen-reader-text {
  display: none;
}
#searchsubmit {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d0cece;
  padding: 3px 5px;
  background: #f4f2f2;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f4f2f2 0%, #e8e7e7 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f2f2), color-stop(100%, #e8e7e7));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f4f2f2 0%, #e8e7e7 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f4f2f2 0%, #e8e7e7 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f4f2f2 0%, #e8e7e7 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f4f2f2 0%, #e8e7e7 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f2f2', endColorstr='#e8e7e7', GradientType=0);
  /* IE6-8 */

}
/* Blog Search */
.sidebar a {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}
.widgettitle {
  border-bottom: none;
  font: 600 2em/1.1em 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  text-align: left;
}
.widget {
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0;
}
.widget:before,
.widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget ul li {
  /* deep nesting */

}
.widget_text {
  padding: 0;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_links ul li,
.widget_meta ul li {
  float: left;
  width: 50%;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/* FOOTER */
#footer {
  background: #313535;
  /* Old browsers */
  width: 100%;
  position: relative;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  color: #ccc;
}
.footer-inner {
  width: auto;
  margin: 0 auto;
  padding: 0 5px 15px 5px;
  line-height: 1.3em;
}
.footer-upper {
  padding: 25px 0 2px 0;
}
.footer-upper .footer-logo {
  display:block;
  text-align:left;
  color: #ccc;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 23px;
  padding-left:10px;
}

.footer-upper .footer-logo img {
  width:95%;
}

.footer-lower {
  width: 100%;
  padding: 0 0 10px 10px;
}
.footer-lower .legal {
  float:left;
  color: #888;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  margin-top:2px;
  width:auto;
}

.footer-lower ul {
  float: left;
  margin: 0;
}
.footer-lower li {
  float: left;
  display: block;
  list-stye-type: none;
}
.footer-lower li a {
  text-decoration: none;
  margin-right: 20px;
  padding: 0;
  color: #ccc;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}

/* a.go-to-top {
width: 35px;
height: 35px;
text-indent: -9999px;
font-size: 15px;
cursor: pointer;
outline: 0;
} */

.widgettitle {
  border-bottom: none;
  font: 600 1.5em/1.1em 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
  text-align: left;
}

.recent-posts-widget-with-thumbnails{
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  margin-bottom:40px;
}

.recent-posts-widget-with-thumbnails ul li {
  width:100%;
  overflow:hidden;
  margin:0;
  border-bottom:none;
}

.recent-posts-widget-with-thumbnails li{
  width:100%;
  float:none;
  margin-right:0;
  margin-bottom:0;
}

.recent-posts-widget-with-thumbnails li a{
  width:100%;
  float:right;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#222;
  font-size:17px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}
.recent-posts-widget-with-thumbnails li a:hover{
  text-decoration: none;
  color:#e94936;
}

.recent-posts-widget-with-thumbnails li span.post-date{
  float:none;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#888;
  font-size:11px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.recent-posts-widget-with-thumbnails .attachment-105x105{
  float:left;
  margin-right:20px;
  margin-bottom:30px;

}


/* FOOTER *//*
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.
  
  ******************************************************************/
  /*
  .main-nav-inner nav ul,
  #site-nav nav ul { display: block; }
  .main-nav-inner nav select,
  #site-nav nav select { display: none; }
  */
  #site-nav {
    display: block;
  }
  #search-box {
    display: block;
    clear: both;
    width: 100%;
    background: #ffffff;
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #888888;
  }
  #search-box .searchwrap {
    background: white;
    border: 1px solid #ccc;
    padding: 5px 5px 5px 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: auto;
    position: relative;
    margin-bottom: 15px;
  }
  #search-box #searchfield {
    float: left;
    background: transparent;
    border: 0;
    padding: 5px;
    width: 80%;
  }
  #search-box #submit {
    float: right;
    background: url('../images/search.jpg') no-repeat 0 0;
    border: 0;
    padding: 0px;
    margin: 0;
    width: 35px;
    height: 25px;
    text-transform: capitalize;
    text-indent: -9999em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  #search-box #submit:hover {
    cursor: cursor;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .main-nav-wrap {
    clear: both;
    z-index: 0;
    height: 70px;
    background: #fff;
    border-bottom:2px solid #ddd;
  }
  .mobile_navbox {
   /* display: none; */
  }

.mobile_navbox .pushy_select {
  width: 15%;
  height:70px;
  float:left;
  border-right: none;
  border-left: none;
  cursor: pointer;
  text-align:left;
}

.menu-btn {
 /* background: #fff url('../images/menu-icon-mobile-red.png') no-repeat 17% 50%; */
  width: 100%;
  height:68px;
  margin-top:24px;
  color:#333;
  font-size:23px;
}

.mobile_navbox .blogs_header {
  width: 72%;
  float:left;
  text-align:center; 
  padding:17px 50px 0 50px;  
}
.mobile_navbox .blogs_header img{
  width:100%;
}
.mobile_navbox .blogs_header a {
  color:#fff; 
  font-family: 'Lato', sans-serif; 
  font-weight: 400; 
  font-size:31px;
  line-height:33px;
  text-decoration: none;
}
.mobile_navbox .blogs_header a:visited {
  color:#fff;
}

  .footer-middle .menu-editorial-footer-2 {
    clear: left;
  }
  .footer-middle .mailchimp-signup-footer {
    clear: left;
    padding-left: 0;
  }
  /*********************
  BRANDED BLOG HEADER
  *********************/
  .branded-blog .blog-details h1 {
    font: 400 4.8em/1em 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
  }
  .menu-global li a {
    padding: 12px 8px;
    font-size: 13px;
  }
  .menu-global li.active a:active {
    font-size: 14px;
  }
  #menu-global-menu li {
    border-right: 1px dotted #999;
  }
  #menu-main-menu li {
    border-right: 1px solid #707070;
  }
  #menu-main-menu li:last-child {
    border-right: none;
  }
  #menu-main-menu li a:hover,
  #menu-main-menu li a:focus {
    background: #c90000;
  }
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  
  }
  .menu ul {
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .menu ul li {
    /*
  				plan your menus and drop-downs wisely.
  				*/
  
  }
  .menu ul li a {
    /*
  					you can use hover styles here even though this size
  					has the possibility of being a mobile device.
  					*/
  
  }
  /* end .menu */
  /*********************
  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;
    display: inline;
    float: left;
    margin-bottom:0;
    margin-top: none;
  }
  .post-content .alignright,
  .post-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float:right;
    margin-bottom:0;
    margin-top:none;
  }
  .post-content .aligncenter,
  .post-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom:0;
    margin-top: 25px;
  }
   .post-content .alignnone,
  .post-content img.alignnone {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom:0;
    margin-top: 25px;
  }
  /* end .post-content */
  .article-select {
    padding: 0;
  }
  .branded-blog .blog-profile .image {
    width: 111px;
  }
  .branded-blog .blog-profile .image img {
    height: 111px;
  }
  .branded-blog .blog-details {
    width: 80%;
    padding-left: 125px;
  }
  .branded-blog .blog-details .title h1 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
    line-height: 1em;
  }
  .branded-blog .blog-details .title h1 a,
  .branded-blog .blog-details .title h1 a:link,
  .branded-blog .blog-details .title h1 a:visited,
  .branded-blog .blog-details .title h1 a:active,
  .branded-blog .blog-details .title h1 a:focus {
    color: #333;
    text-decoration: none;
  }
  .branded-blog .blog-details .tagline {
    font: normal 1.2em/1.2em 'Open Sans', Helvetica, Arial, sans-serif;
  }
  .blog-filter #filter {
    display: block;
  }
  .blog-filter ul {
    float: left;
    display: block;
    margin: 15px 0 0 15px;
  }
  .blog-filter ul li {
    padding: 0 15px;
    border-right: 1px solid #a1a1a1;
    float: left;
    display: block;
    line-height: 1em;
  }
  .blog-filter ul li:last-child {
    border-right: 0;
  }
  .blog-filter ul li a {
    color: #515050;
    text-decoration: none;
  }
  .blog-filter ul li a:hover,
  .blog-filter ul li a:active {
    color: #db0303;
  }
  
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /* ******************
  CUSTOM THEME OPTIONS
  ****************** */
  #theme-options-wrap {
    width: 700px;
    padding: 3em;
    background: white;
    border-top: 1px solid white;
  }
  #theme-options-wrap #icon-tools {
    position: relative;
    top: -10px;
  }
  #theme-options-wrap input,
  #theme-options-wrap textarea {
    padding: .7em;
  }
}
/*
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
  *********************/

.widgettitle {
  border-bottom: none;
  font: 600 2em/1.1em 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 50px 0 30px 0;
  text-align: left;
}

.recent-posts-widget-with-thumbnails{
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  margin-bottom:40px;
}

.recent-posts-widget-with-thumbnails ul li {
  width:45%;
  overflow:hidden;
  margin:0 30px .5em 0;
}

.recent-posts-widget-with-thumbnails li{
  float:left;
  margin-right:55px;
  margin-bottom:30px;
}

.recent-posts-widget-with-thumbnails li a{
  float:right;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#222;
  font-size:20px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
}
.recent-posts-widget-with-thumbnails li a:hover{
  text-decoration: none;
  color:#e94936;
}

.recent-posts-widget-with-thumbnails .attachment-105x105{
  float:left;
  margin-right:20px;
}

/* SITE LOGO DESKTOP*/
#site-logo-desktop {
  float:left;
  display:block;
  clear: both;
  text-align: left;
  margin: 8px 0 8px 0;
}
#site-logo-desktop img {
  max-width: 90%;
}
/* END SITE LOGO DESKTOP */ 

.networknav{
  display:block;
  float:right; 
  padding-top:8px;
}
.networknav a{
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color:#ccc; 
  font-size:10px;
  text-decoration: none;
  padding-left: 22px;
} 
.networknav a:hover{
  color:#999;
}

#site-logo {
  display:none;
  clear: both;
  float: left;
 margin: 10px 0 10px 8px;
}
  .advertisment {
    display: block;
    margin: 0 auto;
    width:100%;
    padding:0 20px;
  }
  .leaderboard {
    background: #ffffff;
    margin: 0 auto;
    margin-top:30px;
    z-index: 100;
  }

.leaderboard img {
    width: 100%;
  }

  .leaderboard object {
    width: 100%;
  }

.mobile_navbox {
  width:100%;
  background:white;
  position: relative;
}

  .main-nav-wrap {
    clear: both;
    z-index: 0;
    height: 73px;
    background: #fff;
    border-bottom:1px solid #ccc;
  }

.mobile_navbox .pushy_select {
  width: 11%;
  height:72px;
  float:left;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  cursor: pointer;
  text-align:center;
}

.menu-btn {
  /* background: #FFF url('../images/hamburger-menu.png') no-repeat 50% 50%; */
  width: 100%;
  height:72px;
  color:#333;
  font-size:23px;

}

.mobile_navbox .blogs_header {
  width: 79%;
  float:left;
  text-align:center; 
  padding:13px 155px 0 155px;  
}

.mobile_navbox .blogs_header img{
  width:100%;
}

.mobile_navbox .blogs_header a {
  color:#888; 
  font-family: 'Lato', sans-serif; 
  font-weight: 400; 
  font-size:38px;
  line-height:43px;
  text-decoration: none;
}
.mobile_navbox .blogs_header a:visited {
  color:#888;
}
.mobile_navbox .desktop_search {
  display:block;
}

.mobile_search_dd {
  display: none;
  float:left;
  background: #ddd;
  border: 1px solid #ddd;
  width: 30%;
  height: 55px;
  padding-top:8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile_search_dd #mobile_searchfield {
  width: 30%;
  margin: 0;
  padding: 9px 10px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/****************************
BLOGS DIRECTORY PAGE
*****************************/
/* House Blogs */
.blog-grid {
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-grid-header {
  display:block;
  padding:15px 0 10px 0; 
  text-align:center;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size:23px;
  color:#444;
  font-weight: 600;
  text-transform: uppercase;
}
.branded-blog-grid-header {
  display:block;
  padding:15px 0 10px 0; 
  text-align:center;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size:26px;
  color:#444;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-grid li {
  float: left;
  width: 100%;
  margin: 20px 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:1px solid #ddd;
  height:auto;
}
.blog-grid li:before,
.blog-grid li:after {
  content: " ";
  display: table;
}
.blog-grid li:after {
  clear: both;
}

.blog-grid .content {
  float:none; 
  width:100%;
}

.post-thumbnail-directory {
  margin:0;
  padding:56.25% 0 0 0;
  background-color:#F9F9F9; 
  display:block;
  width:100%;
  position: relative;
  height:0;
  overflow: hidden;

}
.post-thumbnail-directory img {
  position: absolute;
  display: block;
  margin:auto !important;
  left:0;
  right: 0;
  top:0;
  bottom:0;
  width:100%;
 /* max-height:100% !important;
  max-width: 100% !important; */
}

.blog-grid .article-header {
  padding:15px 0 20px 0;
}
.blog-grid .article-header .blog a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#e94936;
  font-size:14px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-grid .article-header .blog a:hover {
  color:#e94936;
  text-decoration: underline;
}
.blog-grid .article-header .blog a:visited {
  color:#e94936;
  text-decoration: none;
}

.blog-grid .article-header .title {
margin-top:2px;
margin-bottom: 10px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color:#222;
font-size:26px;
line-height:32px;
font-weight: 600;
letter-spacing: -.01em;
}

.blog-grid .article-header .title a {
  color:#222;
  text-decoration: none;
}
.blog-grid .article-header .title a:hover {
  color:#e94936;
  text-decoration: none;
}
.blog-grid .article-header .title a:visited {
  color:#222;
}
.blog-grid .article-header .date {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#888;
  font-size:13px;
  line-height:14px;
  font-weight: 400;
  text-transform: uppercase;
}

/****************************
BRANDED BLOGS DIRECTORY PAGE
*****************************/
/* Non-House Blogs */

.blog-grid-branded {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.blog-grid-header {
  display:block;
  padding:15px 0 10px 0; 
  text-align:center;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size:20px;
  color:#444;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-grid-branded li {
  float: left;
  width: 100%;
  margin: 20px 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:1px solid #ddd;
  height:auto;
}
.blog-grid-branded li:before,
.blog-grid-branded li:after {
  content: " ";
  display: table;
}
.blog-grid-branded li:after {
  clear: both;
}

.blog-grid-branded .content {
  float:none; 
  width:100%;
}

.post-thumbnail-directory-branded {
  margin:0;
  padding:56.25% 0 0 0;
  background-color:#F9F9F9; 
  display:block;
  width:100%;
  position: relative;
  height:0;
  overflow: hidden;

}
.post-thumbnail-directory-branded img {
  position: absolute;
  display: block;
  margin:auto !important;
  left:0;
  right: 0;
  top:0;
  bottom:0;
  width:100%;
}

.blog-grid-branded .article-header {
  padding:10px 0 20px 0;
}
.blog-grid-branded .article-header .blog a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#e94936;
  font-size:14px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-grid-branded .article-header .blog a:hover {
  color:#e94936;
  text-decoration: underline;
}
.blog-grid-branded .article-header .blog a:visited {
  color:#e94936;
  text-decoration: none;
}
.blog-grid-branded .article-header .icon {
  display:block;
  float:left; 
  margin-right:8px; 
  width:12%;
}
.blog-grid-branded .article-header .title {
margin-top:2px;
margin-bottom: 10px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color:#222;
font-size:26px;
line-height:32px;
font-weight: 600;
letter-spacing: -.01em;
}

.blog-grid-branded .article-header .title a {
  color:#222;
  text-decoration: none;
}
.blog-grid-branded .article-header .title a:hover {
  color:#e94936;
  text-decoration: none;
}
.blog-grid-branded .article-header .title a:visited {
  color:#222;
}
.blog-grid-branded .article-header .date {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#888;
  font-size:12px;
  line-height:14px;
  font-weight: 400;
  text-transform: uppercase;
}


/*********************
BRANDED BLOG HEADER
*********************/
/* House Blogs */
.house-blog {
  border-bottom: 1px solid #ddd;
  padding-bottom:20px;
  margin:15px 0 35px 0;
}
.house-blog .icon {
  display:block;
  float:left; 
  margin:0 20px 0 0;
  width: 70px;
  height:70px;
} 
.house-blog .icon img {
  display:block;
  width: 70px;
  height:70px;
} 

.blog-header-name  {
  color: #e94936;
  width: auto;
  font: 600 26px/35px 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-header-name a {
  color: #e94936;
  width: auto;
  font: 600 26px/35px 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-header-name a:hover {
  color: #e94936;
  text-decoration: none;
}

.blog-header-name-tagline {
  width:auto;
  color: #444;
  font: 400 15px/20px 'Open Sans', Helvetica, Arial, sans-serif;
  padding-top:2px;
}
.branded-blog-name {
  padding-top:15px;
}
.branded-blog-name a {
  color: #e94936 !important;
  width: auto;
  font: 600 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.branded-blog-name a:hover {
  color: #e94936;
  font: 600 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.article-blog-icon {
  float:left; 
  margin:10px 10px 10px 0;
  width:32px;
  display:none;
}
.article-blog-icon img {
  width:32px;
  height:32px;
}

#landing-wrapper {
    display:table;
    width: 100%;
}
#landing-title {
    display:table-cell;
    vertical-align:top;
    width:52%;
}
#landing-image {
    display:table-cell;
    vertical-align: top;
}

.home article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-bottom:35px;
  margin-left:0;
  margin-right:0;
}

.home article .article-header {
  border-bottom: none; 
  width:auto;
  padding-bottom: 0;
  margin: 0 60px 0 0;
  float:left;
}
.home article a,
.home article a:visited {
  color: #000000;
}
.home article a:hover,
.home article a:visited:hover {
  color: #e94936;
  text-decoration: none;
}
.home article h1 {
  margin: 0 0 14px 0;
  /*clear: left;
  float: left;*/
  font: 600 31px/40px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.7px;
}
.home article h1 a,
.home article h1 a:visited {
  text-decoration: none;
  color:#000000;
}
.home article h1 a:hover,
.home article h1 a:visited:hover {
  text-decoration: none;
  color:#e94936;
}
.home article .meta {
  float: left;
  color: #444;
  margin: 0 15px 0 0;
  border-right: none;
  padding-right:15px;
  padding-top:0;
  height:auto;
  text-transform: uppercase;
  font: 400 12px/15px "Open Sans", Helvetica, Arial, sans-serif;
}
.article-excerpt {
  display:block;
  font: normal 15px/27px "Open Sans", Helvetica, Arial, sans-serif;
  color:#333;
}

.ad-section-directory {
  float:none;
  margin:0 0 40px 0;
  /*position: relative; 
  padding-bottom: 0; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto;*/
  text-align: center;
  width:100%;
  background-color:#fff;
}
.ad-section-directory img .ad-section-directory iframe .ad-section-directory object .ad-section-directory embed {
  z-index:100;
  display:block;
 /* position: absolute; 
  top: 0; 
  left: 0; */
  width:100%;
 /*height:100%;*/
}
.ad-section {
  float:none;
  margin:10px 0 60px 0;
  /*position: relative; 
  padding-bottom: 0; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto;*/
  text-align:center;
  width:100%;
  background-color:#fff;
}
.ad-section img .ad-section iframe, .ad-section object, .ad-section embed {
  z-index:100;
  display:block;
 /* position: absolute; 
  top: 0; 
  left: 0; */
  width: 100%; 
 /* height: 100%; */
}
.ad-section-landing {
  float:none;
  margin:0 0 40px 0;
  /*position: relative; 
  padding-bottom: 0; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto;*/
  text-align: center;
  width:100%;
  background-color:#fff;
}
.ad-section-landing img .ad-section-landing iframe .ad-section-landing object .ad-section-landing embed {
  z-index:100;
  display:block;
 /* position: absolute; 
  top: 0; 
  left: 0;*/
  width:100%;
 /* height:100%; */
}

article .post-thumbnail {
  margin:0;
  padding:0;
  background-color:#FFF;
  text-align:left;
  float:left;
  width: 100%;
}
article .post-thumbnail img {
  margin-bottom: 0;
  padding:0;
  width:100%;
}

article {
  margin: 5px 0 0 0;
}
article p {
  margin: 0 0 1.8em 0;
}
article .article-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
  margin-bottom: 10px;
}
article a,
article a:visited {
  color: #333;
  text-decoration: underline;
}
article a:hover,
article a:visited:hover {
  color: #e94936;
  text-decoration: none;
}
article h1 {
  margin: 2px 0 18px 0;
  /*clear: left;
  float: left;*/
  font: 600 42px/50px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}
article h1 a:hover {
  text-decoration: none;
}
article .meta {
  float: left;
  color: #333;
  margin: 0;
  padding-right:0;
  border-right:none;
  padding-top:0;
  height:30px;
  text-transform: uppercase;
  font: normal 13px/15px "Open Sans", Helvetica, Arial, sans-serif;
}
.social-share-mobile {
  display:block;
}
.social-share {
 /* position:relative;
  vertical-align:bottom;
  bottom:0px;
  left:0px;
  right:0px;*/
  float:right;
  margin-top:0;
  margin-bottom:10px;
}
.social-share img {
  max-width: 100%;
  width:100%;
}

.social-share ul {
  padding:0;
  margin:0;
}
.social-share li {
  float: left;
  list-style-type: none;
  margin-right:12px;
  width:40px;
}
  /* post content */
  .post-content {
    /* at this larger size, we can start to align images */
  }

  .post-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
  /*width:100%;*/
}
  .post-content .alignleft,
  .post-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    margin-bottom:15px;
    margin-top: 25px;
  }
  .post-content .alignright,
  .post-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float:right;
    margin-bottom:15px;
    margin-top: 25px;
  }
  .post-content .aligncenter,
  .post-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom:15px;
    margin-top: 25px;
    height:auto;
    max-width:100%;
  }
     .post-content .alignnone,
  .post-content img.alignnone {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom:15px;
    margin-top: 25px;
    height:auto;
    max-width:100%;
  }
  /* end .post-content */

  .wp-caption {
  background: #fff;
  margin-top:25px;
  height:auto;
  max-width:100%;
  /* images inside wp-caption */

}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font: 400 13px/15px "Open Sans", Helvetica, Arial, sans-serif;
  margin: 7px 0 20px 0;
  text-align: center;
}
/* end .wp-caption */

.article-select {
  color: #bbbbbb;
  margin: 30px 0 0 0;
  padding: 0;
 /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; */
}
.article-select:before,
.article-select:after {
  content: " ";
  display: table;
}
.article-select:after {
  clear: both;
}
.article-select .previous {
   width: 35%;
  float: left; 
}
.article-select .next {
  width: 35%;
  float: right;
}
/* .article-select .previous a {
  padding-left: 25px;
  background: url('../../library/images/arrow-prev.jpg') no-repeat left 0;
} */

.article-select .prev a {
  float:left;
  padding-left: 22px;
  background: url('../../library/images/arrow-prev.jpg') no-repeat left 9%;
  line-height:24px;
}

.prev-label {
  margin-left:22px;
  color:#999;
  font-family:'Open sans', Helvetica, Arial, sans-serif;
  font-size:10px;
  font-weight:400;
  text-transform: uppercase;
}
.article-select .next {
  text-align: right;
}
.article-select .next a {
  float:right;
  padding-right: 22px;
  background: url('../../library/images/arrow-next.jpg') no-repeat right 9%;
  line-height:24px;
}
.article-select .next a:hover,
.article-select .next a:active {
  color: #e94936;
  text-decoration: none;
}
.next-label {
  margin-right:23px;
  color:#999;
  font-family:'Open sans', Helvetica, Arial, sans-serif;
  font-size:10px;
  font-weight:400;
  text-transform: uppercase;
}

.article-select a,
.article-select a:visited {
  text-decoration: none;
  color: #333;
  padding: 2px;
  font-family: 'Open sans', Helvetica, Arial, sans-serif;
}
.article-select a:hover,
.article-select a:active {
  color: #e94936;
  text-decoration: none;
}

.archive article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  margin-left:0;
  margin-right:0;
}

.archive article .article-header {
  border-bottom: none; 
  width:auto;
  padding: 0;
  margin:0;
}
.archive article a,
.archive article a:visited {
  color: #000000;
}
.archive article a:hover,
.archive article a:visited:hover {
  color: #000000;
}
.archive article h1 {
  margin: 0 0 14px 0;
  font: 600 24px/28px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.5px;
}
.archive article h1 a,
.archive article h1 a:visited {
  text-decoration: none;
  color:#000000;
}
.archive article h1 a:hover {
  text-decoration: none;
}
.archive article .meta {
  color: #444;
  margin: 0 0 10px 0;
  border-right: none;
  text-transform: uppercase;
  font: 400 12px/15px "Open Sans", Helvetica, Arial, sans-serif;
}
.archive h2 {
  color:#444;
  margin: 0 0 40px 0;
  font: 600 20px/26px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.3px;
}

.search article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  margin-left:0;
  margin-right:0;
}

.search article .article-header {
  border-bottom: none; 
  width:auto;
  padding: 0;
  margin:0;
}
.search article a,
.search article a:visited {
  color: #000000;
  text-decoration: none;
}
.search article a:hover,
.search article a:visited:hover {
  color: #e94936;
  text-decoration: none;
}
.search article h1 {
  margin: 0 0 14px 0;
  font: 600 24px/28px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.5px;
}
.search article h1 a,
.search article h1 a:visited {
  text-decoration: none;
  color:#000000;
}
.search article h1 a:hover,
.search article h1 a:visited:hover {
  text-decoration: underline;
}
.search article .meta {
  color: #444;
  margin: 0 0 10px 0;
  border-right: none;
  text-transform: uppercase;
  font: 400 12px/15px "Open Sans", Helvetica, Arial, sans-serif;
}
.search h2 {
  color:#444;
  margin: 25px 0 40px 0;
  font: 600 20px/26px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -.3px;
}
.archive-excerpt {
  display:block;
}

.article-excerpt {
  display:block;
  font: normal 15px/27px "Open Sans", Helvetica, Arial, sans-serif;
  color:#333;
}

  #site-social {
    display: block;
  }
  #search-box {
    clear: none;
    float: right;
    width: auto;
  }
  #search-box .searchwrap {
    width: 250px;
  }
.footer {
  clear: both;
}

/* ##### MOBILE ARTICLE MAILCHIMP BLOCK ##### */
.article-newsletter-desktop-wrap {
  display:none;
  background-color: #eee;
  height: 250px;
  width: 69%;
  margin:18px 0 0 0;
  float: left;
}
.article-newsletter-mobile-wrap {
  display:block;
  background-color: #eee;
  height: auto;
  width: 100%;
  margin:0;
  float: none;
  padding:25px;
}
.newsletter-text {
  float: none;
  width: 100%;
  margin:0;
}
h2.newsletter-header {
  color: #666;
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-style: 600;
  line-height: 27px;
  margin:0 0 4px 0;
}
.newsletter-text p {
  color: #666;
  font: 16px/20px 'Open sans', Helvetica, Arial, sans-serif;
  margin-bottom:0;
}
.newsletter-text input {
  border: 1px solid #CCC;
  padding: 2px 0 0 9px;
  height:40px;
  margin:0;
  font: 13px/13px normal 'Open sans', Helvetica, Arial, sans-serif;
}
.newsletter-text #MERGE0 {
  width: 75%;
}
.newsletter-text #submit {
  background: #00A3D9;
  text-align: center;
  border: none;
  margin:0 0 0 2px;
  height:37px;
  padding: 0 0 0 0;
  width: 18%;
  color: #fff;
  font: 700 12px/12px 'Open sans', Helvetica, Arial, sans-serif;
}
.newsletter-text #submit:hover {
  cursor: pointer;
}
.newsletter-fan {
  display: none;
  float: left;
  width: 22%;
  margin: 35px 0 0 50px;
}
/* ##### END NEW ARTICLE MAILCHIMP BLOCK ##### */

/*
  if you checked out the link above:
  http://www.alistapart.com/articles/organizing-mobile/
  you'll want to style the footer nav
  a bit more in-depth. Remember to keep
  it simple because you'll have to
  override these styles for the desktop
  view.
  */
/* end .footer-links */
/* FOOTER */
#footer {
  background: #313535;
  /* Old browsers */

  width: 100%;
  position: relative;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  color: #ccc;
}
.footer-inner {
  width: auto;
  margin: 0 auto;
  padding: 0 0 20px 10px;
  line-height: 1em;
}
.footer-upper {
  padding: 30px 0 5px 0;
}
.footer-upper .footer-logo {
  display:block;
  text-align:left;
  color: #ccc;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 23px;
  padding-left:20px;
}
.footer-upper .footer-logo img {
  width:auto;
}

.footer-lower {
  width: 100%;
  padding: 0 0 15px 20px;
}
.footer-lower .legal {
  float:left;
  color: #888;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  margin-top:5px;
  width:auto;
}

.footer-lower ul {
  float: left;
  margin: 0;
}
.footer-lower li {
  float: left;
  display: block;
  list-stye-type: none;
}
.footer-lower li a {
  text-decoration: none;
  margin-right: 25px;
  padding: 0;
  color: #ccc;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}


  /********************
  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
  *********************/
  .wrap {
    max-width: 1140px;
  }
  /*
  		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;
  }
  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav li {
    float: left;
    position: relative;
    /*
  		plan your menus and drop-downs wisely.
  		*/
  
    /* showing sub-menus */
  
  }
  .nav li a {
    border-bottom: 0;
    /*
  			you can use hover styles here even though this size
  			has the possibility of being a mobile device.
  			*/
  
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    width: 200px;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
  				if you need to go deeper, go nuts
  				just remember deeper menus suck
  				for usability. k, bai.
  				*/
  
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    /* deep nesting */
  
  }
  .widget ul li ul {
    margin-top: 0;
    padding-left: 0;
  }
  /* 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
  *********************/
  /*
  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-links ul li {
    /* 
  			be careful with the depth of your menus.
  			it's very rare to have multi-depth menus in
  			the footer.
  			*/
  
  }
  /* end .footer-links */
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylesheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/

.widgettitle {
  border-bottom: none;
  font: 600 2em/1.1em 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 50px 0 30px 0;
  text-align: left;
}

.recent-posts-widget-with-thumbnails ul li {
  width:42%;
  overflow:hidden;
  margin:0 65px .5em 0;
}

.recent-posts-widget-with-thumbnails{
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  margin-bottom:30px;
}

.recent-posts-widget-with-thumbnails li{
  float:left;
  margin-right:70px;
  margin-bottom:30px;
}

.recent-posts-widget-with-thumbnails li a{
  float:right;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#222;
  font-size:18px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}
.recent-posts-widget-with-thumbnails li a:hover{
  text-decoration: none;
  color:#e94936;
}

.recent-posts-widget-with-thumbnails .attachment-105x105{
  float:left;
  margin-right:20px;
}

.wrap {
    max-width: 1140px;
    /*width:55%;*/
  }

/* SITE LOGO DESKTOP*/
#site-logo-desktop {
  display:block;
  clear: both;
  text-align: left;
  margin: 8px 0 8px 0;
}
#site-logo-desktop img {
  max-width: 95%;
}
/* END SITE LOGO DESKTOP */  

#site-logo {
  display:none;
  clear: both;
  float: left;
 margin: 10px 0 10px 8px;
}
  .advertisment {
    display: block;
    margin: 0 auto;
    width:100%;
    padding:10px;
  }
  .leaderboard {
    background: #ffffff;
    margin: 0 auto;
    margin-top:30px;
    z-index: 100;
  }

.leaderboard img {
    width: 100%;
  }

  .leaderboard object {
    width: 100%;
  }

.mobile_navbox {
  width:100%;
  background:white;
  position: relative;
}

  .main-nav-wrap {
    clear: both;
    z-index: 0;
    height: 73px;
    background: #fff;
    border-bottom:1px solid #ccc;
  }

.mobile_navbox .pushy_select {
  width: 7%;
  height:72px;
  float:left;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  cursor: pointer;
  text-align:center;
}

.menu-btn {
 /* background: #FFF url('../images/hamburger-menu.png') no-repeat 50% 50%;  */
  width: 100%;
  height:72px;
  color:#333;
  font-size:25px;

}

.mobile_navbox .blogs_header {
  width: 83%;
  float:left;
  text-align:center; 
  padding:16px 230px 0 230px; 
}
.mobile_navbox .blogs_header img{
  width:100%;
}

.mobile_navbox .blogs_header a {
  color:#888; 
  font-family: 'Lato', sans-serif; 
  font-weight: 400; 
  font-size:42px;
  line-height:43px;
  text-decoration: none;
}
.mobile_navbox .blogs_header a:visited {
  color:#888;
}
.mobile_navbox .desktop_search {
  display:block;
}

.mobile_search_dd {
  display: none;
  float:left;
  background: #ddd;
  border: 1px solid #ddd;
  width: 30%;
  height: 55px;
  padding-top:8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile_search_dd #mobile_searchfield {
  width: 30%;
  margin: 0;
  padding: 9px 10px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/****************************
BLOGS DIRECTORY PAGE
*****************************/
/* House Blogs */
.blog-grid {
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-grid-header {
  display:block;
  padding:15px 0 10px 0; 
  text-align:center;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size:23px;
  color:#444;
  font-weight: 600;
  text-transform: uppercase;
}
.branded-blog-grid-header {
  display:block;
  padding:15px 0 10px 0; 
  text-align:center;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size:26px;
  color:#444;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-grid li {
  float: left;
  width: 45%;
  margin: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:1px solid #ddd;
  height:470px;
}
.blog-grid li:before,
.blog-grid li:after {
  content: " ";
  display: table;
}
.blog-grid li:after {
  clear: both;
}

.blog-grid .content {
  float:left; 
  width:100%;
}

.blog-grid .article-header {
  padding:10px 0 0 0;
}
.blog-grid .article-header .blog a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#e94936;
  font-size:12px;
  line-height: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-grid .article-header .blog a:hover {
  color:#e94936;
  text-decoration: underline;
}
.blog-grid .article-header .blog a:visited {
  color:#e94936;
  text-decoration: none;
}

.blog-grid .article-header .title {
margin-top:2px;
margin-bottom: 10px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color:#222;
font-size:24px;
line-height:32px;
font-weight: 600;
letter-spacing: -.01em;
}

.blog-grid .article-header .title a {
  color:#222;
  text-decoration: none;
}
.blog-grid .article-header .title a:hover {
  color:#e94936;
  text-decoration: none;
}
.blog-grid .article-header .title a:visited {
  color:#222;
}
.blog-grid .article-header .date {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#888;
  font-size:11px;
  line-height:14px;
  font-weight: 400;
  text-transform: uppercase;
}

/****************************
BRANDED BLOGS DIRECTORY PAGE
*****************************/
/* Non-House Blogs */

.blog-grid-branded {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.blog-grid-header {
  display:block;
  padding:15px 0 10px 0; 
  text-align:center;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size:23px;
  color:#444;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-grid-branded li {
  float: left;
  width: 45%;
  margin: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:1px solid #ddd;
  height:470px;
}
.blog-grid-branded li:before,
.blog-grid-branded li:after {
  content: " ";
  display: table;
}
.blog-grid-branded li:after {
  clear: both;
}

.blog-grid-branded .content {
  float:left; 
  width:80%;
}

.post-thumbnail-directory-branded {
  margin:0;
  padding:56.25% 0 0 0;
  background-color:#F9F9F9; 
  display:block;
  width:100%;
  position: relative;
  height:0;
  overflow: hidden;

}
.post-thumbnail-directory-branded img {
  position: absolute;
  display: block;
  margin:auto !important;
  left:0;
  right: 0;
  top:0;
  bottom:0;
  width:100%;
}

.blog-grid-branded .article-header {
  padding:10px 0 20px 0;
}
.blog-grid-branded .article-header .blog a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#e94936;
  font-size:12px;
  line-height: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-grid-branded .article-header .blog a:hover {
  color:#e94936;
  text-decoration: underline;
}
.blog-grid-branded .article-header .blog a:visited {
  color:#e94936;
  text-decoration: none;
}
.blog-grid-branded .article-header .icon {
  display:block;
  float:left; 
  margin-right:8px; 
  width:12%;
}
.blog-grid-branded .article-header .icon img { 
  width:90%;
  height:90%;
}
.blog-grid-branded .article-header .title {
margin-top:2px;
margin-bottom: 10px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color:#222;
font-size:24px;
line-height:32px;
font-weight: 600;
letter-spacing: -.01em;
}

.blog-grid-branded .article-header .title a {
  color:#222;
  text-decoration: none;
}
.blog-grid-branded .article-header .title a:hover {
  color:#e94936;
  text-decoration: none;
}
.blog-grid-branded .article-header .title a:visited {
  color:#222;
}
.blog-grid-branded .article-header .date {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#888;
  font-size:11px;
  line-height:14px;
  font-weight: 400;
  text-transform: uppercase;
}

article .post-thumbnail {
  margin:0;
  padding:0;
  background-color:#FFF;
  text-align:left;
  float:left;
  width: 100%;
}
article .post-thumbnail img {
  margin-bottom: 0;
  padding:0;
  width:100%;
}

article {
  margin: 5px 60px 0 60px;
}
article p {
  margin: 0 0 1.8em 0;
}
article .article-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
  margin-bottom: 10px;
}
article a,
article a:visited {
  color: #000000;
  text-decoration: underline;
}
article a:hover,
article a:visited:hover {
  color: #e94936;
  text-decoration: none;
}
article h1 {
  margin: 2px 0 15px 0;
  /*clear: left;
  float: left;*/
  font: 600 42px/50px 'Open Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}
article h1 a:hover {
  text-decoration: none;
}
article .meta {
  float: left;
  color: #333;
  margin: 0 0 0 0;
  padding-right:0;
  border-right:none;
  padding-top:4px;
  height:30px;
  text-transform: uppercase;
  font: normal 13px/15px "Open Sans", Helvetica, Arial, sans-serif;
}

  .post-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
  /*width:100%;*/
}

.ad-section-directory {
  float:right;
  margin:25px 0 0 0;
  width:30%;
  text-align: right;
  background-color:#fff;
}
.ad-section-directory img .ad-section-directory iframe .ad-section-directory object .ad-section-directory embed {
  z-index:100;
  display:block;
  width:100%;
}
.ad-section {
  float:right;
  margin:25px 0 0 0;
  position: relative; 
  padding-bottom: 0; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: 250px;
  width:38%;
  text-align:right;
  background-color:#fff;
}
.ad-section img .ad-section iframe, .ad-section object, .ad-section embed {
  z-index:100;
  display:block;
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.ad-section-landing {
  float:right;
  margin:25px 0 40px 0;
  position: relative; 
  padding-bottom: 0; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto;
  width:30%;
  text-align: right;
  background-color:#fff;
}
.ad-section-landing img .ad-section-landing iframe .ad-section-landing object .ad-section-landing embed {
  z-index:100;
  display:block;
  position: absolute; 
  top: 0; 
  left: 0;
  width:100%;
  height:100%;
}

/* ##### DESKTOP ARTICLE MAILCHIMP BLOCK ##### */
.article-newsletter-mobile-wrap {
  display:none;
  background-color: #eee;
  height: 250px;
  width: 69%;
  margin:18px 0 0 0;
  float: left;
}
.article-newsletter-desktop-wrap {
  display:block;
  background-color: #eee;
  height: 250px;
  width: 60%;
  margin:25px 0 60px 0;
  float: left;
  padding:20px 10px 20px 30px;
}
.newsletter-text {
  float: left;
  width: 67%;
  padding:10px 0 0 0;
}
h2.newsletter-header {
  color: #666;
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: 600;
  line-height: 30px;
  margin:0 0 5px 0;
}
.newsletter-text p {
  color: #666;
  font: 15px/22px 'Open sans', Helvetica, Arial, sans-serif;
  margin-bottom:18px;
}
.newsletter-text input {
  border: 1px solid #CCC;
  padding: 0 0 0 15px;
  height:44px;
  margin:0;
  font: 14px/14px normal 'Open sans', Helvetica, Arial, sans-serif;
}
.newsletter-text #MERGE0 {
  width: 68%;
}
.newsletter-text #submit {
  background: #00A1DE;
  text-align: center;
  border: none;
  margin:0;
  height:43px;
  padding: 0 0 0 0;
  width: 24%;
  color: #fff;
  font: 600 12px/13px 'Open sans', Helvetica, Arial, sans-serif;
}
.newsletter-text #submit:hover {
  cursor: pointer;
}
.newsletter-fan {
  display: block;
  float: left;
  width: 24%;
  margin: 20px 0 0 20px;
}
.newsletter-fan img{
  width:100%;
}
/* ##### END DESKTOP ARTICLE MAILCHIMP BLOCK ##### */

#footer {
  background: #313535;
  /* Old browsers */

  width: 100%;
  position: relative;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  color: #ccc;
}
.footer-inner {
  width: auto;
  margin: 0 auto;
  padding: 0 0 20px 10px;
  line-height: 1em;
}
.footer-upper {
  padding: 30px 0 5px 0;
}
.footer-upper .footer-logo {
  display:block;
  text-align:left;
  color: #ccc;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 23px;
  padding-left:20px;
}
.footer-upper .footer-logo img {
  width:auto;
}

.footer-lower {
  width: 100%;
  padding: 0 0 15px 20px;
}
.footer-lower .legal {
  float:left;
  color: #888;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  margin-top:5px;
  width:auto;
}

.footer-lower ul {
  float: left;
  margin: 0;
}
.footer-lower li {
  float: left;
  display: block;
  list-stye-type: none;
}
.footer-lower li a {
  text-decoration: none;
  margin-right: 25px;
  padding: 0;
  color: #ccc;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
}

}
/*
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.
  
  ******************************************************************/

  .widgettitle {
  border-bottom: none;
  font: 600 2em/1.1em 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 50px 0 30px 0;
  text-align: left;
}

.recent-posts-widget-with-thumbnails{
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  margin-bottom:30px;
}

.recent-posts-widget-with-thumbnails li{
  width:40%;
  float:left;
  margin-right:90px;
  margin-bottom:30px;
}

.recent-posts-widget-with-thumbnails li a{
  float:right;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#222;
  font-size:19px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
}

.recent-posts-widget-with-thumbnails li a:hover{
  text-decoration: none;
  color:#e94936;
}

.recent-posts-widget-with-thumbnails li span.post-date{
  float:none;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color:#888;
  font-size:11px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.recent-posts-widget-with-thumbnails .attachment-105x105{
  float:left;
}

  .ad-section {
  float:right;
  margin:25px 0 0 0;
  position: relative; 
  padding-bottom: 0; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: 250px;
  width:33%;
  text-align:right;
  background-color:#fff;
}
.ad-section img .ad-section iframe, .ad-section object, .ad-section embed {
  z-index:100;
  display:block;
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

/* ##### DESKTOP ARTICLE MAILCHIMP BLOCK ##### */
.article-newsletter-mobile-wrap {
  display:none;
  background-color: #eee;
  height: 250px;
  width: 69%;
  margin:18px 0 0 0;
  float: left;
}
.article-newsletter-desktop-wrap {
  display:block;
  background-color: #eee;
  height: 250px;
  width: 64%;
  margin:25px 0 60px 0;
  float: left;
  padding:20px 20px 20px 30px;
}
.newsletter-text {
  float: left;
  width: 67%;
  padding:10px 0 0 0;
}
h2.newsletter-header {
  color: #666;
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-style: 600;
  line-height: 38px;
  margin:0 0 5px 0;
}
.newsletter-text p {
  color: #666;
  font: 17px/28px 'Open sans', Helvetica, Arial, sans-serif;
  margin-bottom:18px;
}
.newsletter-text input {
  border: 1px solid #CCC;
  padding: 0 0 0 15px;
  height:44px;
  margin:0;
  font: 14px/14px normal 'Open sans', Helvetica, Arial, sans-serif;
}
.newsletter-text #MERGE0 {
  width: 68%;
}
.newsletter-text #submit {
  background: #00A1DE;
  text-align: center;
  border: none;
  margin:0;
  height:43px;
  padding: 0 0 0 0;
  width: 17%;
  color: #fff;
  font: 600 12px/13px 'Open sans', Helvetica, Arial, sans-serif;
}
.newsletter-text #submit:hover {
  cursor: pointer;
}
.newsletter-fan {
  display: block;
  float: left;
  width: 22%;
  margin: 20px 0 0 20px;
}
.newsletter-fan img{
  width:100%;
}
/* ##### END DESKTOP ARTICLE MAILCHIMP BLOCK ##### */

.footer-upper .footer-logo {
  display:block;
  text-align:left;
  color: #ccc;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 23px;
  padding-left:10px;
}

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