/*
Theme Name: Mirasee 2015
Author: Masahiko Sunami for Live Your Message
Author URI: http://www.liveyourmessage.com/
Description: Custom Theme for Mirasee
Version: 1.0
License: Commercial
Tags: one-column, two-columns, right-sidebar, editor-style, featured-images, full-width-template, theme-options, responsive layout, translation-ready, child theme ready
Text Domain: bbm
*/

/*******************************************************************************************
  *
  * mobile-first responsive fluid layout:
  * 320 - 600: single column
  * 601 - 1023: no sidebar - up to 3 columns
  * 1024 - 1400: full size
  *
  *
  * Style Sheet TOC
  *
  *  0. fonts
  *  1. basics
  *		1a. basic layout elements
  *		1b. layout adjustment classes
  *		1c. input and form styles
  *		1d. misc. typography elements
  *		1e. testimonials
  *		1f. misc. repeatable elements
  *  2. wordpress elements
  *		2a. article header styles
  *		2a. article excerpt styles
  *		2c. single post styles
  *		2d. social buttons
  *		2e. comments
  *		2f. misc. article content styles
  *		2g. default widgets
  *		2h. custom widgets
  *  3. overall layout
  *		3a. header
  *     3b. mobile menu
  *     3c. footer
  *		3d. main content section
  *		3e. page banner / opt-in areas
  *		3f. sales page
  *		3g. modal
  *     3h. misc. 
  *	 4. media queries
  *  5. cross browser fixes
  *
  *
********************************************************************************************/

/*******************************************************************************************
  *
  * 0. fonts
  *
  *
********************************************************************************************/

/*
	loaded from Google Fonts:
	font-family: 'Merriweather', Georgia, serif;
	font-family: 'Noto Serif', 'Merriweather', Georgia, serif;
	font-family: 'Open Sans', Verdana, sans-serif;
*/

@font-face {
    font-family: 'automobile';
    src: url('fonts/automobi-webfont.eot');
    src: url('fonts/automobi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/automobi-webfont.woff2') format('woff2'),
         url('fonts/automobi-webfont.woff') format('woff'),
         url('fonts/automobi-webfont.ttf') format('truetype'),
         url('fonts/automobi-webfont.svg#automobileregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cursive {
	font-family: 'automobile', "Brush Script MT", cursive;
	font-weight: normal !important;
	font-style: normal !important;
	margin-top: 15px;
	margin-top: 1.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sans,
.sans h1, .sans h2, .sans h3, .sans h4, .sans h5, .sans h6 {
	font-family: 'Open Sans', Verdana, sans-serif;
}

/*******************************************************************************************
  *
  * 1. Basics
  *
  * 1a. basic layout elements
  *
********************************************************************************************/
html,
body {
	width: 100%;
	height: 100%;
}
body {
	/*background: #f6f6f6;*/
	text-shadow: 0 1px rgba(255,255,255,0.2); /* make it pop a little */
}
#wrapper {
	width: 100%;
	min-width: 320px;
	padding: 0;
	margin: 0 auto;
	overflow-x: hidden;
}

/* horizontal content block */
.content-block {
	width: 100%;
	padding: 35px 0 25px;
	margin: 0;
}

/* content block bg colors and patterns */
.content-block.bg-image {
	background-size: cover;
	background-position: center top;
}
.content-block.bg-image.bg-fixed {
	background-attachment: fixed;
}
.content-block.bg-bottom {
	background-position: center bottom;
}
.content-block.bg-white {
	background: #fff;
}
.content-block.bg-gray-1 {
	background: #f0f0f0 url("images/bg-pattern-gray1.png") center top repeat;
	background-size: 35px 35px;
}
.content-block.bg-gray-2 {
	background: #f0f0f0 url("images/bg-pattern-gray2.png") center top repeat;
}
.content-block.bg-dark-sky {
	background: #05478c url("images/bg-dark-sky.jpg") center bottom no-repeat;
	background-size: cover;
}
.content-block.bg-clouds {
	background: #f0f0f0 url("images/bg-clouds.jpg") center top no-repeat;
	background-size: cover;
}
.content-block.bg-blue-mountain {
	background: #05478c url("images/bg-blue-mountain.jpg") center center no-repeat;
	background-size: cover;
}

/* content block chevron */
.content-block.bg-chevron:before {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: solid 6.3vw transparent;
	border-left: solid 50vw #ffffff;
	border-right: solid 50vw #ffffff;
	z-index: 1;
}
.content-block.bg-chevron .container,
.content-block.bg-chevron #content-sidebar {
	z-index: 500;
}


/* bounding container */
.container,
.column-container {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1260px;
}
.container .container {
	margin-left: -15px;
	margin-right: -15px;
}
/* make column-container inside to undo container padding - modern browsers only */
.container .column-container {
	width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -webkit-calc(-15px);
    margin-left: calc(-15px);
}

.column {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 30px;
}
.column-container.box .column {
	border: solid 1px #d2d2d2;
	padding: 20px 20px 5px;
}

/* .narrow-container goes inside .container - used for single blog post */
.narrow-container {
	max-width: 630px;
	margin: 0 auto;
}
@media (min-width:480px) {
	.container,
	.column-container {
		padding: 0 20px;
	}
	.container .container {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container .column-container {
		width: -webkit-calc(100% + 40px);
	    width: calc(100% + 40px);
	    margin-left: -webkit-calc(-20px);
	    margin-left: calc(-20px);
	}
}
@media ( max-width:759px ) {
	.column img {
		max-height: 40vh;
		width: auto;
	}
}
@media (min-width:760px) {
	.content-block {
		padding: 50px 0 40px;
	}
	.content-block.full-height {
		min-height: 100vh;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.scrolled #main-header.sticky + #main-container .content-block.full-height {
		min-height: calc(100vh - 50px);
	}
	.content-block:last-child {
		padding-bottom: 100px;
	}
	.sales-page-container .content-block:last-child {
		padding-bottom: 40px;
	}
	.container {
		padding: 0 25px;
	}
	.column-container {
		display: table;
		border-collapse: separate;
		border-spacing: 25px 0;
		table-layout: fixed;
		padding: 0;
		margin: 0 auto 30px;
		margin: 0 auto 3rem;
	}
	.container .container {
		margin-left: -25px;
		margin-right: -25px;
	}
	.container .column-container {
		width: -webkit-calc(100% + 50px);
	    width: calc(100% + 50px);
	    margin-left: -webkit-calc(-25px);
	    margin-left: calc(-25px);
	}
	.column {
		display: table-cell;
		vertical-align: top;
		padding: 0;
		max-width: none;
	}
	.column-container.align-middle .column {
		vertical-align: middle;
	}
	.column-container.align-bottom .column {
		vertical-align: bottom;
	}
	.col2 > .column {
		width: 50%;
	}
	.col3 > .column {
		width: 33.33%;
	}
	.col4 > .column {
		width: 25%;
	}
	/* span class to make wide columns */
	.col3.span12 > .col3-2,
	.col3.span23 > .col3-2,
	.col4.span12 > .col4-2,
	.col4.span23 > .col4-3,
	.col4.span34 > .col4-4,
	.col4.span123 > .col4-2,
	.col4.span123 > .col4-3,
	.col4.span234 > .col4-2,
	.col4.span234 > .col4-3 {
		display: none;
	}
	.col3.span12 > .col3-1,
	.col3.span23 > .col3-3 {
		width: 66.66%;
	}
	.col4.span12 > .col4-1,
	.col4.span23 > .col4-2,
	.col4.span34 > .col4-4 {
		width: 50%;
	}
	.col4.span123 > .col4-1,
	.col4.span234 > .col4-4 {
		width: 75%;
	}
	
	
	.column-container.border {
		border-collapse: collapse;
		border-spacing: 0 0;
	}
	.column-container.border .column {
		padding: 15px 25px 0;
		border-left: solid 1px #d2d2d2;
		border-color: #d2d2d2;
	}
	.column-container.border .column:first-child {
		border-left: none;
	}
	
	/* button inside column */
	.content .column .button-container {
		position: static;
	}
	/* this is a placeholder
	 * assuming single line of text... */
	.content .column .button-container:before {
		content: "";
		display: block;
		position: static;
		width: 100%;
		height: 75px;
		height: 7.5rem;
	}
	/* button itself covers whole column */
	.content .column .button-container .button {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
	}
	/* adjust for column padding */
	.column-container.border .column .button-container .button {
		padding: 0 25px;
	}
	.column-container.box .column .button-container .button {
		padding: 0 20px 5px;
	}
	/* this makes it line up the span at the bottom */
	.content .container > .column-container > .column .button-container .button:before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: bottom;
	}
	
	/* undo for opt-in inside content */
	.content .opt-in .column .button-container,
	.content .opt-in .column .button-container .button {
		position: relative;
	}
	
	/* limit image size class */
	.image80 .column img {
		max-width: 80%;
	}
}
@media (min-width:760px) and (max-width:1023px) {
	.column-container.col4 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.column-container.col4 > .column {
		display: block;
		width: 50%;
		margin: 0;
		padding: 15px 25px 5px;
	}
	.column-container.col4.border > .column {
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.column-container.col4.border > .col4-3,
	.column-container.col4.border > .col4-4 {
		border-bottom: none;
		padding-top: 25px;
	}
	.column-container.col4.box {
		padding: 0 25px;
	}
	.column-container.col4.box > .column {
		border-top-style: none;
		border-left-style: none;
	}
	.column-container.col4.box > .col4-1,
	.column-container.col4.box > .col4-2 {
		border-top-style: solid;
	}
	.column-container.col4.box > .col4-1,
	.column-container.col4.box > .col4-3 {
		border-left-style: solid;
	}
	/* adjust padding for button inside column */
	.column-container.col4 > .column .button-container .button {
		padding: 0 25px 5px;
	}
	/* make button size smaller for 3 column */
	.col3 a.button > span {
		max-width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}

}

@media (min-width: 760px) {
.content .column .button-container .button:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}
}

@media (min-width:1024px) and (max-width:1200px) {
	/* make button size smaller for 4 column */
	.col4 .column .button > span,
	.col4 .column .button > span {
		min-width: 90%;
	}
}
@media (min-width:1024px) {
	.content-block {
		padding: 60px 0 50px;
	}
	.scrolled #main-header.sticky + #main-container .content-block.full-height {
		min-height: calc(100vh - 60px);
	}
	.container {
		padding: 0 30px;
	}
	.column-container {
		border-spacing: 30px 0;
	}
	.container .container {
		margin-left: -30px;
		margin-right: -30px;
	}
	.container .column-container {
		width: -webkit-calc(100% + 60px);
	    width: calc(100% + 60px);
	    margin-left: -webkit-calc(-30px);
	    margin-left: calc(-30px);
	}
	.column-container.narrow-column {
		border-spacing: 60px 0;
		max-width: 1200px;
		margin: 0 auto 50px !important;
	}
	.col2-1,
	.col3-1 {
		padding-right: 6px;
	}
	.col3-2 {
		padding-left: 3px;
		padding-right: 3px;
	}
	.col2-2,
	.col3-3 {
		padding-left: 6px;
	}
	.column-container.border .column {
		padding: 15px 30px 0
	}
	/* adjust padding for button inside column */
	.content .column-container.border .column .button-container .button {
		padding: 0 30px;
	}
	/* narrow-container */
	.narrow-container {
		max-width: none;
		width: 65.34%;
	}
	.narrow-container.scoot-right {
		margin-right: 3%;
	}
	.narrow-container.scoot-left {
		margin-left: 3%;
	}
	.page-shadow:before,
	.page-shadow:after {
		content: "";
		display: block;
		position: absolute;
		width: 30px;
		height: 100%;
		top: 0;
	}
	.page-shadow:before {
		left: 10%;
		background: -webkit-linear-gradient(right, rgba(0,0,0,0.1) 5px, rgba(0,0,0,0) 100%);
		background: linear-gradient(to left, rgba(0,0,0,0.1) 5px, rgba(0,0,0,0) 100%);
	}
	.page-shadow:after {
		right: 10%;
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 5px, rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0.1) 5px, rgba(0,0,0,0) 100%);
	}
	
}
@media ( min-width:1200px ) {
	.content-block {
		padding-top: 80px;
		padding-bottom: 60px;
	}
}
@media ( min-width:1280px ) {
	.container {
		padding: 0 40px;
		max-width: 1480px;
	}
	.column-container {
		border-spacing: 40px 0;
		max-width: 1480px;
	}
	.container .container {
		margin-left: -40px;
		margin-right: -40px;
	}
	.container .column-container {
		width: -webkit-calc(100% + 80px);
	    width: calc(100% + 80px);
	    margin-left: -webkit-calc(-40px);
	    margin-left: calc(-40px);
	}
}
@media ( min-width:1480px ) {
	.page-shadow:before {
		left: 50%;
		margin-left: -592px;
	}
	.page-shadow:after {
		right: 50%;
		margin-right: -592px;
	}
}

/* 
 * background image block and half contents
 * half-content: not really half the width, but with full background image
 * half-image: content is 50% wide, image on the other side.
 *
 */
.content-block > .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.content-block.bg-bottom > .bg {
	background-position: center bottom;
}
.content-block.bg-fixed > .bg {
	background-attachment: fixed;
}
/* .text.container does the padding - make sure to match .content-block setting */
.content-block.half-content,
.content-block.half-image {
	padding: 0;
}
.content-block.half-content > .text.container,
.content-block.half-image > .text.container {
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 25px;
}
.content-block.big-pad.half-content > .text.container,
.content-block.big-pad.half-image > .text.container {
	padding-top: 50px;
	padding-bottom: 40px;
}

