﻿/*! style.css v3.0.9 */

/**
 * Theme Name:	Theme Name
 * Theme URI:	http://www.website.url
 * Description:	Website theme.
 * Author:		Wood Street, Inc.
 * Author URI:	http://woodst.com
 * Version:		1.00
 * Copyright:	2014, All Rights Reserved.
 * Tags:		(Tags)
 * License:		(License)
 * License URI:	(License URI)
 */

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Core
 * 3.0 - Components
 * 4.0 - Modules
 */

/* ##########################################################################
                                  R E S E T
   ########################################################################## */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox], input[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! screen.css */

/* ##########################################################################
									C O R E
   ########################################################################## */

/* Reset
   ========================================================================== */

/**
 * Box model.
 */

*, 
*:after, 
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * Remove margin and paddings.
 */

h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
dl,dd,ol,ul,
form,fieldset,legend,
table,th,td,caption,
hr {
    margin: 0;
    padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */

abbr[title],
dfn[title] {
    cursor: help;
}

/**
 * So that `alt` text is visually offset if images donâ€™t load.
 */

img {
    font-style: italic;
	vertical-align: middle;
}

/**
 * So that label text is aligned to the top.
 */

textarea {
	vertical-align: top;
}

/* Fonts
   ========================================================================== */

/**
 * font-family: 'Oswald', sans-serif;
 * font-family: 'EB Garamond', serif;
 * font-family: 'Arvo', serif;
 */

/* Base
   ========================================================================== */

html {
	background: #000;
	color: #000;
	font: 18px/24px 'EB Garamond', serif;
}

body {
	background: #000 url(../images/bg-01.jpg) no-repeat center top;
}

/* Links
   ========================================================================== */

a {
	color: #00aeef;
}

a:hover {
	color: #455560;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Headings.
 */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}

h1,
.h1 {
	color: #000;
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 28px;
}

h2,
.h2 {
	color: #00aeef;
	font-size: 20px;	/*28px - JVS - old size*/
	line-height: 32px;
	margin: 0;
	padding: 3px 0 1px;
	margin: 0 0 24px;
}

h3,
.h3 {
	color: #333333;
	font-size: 18px;	/*24px - JVS - old size*/
	line-height: 28px;
	margin: 0 0 20px;
	padding: 3px 0 1px;
}

h4,
.h4 {
	color: #000000;
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	padding: 2px 0;
}

h5,
.h5 {
	color: #455560;
	font-size: 20px;
	line-height: 28px;
	padding: 1px 0 3px;
}

h6,
.h6 {
	color: #00aeef;
	font-size: 18px;
	line-height: 24px;
}

/**
 * Paragraphs.
 */

p {
	margin: 0 0 20px;
	padding: 1px 0 3px;
}

/**
 * Blockquote.
 */

blockquote {
	background: url(../images/line-04.gif) repeat-y 32px top;
	color: #455560;
	font-size: 17px;
	margin: 0 0 20px;
	padding: 0 48px
}

@media (max-width: 767px) {

	blockquote {
		padding: 0;
	}

} /* end @media */

/**
 * Code.
 */

code {
	overflow: auto;
}

code mark {
	background: none;
	border-bottom: 1px solid;
	color: inherit;
}

/**
 * Horizontal rule.
 */

hr,
.hr {
	display: block;
	background: #cccccc;
	border: 0;
	border-top: 1px solid #cccccc;
	height: 0;
	margin: -1px 0 24px;
	padding: 0;
}

/* Lists
   ========================================================================== */

ol,
ul {
	margin: 0 0 20px;
}

ol {
	padding: 4px 0 4px 32px;
}

ul {
	padding: 4px 0 4px 12px;
}

li {
	background-image: url('../images/bullet-01.png');
	background-image: url('../images/bullet-01.svg'), none;
	background-repeat: no-repeat;
	background-position: 6px 10px;
	margin-bottom: 12px;
}

li li,
ol ul > li {
	background-image: url('../images/bullet-02.png');
	background-image: url('../images/bullet-02.svg'), none;
	background-repeat: no-repeat;
	background-position: 8px 10px;
	color: #455560;
	font-size: 17px;
	margin-bottom: 0;
}

li ol,
li ul {
	margin-bottom: -4px;
	padding-top: 12px;
}

ol li {
	background: none;
}

ul li {
	list-style: none;
	padding-left: 20px;
}

ul ol {
}

ul ol > li {
	list-style: decimal;
	padding-left: 0;
}

dl,
dt,
dd {
	margin: 0 0 12px;
}

dl {
	margin-bottom: 20px;
	padding-top: 4px;
}

dd {
	padding: 0 0 0 32px;
}


/* Forms
   ========================================================================== */

/**
 * Placeholders.
 */

::-webkit-input-placeholder {
	color: inherit;
	text-overflow: ellipsis;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	text-overflow: ellipsis;
	opacity: 1;
}

form {
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	display: block;
	width: 100%;
}

label,
.label {
	display: inline-block;
	font: 16px/20px 'Oswald', sans-serif;
	vertical-align: top;
}

input,
select,
textarea {
	background: #f5f5f5;
	-moz-box-shadow: inset 0 2px 0 #eeeeee;
	-webkit-box-shadow: inset 0 2px 0 #eeeeee;
	box-shadow: inset 0 2px 0 #eeeeee;
	border: 1px solid #ccc;
	color: #333;
	font: 16px/normal 'EB Garamond', serif;
	line-height: 40px \9;
	height: 40px;
	padding: 0 0 0 15px;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #000
}

.input-button {
}

.input-color {
}

.input-date {
}

.input-datetime {
}

.input-datetime-local {
}

.input-email {
}

.input-file {
}

.input-hiden {
}

.input-image {
}

.input-month {
}

.input-number {
}

.input-password {
}

.input-range {
}

.input-reset {
}

.input-search {
}

.input-submit {
}

.input-tel {
}

.input-text {
}

.input-time {
}

.input-url {
}

.input-week {
}

input[type=checkbox], input[type=radio], .input-checkbox, .input-radio {
	background: none;
	border: 0;
	padding: 0;
	height: auto;
	width: auto;
	*height: 13px;
	*width: 13px;
}

input:valid,
textarea:valid {
}

input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}

textarea {
	line-height: 20px;
	height: 200px;
	padding: 8px 15px;
	resize: none;
}

select {
	line-height: 34px;
	height: 40px;
	padding: 9px 4px 9px 15px;
	padding-left: 13px \9; /* IE Hack */
}

select, x:-moz-any-link { /* Firefox Hack */
	padding-left: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	select { /* Chrome Hack */
		padding-left: 11px;
	}
	
	::i-block-chrome, select { /* Safari Hack */
		text-indent: 12px;
		padding-left: 0;
    }

} /* end @media */

optgroup {
}

option {
	line-height: 20px;
}

.field {
	padding: 0;
	margin: 0 0 20px;
}

/**
 * Checkbox and radio groups.
 */

.checkbox-group,
.radio-group {
	margin-bottom: 20px;
}

.checkbox-group label,
.radio-group label,
.checkbox-group .label,
.radio-group .label {
	width: auto;
	display: block;
}

.checkbox-group p,
.radio-group p {
	margin: 0;
}

/* Tables
   ========================================================================== */

table {
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	margin-bottom: 20px;
}

caption {
	width: 100%;
	line-height: 2;
	text-align: center;
	white-space: nowrap;
}

th {
	background: #d0d1d1;
	border-bottom: 1px solid #999;
	font-family: 'Oswald', sans-serif;
	text-align: left;
	text-transform: uppercase;
	padding: 19px 16px 12px;
	vertical-align: top;
}

tbody th {
	padding: 11px 16px 12px;
}

td {
	border-bottom: 1px solid #ccc;
	padding: 11px 16px 12px;
	vertical-align: top;
}

tr:nth-child(2n+1) td,
.odd td {
	background: #ebebeb;
}

tr:nth-child(2n+2) td,
.even td {
	background: #fff;
}

/* ##########################################################################
							 C O M P O N E N T S
   ########################################################################## */

/* Media object
   ========================================================================== */

.media,
.media-body {
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}

.media-item {
	float: left;
	margin-right: 16px;
}

.media-item > img,
.media-item-extend > img {
	display: block;
}

.media-item-extend {
	float: right;
	margin-right: 0;
	margin-left: 16px;
}

/* Media reverse
   -------------------------------------------------------------------------- */

.media-reverse > .media-item {
	float: right;
	margin-right: 0;
	margin-left: 16px;
}

.media-reverse > .media-item-extend {
	float: left;
	margin-left: 0;
	margin-right: 16px;
}

/* Media stack
   -------------------------------------------------------------------------- */

.media-stack > .media-item,
.media-stack > .media-item-extend {
	float: none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 16px;
}

/* Media responsive
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
	
	.media-responsive-sm > .media-item,
	.media-responsive-sm > .media-item-extend {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 16px;
	}
	
	.media-responsive-sm > .media-item img,
	.media-responsive-sm > .media-item-extend img {
		margin: 0 auto;
	}
	
	.media-responsive-sm > .media-body {
		float: none;
		display: block;
	}

} /* end @media */

@media (max-width: 479px) {
	
	.media-responsive-xs > .media-item,
	.media-responsive-xs > .media-item-extend {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 16px;
	}
	
	.media-responsive-xs > .media-item img,
	.media-responsive-xs > .media-item-extend img {
		margin: 0 auto;
	}
	
	.media-responsive-xs > .media-body {
		float: none;
		display: block;
	}

} /* end @media */


/* Flag object
   ========================================================================== */

.flag {
    display: table;
    width: 100%;
}

.flag-item,
.flag-body {
	display: table-cell;
	vertical-align: middle;
}

.flag-item {
	padding-right: 16px;
}

.flag-item img {
	display: block;
	max-width: none;
}

.flag-body {
	width: 100%;
}

.flag-top .flag-item,
.flag-top .flag-body {
	vertical-align: top;
}

.flag-bottom .flag-item,
.flag-bottom .flag-body {
	vertical-align: bottom;
}

.flag-reverse .flag-item {
	padding-right: 0;
	padding-left: 16px;
}

/* Grids
   ========================================================================== */

@media screen {

	html,
	body {
		min-width: 960px;
	}

	.grid-container {
		width: 960px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.grid-container-max {
		width: 960px;
		padding-left: 0;
		padding-right: 0;
	}

	.grid-wrap {
		margin-right: auto;
		margin-left: auto;
	}

	.grid-wrap:before,
	.grid-wrap:after {
		display: table;
		content: " ";
	}

	.grid-wrap:after {
		clear: both;
	}

	.grid-wrap {
		*zoom: 1;
	}

	.grid {
		float: left;
		position: relative;
	}

	.grid-reverse {
		float: right;
	}

	.grid-1-10 {
		width: 10%;
	}

	.grid-3-10 {
		width: 30%;
	}

	.grid-2-5 {
		width: 40%;
	}

	.grid-3-5 {
		width: 60%;
	}

	.grid-7-10 {
		width: 70%;
	}

	.grid-9-10 {
		width: 90%;
	}

	.grid-1-8 {
		width: 12.5%;
	}

	.grid-1-6 {
		width: 16.666666666666664%;
	}

	.grid-1-5 {
		width: 20%;
	}

	.grid-1-4 {
		width: 25%;
	}

	.grid-1-3 {
		width: 33.33333333333333%;
	}

	.grid-1-2 {
		width: 50%;
	}

	.grid-2-3 {
		width: 66.66666666666666%;
	}

	.grid-3-4 {
		width: 75%;
	}

	.grid-4-5 {
		width: 80%;
	}

	.grid-5-6 {
		width: 83.33333333333334%;
	}

	.grid-7-8 {
		width: 87.5%;
	}

	.grid-1-1 {
		width: 100%;
	}
	
	.grid-push-1-10 {
		left: 10%;
	}
	
	.grid-push-3-10 {
		left: 30%;
	}
	
	.grid-push-2-5 {
		left: 40%;
	}
	
	.grid-push-3-5 {
		left: 60%;
	}
	
	.grid-push-7-10 {
		left: 70%;
	}
	
	.grid-push-9-10 {
		left: 90%;
	}
	
	.grid-push-1-8 {
		left: 12.5%;
	}
	
	.grid-push-1-6 {
		left: 16.666666666666664%;
	}
	
	.grid-push-1-5 {
		left: 20%;
	}
	
	.grid-push-1-4 {
		left: 25%;
	}
	
	.grid-push-1-3 {
		left: 33.33333333333333%;
	}
	
	.grid-push-1-2 {
		left: 50%;
	}
	
	.grid-push-2-3 {
		left: 66.66666666666666%;
	}
	
	.grid-push-3-4 {
		left: 75%;
	}
	
	.grid-push-4-5 {
		left: 80%;
	}
	
	.grid-push-5-6 {
		left: 83.33333333333334%;
	}
	
	.grid-push-7-8 {
		left: 87.5%;
	}
	
	.grid-push-1-1 {
		left: 100%;
	}
	
	.grid-pull-1-10 {
		right: 10%;
	}
	
	.grid-pull-3-10 {
		right: 30%;
	}
	
	.grid-pull-2-5 {
		right: 40%;
	}
	
	.grid-pull-3-5 {
		right: 60%;
	}
	
	.grid-pull-7-10 {
		right: 70%;
	}
	
	.grid-pull-9-10 {
		right: 90%;
	}
	
	.grid-pull-1-8 {
		right: 12.5%;
	}
	
	.grid-pull-1-6 {
		right: 16.666666666666664%;
	}
	
	.grid-pull-1-5 {
		right: 20%;
	}
	
	.grid-pull-1-4 {
		right: 25%;
	}
	
	.grid-pull-1-3 {
		right: 33.33333333333333%;
	}
	
	.grid-pull-1-2 {
		right: 50%;
	}
	
	.grid-pull-2-3 {
		right: 66.66666666666666%;
	}
	
	.grid-pull-3-4 {
		right: 75%;
	}
	
	.grid-pull-4-5 {
		right: 80%;
	}
	
	.grid-pull-5-6 {
		right: 83.33333333333334%;
	}
	
	.grid-pull-7-8 {
		right: 87.5%;
	}
	
	.grid-pull-1-1 {
		right: 100%;
	}

} /* end @media */

@media only screen and (min-width: 1201px) {

	html,
	body {
		min-width: 1200px;
	}

	.grid-container {
		width: 1200px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.grid-container-max {
		width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}

	.grid-lg-reverse {
		float: right;
	}

	.grid-lg-1-10 {
		width: 10%;
	}

	.grid-lg-3-10 {
		width: 30%;
	}

	.grid-lg-2-5 {
		width: 40%;
	}

	.grid-lg-3-5 {
		width: 60%;
	}

	.grid-lg-7-10 {
		width: 70%;
	}

	.grid-lg-9-10 {
		width: 90%;
	}

	.grid-lg-1-8 {
		width: 12.5%;
	}

	.grid-lg-1-6 {
		width: 16.666666666666664%;
	}

	.grid-lg-1-5 {
		width: 20%;
	}

	.grid-lg-1-4 {
		width: 25%;
	}

	.grid-lg-1-3 {
		width: 33.33333333333333%;
	}

	.grid-lg-1-2 {
		width: 50%;
	}

	.grid-lg-2-3 {
		width: 66.66666666666666%;
	}

	.grid-lg-3-4 {
		width: 75%;
	}

	.grid-lg-4-5 {
		width: 80%;
	}

	.grid-lg-5-6 {
		width: 83.33333333333334%;
	}

	.grid-lg-7-8 {
		width: 87.5%;
	}

	.grid-lg-1-1 {
		width: 100%;
	}

	.grid-lg-push-1-10 {
		left: 10%;
	}

	.grid-lg-push-3-10 {
		left: 30%;
	}

	.grid-lg-push-2-5 {
		left: 40%;
	}

	.grid-lg-push-3-5 {
		left: 60%;
	}

	.grid-lg-push-7-10 {
		left: 70%;
	}

	.grid-lg-push-9-10 {
		left: 90%;
	}

	.grid-lg-push-1-8 {
		left: 12.5%;
	}

	.grid-lg-push-1-6 {
		left: 16.666666666666664%;
	}

	.grid-lg-push-1-5 {
		left: 20%;
	}

	.grid-lg-push-1-4 {
		left: 25%;
	}

	.grid-lg-push-1-3 {
		left: 33.33333333333333%;
	}

	.grid-lg-push-1-2 {
		left: 50%;
	}

	.grid-lg-push-2-3 {
		left: 66.66666666666666%;
	}

	.grid-lg-push-3-4 {
		left: 75%;
	}

	.grid-lg-push-4-5 {
		left: 80%;
	}

	.grid-lg-push-5-6 {
		left: 83.33333333333334%;
	}

	.grid-lg-push-7-8 {
		left: 87.5%;
	}

	.grid-lg-push-1-1 {
		left: 100%;
	}

	.grid-lg-pull-1-10 {
		right: 10%;
	}

	.grid-lg-pull-3-10 {
		right: 30%;
	}

	.grid-lg-pull-2-5 {
		right: 40%;
	}

	.grid-lg-pull-3-5 {
		right: 60%;
	}

	.grid-lg-pull-7-10 {
		right: 70%;
	}

	.grid-lg-pull-9-10 {
		right: 90%;
	}

	.grid-lg-pull-1-8 {
		right: 12.5%;
	}

	.grid-lg-pull-1-6 {
		right: 16.666666666666664%;
	}

	.grid-lg-pull-1-5 {
		right: 20%;
	}

	.grid-lg-pull-1-4 {
		right: 25%;
	}

	.grid-lg-pull-1-3 {
		right: 33.33333333333333%;
	}

	.grid-lg-pull-1-2 {
		right: 50%;
	}

	.grid-lg-pull-2-3 {
		right: 66.66666666666666%;
	}

	.grid-lg-pull-3-4 {
		right: 75%;
	}

	.grid-lg-pull-4-5 {
		right: 80%;
	}

	.grid-lg-pull-5-6 {
		right: 83.33333333333334%;
	}

	.grid-lg-pull-7-8 {
		right: 87.5%;
	}

	.grid-lg-pull-1-1 {
		right: 100%;
	}

} /* end @media */

@media only screen and (max-width: 767px) {

	html,
	body {
		min-width: inherit;
	}

	.grid-container {
		width: auto;
		padding-left: 16px;
		padding-right: 16px;
	}

	.grid-container-max {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.grid-sm-reverse {
		float: right;
	}

	.grid-sm-1-10 {
		width: 10%;
	}

	.grid-sm-3-10 {
		width: 30%;
	}

	.grid-sm-3-5 {
		width: 60%;
	}

	.grid-sm-7-10 {
		width: 70%;
	}

	.grid-sm-1-8 {
		width: 12.5%;
	}

	.grid-sm-1-6 {
		width: 16.666666666666664%;
	}

	.grid-sm-1-5 {
		width: 20%;
	}

	.grid-sm-1-4 {
		width: 25%;
	}

	.grid-sm-1-3 {
		width: 33.33333333333333%;
	}

	.grid-sm-1-2 {
		width: 50%;
	}

	.grid-sm-2-3 {
		width: 66.66666666666666%;
	}

	.grid-sm-2-5 {
		width: 40%;
	}

	.grid-sm-3-4 {
		width: 75%;
	}

	.grid-sm-4-5 {
		width: 80%;
	}

	.grid-sm-5-6 {
		width: 83.33333333333334%;
	}

	.grid-sm-7-8 {
		width: 87.5%;
	}

	.grid-sm-9-10 {
		width: 90%;
	}
	
	.grid-sm-1-1 {
		width: 100%;
	}

	.grid-sm-push-1-10 {
		left: 10%;
	}

	.grid-sm-push-3-10 {
		left: 30%;
	}

	.grid-sm-push-2-5 {
		left: 40%;
	}

	.grid-sm-push-3-5 {
		left: 60%;
	}

	.grid-sm-push-7-10 {
		left: 70%;
	}

	.grid-sm-push-9-10 {
		right: 90%;
	}

	.grid-sm-push-1-8 {
		left: 12.5%;
	}

	.grid-sm-push-1-6 {
		left: 16.666666666666664%;
	}

	.grid-sm-push-1-5 {
		left: 20%;
	}

	.grid-sm-push-1-4 {
		left: 25%;
	}

	.grid-sm-push-1-3 {
		left: 33.33333333333333%;
	}

	.grid-sm-push-1-2 {
		left: 50%;
	}

	.grid-sm-push-2-3 {
		left: 66.66666666666666%;
	}

	.grid-sm-push-3-4 {
		left: 75%;
	}

	.grid-sm-push-4-5 {
		left: 80%;
	}

	.grid-sm-push-5-6 {
		left: 83.33333333333334%;
	}

	.grid-sm-push-7-8 {
		left: 87.5%;
	}

	.grid-sm-push-1-1 {
		left: 100%;
	}

	.grid-sm-pull-1-10 {
		right: 10%;
	}

	.grid-sm-pull-3-10 {
		right: 30%;
	}

	.grid-sm-pull-2-5 {
		right: 40%;
	}

	.grid-sm-pull-3-5 {
		right: 60%;
	}

	.grid-sm-pull-7-10 {
		right: 70%;
	}

	.grid-sm-pull-9-10 {
		right: 90%;
	}

	.grid-sm-pull-1-8 {
		right: 12.5%;
	}

	.grid-sm-pull-1-6 {
		right: 16.666666666666664%;
	}

	.grid-sm-pull-1-5 {
		right: 20%;
	}

	.grid-sm-pull-1-4 {
		right: 25%;
	}

	.grid-sm-pull-1-3 {
		right: 33.33333333333333%;
	}

	.grid-sm-pull-1-2 {
		right: 50%;
	}

	.grid-sm-pull-2-3 {
		right: 66.66666666666666%;
	}
	
	.grid-sm-pull-3-4 {
		right: 75%;
	}

	.grid-sm-pull-4-5 {
		right: 80%;
	}

	.grid-sm-pull-5-6 {
		right: 83.33333333333334%;
	}

	.grid-sm-pull-7-8 {
		right: 87.5%;
	}

	.grid-sm-pull-1-1 {
		right: 100%;
	}	

} /* end @media */

@media only screen and (max-width: 479px) {

	html,
	body {
		min-width: 320px;
	}

	.grid-container {
		width: auto;
	}

	.grid-container-max {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.grid-xs-reverse {
		float: right;
	}

	.grid-xs-1-10 {
		width: 10%;
	}

	.grid-xs-3-10 {
		width: 30%;
	}

	.grid-xs-2-5 {
		width: 40%;
	}

	.grid-xs-3-5 {
		width: 60%;
	}

	.grid-xs-7-10 {
		width: 70%;
	}

	.grid-xs-9-10 {
		width: 90%;
	}

	.grid-xs-1-8 {
		width: 12.5%;
	}

	.grid-xs-1-6 {
		width: 16.666666666666664%;
	}

	.grid-xs-1-5 {
		width: 20%;
	}

	.grid-xs-1-4 {
		width: 25%;
	}

	.grid-xs-1-3 {
		width: 33.33333333333333%;
	}

	.grid-xs-1-2 {
		width: 50%;
	}

	.grid-xs-2-3 {
		width: 66.66666666666666%;
	}

	.grid-xs-3-4 {
		width: 75%;
	}

	.grid-xs-4-5 {
		width: 80%;
	}

	.grid-xs-5-6 {
		width: 83.33333333333334%;
	}

	.grid-xs-7-8 {
		width: 87.5%;
	}

	.grid-xs-1-1 {
		width: 100%;
	}

	.grid-xs-push-1-10 {
		left: 10%;
	}

	.grid-xs-push-3-10 {
		left: 30%;
	}

	.grid-xs-push-2-5 {
		left: 40%;
	}

	.grid-xs-push-3-5 {
		left: 60%;
	}

	.grid-xs-push-7-10 {
		left: 70%;
	}

	.grid-xs-push-9-10 {
		left: 90%;
	}

	.grid-xs-push-1-8 {
		left: 12.5%;
	}

	.grid-xs-push-1-6 {
		left: 16.666666666666664%;
	}

	.grid-xs-push-1-5 {
		left: 20%;
	}

	.grid-xs-push-1-4 {
		left: 25%;
	}

	.grid-xs-push-1-3 {
		left: 33.33333333333333%;
	}

	.grid-xs-push-1-2 {
		left: 50%;
	}

	.grid-xs-push-2-3 {
		left: 66.66666666666666%;
	}

	.grid-xs-push-3-4 {
		left: 75%;
	}

	.grid-xs-push-4-5 {
		left: 80%;
	}

	.grid-xs-push-5-6 {
		left: 83.33333333333334%;
	}

	.grid-xs-push-7-8 {
		left: 87.5%;
	}

	.grid-xs-push-1-1 {
		left: 100%;
	}

	.grid-xs-pull-1-10 {
		right: 10%;
	}

	.grid-xs-pull-3-10 {
		right: 30%;
	}

	.grid-xs-pull-2-5 {
		right: 40%;
	}

	.grid-xs-pull-3-5 {
		right: 60%;
	}

	.grid-xs-pull-7-10 {
		right: 70%;
	}

	.grid-xs-pull-9-10 {
		right: 90%;
	}

	.grid-xs-pull-1-8 {
		right: 12.5%;
	}

	.grid-xs-pull-1-6 {
		right: 16.666666666666664%;
	}

	.grid-xs-pull-1-5 {
		right: 20%;
	}

	.grid-xs-pull-1-4 {
		right: 25%;
	}

	.grid-xs-pull-1-3 {
		right: 33.33333333333333%;
	}

	.grid-xs-pull-1-2 {
		right: 50%;
	}

	.grid-xs-pull-2-3 {
		right: 66.66666666666666%;
	}

	.grid-xs-pull-3-4 {
		right: 75%;
	}

	.grid-xs-pull-4-5 {
		right: 80%;
	}

	.grid-xs-pull-5-6 {
		right: 83.33333333333334%;
	}

	.grid-xs-pull-7-8 {
		right: 87.5%;
	}

	.grid-xs-pull-1-1 {
		right: 100%;
	}

} /* end @media */

/* Flexbox
   ========================================================================== */

.flexbox{
    display: table;
    width: 100%;
}

/**
 * Hack to circumvent Modernizr conflicts.
 */

html.flexbox {
    display: block;
    width: auto;
}

.flexbox-item {
	display: table-cell;
	vertical-align: top;
}

/* Spritesheet
   ========================================================================== */

.sprite {
}

/* Text
   ========================================================================== */

.lead {
	color: #666666;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 24px;
	padding: 2px 0 2px;
}

.text-muted {
}

.text-primary {
}

.text-warning {
}

.text-danger {
}

.text-success {
}

.text-info {
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-strikethrough {
	text-decoration: line-through;
}

.text-strike {
	display: block;
	overflow: hidden;
	text-align: center;
}

.text-strike:before,
.text-strike:after {
	background: url(../images/line-03.gif);
	content: "";
	display: inline-block;
	height: 4px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.text-strike:before {
	right: 16px;
	margin-left: -50%;
}

.text-strike:after {
	left: 16px;
	margin-right: -50%;
}

@media (max-width: 767px) {

	.lead {
		font-size: 20px;
		line-height: 24px;
	}

} /* end @media */

/* Quotes
   ========================================================================== */

.quote {
	background: none;
	color: #000;
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
	text-align: center;
}

.quote-source:before {
	content: "";
	background: #00aeef;
	height: 1px;
	width: 212px;
	position: absolute;
	left: 0;
	right: 0;
	top: -8px;
	margin: auto;
}

.quote-source {
	display: block;
	position: relative;
	color: #00aeef;
	font: 15px/20px 'Oswald', sans-serif;
	text-align: center;
	padding: 3px 0 1px;
}

.quote-title {
}

.quote-subtitle {
}

/* Advertisement
   ========================================================================== */

/* Base ad
   -------------------------------------------------------------------------- */

.ad-area {
	display: inline-block;
	text-align: center;
	word-spacing: -0.5em;
	width: 100%;
}

.ad {
	display: inline-block;
	text-align: center;
	margin-bottom: 16px;
}

.inpage-ad {
	display: inline-block;
	text-align: center;
	margin-bottom: 16px;
}

.ad-main {
	display:block;
	text-align: center;
	margin-bottom: 16px;
}

.ad-title {
	display: inline-block;
	background: #eeeeee;
	color: #949ca1;
	font: 12px/60px 'Oswald', sans-serif;
	word-spacing: normal;
	vertical-align: middle;
	width: 132px;
	margin: 0;
	float: left;
}

.ad img {
	display: inline-block;
	margin: auto;
}

@media (min-width: 1201px) {

	.ad-title {
		width: 160px;
	}

} /* end @media */

@media (max-width: 767px) {

	.ad-title {
		display: block;
		line-height: 28px;
		margin: 0 auto;
		padding: 0 48px;
		width: auto;
		max-width: 468px;
		float: none !important;
	}
	
	.ad {
		display: block;
	}

	div#oio-banner-3,div#oio-banner-2 { float:none !important;}

} /* end @media */


/* Advertisement Group
   ========================================================================== */

.ad-group {
	background: #d0d1d1;
	padding: 13px 5px 14px;
}

.ad-group .ad {
	float: left;
	margin: 0 10px;
}

@media (max-width: 767px) {

	.ad-group {
		text-align: center;
	}
	
	.ad-group .ad {
		float: none;
		display: inline-block;
	}

} /* end @media */

/* Panels
   ========================================================================== */

/* Base panel
   -------------------------------------------------------------------------- */

.panel {
}

.panel-header {
}

.panel-title {
}

.panel-content {
}

.panel-footer {
}

/* Alternate panels
   -------------------------------------------------------------------------- */

/**
 * Panel default
 */

.panel-default {
}

/**
 * Panel primary
 */

.panel-primary {
}

/**
 * Panel secondary
 */

.panel-secondary {
}

/**
 * Panel tertiary
 */

.panel-tertiary {
}

/* Panel group
   ========================================================================== */

.panel-group {
}

.panel-group .panel {
}

.panel-group .panel + .panel {
}

/* Images
   ========================================================================== */

.img-rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.img-circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.img-polaroid {
	border: 1px solid #eee;
	background: #fff;
	padding: 8px;
}

/**
 * Add this class to images for responsive behavior.
 */

.img-responsive {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

/**
 * Add this class to image wrappers for responsive thumbnails, or to images
 * for inline thumbnails. Works with 'img-responsive'.
 */

.img-thumbnail {
	display: block;
	background: #ccc;
	padding: 8px;
}

.img-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {

	img {
		max-width: 100%;
		height: auto;
	}

} /* end @media */

@media (max-width: 479px) {

	.img-thumbnail,
	.img-thumbnail img {
		width: 100%;
	}

} /* end @media */

/* Image captions
   ========================================================================== */

.img-caption,
.wp-caption {
	text-align: center;
	max-width: 100%;
	margin-bottom: 16px;
}

.img-caption.alignright,
.wp-caption.alignright {
	margin-left: 16px;
}

.img-caption.alignleft,
.wp-caption.alignleft {
	margin-right: 16px;
}

.img-caption img,
.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-caption-text,
.wp-caption-text {
	color: #455560;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0 12px;
	border-bottom: 1px solid #cccccc;
}

@media (max-width: 479px) {

	.img-caption,
	.wp-caption {
		float: none;
		width: auto !important;
	}
	
	.img-caption.alignright,
	.wp-caption.alignright,
	.img-caption.alignleft,
	.wp-caption.alignleft {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	
	.img-caption img,
	.wp-caption img {
		margin-left: auto;
		margin-right: auto;
	}

} /* end @media */

/* Buttons
   ========================================================================== */

/* Base button
   -------------------------------------------------------------------------- */

a.btn:active, a.btn-visited, a.btn:link {
	color: white;
}

a.btn,
a.btn:hover {
	text-decoration: none;
}

.btn {
	display: inline-block;
	background: #00aeef;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	color: #fff;
	font: bold 16px/normal 'Oswald', sans-serif;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	height: auto;
	min-height: 40px;
	padding: 8px 16px;
	vertical-align: top;
	white-space: normal;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.btn:hover {
	color: #fff;
}

/* Alternate buttons
   -------------------------------------------------------------------------- */

/**
 * Button primary
 */

.btn-primary {
	background: #00aeef;
	color: #ffffff;
}

.btn-primary:hover {
	background: #455560;
}

/**
 * Button secondary
 */

.btn-secondary {
	background: #455560;
	color: #fff;
}

.btn-secondary:hover {
	background: #00aeef;
}

/**
 * Button tertiary
 */

.btn-tertiary {
	background: #f5f5f5;
	color: #333333;
}

.btn-tertiary:hover {
	color: #333333;
}

/* Link button
   -------------------------------------------------------------------------- */

.btn-link {
	font: 300 15px/20px 'Oswald', sans-serif;
	text-decoration: none;
	padding: 3px 0 1px;
	color: #00aeef;
}

.btn-link:hover {
}

.btn-link .icon {
	vertical-align: top;
	margin-right: 4px;
}

.btn-link:hover .icon-arrow,
.btn-link:hover .icon-share,
.btn-link:hover .st_sharethis_custom {
	background-position: left bottom;
}

.share-link {
	font: 18px/24px 'EB Garamond', serif;
	color: #00aeef;
}
/* Button sizes
   -------------------------------------------------------------------------- */

/**
 * Button extra large
 */

.btn-xl {
	min-height: 56px;
	padding-top: 16px;
	padding-bottom: 16px;
}

/**
 * Button large
 */

.btn-lg {
	min-height: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/**
 * Button small
 */

.btn-sm {
	min-height: 32px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/**
 * Button extra small
 */

.btn-xs {
	font-size: 13px;
	min-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Block buttons
   -------------------------------------------------------------------------- */

.btn-block {
	display: block;
	width: 100%;
}

/* Vertically space out multiple block buttons */

.btn-block + .btn-block {
	margin-top: 8px;
}

/* Specificity overrides */

input.btn-block[type=submit], input.btn-block[type=reset], input.btn-block[type=button] {
	width: 100%;
}

@media (max-width: 767px) {

	.btn-block-sm {
		display: block;
		width: 100%;
	}
	
	/* Specificity overrides */
	
	input.btn-block-sm[type=submit], input.btn-block-sm[type=reset], input.btn-block-sm[type=button] {
		width: 100%;
	}

} /* end @media */

@media (max-width: 479px) {

	.btn-block-xs {
		display: block;
		width: 100%;
	}
	
	/* Specificity overrides */
	
	input.btn-block-xs[type=submit], input.btn-block-xs[type=reset], input.btn-block-sm[type=button] {
		width: 100%;
	}

} /* end @media */

/* Button groups
   ========================================================================== */

.btn-group {
}

.btn-group .btn {
}

/* Inputs
   ========================================================================== */

/**
 * Input extra large
 */

.input-xl {
	line-height: 56px \9;
	height: 56px;
}

/**
 * Input large
 */

.input-lg {
	line-height: 48px \9;
	height: 48px;
}

/**
 * Input small
 */

.input-sm {
	line-height: 32px \9;
    height: 32px;
}

/**
 * Input extra small
 */

.input-xs {
	line-height: 24px \9;
	height: 24px;
}

/* Block inputs
   -------------------------------------------------------------------------- */

.input-block {
	display: block;
	width: 100%;
}

/* Selects
   ========================================================================== */

/**
 * Select extra large
 */

.select-xl {
	line-height: 50px;
	height: 56px;
	padding-top: 17px;
	padding-bottom: 17px;
}

/**
 * Select large
 */

.select-lg {
	line-height: 42px;
	height: 48px;
	padding-top: 13px;
	padding-bottom: 13px;
}

/**
 * Select small
 */

.select-sm {
	line-height: 26px;
    height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/**
 * Select extra small
 */

.select-xs {
	line-height: 18px;
	height: 24px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* Select inputs
   -------------------------------------------------------------------------- */

.select-block {
	display: block;
	width: 100%;
}

/* Alerts
   ========================================================================== */

/* Base alerts
   -------------------------------------------------------------------------- */

.alert {
}

.alert-text {
}

/* Alternate alerts
   -------------------------------------------------------------------------- */

.alert-default {
}

.alert-success {
}

.alert-info {
}

.alert-warning {
}

.alert-danger {
}

/* Alert Bar
   ========================================================================== */

.alert-bar {
}

.alert-bar-title {
}

.alert-bar-content {
}

/* Breadcrumbs
   ========================================================================== */

.breadcrumbs {
}

.breadcrumbs a {
}

.breadcrumbs a:hover {
}

.breadcrumbs .active {
}

@media (max-width: 767px) {
	
	.breadcrumbs {
		text-align: center;
	}

} /* end @media */

/* Logos
   ========================================================================== */

.logo {
}

.logo-name {
}

/* Icons
   ========================================================================== */

.icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 2px 0;
	vertical-align: top;
}

.share {
	line-height: 30px;
}

.icon-arrow {
	background-image: url(../images/icon-arrow.png);
	background-image: url(../images/icon-arrow.svg), none;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.icon-calendar {
	background-image: url(../images/icon-calendar.png);
	background-image: url(../images/icon-calendar.svg), none;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin: 0 0 4px 0;
}

.icon-comment {
	background-image: url(../images/icon-comment.png);
	background-image: url(../images/icon-comment.svg), none;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.icon-email {
	background-image: url(../images/icon-email.png);
	background-image: url(../images/icon-email.svg), none;
	background-repeat: no-repeat;
	width: 56px;
	height: 56px;
}

.icon-menu {
	background-image: url(../images/icon-menu.png);
	background-image: url(../images/icon-menu.svg), none;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.icon-search {
	background-image: url(../images/icon-search.png);
	background-image: url(../images/icon-search.svg), none;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.icon-share {
	background-image: url(../images/icon-share.png);
	background-image: url(../images/icon-share.svg), none;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.st_sharethis_custom {
	background-image: url(../images/icon-share.png);
	background-image: url(../images/icon-share.svg), none;
	background-repeat: no-repeat;
	height: 26px;
	padding-left:30px;
	background-position: 0 6px, center bottom;
	cursor:pointer;
}

/* Forms
   ========================================================================== */

/* Vertical form
   -------------------------------------------------------------------------- */

.vertical-form label {
	display: block;
}

/* Horizontal form
   -------------------------------------------------------------------------- */

.horizontal-form label {
	float: left;
}

.horizontal-form .checkbox-group,
.horizontal-form .radio-group,
.horizontal-form .btn-group {
}

.horizontal-form .checkbox-group label,
.horizontal-form .radio-group label {
	float: none;
	width: auto;
}

/* Comment form
   -------------------------------------------------------------------------- */

.comment-form {
	border: 1px solid #cccccc;
	margin-bottom: 48px;
	padding: 39px;
	position: relative;
}

.comment-form-info {
	padding-right: 20px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	padding: 0;
	margin-bottom: 24px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}

.comment-form-entry {
	padding-left: 20px;
}

.logged-in .comment-form-entry {
	width: 100%;
	padding-left: 0;
}

.comment-form-comment textarea {
	height: 240px;
	width: 100%;
}

.comment-form-submit {
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.comment-form-submit .btn {
	display: block;
	width: 160px;
	margin: auto;
}

@media (max-width: 767px) {
	
	.comment-form {
		padding: 23px;
	}

	.comment-form-info {
		padding-right: 0;
	}
	
	.comment-form-entry {
		padding-left: 0;
	}

} /* end @media */

/* Search form
   -------------------------------------------------------------------------- */

.search-form {
	float: right;
	position: relative;
	width: 320px;
	margin: 8px 0 0;
	padding-left: 20px;
}

.search-form-input {
	background: url(../images/line-01.png) repeat-x left bottom;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
	font-family: 'Oswald', sans-serif;
	padding-left: 8px;
	padding-bottom: 6px;
}

.search-form-btn,
.search-form-btn:hover {
	display: block;
	background: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	transition: none;
}

.search-form-btn:hover {
	background-position: left bottom;
}

@media (max-width: 767px) {

	.search-form {
		display: none;
		float: none;
		width: auto;
		padding: 0;
	}

} /* end @media */

/* Tables
   ========================================================================== */

/* Reponsive table
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {

	.table-reponsive {
		border-collapse: separate;
		empty-cells: hide;
		position: relative;
	}
	
	.table-reponsive, 
	.table-reponsive thead, 
	.table-reponsive tbody, 
	.table-reponsive th, 
	.table-reponsive td, 
	.table-reponsive tr { 
		display: block; 
	}
	
	.table-reponsive thead {
		border: none;
	}
	
	.table-reponsive thead th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-reponsive thead th[colspan] {
		position: static;
		top: 0;
		left: 0;
	}
	
	.table-reponsive .alignleft,
	.table-reponsive .alignright {
		float: none;
	}
	
	.table-reponsive th:empty,
	.table-reponsive td:empty {
		display: none;
	}
	
	.table-reponsive tr:nth-child(odd) td {
		background: none;
	}
	
	.table-reponsive tr:nth-child(even) td {
	}
	
	.table-reponsive tr td[data-label] { 
		padding-left: 50%; 
	}
	
	.table-reponsive th, 
	.table-reponsive td {
		float: left;
	}
	
	.table-reponsive th, 
	.table-reponsive tr, 
	.table-reponsive td {		
		width: 100%;
	}
	
	.table-reponsive tr {
		overflow: hidden;
	}
	
	.table-reponsive td {
		padding-left: 50%;
		position: relative; 
	}
	
	.table-reponsive td:before {
		content: attr(data-label);
		font-weight: 700;
		white-space: nowrap;
		width: 45%;
		padding-right: 16px;
		position: absolute;
		left: 16px;
	}
	
	.table-reponsive tbody th {
		padding: 19px 16px 12px;
	}	
	
	.table-reponsive .odd td,
	.table-reponsive .even td {
		background: none;
		border-bottom: 1px solid #ccc;
	}
	
	.table-reponsive tr td:nth-child(2n+2) {
		background: #eee;
	}
	
	.table-reponsive tr td:nth-child(2n+1) {
	}	

} /* end @media */

/* Iframes
   ========================================================================== */

/* Responsive iframe
   -------------------------------------------------------------------------- */

.iframe-responsive {
	max-width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 75%; /* 4:3 */
	padding-bottom: 56.25%; /* 16:9 */
}

.iframe-responsive iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%; 
	bottom: 100%;
	left: 0;
}

/* Accordion
   ========================================================================== */

.accordion {
	border-bottom: 1px solid #ccc;
	margin: 0 0 23px;
	padding: 0;
}

.accordion-header {
}

.accordion-title {
	background: #f5f5f5;
	border: 1px solid #ccc;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding: 11px;
	margin: 0;
	cursor: pointer;
}

.accordion-title-active {
	color: #00aeef;
}

.accordion-content {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 11px;
	overflow: hidden;
}

.accordion-footer {
}

/* Tabed
   ========================================================================== */

.tabed {
}

.tabs {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

.tabs li {
	background: #f5f5f5;
	border: 1px solid #ccc;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin: 0 0 -1px;
	padding: 0;
}

.tabs a {
	display: block;
	width: auto;
	color: #333333;
	text-decoration: none;
	padding: 11px;
}

.tabs a:hover,
.tabs .active a {
	color: #00aeef;
}

.tabs .active {
	background: #fff;
	border-bottom: none;
	padding-bottom: 1px;
}

.tab {
	display: none;
}

/* Sliders
   ========================================================================== */

.slider {
	position: relative;
	margin-bottom: 20px;
}

/* Slideshow
   -------------------------------------------------------------------------- */

.slideshow {
	max-width: 100%;
}

.slideshow-navigation {
}

.slideshow-navigation a {
}

.slideshow-pager {
	display: table;
	width: 100%;
}

.slideshow-pager .pager {
	display: table-cell;
	background-color: #455560;
	background-image: url(../images/slide-pager.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 1px;
	color: #455560;
	line-height: 16px;
	height: 16px;
	cursor: pointer;
	-webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.slideshow-pager .pager:last-child {
	background-image: none;
}

.slideshow-pager .pager-active {
	color: #00aeef;
	background-color: #00aeef;
}

.slideshow-prev {
}

.slideshow-prev:hover {
}

.slideshow-next {
}

.slideshow-next:hover {
}

.slide {
	display: none;
	position: relative;
	max-width: 100%;
}

.slide-active {
	display: block;
}

.slide-body {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-top: 40px;
}

.slide-img {
	display: block;
}

.slide-header {
}

.slide-title {
	display: inline-block;
	background: url(../images/transparent-01.png);
	background: rgba(0,0,0,.65);
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 8px;
	padding: 0;
	max-width: 528px;
}

.slide-title a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 13px 40px 11px;
}

.slide-content {
	background: url(../images/transparent-01.png);
	background: rgba(0,0,0,.65);
	color: #fff;
	line-height: 20px;
	margin: 0 0 16px;
	padding: 14px 40px 18px;
	max-width: 528px;
}

.slide-content p {
	margin: 0;
}

.slide-footer {
}

.slide .menu-social {
	padding-left: 40px;
}

@media (min-width: 1201px) {
	
	.slide-body {
		padding-top: 136px;
	}

} /* end @media */

@media (max-width: 767px) {

	.slide-body {
		padding-top: 0;
	}

	.slide-title a {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.slide-content {
		padding-left: 24px;
		padding-right: 24px;		
	}
	
	.slide .menu-social {
		display: none;
	}
	
	.slideshow-navigation {
		display: none;
	}

} /* end @media */

@media (max-width: 480px) {
	
	.slide-content {
		display: none;
	}

} /* end @media */

/* Gallery
   ========================================================================== */

.gallery {
	margin: 0;
	line-height: 0;
	overflow: hidden;
}

.gallery-item {
	display: block;
	float: left;
	text-align: center;
	margin: 0 24px 0 0;
}

.gallery img {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

.gallery-caption {
	margin-left: 0;
}

/* Navigations
   ========================================================================== */

.navigation:before,
.navigation:after {
	display: table;
	content: " ";
}

.navigation:after {
	clear: both;
}

.navigation {
	*zoom: 1;
}

/* Site Navigation
   -------------------------------------------------------------------------- */

.site-navigation {
}

.site-navigation-title {
	display: none;
	background-color: #00aeef;
	color: #ffffff;
	font-family: 'Oswald', Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: -1px;
	padding: 13px 24px 11px;
	position: relative;
	cursor: pointer;
	-webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.site-navigation-title:after {
	display: block;
	content: "";
	background-image: url(../images/icon-menu.png);
	background-image: url(../images/icon-menu.svg), none;
	background-repeat: no-repeat;
	background-position: right top;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.site-navigation-title-active {
	background-color: #455560;
}

@media (max-width: 767px) {
	
	.site-navigation-title {
		display: block;
		margin: 0;
	}
	
	.site-navigation-open .menu-site,
	.site-navigation-open .search-form {
		float: none;
		display: block;
		width: auto;
	}

} /* end @media */

/* Header navigation
   -------------------------------------------------------------------------- */

.header-navigation {
}

.header-navigation-title {
}

/* Sidebar navigation
   -------------------------------------------------------------------------- */

.sidebar-navigation {
	margin-bottom: 20px;
}

.sidebar-navigation-title {
}

/* Footer navigation
   -------------------------------------------------------------------------- */

.footer-navigation {
	padding: 28px 0 0 40px;
}

.footer-navigation-title {
	color: #666666;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 1px 0 3px;
}

@media (max-width: 767px) {
	
	.footer-navigation {
		padding-left: 0;
	}
	
} /* end @media */

/* Archives navigation
   -------------------------------------------------------------------------- */

.archives-navigation {
}

.archives-navigation-title {
}

article.has-post-thumbnail {
	min-height: 214px;
}

/* Paging navigation
   -------------------------------------------------------------------------- */

.paging-navigation {
	clear: both;
	font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 48px;
}

.paging-navigation .nav-links {
}

.paging-navigation .page-numbers {
	color: #333333;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	min-width: 24px;
}

.paging-navigation .page-numbers:hover {
	color: #00aeef;
}

.paging-navigation .current {
	background: #00aeef;
	color: #ffffff;
}

.paging-navigation .current:hover {
	color: #ffffff;
}

/* Post navigation
   -------------------------------------------------------------------------- */

.post-navigation {
	clear: both;
	font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 48px;
}

.post-navigation a {
	color: #333333;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	min-width: 24px;
}

.post-navigation a:hover {
	color: #00aeef;
}

.post-navigation .prev {
	float: left;
	border-right: 1px solid #cccccc;
	padding: 0 16px 0 32px;
}

.post-navigation .next {
	float: right;
	border-left: 1px solid #cccccc;
	padding: 0 32px 0 16px;
}

.post-navigation a {
	background: #f5f5f5;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	position: relative;
	font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 16px;
	line-height: 30px;
	float: right;
}

.post-navigation .prev:before {
	content: '';
    position: absolute;
    top: -1px;
	left: -2px;
    border-top: 16px solid #fff;
	border-bottom: 16px solid #fff;
    border-right: 16px solid #cccccc;
    width: 0;
}

.post-navigation .prev:after {
    content: '';
    position: absolute;
    top: -1px;
	left: -1px;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
    border-right: 16px solid #f5f5f5;
    width: 0;	
}

.post-navigation .next:before {
	content: '';
    position: absolute;
    top: -1px;
	right: -2px;
    border-top: 16px solid #fff;
	border-bottom: 16px solid #fff;
    border-left: 16px solid #cccccc;
    width: 0;
}

.post-navigation .next:after {
    content: '';
    position: absolute;
    top: -1px;
	right: -1px;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
    border-left: 16px solid #f5f5f5;
    width: 0;	
}

/* Image navigation
   -------------------------------------------------------------------------- */

.image-navigation {
	clear: both;
}

.image-navigation a {
}

.image-navigation a:hover {
}

.image-navigation .nav-previous {
	float: left;
}

.image-navigation .nav-next {
	float: right;
}

/* Comment navigation
   -------------------------------------------------------------------------- */

.comment-navigation {
	clear: both;
}

.comment-navigation a {
}

.comment-navigation a:hover {
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

/* Menus
   ========================================================================== */

.menu,
.menu li,
.menu ul,
.menu ol {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Menu site
   -------------------------------------------------------------------------- */

.menu-site {
	float: left;
	border-bottom: 1px solid #cccccc;
	width: 600px;
}

.menu-site li {
	float: left;
	font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: -1px;
}

.menu-site a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 13px 11px 11px;
}

.menu-site a:hover {
	color: #00aeef;
}

/**
 * Menu site dropdown
 */

.menu-site .has-dropdown {
	background-color: #00aeef;
	color: #ffffff;
	font-weight: 400;
	position: relative;
	width: 200px;
	-webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
	padding: 13px 20px 11px;
}

.menu-site .has-dropdown:after {
	display: block;
	content: "";
	background-image: url(../images/icon-menu.png);
	background-image: url(../images/icon-menu.svg), none;
	background-repeat: no-repeat;
	background-position: right top;
	width: 24px;
	height: 24px;
	margin: auto;
	position: absolute;
	right: 24px;
	top: 0;
	bottom: 0;
}

.menu-site .has-dropdown:hover {
	background-color: #455560;
	cursor: pointer;
}

.menu-site .has-dropdown:hover ul {
	display: block;
}

.menu-site ul {
	display: none;
	background: #00aeef;
	-moz-box-shadow: 2px 5px 5px rgba(0,0,0,.17);
	-webkit-box-shadow: 2px 5px 5px rgba(0,0,0,.17);
	box-shadow: 2px 5px 5px rgba(0,0,0,.17);
	position: absolute;
	left: 0;
	right: 0;
	top: 48px;
	z-index: 200;
}

.menu-site ul li {
	float: none;
	border-top: 1px solid #45c4f3;
	border-bottom: 1px solid #0095cf;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}

.menu-site ul a {
	color: #ffffff;
	padding: 10px 24px 8px;
}

.menu-site ul a:hover {
	color: #333333;
}

@media (min-width: 1201px) {
	
	.menu-site {
		width: 832px;
	}
	
	.menu-site a {
		padding-left: 21px;
		padding-right: 20px;
	}
	
	.menu-site .has-dropdown {
		width: 240px;
	}	

} /* end @media */

@media (max-width: 767px) {
	
	.menu-site {
		display: none;
		overflow: hidden;
	}
	
	.menu-site li {
		width: 50%;
		border-bottom: 1px solid #cccccc;
	}
	
	.menu-site a {
		display: block;
	}
	
	.menu-site .has-dropdown {
		float: none;
		border: none;
		text-indent: -9999px;
		width: auto;
		padding: 0;
	}
	
	.menu-site .has-dropdown:hover {
		background-color: #00aeef;
		cursor: default;
	}
	
	.menu-site .has-dropdown:after {
		display: none;
	}
	
	.menu-site ul {
		display: block;
		position: static;
		margin-top: -24px;
		overflow: hidden;
	}
	
	.menu-site ul li {
		float: left;
		text-indent: 0;
	}

} /* end @media */

@media (max-width: 479px) {
	
	.menu-site ul li {
		float: none;
		width: auto;
	}
	
} /* end @media */

/* Menu header
   -------------------------------------------------------------------------- */

.menu-header {
}

.menu-header li {
}

.menu-header a {
}

.menu-header a:hover {
}

/* Menu sidebar
   -------------------------------------------------------------------------- */

.menu-sidebar {
	margin-top: -4px;
}

.menu-sidebar li {
	font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #cccccc;
	padding: 11px 0 12px;
}

.menu-sidebar a {
	color: #000000;
	text-decoration: none;
}

.menu-sidebar a:hover {
	color: #455560;
}

/**
 * Menu sidebar tier two.
 */

.menu-sidebar ul {
	margin: 9px 0 -9px;
}

.menu-sidebar ul li {
	font: 16px/20px 'EB Garamond', serif;
	border: none;
	margin-bottom: 8px;
	padding: 0;
}

.menu-sidebar ul li:before {
	content: "-";
	display: inline-block;
	color: #00aeef;
	margin-right: 4px;
}

.menu-sidebar ul a {
	color: #00aeef;
}

.menu-sidebar ul a:hover {
}

/* Menu footer primary
   -------------------------------------------------------------------------- */

.menu-footer-primary {
}

.menu-footer-primary li {
	float: left;
	font-family: Oswald, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	width: 50%;
	margin: 0 0 4px;
	padding: 1px 0 3px;
}

.menu-footer-primary a {
	color: #999999;
	text-decoration: none;
}

.menu-footer-primary a:hover {
	color: #ffffff;
}

@media (max-width: 767px) {
	
	.menu-footer-primary li {
		float: none;
		width: auto;
	}
	
} /* end @media */

@media (max-width: 479px) {
	
	.menu-footer-primary li {
		float: left;
		width: 50%;
	}
	
} /* end @media */

/* Menu footer
   -------------------------------------------------------------------------- */

.menu-footer-secondary {
	float: right;
	margin-bottom: 20px;
}

.menu-footer-secondary li {
	font-weight: 300;
	font-family: Oswald, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 4px;
}

.menu-footer-secondary li:before {
	content: "/";
	display: inline-block;
	color: #ffffff;
	margin-right: 4px;
}

.menu-footer-secondary li:first-child:before {
	display: none;
}

.menu-footer-secondary a {
	text-decoration: none;
}

.menu-footer-secondary a:hover {
}

@media (max-width: 767px) {
	
	.menu-footer-secondary {
		float: none;
	}
	
} /* end @media */

/* Menu archives
   -------------------------------------------------------------------------- */

.menu-archives {
}

.menu-archives li {
}

.menu-archives a {
}

.menu-archives a:hover {
}

/* Menu social
   -------------------------------------------------------------------------- */

.menu-social {
}

.menu-social li {
	float: left;
	margin-right: 8px;
}

.menu-social li:last-child {
	margin-right: 0;
}

.menu-social a {
	display: block;
	background-image: url(../images/sprite-social-menu.png);
	/*background-image: url(../images/sprite-menu-social.svg), none;*/
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
}

.menu-social .facebook {
	background-position: 0 0;
}

.menu-social .facebook:hover {
	background-position: 0 -36px;
}

.menu-social .twitter {
	background-position: -36px 0;
}

.menu-social .twitter:hover {
	background-position: -36px -36px;
}

.menu-social .google {
	background-position: -72px 0;
}

.menu-social .google:hover {
	background-position: -72px -36px;
}

.menu-social .linkedin {
	background-position: -108px 0;
}

.menu-social .linkedin:hover {
	background-position: -108px -36px;
}

.menu-social .rss {
	background-position: -144px 0;
}

.menu-social .rss:hover {
	background-position: -144px -36px;
}

.menu-social .instagram {
	background-position: -180px 0;
}

.menu-social .instagram:hover {
	background-position: -180px -36px;
}

/* Menu social primary
   -------------------------------------------------------------------------- */

.menu-social-primary .facebook {
	background-position: 0 -72px;
}

.menu-social-primary .facebook:hover {
	background-position: 0 -108px;
}

.menu-social-primary .twitter {
	background-position: -36px -72px;
}

.menu-social-primary .twitter:hover {
	background-position: -36px -108px;
}

.menu-social-primary .google {
	background-position: -72px -72px;
}

.menu-social-primary .google:hover {
	background-position: -72px -108px;
}

.menu-social-primary .linkedin {
	background-position: -108px -72px;
}

.menu-social-primary .linkedin:hover {
	background-position: -108px -108px;
}

.menu-social-primary .rss {
	background-position: -144px -72px;
}

.menu-social-primary .rss:hover {
	background-position: -144px -108px;
}

.menu-social-primary .instagram {
	background-position: -180px -72px;
}

.menu-social-primary .instagram:hover {
	background-position: -180px -108px;
}


/* Helper classes
   ========================================================================== */

/**
 * Brand.
 */

.brand {
    font-family: 'EB Garamond', serif;
    color: #333;
}

.brand-face {
    font-family: 'EB Garamond', serif;
}

.brand-color {
    color: #333;
}

/**
 * Alignment.
 */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	float: none;
}

/**
 * Clear floats.
 */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/**
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.group:before,
.group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.group:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix,
.group {
    *zoom: 1;
}

/**
 * Display.
 */

.display {
	display: block;
}

.none {
	display: none;
}

@media only screen and (min-width: 1201px) {

	.display-lg {
		display: block;
	}
	
	.none-lg {
		display: none;
	}
	
} /* end @media */

@media only screen and (max-width: 767px) {
	
	.display-sm {
		display: block;
	}
	
	.none-sm {
		display: none;
	}

} /* end @media */

@media only screen and (max-width: 479px) {
	
	.display-xs {
		display: block;
	}
	
	.none-xs {
		display: none;
	}

} /* end @media */

/**
 * Image replacement.
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/**
 * Hide from both screenreaders and browsers.
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/**
 * Hide only visually, but have it available for screenreaders.
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/**
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard.
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/**
 * Hide visually and from screenreaders, but maintain layout.
 */

.invisible {
    visibility: hidden;
}

/* ##########################################################################
                                M O D U L E S
   ########################################################################## */

/* Site
   ========================================================================== */

.site {
	background: #fff;
}

/* Site header
   ========================================================================== */

.site-header {
	margin-bottom: 16px;
}

.site-header .site-brand {
	float: left;
	margin: 0 24px 16px;
}

.header-main {
	background: #000;
	position: relative;
}

/* Site brand
   ========================================================================== */

.site-brand {
	display: block;
	text-decoration: none;
	width: 192px;
	height: 64px;
}

.site-logo {
	display: block;
	max-width: 100%;
}

.site-title {
	margin: 0;
	padding: 0;
}

.site-tagline {
	margin: 0;
	padding: 0;
}

.site-description {
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	
	.site-brand {
		background-image: url(../images/site-logo.png);
		background-image: url(../images/site-logo.svg), none;
		background-size: contain;
		background-repeat: no-repeat;	
	}
	
	.site-header .site-brand {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.site-logo {
		display: none;
	}

} /* end @media */

/* Site banner
   ========================================================================== */

.site-banner {
}

/* Site main
   ========================================================================== */

.site-main {
}

/* Content area
   ========================================================================== */

.content-area {
	float: left;
	width: 600px;
	padding-bottom: 40px;
}

.content-area .site-content {
}

.content-header {
}

.content-title {
	margin: 0;
}

.content-subtitle {
	color: #455560;
	font-size: 24px;
	line-height: 28px;
}

.content-meta {
}

.content-meta a {
}

.content-meta a:hover {
}

/**
 * Author Info
 */

.author-info {
	background: #ebebeb;
	margin-bottom: 28px;
	padding: 32px 40px;
}

.author-avatar {
	margin-right: 32px;
}

.author-avatar img {
	background: #fff;
	padding: 4px;
}

.author-description {
}

.author-title {
	color: #455560;
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 4px;
}

.author-name {
	color: #00aeef;
}

.author-bio {
	font-size: 17px;
	margin: 0;
	padding: 2px 0;
}

/**
 * Hentry
 */

.content-area .hentry {
}

.content-area .entry-header {
}

.content-area .entry-title {
}

.content-area .entry-title a {
}

.content-area .entry-title a:hover {
}

.content-area .entry-meta {
}

.content-area .entry-meta a {
}

.content-area .entry-meta a:hover {
}

.content-area .categories-links {
	float: left;
	padding: 20px 0 11px;
}

.content-area .categories-links a {
	display: inline-block;
	background: #00aeef;
	border: none;
	color: #fff;
	font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	width: auto;
	height: auto;
	min-height: 24px;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 1px 16px 2px;
	vertical-align: top;
	white-space: normal;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.content-area .categories-links a:hover {
	background: #455560;
}

.content-area .entry-content {
}

.content-area .entry-footer {
}

.content-area .entry-footer .sharethis {
	background: #f5f5f5;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	position: relative;
	font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 16px;
	line-height: 30px;
	float: right;
	padding: 0 8px 0 32px;
}

.content-area .entry-footer .sharethis:before {
	content: '';
    position: absolute;
    top: -1px;
	left: -2px;
    border-top: 32px solid #fff;
    border-right: 32px solid #cccccc;
    width: 0;
}

.content-area .entry-footer .sharethis:after {
    content: '';
    position: absolute;
    top: -1px;
	left: -1px;
	border-top: 32px solid transparent;
    border-right: 32px solid #f5f5f5;
    width: 0;	
}

.content-area .entry-footer .sharethis a {
	color: #333333;
	text-decoration: none;
}

.content-area .entry-footer .sharethis a:hover {
	color: #00aeef;
}

.content-area .entry-footer .categories {
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	position: relative;
	top: -1px;
	margin: 0 0 27px;
}

.content-area .entry-footer .categories-title {
	float: left;
	color: #333333;
	font-family: Oswald, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 24px;
	margin: 0 20px 0 0;
	padding: 17px 0 22px;
}


@media (min-width: 1201px) {
	
	.content-area {
		width: 832px;
	}

} /* end @media */

@media (max-width: 767px) {
	
	.content-area {
		float: none;
		width: auto;
		padding-bottom: 20px;
	}
	
	.author-info {
		padding: 24px;
	}
	
	.content-area .entry-footer .categories-title {
		float: none;
		margin: 0;
		padding-bottom: 2px;
	}

} /* end @media */

/* Page content area
   -------------------------------------------------------------------------- */

.page-content-area {
}

.page-content-area .site-content {
}

.page-content-area .content-header {
}

.page-content-area .content-title {
}

/**
 * Hentry
 */

.page-content-area .hentry {
}

.page-content-area .entry-thumbnail {
	margin-bottom: 12px;
}

.page-content-area .entry-header {
	background: url(../images/line-03.gif) repeat-x center bottom;
	margin-bottom: 16px;
	padding: 0 0 12px;
}

.page-content-area .entry-title {
	margin: 0;
}

.page-content-area .entry-subtitle {
	color: #455560;
	font-size: 24px;
	line-height: 28px;
}

.page-content-area .hentry {
}

.page-content-area .entry-header {
}

.page-content-area .entry-title {
}

.page-content-area .entry-meta {
}

.page-content-area .entry-meta a {
}

.page-content-area .entry-meta a:hover {
}

.page-content-area .entry-content {
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Home content area
   -------------------------------------------------------------------------- */

.home-content-area {
	padding-bottom: 12px;
}

.home-content-area .site-content {
}

.home-content-area .content-header {
}

.home-content-area .content-title {
}

/**
 * Hentry
 */

.home-content-area .hentry {
}

.home-content-area .entry-header {
}

.home-content-area .entry-title {
}

.home-content-area .entry-meta {
}

.home-content-area .entry-meta a {
}

.home-content-area .entry-meta a:hover {
}

.home-content-area .entry-content {
}

/* Archives, categories, tags, post types content area
   -------------------------------------------------------------------------- */

.archive-content-area {
}

.archive-content-area .site-content {
}

.archive-content-area .content-header {
	margin-bottom: 20px;
	padding: 16px 0;
}

.archive-content-area .content-title {
	font-size: 32px;
	text-transform: uppercase;
	padding: 7px 0 1px;
}

/**
 * Hentry
 */

.archive-content-area .hentry {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 28px;
	padding: 0 0 27px;
}

.archive-content-area .entry-thumbnail {
	width: 200px;
	margin-right: 28px;
}

.archive-content-area .entry-body {
	padding-right: 28px;
}

.archive-content-area .entry-header {
}

.archive-content-area .entry-title {
	font-size: 20px;		/*24px - JVS - old size*/
	line-height: 24px;
	margin: 0;
	padding: 1px 0 3px;
}

.archive-content-area .entry-title a {
	color: #000000;
	text-decoration: none;
}

.archive-content-area .entry-title a:hover {
	color: #00aeef;
}

.archive-content-area .entry-meta {
	font-size: 14px;
	padding: 3px 0 5px;
}

.archive-content-area .entry-meta a {
	color: #000000;
	text-decoration: none;
}

.archive-content-area .entry-meta a:hover {
	color: #00aeef;
}

.archive-content-area .entry-meta .author:before,
.archive-content-area .entry-meta .comments-popup-link:before {
	content: "|";
	display: inline-block;
	margin-right: 4px;
}

.archive-content-area .entry-summary {
}

.archive-content-area .entry-summary p {
	margin-bottom: 8px;
}

.archive-content-area .entry-footer a {
}

@media (min-width: 1201px) {
	
	.archive-content-area .entry-thumbnail {
		width: auto;
	}

} /* end @media */

@media (max-width: 479px) {
	
	.archive-content-area .entry-thumbnail {
		width: auto;
		margin-right: 0;
	}
	
	.archive-content-area .entry-thumbnail img {
		width: 100%;
	}
	
	.archive-content-area .entry-body {
		padding-right: 0;
	}

} /* end @media */

/* Search content area
   -------------------------------------------------------------------------- */

.search-content-area {
}

.search-content-area .site-content {
}

.search-content-area .content-header {
}

.search-content-area .content-title {
}

/**
 * Hentry
 */

.search-content-area .hentry {
}

.search-content-area .entry-header {
}

.search-content-area .entry-title {
}

.search-content-area .entry-title a {
}

.search-content-area .entry-title a:hover {
}

.search-content-area .entry-meta {
}

.search-content-area .entry-meta a {
}

.search-content-area .entry-meta a:hover {
}

.search-content-area .entry-content {
}

/* Blog content area
   -------------------------------------------------------------------------- */

.blog-content-area {
}

.blog-content-area .site-content {
}

.blog-content-area .content-header {
}

.blog-content-area .content-title {
}

/**
 * Hentry
 */

.blog-content-area .hentry {
}

.blog-content-area .entry-header {
}

.blog-content-area .entry-title {
}

.blog-content-area .entry-title a {
}

.blog-content-area .entry-title a:hover {
}

.blog-content-area .entry-meta {
}

.blog-content-area .entry-meta a {
}

.blog-content-area .entry-meta a:hover {
}

.blog-content-area .entry-content {
}

/* Single, image content area
   -------------------------------------------------------------------------- */

.single-content-area {
}

.single-content-area .site-content {
}

.single-content-area .content-header {
}

.single-content-area .content-title {
}

/**
 * Hentry
 */

.single-content-area .hentry {
}

.single-content-area .entry-header {
	margin-bottom: 24px;
}

.single-content-area .entry-title {
	margin: 0;
}

.single-content-area .entry-subtitle {
	color: #455560;
	font-size: 24px;
	line-height: 28px;
}

.single-content-area .entry-meta {
	background: url(../images/line-03.gif) repeat-x center bottom;
	font-size: 16px;
	margin-bottom: 16px;
	padding: 16px 0;
}

.single-content-area .entry-meta a {
	color: #010101;
	text-decoration: none;
}
 
.single-content-area .entry-meta a:hover {
}

.single-content-area .entry-meta .icon {
	margin-right: 4px;
}

.single-content-area .entry-meta .date,
.single-content-area .entry-meta .comments-popup-link {
	margin-right: 40px;
	line-height: 36px;
}

.single-content-area .entry-meta .share {
	float: right;
	font-family: Oswald, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.single-content-area .entry-meta .share-title {
	float: left;
	line-height: 32px;
	padding: 1px 0 3px;
	margin-right: 8px;
}

.single-content-area .entry-meta .menu-social {
	display: inline-block;
	vertical-align: middle;
}

.single-content-area .entry-content {
}

.single-content-area .entry-footer {
}

.single-content-area .entry-meta .date,
.single-content-area .entry-meta .comments-popup-link {
	margin-right: 40px;
	line-height: 36px;
}

@media (max-width: 479px) {
	
	.single-content-area .entry-meta .date,
	.single-content-area .entry-meta .comments-popup-link {
		margin-right: 20px;
	}

} /* end @media */

/* Comments area
   ========================================================================== */

.comments-area {
	border-top: 1px solid #cccccc;
	padding-top: 19px;
}

.comments-title {
	margin: 0;
}

.comment-list,
.comment-list li,
.comment-list ul {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list {
	padding: 20px 0 20px 40px;
}

.comment-list .comment {
	color: #000;
	font-size: 17px;
	line-height: 24px;
	list-style: none;
	margin: 0;
	padding: 23px 20px 3px 136px;
	position: relative;
}

.comment-list .even {
	background: #ebebeb;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.comment-list .odd {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.comment-list .children .comment {
	padding: 23px 20px 3px 196px;
}

.comment-list .children .avatar {
	left: 80px;
}

.comment-meta {
	margin-top: -4px;
}

.comment-metadata {
	color: #333;
	font-size: 17px;
	line-height: 16px;
	margin: -4px 0 8px;
	padding: 2px 0 2px;
}

.comment-author {
	font-family: Oswald, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 1px 0 3px;
}

.comment-author .avatar {
	display: block;
	background: #b2b2b2;
	padding: 4px;
	position: absolute;
	left: 20px;
	top: 23px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.comment-author .fn {
	font-weight: normal;
}

.comment-author .url {
	color: #455560;
	text-decoration: none;
}

.comment-meta {
}

.comment-content p {
	padding: 2px 0;
}

.comment-reply {
	font-family: Oswald, sans-serif;
	font-size: 14px;
	vertical-align: top;
}

/*.comment-reply:before {
	content: "-";
	margin-left: 4px;
	margin-right: 4px;
}*/

.comment-reply-link {
	text-decoration: none;
}

.cancel-comment-reply-link {
}

.comment-awaiting-moderation {
	color: #455560;
	margin: 0;
	padding: 2px 0;
}

@media (max-width: 767px) {
	
	.comment-list {
		padding-left: 0;
	}
	
	.comment-list .comment {
		padding-left: 24px;
	}
	
	.comment-list .children {
		border-left: 4px solid #00aeef;
		padding-left: 20px;
	}
	
	.comment-meta {
		min-height: 40px;
		padding-left: 56px;
		position: relative;
	}
	
	.comment-author .avatar {
		height: 36px;
		width: 36px;
		left: 0;
		top: 0;
	}
	
	.comment-metadata {
		display: block;
	}
	
	.comment-list .children .comment {
		padding-left: 20px;
	}
	
	.comment-list .children .avatar {
		left: 0;
		top: 0;
	}

} /* end @media */

/* Comment respond
   -------------------------------------------------------------------------- */

.respond {
	border-top: 1px solid #cccccc;
	padding-top: 19px;
}

.respond .required {
	color: #00aeef;
}

.comment-reply-title {
	margin-bottom: 6px;
}

/* Sidebar area
   ========================================================================== */

.sidebar-area {
	float: right;
	width: 320px;
}

.site-sidebar {
	padding-left: 20px;
}

/* Site About
   -------------------------------------------------------------------------- */

.site-about {
	color: #666666;
	font-size: 15px;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1.15em;
}

.site-about a {
	text-decoration: none;
}

.site-about a:hover {
	color: #fff;
}

@media (max-width: 767px) {
		
	.sidebar-area {
		float: none;
		width: auto;
	}
	
	.site-sidebar {
		padding-left: 0;
	}

} /* end @media */

/* Complementary area
   ========================================================================== */

.complementary-area {
	background: #000;
	overflow: hidden;
}

/* Site footer
   ========================================================================== */

.site-footer {
	background: #000000;
}

.footer-main {
	background: #070707;
	border-top: 8px solid #0e0e0e;
	padding-bottom: 20px;
}

.site-footer .site-brand {
	margin: 0 0 24px;
}


/*Social Scroll*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.sprite {
    background-image: url("../images/sprite-social-menu.png");
    background-repeat: no-repeat;
    display: block;
    width: 36px;
    height: 36px;
}

.sprite-social-fb {
    background-position: 0 -72px;
}
.sprite-social-fb:hover {
	background-position: 0 -108px;
}

.sprite-social-g {
    background-position: -72px -72px;
}
.sprite-social-g:hover {
    background-position: -72px -108px;
}

.sprite-social-li {
    background-position: -108px -72px;
}
.sprite-social-li:hover {
    background-position: -108px -108px;
}

.sprite-social-rss {
    background-position: -144px -72px;
}
.sprite-social-rss:hover {
    background-position: -144px -108px;
}

.sprite-social-t {
    background-position: -36px -72px;
}
.sprite-social-t:hover {
    background-position: -36px -108px;
}

.sprite-social-in {
    background-position: -180px -72px;
}
.sprite-social-in:hover {
    background-position: -180px -108px;
}

.fixed-social-icons {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 0;
    top: 65px;
    z-index:5;
}

.admin-bar .fixed-social-icons{top:100px;}

.fixed-social-icons ul,
.fixed-social-icons ul li,
.fixed-social-icons ul li a {
    display: block;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {

	.fixed-social-icons {display: none;}
}


/* Site address
   -------------------------------------------------------------------------- */

.site-address {
}

.site-address .org {
}

.site-address .adr {
}

.site-address .street-address {
}

.site-address .locality {
}

.site-address .region {
	border: none;
}

.site-address .postal-code {
}

.site-address .country-name {
}

.site-address .tel {
}

.site-address .type {
}

/* Site contact
   -------------------------------------------------------------------------- */

.site-contact,
.twitter-feed{
	padding-left: 16px;
}

.site-contact a {
}

.site-contact a:hover {
}

@media (max-width: 767px) {
		
	.site-contact,
	.twitter-feed{
		padding-left: 0;
	}

} /* end @media */


/* Recent Tweets
   -------------------------------------------------------------------------- */

.twitter-feed{
	margin-top: 15px;
}   

.twitter-feed .footer-navigation-title{
	margin-bottom:0;
}

.twitter-feed .tweet{
	display:block;
	padding:10px 20px 10px 50px;
	background:#5CA7DC;
	margin-top:20px;
	margin-bottom:20px;
	color:#ffffff;
	line-height:normal;
	font-family:"Oswald",sans-serif;
	font-size:14px;
	position:relative;
}

.twitter-feed .tweet:hover{
	text-decoration:none;
	background:#6BB2E2;
}

.twitter-feed .tweet::before{
	content:"";
	display: block;
	background-image: url(../images/sprite-social-menu.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	background-position: -36px 0;
	position:absolute;
	left:5px;
	top:5px;
}

.twitter-feed .tweet:hover::before {
	background-position: -36px -36px;
}


/* Site info
   -------------------------------------------------------------------------- */

.site-info {
	color: #c3c3c3;
	font-size: 14px;
	padding: 22px 0;
}

.site-info a {
	text-decoration: none;
}

.site-info a:hover {
	color: #fff;
}

/* Site links
   -------------------------------------------------------------------------- */

.site-links {
}

.site-links a {
}

.site-links a:hover {
}

/* Site credit
   -------------------------------------------------------------------------- */
 
.site-credit {
	margin-left: -40px;
}

.site-credit a {
}

.site-credit a:hover {
}

@media (min-width: 1201px), (max-width: 767px)  {
		
	.site-credit {
		margin-left: 0;
	}

} /* end @media */

/* Site copyright
   -------------------------------------------------------------------------- */
 
.site-copyright {
	padding-right: 80px;
}

.site-copyright a {
}

.site-copyright a:hover {
}

@media (min-width: 1201px), (max-width: 767px)  {
		
	.site-copyright {
		padding-right: 0;
	}

} /* end @media */

/* Module
   ========================================================================== */

.module {
}

.module-header {
}

.module-title {
}

.module-body {
}

.module-content {
}

.module-footer {
}

/* Stories Area
   ========================================================================== */

.stories-area {
}

.stories-header {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 8px;
}

.stories-title {
	color: #000000;
	text-transform: uppercase;
	margin: 0;
}

.stories-subtitle {
	color: #999999;
	font: 18px/20px 'EB Garamond', serif;
	margin: -8px 0 0;
}

/* Subscribe Today
   ========================================================================== */

.subscribe-today {
	background: url(../images/bg-02.jpg) no-repeat left top;
	padding: 20px 8px;
}

.subscribe-today-header {
}

.subscribe-today-title {
	color: #ef8100;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 2px 0 rgba(0,0,0,.5);
	margin: 12px 0 8px;
	padding: 5px 0 3px;
}

.subscribe-today-title span {
	color: #ffffff;
	font: 700 40px/24px 'Arvo', serif;
}

.subscribe-today .btn {
	display: block;
	width: 136px;
	margin: auto;
}

@media (max-width: 767px) {
		
	.subscribe-today {
		background-size: cover;
	}
	
	.subscribe-today-title {
		text-align: left;
	}
	
	.subscribe-today .btn {
		margin: 0;
	}

} /* end @media */

/* Newsletter Signup
   ========================================================================== */

.enewsleter-signup {
	background: url(../images/bg-03.jpg) no-repeat left top;
	margin-bottom: 16px;
	padding: 6px 12px 16px 12px;
}

.enewsleter-signup-header {
}

.enewsleter-signup-header .icon {
	margin: 0 16px 0 0;
}

.enewsleter-signup-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	text-shadow: 1px 2px 0 rgba(0,0,0,.5);
	margin: 0 0 8px;
	padding: 5px 0 0;
}

.enewsleter-signup-title span {
	color: #fff;
	font: 700 24px/24px 'Arvo', serif;
}

.enewsleter-signup .field {
	margin: 0 0 8px;
	padding: 0 8px 0 0;
}

.enewsleter-signup .field-firstname {
}

.enewsleter-signup .field-lastname {
	padding-right: 0;
}

.enewsleter-signup .field-email-address {
}

.enewsleter-signup .input {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
}

.enewsleter-signup .btn-group {
	margin: 0 0 8px;
	padding: 0;
}

li.firstName {
	list-style-type: none;
	background-image: none !important;
	margin: 0 0 4px;
    padding: 0 2px 0 0;
    float:left;
    position: relative;
    clear:both;
    width:100px;
    display:inline;
}
li.lastName {
	list-style-type: none;
	background-image: none !important;
	margin: 0 0 4px;
    padding: 0 8px 0 0;
    float:left;
    position: relative;
    clear:both;
    width:100px;
    display:inline;
}
li.emailAddress {
	list-style-type: none;
	background-image: none !important;
	margin: 0 0 4px;
    padding: 0 8px 0 0;
    float:left;
    position: relative;
    clear:both;
    width:100px;
    display:inline;
}


div.frm_submit input {
	width: 100% !important;
	cursor: pointer !important;
	display: block !important;
	height: 32px !important;
    padding: 0px !important;
	background: none repeat scroll 0 0 #00aeef !important;
    color: #fff !important;
    border: medium none !important;
    box-shadow: none !important;
	font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
	font-weight: 700;
	font-size: 16px;
    height: 34px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transition-duration: 0.2s !important;
    transition-timing-function: ease-in-out !important;
    vertical-align: top !important;
    white-space: normal !important;
    border-radius: 0px !important;
}

#gform_submit_button_2 {
	margin: 0 0 0 16px;
}


li.grid {
	width: 100%;
	float: left;
}


@media (max-width: 767px) {
		
	.enewsleter-signup {
		background-size: cover;
		padding: 10px 8px 16px 12px;
	}

	.button.gform_button {
	width: 98.5%;
	}

} /* end @media */




@media (max-width: 479px) {

	.enewsleter-signup {
		padding: 10px 20px 16px;
	}
		
	.enewsleter-signup .field {
		margin: 0 0 8px;
		padding-right: 0;
	}
	.button.gform_button {
	width: 97%;
	}

} /* end @media */


/* Feed Area Primary
   ========================================================================== */

.feed-area-primary {
	display: table;
	padding: 0;
}

/**
 * Hentry
 */

.feed-area-primary .hentry {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #232b30;
	width: 20%;
	padding: 4px 20px 8px 20px;
}

.feed-area-primary .hentry-item-5 {
	display: none;
}

.feed-area-primary .hentry-item-4,
.feed-area-primary .hentry-item-5 {
	border-right: 0;
}

.feed-area-primary .entry-header {
}

.feed-area-primary .entry-title {
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 1px 0 3px;
	font-family: "Oswald",sans-serif;
}

.feed-area-primary .entry-title a {
	color: #cccccc;
	text-decoration: none;
}

.feed-area-primary .entry-title a:hover {
	color: #ffffff;
}

.feed-area-primary .entry-meta {
	font-size: 12px;
	line-height: 16px;
	color: #00aeef;
}

.feed-area-primary .entry-meta a {
	color: #00aeef;
	text-decoration: none;
}

.feed-area-primary .entry-meta a:hover {
	color: #ffffff;
}

.feed-area-primary .entry-content {
}

@media (min-width: 1201px) {
	
	.feed-area-primary .hentry-item-4 {
		border-right: 1px solid #232b30;
	}	
	
	.feed-area-primary .hentry-item-5 {
		display: table-cell;
	}
	
} /* end @media */

@media (max-width: 767px) {
	
	.feed-area-primary {
		display: none;
	}
	
} /* end @media */

/* Feed Area Secondary
   ========================================================================== */

.feed-area-secondary {
	padding: 28px 0 0 64px;
}

.feed-area-secondary .feed-area-header {
}

.feed-area-secondary .feed-area-title {
	color: #666666;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0 0 24px;
	padding: 1px 0 3px;
}


/**
 * Hentry
 */

.feed-area-secondary .hentry {
	margin-bottom: 12px;
}

.feed-area-secondary .hentry:last-child {
}

.feed-area-secondary .entry-header {
}

.feed-area-secondary .entry-title {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 -4px;
	padding: 0;
	padding: 1px 0 3px;
}

.feed-area-secondary .entry-title a {
	color: #999999;
	text-decoration: none;
}

.feed-area-secondary .entry-title a:hover {
	color: #ffffff;
}

.feed-area-secondary .entry-meta {
	color: #666666;
	font-size: 16px;
	line-height: 16px;
	padding: 2px 0;
}

.feed-area-secondary .entry-meta a {
	color: #666666;
	text-decoration: none;
}

.feed-area-secondary .entry-meta a:hover {
	color: #ffffff;
}

.feed-area-secondary .entry-meta .author:before {
	content: "|";
	margin-left: 2px;
	margin-right: 4px;
}

.feed-area-secondary .entry-content {
}

@media (max-width: 767px) {
	
	.feed-area-secondary {
		padding: 28px 0 0 0;
	}
	
} /* end @media */

/* Feed Area Tertiary
   ========================================================================== */

.feed-area-tertiary {
}

.feed-area-tertiary .tabs {
	border: none;
	margin-bottom: 12px;
}

.feed-area-tertiary .tabs li {
	border: none;
	width: 50%;
	margin: 0;
}

.feed-area-tertiary .tabs a {
	background: #455560;
	padding: 5px 7px;
}

.feed-area-tertiary .tabs a:hover {
	background: #586670;
}

.feed-area-tertiary .tabs a,
.feed-area-tertiary .tabs a:hover,
.feed-area-tertiary .tabs .active a {
	color: #ffffff;
}

.feed-area-tertiary .tabs .active {
	padding: 0;
	position: relative;
}

.feed-area-tertiary .tabs .active:after {
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	border-top: 16px solid #00aeef;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -8px;
}

.feed-area-tertiary .tabs .active a {
	background: #00aeef;
}

.feed-area-tertiary .tab {
}

.feed-area-tertiary .feed-area-header {
}

.feed-area-tertiary .feed-area-title {
	display: none;
}


/**
 * Hentry
 */

.feed-area-tertiary .hentry {
	margin-bottom: 15px;
}

.feed-area-tertiary .entry-thumbnail {
	margin-right: 20px;
}

.feed-area-tertiary .entry-header {
}

.feed-area-tertiary .entry-title {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 0;
	margin: -4px 0;
}

.feed-area-tertiary .entry-title a {
	color: #000000;
	text-decoration: none;
}

.feed-area-tertiary .entry-title a:hover {
	color: #00aeef;
}

.feed-area-tertiary .entry-meta {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

.feed-area-tertiary .entry-meta a {
	color: #000000;
	text-decoration: none;
}

.feed-area-tertiary .entry-meta a:hover {
	color: #00aeef;
}

.feed-area-tertiary .date,
.feed-area-tertiary .author {
	display: inline-block;
	padding: 4px 0;
}

.feed-area-tertiary .categories-links {
	display: block;
}

.feed-area-tertiary .categories-links a {
	display: inline-block;
	background: #00aeef;
	color: #ffffff;
	font: 300 14px/16px 'Oswald', sans-serif;
	text-decoration: none;
	padding: 3px 8px 5px;
	margin-right: 8px;
}

.feed-area-tertiary .entry-content {
}

/* Videos area
   ========================================================================== */

.videos-area {
	margin-bottom: 24px;
	padding-top: 40px;
}

.videos-header {
	text-align: center;
}

.videos-title {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 0 0;
}

.videos-title:before,
.videos-title:after {
	background-image: url(../images/line-02.gif); 
}

.videos-subtitle {
	color: #455560;
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	margin: -8px 0 16px;
	padding: 0;
}

.videos-content {
	display: table;
    margin-left: -40px;
    position: relative;
    right: -40px;
    vertical-align: top;
    width: 980px;
}

.videos-footer {
	clear: both;
	padding-top: 16px;
}

.videos-footer .btn {
	display: block;
	width: 240px;
	margin: auto;
}

/**
 * Hentry
 */

.videos-area .hentry {
	display: table-cell;
	vertical-align: top;
}

.videos-area .hentry:last-child {
	display: none;
}

.videos-area .entry-thumbnail {
	float: left;
	margin: 0 0 16px;
	position: relative;
}

.videos-area .entry-thumbnail img {
	display: block;
}

.videos-area .entry-thumbnail a {
	display: block;
}

.videos-area .entry-thumbnail a:after {
	content: "";
	background-image: url(../images/icon-play.png);
	background-image: url(../images/icon-play.svg), none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.videos-area .entry-thumbnail a:hover:after {
	background-position: left bottom;
}

.videos-area .entry-title {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 1px 0 3px;
	max-width: 184px;
}

.videos-area .entry-title a {
	color: #cccccc;
	text-decoration: none;
}

.videos-area .entry-title a:hover {
	color: #ffffff;
}

@media (min-width: 1201px) {
	
	.videos-area .hentry:last-child {
		display: table-cell;
	}
	
	.videos-content {
		width: 1208px;
	}
	
} /* end @media */

@media (max-width: 767px) {
	
	.videos-content {
		width: 100%;
		text-align: center;
	}
	
	.videos-area .hentry {
		display: none;
	}
	
	.videos-area .hentry:first-child {
		display: inline-block;
	}
	
} /* end @media */

/*! print.css */

@media print {

	/* ##########################################################################
										C O R E
	   ########################################################################## */

	/* Base
	   ========================================================================== */

	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	/*
	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	*/

	/*
	 * Don't show links for images, or javascript/internal links.
	 */

	/*
	.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; /* h5bp.com/t */
	}

	th,
	td {
		border: 1pt solid #999;
	}

	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;
	}

	table {
		border: 1pt solid #999;
		text-align: left;
		width: 100%;
	}

	/* ##########################################################################
								  C O M P O E N T S
	   ########################################################################## */

	.grid-container,
	.grid-container-max {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.grid {
		width: 100%;
		float: none;
	}

	.navigation,
	.edit-link {
		display: none;
	}

	/* ##########################################################################
									M O D U L E S
	   ########################################################################## */

	/* Site header
	   ========================================================================== */

	.site-header {
		border-bottom: solid 1pt #999;
	}

	/* Site brand
	   ========================================================================== */

	.site-brand {
		float: left;
	}

	/* Site main
	   ========================================================================== */

	.site-main {
	}

	/* Site footer
	   ========================================================================== */

	.site-footer {
		border-top: solid 1pt #999;
	}

} /* end @media print */







	/* ##########################################################################
	#############################################################################
	#############################################################################
									
									270net Styles
									
	#############################################################################
	#############################################################################							
	########################################################################## */


div.slider {}

div.slider div.soliloquy-viewport ul li div.soliloquy-caption {
	top: 130px;
	width: 60%;
}

.soliloquy-container .soliloquy-caption-inside {
    background: transparent none !important;
    padding: 0px !important;
}

.soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-read-more.soliloquy-fc-content-above {
    margin-top: 0px !important;
}

.soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title {
	font-size: 24px !important;
	font-weight: 400 !important;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    padding: 15px 40px !important;
	display: block;
	width: 70%;
}
.soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title a {
	font-size: 24px !important;
	font-weight: 400 !important;
	background: none transparent !important;
    padding: 0px !important;
}

.soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-content {
    padding: 15px 40px !important;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}
.soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-content h4 {
	color: #ffffff !important;
}
.soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-content p {
    font-size: 18px !important;
    line-height: normal;
}

.soliloquy-pager {
	text-align: center !important;
}

/*Columns*/
.columns, .padded-columns {
    overflow: auto;
    width: 100%;
}

.columns .half {
    float: left;
    width: 50%;
}

.columns .third{
	float: left;
    width: 33.33%;
}

.columns .two-thirds{
	float: left;
    width: 66.66%;
}

.columns .quarter{
	float: left;
    width: 25%;
}

.columns .three-quarters{
	float: left;
    width: 75%;
}

/*Padded Columns*/
.padded-columns .half {
    float: left;
    margin:0 2.5%;
    width: 45%;
}

.padded-columns .third{
	float: left;
    margin:0 2.5%;
    width: 28%;
}

.padded-columns .two-thirds{
	float: left;
    margin:0 2.5%;
    width: 61%;
}

.padded-columns .quarter{
	float: left;
    margin:0 2.5%;
    width: 20%;
}

.padded-columns .three-quarters{
	float: left;
    margin:0 2.5%;
    width: 70%;
}

h2, h3, h4, h5, h6 {clear: none;}


/*Series Plugin*/
div.seriesbox {width: 30%; margin: 0px 0px 10px 10px; border-color: #013243;}
div.seriesbox div.center {text-align: center;}
div.seriesbox div.center img {margin: 10px;}
div.seriesbox div.center a {font-size: 120%;}
div.seriesbox ul {margin: 0px 0px 10px 15px;}
div.seriesbox ul li {
	background-image: none;
	margin: 5px 0px;
	list-style-type: disc;
}
div.seriesbox ul li.serieslist-li-current {
	font-style: italic;
}

/*Series Archive Layout*/
div.archive {padding: 0px 30px;}
div.archive article {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted gray;
}
div.archive article h2 {margin-bottom: 10px;}
div.archive article .meta {font-size: 0.9em; margin: 10px 0px;}

div.archive article div.seriesmeta {
	border: 1px solid #C2DBEF;
	padding: 2px;
	margin: 10px 0px;
}

div.archive article .postmetadata {font-size: 0.85em;}



@media (max-width: 1200px) {
div.slider div.soliloquy-viewport ul li div.soliloquy-caption {
	top: auto;
	width: 100%;
	bottom: 20px;
}
.soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title {width: 100%;}
}



@media (max-width: 650px) {
	
div.slider div.soliloquy-viewport ul li div.soliloquy-caption {bottom: 30px !important; width: 100%; top: auto;}
.soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title {font-size: 20px !important; width: 100%;}
.soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-content {display: none !important;}
	
}



