@charset "UTF-8";
/* CSS Document */

/* Fonts */

@font-face {
    font-family: 'kraftstoffregular';
    src: url('kraftstoff-regular-webfont.eot');
    src: url('kraftstoff-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('kraftstoff-regular-webfont.woff2') format('woff2'),
         url('kraftstoff-regular-webfont.woff') format('woff'),
         url('kraftstoff-regular-webfont.ttf') format('truetype'),
         url('kraftstoff-regular-webfont.svg#kraftstoffregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.pod article .bookstore a, .pod article .bookstore a:visited {
	color: #fff;
	text-decoration: none;
}

.pod article .bookstore a, .pod article .bookstore a:visited {
	color: #FFA409;
	text-decoration: none;
}


/* IE8 fixes */

.lt-ie9 .row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns { padding: 0; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row .row.large-collapse { margin: 0; }

.lt-ie9 .column, .lt-ie9 .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.lt-ie9 .column.large-centered, .lt-ie9 .columns.large-centered { float: none; margin: 0 auto; }

.lt-ie9 [class*="column"] + [class*="column"]:last-child { float: right; }
.lt-ie9 [class*="column"] + [class*="column"].end { float: left; }

.lt-ie9 .large-1,
.lt-ie9 .row .large-1 { width: 8.33333%; }

.lt-ie9 .large-2,
.lt-ie9 .row .large-2 { width: 16.66667%; }

.lt-ie9 .large-3,
.lt-ie9 .row .large-3 { width: 25%; }

.lt-ie9 .large-4,
.lt-ie9 .row .large-4 { width: 33.33333%; }

.lt-ie9 .large-5,
.lt-ie9 .row .large-5 { width: 41.66667%; }

.lt-ie9 .large-6,
.lt-ie9 .row .large-6 { width: 50%; }

.lt-ie9 .large-7,
.lt-ie9 .row .large-7 { width: 58.33333%; }

.lt-ie9 .large-8,
.lt-ie9 .row .large-8 { width: 66.66667%; }

.lt-ie9 .large-9,
.lt-ie9 .row .large-9 { width: 75%; }

.lt-ie9 .large-10,
.lt-ie9 .row .large-10 { width: 83.33333%; }

.lt-ie9 .large-11,
.lt-ie9 .row .large-11 { width: 91.66667%; }

.lt-ie9 .large-12,
.lt-ie9 .row .large-12 { width: 100%; }

.lt-ie9 .row .large-offset-1 { margin-left: 8.33333%; }
.lt-ie9 .row .large-offset-2 { margin-left: 16.66667%; }
.lt-ie9 .row .large-offset-3 { margin-left: 25%; }
.lt-ie9 .row .large-offset-4 { margin-left: 33.33333%; }
.lt-ie9 .row .large-offset-5 { margin-left: 41.66667%; }
.lt-ie9 .row .large-offset-6 { margin-left: 50%; }
.lt-ie9 .row .large-offset-7 { margin-left: 58.33333%; }
.lt-ie9 .row .large-offset-8 { margin-left: 66.66667%; }
.lt-ie9 .row .large-offset-9 { margin-left: 75%; }
.lt-ie9 .row .large-offset-10 { margin-left: 83.33333%; }

.lt-ie9 .pull-2 { right: 16.66667%; }
.lt-ie9 .pull-3 { right: 25%; }
.lt-ie9 .pull-4 { right: 33.33333%; }
.lt-ie9 .pull-5 { right: 41.66667%; }
.lt-ie9 .pull-6 { right: 50%; }
.lt-ie9 .pull-7 { right: 58.33333%; }
.lt-ie9 .pull-8 { right: 66.66667%; }
.lt-ie9 .pull-9 { right: 75%; }
.lt-ie9 .pull-10 { right: 83.33333%; }

.lt-ie9 .push-2 { left: 16.66667%; }
.lt-ie9 .push-3 { left: 25%; }
.lt-ie9 .push-4 { left: 33.33333%; }
.lt-ie9 .push-5 { left: 41.66667%; }
.lt-ie9 .push-6 { left: 50%; }
.lt-ie9 .push-7 { left: 58.33333%; }
.lt-ie9 .push-8 { left: 66.66667%; }
.lt-ie9 .push-9 { left: 75%; }
.lt-ie9 .push-10 { left: 83.33333%; }

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row { *zoom: 1; }
.lt-ie9 .row:before, .row:after { content: " "; display: table; }
.lt-ie9 .row:after { clear: both; }

body {
	font-family: 'FontAwesome', "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: #003b49;
	color: #003b49;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
}

p, ul li, label {
	font-family: 'FontAwesome', "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #003b49;
}

.row {
    max-width: 78.5rem;
}

.full-row {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

iframe, embed {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	max-width: 100%;
	width: 100%;
	border: none;
}

.margin-bottom {
	margin-bottom: 4em !important;
}

.small-margin-bottom {
	margin-bottom: 1.8em !important;
}

.margin-top {
	margin-top: 4em !important;
}

ul li {
	list-style-position: inside;
}

a, a:visited {
	text-decoration: none;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	outline: none;
	color: #FFA409;
}

a:focus, a:hover {
	text-decoration: none;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	outline: none;
	color: #4D7680;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 3em;
	font-family: 'kraftstoffregular', "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
}

h2 {
	font-size: 2.4em;
}

h2 a, h2 a:visited {
	color: #003B48;
}

h2 a:hover, h2 a:focus {
	color: #FFA409;
}

h3 {
	font-size: 2.2em;
	font-family: 'kraftstoffregular', "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.4em;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

img.alignleft {
	width: auto !important;
	position: relative;
	float: left;
	display: inline-block;
	margin: 0.5em 2em 2em 0px;
	padding: 0;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
}

img.alignright {
	width: auto !important;
	position: relative;
	float: right;
	display: inline-block;
	margin: 0.5em 0px 2em 2em;
	padding: 0;
	box-shadow: 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 4px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 4px 0px rgba(0,0,0,0.2);
}

img.aligncenter {
	width: auto !important;
	position: relative;
	float: none;
	display: block;
	margin: 2em auto 2em auto;
	padding: 0;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
}

img.alignnone {
	width: auto !important;
	position: relative;
	float: none;
	display: block;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 640px) {

	img.alignleft, img.alignright, img.aligncenter {
		position: relative;
		float: none;
		display: block;
		margin: 0 auto 2em auto;
		padding: 0;
	}

}

hr {
    border-color: #003B49;
	border-color: rgba(0,59,73,0.4);
    margin: 1.2em 0;
}

/* Navigation */

header {
	display: inline-block;
	position: relative;
	width: 100%;
}

@media all and (max-width: 1024px) {

	header .columns {
		margin: 1em 0;
	}

}

.sticky-nav {
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 9999;
	padding: 1.4em 0;
	background: none;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
}

.sticky-wrapper.is-sticky .sticky-nav {
	background: #003B49;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
}

.sticky-nav .column, .sticky-nav .columns {
    padding-left: 0;
    padding-right: 0;
}

.sticky-nav p {
	margin: 0;
	padding: 0;
}

.sticky-nav .button {
	margin: 0px 0.4em !important;
}

/* Flexnav Base Styles */

.flexnav {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-height: 0;
	list-style: none;
}

.flexnav.opacity {
    opacity: 0;
}

.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
	list-style: none;
}

.flexnav li a, .flexnav li a:visited {
    position: relative;
    display: block;
    padding: .96em;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
    z-index: 2;
    overflow: hidden;
    color: #fff;
	text-transform: uppercase;
	text-align: left;
}

.flexnav li a:hover, .flexnav li a:focus {
	color: #FFA409;
}

.flexnav li ul {
    width: 100%;
	margin: 0;
}

.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden;
	list-style: none;
	text-align: left;
}

.flexnav li ul.flexnav-show li {
    overflow: visible;
}

.flexnav li ul li a {
    display: block;
    background: #003B49;
	background: rgba(0,59,73,0.9);
}

.flexnav ul li ul li a {
    background: #002730;
	background: rgba(0,39,48,0.9);
}

.flexnav ul li ul li ul li a {
    background: #001419;
	background: rgba(0,20,25,0.9);
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center;
}

.flexnav .touch-button:hover {
	cursor: pointer;
}

.flexnav .touch-button .navicon {
	position: relative;
	top: 1.2em;
	font-size: 12px;
	color: #fff;
}

.menu-button {
	position: relative;
	display: block;
	padding: 1em;
	background: #FFA409;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}

.menu-button .touch-button .navicon {
	font-size: 16px;
	position: relative;
	top: 1em;
	color: #fff;
}

@media all and (min-width: 1025px) {

	.flexnav {
		overflow: visible;
	}

	.flexnav.opacity {
      	opacity: 1;
	}

	.flexnav .touch-button {
		display: none;
	}

    .flexnav li {
		position: relative;
		list-style: none;
		float: left;
		display: block;
		overflow: hidden;
	}

	.flexnav li:hover, .flexnav li:focus {
		overflow: visible;
	}

    .flexnav li a, .flexnav li a:visited {
		padding: 0.4em 1.4em;
	}

    .flexnav li > ul {
		position: absolute;
		top: auto;
		left: 0;
		width: 300px;
	}

	.flexnav li > ul li {
        width: 100%;
	}

    .flexnav li ul li > ul {
		margin-left: 100%;
		top: 0;
	}

    .flexnav li ul li a, .flexnav li ul li a:visited {
		border-bottom: none;
		padding: 0.3em 0.6em;
	}

    .flexnav li ul.open {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}

	.flexnav li ul.open li {
        overflow: visible;
        max-height: 100px;
	}

	.flexnav li ul.open ul.open {
		margin-left: 100%;
        top: 0;
	}

	.menu-button {
		display: none;
	}

}

.oldie body.one-page {
	padding-top: 70px;
}

.oldie .flexnav {
	overflow: visible;
}
.oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
}

.oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible;
}

.oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible;
}
.oldie .flexnav li:hover > ul li {
	width: 100%;
	float: none;
}

.oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible;
}

.oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible;
}

.oldie .flexnav li ul li ul {
	top: 0;
}

.oldie .flexnav li ul li a {
    border-bottom: none;
}

.oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav li ul.open li {
	width: 100%;
}

.oldie .flexnav li ul.open ul.open {
	margin-left: 100%;
	top: 0;
	display: block;
	width: 100%;
	overflow: visible;
}

.oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0;
}

.oldie .menu-button {
	display: none;
}

.oldie.ie7 .flexnav li {
	width: 19.9%;
}

.masthead {
	padding: 3em 0;
}

.masthead h1, .masthead h2, .masthead h3, .masthead h4, .masthead h5, .masthead h6 {
	color: #fff;
}

.masthead p {
	color: #FFA409;
	font-size: 1.4em;
}

.masthead a, .masthead a:visited {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
}

.masthead a:hover, .masthead a:focus {
	color: #FFA409;
}

.masthead h1 {
	margin-bottom: 0.2em;
}

/* Paging */

.row .wp-pagenavi {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 1.4em 0 0 0;
	padding: 0;
	border-top: 1px solid #E8E8E8;
}

.row .wp-pagenavi a, .row .wp-pagenavi span {
	display: inline-block;
	position: relative;
    border-top: none;
	border-left: none;
	border-right: 1px solid #E8E8E8;
	border-bottom: none;
	font-family: 'Montserrat', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	padding: 0.4em 0.8em !important;
	font-weight: bold;
}