/* for .half-content, bg image is a 150px strip on top */
.content-block.half-content > .bg,
.content-block.half-image > .bg {
	position: relative;
	min-height: 150px;
	background-size: auto 200%;
}
.content-block.half-content.content-left > .bg {
	background-position: center right;
}
.content-block.half-content.content-right > .bg {
	background-position: center left;
}
.content-block.half-image > .bg {
	background-size: cover;
	height: 50vh;
	min-height: 200px;
}
@media ( max-width:499px ) {
	.content-block.half-image.bg-no-mobile > .bg {
		display: none;
	}
}
@media ( min-width:500px ) {
	.content-block.half-content > .bg {
		position: absolute;
		height: 100%;
		background-size: cover;
	}
	.content-block.half-content:after,
	.content-block.half-image:after {
		content: "";
		display: block;
		clear: both;
	}
	.content-block.half-content.content-left > .bg,
	.content-block.half-content.content-right > .bg  {
		background-position: center top;
	}
	.content-block.bg-bottom.half-content.content-left > .bg,
	.content-block.bg-bottom.half-content.content-right > .bg {
		background-position: center bottom;
	}
	.content-block.half-content > .text.container {
		background: rgba(255,255,255,0.5);
	}
	.content-block.half-content.content-left > .text.container {
		width: 70%;
		margin-left: 0;
		background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0, rgba(255,255,255,0.7) 100px);
		background: linear-gradient(to left, rgba(255,255,255,0) 0, rgba(255,255,255,0.7) 100px);
	}
	.content-block.half-content.content-right > .text.container {
		padding-left: 35%;
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 35%, rgba(255,255,255,0.7) 55%);
		background: linear-gradient(to right, rgba(255,255,255,0) 35%, rgba(255,255,255,0.7) 55%);
	}
	.content-block.half-content.content-left > .bg {
		width: 175%;
		margin-left: -75%;
	}
	.content-block.half-content.content-right > .bg {
		width: 175%;
		margin-right: -75%;
	}
	
	.content-block.half-image > .text.container {
		width: 380px;
	}
	.content-block.half-image.content-left > .text.container {
		margin: 0 auto 0 0;
	}
	.content-block.half-image.content-right > .text.container {
		margin: 0 0 0 auto;
	}
	.content-block.half-image > .bg {
		width: 380px;
		height: 100%;
		position: absolute;
		top: 0;
	}
	.content-block.half-image.content-left > .bg {
		left: 380px;
		background-position: left center;
	}
	.content-block.half-image.content-right > .bg {
		left: auto;
		right: 380px;
		background-position: right center;
	}
	.content-block.half-image.bg-contain > .bg {
		background-size: contain;
	}
	.content-block.half-image.content-left.bg-top > .bg {
		background-position: left top;
	}
	.content-block.half-image.content-right.bg-top > .bg {
		background-position: right top;
	}
	.content-block.half-image.content-left.bg-bottom > .bg {
		background-position: left bottom;
	}
	.content-block.half-image.content-right.bg-bottom > .bg {
		background-position: right bottom;
	}
}
@media ( min-width:600px ) {
	.content-block.half-content.content-left > .bg {
		width: 150%;
		margin-left: -50%;
	}
	.content-block.half-content.content-right > .bg {
		width: 150%;
		margin-right: -50%;
	}
}
@media ( min-width:700px ) {
	.content-block.half-content.content-left > .text.container {
		width: 65%;
	}
	.content-block.half-content.content-right > .text.container {
		padding-left: 40%;
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 40%, rgba(255,255,255,0.7) 55%);
		background: linear-gradient(to right, rgba(255,255,255,0) 40%, rgba(255,255,255,0.7) 55%);
	}
	.content-block.half-content.content-left > .bg {
		width: 125%;
		margin-left: -25%;
	}
	.content-block.half-content.content-right > .bg {
		width: 125%;
		margin-right: -25%;
	}
}
@media ( min-width: 760px ) {
	.content-block.half-content > .text.container,
	.content-block.half-image > .text.container {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.content-block.big-pad.half-content > .text.container,
	.content-block.big-pad.half-image > .text.container {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	
	.content-block.half-image > .bg {
		width: 47.5%;
	}
	.content-block.half-image.content-left > .bg {
		left: 62.5%;
		right: -10%;
	}
	.content-block.half-image.content-right > .bg {
		left: -10%;
		right: 62.5%;
	}	
	.content-block.half-image > .text.container {
		width: 60%;
	}
	.content-block.half-image.content-left > .text.container {
		padding-right: 0;
	}
	.content-block.half-image.content-right > .text.container {
		padding-left: 0;
	}
}
@media ( min-width:1024px ) {
	.content-block.half-content.content-left h1,
	.content-block.half-content.content-left h2,
	.content-block.half-image.content-left h1,
	.content-block.half-image.content-left h2 {
		margin-right: -15%;
	}
	.content-block.half-content > .text.container,
	.content-block.half-image > .text.container {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.content-block.big-pad.half-content > .text.container,
	.content-block.big-pad.half-image > .text.container {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	.content-block.half-content.content-left > .text.container {
		width: 60%;
		background: transparent;
	}
	.content-block.half-content.content-right > .text.container {
		padding-left: 42%;
		background: transparent;
	}
	.content-block.half-content.content-left > .bg {
		width: 115%;
		margin-left: -15%;
	}
	.content-block.half-content.content-right > .bg {
		width: 115%;
		margin-right: -15%;
	}
	
	.content-block.half-image.content-left > .bg {
		left: 52.5%;
		right: auto;
	}
	.content-block.half-image.content-right > .bg {
		left: auto;
		right: 52.5%;
	}
	.content-block.half-image > .text.container {
		width: 50%;
	}
}
@media ( min-width:1200px ) {
	.content-block.half-content > .text.container {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.content-block.big-pad.half-content > .text.container,
	.content-block.big-pad.half-image > .text.container {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.content-block.half-content.content-left > .bg {
		width: 100%;
		margin-left: 0;
	}
	.content-block.half-content.content-right > .bg {
		width: 100%;
		padding-left: 0;
	}
}
@media ( min-width:1460px ) {
	.content-block.half-content > .text.container {
		float: none;
	}
	.content-block.half-content.content-left > .text.container {
		width: 1460px;
		padding-right: 520px;
		margin-left: auto;
	}
	.content-block.half-content.content-right > .text.container {
		width: 1460px;
		padding-left: 580px;
	}
	.content-block.half-image > .text.container {
		width: 1460px;
	}
	.content-block.half-image.content-left > .text.container {
		padding-right: 730px;
		margin: 0 auto;
	}
	.content-block.half-image.content-right > .text.container {
		padding-left: 730px;
		margin: 0 auto;
	}
}


/*******************************************************************************************
  *
  * 1b. layout adjustment classes
  *
********************************************************************************************/

.clear {
	clear: both;
}

.padtop {
	padding-top: 40px;
	padding-top: 4rem;
}
.padbottom {
	padding-bottom: 30px;
	padding-bottom: 3rem;
}
.bigpadtop {
	padding-top: 80px;
	padding-top: 8rem;
}
.bigpadbottom {
	padding-bottom: 80px;
	padding-bottom: 8rem;
}
.nopadtop {
	padding-top: 0;
}
.nopadbottom {
	padding-bottom: 0;
}

.nomargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.margin-top {
	margin-top: 50px;
	margin-top: 5rem;
}
.margin-bottom {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.bigmargin-top {
	margin-top: 100px;
	margin-top: 10rem;
}
.bigmargin-bottom {
	margin-bottom: 100px;
	margin-bottom: 1-rem;
}

.inline-div-container > div {
	display: inline-block;
	margin: 0 15px;
}

/***** shortcode image_column *****/

.image-column img {
	display: block;
	margin: 0 auto 25px;
	margin: 0 auto 2.5rem;
	max-height: 200px;
	max-height: 40vh;
	width: auto;
}
@media ( max-width:759px ) {
	.image-column .first {
		width: 100% !important;
	}
}
@media ( min-width:760px ) {
	/***** half content *****/
	.container .half-right {
		width: 50%;
		margin: 0 0 0 auto;
	}
	.container .half-left {
		width: 50%;
		margin: 0 auto 0 0;
	}
	.image-column .inner > * {
		margin: 0;
	}
	.image-column .inner > * + * {
		margin-top: 10px;
		margin-top: 1rem;
	}
	.image-column img,
	.image-column .inner > img {
		max-height: none;
		margin: 0 auto;
	}
	.image-column {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-collapse: collapse;
		margin: 0 0 30px;
		margin: 0 0 3rem;
	}
	.image-column > div {
		display: table-cell;
		vertical-align: middle;
	}
	.image-column .second {
		/*width: 100%; /* force it so you don't get weird column width - no bueno on webkit */
		padding: 0 0 0 3.6%;
		width: auto;
	}
	.image-column > div.align-top {
		vertical-align: top;
	}
	.image-column > div.align-bottom {
		vertical-align: bottom;
	}
	
	/* some class option */
	.image-column.gradient {
		background: #f0f0f0;
		background: -webkit-linear-gradient(left, #f0f0f0 50%, rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, #f0f0f0 50%, rgba(255,255,255,0) 100%);
	}
	.image-column.gradient .first {
		vertical-align: top;
	}
	.image-column.gradient .second {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/***** shortcode side_image *****/

.side-image img {
	display: block;
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
	max-height: 200px;
	max-height: 40vh;
	width: auto;
}
.side-image img + * {
	margin-top: 0;
}
@media ( min-width:760px ) {
	/* default setting: img size limited, put it in center */
	.side-image {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		margin: 0 0 50px;
		margin: 0 0 5rem;
	}
	.side-image.image-left {
		padding: 0 0 0 33.33%;
	}
	.side-image.image-right {
		padding: 0 33.33% 0 0;
	}
	.side-image img {
		position: absolute;
		margin: 0;
		max-height: 100%;
		max-width: 30%;
		top: 50%;
		/* use transform to move image to its center! */
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.side-image.image-left img {
		left: 15%;
	}
	.side-image.image-right img {
		left: 85%;
	}
	/* width adjustment classes */
	/* 1/2 */
	.side-image.half.image-left {
		padding: 0 0 0 50%;
	}
	.side-image.half.image-right {
		padding: 0 50% 0 0;
	}
	.side-image.half img {
		max-width: 46%;
	}
	.side-image.half.image-left img {
		left: 23%;
	}
	.side-image.half.image-right img {
		left: 77%;
	}
	/* 1/4 */
	.side-image.quarter.image-left {
		padding: 0 0 0 25%;
	}
	.side-image.quarter.image-right {
		padding: 0 25% 0 0;
	}
	.side-image.quarter img {
		max-width: 22%;
	}
	.side-image.quarter.image-left img {
		left: 11%;
	}
	.side-image.quarter.image-right img {
		left: 89%;
	}
	
	
	/* position image to outside edge */
	/* translates */
	.side-image.outside.image-left img,
	.side-image.inside.image-right img {
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.side-image.outside.image-right img,
	.side-image.inside.image-left img {
		-webkit-transform: translate(-100%, -50%);
		-ms-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
	}	
	/* position outisde */
	.side-image.outside.image-left img {
		left: 0;
	}
	.side-image.outside.image-right img {
		left: 100%;
	}
	/* position inside 1/3 */
	.side-image.inside.image-left img {
		left: 30%;
	}
	.side-image.inside.image-right img {
		left: 70%;
	}
	/* position inside 1/2 */
	.side-image.half.inside.image-left img {
		left: 46%;
	}
	.side-image.half.inside.image-right img {
		left: 54%;
	}
	/* position inside 1/4 */
	.side-image.quarter.inside.image-left img {
		left: 22%;
	}
	.side-image.quarter.inside.image-right img {
		left: 78%;
	}
	
	/* position image to top */
	.side-image.top img {
		top: 0;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.side-image.top.outside.image-left img,
	.side-image.top.inside.image-right img {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.side-image.top.outside.image-right img,
	.side-image.top.inside.image-left img {
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
	
	/* position image to bottom */
	.side-image.bottom img {
		top: 100%;
		-webkit-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
	.side-image.bottom.outside.image-left img,
	.side-image.bottom.inside.image-right img {
		-webkit-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}
	.side-image.bottom.outside.image-right img,
	.side-image.bottom.inside.image-left img {
		-webkit-transform: translate(-100%, -100%);
		-ms-transform: translate(-100%, -100%);
		transform: translate(-100%, -100%);
	}

	/* preserve image size - make it spill out */
	/* use z-index in case it spills inside */
	.side-image.spill > *,
	.side-image.spill-more > * {
		position: relative;
		z-index: 10;
	}
	.side-image.spill img {
		position:absolute; /*undo the relative set above */
		max-height: 140%;
		max-width: 140%;
		z-index: 1;
	}
	.side-image.spill-more img {
		position: absolute;
		max-height: 160%;
		max-width: 160%;
	}
	.side-image.spill-alot img {
		position:absolute;
		max-height: 180%;
		max-width: 180%;
	}
	
}
@media ( min-width:760px ) and ( max-width:1023px ) {
	/* adjust width for tablet only. */
	/* half */
	.side-image.tab-half.image-left {
		padding: 0 0 0 50%;
	}
	.side-image.half.image-right {
		padding: 0 50% 0 0;
	}
	.side-image.tab-half img {
		max-width: 46%;
	}
	.side-image.tab-half.image-left img {
		left: 23%;
	}
	.side-image.tab-half.image-right img {
		left: 77%;
	}
	/* position inside 1/2 */
	.side-image.tab-half.inside.image-left img {
		left: 46%;
	}
	.side-image.tab-half.inside.image-right img {
		left: 54%;
	}
	.side-image.tab-half.outside.image-left img {
		left: 0;
	}
	.side-image.tab-half.outside.image-right img {
		left: 100%;
	}
	/* third */
	.side-image.tab-third.image-left {
		padding: 0 0 0 33.33%;
	}
	.side-image.tab-third.image-right {
		padding: 0 33.33% 0 0;
	}
	.side-image.tab-third img {
		max-width: 30%;
	}
	.side-image.tab-third.image-left img {
		left: 15%;
	}
	.side-image.tab-third.image-right img {
		left: 85%;
	}
	.side-image.tab-third.inside.image-left img {
		left: 30%;
	}
	.side-image.tab-third.inside.image-right img {
		left: 70%;
	}
	.side-image.tab-third.outside.image-left img {
		left: 0;
	}
	.side-image.tab-third.outside.image-right img {
		left: 100%;
	}
	
	
}



/***** about page 280px image link row *****/

/* set link to span over the whole caption div */
.caption-link .wp-caption > a img {
	padding-bottom: 50px;
	padding-bottom: 5rem;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.caption-link .wp-caption > a {
	position: relative;
	margin-bottom: -50px;
	margin-bottom: -5rem;
	display: block;
	z-index: 100;
}
.caption-link .wp-caption-text {
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #3d3d3d;
	z-index: 10;
}
.caption-link .wp-caption-text strong {
	font-size: 17px;
	font-size: 1.7rem;
	color: #0b58a7;
}
.caption-link .wp-caption-text,
.caption-link .wp-caption-text strong {
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.caption-link .wp-caption > a:hover + .wp-caption-text,
.caption-link .wp-caption > a:hover + .wp-caption-text strong {
	color: #ea8236;
}
/* some image hover effect */
.caption-link .wp-caption > a:hover img {
	opacity: 0.8;
}

/* force them into a row */
.row {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}
.row + .row {
	margin-top: -30px;
	margin-bopt: -3rem;
}


.row > div,
.caption-link .wp-caption {
	margin: 0 0 15px;
}
/* old browser support */
.row > div {
	display: inline-block;
	max-width: 45%; /* enough room for extra space inline elements creates */
}
/* flex time */
.row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.row > div {
	max-width: 50%;
}
@media ( min-width:500px ) {
	.caption-link .wp-caption {
		padding: 0 10px;
	}
	.row > div {
		max-width: 33.33%;
	}
}
@media ( min-width:760px ) {
	.caption-link .wp-caption {
		padding: 0 10px;
	}
	.row > div {
		margin: 5px 0 20px;
		max-width: 25%;
	}
}
@media ( min-width:1024px ) {
	.caption-link .wp-caption {
		padding: 0 15px;
	}
	.row > div {
		margin: 10px 0 25px;
	}
}
@media ( min-width:1200px ) {
	.row > div {
		margin: 15px 0 30px;
	}
	.caption-link .wp-caption-text {
		font-size: 16px;
	}
	.caption-link .wp-caption-text strong {
		font-size: 18px;
	}
}


/***** tab content *****/
/* default style - before jquery */
.tab-container .tab-content {
	background: #0657a4;
	color: #fff;
	margin: 0 0 30x;
	margin: 0 0 3rem;
	padding: 25px 20px 10px;
	text-shadow: none;
} 
.tab-container .tab-title {
	background: #f8f8f8;
	color: #0657a4;
	font-family: 'Open Sans', Verdana, sans-serif;
	text-shadow: none;
}

/* after jquery - tab content slides down over current */
.tab-container.in-effect .tabs {
	display: table;
	border-collapse: separate;
	border-spacing: 1px 0;
}
.tab-container.in-effect .tabs .tab-title {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}
.tab-container.in-effect .tab-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.1;
	font-shadow: none;
	padding: 10px 15px;
	margin: 0;
	text-align: center;
	box-shadow: 1px 0 1px rgba(0,0,0,0.1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.tab-container.in-effect .tab-title.selected {
	background: #41a5d8;
	color: #ffffff;
	text-shadow: 0 -1px rgba(0,0,0,0.1);
}
.tab-container.in-effect .tab-content {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin: 0;
}

/* flex it center */
.tab-container.in-effect .tabs {
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; 
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media ( min-width:760px ) {
	.tab-container {
		margin-bottom: 40px;
	}
	.tab-container.in-effect .tabs {
		padding: 0 15px;
	}
	.tab-container .tab-content {
		padding: 40px 30px 25px;
	}
	.tab-container.in-effect .tab-title {
		padding: 20px 15px;
	}
	
	.content .tab-container.in-effect .tab-title {
		padding: 20px 15px 24px;
		position: relative;
	}
	.content .tab-container.in-effect .tab-title:before,
	.content .tab-container.in-effect .tab-title:after {
		content: "";
		display: block;
		position: absolute;
		opacity: 0;
		-webkit-transition: all .1s linear;
		-moz-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
	}
	.content .tab-container.in-effect .tab-title:before {
		width: 40px;
		height: 40px;
		bottom: -40px;
		left: 50%;
		margin-left: -20px;
		background: #0657a4;
		border-radius: 40px;
		z-index: 100;
	}
	.content .tab-container.in-effect .tab-title:after {
		width: 20px;
		height: 13px;
		bottom: -22px;
		left: 50%;
		margin-left: -10px;
		background: transparent url("images/sprites.png") -550px 0 no-repeat;
		z-index: 110;
	}
	.content .tab-container.in-effect .tab-title.ready:before,
	.content .tab-container.in-effect .tab-title.ready:after {
		opacity: 1;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
		
	}
	.content .tab-container.in-effect .tab-title.ready:before {
		bottom: -24px;
	}
	.content .tab-container.in-effect .tab-title.ready:after {
		bottom: -6px;	
	}
}
@media ( min-width:1024px ) {
	.tab-container {
		margin-bottom: 50px;
	}
	.tab-container .tab-content {
		padding: 50px 40px 35px;
	}
	.tab-container.in-effect .tabs {
		padding: 0 25px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .content .tab-container.in-effect .tab-title:after {
	    background-size: 1000px 1200px;
	    background-position: -550px -400px;
    }
}


/***** blue chevron *****/
.chevron .inner {
	text-align: center;
	font-size: 105%;
	color: #fff;
	z-index: 100;
	padding: 30px 0 50px;
	padding: 3rem 0 5rem;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}
.chevron:before,
.chevron:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -50vw;
	z-index: 1;
}
.chevron:before {
	width: 100vw;
	height: 100%; /*fallback*/
	height: calc( 100% - 6.4vw );
	top: 0;
	background: #05478c;
}
.chevron:after {
	border-top: solid 6.5vw #05478c;
	border-left: solid 52vw transparent;
	border-right: solid 52vw transparent;
	bottom: 0;
	margin-left: -52vw;
}
@media ( max-width:400px ) {
	.chevron:before {
		width: 400px;
		height: calc( 100% - 25px );
		margin-left: -200px;
	}
	.chevron:after {
		border-top-width: 25px;
		border-left-width: 200px;
		border-right-width: 200px;
		margin-left: -200px;
	}
}
/* negative top margin if it's top of block */
.chevron:first-child {
	margin-top: -35px;
}
@media ( min-width:760px ) {
	.chevron .inner {
		font-size: 150%;
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 40px;
	}
	.chevron:first-child {
		margin-top: -50px;
	}
}
@media ( min-width:1024px ) {
	.chevron .inner {
		padding-left: 10%;
		padding-right: 10%;
	}
	.narrow-container .chevron {
		margin-left: -10%;
		margin-right: -10%;
	}
	.narrow-container .chevron .inner {
		padding-left: 0;
		padding-right: 0;
	}
	.chevron:first-child {
		margin-top: -60px;
	}
}
@media ( min-width:1200px ) {
	.chevron .inner {
		padding-left: 15%;
		padding-right: 15%;
	}
	.chevron:first-child {
		margin-top: -80px;
	}
}
@media ( min-width:1538px ) {
	.chevron:before {
		height: calc( 100% - 99px );
	}
	.chevron:after {
		border-top-width: 100px;
	}
}



/*******************************************************************************************
  *
  * 1c. input and form styles
  *
********************************************************************************************/

/*** reset ***/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

/***** basic styles *****/
button,
input,
select,
textarea {
	margin-bottom: 6px;
}
form,
label,
input,
textarea,
select {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #535353;
}
.font-white form,
.font-white label {
	color: #ffffff;
}
::-webkit-input-placeholder {
	color: #535353;
}
:-moz-placeholder {
	color: #535353;
}
::-moz-placeholder {
	color: #535353;
}
:-ms-input-placeholder {
	color: #535353;
}
input[type="file"] {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea,
select {	
	border: 1px solid #999999;
	border-radius: 5px;
	width: 100%;
	-webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="password"],
select {
	padding: 10px 0 10px 12px;
	padding: 1rem 0 1rem 1.2rem;
}
textarea {
	padding: 10px 0 0 12px;
	padding: 1rem 0 0 1.2rem;
}
select {
	padding: 10px;
	padding: 1rem;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 0 6px 0 0;
	margin: 0 0.6rem 0 0;
	padding: 2px 0 0;
	vertical-align: middle;
}


/* submit buttons and button style link 
 * note: button link style is for span inside
 * this is for having button inside column */
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
a.button > span {
	font-family: 'Open Sans', Verdana, sans-serif;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.1;
	color: #fff;
	padding: 9px 40px;
	padding: 0.9rem 4rem;
	min-width: 200px;
	border: none;
	border-radius: 2px;
	background: #ee672f;
	text-shadow: 0 1px rgba(0,0,0,0.2);
	margin: 0;
	position: relative;
}
/* undo some options for button */
button {
	min-width: none;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover > span,
a.button:hover > span {
	color: #fff !important;
	background: #ea8236;
	text-shadow: 0 1px rgba(0,0,0,0);
}

/* add some style to a.button */
a.button {
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}
a.button > span {
	border-top: solid 1px #f6966f;
	border-bottom: solid 1px #c45629;
	box-shadow: 0 1px 1px #e74d1a;
	font-size: 26px;
	font-size: 2.6rem;
	padding: 15px 50px;
	padding: 1.5rem 5rem;
	text-transform: none;
}
a.button:hover > span {
	border-top-color: #d46335;
	border-bottom-color: #c45628;
	box-shadow: inset 0 1px 1px #e74d1a;
}
@media ( max-width:400px ) {
	a.button > span {
		padding-left: 15px;
		padding-right: 15px;
		min-width: 280px;
	}
}


/***** button variations *****/

/* smaller */
.smaller a.button > span {
	font-size: 22px;
	font-size: 2.2rem;
}


/* flat transparent button */
.flat a.button > span {
	background: transparent;
	border: solid 2px #ef672f;
	box-shadow: none;
	font-size: 22px;
	font-size: 2.2rem;
	color: #ef672f;
	text-shadow: none;
	border-radius: 0;
}
.flat a.button:hover > span {
	background: #ef672f;
}
/* podcast buttons */
.itunes a.button,
.soundcloud a.button,
.rss a.button {
	margin: 0 0 12px;
	margin: 0 0 1.2rem;
}
.itunes a.button > span,
.soundcloud a.button > span,
.rss a.button > span {
	min-width: 0;
	padding-left: 55px;
	padding-right: 25px;
	font-size: 20px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.soundcloud a.button > span {
	padding-left: 80px;
}
.itunes a.button > span:before,
.soundcloud a.button > span:before,
.rss a.button > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -15px;
	width: 34px;
	height: 34px;
	background: transparent url("images/sprites.png") -150px -200px no-repeat;
}
.soundcloud a.button > span:before {
	width: 57px;
	background-position: -200px -200px;
}
.rss a.button > span:before {
	background-position: -100px -200px;
}
/* center button */
.button-container.arrows {
	text-align: center;
}
@media ( max-width:759px ) {
	.itunes a.button > span,
	.rss a.button > span {
		padding-left: 65px;
		padding-right: 35px;
	}
	.itunes a.button > span:before,
	.rss a.button > span:before {
		left: 20px;
	}
}
@media ( min-width:760px ) {
	/* big download button */
	.download a.button > span {
		font-size: 40px;
		padding: 20px 60px 20px 120px;
		text-shadow: none;
	}
	.download a.button > span:before {
		content: "";
		display: block;
		position: absolute;
		width: 58px;
		height: 79px;
		left: 35px;
		top: -1px;
		background: transparent url("images/sprites.png") 0 -200px no-repeat;
	}
	/* button with arrows */
	.button-container.arrows,
	.button-container.small-arrows {
		text-align: center;
	}
	.arrows a.button,
	.small-arrows a.button {
		margin: 40px 0;
	}
	.arrows a.button > span {
		font-size: 30px;
	}
	.arrows a.button:before,
	.arrows a.button:after,
	.small-arrows a.button:before,
	.small-arrows a.button:after {
		content: "";
		display: block;
		position: absolute;
		width: 100px;
		height: 88px;
		bottom: 50%;
		margin-bottom: -16px;
		background: transparent url("images/sprites.png") -500px -300px no-repeat;
	}
	.arrows a.button:before,
	.small-arrows a.button:before {
		left: -120px;
	}
	.arrows a.button:after,
	.small-arrows a.button:after {
		right: -120px;
		background-position: -600px -300px;
	}
	.arrows.green-arrows a.button:before,
	.small-arrows.green-arrows a.button:before {
		background-position: -500px -400px;
	}
	.arrows.green-arrows a.button:after,
	.small-arrows.green-arrows a.button:after {
		background-position: -600px -400px;
	}
	.arrow-top a.button {
		margin-top: 70px;
	}
	.arrow-top a.button:before {
		content: "";
		display: block;
		position: absolute;
		width: 108px;
		height: 56px;
		top: -70px;
		left: -20px;
		margin-left: 5px;
		background: transparent url("images/sprites.png") 0 -700px no-repeat;
	}
	.arrow-top.green-arrow a.button:before {
		background-position: -150px -700px;
	}
}
@media ( min-width:1200px ) {
	.arrows a.button {
		margin: 55px 0 50px;
	}
	.arrows a.button > span {
		font-size: 40px;
	}
	.arrows a.button:before,
	.arrows a.button:after {
		width: 200px;
		height: 124px;
		margin-bottom: -32px;
	}
	.arrows a.button:before {
		left: -220px;
		background-position: 0 -500px;
	}
	.arrows a.button:after {
		right: -220px;
		background-position: -200px -500px;
	}
	.arrows.green-arrows a.button:before {
		background-position: -400px -500px;
	}
	.arrows.green-arrows a.button:after {
		background-position: -600px -500px;
	}
	.arrow-top a.button {
		margin-top: 110px;
	}
	.arrow-top a.button:before {
		width: 184px;
		height: 95px;
		top: -110px;
		margin: 0;
		background-position: -300px -300px;
	}
	.arrow-top.green-arrow {
		background-position: -300px -400px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .itunes a.button > span:before,
	.soundcloud a.button > span:before,
	.rss a.button > span:before,
	.download a.button > span:before,
	.arrows a.button:before,
	.arrows a.button:after,
	.small-arrows a.button:before,
	.small-arrows a.button:after,
	.arrow-top a.button:before {
		background-size: 1000px 1200px;
	}
	.itunes a.button > span:before {
		background-position: -150px -600px;
	}
	.soundcloud a.button > span:before {
		background-position: -200px -600px;
	}
	.rss a.button > span:before {
		background-position: -100px -600px;
	}
	.download a.button > span:before {
		background-position: 0 -600px;
	}
	.arrows a.button:before,
	.small-arrows a.button:before {
		background-position: -500px -700px;
	}
	.arrows a.button:after,
	.small-arrows a.button:after {
		background-position: -600px -700px;
	}
	.arrows.green-arrows a.button:before,
	.small-arrows.green-arrows a.button:before {
		background-position: -500px -800px;
	}
	.arrows.green-arrows a.button:after,
	.small-arrows.green-arrows a.button:after {
		background-position: -600px -800px;
	}
	.arrow-top a.button:before {
		background-position: 0 -1100px;
	}
	.arrow-top.green-arrow a.button:before {
		background-position: -150px -1100px;
	}
}
@media (min-width:1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width:1200px) and (min-resolution: 192dpi) { 
    .arrows a.button:before {
		background-position: 0 -900px;
	}
	.arrows a.button:after {
		background-position: -200px -900px;
	}
	.arrows.green-arrows a.button:before {
		background-position: -400px -900px;
	}
	.arrows.green-arrows a.button:after {
		background-position: -600px -900px;
	}
	.arrow-top a.button:before {
		background-position: -300px -700px;
	}
	.arrow-top.green-arrow a.button:before {
		background-position: -300px -800px;
	}
}


/***** date picker *****/

.ui-datepicker {
	background-color: #fff;
	border: 1px solid #66AFE9;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
	        transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
	clear: both;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin: 2px 0 10px;
	margin: 0.2rem 0 1rem;
	width: 30px;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
	background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
	padding: 5px;
	padding: 0.5rem;
	width: 48%;
}
.ui-datepicker .ui-datepicker-month {
	float: left;
}
.ui-datepicker .ui-datepicker-year {
	float: right;
}
.ui-datepicker .ui-datepicker-title:after {
	content: "";
	display: block;
	clear: both;
}


/***** form styles *****/
form p {
	line-height: 1.4;
}
.content form {
	margin: 0 0 50px;
	margin: 0 0 5rem;
}
label {
	display: block;
	margin: 0 0 3px;
}
input + label,
.wpcf7-list-item-label {
	display: inline; /* for checkbox/radio */
	margin-right: 12px;
	vertical-align: middle;
}
form .checkbox,
form .radio {
	margin: 8px 0 10px;
}
form .checkbox.stack .list-item,
form .radio.stack .list-item,
form .checkbox.stack .wpcf7-list-item,
form .radio.stack .wpcf7-list-item {
	display: block;
}
form .submit,
form .infusion-submit {
	margin-top: 5px;
}
form ul,
form ol {
	list-style: none !important;
	margin-left: 0 !important;
}

/* privacy message */
.privacy {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 10px 0 30px;
	margin: 1rem 0 3rem;
	font-style: italic;
}
/* nolabel class label */
.nolabel label {
	position: absolute;
	left: -10000px;
	top: 0;
} 
/* no borders for table in forms */
form table {
	border: none;
}
form th,
form td {
	border: none;
	padding: 3px 10px 3px 0;
}

/* required */
form .required,
form .gfield_required {
	color: red;
}

/* private post password form */
.private-post-form label,
.private-post-form input {
	display: block;
	margin: 0 0 5px;
	max-width: 400px;
}

/* validation message */
.validation_error,
.validation_message {
	font-size: 90%;
	font-style: italic;
	color: #ee672f;
}
.validation_error:before,
.validation_message:before {
	content: "!";
	display: inline-block;
	width: 14px;
	height: 14px;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	background: #ee672f;
	color: #ffffff;
	text-align: center;
	margin-right: 8px;
	margin-right: 0.8rem;
	border-radius: 20px;
}
.validation_message {
	margin: -3px 0 10px 0;
	text-align: right;
}
form .gfield_error input[type="text"],
form .gfield_error input[type="text"],
form .gfield_error input[type="email"],
form .gfield_error input[type="url"],
form .gfield_error input[type="number"],
form .gfield_error input[type="password"],
form .gfield_error textarea,
form .gfield_error select {
	border-width: 2px;
	border-color: #ee672f;
}


/* gravity form */
.content .gform_fields {
	margin-bottom: 0;
}
form .gfield {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
form .ginput_complex {
	margin-top: 10px;
	margin-top: 1rem;
}
form .ginput_complex label,
form .instruction {
	font-size: 92%;
	padding-left: 5px;
	padding-left: 0.5rem;
}
form .instruction {
	font-style: italic;
}
form .ginput_container_radio,
form .ginput_container_checkbox {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}
form .gfield_radio,
form .gfield_checkbox {
	padding-left: 15px;
	padding-left: 1.5rem;
}
form .gfield_radio li,
form .gfield_checkbox li {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

form .gform_heading {
	margin: 40px 0 30px;
	margin: 4rem 0 3rem;
}
form .gform_description {
	font-family: 'Merriweather', Georgia, serif;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.5;
}
form .gsection_title {
	font-family: 'Open Sans', Verdana, sans-serif;
}
form .gform_title,
form .bar .gsection_title {
	position: relative;
	font-family: 'Open Sans', Verdana, sans-serif;
	background: #8abb44;
	color: #ffffff;
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 15px 10px;
	padding: 0.8rem 15px 1rem;
	margin: 30px -15px;
	margin: 3rem -15px;
	text-shadow: 0 -1px rgba(0,0,0,0.1);
}
form .gform_title,
form .bar .gfield:first-child .gsection_title {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 17px;
	padding-top: 1.5rem;
	padding-bottom: 1.7rem;
}
form .gform_title:after,
form .bar .gsection_title:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -1px 0 0 -21px;
	border-top: solid 21px #8abb44;
	border-left: solid 21px transparent;
	border-right: solid 21px transparent;
}

@media ( min-width:480px ) {
	form .gform_title,
	form .bar .gsection_title {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media (min-width:760px) {
	form.wpcf7-form > div,
	.webform-container form > div {
		display: table;
		width: 100%;
		border-spacing: 0;
		table-layout: fixed;
		border-collapse: collapse;
	}
	form.wpcf7-form label,
	.webform-container form label {
		display: table-cell;
		vertical-align: top;
		width: 25%;
		padding: 8px 12px 0 0;
		margin: 0;
		text-align: right;
	}
	form .radio > label,
	form .checkbox > label {
		padding-top: 4px;
	}
	form.wpcf7-form input + label,
	.webform-container form input + label {
		display: inline;
		vertical-align: middle;
		padding: 0;
	}
	.webform-container form input + label {
		margin-right: 12px;
	}
	form.wpcf7-form .captcha,
	.webform-container form .captcha {
		display: block;
		padding-left: 25%;
		margin: 8px 0;
	}
	form.wpcf7-form .captcha label,
	.webform-container form .captcha label {
		display: block;
		width: auto;
		text-align: left;
		padding: 0;
		margin: 0 0 8px;
	}
	form.wpcf7-form .submit,
	form.wpcf7-form .infusion-submit,
	.webform-container form .submit,
	.webform-container form .infusion-submit {
		display: block;
		padding-left: 25%;
	}
	form.wpcf7-form .privacy,
	.webform-container .privacy {
		display: block;
		padding-left: 25%;
	}
	.nolabel .submit,
	.nolabel .infusion-submit,
	.nolabel .privacy{
		padding: 0 !important;
	}
	
	/* gravity form */
	form .gform_title,
	form .bar .gsection_title {
		margin-left: -25px;
		margin-right: -25px;
		letter-spacing: 1px;
	}
	#content-column form .gform_title,
	#content-column form .bar .gsection_title {
		margin-left: 0;
		margin-right: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media ( min-width:1024px ) {
	form .gform_title,
	form .bar .gsection_title {
		margin-left: 0;
		margin-right: 0;
	}
}


/***** unsubscribe page radio with birds *****/

.content .unsubscribe-form {
	max-width: 320px;
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
}
.radio-birds form label {
	font-weight: bold;
}
.radio-birds form > label,
.radio-birds form .radio {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.radio-birds form .radio {
	margin-left: 20px;
}
@media ( min-width:760px ) {
	.radio-birds form label {
		font-size: 16px;
	}
	.radio-birds form > label {
		margin: 0 0 30px 10px;
	}
	.radio-birds form .radio label {
		padding: 0;
	}
	.radio-birds form .radio-container {
		margin: 0 !important;
		padding: 0 !important;
		background: transparent url("images/unsubscribe-birds.png") center bottom no-repeat;
		background-size: contain;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.radio-birds form .radio {
		display: table-cell;
		text-align: center;
		vertical-align: top;
		width: 25%;
		padding: 0 15px;
		margin: 0;
		border-right: solid 1px #e5e5e5;
	}
	.radio-birds form .radio:first-child {
		border-left: solid 1px #e5e5e5;
	}
	.radio-birds form .radio:after {
		/* placeholder */
		content: "";
		display: block;
		width: 100%;
		padding-bottom: 80%;
	}
	
	.content .unsubscribe-form {
		max-width: 1200px;
	}
	.unsubscribe-form .gfield,
	.unsubscribe-form .gform_footer {
		margin: 0 25%;
	}
}



/*******************************************************************************************
  *
  * 1d. misc. typography elements
  *
********************************************************************************************/

/***** text adjustments *****/


.text-shadow {
	text-shadow: 0 1px rgba(0,0,0,0.3);
}
.text-shadow-white {
	text-shadow: 0 1px rgba(255,255,255,0.7);
}

.light {
	font-weight: normal;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light,
h1 .light, h2 .light, h3 .light, h4 .light, h5 .light, h6 .light {
	font-style: normal;
}
.big,
.bigger {
	font-size: 125%;
}
.huge {
	font-size: 175%;
}
.small {
	font-size: 85%;
}
.tiny {
	font-size: 70%;
}

@media ( min-width:760px ) {
	.page .content h1,
	.page .content h2,
	h1 .big, h1.big,.big h1,
	h2 .big, h2.big, .big h2 {
		font-size: 40px;
		line-height: 1.1;
		margin-bottom: 40px;
	}
	h1 .biggest, h1.biggest, .biggest h1,
	h2 .biggest, h2.biggest, .biggest h2 {
		font-size: 48px !important;
		line-height: 1.1 !important;
		margin-bottom: 40px;
	}
}
@media ( min-width:1024px ) {
	.page .container.content h1,
	.page .container.content h2,
	h1 .big, h1.big,.big h1,
	h2 .big, h2.big, .big h2 {
		font-size: 56px;
		line-height: 1.1;
	}
	h1 .biggest, h1.biggest, .biggest h1,
	h2 .biggest, h2.biggest, .biggest h2 {
		font-size: 80px !important;
		line-height: 1.1 !important;
	}
}


/***** color changes *****/
.font-white {
	color: #ffffff;
}
.font-black {
	color: #3d3d3d;
}
.font-blue {
	color: #0758a5;
}
.font-orange {
	color: #ee672f;
}
.font-green {
	color: #8abb44;
}
.font-lightblue {
	color: #c4e3f3;
}
.font-gray {
	color: #6d6a6a;
}
.font-red {
	color: red;
}



/***** custom headings *****/

/* underline heading is simple */
.heading-underline {	
}
.heading-underline .heading {
	border-bottom: solid 1px #b7b7b7;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
.heading-underline.small .heading {
	font-family: 'Merriweather', Georgia, serif;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: normal;
}


/* heading bar with arrow: copy lot of settings from form .gform_title */

.heading-bar .heading {
	position: relative;
	font-family: 'Open Sans', Verdana, sans-serif;
	background: #ababab;
	color: #ffffff;
	font-weight: bold;
	font-size: 32px !important;
	font-size: 3.2rem !important;
	line-height: 1 !important;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 15px 17px;
	padding: 1.5rem 15px 1.7rem;
	margin: 40px -15px 40px;
	margin: 4rem -15px 4rem;
	text-shadow: 0 -1px rgba(0,0,0,0.1);
}
.heading-bar .heading:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -1px 0 0 -21px;
	border-top: solid 21px #ababab;
	border-left: solid 21px transparent;
	border-right: solid 21px transparent;
	margin-left: -2.1rem;
	border-width: 2.1rem 2.1rem 0 2.1rem;
}

/* change color */
.heading-bar.color-green .heading {
	background: #8abb44;
}
.heading-bar.color-green .heading:after {
	border-top-color: #8abb44;
}

/* gray-gradient container adds padding for large screen! */
.heading-bar.gray-gradient {
	background: -webkit-linear-gradient(top, #f6f6f6 20%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, #f6f6f6 20%, rgba(255,255,255,0) 100%);
	margin: 0 -15px;
	padding: 0 15px;
}

@media ( min-width:480px ) {
	.heading-bar .heading {
		margin-left: -20px;
		margin-right: -20px;
	}
	.heading-bar.gray-gradient {
		margin: 0 -20px;
		padding: 0 20px;
	}
}
@media ( min-width:760px ) {
	.heading-bar .heading {
		margin-left: -25px;
		margin-right: -25px;
		letter-spacing: 1px;
	}
	.heading-bar.gray-gradient {
		margin: 0 -25px;
		padding: 0 25px;
	}
	#content-column .heading-bar .heading {
		margin-left: 0;
		margin-right: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	#content-column .heading-bar.gray-gradient {
		margin: 0;
		padding: 0 20px;
	}
	#content-column .heading-bar.gray-gradient .heading {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media ( min-width:1024px ) {
	.heading-bar .heading {
		margin-left: 0;
		margin-right: 0;
	}
	.heading-bar.gray-gradient {
		padding: 0 20px;
	}
	.heading-bar.gray-gradient .heading {
		margin-left: -20px;
		margin-right: -20px;
	}
}




.heading-line {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}
.heading-line > div,
.heading-line .heading {
	margin: 0;
	padding: 3px 15px 0;
	display: inline-block;
	position: relative;
	max-width: 1044px;
}
.heading-line .heading:before, 
.heading-line .heading:after {
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 10000px;
	background: #ababab;
	border-radius: 3px;
	vertical-align: middle;
}
.heading-line .heading:before {
	left: -9995px;
	top: 50%;
} 
.heading-line .heading:after{
	right: -9995px;
	top: 50%;
}


/***** list styles *****/
/* star bullet - not retina optmized... */
ul.star {
	margin: 40px 0;
	margin: 4rem 0;
	list-style: none;
	font-size: 120%;
}
ul.star li {
	padding-left: 80px;
	margin: 40px 0;
	margin: 4rem 0;
}
ul.star li:before {
	content: "";
	display: block;
	position: absolute;
	width: 56px;
	height: 56px;
	left: 0;
	top: 50%;
	margin-top: -30px;
	background: transparent url("images/sprites.png") -300px -200px no-repeat;
}
@media ( max-width:759px ) {
	ul.star li {
		padding-left: 45px;
		margin: 20px 0 30px;
		margin: 2rem 0 3rem;
	}
	ul.star li:before {
		width: 28px;
		height: 28px;
		margin-top: -16px;
		background-size: 1000px 1200px;
		background-position: -150px -100px;
	}
}

/* bird list */
ul.bird {
	margin: 40px 0;
	margin: 4rem 0;
	list-style: none;
}
ul.bird li {
	padding-left: 36px;
	font-weight: bold;
	color: #0758a5;
}
ul.bird li:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 5px;
	top: 0;
	background: transparent url("images/sprites.png") -400px -200px no-repeat;
}
ul.bird li:nth-child( 3n+2 ):before {
	background-position: -450px -200px;
}
ul.bird li:nth-child( 3n ):before {
	background-position: -500px -200px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    ul.bird li:before {
	    background-size: 1000px 1200px;
	    background-position: -400px -600px;
    }
    ul.bird li:nth-child( 3n+2 ):before {
		background-position: -450px -600px;
	}
	ul.bird li:nth-child( 3n ):before {
		background-position: -500px -600px;
	}
}

/* circle ol */
ol.circle {
	margin: 40px 0;
	margin: 4rem 0;
	list-style: none;
}
ol.circle li {
	padding-left: 50px;
	padding-left: 5rem;
	margin: 20px 0 26px;
	margin: 2rem 0 2.6rem;
	counter-increment: item;
}
ol.circle li:before {
	content: counter(item);
	display: block;
	position: absolute;
	left: 0;
	top: -4px;
	font-family: "Times New Roman", serif; /* so numbers don't vary vertically */
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
	color: #ffffff;
	text-align: center;
	width: 32px;
	height: 32px;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 30px;
	background: #0b58a7;
	border: solid 1px #ffffff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}



/***** social icon links *****/
.social-icon-links {
	margin: 25px 0;
	margin: 2.5rem 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}
.social-icon-links a {
	text-decoration: none;
}
.social-icon-links,
.social-icon-links a {
	color: #3aa3d8;
}
.social-icon-links:after {
	content: "";
	display: block;
	clear: both;
}
.social-icon-links > span {
	display: block;
	float: left;
	margin: 10px 15px 10px 0;
	margin: 1rem 15px 1rem 0;
	vertical-align: middle;
}
.social-icon-links .email,
.social-icon-links .location {
	clear: both;
}
.social-icon-links .media a {
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -10000000px;
	background: transparent url("images/sprites.png") 0 -100px no-repeat;
}
.social-icon-links .facebook a:hover {
	background-position: 0 -150px;
}
.social-icon-links .twitter a {
	background-position: -50px -100px;
}
.social-icon-links .twitter a:hover {
	background-position: -50px -150px;
}
.social-icon-links .linkedin a {
	background-position: -100px -100px;
}
.social-icon-links .linkedin a:hover {
	background-position: -100px -150px;
}
.social-icon-links .youtube a {
	background-position: -150px -100px;
}
.social-icon-links .youtube a:hover {
	background-position: -150px -150px;
}
.social-icon-links .pinterest a {
	background-position: -200px -100px;
}
.social-icon-links .pinterest a:hover {
	background-position: -200px -150px;
}
.social-icon-links .googleplus a {
	background-position: -250px -100px;
}
.social-icon-links .googleplus a:hover {
	background-position: -250px -150px;
}
.social-icon-links .email a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.social-icon-links .email a:before,
.social-icon-links .location:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin-right: 12px;
	background: transparent url("images/sprites.png") -300px -100px no-repeat;
}
.social-icon-links .email a:hover:before {
	background-position: -300px -150px;
}
.social-icon-links .location:before {
	background-position: -350px -100px;
	margin-right: 5px;
}
@media ( min-width:760px ) {
	.about-author .social-icon-links .location {
		clear: none;
	}
}
@media ( min-width:1024px ) {
	.about-author .social-icon-links .email {
		clear: none;
	}
	.about-author .social-icon-links .media + .email {
		margin-left: 20px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .social-icon-links .media a,
    .social-icon-links .email a:before,
	.social-icon-links .location:before {
		background-size: 1000px 1200px;
	}
	.social-icon-links .facebook a {
		background-position: 0 -500px;
	}
	.social-icon-links .facebook a:hover {
		background-position: 0 -550px;
	}
	.social-icon-links .twitter a {
		background-position: -50px -500px;
	}
	.social-icon-links .twitter a:hover {
		background-position: -50px -550px;
	}
	.social-icon-links .linkedin a {
		background-position: -100px -500px;
	}
	.social-icon-links .linkedin a:hover {
		background-position: -100px -550px;
	}
	.social-icon-links .youtube a {
		background-position: -150px -500px;
	}
	.social-icon-links .youtube a:hover {
		background-position: -150px -550px;
	}
	.social-icon-links .pinterest a {
		background-position: -200px -500px;
	}
	.social-icon-links .pinterest a:hover {
		background-position: -200px -550px;
	}
	.social-icon-links .googleplus a {
		background-position: -250px -500px;
	}
	.social-icon-links .googleplus a:hover {
		background-position: -250px -550px;
	}
	.social-icon-links .email a:before {
		background-position: -300px -500px;
	}
	.social-icon-links .email a:hover:before {
		background-position: -300px -550px;
	}
	.social-icon-links .location:before {
		background-position: -350px -500px;
	}
}

/*******************************************************************************************
  *
  * 1e. testimonials
  *
********************************************************************************************/

.testimonial {
	width: 100%;
	border-spacing: 0;
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
}
.testimonial.default,
.js-disabled .testimonial.slide {
	max-width: 320px;
}
.testimonial-content {
	text-align: left;
}
.testimonial a {
	text-decoration: none;
}

/* video default */
.testimonial-video {
	max-width: 640px;
	margin: 20px auto 25px;
	margin: 2rem auto 2.5rem;
}
.testimonial-video:first-child {
	margin-top: 0;
}

/* force image to be 3:2 */
.testimonial-image {
	width: 100%;
	padding: 0 0 66.66%;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.testimonial-image img {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
/* typography */
.testimonial-quote {
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	margin: 0;
}
.testimonial-qontent p {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
	margin: 0;
}
.testimonial-quote + p {
	margin-top: 20px;
	margin-top: 2rem;
}
.widget_testimonial_widget .testimonial-quote,
.widget_testimonial_widget .testimonial-content p {
	font-weight: normal;
	font-size: 19px;
	font-size: 1.9rem;
}
.testimonial-meta {
	margin-top: 20px;
	margin-top: 2rem;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.3;
}
.testimonial-meta:before {
	content: "- ";
}
.testimonial-meta > span {
	display: block;
	font-style: italic;
	font-size: 80%;
	margin-top: 5px;
	marign-top: 0.5rem;
}

/* testimonial slides */
.testimonials.slick-slider {
	margin: 0 -8px;
}
.testimonial.slide {
	padding: 0 8px;
}
.testimonials .slick-arrow {
	display: none;
}
/* width max if there are only few slides */
@media ( min-width:685px ) {
	.testimonials.slides-2 {
		width: 685px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@media ( min-width:760px ) {
	/* default style gets image on side @ 35% (max 420) */
	.testimonial.default {
		max-width: 1200px;
	}
	.testimonial.default:after {
		content: "";
		display: block;
		clear: both;
	}
	.testimonial.default .testimonial-image {
		float: left;
		width: 35%;
		padding: 0;
		margin: 0 3% 0 0;
	}
	.testimonial.default .testimonial-image img {
		position: relative;
	}
	.testimonial.default .testimonial-content {
		float: right;
		width: 62%;
		text-align: left;
	}
	.testimonial.default .testimonial-quote {
		font-size: 25px;
	}
	.testimonial.default .testimonial-meta {
		font-size: 17px;
		font-size: 1.7rem;
		color: #0657a4;
	}
	.testimonial.default .testimonial-meta:before {
		content: "";
	}
	.testimonial.default .testimonial-meta > span {
		display: inline;
		font-weight: normal;
	}
	.testimonial.default .testimonial-meta > span:before {
		content: ", ";
	}
	/* flex it */
	.testimonial.default {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex; 
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-justify-content: center; /* in case there is no image */
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	
	/* widget */
	.widget_testimonial_widget .testimonial-quote,
	.widget_testimonial_widget .testimonial-content p {
		font-size: 17px;
	}
	.widget_testimonial_widget .testimonial-meta {
		font-size: 16px;
	}
	
	/* testimonial slideshow */
	.testimonials.slick-slider {
		margin: 0 -10px;
	}
	.testimonial.slide {
		padding: 0 10px;
	}
}
@media ( min-width:1024px ) {
	.testimonial.default .testimonial-quote {
		font-size: 30px;
	}
	.testimonial.default .testimonial-meta {
		font-size: 18px;
	}
	
	.testimonials.slick-slider {
		margin: 0 -15px;
	}
	.testimonial.slide {
		padding: 0 15px;
	}
}
@media ( min-width:1040px ) {
	.testimonials.slides-3 {
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}	
}
@media ( min-width:1174px ) {
	.testimonials.slick-slider.overflow {
		width: 1716px;
		left: 50%;
		margin-left: -858px;
	}
	.testimonials.overflow .slick-list:before,
	.testimonials.overflow .slick-list:after {
		content: "";
		display: block;
		position: absolute;
		width: 286px;
		height: 100%;
		top: 0;
		z-index: 100;
		background: rgba(255,255,255,0.9);
	}
	.testimonials.overflow .slick-list:before {
		left: 0;
		background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
		background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
	}
	.testimonials.overflow .slick-list:after {
		right: 0
	}
	.bg-gray-2 .testimonials.overflow .slick-list:before,
	.bg-gray-2 .testimonials.overflow .slick-list:after {
		background: #f0f0f0 url("images/bg-pattern-gray2.png") right top repeat;
		opacity: 0.9;
	}
	.testimonials.slides-4 {
		max-width: 1174px;
		margin-left: auto;
		margin-right: auto;
	}	
}
@media ( min-width: 1280px ) {
	.testimonials .slick-arrow {
		z-index: 200;
	}
	.testimonials .slick-prev {
		left: 220px;
	}
	.testimonials .slick-next {
		right: 220px;
	}
}
@media ( min-width:1480px) {
	
}
@media ( min-width:1580px) {
	.testimonials.slick-slider.overflow {
		width: 2002px;
		margin-left: -1001px;
	}
}

/*******************************************************************************************
  *
  * 1f. misc. repeatable elements
  *
********************************************************************************************/


/* responsive video container */
.embed-code-container.type-video {
	max-width: 640px;
    margin: 0 auto 30px;
    margin: 0 auto 3rem;
}
.video-container {
	padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}
.video-container video,
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content .video-container {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
@media ( min-width:760px ) {
	.embed-code-container.type-video.left {
		margin-left: 0;
	}
	.embed-code-container.type-video.right {
		margin-right: 0;
	}
}




/* slick slideshow */
.slick-arrow {
	display: block;
	position: absolute;
	min-width: 0;
	width: 27px;
	height: 40px;
	top: 50%;
	margin: -20px 0 0;
	border-radius: 0;
	padding: 0;
	text-align: left;
	text-indent: -1000000px;
	background: transparent url("images/sprites.png") -100px 0 no-repeat;
}
.slick-prev {
	left: -50px;
}
.slick-next {
	right: -50px;
	background-position: -150px 0;
}
.slick-prev:hover {
	background-position: 0 0;
}
.slick-next:hover {
	background-position: -50px 0;
}

.slick-dots {
	text-align: center;
	list-style: none;
	margin: 0 auto;
	margin: 0 auto;
	padding: 0;
}
.content .slick-dots {
	list-style: none;
	margin: 0 auto;
	margin: 0 auto;
}
.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	margin: 0 1rem;
	padding: 0;
}
.slick-dots button {
	display: block;
	min-width: 0;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 10px;
	background: #ddd;
	text-indent: -1000000px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}
.slick-active button {
	background: #8bbd44;
	box-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.slick-dots button:hover {
	background: #ea8236;
}
/* change arrow color for testimonial slider */
.widget_testimonial_widget .slick-prev {
	background-position: 0 0;
}
.widget_testimonial_widget .slick-next {
	background-position: -50px 0;
}
.widget_testimonial_widget .slick-prev:hover {
	background-position: -100px 0;
}
.widget_testimonial_widget .slick-next:hover {
	background-position: -150px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .slick-arrow {
	    background-size: 1000px 1200px;
    }
    .slick-prev,
    widget_testimonial_widget .slick-prev:hover {
	    background-position: -100px -400px;
    }
    .slick-next,
    .widget_testimonial_widget .slick-next:hover {
	    background-position: -150px -400px;
    }
	.slick-prev:hover,
    .widget_testimonial_widget .slick-prev {
		background-position: 0 -400px;
	}
	.slick-next:hover,
	.widget_testimonial_widget .slick-next {
		background-position: -50px -400px;
	}
}


/***** sidebar stay connected menu *****/
.stay-connected {
	max-width: 364px;
	margin: 0 auto 0 -7.06%;
}
.stay-connected .inner {
	width: 100%;
	padding: 0 0 119.23% 0;
	background: transparent url("images/sidebar-connect.png") left top no-repeat;
	background-size: contain;
}
.stay-connected ul {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}
.stay-connected li {
	position: absolute;
	width: 31%;
	height: 26%;
	bottom: 0;
	margin: 0 !important;
	padding: 0;
}
.stay-connected .facebook {
	left: 7%;
}
.stay-connected .twitter {
	left: 38%;
}
.stay-connected .youtube {
	left: 69%;
}
.stay-connected li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -100000000px;
}
.stay-connected li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0);
}
.stay-connected li a:hover:after {
	background: rgba(255,255,255,0.25);
}


/***** social penguins! *****/
.social-penguins {
	max-width: 650px;
}
.social-penguins .inner {
	width: 100%;
	padding: 0 0 69.23%;
	background: transparent url("images/see-you-social.png") left top no-repeat;
	background-size: contain;
}
.social-penguins ul {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	list-style: none !important;
}
.social-penguins li {
	position: absolute;
	padding: 0;
	margin: 0;
}
.social-penguins li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -100000px;
}
.social-penguins li.facebook {
	top: 73%;
	left: 53%;
	width: 6%;
	height: 14%;
}
.social-penguins li.twitter {
	top: 75%;
	left: 68%;
	width: 9%;
	height: 12%;
}
.social-penguins li.youtube {
	top: 75%;
	left: 86%;
	width: 8%;
	height: 14%;
}
.social-penguins li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0);
}
.social-penguins li a:hover {
	background: rgba(255,255,255,0.5);
}


/*******************************************************************************************
  *
  * 2. wordpress elements
  *
  * 2a. article header styles
  *
********************************************************************************************/

.post-header {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}
.post-thumbnail {
	border-bottom: solid 10px #0a58a6;
}
.post-thumbnail img {
	display: block;
	margin: 0;
	padding: 0;
	min-width: 100%;
	height: auto;
}
.post-header .post-category {
	text-transform: uppercase;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.post-header .post-category a {
	color: #0a58a6;
}

/*** set category colors ***/
/* audience & engagement */
.cat-4 .post-thumbnail {
	border-bottom-color: #80408b;
}
.cat-4 .post-category a {
	color: #80408b;
}
/* inside mirasee */
.cat-5 .post-thumbnail {
	border-bottom-color: #8edfff;
}
.cat-5 .post-category a {
	color: #8edfff;
}
/* productivity & motivation */
.cat-6 .post-thumbnail {
	border-bottom-color: #fec846;
}
.cat-6 .post-category a {
	color: #fec846;
}
/* selling & launching */
.cat-7 .post-thumbnail {
	border-bottom-color: #8cba4c;
}
.cat-7 .post-category a {
	color: #8cba4c;
}
/* strategy & positioning */
.cat-8 .post-thumbnail {
	border-bottom-color: #f29455;
}
.cat-8 .post-category a {
	color: #f29455;
}
/* traffic & growth */
.cat-9 .post-thumbnail {
	border-bottom-color: #3aa3d7;
}
.cat-9 .post-category a {
	color: #3aa3d7;
}


.post-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 22px;
	font-size: 2.2rem;
	margin-top: 0;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.post-meta {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 10px 0 0;
	margin: 1rem 0 0;
}
.post-meta,
.post-meta a {
	color: #a9a9a9;
}
.post-meta > span {
	margin-right: 5px;
	margin-right: 0.5rem;
}
.post-meta > span:before {
	content: "•\00a0";
}
.post-meta > span:first-child:before {
	content: "";
}
.post-meta .post-author:before {
	content: "by "
}
.post-meta .twitter-handle:before {
	content: "|\00a0"
}
.post-meta .post-category:before {
	content: "• Category:\00a0"
}
.post-meta .post-tags:before {
	content: "• Tags:\00a0"
}
.post-meta .post-category:first-child:before {
	content: "Category:\00a0"
}
.post-meta .post-tags:first-child:before {
	content: "Tags:\00a0"
}

@media (min-width:760px) {
	.post-header {
		
	}
}
@media (min-width:1260px) {
	.post-header {
		
	}
}

/*******************************************************************************************
  *
  * 2b. article excerpt styles
  *
********************************************************************************************/

article.post-excerpt,
.blog-slideshow,
.post-insert {
	background: #fff;
	margin: 0 auto 30px;
	max-width: 380px;
}
.post-excerpt .post-thumbnail {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

.post-excerpt .excerpt p {
	margin: 0;
}
.post-excerpt .shares {
	width: 95%;
}

/* post slideshow */
.blog-slideshow {
	background: #fff;
	margin-bottom: 70px;
}
.blog-slideshow article.post-excerpt {
	margin: 0;
}
.blog-slideshow .slick-dots {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -40px;
}

/* post ad - class name is post-insert */
.post-insert + .post-insert {
	display: none;
}
.post-insert {
	margin: 60px auto;
	margin: 6rem auto;
}
.post-insert:before {
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	width: 200vw;
	height: 100%;
	left: -50%;
	left: -100vw
	top: 0;
	background: #eeeeee url("images/bg-pattern-watercolor.png") center top repeat;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
}
.post-insert .opt-in {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}
.post-insert .container {
	margin: 0 auto;
	padding: 0;
}

@media (min-width:760px) {
	article.post-excerpt,
	.blog-slideshow,
	.post-insert {
		max-width: none;
		margin-bottom: 50px;
	}
	.post-excerpt:after {
		content: "";
		display: block;
		clear: both;
	}
	.post-excerpt .post-thumbnail {
		width: 47%;
		float: left;
		margin: 0;
	}
	.post-excerpt .post-header,
	.post-excerpt .excerpt {
		width: 50%;
		float: right;
	}
	.post-excerpt .excerpt {
		clear: right;
	}
}
@media (min-width:1024px) {
	.blog-index .container,
	.blog-single .container {
		max-width: 1260px;
	}
	.post-excerpt .post-thumbnail {
		width: 31.66%;
	}
	.post-excerpt .post-header,
	.post-excerpt .excerpt {
		width: 65.83%;
	}
	.featured .post-excerpt .post-thumbnail,
	.blog-slideshow .post-excerpt .post-thumbnail {
		width: 47%;
	}
	.featured .post-excerpt .post-header,
	.featured .post-excerpt .excerpt,
	.blog-slideshow .post-excerpt .post-header,
	.blog-slideshow .post-excerpt .excerpt {
		width: 50%;
	}
	
}
@media (min-width:1260px) {
	article.post-excerpt,
	.blog-slideshow,
	.post-insert {
		margin-bottom: 80px;
	}
}

/*******************************************************************************************
  *
  * 2c. single post styles
  *
********************************************************************************************/


/* header */
.single-post .post-header {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.single-post .post-thumbnail {
	margin: 20px 0 0;
	margin: 2rem 0 0;
}
.single-post .post-category {
	font-size: 22px;
	font-size: 2.2rem;
}
.single-post .post-title {
	font-size: 36px;
	font-size: 3.6rem;
}
.single-post .post-meta {
	font-size: 16px;
	font-size: 1.6rem;
}

/* post footer */

.post-footer {
	clear: both;
}

/* post/page navigation */
.page-links,
.nav-single {
	margin: 50px 0;
	margin: 5rem 0;
	font-size: 90%;
}
.page-links a,
.nav-single a {
	color: #40a4d5;
	text-decoration: none;
}
.nav-single a {
	display: block;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}
.page-links a {
	margin: 0 10px 5px;
	margin: 0 1rem 0.5rem;
}


/* about author block */
.about-author {
	border-top: solid 1px #8bbc44;
	border-bottom: solid 1px #8bbc44;
	margin: 50px auto;
	margin: 5rem auto;
	padding: 20px 0;
	padding: 2rem 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.archive .about-author {
	font-size: 17px;
	font-size: 1.7rem;
	border-color: #e3e3e3;
	margin-top: 0;
}
.about-author .description:after {
	content: "";
	display: block;
	clear: both;
}
.about-author .avatar img {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 15px 10px 0;
}
.about-author .name {
	color: #073d99;
}
.about-author .name {
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
}
.about-author p {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.about-author .author-link a, {
	text-decoration: none;
}
.about-author .social-icon-links {
	margin: 25px 0 0;
	margin: 2.5rem 0 0;
}

@media ( min-width:760px ) {
	.single-post .post-title {
		font-size: 38px;
		font-size: 3.8rem;
	}
	.about-author {
		padding: 25px 15px 20px;
	}
	.about-author .description {
		padding-right: 190px;
		min-height: 200px;
	}
	.about-author .avatar img {
		display: block;
		position: absolute;
		right: -10px;
		top: 10px;
		width: 180px;
		height: 180px;
		border-radius: 10px;
		float: none;
		margin: 0;
	}
}
@media ( min-width:1200px ) {
	.about-author {
		padding: 30px 25px;
	}
	.about-author .description {
		padding-right: 210px;
	}
	.about-author .avatar img {
		right: 0;
	}
}


/***** wordpress related posts *****/
.post-footer .related {
	margin: 50px 0;
	margin: 5rem 0;
}
.related_post_title {
}
ul.related_post {
}
ul.related_post li {
	margin: 0 0 15px;
}
ul.related_post li a {
}
ul.related_post li img {
	position: absolute;
	width: 80px;
	height: 45px;
	left: 0;
	top: 0;
}
ul.related_post a.wp_rp_title {
	display: table-cell;
	position: relative;
	height: 45px;
	vertical-align: middle;
	padding-left: 90px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
@media ( min-width:760px ) {
	ul.related_post {
		-webkit-column-count: 2;
		-moz-column-count: 2;
        column-count: 2;
        font-size: 16px;
        line-height: 1.3;
	}

}
@media ( min-width:1200px ) {
	ul.related_post li img {
		width: 120px;
		height: 67px;
	}
	ul.related_post a.wp_rp_title {
		padding-left: 135px;
		height: 67px;
	}
}



/*******************************************************************************************
  *
  * 2d. social buttons 
  *
********************************************************************************************/



/*******************************************************************************************
  *
  * 2e. comments
  *
********************************************************************************************/

#comments {
	clear:both;
    padding: 0;
    margin: 20px 0;
    margin: 2rem 0;
    padding-top: 10px;
    padding-top: 1rem;
}
.comments-title {
	/*margin: 0 0 20px;
	margin: 0 0 2rem;*/
	color: #073d99;
}
#comments .fb-like {
	margin: 0 0 5px 11px;
}
#comments .fb-comments,
#comments .wp-comments-container {
	background: #fff;
}
.thread-even {
    background-color: #f0f6f9 !important;
    border-bottom: 2px solid #a1a1a1;
    border-top: 2px solid #a1a1a1;
}
.comment .comment-body {
    /*background-color: #ffffff;*/
    margin: 0;
    overflow: hidden;
    padding: 25px;
    /*margin-top: 2em;*/
    padding-left: 85px;
    position: relative;
    /*border: 1px solid rgba(0, 0, 0, 0);*/
    /*border-color: #E8E8E8;*/
    /*border-radius: 4px;*/
}
.comment-list .children {
    margin-left: 0px!important;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left 20px;
}
ul.children > .comment .comment-body {
    border-top: 10px solid #073d99;
    border-bottom: 3px solid #073d99;
    background: #ffffff !important;
    margin-right: 40px;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.vcard .avatar {
    position: absolute;
    
}
#comments li .avatar {
    position:absolute;
    left: -65px;
    width:50px;
    height:50px;
}
.comment-author a {
    color: #073d99 !important;  
    font-weight: 800 !important;
    font-size: 18px;
}
.comment-author:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 5px;
    top: 0;
    background: transparent url("images/sprites.png") -500px -198px no-repeat;
    margin-right: 0px;
}
.comment-metadata a {
    color: #a9a9a9 !important;  
    font-style: italic;
    font-size: 16px;
}
#comments .comment a,
#respond .logged-in-as a {
    color: #3B5998;
    text-decoration:none;
}
#comments .comment a:active,
#comments .comment a:hover {
    color: #3B5998 !important;
    text-decoration: underline;
}
#comments .comment-meta {
	padding-bottom: 10px;
	padding-bottom: 1rem;
	color: #808080;
}
#comments-toggle,
#comment-nav-below {
    font-weight:bold;
	padding: 10px;
	padding: 1rem;
}
#comment-nav-below a {
	color: #3B5998;
}

#respond {
    padding: 15px 10px 0;
    padding: 1.5rem 1rem 0;
    position: relative;
    border-top: 1px solid #ccc;
}
.commentlist #respond {
	border-top-color: #e2e2e2;
	padding: 10px 10px 10px 0;
    padding: 1rem 1rem 1rem 0;
	margin-left: 61px;
}
#comments-toggle,
#respond #reply-title {
	margin-bottom: 6px;
	color: #3B5998;
}
#comments-toggle {
	display: none;
	cursor: pointer;
	margin: 0;
	border-top: 1px solid #ccc;
}
#cancel-comment-reply-link {
    color: #3B5998;
    padding-left: 16px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control { height: 150px;}
#respond p {
	margin: 5px 0;
}
#respond .comment-notes {
	font-size: 10px;
	font-style: italic;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
#respond input[type="submit"] {
	min-width: 0;
	margin: 10px 0;
	margin: 1rem 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 7px 20px;
	padding: 0.7rem 2rem;
	text-shadow: none;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	padding: 2px 0;
	margin-top: 0;
	margin-bottom: 0;
    width: 50%;
    float: left;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
	display: inline-block;
	width: 50px;
	padding: 6px 5px 0 0;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
    width: 98%;
}
#respond .comment-form-email input {
float: right;
}
.comment-form-url {
	display: none;
}
.comment-form-comment {
	position: relative;
}
.comment-form-comment label {
    display: none; 
    padding: 0 0 2px;
  	padding: 0 0 0.2rem;
}
.comment-form-comment textarea {
	width: 100%;
	padding: 6px;
	padding: 0.6rem;
}
#commentform .form-allowed-tags {
    color:#808080;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2; 
    font-style: italic;
    margin-right: 18px;
}
#commentform .form-allowed-tags code {
    color:#808080;
    font-size: 10px;
    font-size: 1rem;
    line-height: 12px;
    font-style: normal;
}
/* this toggles allowed tags. appended to comment form via jquery */
#commentform .allowed-tag-toggle  {
	display: block;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 2px;
	bottom: -18px;
	background: transparent url("images/sprites.png") -950px -750px no-repeat;
	cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    #commentform .allowed-tag-toggle {
	    background-size: 1000px 1200px;
	    background-position: -950px -1150px;
    }
}

#respond form .comment-form-subscriptions,
#respond form .form-submit {
	margin-right: 18px;
}
#respond form .comment-form-subscriptions label {
	margin: 6px 0 8px;
}
#respond form .comment-form-subscriptions input[type="checkbox"] {
	margin: 0 5px 0 0;
}
#respond form .comment-form-subscriptions a {
	color: #3b5998;
	text-decoration: underline;
}
.comment-closed {
	padding: 10px;
	padding: 1rem;
	margin: 0;
}

/* comment content typography -to match facebook */
.comment-content p{
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #171717;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 10px;
    line-height: 150%;
}
.comment-reply-link {
       font-family: 'Open Sans', Verdana, sans-serif;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
    color: #fff !important;
    padding: 5px 30px;
    border: none;
    border-radius: 2px;
    background: #ee672f;
    text-shadow: 0 1px rgba(0,0,0,0.2);
    margin: 10px 0 0px;
    position: relative;
}
#comments .comment-content p,
#comments .comment-content h1,
#comments .comment-content h2,
#comments .comment-content h3,
#comments .comment-content h4,
#comments .comment-content h5,
#comments .comment-content h6,
#comments .comment-content blockquote,
#comments .comment-content address {
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}
#comments-toggle,
#respond #reply-title {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	
}
.nocomments,
#comments,
#comments .comment-content h1,
#comments .comment-content h2,
#comments .comment-content h3,
#comments .comment-content h4,
#comments .comment-content h5,
#comments .comment-content h6,
#comments .comment-content blockquote,
#comments .comment-content table,
#comments .comment-content dl,
#comments .comment-content ol,
#comments .comment-content ul,
#comments .comment-content address {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.28; 
    color: #1a1a1a;
}

#comments .comment-content h1,
#comments .comment-content h2,
#comments .comment-content h3,
#comments .comment-content h4,
#comments .comment-content h5,
#comments .comment-content h6 {
	font-weight: bold;
}
#comments .comment-content blockquote {
	margin: 0 0 8px 10px;
	margin: 0 0 0.8rem 1rem;
	font-style: italic;
	background: transparent;
	padding: 10px;
	float: none;
}
#comments .comment-content blockquote:before,
#comments .comment-content blockquote:after {
	display: none;
}
#comments .comment-content blockquote p {
	color: #888888;
}
#comments .comment-content blockquote cite {
	display: inline-block;
	text-align: left;
	margin: 0 0 0 10px;
	margin: 0 0 0 1rem;
}
#comments .comment-content table,
#comments .comment-content dl,
#comments .comment-content ol,
#comments .comment-content ul,
#comments .comment-content pre {
	padding: 0;
	margin: 0 0 10px 15px;
	margin: 0 0 1rem 1.5rem;
}
#comments .comment-content th,
#comments .comment-content td {
	padding: 3px 5px;
	padding: 0.3rem 0.5rem;
}
#comments .comment-content dt,
#comments .comment-content dd {
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}
#comments .comment-content ul {
	list-style: disc;
}
#comments .comment-content ol {
	list-style: decimal;
}
#comments .comment-content ol ol {
	list-style: upper-alpha;
}
#comments .comment-content ol ol ol {
	list-style: lower-roman;
}
#comments .comment-content ol ol ol ol {
	list-style: lower-alpha;
}
#comments .comment-content ol ol,
#comments .comment-content ol ul,
#comments .comment-content ul ul,
#comments .comment-content ul ol {
	margin: 0;
}
#comments .comment-content li {
	min-height: 0;
	padding: 0;
	border: none;
	margin: 0 0 0 10px;
	margin: 0 0 0 1rem;
}
#comments .comment-content pre,
#comments .comment-content code,
#comments .comment-content tt,
#comments .comment-content kbd {
	font-size: 10px;
	font-size: 1rem;
}
#comments .pingback,
#comments .pingback a {
	color: #3B5998;
}

