@charset "UTF-8";
/*
  Theme Name: WM Paul Young Custom
  Description: This is the sample theme created for the Genesis Framework.
  Author: Joshua Brown
  Author URI: http://www.pixldesigns.com/
  Version: 1.0.0

  Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

  Template: genesis
  Template Version: 2.0.1

  License: GPL-2.0+
  License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: 0 0;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1,
.recent-posts,
.entry-title,
.single .entry-title {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #333;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */

body {
    background-color: #f5f5f5;
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button-cta,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

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

a:hover {
    color: #333;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}
/* ## Headings
--------------------------------------------- */

h1,
.recent-posts,
.entry-title,
.single .entry-title,
h2,
.entry-title a,
.background,
h3,
.py-grid .entry-title a,
.menu-secondary,
h4,
.py-featured-hero-play a,
h5,
h6 {
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1,
.recent-posts,
.entry-title,
.single .entry-title {
    font-size: 36px;
}

h2,
.entry-title a,
.background {
    font-size: 30px;
}

h3,
.py-grid .entry-title a,
.menu-secondary {
    font-size: 24px;
}

h4,
.py-featured-hero-play a {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 28px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}
/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover {
    border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-cta {
    background-color: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .button-cta {
    background-color: #e5554e;
    color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button-cta:hover {
    background-color: #e5554e;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button-cta:hover {
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .button-cta:hover {
    background-color: #fff;
    color: #333;
}

.button,
.button-cta {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}
/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1200px;
}

.site-inner {
    clear: both;
    padding-top: 40px;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}
/* ### Content */

.content {
    float: right;
    width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}

.full-width-content .content {
    width: 100%;
}
/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}
/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 40px;
}

.author-box-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}
/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* ## Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
}

.entry-title {
    font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover {
    color: #e5554e;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
}
/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}
/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 20px;
}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    background-color: #e5554e;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #333;
}

.enews form + p {
    margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    min-height: 160px;
}

.site-header .wrap {
    padding: 40px 0;
}
/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    width: 360px;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #333;
}

.header-image .site-title > a {
    background: url(images/logo.svg) no-repeat left;
    float: left;
    min-height: 60px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}
/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #e5554e;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}
/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}
/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #333;
}

.nav-primary .genesis-nav-menu a {
    color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #e5554e;
}
/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
    padding: 50px 60px;
}

.content .entry {
    background-color: #fff;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}
/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}
/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #e5554e;
}
/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}

.entry-comments {
    padding: 40px;
}

