@charset "UTF-8";
/******************************************************************
Stylesheet: Main Stylesheet
Author: Kent Politsch 	<Underscore Design @ underscoredesign.com>


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

Site Name: Zelig
Author: Kent Politsch
Version: 1.1

Stylesheet: Variables

******************************************************************/
/* Variables =================================================== */
/* #B10820 */
/* #0067AD; INNOVADEX */
/* #F77B23; INNOVADEX */
/* #617 */
/* #f17 */
/* #fc0 */
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

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

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

******************************************************************/
/********************* BORDER RADIUS *********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include border-radius(4px 4px 0 0);
*/
/********************* BORDERED *********************/
/* @include bordered(#eee,#eee,#eee,#eee); */
/********************* TRANSITION *********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/********************* BOX SHADOWS *********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include box-shadow(h-shadow y-shadow blur[optional] spread[optional] rgba(0,0,0,0.22) inset[optional]);
*/
/********************** OPACITY ***********************/
/*********************** ROTATE ************************/
/********************** SCALE ***************************/
/****************** SKEW (VALUE, VALUE) *******************/
/************** TRANSLATE (VALUE, VALUE) ******************/
/*********** TRANSLATE-3D (VALUE, VALUE, VALUE) ***********/
/********************* CSS3 GRADIENTS *********************/
/* Be careful with these since they can
 * really slow down your CSS. Don't overdue it.
 */
/* @include horizontal-gradient(#dfdfdf,#f8f8f8); */
/* @include vertical-gradient(#dfdfdf,#f8f8f8); */
/* @include directional-gradient(#dfdfdf, #f8f8f8, 45deg); */
/********************* BOX SIZING *********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

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

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

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

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  margin: 0 0.2rem;
  padding: 30px 25px;
  padding: 3rem 2.5rem;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

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

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
Author: Kent Politsch

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 stylesheet
and will be used across all viewports.

******************************************************************/
/* Table of Contents

	- Global Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
		- Alerts
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Common Classes
		- WordPress
		- Titles
	- Addons
*/
/* Global Imports
---------------------------------------------------------------------------------------------------- */
/* Box Sizing
--------------------------------------------- */
*,
input[type=search] {
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.archive-pagination,
.belt,
.clearfix,
.comment-pagination,
.entry,
.entry-pagination,
.footer-widgets,
.nav-primary,
.nav-secondary,
.site-container,
.site-footer,
.site-header,
.site-inner {
  *zoom: 1;
}
.archive-pagination:before, .archive-pagination:after,
.belt:before,
.belt:after,
.clearfix:before,
.clearfix:after,
.comment-pagination:before,
.comment-pagination:after,
.entry:before,
.entry:after,
.entry-pagination:before,
.entry-pagination:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after {
  content: "";
  display: table;
}
.archive-pagination:after,
.belt:after,
.clearfix:after,
.comment-pagination:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after {
  clear: both;
}

/* Defaults
---------------------------------------------------------------------------------------------------- */
.print {
  display: none;
}

/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
  background: #fff;
  color: #444;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.625;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button {
  transition: all 0.1s ease-in-out;
}

::selection {
  background: #333;
  color: #fff;
}

a {
  color: #b10820;
  text-decoration: none;
}

a:hover {
  color: #666;
}