@media (max-width:759px) {
	
	#comments .comment-author,
	#comments .comment-content,
	#comments .comment-meta {
		padding-right: 10px;
		padding-right: 1rem;
	}
	#comments li {
		min-height: 20px;
	}
	#comments li ol {
		padding-left: 10px;
	}
	.commentlist #respond {
		margin-left: 0;
	}
	#comments .comment-hidden {
		display: none;
	}
	#comments-toggle {
		display: block;
	}
}
@media ( min-width:760px ) {
	.comments-title {
		text-align: center;
		position: relative;
	}
}
@media ( min-width: 1000px ) {
	.comments-title:before,
	.comments-title:after {
		content: "";
		display: block;
		position: absolute;
		width: 150px;
		height: 168px;
		top: 10px;
		background: transparent url("images/sprites.png") 0 -300px no-repeat;
	}
	.comments-title:before {
		left: -150px;
	}
	.comments-title:after {
		background-position: -150px -300px;
		right: -150px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .comments-title:before,
	.comments-title:after {
		background-size: 1000px 1200px;
	}
	.comments-title:before {
		background-position: 0 -700px;
	}
	.comments-title:after {
		background-position: -150px -700px;
	}
}


/*******************************************************************************************
  *
  * 2f. misc. article related styles
  *
********************************************************************************************/


/* bottom page nav */
#nav-below {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	margin: 30px 0;
	margin: 3rem 0;
	text-align: center;
}
#nav-below .nav-previous,
#nav-below .nav-next {
	display: inline;
	margin: 0 20px;
	margin: 0 2rem;
}

