/*
 * HTML5 Boilerplate
 *
 * 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 {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html,
button,
input,
select,
textarea {
    color: #464646;
}

body {
    font-size: 1em;
    line-height: 1.5;
}

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

a:visited {
    color: #006699;
}

a:hover {
    color: #006699;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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 #eee;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
}

#pushWrapper {
	/* padding-top: 225px; */
}

h1, h2.widgettitle, h2 {
	font: 700 1.5em 'Raleway', sans-serif;
	margin-top: 0;
	color: #000;
	padding-bottom: .3em;
	position: relative;
}

h1 span, h2.widgettitle span, h2 span {
	position: absolute;
	right: 0;
	top: 4px;
	font-family: 'Titillium Web', sans-serif !important;
	text-transform: uppercase;
	font-size: .6em !important;
	font-weight: 600;
}

h2.entry-title, h1.entry-title {
	font: 600 1.5em 'Raleway', sans-serif;
	margin: 0;
	color: #000;
	border: 0;
	text-transform: none;
	padding-bottom: 15px;
}

h3.subtitle {
	margin-bottom: 0;
	display: none;
}

.addthis_toolbox {
	margin: 15px 0;
}

.entry-title a {
	color: #006699;
}

#header {
	display: block;
	background: #072e45 url(../images/header_bg.jpg) top center repeat-x;
	width: 100%;
/*
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
*/
}

.home #header {
	background-position: bottom center;
}

.container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

blockquote {
	font: 1.3em 'Raleway', sans-serif;
	color: #000;
	quotes: "“" "”" "‘" "’";
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post ul {
	padding: 0 0 0 40px;
	list-style: none;
}

.post ul li:before {
  	color: #006699;
  	content: "\2022";
  	font-size: 1.5em;
  	padding-right: .25em;
  	position: relative;
    	top: .1em;
}

.post h2, .post h3, .post h4, .post h5 {
	border: none;
	text-transform: none;
	margin: 0.5em 0 0;
}

table {
	margin: 30px 0;
	width: 100%;
	border-collapse: collapse;
}

/* Zebra striping */
tr:nth-of-type(odd) {
	background: #fcfcfc;
}

th {
	background: #333;
	color: white;
	font-weight: bold;
	font-size: .9em;
}

td, th {
	padding: 6px;
	border: 1px solid #eee;
	text-align: left;
}


#top {
	background-color: #05405f;
	background: -moz-linear-gradient(left, #072e45, #05405f, #072e45);
	background: -webkit-linear-gradient(left, #072e45, #05405f, #072e45);
	background: -webkit-gradient(linear,left top, right top, from(#072e45), color-stop(0.5,#05405f), to(#072e45));
	background: -ms-linear-gradient(left, #072e45, #05405f, #072e45);
	background: -o-linear-gradient(left, #072e45, #05405f, #072e45);
	width: 100%;
	padding: 10px 0;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	color: #fff;
}

#top p {
	margin: 0 0 0 8px;
	padding: 0;
	display: inline;
}

#top .nlcontent {
	display: inline-block;
}

.module.col-12.message {
	margin-top: 15px;
	padding: 15px 30px;
	background-color: #006699;
}

.module.col-12.message q {
	font-size: 1.2em;
	font-style: normal;
}

.module.col-12.message p {
	display: inline;
}

.module.col-12.signup {
	background: #072e45;
}

.module.col-12.signup h2 {
	font-weight: 700;
}

.module.col-12.signup input {
	border: none;
}

.col-12 {
	width: 100%;
}

.col-6 {
	width: 50%;
	float: left;
}

.col-3 {
	width: 25%;
	float: left;
}

.col-3.footer-logo img {
	width: 100%;
	height: auto;
}

.right {
	text-align: right;
}

#primary {
	background: none;
}

.masthead .container {
	position: relative;
}

.header-search {
	position: absolute;
	right: 10px;
	top: 3px;
	z-index: 9;
	width: 100%;
	max-width: 375px;
	border-left: 3px solid #1f4961;
	height: 47px;
}

.header-search input[type="search"] {
	padding: 10px 10px 10px 30px;
	font-family: 'Raleway', sans-serif;
	width: 100%;
	max-width: 350px;
	background: none;
	border: none;
	color: #fff;
}

.header-search input[type="submit"] {
	position: absolute;
	right: 10px;
	background: url(../images/search.png) no-repeat;
	text-indent: -9999em;
	width: 25px;
	height: 27px;
	display: block;
	top: 7px;
	border: none;
	margin: 0;
	z-index: 9;
}

input, textarea {
	padding: 6px;
	font-family: 'Titillium Web', sans-serif;
}

#news_check #subject, #news_check #message, #news_check textarea {
	width: 100%;
}

#top input {
	padding: 2px 4px;
	border: none;
}

#sidebar {
	font-size: .9em;
}

#sidebar input {
	width: 100%;
}

#sidebar input[type="search"] {
	box-sizing: inherit;
}

.navprev {
	width: 50%;
	float: left;
}

.navnext {
	width: 50%;
	float: right;
	text-align: right;
}

.logo {
	margin: 1.5em 0 .5em;
}

.logo a {
	background: url(../images/greggbraden-logo.png) 0 50% no-repeat;
	text-indent: -9999em;
	display: block;
	height: 41px;
	width: 250px;
}

#header .ubermenu {
	padding: 0;
	margin: 0;
	display: block;
	border-top: 3px solid #1f4961;
}

#header .ubermenu li {
	float: left;
	padding: 0 26px;
	margin: 0;
	height: 57px;
	line-height: 57px;
	border-right: 3px solid #1f4961;
}

#header .ubermenu li.last {
	border: none;
}

#header .ubermenu li a, .ubermenu-item-layout-text_only {
	display: block;
	color: #aebbca;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	line-height: inherit;
	padding: 0;
	font-size: .9em;
}

.ubermenu-item-layout-text_only {
	text-transform: uppercase !important;
}

#header .ubermenu li a:hover {
	color: #fff;
}