p {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

blockquote,
blockquote::before {
  color: #999;
}

blockquote {
  margin: 40px 40px 24px;
  margin: 4rem 4rem 2.4rem;
}
blockquote::before {
  content: "“";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.entry-content code {
  background: #777;
  color: #fff;
}

cite {
  font-style: italics;
}

.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
}

dfn,
abbr {
  cursor: help;
  border-bottom: 1px dotted;
}

hr {
  margin: 30px 0;
  margin: 3rem 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

h3 {
  font-size: 21px;
  font-size: 2.1rem;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  width: auto;
  /* IE8 */
}
img.four-zero-four {
  margin: 0 auto;
}
/* Forms
--------------------------------------------- */
.entry-content form {
  margin: 0 0 30px;
  margin: 0 0 3rem;
}
.entry-content fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  margin: 0 0.2rem;
  padding: 20px 30px 0;
  padding: 2rem 3rem 0;
}
.entry-content legend {
  padding: 0 10px;
  padding: 0 1rem;
}
.entry-content label {
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  margin: 0 10px;
  margin: 0 1rem;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #eee inset;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px;
  padding: 1rem;
  width: 100%;
}

select {
  font-size: 18px;
  font-size: 1.8rem;
  width: auto;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.entry-content .button {
  background: #333;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 16px 24px;
  padding: 1.6rem 2.4rem;
  text-transform: uppercase;
  width: auto;
}

button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
.button:hover,
.entry-content .button:hover {
  background: #b10820;
  color: #fff;
}

button.small {
  font-size: 0.8em;
  padding: 3px 6px;
  padding: 0.3rem 0.6rem;
}

.entry-content .button:hover {
  color: #fff;
}

.button {
  border-radius: 3px;
  display: inline-block;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table p {
  margin-bottom: 0 !important;
}
table caption {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

th {
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 8px;
}

td {
  border: 1px solid #ddd;
  padding: 8px;
  padding: 0.8rem;
}

.newsletter {
  max-width: 730px;
  margin: 0 auto;
}
.newsletter table {
  width: auto;
}
.newsletter td {
  border: none;
}

/* Mobile */
@media only screen and (max-width: 768px) {
  table.responsive {
    display: block;
    position: relative;
    width: 100%;
    /* sort out borders */
  }
  table.responsive thead {
    display: block;
    float: left;
  }
  table.responsive tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive thead tr {
    display: block;
  }
  table.responsive th {
    display: block;
    text-align: right;
    padding: 5px;
  }
  table.responsive tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    padding: 5px;
  }
  table.responsive th {
    border-width: 0 1px 1px 0;
  }
  table.responsive td {
    border-width: 1px 0 0;
  }
  table.responsive tbody tr {
    border-left: 1px solid #babcbf;
  }
}
/* Alerts & Notices
--------------------------------------------- */
.alert-info {
  padding: 5px 7px;
  padding: 0.5rem 0.75rem;
}

.alert-info {
  background: gray;
  color: #fff;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.belt {
  margin: 0 auto;
  width: 90%;
  max-width: 1350px;
}

.site-inner {
  clear: both;
  padding: 40px 0;
  padding: 4rem 0;
}

/* Column Widths and Positions
--------------------------------------------- */
.gallery .col-2,
.gallery .col-3,
.gallery .col-4,
.gallery .col-5,
.gallery .col-6,
.gallery .col-7,
.gallery .col-8,
.gallery .col-9 {
  width: 50%;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #b10820;
  text-align: center;
}

.site-header .belt {
  padding: 30px 0;
  padding: 3rem 0;
  max-width: 100%;
}

/* Title Area
--------------------------------------------- */
.header-image,
.title-area {
  display: block;
  margin: 0 auto;
  font-weight: 400;
}

.site-title,
.site-description {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.site-title a,
.site-title a:hover {
  color: #fff;
}

/* Widget Area
--------------------------------------------- */
.site-header .search-form {
  width: 335px;
  width: 33.5rem;
  max-width: 90%;
  margin: 10px auto;
  margin: 1rem auto;
  *overflow: hidden;
  *display: block;
}

.site-header .search-form input {
  border-radius: 36px;
  border-radius: 3.6rem;
  padding-left: 36px;
  padding-left: 3.6rem;
  background: #fff url(../imgs/site/search.png) 0.7em center no-repeat;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background: #eee;
	padding-top:1rem;
}
.nav-primary .belt {
  width: 100%;
}

.nav-primary a:hover,
.nav-primary .active > a {
  color: #333;
}

.nav-primary .sub-menu a:hover {
  color: #333;
}

#nav-toggle {
  display: block;
  width: 90%;
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
  margin: 1em auto;
  color: #999;
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#nav-toggle:hover {
  color: #333;
  background-color: #e6e6e6;
}

#menu-primary {
  display: none;
  position: relative;
}
#menu-primary .belt {
  width: 100%;
}
#menu-primary li {
  list-style-type: none;
}
#menu-primary > .dropdown > a {
  background: #aaa;
  color: #fff;
  cursor: default;
}
#menu-primary a {
  display: block;
  padding: 10px 24px;
  padding: 1rem 2.4rem;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
#menu-primary .sub-menu {
  position: relative;
}
#menu-primary .sub-menu li a {
  border-top: 1px solid #fff;
  padding-left: 24px;
}
#menu-primary .sub-menu .sub-menu a {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 40px;
  padding-left: 4rem;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.post-format-image {
  float: left;
  margin: 0 5px 0 0;
  margin: 0 0.5rem 0 0;
}