/* wp-page navi */
.wp-pagenavi {
	text-align: center;
	font-family: 'Open Sans', Verdana, sans-serif;
}
.wp-pagenavi > * {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.wp-pagenavi .pages {
	margin-right: 20px;
	margin-right: 2rem;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	background: #fff;
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
	border-radius: 20px;
	padding-top: 8px;
	padding-top: 0.8rem;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	/* brackets line up differently */
	/*padding-top: 7px;
	padding-top: 0.7rem;*/
}
.wp-pagenavi .current {
	color: #aaa;
}


/***** click to tweet - social warfare funciton *****/
a.sw_CTT {
	color: #777777;
	text-decoration: none;
	display: block;
	clear: both;
	margin-bottom: 30px;
	margin-bottm: 3rem;
}
.sw-click-to-tweet {
	padding: 0;
}
a .sw-click-to-tweet .sw-ctt-text {
	padding: 30px 20px;
	padding: 3rem 2rem;
	border: solid 1px #9de0f9;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	border-radius: 4px 4px 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.sw-click-to-tweet .sw-ctt-btn {
	float: none;
	text-align: right;
	padding: 3px 10px 5px;
	line-height: 21px;
	background: #9de0f9;
	border-radius: 0 0 4px 4px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.sw-click-to-tweet i.sw-twitter {
	margin-top: 0;
}
a:hover .sw-click-to-tweet .sw-ctt-text {
	color: #429cd6 !important;
	border-color: #429cd6;
}
a:hover .sw-click-to-tweet .sw-ctt-btn {
	background: #429cd6;
}
@media ( min-width:1024px ) {
	a .sw-click-to-tweet .sw-ctt-text {
		padding: 30px;
	}
}


/*******************************************************************************************
  *
  * 2g. default widgets
  *
********************************************************************************************/

/* general */
#sidebar .widget {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	text-shadow: none;
}

.widget li {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.widget-title {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.1;
	color: #ffffff;
	background: #3aa2d7;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 10px;
	padding: 1.5rem 1rem;
	margin: 0 auto 5px;
}

/* search form */
.widget_search form {
	padding: 0;
	position: relative;
}
.widget_search input[type="text"] {
	width: 100%;
	margin: 0;
	padding-left: 36px;
}
/* must be 30x30 for sprites */
.widget_search input[type="submit"] {
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	min-width: 0;
	min-height: 0;
	width: 22px;
	height: 22px;
	border: none;
	background: transparent url("images/sprites.png") -900px -750px no-repeat;
	text-indent: -5000px;
	margin: -11px 0 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .widget_search input[type="submit"] {
	    background-size: 1000px 1200px;
	    background-position: -900px -1150px;
    }
}

/* tag cloud */
.tagcloud {
	line-height: 1.1;
}

@media ( min-width:760px ) {
	#sidebar .widget {
		
	}
}
@media ( min-width:1024px ) {
	#sidebar .widget {
		
	}
}