.social {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.social {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.social li {
	float: left;
	line-height: 30px;
}

.social li a {
	display: inline-block;
	text-indent: -9999em;
	width: 30px;
	height: 30px;
	text-align: left;
}
.facebook a {
	background: url(../images/sprite.png) 5px 0;
}

.twitter a {
	background: url(../images/sprite.png) -20px 0;
}

.instagram a {
	background: url(../images/sprite.png) -80px 0;
}

.pinterest a {
	background: url(../images/sprite.png) -50px 0;
}

.youtube a {
	background: url(../images/sprite.png) -110px 0;
}

.soundcloud a {
	background: url(../images/sprite.png) -140px 0;
	width: 45px !important;
}

.hyl a {
	background: url(../images/sprite.png) -190px 0;
}

.facebook a:hover {
	background: url(../images/sprite.png) 5px -32px;
}

.twitter a:hover {
	background: url(../images/sprite.png) -20px -32px;
}

.instagram a:hover {
	background: url(../images/sprite.png) -80px -32px;
}

.pinterest a:hover {
	background: url(../images/sprite.png) -50px -32px;
}

.youtube a:hover {
	background: url(../images/sprite.png) -110px -32px;
}

.soundcloud a:hover {
	background: url(../images/sprite.png) -140px -32px;
}

.hyl a:hover {
	background: url(../images/sprite.png) -190px -32px;
}

#menu-footer-keep-in-touch li {
	padding-left: 35px;
}

#menu-footer-keep-in-touch li a {
	background: none;
}

#menu-footer-keep-in-touch li:before {
	content: "";
	width: 30px;
	height: 30px;
	display:block;
	position: absolute;
	left: 0;
}

#menu-footer-keep-in-touch li.facebook:before {
	background: url(../images/sprite.png) 5px 0;
}

#menu-footer-keep-in-touch li.twitter:before {
	background: url(../images/sprite.png) -20px 0;
}

#menu-footer-keep-in-touch li.youtube:before {
	background: url(../images/sprite.png) -110px 0;
}

#menu-footer-keep-in-touch li.pinterest:before {
	background: url(../images/sprite.png) -50px 0;
}

#menu-footer-keep-in-touch li.instagram:before {
	background: url(../images/sprite.png) -80px 0;
}

#footer {
	background-color: #05405f;
	background: -moz-linear-gradient(left, #072e45, #05405f, #072e45);
	background: -webkit-linear-gradient(left, #072e45, #05405f, #072e45);
	background: -webkit-gradient(linear,left top, right top, from(#072e45), color-stop(0.5,#05405f), to(#072e45));
	background: -ms-linear-gradient(left, #072e45, #05405f, #072e45);
	background: -o-linear-gradient(left, #072e45, #05405f, #072e45);
	width: 100%;
	display: table;
	margin-top: 30px;
	color: #fff;
}

#footer h4 {
	border-bottom: 3px solid #1f4961;
	margin: 0;
	padding: 0 0 .67em;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}

#footer a {
	color: #aebbca;
	text-decoration: none;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	height: 40px;
	line-height: 40px;
	font-size: .9em;
}

#footer .col-3 {
	padding: 60px 30px 60px 0;
	position: relative;
}

#content img, #sidebar img {
	border: 1px solid #eee !important;
}

#bottom {
	background: #072f46;
	width: 100%;
	padding: .67em 0;
}

#bottom ul {
	margin: 0 auto;
	display: block;
	text-align: center;
	list-style: none;
}

#bottom li {
	display: inline;
	color: #aebbca;
	padding: 0 .67em;
}

#bottom li a {
	color: #fff;
}

#sidebar {
	float: right;
	background: #fff;
	width: auto;
	max-width: 36.5%;
	margin: 0 0 20px;
}

#content section {
	padding: 30px 0;
	border-top: 3px solid #eee;
}

.home #content section {
	padding: 30px;
	border-bottom: 3px solid #eee;
}

body.post-type-archive-hh_press #content section {
	padding: 0;
	border-top: 3px solid #eee;
}

#sidebar section {
	padding: 30px;
	border-bottom: 3px solid #eee;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar img {
	border: 0;
	width: 100%;
	height: auto;
}

#content {
	float: left;
	background: #fff;
	width: 100%;
	max-width: 63.5%;
	padding: 30px 0;
	margin: 0 0 20px;
	border-right: 3px solid #eee;
	font-size: 1.2em;
}

.home #content {
	padding: 0 0 30px;
}

body.post-type-archive-hh_products #content, body.post-type-archive-hh_video #content, body.post-type-archive-hh_fractal_time_calc #content, body.single-hh_fractal_time_calc #content, body.tax-hh_products_format #content, body.tax-hh_video_category #content {
	border: none;
}

body.post-type-archive-hh_fractal_time_calc #content,body.single-hh_fractal_time_calc #content {
	padding: 0;
	margin: 0;
	position: relative;
}

body.post-type-archive-hh_fractal_time_calc #footer, body.single-hh_fractal_time_calc #footer {
	padding: 0;
	margin: 0;
}

header footer {
	padding-left: 90px;
	position: relative;
	min-height: 82px;
	margin: 15px;
}

header footer a {
	font-size: .9em;
	color: #888 !important;
}

.avatar {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.avatar img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #ccc;
	width: 75px !important;
}

.subpost {
	padding: 30px 30px 0 0;
	border-top: 1px solid #eee;
}

.subpost span {
	font-weight: bold;
}

.subpost h2 {
	font-size: 24px;
}

.subpost.col-6 {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

#content.col-12 {
	max-width: 100%;
	float: none;
}

#breadcrumbs {
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 700 .7em 'Raleway', sans-serif;
}

#breadcrumbs a {
	color: #006699;
}

.module {
	padding: 30px;
	background: #fff;
	position: relative;
}

.module.col-4 {
	width: 33.3%;
	float: left;
	padding: 1px;
	background: none;
}

#footer-widgets img {
	width: 100%;
	height: auto;
}

.module h2 {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255, 0.3);
	position: relative;
	z-index: 9;
}

.module.slider {
	padding: 0;
	max-width: none;
	float: left;
	width: 65%;
	box-shadow: 0 15px 15px rgba(0,0,0,0.4);
	margin: 30px 0;
	height: 400px;
}

.module.col-6.left {
	width: 32.5%;
	max-width: none;
	color: #fff;
	background: #000;
	position: relative;
	float: right;
	overflow: hidden;
	box-shadow: 0 15px 15px rgba(0,0,0,0.4);
	margin: 30px 0 0;
	height: 194px;
	padding: 0;
}

.module.col-6.right {
	float: right;
	text-align: left;
	background: #073047;
	border: 1px solid #006699;
	color: #fff;
	width: 32.5%;
	max-width: none;
	box-shadow: 0 15px 15px rgba(0,0,0,0.4);
	margin: 15px 0 0;
	height: 194px;
	padding: 15px;
	overflow: hidden;
}

.overlay {
	background: url(../images/overlay.png) bottom center repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 270px;
	width: 100%;
	opacity: .05;
}

.module.col-6.left a, .module.col-6.left a:hover {
	color: #fff;
}