.entry-content a {
  color: #b10820;
}

.entry-content a:hover {
  color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.entry-content ol,
.entry-content ul,
.entry-content p,
.quote-caption {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
  margin-left: 10px;
  margin-left: 1rem;
  padding: 0 0 0 26px;
  padding: 0 0 0 2.6rem;
}
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
  margin: 0 0 0 10px;
  margin: 0 0 0 1rem;
}

ol li {
  list-style-type: decimal;
}
ol li li {
  list-style-type: upper-alpha;
}
ol li li li {
  list-style-type: lower-alpha;
}

ul li {
  list-style-type: disc;
}
ul li li {
  list-style-type: circle;
}
ul li li li {
  list-style-type: square;
}

.entry-content .search-form {
  width: 50%;
}

.entry-meta {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}

.entry-meta a {
  /*border-bottom: 1px solid #ddd;*/
}

.entry-header .entry-meta {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding: 10px 0 30px;
  padding: 1rem 0 3rem;
  clear: both;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
  display: block;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 40px;
  margin: 0 0 0 4rem;
  font-style: italic;
}

/* Pagination
--------------------------------------------- */
.pagination {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0 0;
  margin: 1rem 0 0;
  clear: both;
}

.pagination li {
  display: inline;
}

.pagination li a,
.pagination li .current {
  background: #ccc;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li .current {
  background: #b10820;
}

.entry-pagination a {
  /*border-bottom: 1px solid #ddd;*/
}

/* Comments
--------------------------------------------- */
.comment-respond {
  margin: 40px 0 0;
  margin: 4rem 0 0;
}

.comment-respond,
.entry-comments,
.entry-pings {
  background: #f9f9f9;
}

.entry-comments {
  padding: 20px;
  padding: 2rem;
}

.comment-respond,
.entry-pings {
  padding: 20px 20px 6px;
  padding: 2rem 2rem 0.6rem;
}

.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd;
}

.comment-content {
  clear: both;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.comment-list li {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem;
}

.comment-list li li {
  margin-right: -32px;
  margin-right: -3.2rem;
}

li.comment {
  background: #f5f5f5;
}
li.comment li {
  border: 2px solid #fff;
  border-right: none;
}

.comment .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background: #eee;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 2.4rem;
}

.comment-form .error {
  color: #b10820;
}
.comment-form .error input,
.comment-form .error textarea {
  border-color: #b10820;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  color: #999;
  padding: 40px 0;
  padding: 4rem 0;
}

.sidebar p:last-child {
  margin-bottom: 0;
}

.sidebar li {
  list-style-type: none;
  margin: 10px 0;
  margin: 1rem 0;
  word-wrap: break-word;
}

.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar ul {
  margin: 0 0 20px;
  margin: 0 0 2rem;
}

.sidebar .widget {
  /*background: #fff;*/
  border-radius: 3px;
  margin: 40px 0 0;
  margin: 4rem 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  overflow: hidden;
}
.sidebar .widget:first-child {
  margin: 0;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #333 url(../imgs/site/footer-shadow.png) repeat-x scroll 0 0;
  color: #fff;
  clear: both;
  padding: 40px 0;
  padding: 4rem 0;
}

.footer-widgets a {
  color: #fff;
}

.footer-widgets a:hover {
  background: #444;
}

.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
  color: #fff;
  text-transform: inherit;
  border-bottom: solid #ccc;
  padding-bottom: 10px;
}

.footer-widgets li {
  list-style-type: none;
  /*margin-bottom: 6px;
  margin-bottom: 0.6rem;*/
  word-wrap: break-word;
  border-bottom: 1px solid #999;
}
.footer-widgets li a {
  display: block;
  padding: 8px 0;
}

.footer-widgets .search-form input:focus {
  border: 1px solid #ddd;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0;
  padding: 2rem 0;
}
.site-footer a {
  color: #fff;
}
.site-footer p {
  margin-bottom: 0;
}
/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar,
.alignleft img {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.alignright .avatar,
.alignright img {
  margin-left: 24px;
  margin-left: 2.4rem;
}

.wp-caption img {
  margin: 0;
}

.search-form input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  display: block;
}