/*******************************************************************************************
  *
  * 2h. custom widgets
  *
********************************************************************************************/

/* custom widgets with thumbnail */
.widget .thumbnail-list,
.widget .custom-recent-comments {
	border-collapse: collapse;
}
.widget .thumbnail-list li a {
	display: block;
	width: 100%;
	position: relative;
}
.widget .thumbnail-list .thumbnail-post-img,
.widget .custom-recent-comments .avatar {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.widget .thumbnail-list .thumbnail-post-img img,
.widget .custom-recent-comments .avatar img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.widget .thumbnail-list .thumbnail-post-title,
.widget .custom-recent-comments .comment {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding-left: 65px;
}


/* tab widget: in-effect class added if it's active */
.widget_custom_tab_widget,
#sidebar .widget_custom_tab_widget {
	padding: 0;
	background: transparent;
}

.widget_custom_tab_widget.in-effect {
}
.widget_custom_tab_widget.in-effect .tabs .tab-title {
	cursor: pointer;
	display: inline-block;
	margin: 0 4px 0 0;
	line-height: 1;
	border-radius: 4px 4px 0 0;
}
.widget_custom_tab_widget.in-effect .tabs .selected {
	cursor: default;
}
.widget_custom_tab_widget.in-effect .widget-inside {
	padding: 10px 0 0;
	padding: 1rem 0 0;
	border-radius: 0 4px 4px 4px;
}