.type-post {
	border-bottom: 3px solid #eee;
	margin-bottom: 30px;
	padding: 0 30px 15px 0;
}

.hh_press, .hh_events, .hh_products, .hh_video, .post {
	border-bottom: 3px solid #eee;
	margin: 30px 0;
	padding: 0 30px 30px 0;
}

.hh_products table {
	width: 100%;
}

.hh_products td {
	font-size: .8em;
}

/* Featured Product Widget */

.feat-prod {
	position: relative;
	padding-left: 155px;
	min-height: 160px;
}

.feat-prod-img {
	width: 130px;
	position: absolute;
	left: 0;
	top: 0;
}

.feat-prod-img img {
	width: auto;
	height: auto;
	max-height: 170px;
}

.feat-prod a.green.btn {
	display: none;
}

.feat-prod-title {
	font: 20px 'Raleway', sans-serif;
	color: #5099a6;
}

.module.col-6.right .feat-prod-title a {
	font: 600 20px 'Raleway', sans-serif;
	color: #fff;
}

.feat-prod-title a {
	font: 600 1em 'Raleway', sans-serif;
	color: #006699;
}

.post .author {
	font-weight: 700;
}

.price {
	color: #999;
	display: inline;
	text-decoration: line-through;
	margin-right: 10px;
}

.price.nos {
	text-decoration: none;
	margin-right: 0;
	color: #464646;
	font-weight: 700;
}

.sale-price {
	color: #ff0000;
	display: inline;
}

/* Most Popular Widget */

.pop-posts {
	position: relative;
	padding: 0 0 15px 0;
	min-height: 100px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.pop-posts-comments {
	font-size: .8em;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA4UlEQVQ4je3SrUuDURiG8d/wq1gsE4thA50uCKZFGSosbEZBWBGWNG0wLGJwTEwy8KOYBQVZ9N8zeAaG874e37wLHjic+z7XUw5zIpSxF6ZcVLKBEV4xxkWYu3B3i/VU2QnesZ3TqYVO+y/ZIR5QSlhcwgQHWYVlTLGQIJuxGN4sxcI2zv4hm9FFKxYMUS8grKMfCy7RLCBsoBcLdnBfQDhGJSt8zgsj7OMlr7CLq0RZC59YzSt1cRw293GKTayFqeAcbxjI+C6/+cAXbrCFDq7xiKdwPvLzZ5OoYiW1PAd8A3SiGvEIwo68AAAAAElFTkSuQmCC) 0 50% no-repeat;
	padding-left: 25px;
	margin-top: 5px;
}

.pop-posts-img {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.pop-posts-excerpt a {
	color: #464646;
}

.pop-posts {
	padding-left: 0;
}

.pop-post-img, .uc-event-img {
	display: none;
}


/* Top Cat */

.topcat li, .cat-item a {
	font-weight: bold;
}

/* Featured Event */

#sidebar .feat-event {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 200px;
}

#sidebar .location {
	font-size: 1.8em;
}

#sidebar .date {
	font-size: 1.3em;
}

.mod-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	min-height: 236px;
	background-size: cover;
	opacity: .9;
	height: 100%;
}

/* Upcoming Events Widget */

#uc-events-container {
	width: 100%;
	height:270px;
	overflow: hidden;
	position: relative;
	padding-right: 30px;
}

.up {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAA2UlEQVRYhe3Sv0qCURzG8Y/gHbQ1ttqqczgWYuBeq1M0dQnRXURzXYHX4eroEORSg1FSDT5BQ0S+rxrE+cJv+b3Pn8N7DoVCoVCox3nmTxjiLTPcdvkAC9xnFtlthR5e8IAW9jHLrrfp8gPM8YTOl30nu3k0G6GNx5R0v/nexXM07XWXtyx/+Sv6P+iOo/m8nrWwh6nlaz/5hf402mm8tdjFBO84W8F3Ec8kGZXYwThBlxX8V/GOk7UyowRco1HB38BNMkZVDnCEWzSrmEMTdziskVEoFAr/nA9xQjA4CKQV2AAAAABJRU5ErkJggg==);
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999em;
}

.down {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAA4ElEQVRYhe3RO0pDYRCG4Yf0WtlZamspCJbGuADTet1BWhFdg0oacSVmCanTahkstPACChotnAMWKnpOTgSZF/5m5rsM/CRJkiRfs4pTNCpkNHCGlTLmHl5xUuGAbmSclzFPox8BRyX8x+HtY6rMATCDQQTt/cK3H55BZFRiFpcR2PmBvhPai/COhXkMMcLON7rd0AwxN67yggXc4Bnrn+zbsbsObS0s4R5PaH2Yr8XsLjS10sQjbrGIZTzErFl3ecGm97++iveCjUmVF2zHESNsTbq84BAHf1WeJEnyP3gDY3owVkJ8dVgAAAAASUVORK5CYII=);
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999em;
}

.uc-event {
	list-style: none;
	margin: 0;
	padding: 15px 0 !important;
	border-bottom: 1px solid #eee;
}

.uc-event li {
	float: left;
	margin: 0 10px;
	height: 58px;
	line-height: 58px;
}

.uc-event-img {
	width: 100px;
}

.uc-event-img img {
	width: 100%;
	height: auto;
}

.uc-event-title {
	display: none;
}

/* Quote Widget */

q {
	quotes: "“" "”" "‘" "’";
	font: 300 32px 'Raleway', sans-serif;
}

q p {
	margin: 0;
	padding: 0;
	display: inline;
}

blockquote:before, q:before {
	content: open-quote;
	font-size: 80px;
    	line-height: 0;
    	position: relative;
    	top: 40px;
	left: -12px;
}

blockquote:after, q:after {
    	content: close-quote;
	font-size: 80px;
    	line-height: 0;
    	position: relative;
    	top: 40px;
}

.module.col-12 {
	text-align: center;
	color: #fff;
	overflow: hidden;
	margin-top: 0;
}

.quote {
	padding: 100px 30px !important;
}

.quote h2 {
	text-transform: uppercase;
	font-weight: 700 !important;
}

.module.col-12 h2 {
	text-align: center;
	border: 0;
	font-weight: 300;
}

.module.col-12 h2 span {
	margin: 0 8px;
}

.module.col-12 .quote-wrapper {
	position: relative;
	z-index: 9;
}


/* Video Widget */

section .video {
	margin-bottom: 30px;
}

section .video ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

section .video li {
	padding-right: 30px;
}

section .video li.vid-thumb {
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}

section .video li img {
	width: 100%;
	height: auto;
}