.comment-header {
    font-size: 16px;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content {
    clear: both;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #333;
    clear: both;
    padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
    color: #999;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a.button-cta,
.footer-widgets a:hover {
    color: #fff;
}

.footer-widgets li {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 340px;
}

.footer-widgets-1 {
    margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
    .site-inner,
    .wrap {
        max-width: 960px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content,
    .site-header .widget-area {
        width: 620px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 300px;
    }
    .footer-widgets-1 {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 960px) {
    .site-inner,
    .wrap {
        max-width: 800px;
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    .site-header .wrap {
        padding: 20px 5%;
    }
    .header-image .title-area {
        background-position: center top;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }
    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }
    .site-header .search-form {
        margin: 16px auto;
    }
    .genesis-nav-menu li.right {
        display: none;
    }
    .footer-widgets-1 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px) {
    body {
        background-color: #fff;
        font-size: 16px;
    }
    .site-inner,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }
    .archive-pagination li a {
        margin-bottom: 4px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    .sidebar .widget.enews-widget {
        padding: 40px;
    }
}
/*
Variables
---------------------------------------------------------------------------------------------------- */
/* Variables
--------------------------------------------- */
/* Color Variables
-------------------------*/

.grey {
    color: #c8c8c8;
}

.grey-dk {
    color: #404041;
}

.grey-md {
    color: #666666;
}

.grey-lt {
    color: #e9eaea;
}

.white {
    color: #ffffff;
}

.blue {
    color: #94cad2;
}
/* Background Variables
-------------------------*/

.grey-dk-bg {
    background: #404041;
    color: #666666;
}

.grey-lt-bg {
    background: #e9eaea;
    color: #404041;
}

.white-bg {
    background: #ffffff;
    color: #666666;
}
/* Font Variables
-------------------------*/
/* Buttons
-------------------------*/
/* Letter Spacing
-------------------------*/
/*
Posts
---------------------------------------------------------------------------------------------------- */
/* Entry
------------------------------------------------------------ */

.entry-meta a {
    color: #666666;
    font-style: italic;
}

.entry-meta a:hover {
    color: #94cad2;
}
/* Posts
------------------------------------------------------------ */
/*
.home .entry-content p {
  border-bottom:2px solid $grey-lt;
  padding-bottom:60px;
}
*/

.home .bottom-row {
    padding-top: 0;
    border-bottom: 0;
}

@media only screen and (max-width: 960px) {
    .home .bottom-row.py-grid-left {
        border-bottom: 2px solid #e9eaea;
    }
}

.home .bottom-row .entry-footer {
    border-bottom: 0;
}

.single .entry-content p {
    border-bottom: none;
    padding-bottom: 20px;
}

.single .entry-content .share-after {
    border-bottom: 2px solid #e9eaea;
    padding-bottom: 60px;
}

.single .site-inner {
    margin-bottom: 80px;
}

.genesis-grid-3 .entry-content p,
.genesis-grid-4 .entry-content p {
    border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
    .genesis-grid-3 {
        padding-bottom: 40px;
    }
}

.recent-posts {
    text-align: center;
}

.recent-posts-link {
    color: #666666;
    text-decoration: underline;
    font-style: italic;
    text-align: center;
    margin-bottom: 80px;
}

.recent-posts-link a {
    color: #666666;
}

.recent-posts-link a:hover {
    color: #94cad2;
}

.more-link {
    background-color: #404041;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 36px;
    letter-spacing: .05em;
    width: auto;
    display: table;
    margin-top: 40px;
    border-radius: 3px;
    font-family: "azo-sans-web";
    font-variant: normal;
    text-transform: none;
}

.more-link:hover {
    background-color: #94cad2;
    color: #ffffff;
}

.py-related-posts-ul .more-link {
    padding: 0 36px;
}

a.tp-button {
    background-color: none !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    padding: 16px 24px !important;
    text-transform: uppercase !important;
    width: auto !important;
    text-shadow: none !important;
    letter-spacing: 0 !important;
}

a.tp-button:hover {
    background-color: #94cad2 !important;
    color: #ffffff !important;
}

.py-related-posts-ul li:last-of-type {
    border-bottom: 0 !important;
}
/* Custom styles by Sridhar of http://GenesisCustomizations.com/ */

.py-featured-post {
    text-align: center;
}

.py-featured-post .read-more {
    display: block;
}

.py-featured-post .more-link {
    display: inline-block;
}

.entry.py-featured-post .us_wrapper {
    clear: none;
}

.entry .us_wrapper.us_skin_minimal .us_button {
    border: none;
    width: auto;
    line-height: 0;
    height: none;
}

@media screen and (max-width: 767px) {
    .us_shortcode {
        float: left !important;
        display: table;
        clear: both;
        margin-left: -10px;
    }
}

.entry .us_wrapper .us_facebook .us_count,
.entry .us_wrapper .us_twitter .us_count,
.entry .us_wrapper .us_total .us_share {
    display: none;
}

.us_wrapper .us_button .us_box {
    font-size: 24px;
    height: 15px;
}

.entry .us_wrapper .us_total {
    padding: 4px 9px !important;
    line-height: 1 !important;
    height: auto;
    border-radius: 15px !important;
    margin-left: 10px !important;
    background: #94cad2 !important;
    font-family: "azo-sans-web";
}

.entry .us_wrapper .us_total:hover {
    transition: none;
    padding: 4px 9px;
    line-height: 1;
    border-radius: 15px;
    margin-left: 10px;
    background: #94cad2 !important;
}

.us_wrapper [class^="us-icon-"]::before,
.us_wrapper [class*=" us-icon-"]::before {
    font-size: 28px;
}

.entry .us_wrapper .us_total .us_count {
    color: #fff;
    font-size: 14px;
}

.us_wrapper .us_button .us_count {
    width: 50%;
    height: 15px;
    margin-top: 3px !important;
}

.entry-title {
    float: left;
    width: 70%;
}

.sidebar .entry-title {
    width: 100%;
}

.py-featured-post .entry-title {
    width: 100%;
}

.us_shortcode {
    float: right;
    margin-top: 5px;
}

.py-featured-post .us_shortcode {
    margin-top: 50px;
}

.entry-header .entry-meta {
    clear: both;
}

.py-featured-post .entry-title,
.py-featured-post .us_shortcode {
    float: none;
}

.py-featured-post .us_wrapper.tar {
    text-align: center;
}

.py-featured-post .entry-header .entry-meta {
    clear: none;
    margin-top: -80px;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .py-featured-post .entry-header .entry-meta {
        clear: both;
        float: left;
        display: table;
    }
}

.home .entry-footer .entry-meta {
    display: none;
}

.py-featured-post .entry-content p {
    padding: 0 80px;
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .py-featured-post .entry-content p {
        padding: 0px 0px 20px 0px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .py-featured-post .entry-content p .entry-author a {
        display: table;
        float: left !important;
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .py-featured-post .entry-content {
        display: table;
        float: left;
    }
}

.related-posts li {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.related-posts li .more-link {
    margin-top: 15px;
}

.py-featured-post {
    border-bottom: 2px solid #e9eaea;
    padding-bottom: 40px !important;
    margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
    .py-featured-post {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .py-featured-post .entry-title {
        text-align: left;
        float: left;
    }
}

.page .genesis-grid .entry-content {
    border-bottom: 1px solid #e9eaea;
    padding-bottom: 40px;
}

.blog .blog-grid-3 .entry-footer,
.archive .blog-grid-3 .entry-footer {
    border-bottom: none;
}

@media only screen and (max-width: 960px) {
    .blog .blog-grid-3 .entry-footer,
    .archive .blog-grid-3 .entry-footer {
        border-bottom: 2px solid #e9eaea !important;
    }
}

.archive .blog-grid-4 .entry-footer {
    border-bottom: none;
}

.archive .blog-grid-3,
.archive .blog-grid-4 {
    padding: 0 60px 50px 60px !important;
}
/*
.archive .blog-grid-3 .entry-footer, .archive .blog-grid-4 .entry-footer {
  display:none;
    @media only screen and (max-width:960px) {
      padding-bottom:40px;
    }
}
*/

@media only screen and (max-width: 960px) {
    .archive .py-grid {
        padding: 40px 0 0 0 !important;
    }
}

.page .genesis-grid-3 .entry-content,
.page .genesis-grid-4 .entry-content,
.blog .blog-grid-4 .entry-footer {
    border-bottom: none;
}

.blog .blog-grid-3,
.blog .blog-grid-4 {
    padding-top: 0;
}

.page-template-book_page .archive-pagination {
    display: none;
}
/*
style Typeography
---------------------------------------------------------------------------------------------------- */
/*-----Style Typeography
------------------------------*/

body {
    background: #ffffff;
    font-family: "adriane";
    font-size: 16px;
    color: #666666;
    line-height: 3.5rem;
}

a {
    color: #94cad2;
}

.italic,
.py-input-email {
    font-family: "adobe text pro";
    font-style: italic;
}

p {
    line-height: 2.2em;
    letter-spacing: .015em;
}

.center {
    text-align: center;
}

.center-margin {
    margin: 0 auto;
}

.margin-bottom-40 {
    margin-bottom: 40;
}
/*-----Define Font variables
---------------------------------*/

.font-family-sans-serif-primary {
    font-family: "azo-sans-web";
    color: #c8c8c8;
}

.font-family-serif-primary {
    font-family: "adobe text pro";
    color: #c8c8c8;
}

.font-family-serif-secondary {
    font-family: "adriane";
    color: #c8c8c8;
}

.entry-title {
    color: #666666;
    margin-bottom: 0;
}

.entry-title a:hover {
    color: #94cad2;
}

.entry-meta {
    font-family: "adobe text pro";
    font-size: 20px;
}

h1,
.recent-posts,
.entry-title,
.single .entry-title {
    font-family: "adobe text pro";
    color: #666666;
    font-size: 2.8em;
    font-weight: 400;
}

.home .entry-title {
    line-height: .8em;
}

h2,
.entry-title a,
.background {
    font-family: "adobe text pro";
    color: #666666;
    font-size: 37px;
}

h3,
.py-grid .entry-title a,
.menu-secondary {
    font-family: "adobe text pro";
    color: #404041;
    font-size: 32px;
}

h4,
.py-featured-hero-play a {
    font-family: "adobe text pro";
    color: #404041;
    font-size: 20px;
}

h5 {
    font-family: "adobe text pro";
    color: #404041;
    font-size: 24px;
}

h6 {
    font-family: "adobe text pro";
    color: #404041;
    font-size: 18px;
}

.font-md {
    font-family: "adriane";
    color: #666666;
    font-size: 19px;
}

.font-md-italic {
    font-family: "adriane";
    color: #666666;
    font-size: 19px;
    font-style: italic;
    line-height: 2;
}

.font-md-bold {
    font-family: "adriane";
    color: #666666;
    font-size: 19px;
    font-style: bold;
    line-height: 2;
}

.font-lg {
    font-family: "adriane";
    color: #404041;
    font-size: 40px;
}

.home .site-inner {
    padding-top: 0;
}

.home .py-informational-section {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
}

.page-template-template-internal-page .site-inner {
    padding-top: 0;
}

.page-template-template-internal-page .entry {
    padding-top: 0;
}
/*
Grid
---------------------------------------------------------------------------------------------------- */
/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
    margin-bottom: 30px;
    padding: 0;
    width: 47%;
}

@media only screen and (max-width: 768px) {
    .genesis-grid-even,
    .genesis-grid-odd {
        width: 100%;
    }
}

.genesis-grid-even {
    float: right;
}

.genesis-grid-odd {
    clear: both;
    float: left;
}

.py-grid .entry-title a {
    color: #666666;
}

.py-grid .entry-title a:hover {
    color: #94cad2;
}

.py-grid {
    padding-left: 60px !important;
}

.py-grid-left {
    padding-right: 60px !important;
}

.py-grid::before {
    border-left: 2px solid #e9eaea !important;
    margin-left: -60px;
    height: 340px;
    position: absolute;
}

.page-template-page_blog .py-grid::before {
    margin-left: -50px;
}

.py-book .entry {
    padding: 50px 0;
}

.py-grid .entry-footer {
    border-bottom: 2px solid #e9eaea;
    margin-top: 40px;
}

.py-grid-left::before {
    border-left: 0 !important;
}

.home article,
.py-book .genesis-grid {
    padding: 0px 0px 0 60px;
}

@media only screen and (max-width: 768px) {
    .home article,
    .py-book .genesis-grid {
        padding: 0 !important;
    }
}

.page-template-page_blog .py-grid {
    padding: 20px 40px 0 60px;
}

@media only screen and (max-width: 768px) {
    .page-template-page_blog .py-grid {
        padding: 0 !important;
        margin-bottom: 10px;
    }
}

.page-template-page_blog .entry-footer {
    display: none;
}

.home article {
    margin-bottom: 40px;
    padding: 50px 60px;
}
/* Homepage Grid Box Setup
------------------------------------------------------------ */

.genesis-grid-even::before {
    border-left: 2px solid #e9eaea !important;
    margin-left: -60px;
    height: 380px;
    position: absolute;
}

.genesis-grid-3,
.genesis-grid-4,
.blog-grid-3 p,
.blog-grid-4 p {
    border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
    .genesis-grid-3 {
        border-bottom: 2px solid #e9eaea !important;
        margin-bottom: 60px;
    }
}
/* Blog Page Grid Setup
------------------------------------------------------------ */

.blog .blog-grid-3 {
    clear: both;
}
/* Bootstrap Classes
------------------------------------------------------------ */

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
/*
Attributes
---------------------------------------------------------------------------------------------------- */
/* Attributes
----------------------------*/

strong {
    color: #404041;
}

hr {
    display: block;
    stroke: 3px;
}

.hr-base,
.hr-thin,
.hr-thin-small {
    display: inline-table;
    border: 1px solid #e9eaea;
    clear: both;
    width: 100%;
}

.hr-thin {
    margin: 50px 0;
}

.hr-thin-small {
    margin: 40px 0;
}

@media only screen and (max-width: 961px) {
    .header-image .site-title > a {
        background-position: center !important;
    }
}

blockquote {
    color: #666666;
    font-style: normal;
    font-family: "adobe text pro";
    line-height: 2em;
    font-size: 19px;
    letter-spacing: 0.015em;
}

@media only screen and (max-width: 767px) {
    blockquote {
        margin: 20px 0;
    }
}

blockquote::before {
    display: none;
}

.tweet-this-wrap {
    padding: 20px 60px 0 60px !important;
}

@media only screen and (max-width: 767px) {
    .tweet-this-wrap {
        padding: 0 !important;
    }
}

.padding-sm {
    padding-top: 40px;
}

.clear-both {
    clear: both;
}
/* Inputs
----------------------------*/

.py-input-email {
    width: 300px !important;
    font-family: "azo-sans-web";
    color: #c8c8c8;
    border-radius: 3px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #c8c8c8;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #c8c8c8;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #c8c8c8;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #c8c8c8;
}
/* Author Container
----------------------------*/

.py-author-container {
    display: table;
    margin: 40px 0;
    margin: 0 auto;
}

.py-circle-image {
    border-radius: 50%;
    width: 200px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

.py-author-sig {
    vertical-align: middle;
    margin: 40px 0 40px 40px;
    margin: 40px;
    width: 250px;
    display: table;
    text-align: center;
    display: inline-block;
}
/* FB Comments
----------------------------*/

.py-fb-comments span {
    width: 680px !important;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .py-fb-comments span {
        width: 454px !important;
    }
}

.fb-comments,
.fb-comments span,
.fb-comments iframe {
    margin-top: 10px !important;
    margin-bottom: 80px;
}
/* Twitter Sharing
----------------------------*/

iframe.twitter-share button .hcount {
    width: 107px;
    height: 40px;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    background: #343434;
    padding: 8px;
    font-size: 24px;
}

iframe.twitter-share button .hcount .btn .label {
    white-space: nowrap;
    text-align: center;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    letter-spacing: .025em;
    font-size: 14px;
    padding: 2px 0 0 25px;
    Font-family: "azo-sans-web";
}

iframe.twitter-share button .hcount .btn i {
    display: none;
}

iframe.twitter-share button .hcount a#b .btn {
    background: none !important;
    border: none !important;
    background-image: none !important;
}
/* Site Footer
----------------------------*/

.site-footer {
    background: #404041;
}

.site-footer p {
    margin-top: 40px;
}

.site-footer .footer-menu-container .wrap {
    padding: 0;
}

.py-footer-logo {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .py-footer-logo {
        width: 75%;
    }
}

.footer-menu-container {
    background: #404040;
    padding: 30px 0 0;
    display: inline-table;
}

.footer-menu-container .wrap {
    text-align: center;
}

.py-ad-float {
    border-radius: 3px;
}
/* Andrea Styles
----------------------------*/

.home-welcome .wrap {
    border-bottom: 1px solid #e9eaea;
    margin-bottom: 40px;
    padding-bottom: 80px;
}

.home-welcome .enews-widget,
.book-page-optin .enews-widget,
.homepage-optin .enews-widget {
    text-align: center;
}

.home-welcome .enews-widget input,
.home-welcome .enews-widget input[type="submit"] {
    width: 300px !important;
    font-family: "azo-sans-web";
    color: #989898;
    border-radius: 3px;
    border: 1px solid #989898;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    font-style: italic;
}

#subbutton {
    font-style: normal;
    color: #ffffff;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    #subbutton {
        margin-left: 0;
    }
}

.homepage-optin .enews-widget input {
    background: none;
    font-style: normal;
}

.enews-widget input[type="submit"] {
    background-color: #404041;
    border: 1px solid #404041;
    font-variant: normal;
    text-transform: none;
}

.enews-widget input[type="submit"]:hover {
    border: 1px solid #94cad2;
    background: #94cad2;
}

.home-welcome .enews-widget input[type="submit"]:hover {
    background-color: #94cad2;
    color: #fff;
}

.py-home .entry-title a {
    font-size: 28px;
}

.site-footer .genesis-nav-menu a {
    padding: 10px 24px;
}

.footer-social {
    margin-bottom: 20px;
    display: inline-table;
    margin: 5px 0 0 20px;
    position: relative;
}

.book-page-optin,
.homepage-optin {
    background-color: #e9eaea;
    display: inline-block;
    width: 100%;
}

.book-page-optin .wrap,
.homepage-optin .wrap {
    padding: 20px 0 0;
}

@media only screen and (max-width: 767px) {
    .book-page-optin .wrap,
    .homepage-optin .wrap {
        padding: 20px 20px 30px 20px;
    }
}

.bottom-right-ad {
    bottom: 0px;
    max-width: 25%;
    position: fixed;
    right: 20px;
    z-index: 99;
}

@media screen and (max-width: 960px) {
    .bottom-right-ad {
        max-width: 50%;
        right: 15px;
        bottom: 0;
    }
}

.home .enews-widget {
    background: none !important;
}

.enews-widget {
    background: #e9eaea;
    display: inline-table;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.enews-widget p {
    display: inline-block;
    margin-right: 15px;
    color: #666666;
    font-size: 21px;
}

.enews-widget form {
    display: inline-block;
}

.enews-widget input {
    width: 300px !important;
    font-family: "azo-sans-web";
    color: #989898;
    border-radius: 3px;
    border: 1px solid #989898;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    font-style: italic;
}

@media screen and (max-width: 960px) {
    .genesis-nav-menu .menu-item {
        text-align: center;
    }
}

.genesis-nav-menu a {
    color: #666666;
}

.genesis-nav-menu a:hover {
    color: #94cad2;
}

.header-image .site-title > a {
    width: 228px;
    height: 96px;
}

@media screen and (max-width: 960px) {
    .header-image .site-title > a {
        width: 100%;
    }
}

.site-header .wrap {
    padding: 25px 0;
}

.site-header .widget-area {
    margin-top: 20px;
}

@media screen and (max-width: 960px) {
    .site-header .widget-area {
        text-align: center;
    }
}
/* Plugins
----------------------------*/

a.tribe-events-read-more {
    background-color: #404041;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 2px 36px;
    letter-spacing: .05em;
    width: auto;
    display: table;
    margin-top: 40px;
    border-radius: 3px;
    font-family: "azo-sans-web";
    font-variant: normal;
    text-transform: none;
}

a.tribe-events-read-more:hover {
    background: #94cad2;
    color: #ffffff;
}
/*
Book Page
---------------------------------------------------------------------------------------------------- */
/*----Book Page Rules
----------------------------------*/

.email-content {
    background-color: #f2f2f2 !important;
    height: 100px;
    width: 100%;
    margin-top: -60px;
    margin-bottom: 60px;
    padding-left: 80px;
    line-height: 5;
}

.email-content button.a-tp-button {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 30px;
    height: 50px;
}

.py-endorsements {
    display: inline-block;
    clear: both;
    text-align: center !important;
    margin-bottom: 60px;
    width: 100%;
}

.py-endorsements h1,
.py-endorsements .recent-posts,
.py-endorsements .entry-title {
    font-family: "adriane";
    margin-top: 30px;
    text-align: center;
}

.py-book-related-posts {
    display: inline-block;
    clear: both;
    text-align: center !important;
    width: 100%;
}

.py-book-related-posts .py-related-posts-title {
    position: relative;
    z-index: 1;
    font: "adriane";
    text-align: center;
}

.py-book-related-posts .py-related-posts-title:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.py-book-related-posts .py-related-posts-title span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    
    background: #fff;
    padding: 0 15px;
    font-family: "azo-sans-web";
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
}

.py-book-related-posts .py-related-posts-ul {
    margin-left: 0;
    font-size: 20px;
}

.py-book-related-posts .py-related-posts-ul li {
    width: 100%;
    display: table;
    padding: 40px 0;
    border-bottom: 1px solid #c8c8c8;
}

.py-book-related-posts .py-related-posts-ul li .more-link {
    margin-top: 30px;
}

.py-book-related-posts .entry-meta {
    display: none !important;
}

.background {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.background:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.background span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    
    background: #fff;
    padding: 0 15px;
}

.button:hover,
.button-cta:hover {
    background: #94cad2;
    color: #ffffff;
}

a.tp-button:hover {
    background-color: #94cad2 !important;
    color: #ffffff !important;
    border: 3px #94cad2 solid !important;
}

.py-book .share-before {
    display: none;
}

.py-book .share-after {
    margin-left: 34.5%;
    margin-top: 0;
}

@media only screen and (max-width: 960px) {
    .py-book .share-after {
        margin-left: 0;
    }
}

.py-book .page .entry-title {
    display: none;
}
/*----Email Bar Integration
----------------------------------*/

.py-featured-email {
    background: #e9eaea;
    padding: 20px;
    display: inline-table;
    margin: 0 auto;
    width: 100%;
}

.py-featured-email-row {
    text-align: center;
    font-size: 21px;
}

@media screen and (max-width: 913px) {
    .py-featured-email-row .py-featured-email-text {
        display: table;
        margin: 0 auto;
    }
    .py-featured-email-row .py-input-email {
        margin: 0 auto;
    }
    .py-featured-email-row .button-input-align {
        margin: 0 auto;
        margin-top: 10px;
    }
}

.py-featured-email-text {
    margin-right: 40px;
}

.tweet-button {
    font-size: 16px;
    padding: 0px 16px;
    min-width: 165px;
    border-radius: 3px;
    font-style: normal;
    text-transform: none;
}

@media only screen and (max-width: 767px) {
    .tweet-button {
        margin-bottom: 40px;
    }
}

.tweet-this-wrap {
    margin-top: -40px;
}
/*
Menus Page
---------------------------------------------------------------------------------------------------- */
/* Navigation with Social Icons
------------------------------------------------------------ */

.widget_nav_menu {
    display: inline-block;
}

@media screen and (max-width: 960px) {
    .widget_nav_menu {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

.site-header .widget_text {
    float: right;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .site-header .widget_text {
        float: none;
    }
}

.header-widget-area .widget .dashicons {
    vertical-align: middle;
    padding: 8px 20px;
}

#text-3 {
    display: table;
}

@media screen and (max-width: 767px) {
    #text-3 {
        margin: 0 auto;
    }
}

.widget .us_wrapper {
    margin-top: 20px;
}

.widget .us_wrapper a {
    color: #c8c8c8;
}

.widget .us_wrapper a:hover {
    color: #94cad2;
}

.widget .us_wrapper .us-icon-twitter,
.widget .us_wrapper .us-icon-facebook {
    margin-left: 10px;
}

.py-youtube {
    background: url("images/youtube-menu-logo.svg");
    width: 28px;
    height: 28px;
    display: inline-block;
}

.py-youtube:hover {
    background: url("images/youtube-menu-logo-blue.svg");
}

.py-pinterest {
    background: url("images/pinterest-menu-logo.svg");
    width: 28px;
    height: 28px;
    display: inline-block;
}

.py-pinterest:hover {
    background: url("images/pinterest-menu-logo-blue.svg");
}

.py-instagram {
    background: url("images/instagram-menu-logo.svg");
    width: 28px;
    height: 28px;
    display: inline-block;
}

.py-instagram:hover {
    background: url("images/instagram-menu-logo-blue.svg");
}

.py-facebook {
    background: url("images/fb-menu-logo.svg");
    width: 28px;
    height: 28px;
    display: inline-block;
}

.py-facebook:hover {
    background: url("images/fb-menu-logo-blue.svg");
}

.py-youtube-white {
    background: url("images/youtube-menu-logo-white.svg");
    width: 28px;
    height: 28px;
    display: inline-block;
}

.py-youtube-white:hover {
    background: url("images/youtube-menu-logo-blue.svg");
}

.py-pinterest-white {
    background: url("images/pinterest-menu-logo-white.svg");
    width: 28px;
    height: 28px;
    display: inline-block;
}

.py-pinterest-white:hover {
    background: url("images/pinterest-menu-logo-blue.svg");
}

.py-instagram-white {
    background: url("images/instagram-menu-logo-white.svg");
    width: 28px;
    height: 28px;
    display: inline-block;
}

.py-instagram-white:hover {
    background: url("images/instagram-menu-logo-blue.svg");
}

.py-facebook-white {
    background: url("images/fb-menu-logo-white.svg");
    width: 28px;
    height: 28px;
    display: inline-block;
}

.py-facebook-white:hover {
    background: url("images/fb-menu-logo-blue.svg");
}
/*--------Primary Navigation
----------------------------*/

@media only screen and (max-width: 960px) {
    .site-header .widget_nav_menu {
        width: 100%;
    }
    .site-header .widget_nav_menu .menu-item {
        padding: 10px 0;
    }
    .site-header .widget_nav_menu .menu-item a:hover {
        color: #94cad2;
        cursor: pointer;
    }
    .site-header .widget_nav_menu .menu-item ul li {
        padding: 0;
        margin-left: 20px;
    }
    .site-header .widget_nav_menu .menu-item ul li a:hover {
        color: #94cad2;
        cursor: pointer;
    }
}

.genesis-nav-menu {
    font-family: "azo-sans-web";
    text-transform: uppercase;
    letter-spacing: .02em;
    font-weight: 700;
    font-size: 17px;
}

.genesis-nav-menu .current-menu-item > a {
    color: #94cad2;
}

.genesis-nav-menu .current-menu-item > a:hover {
    color: #94cad2;
}

.genesis-nav-menu a {
    color: #666666;
}

.genesis-nav-menu a:hover {
    color: #94cad2;
}

.header-image .site-title > a {
    width: 228px;
    height: 96px;
}

@media only screen and (max-width: 960px) {
    .header-image .site-title > a {
        width: 100%;
    }
}

.site-header .wrap {
    padding: 25px 0;
}

.site-header .widget-area {
    margin-top: 20px;
}
/* Secondary Navigation
------------------------------------------------------------ */

.nav-secondary {
    background: #404041;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: 'lato' sans-serif;
    font-weight: 700;
}

.nav-secondary a {
    color: #ffffff;
}

.nav-secondary a:hover {
    color: #94cad2;
}

.menu-secondary {
    text-align: center;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    /* Header Navigation Menu Icon properties */
    
    #header-menu-icon {
        cursor: pointer;
        display: block;
        padding: 10px 24px;
        text-align: center;
    }
    #header-menu-icon::before {
        color: #444;
        content: '\2630';
        font-weight: bold;
        letter-spacing: 1px;
    }
    /* Hide Header Navigation Menu until it's toggled via script */
    
    #menu-header-navigation {
        display: none;
    }
    /* Header Navigation Menu misc properties */
    
    .nav-header {
        clear: both;
        color: #999;
        line-height: 1.5;
        width: 100%;
        z-index: 9999;
    }
    .nav-header .menu-item {
        display: block;
        text-align: left;
    }
    .nav-header a {
        color: #222;
        display: block;
        padding: 10px 24px;
        position: relative;
    }
    .nav-header a:hover,
    .nav-header .current-menu-item > a,
    .nav-header .sub-menu .current-menu-item > a:hover {
        color: #222;
    }
    .nav-header .sub-menu .current-menu-item > a {
        color: #999;
    }
    .nav-header > .menu-item > a {
        text-transform: uppercase;
    }
    .nav-header .sub-menu {
        left: 0px;
        opacity: 1;
        position: relative;
        -webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }
    .nav-header .sub-menu a {
        background-color: #fff;
        border: none;
        font-size: 13px;
        position: relative;
        width: 100%;
    }
    .nav-header .sub-menu a::before {
        content: "- ";
        font-size: 14px;
        font-size: 1.4rem;
    }
    .nav-header .sub-menu li li a {
        padding: 18px 40px;
        padding: 1.8rem 4rem;
    }
    .nav-header .sub-menu .sub-menu {
        margin: 0;
    }
    .nav-header .menu-item:hover {
        position: static;
    }
    .nav-header .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1;
    }
}
/* Footer Navigation
------------------------------------------------------------ */

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #94cad2;
}
/*
Blog Page
---------------------------------------------------------------------------------------------------- */
/*----Blog Page
----------------------------------*/