/* facebook like box */

#fb-root {
	display: none;
}
.widget_fblikebox_widget .fb-wrap {
	background-color: #fff;
}
.widget_fblikebox_widget .fb-like-box {
	display: block;
	margin: 0 auto;
}
.widget_fblikebox_widget .fb_iframe_widget, 
.widget_fblikebox_widget .fb_iframe_widget span, 
.widget_fblikebox_widget .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}


/* testimonial widgets */

.widget_testimonial_widget ul {
	list-style: none;
	margin: 0;
}


/*******************************************************************************************
  *
  * 3. main layout
  *
  * 3a. layout- header
  *
********************************************************************************************/


#main-header {
	z-index: 1000;
	background: #ffffff;
	margin-bottom: -50px;
	font-family: 'Open Sans', Verdana, sans-serif;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
#main-header.transparent {
	background: transparent;
	box-shadow: none;
}
.mobile-menu-active #main-header {
	box-shadow: none;
}
#top-banner {
	padding-top: 0;
	padding-bottom: 0;
	/* max-width: none; */
}
.site-title {
	display: table-cell;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	vertical-align: middle;
	height: 50px;
	margin: 0;
	font-size: 2rem;
	line-height: 1.05;
	text-transform: uppercase;
	padding: 0 30px 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.site-title img {
	display: block;
	margin: 0;
	height: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#main-header .menu-toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	width: 22px;
	height: 100%;
	margin: 0;
	vertical-align: middle;
	text-indent: -10000px;
	cursor: pointer;
}
#main-header .menu-toggle span:before,
#main-header .menu-toggle span:after,
#main-header .menu-toggle:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	border-radius: 2px;
	background: #3d3d3d;
}
#main-header .menu-toggle span:before {
	margin-top: -7px;
}
#main-header .menu-toggle span:after {
	margin-top: 5px;
}
#main-header .menu-toggle:after {
	margin-top: -1px;
}

/* don't show these things by default */
.site-description,
#main-nav,
#secondary-nav {
	display: none;
}

@media ( min-height:500px ) {
	/*** sticky header if tall enough ***/
	#main-header.sticky {
		position: fixed;
		width: 100%;
	}
	.scrolled #main-header.sticky {
		background: #ffffff;
		box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	}
	.scrolled.mobile-menu-active #main-header.sticky {
		box-shadow: none;
	}
	.scrolled #main-header.sticky .site-title {
		height: 40px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.scrolled #main-header.sticky .site-title img {
		height: 32px;
	}
}

@media ( min-width:760px ) {
	#main-header {
		margin-bottom: -60px;
	}
	.site-title,
	.site-title img {
		height: 60px; 
	}
	.scrolled #main-header.sticky .site-title {
		height: 50px;
		padding-top: 6px;
		padding-bottom: 4px;
	}
	.scrolled #main-header.sticky .site-title img {
		height: 40px;
	}
	#top-banner:after {
		content: "";
		display: block;
		clear: both;
	}
	#main-header .menu-toggle {
		display: none;
	}	
	.header-title,
	#main-nav {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}
	#main-nav {
		text-align: right;
	}
	#main-nav > ul {
		margin-right: -20px; /* make the right most text line up */
		white-space: nowrap;
	}
	#main-nav li {
		display: inline-block;
		position: relative;
	}
	#main-nav li a {
		white-space: nowrap;
		display: inline-block;	
		height: 60px;	
		padding: 0 20px;
		text-shadow: 0 -1px #fff;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 60px;
		color: #0a58a6;
	}
	#main-nav ul.menu li.current-menu-item > a {
		color: #8bbd44;
		font-weight: bold;
	}
	#main-nav ul ul {
		position: absolute;
		text-align: right;
		right: 0;
		top: -99999px;
		right: 0;
		opacity: 0;
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
		margin: 0;
		padding: 5px 0 10px 10px;
		background: rgba(255,255,255,1);
		box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	}
	#main-nav ul li:hover > ul { 
		opacity: 1; 
		top: 100%;
		margin-top: 0; 
	}
	#main-nav ul ul li {
		display: block;
		margin: 0;
	}
	#main-nav ul ul li a {
		height: auto !important;
		line-height: 1.2 !important;
		padding: 8px 20px;
	}
	#main-nav ul ul ul {
		display: none;
	}
	
	#secondary-nav {
		position: absolute;
		top: -15px;
		right: 0;
	}
	#secondary-nav li {
		display: inline-block;
		margin-left: 8px;
	}
	#secondary-nav ul ul {
		display: none;
	}
	#secondary-nav a {
		display: block;
		font-size: 1.3rem;
		line-height: 1;
		text-transform: uppercase;
		padding: 5px 0;
	}
	.scrolled #main-header.sticky .site-title {
		height: 60px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.scrolled #main-header.sticky .site-title img {
		height: 60px;
	}
}
@media ( min-width:1024px ) and ( min-height:800px ) {
	.site-title,
	.site-title img {
		height: 100px;
	}
	#main-nav li a {
		/*height: 100px;
		line-height: 100px;*/
	}
	.scrolled #main-header.sticky .site-title {
		height: 60px;
		padding-top: 6px;
		padding-bottom: 4px;
	}
	.scrolled #main-header.sticky .site-title img {
		height: 50px;
	}
}

/*******************************************************************************************
  *
  * 3b. layout - mobile menu
  *
********************************************************************************************/

#mobile-menu {
	z-index: 900;
	opacity: 0;
	position: absolute;
	width: 100%;
	/*min-height: 100vh;*/
	top: 0;
	left: 0;
	margin-top: -200%;
	background: #ffffff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 1.8rem;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 50px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.mobile-menu-active #mobile-menu {
	opacity: 1;
	margin-top: 0;
}
#mobile-menu > ul {
	padding: 10px 15px;
}
#mobile-menu a {
	display: block;
	padding: 12px 5px 10px;
	border-top: solid 1px rgba(0,0,0,0.05);
	color: #0a58a6;
}
#mobile-menu ul ul a:before {
	content: "- ";
}
#mobile-menu ul ul a {
	padding-left: 15px;
}
@media ( min-height:500px ) { 
	#mobile-menu.sticky {
		position: fixed;
	}
	.scrolled #mobile-menu {
		padding-top: 40px;
		-webkit-transition: padding .3s ease-in-out;
		-moz-transition: padding .3s ease-in-out;
		-o-transition: padding .3s ease-in-out;
		transition: padding .3s ease-in-out;
	}
}
@media ( min-width:760px ) {
	#mobile-menu {
		padding-top: 60px;
	}
	#mobile-menu a {
		padding: 15px 20px;
	}
	.scrolled #mobile-menu {
		padding-top: 50px;
	}
}

/*******************************************************************************************
  *
  * 3c. layout - footer
  *
********************************************************************************************/

#main-footer {
	clear: both;
	z-index: 10;
	background: #fff;
}
#main-footer,
#main-footer a {
	color: #3d3d3d;
}

/* footer links */
#footer-links {
	background: #ccd3d9 url("images/bg-pattern-birds.png") center top repeat;
	padding: 40px 0 20px;
}
#footer-links > .column-container {
	margin: 0 auto;
}
.footer-link {
	margin: 0 0 40px;
	margin: 0 0 4rem;
}
.footer-link-title.toggle {
	cursor: pointer;
}
.footer-link-title.toggle + * {
	display: none;
}
.footer-link-title {
	text-transform: uppercase;
	color: #000;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	border-bottom: solid 1px #aaaeb2;
}
.footer-link li,
.footer-link p {
	margin: 0 0 10px;
	margin: 0 0 1rem;
}
.footer-link ul ul {
	margin-top: 10px;
	margin-top: 1rem;
}
.footer-link li {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-link ul ul li {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	text-transform: none;
}
.footer-link ul ul li,
.footer-link ul ul li a {
	color: #5d5d5d;
}

/* social links */
#footer-links .social-links {
	text-align: center;
}
.social-links li {
	display: inline-block;
	margin: 0 5px;
}
.social-links li a {
	display: block;
	width: 41px;
	height: 41px;
	text-indent: -1000000px;
	background: transparent url("images/sprites.png") right top no-repeat;
}
.social-links li.facebook a {
	background-position: 0 -50px;
}
.social-links li.facebook a:hover {
	background-position: -300px -50px;
}
.social-links li.twitter a {
	background-position: -50px -50px;
}
.social-links li.twitter a:hover {
	background-position: -350px -50px;
}
.social-links li.itunes a {
	background-position: -100px -50px;
}
.social-links li.itunes a:hover {
	background-position: -400px -50px;
}
.social-links li.youtube a {
	background-position: -150px -50px;
}
.social-links li.youtube a:hover {
	background-position: -450px -50px;
}

/* footer search */
.footer-search {
	margin-top: 20px;
	padding: 0 15px;
}
.footer-search form {
	max-width: 320px;
	margin: 0 auto;
}


/* site-info */
#footer-logo {
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
}
#footer-logo img {
	max-width: 50%;
	height: 50px;
	width: auto;
}
#footer-menu,
#copyright {
	margin: 0 0 10px;
	margin: 0 0 1rem;
}
#site-info {
	text-align: center;
	padding: 35px 0 25px;
	padding: 3.5rem 0 2.5rem;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.35;
}
#site-info:first-child {
	border-top: solid 1px #ccd3d9;
}
#site-info li,
#site-info ul ul {
	display: inline;
}
#footer-menu li:before {
	content: "|\00a0";
	display: inline-block;
	padding: 0 8px;
	padding: 0 0.8rem;
}
#footer-menu > ul > li:first-child:before {
	content: "";
}
#site-credit {
	font-size: 11px;
	font-size: 1.1rem;
	margin: 25px 0 0;
	margin: 2.5rem 0 0;
}
#site-credit,
#site-credit a {
	color: #a9a9a9;
}