section .video h2 {
	font-size: 1.2em;
}


/* Newsletter Widget */

.module.col-6 .nlimg {
	position: absolute;
	left: 0;
	top: 0;
}

.module.col-6 .nlimg img {
	width: 100%;
	height: auto;
}

.module.col-6 .nlcontent {
	padding-left: 170px;
	position: relative;
}

span.error {
	display: none;
}


/* Infinite Scroll */

#infinite-handle span {
	background: #eee !important;
	color: #757575 !important;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 14px !important;
	clear: both;
}

#infinite-handle {
	padding-right: 30px;
}

/* Video Gallery */

#featured-vid h2 {
	margin-top: 10px;
}

#videos {
	float: left;
	width: 72.5%;
}

#videos ul {
	margin: 0;
}

.videos {
	float: left;
	width: 50%;
	padding: 30px 30px 30px 0;
	font-size: .9em;
	height: 280px;
}

.videos img {
	width: 100%;
	max-width: none;
	height: auto;
	margin-bottom: 5px;
}

.videos h2 {
	font-size: 1.2em;
}

#featured-vid #sidebar {
	padding: 0;
	width: 25%;
}

#featured-vid iframe {
	width: 100%;
}

body.page-template-video-php #sidebar .pop-posts-img, .prod-filter .pop-posts-img {
	display: none;
}

body.page-template-video-php #sidebar .pop-posts, .prod-filter .pop-posts {
	padding-left: 0;
}


/* Products */

.prod-filter {
	position: absolute;
	top: 90px;
	left: 45px;
	width: 100%;
	max-width: 220px;
	padding-right: 30px;
}

.prod-filter h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
}

.prod-filter section {
	margin-bottom: 30px;
}

.has-sidebar {
	padding-left: 25% !important;
	max-width: 100% !important;
}

#prod-icons-map {
	position: absolute;
	right: 30px;
	top: 90px;
	text-align: right;
	font-size: .9em;
}

#prod-icons-map ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#prod-icons-map li {
	float: left;
	margin-left: 30px;
}

#content img.prod-icon {
	border: none !important;
	position: relative;
	top: -2px;
}

.archive .hh_ads {
	display: none;
}

.product {
	float: left;
	width: 25%;
	padding: 30px 30px 60px 0;
	font-size: .8em;
	height: 560px;
}

#drop-nav {
	display: none;
}

.prod-img {
	width: 140px;
	height: 236px;
}

.product h3 {
	font-size: 1.2em;
	min-height: 30px;
}

.prod-filter .current-menu-item a {
	font-weight: bold;
}

.prod-format {
	color: #999;
}

a.btn {
	background: #006699;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 8px 16px;
	font: 600 .9em 'Titillium Web', sans-serif;
	margin-top: 20px;
	display: inline-block;
	border: none;
	text-decoration: none !important;
}

.green {
	background:#a3ba47 !important;
}

.home a.btn, #sidebar a.btn {
	display: block;
}

input[type="submit"], a.more-link {
	background: #a3ba47;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 8px 16px;
	font: 600 .9em 'Titillium Web', sans-serif;
	margin-top: 20px;
	display: inline-block;
	border: none;
}

a.more-link {
	display: block;
	max-width: 200px;
}

.module.col-6.right input {
	width: 100%;
}

.nlcontent input[type="submit"] {
	margin-top: 5px;
}

#top input[type="submit"] {
	margin-top: 0;
	padding: 4px 16px;
	background: #a3ba47;
} 

#catalog-filter input[type="checkbox"], #format-filter input[type="checkbox"], #vidcat-filter input[type="checkbox"] {
	display: none;
}

#catalog-filter li.selected a, #format-filter li.selected a, #vidcat-filter li.selected a {
	font-weight: bold;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABSElEQVQ4ja1Ty04CQRDsg/AtApLgH3Bi3Jmpfmj2F/ZnTEASPfglPn4D9MZZwnJSEw9i9EAW12UxmNhJXXq6KqmabqJKDQbhCOARYFNAckByEZ2EYEMRaVfnN5WmaZOZL5l1xayfO7CKEeMsyxpbZEDvfyFWILdpmjY3AoBe709eQ0SuiIjIe99l1o/iAdAZgASQ+XdP5sx8AuisbEdE2hQjxmXlGKMnIhKRNiBzgJ/MrEVEFMJpKM+GYEOKUR/LTUAXzrkOEZGZtQqyc64D6OKnDZ0Qs75U/QGSe++7RUbe+y4geU2YzwTIa01IS1XtFQJJkhwz67JWoGqhTC5bUNVeVQSw6VaI3lvcFaL3FrdCdM51ytu37zcC8g6cHRIREbNe/H2R7HyziVmWNUT0bl8ywDf9fv/g/46p7pyZ5QHgtzVsuuucvwCroGl9jvGh2wAAAABJRU5ErkJggg==) 100% 50% no-repeat;
	padding-right: 20px;
}

}

.prod-filter-navigation {
	clear: both;
	width: 100%;
}

.prod-filter-mobile {
	display: none;
	position: fixed;
	left: -260px;
	top: 70px;
	z-index: 99;
	font-size: .9em;
}

.prod-filter-mobile h3 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	position: absolute;
	top: 60px;
	right: -30px;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.prod-filter-mobile #catalog-filter, .prod-filter-mobile #format-filter, .prod-filter-mobile #vidcat-filter {
	display: block;
	background: #006699;
	color: #fff;
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
	min-height: 150px;
	width: 300px;
}

.prod-filter-mobile #catalog-filter li, .prod-filter-mobile #format-filter li, .prod-filter-mobile #vidcat-filter li {
	padding: 5px 0;
}

.prod-filter-mobile a, .prod-filter-mobile a:hover {
	color: #fff;
}

.prod-filter-mobile #catalog-filter li.selected a, .prod-filter-mobile #format-filter li.selected a, .prod-filter-mobile #vidcat-filter li.selected a {
	color: #fff;
	font-weight: bold;
}

/* Events Template */

.event {
	position: relative;
	padding-left: 380px;
	min-height: 350px;
}

.hh-events-filter {
	text-align: right;
	background: url(../images/select.jpg) center right no-repeat;
	overflow:hidden;
	width: 183px;
	cursor: pointer;
	float: right;
	position: relative;
	top: -64px;
	right: 30px;
}

.hh-events-filter label {
	margin-right: 10px;
	display: none;
}

.hh-events-filter select  {
	background: none;
	color: #999;
	border: 1px solid #eee;
	padding: 5px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: none !important;
	-moz-border-radius: none !important;
	-webkit-border-radius: none !important;
	width: 200px;
}