.featured-image {
    width: 450px;
}

@media screen and (max-width: 1024px) {
    .featured-image {
        width: 100%;
    }
}

article {
    padding: 60px;
}

@media screen and (max-width: 767px) {
    article {
        padding: 0px;
    }
}

.archive-pagination {
    padding: 60px;
    font-family: "azo-sans-web";
}

.archive-pagination li a {
    padding: 0 25px;
    border-radius: 3px;
    background: #404041;
}

.entry-content p {
    display: table;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background: #94cad2;
}

.author-box {
    margin: 40px 0;
}

.single .entry-title {
    width: 100%;
}

.single .entry-title a:hover {
    color: #94cad2;
}

.single .entry-meta a {
    font-size: 29px;
    font-family: "adriane";
    color: #989898;
}

.single .entry-meta a:hover {
    color: #94cad2;
}
/*
Buttons
---------------------------------------------------------------------------------------------------- */
/* Buttons
------------------------------------------------------------ */

.button,
.button-cta {
    font-family: "azo-sans-web";
}

.button:hover,
.button-cta:hover {
    background: #94cad2;
    color: #ffffff;
}

.button-input-align {
    padding: 3px 24px;
    -ms-transform: translateY(-2%);
    -webkit-transform: translateY(-2%);
    -moz-transform: translateY(-2%);
    -o-transform: translateY(-2%);
    transform: translateY(-2%);
    width: 300px;
    margin-left: 15px;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .button-input-align {
        margin-left: 0;
        margin-top: 20px;
    }
}