.alignleft {
  float: left;
  text-align: left;
}

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

img.pull-left,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
  max-width: 50%;
}

img.pull-right,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
  max-width: 50%;
}

.wp-caption-text {
  padding: 8px 10px;
  padding: 0.8rem 1rem;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}

.gallery-item {
  float: left;
}
.gallery-item img {
  width: 100%;
}

.figurepad {
  padding: 5px;
  padding: 0.5rem;
}

.thumbnail {
  line-height: 1;
}

.gallery-icon,
.gallery-caption {
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 11px;
  font-size: 1.1rem;
}

.gallery .col-2 {
  width: 50%;
}

.gallery .col-3 {
  width: 33.3333333333%;
}

.gallery .col-4 {
  width: 25%;
}

.gallery .col-5 {
  width: 20%;
}

.gallery .col-6 {
  width: 16.6666666667%;
}

.gallery .col-7 {
  width: 14.2857142857%;
}

.gallery .col-8 {
  width: 12.5%;
}

.gallery .col-9 {
  width: 11.1111111111%;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Titles
--------------------------------------------- */
.entry-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}

.entry-title a:hover {
  color: #666;
}

.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  /*margin-bottom: 24px;
  margin-bottom: 2.4rem;*/
  text-transform: uppercase;
}

.sidebar .widget-title a {
  border: none;
}

.archive-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

/* Addons
---------------------------------------------------------------------------------------------------- */
/* Podcasts
--------------------------------------------- */
.podcast_meta {
  margin-bottom: 30px;
}

/* GoToWP Registration Form
--------------------------------------------- */
#gotowp_personal_webinar_registration .tableborder {
  border: 1px solid #333 !important;
  width: 100% !important;
}

#gotowp_personal_webinar_registration .tableheader {
  background: #333 !important;
  padding: 15px !important;
  display: block !important;
}

#gotowp_personal_webinar_registration input {
  float: right !important;
}

#gotowp_personal_webinar_registration td {
  display: inline-block !important;
  width: 50% !important;
}

#gotowp_personal_webinar_registration tr {
  padding: 15px !important;
  display: block !important;
  width: 100% !important;
}

#gotowp_personal_webinar_registration select {
  display: block !important;
  width: 100% !important;
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  color: #777;
  background: #f0f0f0;
  padding: 8px 15px;
  padding: 0.8rem 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.breadcrumb .sep {
  margin: 0 5px;
  margin: 0 0.5rem;
  color: #ccc;
}