.row .wp-pagenavi a:hover, .row .wp-pagenavi span.current {
    border-color: #E8E8E8;
}

/* Generic */

p.photo-credit {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 0 1.6em 0;
	padding: 0.4em 1em;
	background: #CCD8DB;
	font-size: 0.9em;
	font-style: italic;
}

.pod {
	display: inline-block;
	position: relative;
	width: 100%;
	background: #fff;
}

.pod h1, .pod h2, .pod h3, .pod h4, .pod h5, .pod h6 {
	color: #003b49;
}

.pod .title, .pod .inner {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 2em 3em;
}

.content-bg .title {
	padding: 0;
	margin: 0 0 2em 0;
}

.pod .title p, .content-bg .title p {
	color: #a3afb3;
	text-transform: uppercase;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0;
}

.pod .title h2, .content-bg .title h2 {
	color: #003b49;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 3.2em;
	font-weight: 300;
	line-height: 0.9em;
}

@media screen and (max-width: 640px) {

	.pod .title h2, .content-bg .title h2 {
		font-size: 2.4em;
	}

}

@media screen and (max-width: 480px) {

	.pod .title h2, .content-bg .title h2 {
		font-size: 2em;
	}

}

.pod img {
	width: 100%;
}

.pod .inner p {
	font-size: 1.2em;
}

.pod .inner article p:first-child {
	font-size: 1.5em;
}

.pod article a, .pod article a:visited {
	text-decoration: underline;
	color: #449cfc;
}

.pod article a:hover, .pod article a:focus {
	text-decoration: underline;
	color: #003b49;
}

blockquote {
    padding: 1.2em;
    background: #fff1d9;
	border: none;
	margin: 2em 0;
}