.button-outline a {
    color: #ffffff;
}

.button-outline {
    text-transform: inherit;
    background: none !important;
    width: 200px;
    text-align: center;
    margin-right: 20px;
    border: 3px solid #ffffff !important;
    font-size: 18px !important;
    padding: 0;
    border-radius: 3px;
}

.button-outline:hover {
    border-color: #94cad2 !important;
    color: #ffffff !important;
    background: #94cad2 !important;
}

.button-outline:hover a {
    color: white !important;
}

@media only screen and (max-width: 767px) {
    .button-outline {
        left: 20px !important;
    }
}

.button-fill {
    background: #ffffff;
    color: #666666;
}

.button-fill a {
    color: #666666;
}

.button-fill {
    text-transform: inherit;
    border-radius: 3px;
    width: 200px;
    text-align: center;
    margin-left: 20px;
    font-size: 18px !important;
    padding: 3px 0;
}

.button-fill:hover {
    background: #94cad2 !important;
    color: #ffffff !important;
}

.button-fill:hover a {
    color: #ffffff !important;
}

.button-cta {
    border-radius: 3px;
    font-family: "azo-sans-web";
    padding: 10px 36px;
    letter-spacing: .05em;
    font-size: 16px;
    font-variant: normal;
    text-transform: none;
}
/*
Fonts
---------------------------------------------------------------------------------------------------- */
/* Font
----------------------------*/