/* Author & Archive Description Boxes
--------------------------------------------- */
.archive-description,
.author-box {
  background: #f9f9f9;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.archive-description ol,
.archive-description ul,
.author-box ol,
.author-box ul {
  margin: 0 0 26px 10px;
  margin: 0 0 2.6rem 1rem;
  padding: 0 0 0 26px;
  padding: 0 0 0 2.6rem;
}
.archive-description ol ol,
.archive-description ol ul,
.archive-description ul ol,
.archive-description ul ul,
.author-box ol ol,
.author-box ol ul,
.author-box ul ol,
.author-box ul ul {
  margin: 0 0 0 10px;
  margin: 0 0 0 1rem;
}

.archive-description {
  padding: 20px 20px 4px;
  padding: 2rem 2rem 0.4rem;
}

.author-box {
  padding: 20px;
  padding: 2rem;
  overflow: hidden;
}

.author-box-title {
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.author-box a {
  /*border-bottom: 1px solid #ddd;*/
}

.author-box p {
  margin: 10px 0 0;
  margin: 1rem 0 0;
}
.author-box p:first-child {
  margin: 0;
}

.author-box .avatar {
  margin: 0 24px 8px 0;
  margin: 0 2.4rem 0.8rem 0;
}

.author-box-content-hidden {
  display: none;
  clear: both;
  overflow: hidden;
}
.author-box-content-hidden p:first-child {
  margin: 10px 0 0;
  margin: 1rem 0 0;
}

.author-box .button {
  float: right;
  margin-top: 10px;
  margin-top: 1rem;
}

/* Social Media & Sharing Buttons
--------------------------------------------- */
@font-face {
  font-family: "shareit";
  src: url("../fonts/shareit.eot?19459629");
  src: url("../fonts/shareit.eot?19459629#iefix") format("embedded-opentype"), url("../fonts/shareit.woff?19459629") format("woff"), url("../fonts/shareit.ttf?19459629") format("truetype"), url("../fonts/shareit.svg?19459629#shareit") format("svg");
  font-weight: normal;
  font-style: normal;
}
.social {
  font-family: "shareit";
  font-size: 22px;
  font-size: 2.2rem;
  background: #ccc;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2;
  padding: 0;
}

.share-it {
  text-align: right;
  display: block;
  clear: both;
}
.share-it .intro {
  color: #999;
}
.share-it .social {
  line-height: 2;
  background: gray;
  text-transform: none;
  padding: 0;
  font-size: 1em;
  width: 2em;
  height: 2em;
}

/* Experts Widget
--------------------------------------------- */
.experts-widget .vcard {
  margin: 1.5em 0 0;
}

.experts-widget .vcard:first {
  margin: 0;
}

.experts-widget .avatar {
  margin: 0 12px 0 0;
  margin: 0 1.2rem 0 0;
  border-radius: 50%;
}

.expert-name {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px;
  margin: 2rem 0 0.5rem;
}

.industry {
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Featured Content Widget
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0 0 20px;
  padding: 0 0 2rem;
}
.featured-content .entry p {
  margin: 0;
}
.featured-content .entry-title,
.featured-content .cat-title {
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: none;
  font-style: italic;
  line-height: 1.2;
}
.featured-content .entry-title a,
.featured-content .cat-title a {
  border: none;
}
.featured-content .entry-title {
  font-style: normal;
  font-weight: 600;
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
}

/* Billboard Widget
--------------------------------------------- */
#billboard {
  padding: 60px 0 20px;
  padding: 6rem 0 2rem;
  background: #333;
  color: #fff;
}
#billboard .widget {
  width: 100%;
  margin: 0 0 40px;
}
#billboard h1 {
  width: 100%;
  font-size: 42px;
  font-size: 4.2rem;
  color: #fff;
}
#billboard img {
  width: 100%;
}
#billboard ol,
#billboard ul {
  margin: 0 0 26px 10px;
  margin: 0 0 2.6rem 1rem;
  padding: 0 0 0 26px;
  padding: 0 0 0 2.6rem;
}
#billboard ol ol,
#billboard ol ul,
#billboard ul ol,
#billboard ul ul {
  margin: 0 0 0 10px;
  margin: 0 0 0 1rem;
}

/* Webinar Archive
--------------------------------------------- */
article[class*=webinar] .entry-header .entry-meta {
  display: none;
}

/* Webinar List View
--------------------------------------------- */
.webinar h4 {
  display: none;
}

h2.webinar-category {
  position: relative;
  margin: 30px 0 10px;
  padding-left: 30px;
  color: #b10820;
  cursor: pointer;
}

h2.webinar-category:hover {
  color: #333;
}

h2.webinar-category:hover::before,
h2.webinar-category:hover::after {
  background: #333;
}

h2.webinar-category::before, h2.webinar-category::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0 0 -8px;
  background: #b10820;
  border-radius: 2px;
}

h2.webinar-category::before {
  left: 7px;
  width: 3px;
  height: 17px;
  transition: all 100ms;
  margin-top: -6px;
  background: #b10820;
}

h2.webinar-category::after {
  right: 0;
  width: 17px;
  height: 3px;
  margin-top: 1px;
  background: #b10820;
}

h2.webinar-category.active::before {
  height: 0;
  margin-top: 0;
}

ul.webinar-list {
  display: none;
}

ul.webinar-list.active {
  display: block;
}

li.webinar {
  display: block;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  list-style-type: none;
  border-bottom: 1px solid #eee;
}

.webinar-meta span {
  margin: 0 20px 0 0;
}