.hh-events-filter option {
	background: none;
	color: #999;
	padding: 2px 5px;
}

.event-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 350px;
	height: 225px;
	overflow: hidden;
	color: #fff;
}

.event-img img {
	height: 225px;
	width: auto;
	max-width: none !important;
}

#content img {
	max-width: 100%;
	height: auto;
}

.event a.gs:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   	-webkit-filter: grayscale(100%);
   	-moz-filter: grayscale(100%);
   	-ms-filter: grayscale(100%);
   	filter: grayscale(100%);
   	filter: gray; /* IE 6-9 */
    	-webkit-transition: all 500ms ease-in-out;
    	-moz-transition: all 500ms ease-in-out;
    	-o-transition: all 500ms ease-in-out;
    	transition: all 500ms ease-in-out;
}

.event-info {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 9;
	background: rgba(0,0,0,0.3);
}

.event-info span {
	text-align: center;
	display: block;
	text-shadow: 0 1px 1px #2A3F42;
}

.date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.location {
	font-size: 1.5em;
}

.event-meta {
	color: #999;
	font-weight: bold;
}

.event-directions, .event-map {
	width: 50%;
	float: left;
}

.event-directions h3 {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}

.event-map .gmsc {
	width: 100% !important;
}

/* Quote Template */

body.page-template-quote-php #main, body.single-hh_quotes #main, body.page-template-yesterday-php #main, body.post-type-archive-hh_fractal_time_calc section, body.single-hh_fractal_time_calc section {
	position: relative;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover !important;
	height: 100%;
}

body.page-template-quote-php #footer, body.single-hh_quotes #footer, body.page-template-yesterday-php #footer {
	margin-top: 0;
}

body.page-template-quote-php #main .container, body.single-hh_quotes #main .container, body.page-template-yesterday-php #main .container {
	color: #fff;
	text-align: center;
}

body.page-template-quote-php h1, body.single-hh_quotes h1, body.page-template-yesterday-php h1 {
	border: none;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.vert-center {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	margin:auto;
	padding: 15px;
	max-width: 1200px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.8);
}

#quote-upsell {
	position: relative;
	width: 100%;
	background: rgba(0,0,0, 0.6);
	z-index: 9;
	font-size: 1.3em;
	min-height: 120px;
	margin-top: 80px;
}

#quote-upsell img {
	max-width: 140px;
	position: absolute;
	z-index: 10;
	top: -50px;
	left: 0;
  	-moz-box-shadow: 0px 3px 5px #000;
  	-webkit-box-shadow: 0px 3px 5px #000;
  	box-shadow: 0px 3px 5px #000;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
}

#quote-upsell ul {
	margin: 0 auto;
	max-width: 900px;
	padding: 30px;
	position: relative;
}

#quote-upsell li {
	float: left;
	padding: 0 30px;
	width: 75%;
	padding-left: 140px;
	text-align: center;
	color: #fff;
}

#quote-upsell li.buy {
	text-align: left;
	width: 25%;
	padding-left: 0;
}

#quote-upsell a, #quote-upsell a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}


#quote-upsell a.btn {
	margin-top: 0;
	font-size: 18px;
	padding: 10px 40px;
	color: #fff;
	text-shadow: none;
}

.prev-quote {
	position: absolute;
	left: 0;
	z-index: 11;
	line-height: 1;
	text-transform: uppercase;
	width: auto;
	text-align: left;
	bottom: 40px;
	padding: 15px 30px;
	background: rgba(0,0,0,0.6);
}

.next-quote {
	position: absolute;
	z-index: 11;
	right: 0;
	line-height: 1;
	text-transform: uppercase;
	width: auto;
	text-align: right;
	bottom: 40px;
	padding: 15px 30px;
	background: rgba(0,0,0,0.6);
}

a.prev {
	font-size: 1em;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
	display: block;
	text-decoration: none;
	color: #fff;
}

a.next {
	font-size: 1em;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
	display: block;
	text-decoration: none;
	color: #fff;
}

.ion-chevron-left:before {
	margin-right: 10px;
	font-size: 25px !important;
	position: relative;
	top: 3px;
}

.ion-chevron-right:before {
	margin-left: 10px;
	font-size: 25px !important;
	position: relative;
	top: 3px;
}

/* Mobile Menu */

.ubermenu li.facebook, .ubermenu li.connect, .ubermenu li.twitter, .ubermenu li.pinterest, .ubermenu li.instagram, .ubermenu li.youtube, .ubermenu li.soundcloud, .ubermenu li.hyl {
	display: none;
}

#click-menu {
	display: none !important;
	left: 15px;
}

#responsive-menu .responsive-menu .connect {
	background: #173b51;
	color: #5b7f95 !important;
	font-size: .9em;
	text-transform: uppercase;
	cursor: none;
}

#responsive-menu .responsive-menu .connect a, #responsive-menu .responsive-menu .connect a:hover {
	background: #173b51 !important;
	color: #5b7f95 !important;
	height: 10px !important;
	line-height: 10px !important;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

#responsive-menu #responsiveSearch {
	background: #092638;
}

#responsive-menu #responsiveSearch input {
	border-radius: 15px !important;
}

#responsive-menu .responsive-menu li {
	overflow: hidden;
}

#responsive-menu .responsive-menu li a {
	font-weight: 600 !important;
	text-transform: uppercase !important;
}

#responsive-menu .responsive-menu li:before {
	content: "";
	width: 30px;
	height: 30px;
	display:block;
	position: absolute;
	left: 0;
	margin: 6px 0 0 15px;
}

#responsive-menu .responsive-menu li.facebook:before {
	background: url(../images/sprite.png) 5px 0;
}

#responsive-menu .responsive-menu li.facebook a, #responsive-menu .responsive-menu li.twitter a, #responsive-menu .responsive-menu li.pinterest a, #responsive-menu .responsive-menu li.instagram a, #responsive-menu .responsive-menu li.soundcloud a, #responsive-menu .responsive-menu li.youtube a, #responsive-menu .responsive-menu li.hyl a {
	background: none !important;
	padding-left: 48px !important;
}

#responsive-menu .responsive-menu li.twitter:before {
	background: url(../images/sprite.png) -20px 0;
}

#responsive-menu .responsive-menu li.youtube:before {
	background: url(../images/sprite.png) -110px 0;
}

#responsive-menu .responsive-menu li.pinterest:before {
	background: url(../images/sprite.png) -50px 0;
}

#responsive-menu .responsive-menu li.instagram:before {
	background: url(../images/sprite.png) -80px 0;
}