@font-face {
    font-family: 'shackicons';
    src: url("/wp-content/themes/genesis-sample/font/shackicons.eot?76814425");
    src: url("/wp-content/themes/genesis-sample/font/shackicons.eot?76814425#iefix") format("embedded-opentype"), url("/wp-content/themes/genesis-sample/font/shackicons.woff?76814425") format("woff"), url("/wp-content/themes/genesis-sample/font/shackicons.ttf?76814425") format("truetype"), url("/wp-content/themes/genesis-sample/font/shackicons.svg?76814425#shackicons") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'shackicons';
    src: url('../font/shackicons.svg?76814425#shackicons') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "shackicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-play-circle:before {
    content: '\e83c';
}
/* '' */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/wp-content/themes/genesis-sample/font/glyphicons-halflings-regular.eot");
    src: url("./wp-content/themes/genesis-sample/font/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/genesis-sample/font/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("/wp-content/themes/genesis-sample/font/glyphicons-halflings-regular.ttf") format("truetype"), url("/wp-content/themes/genesis-sample/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}
/*
Author Box
---------------------------------------------------------------------------------------------------- */
/* Author Box 
----------------------------*/

.author-box {
    padding: 0;
    margin-top: 40px;
    font-size: 14px;
}

.author-box .avatar {
    margin-right: 24px;
    width: 15%;
    height: 15%;
    border-radius: 50%;
    border: 6px solid #e9eaea;
}

