/* Last-Modified: Fri, 26 Aug 2016 12:14:23 GMT [ver: ] */
/* Current-Time:Sat, 27 Aug 2016 02:41:04 -0500*/
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* 
Fix select boxes on certain browsers that were inheriting the select color from 
content.text or other variables that make it hard to read.
 */
 .select { color: black; }


/* ==========================================================================
   General
   ========================================================================== */

html{
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: 14px/24px 'Cantarell', sans-serif;
	font-weight: 400;
	color: #000000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }
.relative { position: relative; min-height: 36px; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 50px !important; }
.margin-bottom { margin-bottom: 50px !important; }
.margin-bottom-dbl { margin-bottom: 100px !important; }
.margin-bottom-half { margin-bottom: 25px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 50px !important; }
.padding-bottom { padding-bottom: 50px !important; }
.padding-bottom-dbl { padding-bottom: 100px !important; }
.padding-bottom-half { padding-bottom: 25px !important; }

hr {
	border-top: 1px solid #DCECE8;
	width: 130px;
	clear: both;
	margin: 50px auto;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { 
	color: #63B1BD;
	font-family: 'Cantarell', sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 0;
}

h1, .h1 { font-size: 28px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #63B1BD; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #63B1BD; }

.boxed {	
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 90%;
}

.boxed h2, .boxed h3 {
	font-size: 24px !important;
	line-height: 24px;
	background-color: #FFFFFF;
	display: inline-block;
	padding: 8px 15px;
	margin-bottom: 0px;
}

a .boxed h2, a .boxed h3 {
	color: #63B1BD;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a .boxed h2:hover, a .boxed h3:hover {
	color: #9C9999;
}

p { margin: 0 0 25px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 90%; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.right-center { text-align: right; }
.left-center { text-align: left; }
.uppercase { text-transform: uppercase; }

@font-face {
    font-family: 'boldbrush';
    src: url('//valeriekent.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//valeriekent.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//valeriekent.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//valeriekent.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//valeriekent.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//valeriekent.com/styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur:before {
	content: 'F';
	font-family: 'boldbrush';
	font-size: 28px;
	font-style: normal;
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 5px;
}

.dpw:before {
	content: 'D';
	font-family: 'boldbrush';
	font-size: 64px;
	font-style: normal;
	line-height: 0;
	position: relative;
	top: 17px;
	left: 0;
}

.boldbrush {
	font-family: 'boldbrush';
	font-size: 24px !important;
	font-style: normal;
	position: relative;
	top: 2px;
	left: 0;
}


/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #63B1BD;
	text-decoration: underline;
	outline: 0;
	position: relative;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a:hover { color: #000000; }
a:hover, a:active, a:focus { outline: 0; }

a.link {
	color: #63B1BD;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

a.link:after {
	content: '\f105';
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	right: -10px;
	top: -4px;
}

a.link:hover {
	color: #000000;
}


/* ==========================================================================
   Lists
   ========================================================================== */
   
.inline-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.inline-list li {
	float: left;
	margin: 0 10px;
}

.inline-list li:first-child {
	margin-left: 0px;
}

.inline-list li:last-child {
	margin-right: 0px;
}

.year-list {
	margin-top: 0px;
}

.year-list li:first-child {
	list-style: none;
	margin-left: -20px;
}

/* ==========================================================================
   Structure
   ========================================================================== */

.spacer {
	height: 150px;
}

.page-title {
	display: none;
}

.section-title {
	position: relative;
	text-align: center;
}

.section-title h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.section-title hr {
	width: 125px;
	margin: 0 auto 50px;
}

/* ==========================================================================
   Misc
   ========================================================================== */
   
.hero-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	     -o-background-size: cover !important;
	  		background-size: cover !important;
}
   
.scroll {
	text-align: center;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 100;
	-webkit-transform: translate(-50%);
	   -moz-transform: translate(-50%);
		-ms-transform: translate(-50%);
			transform: translate(-50%);
}

.scroll a {
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.scroll i {
	font-size: 22px;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	position: fixed;
	top: auto;
	left: 0;
	background: #9CD1D9;
	opacity: .85;
	width: 100%;
	z-index: 101;
	padding: 35px;
}

.site-title {
	float: left;
	width: 90%;
}

.site-title a {
	color: #63B1BD;
	font-family: 'Cantarell', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.site-title a:hover {
	color: #FFFFFF;
}

/* ==========================================================================
   Main Menu
   ========================================================================== */
   
.hamburger {
	cursor: pointer;
	float: right;
}

.hamburger i {
	font-size: 20px;
	color: #63B1BD;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.hamburger i:hover {
	color: #FFFFFF;
}

.main-nav ul {
	list-style: none;
	padding: 50px 30px;
	margin: 0;
}

.main-nav ul li {
	margin-bottom: 20px;
	display: block;
}

.main-nav ul li a {
	font-size: 14px;
	color: #63B1BD;
	text-transform: uppercase;
	text-decoration: none;
}

.main-nav ul li a:hover {
	color: #9CD1D9;
}

.main-nav .selectednavlink a {
	color: #63B1BD !important;
}

.main-nav .emptynavlink {
	display: none !important;
	visibility: hidden;
}

/* ==========================================================================
   Pushy
   ========================================================================== */
   
/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

.pushy {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #F8EFCD;
    -webkit-box-shadow: inset 5px 0 5px -4px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 5px 0 5px -4px rgba(0, 0, 0, .5);
    box-shadow: inset 5px 0 5px -4px rgba(0, 0, 0, .5);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

/* Menu Movement */

.pushy-right {
    -webkit-transform: translate3d(250px,0,0);
    -moz-transform: translate3d(250px,0,0);
    -ms-transform: translate3d(250px,0,0);
    -o-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
}

.pushy-open {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push {
    -webkit-transform: translate3d(-250px,0,0);
    -moz-transform: translate3d(-250px,0,0);
    -ms-transform: translate3d(-250px,0,0);
    -o-transform: translate3d(-250px,0,0);
    transform: translate3d(-250px,0,0);
}

/* Menu Transitions */

.pushy, #container, .push {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms; 
    -moz-animation: fade 500ms; 
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* ==========================================================================
   Social
   ========================================================================== */
   
.social {
	margin-bottom: 20px;
}

.social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.social ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

.social ul li i {
	font-size: 20px;
}

.social ul li a {
	line-height: normal;
	text-decoration: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
    padding: 75px 60px 20px;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.footer .bug a {
	text-decoration: none;
}

/* ==========================================================================
   Blog
   ========================================================================== */

#blog-topical-nav, #blog-archive-nav {
	display: none;
}

.post-comment {
	margin-bottom: 10px;
	padding: 20px;
}

.post-comment .avatar {
	margin-right: 12px;
	float: left;
}

.post-comment .post-message {
	margin-bottom: 20px;
}

.post-comment .post-meta {
	font-size: 13px;
	line-height: normal;
}

.post-comment .post-body {
	overflow: hidden;
}

.post-message p:last-child {
	margin-bottom: 0px;
}

.blog-comment-odd {
	background: #F5FAF9;
}

.blog-comment-even {
	background: #F8EFCD;
}

.social-buttons {
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}

.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-buttons li {
	line-height: normal;
	margin: 0;
	padding: 6px 12px;
	display: inline;
}

.social-buttons li a {
	font-size: 20px;
	line-height: normal;
}

.share-buttons {
	margin-top: 1em;
	margin-bottom: 25px;
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	line-height: 1em;
}
#social-helper {
	position: relative;
	left: 50%;
}

.share-buttons table {
	margin: 0 auto;
}

.related-posts {
	margin-bottom: 50px;
}

.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-posts ul li {
	margin-bottom: 10px;
}

.caption {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}

/* ==========================================================================
   Misc
   ========================================================================== */

.full-background-img {
	width: 100%;
	position: relative;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.specs {
	overflow: hidden;
	clear: both;
}

.specs .left, .specs .right {
	width: 51%;
	clear: both;
}

.specs .left {
	text-align: right;
	float: left;
}

.specs .right {
	text-align: left;
	float: right;
	margin-bottom: 20px;
}

.specs h3, .specs p {
	margin-bottom: 5px;
}

.post-nav {
	list-style: none;
	overflow: hidden;
	border-top: 1px solid #DCECE8;
	padding: 20px 0 0;
	margin: 50px 0 0;
}

.post-nav li {
	float: left;
	width: 33.33333%;
	text-align: center;
}

.post-nav li:first-child {
	text-align: left;
}

.post-nav li:last-child {
	text-align: right;
}

.post-nav li i {
	font-size: 24px;
	line-height: normal;
}

.post-nav li a {
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.share-buttons {
	margin-bottom: 25px;
}

.share-buttons table {
	margin: 0 auto;
}

/* ==========================================================================
   Grid Item Hover
   ========================================================================== */
   
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}

.grid figure figcaption {
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

figure.hover-effect img {
	opacity: 1;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
			transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden; /* Image movement fix on hover */
			backface-visibility: hidden;
}

figure.hover-effect:hover img {
	opacity: .1;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.hover-effect h2 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 25px;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	-webkit-transform: translate3d(0,20px,0);
			transform: translate3d(0,20px,0);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
			transition: opacity 1s, transform 1s;
}

figure.hover-effect p {
	opacity: 0;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 20px 25px;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	-webkit-transform: translate3d(0,20px,0);
			transform: translate3d(0,20px,0);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
			transition: opacity 1s, transform 1s;
}

figure.hover-effect:hover h2, figure.hover-effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, input[type='submit'] {
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background: #F8EFCD;
	display: inline-block;
	cursor: pointer;
	position: relative;
	border: none;
	max-width: 100%;
	padding: 12px 22px;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.btn:hover, input[type='submit']:hover {
	color: #FFFFFF;
	background: #63B1BD;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
	text-align: center;
	padding-top: 25px;
	clear: both;
	margin-bottom: 100px;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	float: left;
	list-style: none;
}

.pagination ul li a {
	text-decoration: none;
	padding: 10px 15px;
	color: #9CD1D9;
	-webkit-transition:0.2s color linear, 0.2s background linear;
			transition:0.2s color linear, 0.2s background linear;
}

.pagination ul li a:hover {
	background: #63B1BD;
}

.pagination ul li a.current {
	color: #9C9999 !important;
	background: #DCC76B;
}

/* ==========================================================================
   Forms
   ========================================================================== */

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font: 16px/24px 'Cantarell', sans-serif;
	font-weight: 400;
	color: #000000;
	width: 100%;
    padding: 10px 20px;
    margin: 0;
	border: 2px solid #DCECE8;
	background: #F8EFCD;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    		border-radius: 0;
}

::-webkit-input-placeholder {
    color: #000000;
}

input[type="text"] {
	height: 46px;
}

textarea {
	height: 200px;
}

input[type="submit"] {
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0;
}

.form-item {
	margin-bottom: 25px;
}

.form-item.error input, .form-item.error textarea {
	border: 2px solid #ff0000;
}

.form-item.error label {
	color: #ff0000;
}

.radio-group {
	display: block;
	margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

.alert {
	margin-bottom: 20px;
	display: block;
}

.alert label {
	color: #ff0000;
	display: block;
}

.subscribe {
	width: 350px;
	margin: 0 auto;
}

.subscribe p {
	line-height: normal;
	margin-bottom: 10px;
}

.signup-form {
	position: relative;
	display: block;
}

.signup-form .alert {
	line-height: normal;
}

.signup-form label.error {
	margin-bottom: 25px;
}

.signup-form button {
	position: absolute;
	top: -3px;
	right: 0;
	padding: 10px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: #000000;
	line-height: normal;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.signup-form button:hover {
	color: #000000;
}

.success_message {
	font: 14px/24px 'Cantarell', sans-serif !important;
	font-weight: 400 !important;
	padding: 20px;
	color: #000000;
	background-color: #F8EFCD !important;
}

.success_message h2 {
	font-size: 24px !important;
}

.success_message .blog_comment {
	border-bottom: none !important;
}

.follow-link {
	text-align: left;
	margin-top: 10px;
}

.follow-link a, .follow-link i {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.follow-link i {
	margin-right: 5px;
	color: #63B1BD;
}

.blog-topics {
	text-align: right;
}

.faso-sidebar-blog-topical, .faso-sidebar-blog-archives {
	position: relative;
	display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    width: 130px;
    overflow: hidden;
    background-color: #F8EFCD;
}

.faso-sidebar-blog-topical:after, .faso-sidebar-blog-archives:after {
	content: "\f107";
	font-family: 'FontAwesome';
    color: #000000;
    font-size: 16px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 3px;
    right: 7px;
    z-index: 5;
}

.faso-sidebar-blog-topical select, .faso-sidebar-blog-archives select {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #000000;
	line-height: normal;
    padding: 5px 8px;
    width: 130px;
    cursor: pointer;
    border: none;
    z-index: 10;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	-webkit-border-radius: 0px;
			border-radius: 0;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

.row.full-width-row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

*[class*='col-'] {
	float: left;
	padding: 0 10px;
	position: relative;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.cell { padding: 25px; }

.centered { margin: 0 auto; position: relative; float: none; }

.grid { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.grid-item { padding: 10px; margin: 0; float: left; }
.grid-item img { width: 100%; }
.grid-item h2 { font-size: 30px; }
.grid-item p:last-child { margin-bottom: 0 !important; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * 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 {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width : 1201px) {

	.grid-item {
		width: 33.33333%;
	}
	
	.grid-item-2 {
		width: 50%;
	}
	
	.grid-item-3 {
		width: 33.33333%;
	}
	
}

@media only screen and (max-width : 1200px) {

	.grid-item {
		width: 33.33333%;
	}
	
	.grid-item-2 {
		width: 50%;
	}
	
}

@media only screen and (max-width : 992px) {

	.grid-item {
		width: 50%;
	}
	
}

@media only screen and (max-width : 768px) {

	.grid-item {
		width: 50%;
	}
	
}

@media only screen and (min-width: 641px) {
	
	.hide-on-desktop {
		display: none !important;
		visibility: hidden;
	}

}

@media only screen and (max-width: 640px) {

	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.alpha { padding: 0; }
	.omega { padding: 0; }
	
	.right-center, .left-center { text-align: center; }
	
	.grid-item-2 {
		width: 100%;
	}
	
	.btn, input[type='submit'] {
		width: 100%;
	}
	
	.hide-on-mobile {
		display: none !important;
		visibility: hidden;
	}
	
	.post-nav {
		margin-bottom: 15px;
	}
	
	.follow-link {
		text-align: center;
	}
		
	.blog-topics {
		text-align: center;
	}
	
	.footer {
	    padding: 75px 10px 20px;
	}

}

@media only screen and (max-width : 480px) {

	.grid-item {
		width: 100%;
	}
	
	.specs .left, .specs .right {
		width: 100%;
		clear: both;
	}
	
	.specs .left, .specs .right {
		text-align: center;
		float: none;
	}
	
	.description {
		text-align: left !important;
	}
	
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*.faso-blogfront-section-post {
	margin: 1%;
	width: 48%;
}
.blog-article-wrapper {
	min-height: 300px;
	max-height: 300px;
}
.faso-blogfront-section-image {
	width: auto !important;
	max-height: 300px;
}
.blog-post-default-background {
	min-height: inherit;
}
.blog-article-wrapper .default-image {
	font-size: 25em;
	opacity: .2;
}

@media only screen and (max-width: 800px) {
	.faso-blogfront-section-post {
		margin: 0 !important;
		width: 96%;
	}
	.blog-article-wrapper .default-image { font-size: 20em; }
}*/