/* Webinar List View
--------------------------------------------- */
.optanon-alert-box-wrapper p a {
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .xss {
    font-size: 1.2em;
  }
  .xss .step-nav {
    font-size: 2.5em;
  }
  .xss .view .details h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .xss .view .details p {
    display: block;
  }
}
@media only screen and (min-width: 1030px) {
  .xss {
    font-size: 1.4em;
  }
  .xss .step-nav {
    font-size: 3em;
  }
}
/*
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) {
  /******************************************************************
  Author: Kent Politsch

  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.

  ******************************************************************/
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
iPad in landscape view. Here's where you can add resource
intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet
  Author: Kent Politsch

  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!

  ******************************************************************/
  /* Table of Contents

  	- Defaults
  		- Typographical Elements
  		- Headings
  		- Objects
  		- Forms
  		- Tables
  		- Alerts
  	- Structure and Layout
  		- Site Containers
  		- Column Widths and Positions
  		- Column Classes
  	- Site Header
  		- Title Area
  		- Widget Area
  	- Site Navigation
  		- Header Navigation
  		- Primary Navigation
  		- Secondary Navigation
  	- Content Area
  		- Entries
  		- Pagination
  		- Comments
  	- Sidebars
  	- Footer Widgets
  	- Site Footer
  	- Common Classes
  		- WordPress
  		- Titles
  	- Addons
  */
  /* Site Header
  ---------------------------------------------------------------------------------------------------- */
  .site-header {
    background: #c02032 !important;
    height: 127px;
    height: 12.7rem;
  }
  .site-header .belt {
    width: auto;
    padding: 0 20px;
    padding: 0 2rem;
  }

  /* Title Area
  --------------------------------------------- */
  .title-area {
    display: block;
    float: left;
  }
  .title-area h1,
.title-area h2 {
    display: none;
  }

  .header-image {
    float: left;
    padding: 15px 0 0;
    padding: 1.5rem 0 0;
  }

  /* Search
  --------------------------------------------- */
  .site-header .search-form {
    float: right;
    width: 335px;
    width: 33.5rem;
    max-width: 90%;
    margin-top: 42px;
    margin-top: 4.2rem;
    *overflow: hidden;
    *display: block;
  }
  .header-right img {
    float: right;
    padding: 23px 8px 23px 8px;
    padding: 2.3rem .8rem 2.3rem .8rem;
  }

  /* Site Navigation
  ---------------------------------------------------------------------------------------------------- */
  /* Primary Navigation
  --------------------------------------------- */
  .nav-primary .belt {
    width: 90%;
  }

  #menu-primary a:hover,
#menu-primary .active > a {
    color: #333;
  }

  .nav-primary .sub-menu a:hover {
    color: #333;
  }

  #nav-toggle {
    display: none;
  }

  #menu-primary {
    display: block;
    clear: both;
    color: #999;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    z-index: 99;
  }
  #menu-primary .dropdown a {
    background: transparent;
    color: #b10820;
    cursor: pointer;
  }
  #menu-primary .dropdown a:hover {
    color: #333;
  }
  #menu-primary .fa {
    display: none;
  }

  #menu-primary > li:first-child a {
    padding-left: 0;
  }

  #menu-primary li {
    position: relative;
    float: left;
    text-align: left;
  }
  #menu-primary li a {
    padding-top: 5px;
    padding-top: 0.5rem;
  }

  li.dropdown > a:after {
    font-family: "Courier New", monospace;
    font-size: 10px;
    font-size: 1rem;
    content: " ▼";
    vertical-align: 10%;
    font-weight: bold;
  }

  li.dropdown:hover > a:after {
    content: " +";
  }

  #menu-primary li.active > a,
#menu-primary .sub-menu .active > a:hover {
    color: #333;
  }

  #menu-primary .sub-menu li a:hover,