.author-box-title {
    margin-top: 20px;
}

.author-box-content p {
    clear: both;
    display: table;
    padding-top: 20px;
}

.py-author-written {
    font-weight: 300;
    font-size: 18px;
    display: table;
    font-style: italic;
    color: #c8c8c8;
}

.py-author-name {
    font-size: 28px;
}
/*
Carousel
---------------------------------------------------------------------------------------------------- */
/* Carousel
----------------------------*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel {
    position: relative;
    margin-top: 80px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/*.carousel-inner {
    position:relative;
    width:100%;
    overflow:hidden;
}*/

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    color: #666666;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: "‹";
}

.carousel-control .icon-next:before {
    content: "›";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: 15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
/*
Sliders
---------------------------------------------------------------------------------------------------- */
/* Slider Styles
------------------------------------------------------------ */

@media only screen and (max-width: 1197px) {
    .py-endorsements {
        margin-bottom: 0;
    }
}

.py-slider-endorsements {
    font-size: 24px;
    line-height: 48px;
    font-style: italic;
    text-align: left;
    max-width: none;
}

@media only screen and (max-width: 1197px) {
    .py-slider-endorsements {
        font-size: 24px !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        min-width: 100% !important;
    }
}

.py-endorsements-author {
    font-style: normal !important;
}

@media only screen and (max-width: 1197px) {
    .py-endorsements-author {
        font-size: 24px !important;
        line-height: 2em !important;
    }
}

.fullwidthbanner-container {
    background: none !important;
}

@media only screen and (max-width: 1197px) {
    .py-endorsements-text {
        font-size: 24px !important;
        line-height: 2em !important;
    }
}

@media only screen and (max-width: 1197px) {
    #rev_slider_3_1_wrapper,
    #rev_slider_3_1,
    #rev_slider_3_2_wrapper,
    #rev_slider_3_2,
    #rev_slider_5_1_wrapper,
    #rev_slider_5_1,
    #rev_slider_6_1_wrapper,
    #rev_slider_6_1 {
        min-height: 250px !important;
    }
}