blockquote p {
	color: #231f20;
	font-style: italic;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.pod .share-meditation p {
	color: #003b49;
	text-transform: uppercase;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	border-bottom: 4px solid #ccd8db;
}

/* Sidebar */

.sidebar {
	display: inline-block;
	position: relative;
	width: 100%;
	border-top: 5px solid rgba(255,255,255,0.4);
	padding: 2em 0;
}

.sidebar a.link {
	font-size: 0.8em;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.sidebar h5 {
	color: #a5b0b3;
	text-transform: uppercase;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.sidebar p, .sidebar label {
	color: #fff;
	font-size: 1.2em;
}

.sidebar iframe {
	max-height: 250px;
}

.sidebar ul, .sidebar ul li {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li a, .sidebar ul li a:visited {
	color: #fff;
	font-size: 1.1em;
	margin: 0.3em 0;
}

.sidebar ul li a:hover, .sidebar ul li a:focus {
	color: #FFA409;
}

a.event {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	color: #fff;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a.event img {
	width: 100%;
}

a.event .date {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.4em;
	width: 100%;
	background: #ffa400;
	background: rgba(255,164,0,0.9);
}

a.event .date p {
	color: #fff;
	text-align: center;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	text-transform: uppercase;
}

.article {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
}

.article p {
	margin: 0;
}

.article a, .article a:visited {
	color: #fff;
}

.article a:hover, .article a:focus {
	color: #F29E0C;
}

.article p.date {
	color: #a3afb3;
	text-transform: uppercase;
	font-size: 0.9em;
}

.director {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 2em;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}

@media screen and (max-width: 640px) {

	.director {
		margin-bottom: 1em;
	}

}

/* Books */

.content-bg {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	border-top: 8px solid #ffa400;
	background: #ffe4b5; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe4b5 0%, #ffffff 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe4b5), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffe4b5 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffe4b5 0%,#ffffff 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffe4b5 0%,#ffffff 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffe4b5 0%,#ffffff 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe4b5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 4em;
}

@media all and (max-width: 640px) {

	.content-bg {
		padding: 1.8em;
	}

}

.content-bg h1, .content-bg h2, .content-bg h3, .content-bg h4, .content-bg h5, .content-bg h6 {
	color: #003b49;
}

.content-bg.books {
	background: url(../img/base/content-bg-books.jpg) no-repeat top center #fff;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
}

.content-bg .pod {
	background: none;
}

.reviews-bg {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	/*background: url(../img/base/book-reviews-bg.jpg) no-repeat top center #ffac1e;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;*/
	background: #4D7680;
	padding: 4em;
}

@media screen and (max-width: 480px) {

	.reviews-bg {
		padding: 2em;
	}

}

.reviews-bg h1, .reviews-bg h2, .reviews-bg h3, .reviews-bg h4, .content-bg h5, .reviews-bg h6, .reviews-bg p, .reviews-bg label, .reviews-bg li, .reviews-bg a, .reviews-bg:visited {
	color: #fff;
}

.reviews-bg ul.scroll-links {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	list-style: none;
}

.reviews-bg ul.scroll-links li a, .reviews-bg ul.scroll-links li a:visited {
	margin: 0.2em;
	padding: 0.5em 0.8em;
	position: relative;
	display: inline-block;
	float: left;
	list-style: none;
	border: 1px solid rgba(255,255,255,0.4);
	background: none;
}

@media screen and (max-width: 480px) {

	.reviews-bg ul.scroll-links li a, .reviews-bg ul.scroll-links li a:visited {
		width: 100%;
	}

}

.reviews-bg ul.scroll-links li a:hover, .reviews-bg ul.scroll-links li a:focus {
	background: rgba(255,255,255,0.4);
}

.main-video iframe {
	max-height: 350px;
}

.video-embed iframe {
	max-height: 200px;
}

.caption {
	font-size: 0.9em;
	padding: 0.6em;
}

/* Footer */

footer {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 4em 0 2em 0;
	padding: 0;
}

footer .inner {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 2em 0;
	border-top: 4px solid #4d7680;
}

footer h1, footer h2,  footer h3, footer h4, footer h5, footer h6, footer p, footer ul li, footer a {
	color: #7a9298;
}

footer a, footer a:visited {
	color: #fff;
}

footer a:hover, footer a:focus {
	color: #FFA409;
}

footer ul, footer ul li {
	display: inline-block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

footer ul {
	margin-bottom: 1em;
}

footer ul.social li {
	display: inline-block;
	width: auto;
	float: left;
	margin: 0 0.4em;
}

.full-row.subscribe {
	background: #fff;
	padding: 1.4em 0;
}

.full-row.subscribe h1, .full-row.subscribe h2, .full-row.subscribe h3, .full-row.subscribe h4, .full-row.subscribe h5, .full-row.subscribe h6, .full-row.subscribe p {
	margin: 0;
	padding: 0.6em 0;
}

.full-row.subscribe h1, .full-row.subscribe h2, .full-row.subscribe h3, .full-row.subscribe h4, .full-row.subscribe h5, .full-row.subscribe h6 {
	color: #b21e28;
	font-size: 1.2em;
	padding: 0.5em 0;
}

.full-row.subscribe p {
	color: #231f20;
}

.full-row.subscribe .gform_wrapper, .sidebar .gform_wrapper {
    margin: 0 !important;
    max-width: 100% !important;
}

.full-row.subscribe .gform_body {
	position: relative;
	display: inline-block;
	float: left;
	width: 60%;
}

.full-row.subscribe .gform_footer {
	position: relative;
	display: inline-block;
	float: right;
	width: 40%;
}

.full-row.subscribe .gform_wrapper .top_label .gfield_label {
	display: none !important;
}

body .full-row.subscribe .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0 !important;
}

.full-row.subscribe input[type="text"],  .sidebar input[type="text"], .full-row.subscribe input[type="email"] {
	margin: 0 !important;
	padding: 0.85em 0.5em !important;
}

.full-row.subscribe .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: none;
}

.full-row.subscribe .button {
	margin: 0 0 0 -1% !important;
	width: 101%;
}

.story {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Breadcrumb */

.breadcrumbs {
    padding: 0.4em 0;
	margin: 0 0 1em 0;
    background: none;
	border: none;
}

/* Forms */

p#form-allowed-tags {
	display: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    background-color: #fff;
    color: #545454;
    display: block;
    font-family: inherit !important;
    font-size: 1em !important;
    height: auto;
    margin: 0 0 1em;
    padding: 0.5em !important;
    transition: all 0.15s linear 0s;
	-webkit-transition: all 0.15s linear 0s;
	-moz-transition: all 0.15s linear 0s;
	-o-transition: all 0.15s linear 0s;
	-ms-transition: all 0.15s linear 0s;
    width: 100% !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border: 1px solid #E7E7E7;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
	border: 1px solid #01A162;
	transition: all 0.15s linear 0s;
	-webkit-transition: all 0.15s linear 0s;
	-moz-transition: all 0.15s linear 0s;
	-o-transition: all 0.15s linear 0s;
	-ms-transition: all 0.15s linear 0s;
}

button, .button, button:visited, .button:visited, input[type="submit"], input[type="button"] {
    border: none;
	color: #fff;
	background: #ffa400;
    cursor: pointer;
    display: inline-block;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1em;
	text-transform: uppercase;
	margin: 0 1em 1.25em;
    padding: 0.8em 1.4em;
    position: relative;
    text-align: center;
    text-decoration: none;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
}

button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, button:focus, .button:focus {
	background: #003b49;
	color: #fff;
	transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
}

.button.secondary, .button.secondary:visited {
	background: rgba(255,255,255,0.3);
	color: #fff;
}

.button.secondary:hover, .button.secondary:focus {
	background-color: rgba(0,59,73,0.3);
	color: #fff;
}

.reviews-bg input[type="submit"] {
	background: #003b49;
}

.reviews-bg input[type="submit"]:hover, .rewiews-bg input[type="submit"]:focus {
	background: #ffa400;
}

.content-bg .button {
	margin-bottom: 0.8em;
}

/* Foundation over-writes */

[class*="block-grid-"] {
    margin: 0px;
}

.reveal-modal-bg {
    top: -0.9375rem;
    z-index: 9999;
	position: fixed;
}

.reveal-modal, dialog {
	z-index: 10000;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

.tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0px !important;
    list-style: outside none none;
    float: left;
	width: 25%;
}

@media screen and (max-width: 480px) {

	.tabs dd, .tabs .tab-title {
		width: 100%;
	}

}

.tabs dd > a, .tabs .tab-title > a {
    background-color: #FFA400;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
}

ul.accordion {
	margin: 0;
}

ul.accordion .accordion-navigation > a {
    background: #E8E8E8 none repeat scroll 0% 0%;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
	text-transform: uppercase;
}

ul.accordion .accordion-navigation > a:hover, ul.accordion .accordion-navigation > a:focus, ul.accordion li.active a {
	background-color: #FFA400;
    color: #fff;
}

/* Chrome & Safari */
.reveal-modal, dialog {overflow: scroll;}

/* Firefox */
@-moz-document url-prefix() {.reveal-modal, dialog {position:fixed; overflow: scroll;}}

/* Internet Explorer 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

.reveal-modal, dialog {position:fixed; overflow: scroll;}

}

/* Slick */

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}



.pod article .bookstore a.button, .pod article .bookstore a.button:visited {
	color: #fff;
	text-decoration: none;
}

.pod article .bookstore a, .pod article .bookstore a:visited {
	color: #FFA409;
	text-decoration: none;
} 