/* Contact Form */

span.wpcf7-not-valid-tip {
	margin-left: 15px !important;
	display: inline !important;
}


/* Ubermenu */

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
	right: -18px !important;
}

.ubermenu-submenu {
	padding: 0 30px !important;
}

.ubermenu-submenu li {
	margin: 0 !important;
	height: auto !important;
	line-height: 2 !important;
	padding: 5px 0 !important;
	border: none !important;
}

.ubermenu-submenu .ubermenu-target-text {
	font-size: 16px;
	text-transform: none !important;
}

.ubermenu-current-menu-item a span {
	color: #a3ba47;
}

.mobile {
	display: none;
}

/* Fractal Time Calculator */

body.post-type-archive-hh_fractal_time_calc, body.single-hh_fractal_time_calc {
	background: #000;
}


body.post-type-archive-hh_fractal_time_calc #header, body.single-hh_fractal_time_calc #header, body.page-template-quote-php #header, body.page-template-yesterday-php #header {
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	position: relative;
	z-index: 99;
}

body.post-type-archive-hh_fractal_time_calc h2, body.single-hh_fractal_time_calc h1,body.post-type-archive-hh_fractal_time_calc h1, body.single-hh_fractal_time_calc h2 {
	text-align: center;
	color: #fff;
}

body.post-type-archive-hh_fractal_time_calc .container, body.single-hh_fractal_time_calc .container {
	color: #fff;
}

.menu-fractal-time-calculator-nav-container {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 9;
	margin: 0 auto;
	text-align: center;
}

.menu-fractal-time-calculator-nav-container .menu {
	text-align: center;
	display: inline-block;
	width: 100%;
	max-width: 1200px;
}

.menu-fractal-time-calculator-nav-container .menu li {
	float: left;
	width: 25%;
}

.menu-fractal-time-calculator-nav-container .menu li a {
	color: #aebbca;
	font: 600 1em 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 56px;
	max-width: 293px;
	width: 100%;
	display: block;
	background: url(../images/fractal-calc-nav_bg.png) 0 0 / 200% 100% no-repeat;
	line-height: 56px;
/*
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
*/
}

.menu-fractal-time-calculator-nav-container .menu li a:hover {
	color: #fff;
	background: url(../images/fractal-calc-nav_bg.png) 100% 0 / 200% 100% no-repeat;
}

.menu-fractal-time-calculator-nav-container .menu li.current-menu-item a {
	color: #fff;
	background: url(../images/fractal-calc-nav_bg.png) 100% 0 / 200% 100% no-repeat;
}

#calc {
	width: 597px;
	background: url(../images/calc_bg.png) no-repeat;
	margin: 30px auto;
	text-align: center;
	padding: 30px 110px;
	background-size: 100% 100%;
}

#calc input[type="text"], body.single-hh_fractal_time_calc .module.col-12 input[type="email"] {
	background: transparent;
	border: 2px solid #aebbca;
	color: #aebbca;
	padding: 2px 4px;
}

.form-container {
	height: 40px;
	display: inline-flex;
}

#calc .month {
	overflow: hidden;
	width: 270px;
	display: inline-block;
	border: 2px solid #aebbca;
	margin-right: 8px;
}

#calc select {
	background: transparent;
	border: none;
	color: #aebbca;
	padding: 6px;
	width: 290px;
}


#calc input[type="submit"] {
	display: block;
	width: 100%;
}

#calc #seedage {
	width: 380px;
}

#calc h1 {
	margin-top: 30px;
}

#ftc-share {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 360px;
}

#ftc-footer {
	background: #fff;
	color: #000;
}

#ftc-footer q {
	font-size: 1.2em;
}

#ftc-footer h2 {
	color: #000;
	margin-top: 30px;
}

#ftc-footer h3 {
	margin-bottom: 15px;
}

#ftc-footer .left {
	float: left; width: 40%; text-align: center;color: #000;
}

#ftc-footer .right {
	float: right; width: 60%;color: #000; text-align: center; margin-top: 80px;
}

body.post-type-archive-hh_fractal_time_calc #content section {
	border-bottom: 3px solid #fff;
	border-top: none;
}

body.post-type-archive-hh_fractal_time_calc #ftc-txt, body.single-hh_fractal_time_calc #ftc-txt {
	font-size: .9em;
}

body.single-hh_fractal_time_calc #content section, body.single-hh_fractal_time_calc .module.col-12 {
	background: none;
	border: none;
}

.ftc-footernav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	text-align:center;
	background: #006699;
	color: #fff;
	text-transform: uppercase;
	font: 700 1em 'Raleway', sans-serif;
	z-index: 9;
	box-shadow: 0 5px 10px 10px rgba(0,0,0,0.5);
	letter-spacing: 1px;
}

#ftc-headernav {
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	padding: 15px 10px;
	text-align:center;
	background: #006699;
	color: #fff;
	text-transform: uppercase;
	font: 700 .8em 'Raleway', sans-serif;
	z-index: 9;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.ftc-footernav a {
	color: #fff;
	width: 40px;
}

.ftc-footernav .ftc-prev {
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 25px;
}

.ftc-footernav .ftc-next {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 25px;
}


/* AUTHOR BIO WIDGET */

.authorwidget-container {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

#sidebar .authorwidget-container {
	position: relative;
}

.authorwidget {
	position: relative; z-index:9; color: #ececec; width: auto; line-height: 1.3;font-size: .9em ; margin:0px 0px 0px 100px;padding:15px;background:rgba(7,46,69,0.5);
}

.authorwidget h2 {
	margin:0; padding: 0;color: #fff;border: none;font: 600 1.3em 'Raleway',sans-serif !important;text-transform:uppercase;
}

.authorwidget-bg {
	background-position: -70px -10px !important; background-size: 110% auto !important;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.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;
}

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

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