@media only screen and (max-width: 767px) {
    #rev_slider_3_1_wrapper,
    #rev_slider_3_1,
    #rev_slider_3_2_wrapper,
    #rev_slider_3_2,
    #rev_slider_5_1_wrapper,
    #rev_slider_5_1,
    #rev_slider_6_1_wrapper,
    #rev_slider_6_1 {
        min-height: 450px !important;
    }
}
/* Featured Hero
----------------------------*/

.py-featured-hero-play {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.py-featured-hero-play a {
    color: #ffffff;
    font-family: "azo-sans-web";
}

.py-featured-hero-play h1,
.py-featured-hero-play .recent-posts,
.py-featured-hero-play .entry-title {
    font-size: 71px !important;
}

#rev_slider_1_1_wrapper,
#rev_slider_1_1,
#rev_slider_4_1_wrapper,
#rev_slider_4_1,
#rev_slider_5_1_wrapper,
#rev_slider_5_1,
#rev_slider_6_1_wrapper,
#rev_slider_6_1 {
    min-height: 420px;
}

@media screen and (max-width: 851px) {
    #rev_slider_1_1_wrapper,
    #rev_slider_1_1,
    #rev_slider_4_1_wrapper,
    #rev_slider_4_1,
    #rev_slider_5_1_wrapper,
    #rev_slider_5_1,
    #rev_slider_6_1_wrapper,
    #rev_slider_6_1 {
        min-height: 550px !important;
    }
}

@media screen and (max-width: 480px) {
    #rev_slider_1_1_wrapper,
    #rev_slider_1_1,
    #rev_slider_4_1_wrapper,
    #rev_slider_4_1,
    #rev_slider_5_1_wrapper,
    #rev_slider_5_1,
    #rev_slider_6_1_wrapper,
    #rev_slider_6_1 {
        min-height: 420px !important;
    }
}

.py-featured-hero {
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    text-align: center;
    min-height: 420px;
    display: inline-table;
    vertical-align: middle;
    padding: 80px;
}

.page-id-244 .py-featured-hero {
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    text-align: center;
    min-height: 420px;
    display: inline-table;
    vertical-align: middle;
    padding: 25px 80px;
}

@media only screen and (max-width: 850px) {
    .py-featured-hero {
        height: auto !important;
    }
}

.py-featured-hero h1,
.py-featured-hero .recent-posts,
.py-featured-hero .entry-title {
    color: #ffffff;
    font-size: 60px;
}

@media only screen and (max-width: 850px) {
    .py-featured-hero h1,
    .py-featured-hero .recent-posts,
    .py-featured-hero .entry-title {
        font-size: 59px !important;
        margin: 40px !important;
    }
}

.py-featured-hero span {
    color: #ffffff;
    font-size: 25px;
}

@media only screen and (max-width: 850px) {
    .py-featured-hero span {
        font-size: 20px !important;
        margin-bottom: 20px !important;
        line-height: 1.25em !important;
        white-space: initial;
    }
}

@media only screen and (max-width: 850px) {
    .py-featured-hero-play a {
        font-size: 24px !important;
        margin-bottom: 40px !important;
    }
}

.py-featured-hero-play a:hover {
    color: #94cad2;
}

.py-featured-hero-play a:hover span {
    color: #94cad2;
}

@media only screen and (max-width: 960px) {
    .site-header .wrap {
        padding: 20px 0;
    }
}

.py-featured-hero-buttons {
    margin-top: 40px;
    display: block;
    /*end media query */
}

@media only screen and (min-width: 767px) and (max-width: 850px) {
    .py-featured-hero-buttons .button-outline {
        display: table;
        margin: 0 auto !important;
        padding: 10px 20px !important;
    }
    .py-featured-hero-buttons .button-outline a {
        font-size: 16px !important;
    }
    .py-featured-hero-buttons .button-fill {
        display: table;
        margin: 20px auto 0 !important;
        color: #94cad2 !important;
        padding: 14px 20px !important;
    }
    .py-featured-hero-buttons .button-fill a {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 766px) {
    .py-featured-hero-buttons .button-outline {
        padding: 14px 20px !important;
        display: table !important;
        margin: 0 auto !important;
    }
    .py-featured-hero-buttons .button-outline a {
        font-size: 16px !important;
    }
    .py-featured-hero-buttons .button-fill {
        padding: 20px 20px !important;
        margin: 20px auto 0 !important;
        display: table !important;
    }
    .py-featured-hero-buttons .button-fill a {
        font-size: 16px !important;
    }
}
/* Video Lightbox override
----------------------------*/

#cboxWrapper > div > div {
    background: none !important;
    background-color: #DCDCDC;
}