#menu-primary .sub-menu li.active a:hover {
    background: #b10820;
    color: white;
  }

  #menu-primary .sub-menu .active > a {
    color: #333;
  }

  #menu-primary > .menu-item > a {
    text-transform: uppercase;
  }

  #menu-primary .sub-menu {
    background: #eee;
    opacity: 0;
    position: absolute;
    left: -9999em;
    transition: opacity 0.2s ease-in-out;
    min-width: 100%;
  }

  #menu-primary .sub-menu li {
    float: none;
  }
  #menu-primary .sub-menu li a {
    *border-top: 2px solid #fff;
    display: block;
    padding: 16px 20px;
    padding: 1.6rem 2rem;
    margin-left: 0;
    position: relative;
    white-space: nowrap;
  }

  #menu-primary .sub-menu .sub-menu {
    top: 0;
    padding: 0;
  }
  #menu-primary .sub-menu .sub-menu a {
    padding-left: 16px;
    padding-left: 1.6rem;
  }

  #menu-primary li:hover > ul {
    left: auto;
    opacity: 1;
  }

  #menu-primary li li:hover > ul {
    left: 100%;
    opacity: 1;
  }

  #menu-primary li:first a {
    padding-left: 0;
  }

  /* Content Area
  ---------------------------------------------------------------------------------------------------- */
  /* Comments
  --------------------------------------------- */
  .comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
    width: 50%;
  }

  .entry-comments {
    padding: 40px;
    padding: 4rem;
  }

  .comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
    padding: 4rem 4rem 1.6rem;
  }

  /* Addons
  ---------------------------------------------------------------------------------------------------- */
  /* Author & Archive Description Boxes
  --------------------------------------------- */
  .archive-description {
    padding: 40px 40px 24px;
    padding: 4rem 4rem 2.4rem;
  }

  .author-box {
    padding: 40px;
    padding: 4rem;
  }
}
/*
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: 1023px) {
  /******************************************************************
  Stylesheet: Desktop Stylsheet
  Author: Kent Politsch

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  ******************************************************************/
  /* Table of Contents

  	- Defaults
  		- Typographical Elements
  		- Headings
  		- Objects
  		- Forms
  		- Tables
  		- Alerts
  	- Structure and Layout
  		- Site Containers
  		- Column Widths and Positions
  		- Column Classes
  	- Site Header
  		- Title Area
  		- Widget Area
  	- Site Navigation
  		- Header Navigation
  		- Primary Navigation
  		- Secondary Navigation
  	- Content Area
  		- Entries
  		- Pagination
  		- Comments
  	- Sidebars
  	- Footer Widgets
  	- Site Footer
  	- Common Classes
  		- WordPress
  		- Titles
  	- Addons
  */
  /* Defaults
  ---------------------------------------------------------------------------------------------------- */
  /* Typographical Elements
  --------------------------------------------- */
  /* Headings
  --------------------------------------------- */
  /* Objects
  --------------------------------------------- */
  /* Forms
  --------------------------------------------- */
  /* Tables
  --------------------------------------------- */
  /* Alerts & Notices
  --------------------------------------------- */
  /* Structure and Layout
  ---------------------------------------------------------------------------------------------------- */
  /* Site Containers
  --------------------------------------------- */
  /* Column Widths and Positions
  --------------------------------------------- */
  /* Wrapping div for .content and .sidebar-primary */
  .content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 75.701754386%;
  }

  .content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
  }

  .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
  }

  /* Content */
  .content {
    float: right;
    width: 64.9122807018%;
  }

  .sidebar-content .content,
.content-sidebar .content {
    width: 60.7122807018%;
  }

  .sidebar-content-sidebar .content-sidebar-wrap,
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
  }

  .sidebar-content-sidebar .content {
    float: right;
  }

  .sidebar-content-sidebar .sidebar-primary {
    float: left;
  }

  .content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 57.5217391304%;
  }

  .full-width-content .content {
    width: 100%;
  }

  /* Primary Sidebar */
  .sidebar-primary {
    float: right;
    width: 38.1304347826%;
  }

  .sidebar-content .sidebar-primary,
.content-sidebar .sidebar-primary {
    width: 35.1304347826%;
  }

  .sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
  }

  /* Secondary Sidebar */
  .sidebar-secondary {
    float: left;
    width: 20.7894736842%;
  }

  .content-sidebar-sidebar .sidebar-secondary,
.sidebar-content-sidebar .sidebar-secondary {
    float: right;
  }

  /* Column Classes
  --------------------------------------------- */
  .one-sixth,