@media screen and (min-width: 1256px) {
	.container {
		max-width: 1200px;
	}
	
	#header .ubermenu li {
		font-size: 120%;
		padding: 0 36px;
	}
	.subpost.col-6 {
		float: left;
		width: 50%;
	}
	.pop-posts {
		position: relative;
		padding: 0 0 15px 120px;
		display: block;
	}
	.pop-posts-img {
		width: 100px;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
	}
	.uc-event-img {
		display: block;
	}
	.module.col-6.right input {
		width: auto;
	}
	.logo a {
		width: 642px;
	}
	.module.slider {
		padding: 0;
		max-width: 743px;
		width: 100%;
		height: auto;
	}
	.module.col-6.left {
		width: 100%;
		max-width: 400px;
		margin: 30px 0 0;
		height: 230px;
	}
	.module.col-6.right {
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 30px 0 0;
		height: 230px;
	}
	.module.col-6.left {
		padding: 0;
	}
	.module.col-6.right {
		padding: 30px;
	}
	.authorwidget {
		max-width: 250px; line-height: 1.6;font-size: .9em ; margin:20px 20px 20px 130px;padding:15px;
	}
	.authorwidget h2 {
		font-size: 1.3em;
	}
	.authorwidget-bg {
		background-position: -90px -10px !important; background-size: 110% auto !important;
	}
	.feat-prod a.green.btn {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	#footer .col-3 {
		width: 33.3%;
		padding: 30px 15px;
	}
	.footer-logo {
		display: none;
	}
	.header-search {
		display: none;
	}
	.logo a {
		margin: 0 auto;
	}
	#content {
		padding: 15px;
	}
	.prod-filter {
		position: static;
		max-width: none;
		margin-top: 15px;
		background: #fff;
		padding: 15px;
		clear:both;
	}
	#featured-vid {
		margin-top: 30px;
	}
	.product {
		width: 25%;
	}
	section .video.col-6 {
		float: none;
		width: 100%;
	}
	#videos, #featured-vid #sidebar {
		width: 50%;
	}
	.module.col-6 .nlcontent {
		padding-left: 0;
	}
	.module.col-6 .nlimg {
		float: left;
		position: static;
		margin: 0 10px 5px 0;
	}
	.module {
		padding: 20px;
	}
	.feat-prod {
		padding-left: 100px;
		min-height: 0;
	}
	.feat-prod-img {
		width: auto;
	}
	.feat-prod-title a, .feat-prod-title {
		font-size: 1em !important;
	}
	.feat-prod-img img {
		max-height: 120px;
	}
	body.page-template-quote-php #main, body.single-hh_quotes #main, body.page-template-yesterday-php #main {
		min-height: 0;
	}
	body.page-template-quote-php #main .container, body.single-hh_quotes #main .container, body.page-template-yesterday-php #main .container {
		padding-top: 0;
	}
	#quote-upsell {
		position: relative;
		padding: 15px;
	}
	#quote-upsell li {
		float: none;
		padding: 15px 0;
		width: 100%;
	}
	#quote-upsell img {
		position: static;
	}
	#quote-upsell ul {
		padding: 0;
	}
	.prev-quote, .next-quote {
		position: static;
		max-width: none;
	}
	#quote-upsell li.buy {
		width: 100%;
	}
	.next-quote {
		text-align: right;
		margin-top: 30px;
	}
	.prev-quote {
		text-align: left;
		margin-top: 30px;
	}
	#quote-upsell li.buy {
		text-align: center;
	}
	#top {
		display: none;
	}
	.event {
		padding-left: 0;
	}
	.event-img {
		position: relative;
		max-width: none;
		height: 260px;
	}
	.event-meta {
		margin-top: 15px;
	}
	.event-directions, .event-map {
		float: none;
		width: 100%;
	}
	section .video li {
		padding-right: 0;
	}
	#footer .container {
		padding: 0;
	}
	#footer {
		font-size: .9em;
	}
	#menu-footer-keep-in-touch li:before {
		background: none !important;
	}
	#menu-footer-keep-in-touch li {
		padding-left: 0;
	}
	#click-menu.hh-click-menu {
		display: block !important;
		width: 40px;
		top: 0px;
	}
	#header {
		position: static;
	}
	#pushWrapper {
		padding-top: 0;
		/*padding-top: 110px;*/
	}
	.uc-event li {
		font-size: .9em;
		height: auto;
		line-height: 1.3;
	}
	.uc-event {
		height: 89px;
	}
	body.page-template-quote-php #main, body.single-hh_quotes #main, body.page-template-yesterday-php #main {
		padding: 30px 0;
	}
	input, textarea, select {
		width: 100%;
	}
	input[type="checkbox"] {
		width: inherit;
	}
	.feat-event li {
		float: none;
		width: 100%;
		font-size: 1.5em;
	}
	.feat-event-location, .feat-event-date {
		padding: 0 20px;
		text-align: center;
	}
	.feat-event-date {
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1px;
		font-size: 1.2em !important;
	}
	.has-sidebar {
		padding-left: 15px !important;
	}
	#drop-nav {
		display: block;
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr {
		border: 1px solid #ccc;
	}
	
	table td {
		padding: 6px 6px 6px 50%;
		min-height: 60px;
	}
	
	td {
	/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}
	
	td:before {
	/* Now like a table header */
		position: absolute;
	/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	
	/* Label the data */
	#translations td:nth-of-type(1):before {
		content: "Language";
	}
	
	#translations td:nth-of-type(2):before {
		content: "Publisher";
	}
	
	#translations td:nth-of-type(3):before {
		content: "Published Date";
	}
	
	#translations td:nth-of-type(4):before {
		content: "Publisher Info";
	}
	
	#translations td:nth-of-type(5):before {
		content: "Website";
	}
	.slider {
		display: none;
	}
	.mobile {
		display: block;
	}
	.module.col-12.message {
		padding: 10px 15px;
	}
	#header .container {
		padding: 0 15px;
	}
	.container {
		padding: 0;
	}
	.module.slider {
		height: 415px;
		margin: 15px 0;
		max-width: none;
		width: 60%;
	}
	.module.col-6.left, .module.col-6.right {
		height: 200px;
		max-width: none;
		width: 37.5%;
		margin: 15px 0 0;
	}
	.hh-events-filter {
		text-align: left;
	}
	.menu-fractal-time-calculator-nav-container .menu {
		max-width: 95%;
	}
	#calc #seedage {
		width: 380px;
	}
	#calc #year {
		width: auto;
	}
	.authorwidget {
		line-height: 1.2;font-size: .8em; margin:0 0 0 80px;padding:8px;height: 200px; min-height: auto;
	}
	.authorwidget-bg {
		background-position: -70px -10px !important;
		background-size: 130% auto !important;
	}
	.authorwidget h2 {
		font-size: .9em;
	}
	.hh_press, .hh_events, .hh_products, .hh_video, .post {
		padding-right: 0;
	}
	.authorwidget-container .mod-bg {
		min-height: 0;
	}
	.authorwidget-container {
		height: 200px;
	}
	#sidebar .event-img img {
		height: 100%;
		width: auto;
	}
	.pop-posts {
		min-height: 0;
	}
	#sidebar .authorwidget-bg {
		background-position: 0px -10px !important; background-size: 100% auto !important; position: static !important; height: 120px !important; min-height: auto !important;
	}
	#sidebar .authorwidget {
		margin: 0;
		height: auto;
		font-size: 1em;
	}
	#sidebar .authorwidget-container {
		height: auto;
	}
	#content img {
		height: auto;
		width: 100%;
	}
	#ftc-footer {
		padding: 30px !important;
	}
	#ftc-footer .left img {
		width: auto !important;
	}
	.product img, .prod-icon {
		width: auto !important;
	}
}