#cboxClose {
    display: none !important;
}

.cboxIframe {
    background: none !important;
}
/*
Forms
---------------------------------------------------------------------------------------------------- */
/* Forms
----------------------------*/

input,
select,
textarea {
    padding: 18px;
}
/*
Forms
---------------------------------------------------------------------------------------------------- */
/* Sidebar
------------------------------------------------------------ */

.sidebar .widget {
    padding: 0;
    margin-bottom: 10px;
}

.sidebar .enews-widget {
    background: url("/wp-content/uploads/2015/04/Side-Opt-In.jpg") no-repeat;
    font-size: 22px;
}

@media only screen and (max-width: 960px) {
    .sidebar .enews-widget {
        width: 360px;
    }
}

.sidebar .enews-widget form {
    padding-top: 270px;
}

.sidebar .enews-widget form #subbox {
    color: #fff !important;
    /* Fallback for web browsers that don't support RGBa */
    
    background-color: white;
    /* RGBa with 0.6 opacity */
    
    background-color: rgba(255, 255, 255, 0.4);
    /* For IE 5.5 - 7*/
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    border: 0;
}

.sidebar .enews-widget form #subbutton {
    background: #ffffff;
    color: #404041;
    margin-left: 0;
}

.sidebar .enews-widget form #subbutton:hover {
    background: #94cad2;
    border: 1px solid #94cad2;
    color: #ffffff;
}

.sidebar .enews-widget.widget {
    padding: 40px 23px !important;
    margin-bottom: 30px;
}
/* Related Posts Sidebar Styling
------------------------------------------------------------ */

.sidebar-primary .entry {
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e9eaea;
    display: inline-block;
}

.sidebar-primary .entry.genesis-feature-4 {
    border-bottom: none !important;
}

.sidebar-primary .entry-header {
    margin-top: -30px;
}

.sidebar-primary .entry-title {
    margin-bottom: 0;
}

.sidebar-primary .entry-title a {
    font-size: 21px;
    display: inline-block;
}

.sidebar-primary .us_shortcode {
    display: table;
    clear: both;
    float: right;
}

.sidebar-primary .entry-meta {
    display: none;
}

.sidebar-primary .entry-author {
    display: none;
}

.sidebar-primary .entry-content {
    float: left;
    display: inline-block;
}

.sidebar-primary .entry-content img {
    width: 100px;
    display: inline-block;
    margin: 0;
}

.sidebar-primary .entry-content p,
.sidebar-primary .entry-content h2,
.sidebar-primary .entry-content .entry-title a,
.entry-title .sidebar-primary .entry-content a,
.sidebar-primary .entry-content .background,
.sidebar-primary .entry-content h3,
.sidebar-primary .entry-content .py-grid .entry-title a,
.py-grid .entry-title .sidebar-primary .entry-content a,
.sidebar-primary .entry-content .menu-secondary,
.sidebar-primary .entry-content h4,
.sidebar-primary .entry-content .py-featured-hero-play a,
.py-featured-hero-play .sidebar-primary .entry-content a,
.sidebar-primary .entry-content h5,
.sidebar-primary .entry-content h6 {
    display: none;
}

.single .entry-footer .entry-categories {
    display: none;
}

.sidebar-featured-headline {
    display: inline-block;
    clear: both;
    text-align: center !important;
    width: 100%;
    margin-top: 40px;
}

.sidebar-featured-headline h1:before,
.sidebar-featured-headline .recent-posts:before,
.sidebar-featured-headline .entry-title:before {
    border-top: 2px solid #c8c8c8;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.sidebar-featured-headline .background span {
    background: #ffffff;
    padding: 0 15px;
    font-size: 28px;
}

.sidebar .after-related-posts {
    margin-top: 40px;
}
/*
eNews
---------------------------------------------------------------------------------------------------- */
/* Enews
------------------------------------------------------------ */

.enews form + p {
    display: table;
    margin: 0 auto;
    font-size: 15px;
}

.enews-widget {
    background: #e9eaea;
    display: inline-table;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.enews-widget p {
    display: inline-block;
    margin-right: 15px;
    color: #666666;
    font-size: 21px;
}

.enews-widget form {
    display: inline-block;
}

.enews-widget input {
    width: 300px !important;
    font-family: "azo-sans-web";
    color: #989898;
    border-radius: 3px;
    border: 1px solid #989898;
    font-size: 18px;
    font-weight: 300;
    padding: 16px;
    font-style: italic;
}

.sitewide-optin {
    background: url("/wp-content/uploads/2015/03/paul-young-mountain-photo.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    padding: 80px;
    display: inline-table;
    /*
    .wrap {
      max-width:800px;
    }
  */
}

@media only screen and (max-width: 960px) {
    .sitewide-optin {
        background: url("/wp-content/uploads/2015/03/paul-young-mountain-photo.jpg") no-repeat bottom left;
        padding: 80px 0;
    }
}

.sitewide-optin .enews-widget {
    background: none;
    color: #ffffff;
}

.sitewide-optin .enews-widget input[type="submit"] {
    background: none;
    border: 2px solid #ffffff;
}

.sitewide-optin .enews-widget input[type="submit"]:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #404041;
}

.sitewide-optin .enews-widget #subbutton {
    color: #ffffff;
}

.sitewide-optin .enews-widget #subbutton:hover {
    color: #404041;
}

.sitewide-optin .enews p {
    color: #ffffff;
}

.sitewide-optin #subbox {
    background: none;
    color: #DCDCDC;
    border: 2px solid #DCDCDC;
}
/*
Page
---------------------------------------------------------------------------------------------------- */
/* Page
------------------------------------------------------------ */

.page .share-before {
    display: table;
    clear: both;
}

.py-book .entry-content .share-before {
    display: none;
}

.home .entry-content p {
    min-height: 310px;
}
/*
Footer
---------------------------------------------------------------------------------------------------- */
/* Footer
----------------------------*/

footer {
    padding-top: 40px;
}