@media (max-width:759px) {
	.footer-link {
		display: block;
	}
}
@media ( min-width:760px ) {
	#footer-links > .column-container {
		border-collapse: collapse;
		max-width: 1400px;
	}
	#footer-links {
		padding: 50px 25px;
	}
	#footer-links .social-links {
		text-align: left;
	}
	.social-links li {
		margin: 0 12px 0 0;
	}
	.footer-search {
		padding: 0;
	}
	.footer-search form {
		margin-left: 0;
	}
	
	#footer-logo img {
		height: 75px;
	}
}
@media ( min-width:1024px ) {
	#footer-links {
		padding: 50px 30px;
	}
}
@media ( min-width:760px ) and ( max-width:1200px ) {
	#footer-links > .column-container:after {
		content: "";
		display: block;
		clear: both;
	}
	.footer-link {
		width: 50%;
		float: left;
	}
	.footer-link:nth-child( 2n+1 ) {
		clear: left;
	}
	.footer-link .footer-link-title,
	.footer-link > div {
		padding-right: 30px;
	}
}
@media ( min-width:1200px ) {
	.footer-link {
		display: table-cell;
	}
	/* set space for social links and search field */
	.footer-link:first-child {
		padding-bottom: 150px;
	}
	.footer-link-title {
		padding: 0 15px 30px;
		padding: 0 15px 3rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
	.footer-link > div {
		padding: 0 15px;
	}
	.footer-link:first-child .footer-link-title,
	.footer-link:first-child > div {
		padding-left: 0;
	}
	.footer-link:first-child + .footer-link + .footer-link + .footer-link .footer-link-title,
	.footer-link:first-child + .footer-link + .footer-link + .footer-link > div {
		padding-right: 0;
	}
	.footer-link li {
		margin-bottom: 24px;
		margin-bottom: 2.4rem;
	}
	.footer-link ul ul {
		margin-top: 12px;
		margin-bopt: 1.2rem;
	}
	.footer-link ul ul li {
		margin-bottom: 12px;
		margin-bottom: 1.2rem;
	}
	/* social links */
	#footer-links .social-links {
		padding: 0;
		margin: 0;
		position: absolute;
		left: 30px;
		bottom: 124px;
	}
	
	/* footer search */
	.footer-search {
		position: absolute;
		width: 22%;
		margin: 0;
		padding: 0;
		left: 30px;
		bottom: 64px;
	}
}
@media ( min-width:1460px ) {
	#footer-links .social-links,
	.footer-search {
		left: 50%;
		margin-left: -700px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .social-links li a {
		background-size: 1000px 1200px;
	}
	.social-links li.facebook a {
		background-position: 0 -450px;
	}
	.social-links li.facebook a:hover {
		background-position: -300px -450px;
	}
	.social-links li.twitter a {
		background-position: -50px -450px;
	}
	.social-links li.twitter a:hover {
		background-position: -350px -450px;
	}
	.social-links li.itunes a {
		background-position: -100px -450px;
	}
	.social-links li.itunes a:hover {
		background-position: -400px -450px;
	}
	.social-links li.youtube a {
		background-position: -150px -450px;
	}
	.social-links li.youtube a:hover {
		background-position: -450px -450px;
	}
}

/*******************************************************************************************
  *
  * 3d. layout - main content section
  *
********************************************************************************************/


#main-container {
	padding-top: 50px;
	-webkit-transition: padding-top .3s linear;
	-moz-transition: padding-top .3s linear;
	-o-transition: padding-top .3s linear;
	transition: padding-top .3s linear;
}
#content-sidebar {
	margin: 0 auto;
}
#sidebar {
	max-width: 320px;
	margin: 80px auto 0;
}

/**
 * top block stretched:
 *	negative top margin = main container pad
 *  top pad = main container pad + .content-block pad
 */
#top-block.bg-to-top,
#top-block.bg-stretch {
	margin-top: -50px;
	padding-top: 85px;
}
/*
 * fill whole browser center it by flex 
 * padding bottom is matched to top - only suited for short content
 *
 */
#top-block.bg-stretch {
	min-height: 100vh;
	padding-bottom: 85px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

/* sales page top block */
.sales-page-container #top-block {
	padding-top: 40px;
	padding-top: 4rem;
}
.sales-page-container #top-block.bg-to-top,
.sales-page-container #top-block.bg-stretch {
	padding-top: 70px;
}


@media (min-width:760px) {
	#main-container {
		padding-top: 60px;
	}
	
	/*** sidebar: #content-sidebar container is column-container ***/
	#content-column,
	#sidebar {
		display: table-cell;
		vertical-align: top;
	}
	#content-column {
		padding-right: 5px;
	}
	#sidebar {
		width: 30%;
		max-width: none;
		margin: 0;
	}
	
	/* top block stretched */
	#top-block.bg-to-top,
	#top-block.bg-stretch {
		margin-top: -60px;
		padding-top: 110px;
	}
	#top-block.bg-stretch {
		padding-bottom: 110px;
	}
	
	/* sales page */
	.sales-page-container #top-block .chevron:first-child {
		margin-top: -40px;
		margin-top: -4rem;
	}
	.sales-page-container #top-block.bg-to-top,
	.sales-page-container #top-block.bg-stretch {
		padding-top: 90px
	}

}
@media (min-width:1024px) {
	#content-sidebar {
		max-width: 1260px;
	}
	#content-column {
		padding-right: 25px;
	}
	
	/* top block stretched */
	#top-block.bg-to-top,
	#top-block.bg-stretch {
		padding-top: 120px;
	}
	#top-block.bg-stretch {
		padding-bottom: 120px;
	}
}
@media ( min-width:1024px ) and ( min-height:800px ) {
	#main-container {
		padding-top: 100px;
	}
	
	/* top block stretched */
	#top-block.bg-to-top,
	#top-block.bg-stretch {
		margin-top: -100px;
		padding-top: 160px;
	}
	#top-block.bg-stretch {
		padding-bottom: 160px;
	}
	
	/* sales page */
	.sales-page-container #top-block.bg-to-top,
	.sales-page-container #top-block.bg-stretch {
		padding-top: 110px
	}
}
@media ( min-width:1200px ) {
	/* top block stretched */
	#top-block.bg-to-top {
		padding-top: 140px;
	}
}
@media ( min-width:1200px ) and ( min-height:800px ) {
	/* top block stretched */
	#top-block.bg-to-top,
	#top-block.bg-stretch {
		padding-top: 180px;
	}
	#top-block.bg-stretch {
		padding-bottom: 180px;
	}
	/* sales page */
	.sales-page-container #top-block.bg-to-top,
	.sales-page-container #top-block.bg-stretch {
		padding-top: 140px
	}
}


/*******************************************************************************************
  *
  * 3e. layout - page banner / opt-in areas
  *
********************************************************************************************/

/*** page title banner ***/
#title-banner.normal {
	background: #063d7c;
	color: #fff;
	padding: 80px 0 60px;
	padding: 8rem 0 6rem;
	font-family: 'Open Sans', Verdana, sans-serif;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
#title-banner.normal .bg {
	position: absolute;
	height: 100%;
	width: 170%;
	left: -70%; /* image center is 15% from left */
	top: 0;
	background-position: center top;
	background-size: cover;
}
#title-banner.normal .title {
	font-family: 'automobile', 'Noto Serif', 'Merriweather', Georgia, serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 1;
	margin: 0;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.5);
}
#title-banner.normal p {
	margin: 20px 0 0;
	margin: 2rem 0 0;
}
#title-banner.large .bg {
	left: 0;
	background-position: center bottom;
}
#title-banner.normal.bg-stretch {
	margin-top: -50px;
	padding: 155px 0 15px;
}
#title-banner.normal.bg-stretch .bg {
	width: 100%;
	left: 0;
}
#title-banner.normal.bg-stretch .container {
	max-width: 390px;
}
#title-banner.normal.bg-stretch .inner {
	display: table-cell;
	height: 130px;
	width: 360px;
	vertical-align: middle;
}
#title-banner.normal.bg-stretch .title {
	font-family: 'Noto Serif', 'Merriweather', Georgia, serif;
}

@media( min-width:760px ) {
	#title-banner.normal .bg {
		width: 120%;
		left: -20%; /* image center is 40% from left */
	}
	#title-banner.normal .inner {
		padding-left: 50%;
	}
	#title-banner.normal.bg-stretch {
		margin-top: -60px;
		padding: 180px 0 10px;
	}
	#title-banner.normal.bg-stretch .inner {
		padding-left: 0;
		height: 210px;
	}
	#title-banner.large {
		padding: 160px 0 80px;
	}
	#title-banner.large .bg {
		width: 100%;
		left: 0;
	}
}
@media ( min-width:1024px ) {
	#title-banner.normal .bg {
		width: 100%;
		left: 0;
	}
	#title-banner.normal .inner {
		padding-left: 60%;
	}
	#title-banner.normal .title {
		font-size: 58px;
	}
	#title-banner.normal p {
		font-size: 20px;
	}
	#title-banner.large {
		padding: 240px 0 120px;
	}
	#title-banner.normal.bg-stretch {
		padding: 280px 0 20px;
	}
	#title-banner.normal.bg-stretch .container {
		max-width: 1260px;
		padding-left: 50%;
		text-align: left;
	}
	#title-banner.normal.bg-stretch .inner {
		height: 200px;
		width: 600px
	}
}
@media ( min-width:1024px ) and ( min-height:800px ) {
	#title-banner.large {
		padding: 300px 0 150px;
	}
	#title-banner.normal.bg-stretch {
		margin-top: -100px;
	}
	#title-banner.normal.bg-stretch {
		padding: 360px 0 40px;
	}
}
@media ( min-width:1260px ) {
	#title-banner.normal.bg-stretch .container {
		padding-left: 630px;
	}
}

/*** as seen on ***/
.as-seen-on {
	background: #fff;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.as-seen-on .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
.as-seen-on .container:before {
	content: "AS SEEN ON";
	display: block;
	text-align: center;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1;
	color: #a9a9a9;
	margin-bottom: 10px;
}
.as-seen-on .inner {
	padding: 0 0 27.45%;
	background: transparent url("images/as-seen-on-3.png") center top no-repeat;
	background-size: contain;
}
@media ( min-width:500px ) {
	.as-seen-on .inner {
		padding-bottom: 14%;
		background-image: url("images/as-seen-on-2.png");
	}
}
@media ( min-width:690px ) {
	.as-seen-on .inner {
		padding-bottom: 5.3%;
		background-image: url("images/as-seen-on-1.png");
	}
}
@media ( min-width:760px ) {
	.as-seen-on {
		background: #f4f2f2;
		overflow: hidden;
	}
	.as-seen-on:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 10px;
		left: 0;
		top: 50%;
		margin: -45px 0 0 45px;
		background: #fff;
		border-top: solid 40px #fff;
		border-left: solid 40px #f4f2f2;
		border-bottom: solid 40px #fff;
	}
	.as-seen-on .container {
		padding-left: 95px;
	}
	.as-seen-on .container:before {
		position: absolute;
		left: 25px;
		top: 50%;
		margin-top: -23px;
		width: 50px;
		height: 100%;
		text-align: left;
		font-size: 15px; /* x3 = 45px */
	}
}
@media ( min-width:1024px ) {
	.as-seen-on:before {
		margin-left: 50px;
	}
	.as-seen-on .container {
		padding:  5px 30px 5px 100px;
	}
	.as-seen-on .container:before {
		left: 30px;
	}
}
@media ( min-width:1200px ) {
	.as-seen-on .container:before {
		font-size: 17px;
		margin-top: -26px;
	}
}
@media ( min-width:1460px ) {
	.as-seen-on:before {
		left: 50%;
		margin-left: -680px;
	}
}



/***** opt-in default *****/
.opt-in {
	padding: 50px 0;
	padding: 5rem 0;
	text-align: center;
	background-size: cover;
	background-position: center center;
}
.opt-in .main-heading {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.1;
}
.opt-in .main-heading:after {
	content: "";
	display: block;
	clear: both;
}
.opt-in p {
	font-size: 18px;
	font-size: 1.8rem;
}
.opt-in.default .container > .inner {
	margin: 0 auto;
}
.opt-in a.button {
	margin-bottom: 0;
}
#title-banner .opt-in.default {
	background: #9ed1ee url("images/bg-banner-sky.jpg") center bottom no-repeat;
	background-size: cover;
	color: #074d93;
}
.bottom-opt-in + .bottom-opt-in {
	display: none;
}
.bottom-opt-in .opt-in.default {
	background: #063d7c url("images/bg-dark-sky.jpg") center bottom no-repeat;
	background-size: cover;
	color: #ffffff;
}
@media ( max-width:759px ) {
	.blog-index #title-banner .opt-in .side-image img {
		display: none;
	}
}
@media ( min-width:760px ) {
	/* make heading responsive size! */
	.opt-in .main-heading {
		font-size: 5.5vw;
	}
	/* side-image */
	.opt-in .side-image {
		text-align: left;
		margin-bottom: 0;
	}
}
@media ( min-width:1024px ) {
	.opt-in .main-heading {
		font-size: 56px;
	}
	.bottom-opt-in .opt-in .side-image {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


/*** drop cap special! */
.opt-in .main-heading.drop-cap-special {
	display: inline-block;
	text-align: left;
	font-size: 32px;
	font-size: 3.2rem;
	font-size: 8vw;
}
.opt-in .main-heading.drop-cap-special .drop-cap {
	font-size: 400%;
	letter-spacing: -1px;
	letter-spacing: -1rem;
	display: block;
	float: left;
	margin: 0 20px -30px 0;
	margin: 0 2rem -3rem 0;
	-webkit-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	transform: translateY(-15%);
}
@media ( min-width:500px ) {
	.opt-in .main-heading.drop-cap-special {
		font-size: 40px;
	}
}
@media ( min-width:760px ) {
	.opt-in .main-heading.drop-cap-special {
		display: block;
		font-size: 36px;
		font-size: 4.7vw;
	}
	.opt-in .main-heading.drop-cap-special .drop-cap {
		font-size: 280%;
		margin-bottom: -45px;
	}
}
@media ( min-width:1200px ) {
	.opt-in .main-heading.drop-cap-special {
		font-size: 56px;
	}
}


/*** very bottom has a set style ***/
.very-bottom-opt-in .opt-in {
	background: #063d7c;
	color: #ffffff;
	padding: 15px 0 5px;
	padding: 1.5rem 0 0.5rem;;
}
.very-bottom-opt-in .opt-in .container > .inner {
	max-width: 100%;
}
.very-bottom-opt-in .opt-in .main-heading {
	display: inline-block;
	font-family: 'Merriweather', Georgia, serif;
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 30px 10px;
	margin: 0 3rem 1rem;
}
.very-bottom-opt-in .opt-in .button-container {
	display: inline-block;
	margin: 0 30px 10px;
	margin: 0 3rem 1rem;
}
.very-bottom-opt-in .opt-in a.button {
	margin: 0;
}
.very-bottom-opt-in .opt-in a.button > span {
	padding: 10px 40px;
	padding; 1rem 4rem;
}
@media ( max-width:400px ) {
	.very-bottom-opt-in .opt-in .heading,
	.very-bottom-opt-in .opt-in .button-container {
		margin-right: 0;
		margin-left: 0;
	}
}

@media ( min-width:1024px ) {
	.very-bottom-opt-in .opt-in .main-heading {
		font-size: 30px;
		font-size: 3rem;
	}
}


/***** podcast banner - uses an opt-in as banner *****/
.podcast-banner {
	color: #ffffff;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
	background-position: bottom right;
}
.podcast-banner .container {
	max-width: 1480px;
}
.podcast-banner .main-heading {
	font-size: 40px;
	line-height: 1;
}
.podcast-banner .main-heading .pre-heading {
	display: block;
	font-size: 45%;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.podcast-banner .podcast-buttons p,
.podcast-banner .podcast-buttons .button-container  {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
@media ( min-width:640px ) {
	.podcast-banner .podcast-buttons .button-container {
		display: inline-block;
		margin: 0 5px;
	}	
}
@media ( min-width:760px ) {
	.podcast-banner {
		background-position: -50px center;
		text-align: left;
	}
	.podcast-banner .main-heading {
		font-size: 60px;
		padding-left: 215px;
		width: 500px;
	}
	.podcast-banner .container > .inner:after {
		content: "";
		display: block;
		clear: both;
	}
	.podcast-banner .podcast-buttons {
		float: right;
		text-align: right;
		margin: 0 0 0 auto;
	}
	.podcast-banner .podcast-buttons p {
		text-align: left;
		margin-left: 5px;
	}
	.podcast-banner .podcast-buttons .button-container {
		margin: 0 0 0 5px;
	}
}
@media ( min-width:1200px ) {
	.podcast-banner {
		background-position: center center;
	}
	.podcast-banner .main-heading {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width: 100%;
		padding: 10px 520px 0 15%;
		margin: 0;
	}
	.podcast-banner .podcast-buttons {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
@media ( min-width:1460px ) {
	.podcast-banner .main-heading {
		font-size: 70px;
		padding-left: 12%;
	}
}



/*******************************************************************************************
  *
  * 3f. layout - sales / landing page template
  *
********************************************************************************************/

#sales-header {
	z-index: 1000;
	text-align: center;
	padding: 10px 0;
	padding: 1rem 0;
}
#sales-header .site-title,
#sales-header .header-title {
	display: block;
	padding: 0;
	margin: 0;
}
#sales-header .site-title img {
	margin: 0 auto;
}
#sales-header .site-title,
#sales-header .site-title img {
	max-height: 60px;
}
#main-container.sales-page-container {
	padding-top: 0;
}


/*** about-danny block - use narrow layout and column3 span23 ***/
.content-block.about-danny {
	color: #ffffff;
}
.content-block.about-danny .bg {
	background-position: right center;
}
.about-danny .heading h1,
.about-danny .heading h2,
.about-danny .heading h3,
.about-danny .heading h4,
.about-danny .heading h5,
.about-danny .heading h6 {
	font-size: 30px;
	font-size: 3rem;
}
.about-danny .heading strong {
	color: #ffffff;
	font-size: 160%;
}
@media ( min-width:760px ) {
	.content-block.about-danny .bg {
		background-position: 15% center;
	}
	.about-danny .container {
		padding-left: 50%;
		
	}
}
@media ( min-width:1200px ) {
	.about-danny .container {
		padding-left: 25%;
	}
	.about-danny .heading,
	.about-danny .text {
		display: table-cell;
		vertical-align: top;
	}
	.about-danny .heading h1,
	.about-danny .heading h2,
	.about-danny .heading h3,
	.about-danny .heading h4,
	.about-danny .heading h5,
	.about-danny .heading h6 {
		font-size: 40px;
		line-height: 1;
	}
	.about-danny .text {
		padding: 10px 0 10px 40px;
	}
}
@media ( min-width:1480px ) {
	.about-danny .container {
		padding-left: 370px;
	}
}

/*******************************************************************************************
  *
  * 3g. layout - modal : override remodal.css
  *
********************************************************************************************/


.remodal-overlay {
	background: rgba(0,0,0,0.9);
}
.remodal-wrapper {
	padding: 15px 15px 0;
}
.remodal {
	background: transparent;
	padding: 10px;
	max-width: 768px;
}

/* this is a <button>*/
.remodal-close {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	min-width: 0;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #0758a5;
	border: solid 2px #fff;
	border-radius: 50px;
	z-index: 2000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.remodal-close:hover {
	color: #0758a5;
	background: #fff;
}
.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	content: "\00d7";
}

/* modal content default */
.modal-content {
	background: #063d7c url("images/bg-blue-mountain.jpg") center center no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 0;
	-webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #171a24;
    text-align: left;
    
}
.modal-content form,
.modal-content label {
	
}
.modal-content .privacy {
	color: #e9e9e9;
}
.modal-content .modal-header {
	padding: 45px 45px 0;
}
.modal-content .main-content {
	padding: 25px 45px;
}
.modal-content .main-heading {
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
}
.modal-content form {
	margin: 25px auto;
	margin: 2.5rem auto;
	text-align: left;
}
.modal-image {
	display: none;
}
.modal-content form .gfield {
	margin-bottom: 0;
}
.modal-content input[type="text"],
.modal-content input[type="email"],
.modal-content input[type="url"],
.modal-content input[type="number"],
.modal-content input[type="tel"],
.modal-content input[type="password"],
.modal-content select {
	padding: 15px 0 15px 12px;
	padding: 1.5rem 0 1.5rem 1.2rem;
}
.modal-content form input[type="submit"] {
	margin-top: 15px;
	margin-top: 1.5rem;
	padding: 15px 40px;
	padding: 1.5rem 4rem;
}
@media ( max-width:400px ) {
	.remodal-wrapper {
		padding: 15px 5px;
	}
	.modal-content .main-heading {
		font-size: 30px;
	}
}
@media (max-width:759px) {
	.modal-content .modal-header {
		padding: 30px 20px 0;
	}
	.modal-content .main-content {
		padding: 20px;
	}
	.modal-content .main-body {
		max-width: 420px;
		margin: 0 auto;
	}
}
@media ( min-width:760px ) {
	.modal-content:after {
		content: "";
		display: block;
	}
	.modal-content .main-heading {
		font-size: 50px;
		text-align: left;
	}
}
@media (min-width:1024px) {
	.remodal {
		width: 75%;
		max-width: 960px;
	}
}

/*** fallback style for no javascript ***/
.js-disabled .remodal,
.js-disabled [data-remodal-id] {
    visibility: visible;
}
.js-disabled .remodal {
	opacity: 1;
	display: block;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.js-disabled .remodal:after {
	display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
    vertical-align: middle;
}
.js-disabled .modal-content {
	display: inline-block;
	vertical-align: middle;
}


/***** modal content layout *****/

.modal-content.simple {
	text-align: center;
}

@media ( min-width:760px ) {
	.modal-content.simple .main-heading {
		text-align: center;
		max-width: 760px;
		margin-right: auto;
		margin-left: auto;
	}
	.modal-content.simple .main-content {
		width: 66.66%;
		margin: 0 auto;
	}
	.modal-content.default .main-content {
		padding-right: 33.33%;
		overflow: hidden;
	}
	.modal-content.default .modal-image {
		display: block;
		position: absolute;
		left: 68%;
		top: 0;
		width: 32%;
		height: 100%;
	}
	.modal-content.default .modal-image img {
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		max-height: 100%;
		max-width: none;
		width: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.modal-content.default.right .main-heading {
		text-align: center;
	}
	.modal-content.default.right .main-content {
		padding-right: 45px;
		padding-left: 33.33%;
	}
	.modal-content.default.right .modal-image {
		left: 0;
	}
	.modal-content.default.right .modal-image img {
		left: auto;
		right: 0;
	}
}
@media ( min-width:1200px ) {
	.modal-content.default .main-heading {
		font-size: 60px;
	}
	.modal-content.default .main-content {
		padding-right: 45%;
	}
	.modal-content.default .modal-image {
		left: 58%;
		width: 42%;
	}
	.modal-content.default.right .main-content {
		padding-left: 45%;
	}
}



/*******************************************************************************************
  *
  * 3h. layout - misc.
  *
********************************************************************************************/

/*** edit link ***/
.post-edit-link {
	position: absolute;
	right: 0;
	bottom: -10px;
	font-size: 10px;
	line-height: 1;
	display: block;
	font-style: italic;
	color: red !important;
	text-decoration: none;
}
.post-edit-link:hover {
	text-decoration: underline;
}

/*** breadcrumbs ***/

#breadcrumbs {
	margin: -20px 0 30px;
	margin: -2rem 0 3rem;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
}
#breadcrumbs,
#breadcrumbs a {
	color: #3d3d3d;
}
@media ( min-width:760px ) {
	#breadcrumbs {
		margin-top: -30px;
		margin-top: -3rem;
	}
}