@media screen and (max-width: 568px) {
	.logo {
		margin: 0;
	}
	.logo a {
		background-size: 250%;
		width: 180px;
		background-position: 0 13px;
	}
	#footer .col-3 {
		float: none;
		width: 100%;
		padding: 30px 0 15px;
	}
	.footer-logo {
		display: none;
	}
	#sidebar, #content, .module.col-6.right {
		float: none;
		margin: 15px 0;
		max-width: none;
		width: auto;
		padding: 15px;
	}
	.module.col-6.left {
		float: none;
		margin: 15px 0;
		max-width: none;
		width: auto;
		padding: 0;
	}
	#top {
		display: none;
	}
	#footer {
		margin-top: 0;
	}
	.prod-filter-mobile {
		display: block;
	}
	.product {
		width: 50%;
		height: 500px !important;
	}
	#menufication-outer-wrap.menufication-transition-in #menufication-scroll-container {
		z-index: 100 !important;
	}
	.module.col-6 .nlcontent {
		padding-left: 0;
	}
	.module.col-6 .nlimg {
		position: static;
	}
	.module.col-6 .nlcontent input {
		display: block;
		width: 100%;
		margin: 4px;
	}
	#content iframe, #content div {
		max-width: 100%;
		height: auto;
	}
	#content img {
		height: auto;
		width: 100%;
	}
	.event-info {
		top: 30px;
	}
	#videos, #featured-vid, #featured-vid #sidebar {
		float: none;
		width: 100%;
	}

	#videos {
		margin-bottom: 30px;
	}
	.videos {
		width: 100%;
		float: none;
		padding-right: 0;
		height: auto;
	}
	.event-map {
		margin-top: 30px;
	}
	.event-img {
		height: 190px !important;
	}
	#footer .container {
		padding: 0 15px;
	}
	#footer {
		font-size: 1em;
	}
	#menu-footer-keep-in-touch li {
		padding-left: 35px;
	}
	#menu-footer-keep-in-touch li.facebook:before {
		background: url(../images/sprite.png) 5px 0 !important;
	}

	#menu-footer-keep-in-touch li.twitter:before {
		background: url(../images/sprite.png) -20px 0 !important;
	}

	#menu-footer-keep-in-touch li.youtube:before {
		background: url(../images/sprite.png) -110px 0 !important;
	}

	#menu-footer-keep-in-touch li.pinterest:before {
		background: url(../images/sprite.png) -50px 0 !important;
	}

	#menu-footer-keep-in-touch li.instagram:before {
		background: url(../images/sprite.png) -80px 0 !important;
	}
	.module.col-6.left, .module.col-6.right {
		height: auto;
	}
	.event-map div {
		max-width: none !important;
	}
	#responsive-menu .responsive-menu li:before {
		margin-left: 0;
	}
	#responsive-menu .responsive-menu li.facebook a, #responsive-menu .responsive-menu li.twitter a, #responsive-menu .responsive-menu li.pinterest a, #responsive-menu .responsive-menu li.instagram a, #responsive-menu .responsive-menu li.soundcloud a, #responsive-menu .responsive-menu li.youtube a, #responsive-menu .responsive-menu li.hyl a {
		padding-left: 33px !important;
		font-size: .9em;
	}
	#pushWrapper {
		/*padding-top: 60px;*/
	}
	.uc-event li {
		float: none;
		margin: 0;
		height: auto;
		line-height: 1.3;
		font-size: 1.3em;
	}
	.uc-event {
		height: 115px;
	}
	#uc-events-container {
		height: 345px !important;
	}
	.module.col-4 {
		width: 100%;
		float: none;
	}
	#footer-widgets {
		margin-bottom: 30px;
	}
	.collapseomatic {
		padding: 0 0 16px !important;
		background-position: center bottom !important;
		display: block !important;
	}
	.module.slider {
		max-width: none;
		float: none;
		width: 100%;
		margin: 15px 0;
	}
	#content {
		border: none;
		font-size: 1em;
	}
	#sidebar {
		padding: 0;
	}
	.home #content section, #sidebar section {
		padding: 15px;
	}
	a.more-link {
		max-width: none;
	}
	#click-menu.hh-click-menu {
		top: 10px;
	}
	body.post-type-archive-hh_fractal_time_calc #header section, body.single-hh_fractal_time_calc #header section, body.page-template-quote-php #header section, body.single-hh_quotes #header section  {
		padding: 0 0 15px 0;
	}
	.menu-fractal-time-calculator-nav-container {
		display: none;
	}
	.ftc-footernav, #ftc-headernav {
		display: block;
	}
	.vert-center {
		position: static;
		margin-top: 20px;
	}
	#ftc-footer {
		display: none;
	}
	body.post-type-archive-hh_fractal_time_calc #footer, body.single-hh_fractal_time_calc #footer {
		display: none;
	}
	#calc {
		padding: 20px 40px;
		width: 100%;
	}
	#calc input[type="submit"] {
		margin-top: 5px;
	}
	#calc .month {
		margin-bottom: 15px;
	}
	#calc select {
		width: 240px;
	}
	#calc input[type="text"], #calc #year, #calc #seedage {
		width: 100%;
	}
	#calc h1 {
		margin:0;
	}
	#prod-icons-map {
		display: none;
	}
	#infinite-handle {
		padding-right: 0;
	}
	.authorwidget-bg {
		background-position: 0px -10px !important; background-size: 100% auto !important; position: static !important; height: 120px !important; min-height: auto !important;
	}
	.authorwidget {
		margin: 0;
		height: auto;
	}
	.authorwidget-container {
		height: auto;
	}
}

@media screen and (max-width: 320px) {
	.product {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
		padding-left: 160px;
		position: relative;
		height: auto !important;
	}
	.prod-img {
		position: absolute;
		top: 30px;
		left: 0;
	}
	.product h3 {
		margin-top: 0;
	}
	.product, .prod-img, .product h3 {
		height: auto;
	}
	a.btn {
		display: block;
	}
	#content img, #content iframe, #content div {
		max-width: 100%;
		height: auto;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 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 */
    }

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