.one-fourth,
.one-third,
.one-half,
.two-thirds,
.three-fourths,
.five-sixths {
    float: left;
    overflow: hidden;
    margin-left: 2.8641025641%;
  }

  .one-half {
    width: 48.4179487179%;
  }

  .one-third {
    width: 31.3239316239%;
  }

  .two-thirds {
    width: 65.511965812%;
  }

  .one-fourth {
    width: 22.7769230769%;
  }

  .three-fourths {
    width: 74.058974359%;
  }

  .one-sixth {
    width: 14.3299145299%;
  }

  .five-sixths {
    width: 82.605982906%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Site Header
  ---------------------------------------------------------------------------------------------------- */
  /* Content Area
  ---------------------------------------------------------------------------------------------------- */
  /* Entries
  --------------------------------------------- */
  .post-format-image {
    float: left;
    margin: 0 5px 0 0;
    margin: 0 0.5rem 0 0;
  }

  .entry-content .search-form {
    width: 50%;
  }

  /* Pagination
  --------------------------------------------- */
  /* Comments
  --------------------------------------------- */
  .comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
    width: 50%;
  }

  /* Sidebars
  ---------------------------------------------------------------------------------------------------- */
  .sidebar {
    padding: 0;
    padding: 0;
  }

  /* Footer Widgets
  ---------------------------------------------------------------------------------------------------- */
  .footer-widgets {
    padding: 40px 16px;
    padding: 4rem 1.6rem;
  }
  /* Site Footer
  ---------------------------------------------------------------------------------------------------- */
  /* Common Classes
  ---------------------------------------------------------------------------------------------------- */
  /* WordPress
  --------------------------------------------- */
  .avatar {
    float: left;
  }

  .alignleft .avatar,
.alignleft img {
    margin-right: 24px;
    margin-right: 2.4rem;
  }

  .alignright .avatar,
.alignright img {
    margin-left: 24px;
    margin-left: 2.4rem;
  }

  .wp-caption img {
    margin: 0;
  }

  .search-form input[type=submit] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 2.4rem;
  }

  img.alignnone {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    display: block;
  }

  .alignleft {
    float: left;
    text-align: left;
  }

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

  img.pull-left,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;
  }

  img.pull-right,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4rem;
  }

  .wp-caption-text {
    padding: 8px 10px;
    padding: 0.8rem 1rem;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }

  .gallery-item {
    float: left;
  }
  .gallery-item img {
    width: 100%;
  }

  .figurepad {
    padding: 5px;
    padding: 0.5rem;
  }

  .thumbnail {
    line-height: 1;
  }

  .gallery-icon,
.gallery-caption {
    display: block;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .gallery .col-2 {
    width: 50%;
  }

  .gallery .col-3 {
    width: 33.3333333333%;
  }

  .gallery .col-4 {
    width: 25%;
  }

  .gallery .col-5 {
    width: 20%;
  }

  .gallery .col-6 {
    width: 16.6666666667%;
  }

  .gallery .col-7 {
    width: 14.2857142857%;
  }

  .gallery .col-8 {
    width: 12.5%;
  }

  .gallery .col-9 {
    width: 11.1111111111%;
  }

  .widget_calendar table {
    width: 100%;
  }

  .widget_calendar td,
.widget_calendar th {
    text-align: center;
  }

  /* Titles
  --------------------------------------------- */
  .entry-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
  }

  .entry-title a:hover {
    color: #666;
  }

  .widget-title {
    font-size: 16px;
    font-size: 1.6rem;
    /*margin-bottom: 24px;
    margin-bottom: 2.4rem;*/
    text-transform: uppercase;
  }

  .sidebar .widget-title a {
    border: none;
  }

  .archive-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }

  /* Addons
  ---------------------------------------------------------------------------------------------------- */
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Stylesheet: Super Large Monitor Stylesheet
  Author: Kent Politsch

  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  ******************************************************************/
}
/*
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 (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Stylesheet: Retina Screens & Devices Stylesheet
  Author: Kent Politsch

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  ******************************************************************/
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /*********************************
  PRINT STYLESHEET
  Author: Kent Politsch <Underscore Design @ underscoredesign.com>

  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;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  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.5in;
  }
  p, h2, h3, h4 {
    orphans: 3;
    widows: 3;
  }

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

  .content {
    width: 100% !important;
  }

  .breadcrumb,
.share-it,
.comments-link,
.post-edit-link,
.sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav,
#comments,
#respond,
.footer-widgets,
.content-toggle {
    display: none;
  }

  .site-header {
    height: 55px;
  }

  .screen {
    display: none;
  }

  .print {
    display: inline-block;
  }

  .title-area {
    float: left;
  }

  .header-right img.print {
    float: right;
  }

  .creds {
    color: #333 !important;
  }
  .creds a {
    display: none;
  }

  .author-box {
    margin: 0;
  }

  .print-footer {
    margin-top: 20px;
    width: 100%;
    text-align: right;
    border-top: 2px solid #b10820;
    padding: 5px 0;
    color: #b10820;
    font-size: 11px;
  }
  .print-footer a {
    color: #b10820 !important;
    text-decoration: none !important;
  }
}