/*** 404 template ***/
#top-block.page-404 {
	background: transparent url("images/bg-404.jpg") center center no-repeat;
	background-size: cover;
	text-shadow: 1px 1px rgba(255,255,255,0.7);
}
.page-404,
.page-404 h1,
.page-404 h2,
.page-404 h3,
.page-404 h4,
.page-404 h5,
.page-404 h6 {
	font-family: 'Open Sans', Verdana, sans-serif;
}
.page-404 .content-404 {

	width: 64%;
	min-width: 300px;
	padding: 50px 0 100px;
}
.page-404 .content-404:after {
	content: "";
	display: block;
	position: absolute;
	width: 150px;
	height: 194px;
	right: 0;
	bottom: -50px;
	background: transparent url("images/sprites.png") -850px -500px no-repeat;
	z-index: 100;
}
.content-404 h1 {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.content-404 p {
	font-size: 120%;
	line-height: 1.3;
	font-weight: bold;
}

/* default texts */
.page-404 .default-404 {
	max-width: 250px;
	padding: 100px 0;
	padding: 20vh 0;
}
.default-404 h1 {
	font-size: 80px;
	font-size: 8rem;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.default-404 p {
	font-size: 150%;
	line-height: 1.1;
}
@media ( min-width:500px ) {
	.page-404 .content-404:after {
		right: -130px;
	}
}
@media ( min-width:760px ) {
	.page-404 .content-404 {
		padding: 80px 0 30px;
	}
	.page-404 .content-404:after {
		bottom: -120px;
	}
	.page-404 .default-404 {
		max-width: 540px;
		padding: 200px 0 300px;
	}
	.default-404 h1 {
		font-size: 150px;
	}
	.default-404 p {
		font-size: 160%;
	}
}
@media ( min-width:1200px ) {
	.page-404 .content-404 {
		padding: 150px 0 200px;
		max-width: 800px;
	}
	.page-404 .content-404:after {
		width: 300px;
		height: 408px;
		bottom: -140px;
		background-position: -700px 0;
	}
	.page-404 .default-404 {
		max-width: 800px;
	}
	.default-404 h1 {
		font-size: 200px;
	}
	.default-404 p {
		font-size: 180%;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .page-404 .content-404:after {
	    background-size: 1000px 1200px;
	    background-position: -850px -900px;
    }
}
@media ( min-width:1200px ) and (-webkit-min-device-pixel-ratio: 2), ( min-width:1200px ) and (min-resolution: 192dpi) { 
    .page-404 .content-404:after {
	    background-position: -700px -400px;
    }
}

/***** home page *****/

/* banner opt-in */
.home #title-banner {
	margin-top: -50px;
}
.home #title-banner .opt-in {
	padding-top: 70px;
}
.home-top-banner .video {
	margin: 0 auto 30px;
	margin: 0 auto 3rem;
	max-width: 480px;
}

@media ( min-width:760px ) {
	.home #title-banner {
		margin-top: -60px;
	}
	.home #title-banner .opt-in {
		padding-top: 100px;
	}
	
	.home #title-banner .opt-in .container > .inner {
		max-width: none;
	}
	.home-top-banner:after {
		content: "";
		display: block;
		clear: both;
	}
	.home-top-banner .video {
		max-width: 640px;
	}
	.home-top-banner p,
	.home-top-banner .video,
	.home-top-banner .button-container {
		width: 50%;
	}
	.home-top-banner p {
		float: right;
		text-align: left;
	}
	.home-top-banner .video {
		float: left;
		padding-right: 25px;
		max-width: none;
	}
	.home-top-banner .button-container {
		float: left;
		text-align: left;
	}
	
}
@media ( min-width:900px ) {
	.home-top-banner p {
		font-size: 20px;
		margin-bottom: 30px;
	}
}
@media ( min-width:1024px ) {
	.home-top-banner .video {
		padding-right: 36px;
	}
	.home-top-banner p {
		margin-top: 20px;
	}
}
@media ( min-width:1024px ) and (min-height:800px ) {
	.home #title-banner {
		margin-top: -100px;
	}
	.home #title-banner .opt-in {
		padding-top: 150px;
		padding-bottom: 80px;
	}
}
@media ( min-width:1200px ) {
	.home #title-banner .opt-in .container > .inner {
		max-width: none;
	}
	.home-top-banner p,
	.home-top-banner .video,
	.home-top-banner .button-container {
		float: none;
		width: auto;
	}
	.home-top-banner {
		padding-left: 45%;
		text-align: left;
	}
	.home-top-banner .video {
		position: absolute;
		top: 50%;
		left: 0;
		width: 42%;
		max-width: none;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.home-top-banner .main-heading {
		margin-bottom: 25px;
	}
	.home-top-banner p {
		margin-bottom: 30px;
	}
}

/* podcasts */
#home-podcast {
	background: #063d7c url("images/bg-dark-sky.jpg") center bottom no-repeat;
	background-size: cover;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
#home-podcast .left {
	text-align: center;
	margin-bottom: 50px;
	margin-bottom: 5rem;
}
#home-podcast .main-heading {
	font-size: 50px;
	font-size: 5rem;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
#home-podcast .main-heading .pre-heading {
	display: block;
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
#home-podcast .podcast-buttons p {
	text-transform: uppercase;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
#home-podcast .tab-container p {
	position: relative;
	text-align: center;
}
#home-podcast .tab-container p a {
	color: #ef672f;
}
#home-podcast .tab-container p a:hover {
	color: #ffffff !important;
}

#home-podcast .tab-container:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 36px;
	border-top: solid 1px #5782b5;
	background: #053d89;
	background: -moz-radial-gradient(50% 0%, ellipse farthest-side, #053d89 60%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(50% 0%, ellipse farthest-side, #053d89 60%, rgba(0,0,0,0) 100%);
	background: -o-radial-gradient(50% 0%, ellipse farthest-side, #053d89 60%, rgba(0,0,0,0) 100%);
	background: -ms-radial-gradient(50% 0%, ellipse farthest-side, #053d89 60%, rgba(0,0,0,0) 100%);
	background: radial-gradient(50% 0%, ellipse farthest-side, #053d89 60%, rgba(0,0,0,0) 100%);
}
#home-podcast .tab-title {
	font-size: 16px;
	line-height: 1;
	color: #cacaca;
	background: transparent;
	box-shadow: none;
}
#home-podcast .tab-title.selected {
	color: #fff;
	background: #053d89;
	border: solid 1px #5782b5;
	border-bottom: none;
}
#home-podcast .tab-content {
	background: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}
#home-podcast-list li {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}
#home-podcast-list a {
	color: #ffffff;
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
#home-podcast-list a > span {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}
#home-podcast-list a > .image {
	width: 50px;
}
#home-podcast-list a > .image img {
	display: block;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	border-radius: 100px;
}
#home-podcast-list a > .title {
	padding-left: 12px;
}

@media ( min-width:760px ) {
	#home-podcast .podcast-buttons .button-container {
		display: inline-block;
		margin: 0 8px;
	}
	#home-podcast .tab-title {
		padding: 10px 15px;
	}
	#home-podcast .tab-content {
		padding-left: 40px;
		padding-right: 40px;
	}
	#home-podcast-list a > span {
		height: 80px;
	}
	#home-podcast-list a > .image {
		width: 80px;
	}
	#home-podcast-list a > .image img {
		width: 80px;
		height: 80px;
	}
	#home-podcast-list a > .title {
		padding-left: 25px;
		font-size: 20px;
	}
}
@media ( min-width:1024px ) {
	#home-podcast {
		background-image: url("images/bg-home-podcast.jpg");
		background-position: center top;
	}
	#home-podcast .left,
	#home-podcast .right {
		display: table-cell;
		vertical-align: bottom;
		text-align: left;
	}
	#home-podcast .left {
		width: 52%;
	}
	#home-podcast .right {
		width: 48%;
		padding-left: 3%;
	}
	#home-podcast .podcast-buttons .button-container {
		margin: 0 15px 0 0;
	}
	#home-podcast .tab-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	#home-podcast .tab-container p {
		margin: 10px;
	}
	#home-podcast-list {
		margin: 0;
	}
}
@media ( min-width:1200px ) {
	#home-podcast .main-heading {
		font-size: 85px;
	}
}


/* blog slideshow default - no slideshow */

@media ( min-width:380px ) {
	#home-blog article.post-excerpt {
		max-width: none;
		padding: 0 10px;
	}
	#home-blog > .container > .inner {
		max-width: 420px;
	}
}
@media ( min-width:760px ) {
	#home-blog > .container > .inner {
		max-width: none;
		margin: 0 -20px;
	}
	#home-blog > .container > .inner:after {
		content: "";
		display: block;
		clear: both;
	}
	#home-blog article.post-excerpt {
		width: 50%;
		float: left;
		padding: 0 20px;
	}
	#home-blog article.post-excerpt:nth-child(odd) {
		clear: left;
	}
	#home-blog .post-excerpt .post-thumbnail,
	#home-blog .post-excerpt .post-header,
	#home-blog .post-excerpt .excerpt {
		width: 100%;
		float: none;
	}
	#home-blog .post-excerpt .post-thumbnail {
		margin: 0 0 20px;
	}
}
@media ( min-width:1140px ) {
	#home-blog article.post-excerpt {
		width: 33.33%;
	}
	#home-blog article.post-excerpt:nth-child(odd) {
		clear: none;
	}
	#home-blog article.post-excerpt:nth-child(3n+1) {
		clear: left;
	}
}

/*******************************************************************************************
  *
  * 4. media queries
  *
  *
********************************************************************************************/

@media (max-width:500px) {
	
}
@media (max-width:759px) {
	.no-mobile, .only-tablet, .only-pc {
		display: none;
	}
	.mobile-break {
		display: block;
	}
	.mobile-center {
		text-align: center;
	}
	.mobile-left {
		text-align: left;
	}
	.mobile-right {
		text-align: right;
	}
}
@media (min-width:760px) {
}
@media (min-width:760px) and (max-width:1023px) {
	.no-tablet, .only-mobile, .only-pc {
		display: none;
	}
	.tablet-break {
		display: block;
	}
	.tablet-center {
		text-align: center;
	}
	.tablet-left {
		text-align: left;
	}
	.tablet-right {
		text-align: right;
	}
}
@media (max-width:1023px) {
	
}
@media (min-width:1024px) {
	.no-pc, .only-mobile, .only-tablet {
		display: none;
	}
	.pc-break {
		display: block;
	}
	.pc-center {
		text-align: center;
	}
	.pc-left {
		text-align: left;
	}
	.pc-right {
		text-align: right;
	}
}
@media (min-width:1250px) {
	
}
@media print {
	aside,
	#main-nav,
	#secondary-nav,
	#social-links,
	#footer-links,
	#footer-menu {
		display: none;
	}
	.container,
	.column-container,
	.narrow-container {
		max-width: none;
	}
}


/*******************************************************************************************
  *
  * 5. cross browser fixes
  *
********************************************************************************************/
/* IE8 - not actively supported */
/*
.ie8 .container,
.ie8 .column-container,
.ie8 #content-sidebar {
	max-width: 1074px;
}
.ie8 .narrow-container {
	max-width: 666px;
	width: 666px;
}
.ie8 #content-sidebar {
	display: table;
	padding: 0;
	border-collapse: separate;
	border-spacing: 30px 0;
	table-layout: fixed;
}
.ie8 #content-column,
.ie8 #sidebar {
	display: table-cell;
	vertical-align: top;
}
.ie8 #sidebar {
	width: 318px;
}
.ie8 .footer-link {
	display: table-cell;
	vertical-align: top;
}
*/