@charset "UTF-8";
/*
Theme Name:     MH3 via GetNoticed!
Theme URI:      http://michaelhyatt.com/
Description:    Child theme for the GetNoticed! theme 
Author:         GetNoticed!
Author URI:     http://getnoticedtheme.com/
Template:       getnoticed
Version:        3.0
-----------------------------------------------------------
*/
/* Fonts
----------------------------------------------- */
@font-face {
  font-family: "michaelhyatt";
  src: url("fonts/michaelhyatt-20150924.eot");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "michaelhyatt";
  src: url("fonts/michaelhyatt-20150924.eot");
  src: url("fonts/michaelhyatt-20150924.eot?#iefix") format("embedded-opentype"), url("fonts/michaelhyatt-20150924.woff") format("woff"), url("fonts/michaelhyatt-20150924.ttf") format("truetype"), url("fonts/michaelhyatt-20150924.svg?#michaelhyatt") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Mixins
----------------------------------------------- */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
/*
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​
*/
/* Opera */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

​ a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.btn,
.page-template-page-team #joinourteam .primarybutton,
a.primarybutton,
a.primarybutton:link,
a.primarybutton:visited,
#secondary .signup_form .submitrow input,
body #secondary .primary .buybutton,
body #secondary .primary .buybutton:link,
.btn:after,
.page-template-page-team #joinourteam .primarybutton:after,
a.primarybutton:after,
a.primarybutton:link:after,
a.primarybutton:visited:after,
#secondary .signup_form .submitrow input:after,
body #secondary .primary .buybutton:after,
body #secondary .primary .buybutton:link:after,
.btn:before,
.page-template-page-team #joinourteam .primarybutton:before,
a.primarybutton:before,
a.primarybutton:link:before,
a.primarybutton:visited:before,
#secondary .signup_form .submitrow input:before,
body #secondary .primary .buybutton:before,
body #secondary .primary .buybutton:link:before,
.button,
.button:after,
.button:before,
.default-transition,
.mh-share-actions a,
#mh-site-container,
section#mh-top-photo .mh-home-social ul li a,
section#mh-current-issue-v2 .mh-current-issue-header:hover,
.mh-issue-header:hover,
.mh-issue-contents .issue-ad a:hover .ad-thumb,
.mh-article-archive .issue-ad a:hover .ad-thumb,
.mh-issue-contents .article-block a:hover .article-thumb,
.mh-article-archive .article-block a:hover .article-thumb,
.mh-issue-side-contents .article-block a:hover .article-thumb,
.mh-lead-article .article-block a:hover .article-thumb,
.mh-issue-contributors .contributor-link:hover .contributor-headshot,
.mh-latest-episodes .podcast-episode a:hover .podcast-thumb {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.clearfix {
  clear: both;
  float: none;
  position: relative; }

/*
.wf-loading {
	
	body {
		background-color:#fff;
		
		* {
			@include globaltransition;
			visibility: hidden;
		}
	}
}
*/
/* Bootstrap Extras
----------------------------------------------------- */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left; }

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center; }

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right; }

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify; }

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit; }
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; }
  .text-justify-xs {
    text-align: justify; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit; }
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; }
  .text-justify-sm {
    text-align: justify; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit; }
  .text-left-md {
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; }
  .text-justify-md {
    text-align: justify; } }

@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit; }
  .text-left-lg {
    text-align: left; }
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; }
  .text-justify-lg {
    text-align: justify; } }

/* General
----------------------------------------------- */
html {
  font-size: 62.5%; }

html,
body,
.home .sitewrap,
.home #page,
.home #page.wrap,
.home #main,
.home #main .innerwrap,
.home .mh-content-outer {
  height: 100%; }

body #main {
  padding: 0; }

body {
  color: #454545;
  padding-top: 0px;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.725;
  overflow: visible !important;
  height: 100%;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "essonnes-headline", "Georgia", serif;
  font-weight: normal;
  margin-bottom: 3rem;
  -webkit-font-smoothing: subpixel-antialiased; }

h1 {
  color: #000;
  color: #35424e;
  font-size: 5.2rem;
  margin: 2rem 0 4rem; }

h3 {
  color: #222;
  margin-top: 5rem;
  font-size: 3.8rem; }

h3.widgettitle {
  color: #444;
  font-size: 2rem;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2rem;
  line-height: 1.4; }

h4 {
  font-size: 2.2rem;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2rem;
  line-height: 1.4; }

h4.section-header, h4.section-header-light {
  font-size: 1.6rem;
  letter-spacing: .5rem;
  color: #444;
  color: #752763; }

h4.section-header-light {
  color: #fff; }

a {
  color: #752763; }

a:hover {
  color: #752763;
  text-decoration: underline; }

p {
  margin-bottom: 3.5rem; }

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

ol > li {
  margin-bottom: 3rem; }

blockquote {
  border-left: none; }

.innerwrap ol,
.innerwrap ul {
  margin-bottom: 3.5rem; }

.btn-hover, .btn:hover, .page-template-page-team #joinourteam .primarybutton:hover, a.primarybutton:hover,
#secondary .signup_form .submitrow input:hover,
body #secondary .primary .buybutton:hover {
  color: #fff;
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-decoration: none; }


.btn,
.page-template-page-team #joinourteam .primarybutton,
a.primarybutton,
a.primarybutton:link,
a.primarybutton:visited,
#secondary .signup_form .submitrow input,
body #secondary .primary .buybutton,
body #secondary .primary .buybutton:link {
  background-color: #752763;
  border-radius: 0;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 24px;
  text-transform: uppercase;
  letter-spacing: .3rem;
  white-space: normal; }
  .btn:focus, .page-template-page-team #joinourteam .primarybutton:focus, a.primarybutton:focus,
  #secondary .signup_form .submitrow input:focus,
  body #secondary .primary .buybutton:focus, .btn:active, .page-template-page-team #joinourteam .primarybutton:active, a.primarybutton:active,
  #secondary .signup_form .submitrow input:active,
  body #secondary .primary .buybutton:active {
    color: #fff; }
  .btn i, .page-template-page-team #joinourteam .primarybutton i, a.primarybutton i,
  a.primarybutton:link i,
  a.primarybutton:visited i,
  #secondary .signup_form .submitrow input i,
  body #secondary .primary .buybutton i,
  body #secondary .primary .buybutton:link i {
    margin-right: 2px; }

.btn-dark {
  background-color: #fff;
  border: 1px solid #fff;
  color: #222 !important; }
  .btn-dark:hover {
    color: #222; }
  .btn-dark:focus, .btn-dark:active {
    color: #222; }

.btn-alt, a.primarybutton,
a.primarybutton:link,
a.primarybutton:visited,
#secondary .signup_form .submitrow input,
body #secondary .primary .buybutton,
body #secondary .primary .buybutton:link {
  background-color: #FEC110; }

.btn-alt2 {
  background-color: #0073b9; }

.btn-red {
  background-color: #ef3b3a; }

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

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 4rem; }

img.alignnone,
.alignnone {
  margin-bottom: 2rem; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 6rem 4rem 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 4rem 6rem; }

img.alignleft.entry-image,
img.alignright.entry-image {
  margin-bottom: 0; }

.entry-content figure {
  margin: 6rem 0 4rem; }

.wp-caption img,
.wp-caption {
  width: auto !important;
  max-width: 100% !important; }

.wp-caption-text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 1rem; }

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin-bottom: 3rem; }

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
  border-width: 0 !important; }

/* Components
----------------------------------------------------- */
.headline-accent, section#mh-top-photo .overlay-content h1:after, section#mh-current-issue-v2 .mh-current-issue-header h2:after, .page-template-page-about .mh-content-outer h2:after, .page-template-page-about .mh-content-outer #mh-top-about .mh-about-title h1:after, .page-template-page-optin #mh-optin-header h1:after,
.home #mh-optin h1:after, #mh-magazine-header h1:after, #mh-podcast-header h1:after, .page .hentry .entry-title:after,
.single-product .hentry .entry-title:after,
.single-post .hentry .entry-title:after {
  display: block;
  content: ' ';
  max-width: 100%;
  width: 300px;
  border-bottom: 3px solid #752763;
  margin: 30px auto 30px; }

.dark-overlay-default, section#mh-top-photo:before, section#mh-current-issue:before, section#mh-current-issue-v2:before, section#mh-podcast:before, section#mh-leaderbox:before, section#mh-ffp:before, #mh-podcast-header:before {
  content: ' ';
  background-color: rgba(105, 102, 119, 0.35);
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mh-scroll-message-default {
  color: #fff;
  font-family: "essonnes-headline", "Georgia", serif;
  font-style: italic;
  font-size: 1.6rem;
  text-align: center;
  width: 100%; }
  .mh-scroll-message-default i {
    display: block;
    font-size: 4.6rem;
    text-align: center; }
  .mh-scroll-message-default:hover,
  .mh-scroll-message-default:hover *, .mh-scroll-message-default:focus,
  .mh-scroll-message-default:focus *, .mh-scroll-message-default:active,
  .mh-scroll-message-default:active * {
    color: #fff;
    text-decoration: none; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/* Top Navigation
----------------------------------------------------- */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

a.navbar-brand {
  display: block;
  line-height: 30px;
  min-width: 170px;
  height: 50px;
  overflow: hidden;
  padding-top: 0;
  padding-left: 10px; }
  a.navbar-brand:before {
    color: #752763;
    content: "\f105";
    display: block;
    font-family: "michaelhyatt";
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 50px;
    margin-left: 60px;
    padding-top: 10px;
    position: relative;
    speak: none;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  a.navbar-brand:hover, a.navbar-brand:hover::before {
    border: none;
    color: #752763;
    text-decoration: none; }
  a.navbar-brand span {
    position: absolute;
    top: 0;
    left: 0; }
  a.navbar-brand span::before {
    color: #752763;
    content: "\f104";
    display: inline-block;
    font-family: 'michaelhyatt';
    font-weight: normal;
    text-align: center;
    padding-right: 3px;
    width: 50px;
    height: 50px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 49px;
    font-size: 4.2rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.home a.navbar-brand:before {
  color: #fff; }

.admin-bar #topnav.navbar {
  top: 32px; }

#topnav.navbar {
  background-color: #fff;
  border: 0;
  font-family: "essonnes-headline", "Georgia", serif;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }
  #topnav.navbar .navbar-header {
    position: relative; }
  #topnav.navbar #mh-navbar-main {
    padding-top: 2px; }
  #topnav.navbar .mh-primary-nav {
    display: inline-block;
    float: none;
    padding-top: 11px; }
  #topnav.navbar .nav-item {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .2rem;
    margin: 0 16px; }
    #topnav.navbar .nav-item a {
      color: #222;
      padding: 0; }
      #topnav.navbar .nav-item a:hover {
        color: #752763;
        background-color: transparent;
        border-bottom: 1px solid #752763; }
      #topnav.navbar .nav-item a:focus, #topnav.navbar .nav-item a:active {
        background: none; }
  #topnav.navbar .nav-search a {
    margin-left: 0px;
    overflow: hidden;
    width: 25px; }
    #topnav.navbar .nav-search a:before {
      content: '\f002';
      font-family: "Font Awesome 5 Light";
      font-weight: 300;
      line-height: 1;
      padding-right: 100px;
      padding-bottom: 100px;
      padding-left: 2px; }
    #topnav.navbar .nav-search a:hover {
      border-bottom: none !important; }
  #topnav.navbar .nav-search.mh-search-minus a:before {
    content: '\f010'; }
  #topnav.navbar .nav-members a:before {
    content: '\f023';
    font-family: "Font Awesome 5 Light";
    font-weight: 300;
    line-height: 1;
    padding-right: 6px; }
  #topnav.navbar .nav-more {
    line-height: 1;
    padding-top: 13px; }
    #topnav.navbar .nav-more i {
      color: #752763;
      font-size: 2.2rem;
      margin-left: 5px;
      vertical-align: top;
      margin-top: -2px; }
    #topnav.navbar .nav-more button {
      background: none;
      border: none;
      padding: 0;
      color: #222;
      font-size: 1.8rem;
      font-weight: 400;
      letter-spacing: .25rem;
      text-transform: uppercase;
      line-height: 1;
      outline: none; }
      #topnav.navbar .nav-more button:hover span {
        border-bottom: 1px solid #752763; }
  #topnav.navbar .mh-social {
    color: #565656;
    color: #999;
    display: inline-block;
    font-size: 1.6rem;
    padding: .6rem .7rem;
    margin-top: 2px; }
    #topnav.navbar .mh-social:hover {
      color: #752763;
      text-decoration: none; }

.home #topnav.navbar {
  background: transparent;
  padding-top: 20px; }
  .home #topnav.navbar .nav-item a {
    color: #fff; }
    .home #topnav.navbar .nav-item a:hover {
      color: #fff;
      background-color: transparent;
      border-bottom: 1px solid #fff; }
  .home #topnav.navbar .nav-more button {
    color: #fff; }
    .home #topnav.navbar .nav-more button:hover span {
      border-bottom: 1px solid #fff; }

#mh-responsive-nav .nav a.nav-link:hover {
  text-decoration: underline; }

/* Search bar
----------------------------------------------------- */
/** hidden search field **/
#searchbar {
  background: #eee;
  display: none;
  float: left;
  width: 100%;
  height: 62px;
  border-top: none;
  padding-left: 25px;
  padding-right: 10px;
  z-index: 9999;
  -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2); }
  #searchbar #s {
    background: transparent;
    display: block;
    width: 88%;
    border: 0;
    outline: none;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 2.8rem;
    font-style: italic;
    font-weight: 400;
    color: #444; }
  #searchbar #searchsubmit {
    display: block;
    float: right;
    margin-top: 12px;
    background: none;
    color: #717171;
    border: 0;
    outline: none;
    cursor: pointer; }

/* Sharing
----------------------------------------------------- */
.mh-share-actions {
  margin: 30px auto 60px !important;
  text-align: center; }
  .mh-share-actions a {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #aaa;
    display: inline-block;
    margin: 0 3px 6px 0;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px; }
    .mh-share-actions a:hover {
      color: #222;
      border-color: #bbb; }
    .mh-share-actions a .fa-facebook-f {
      color: #375899; }
    .mh-share-actions a .fa-twitter {
      color: #29aae1; }
    .mh-share-actions a .fa-linkedin-in {
      color: #0277b5; }
    .mh-share-actions a .fa-envelope {
      color: #4285f4; }

.mh-issue-sharing {
  background: rgba(53, 66, 78, 0.1);
  padding: 10px 0; }
  .mh-issue-sharing .fa-level-up {
    margin-right: 12px;
    vertical-align: middle;
    margin-top: -3px; }
  .mh-issue-sharing .mh-share-actions {
    margin: 0 auto !important;
    text-align: left; }
  .mh-issue-sharing a {
    background: #fff;
    margin-bottom: 0; }
  .mh-issue-sharing h4 {
    font-size: 1.8rem;
    margin: 3px 0 0; }

/* Main content area
----------------------------------------------------- */
#mh-site-container {
  padding-top: 50px; }

#page.wrap {
  width: 100%;
  max-width: 100%; }

#main .innerwrap {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  #main .innerwrap #primary {
    width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 150px;
    padding-top: 0; }

.home #main .innerwrap,
.single-post #main .innerwrap,
.single-issue #main .innerwrap,
.page-template-page-issue #main .innerwrap,
.page-template-page-magazine #main .innerwrap,
.page-template-page-about #main .innerwrap,
.page-template-page-podcast #main .innerwrap,
.page-template-page-careers #main .innerwrap,
.page-template-page-team #main .innerwrap,
.page-template-page-optin #main .innerwrap,
.page-template-page-thankyou #main .innerwrap {
  max-width: 100%;
  padding: 0; }

.home #mh-site-container,
.single-post #mh-site-container,
.single-issue #mh-site-container,
.page-template-page-issue #mh-site-container,
.page-template-page-magazine #mh-site-container,
.page-template-page-about #mh-site-container,
.page-template-page-podcast #mh-site-container,
.page-template-page-optin #mh-site-container,
.page-template-page-thankyou #mh-site-container {
  padding-top: 0; }

.page-template-default .entry-header,
.page-template-page-podcastarchives .entry-header,
.single-product .entry-header,
.error404 .entry-header {
  padding: 5% 0;
  text-align: center; }

.home section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative; }
  .home section h2 {
    font-size: 4.2rem; }

section#mh-top-photo {
  background: url(images/assets/michael_hyatt_0344_centered2.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  position: relative; }
  @media (hover: none) {
    section#mh-top-photo {
      background-attachment: scroll; } }
  @media (max-width: 991px) {
    section#mh-top-photo {
      background-attachment: scroll; } }
  section#mh-top-photo .overlay-content {
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 80px 20px 0;
    position: relative; }
    @media (max-width: 991px) {
      section#mh-top-photo .overlay-content {
        padding-top: 50%; } }
    @media (min-width: 992px) {
      section#mh-top-photo .overlay-content {
        /*
		    top: 50%;
		    -webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		    */
        position: absolute;
        bottom: 20%; } }
    section#mh-top-photo .overlay-content h1 {
      color: #fff;
      font-size: 8rem;
      line-height: 1.1; }
      @media (max-width: 991px) {
        section#mh-top-photo .overlay-content h1 {
          font-size: 5rem; } }
      section#mh-top-photo .overlay-content h1 small {
        font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
        vertical-align: top;
        color: #fff;
        font-size: 40%;
        font-weight: 300;
        line-height: 49px; }
    section#mh-top-photo .overlay-content h2 {
      color: #fff;
      font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
      font-size: 2.4rem !important;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: .3rem; }
      @media (max-width: 991px) {
        section#mh-top-photo .overlay-content h2 {
          font-size: 2rem !important;
          letter-spacing: .2rem; } }
  section#mh-top-photo .mh-scroll-message {
    color: #fff;
    font-family: "essonnes-headline", "Georgia", serif;
    font-style: italic;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
    width: 100%; }
    section#mh-top-photo .mh-scroll-message i {
      color: #752763;
      display: block;
      font-size: 4.6rem;
      text-align: center; }
    section#mh-top-photo .mh-scroll-message:hover,
    section#mh-top-photo .mh-scroll-message:hover *, section#mh-top-photo .mh-scroll-message:focus,
    section#mh-top-photo .mh-scroll-message:focus *, section#mh-top-photo .mh-scroll-message:active,
    section#mh-top-photo .mh-scroll-message:active * {
      color: #fff;
      text-decoration: none; }
  section#mh-top-photo .mh-home-social {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    section#mh-top-photo .mh-home-social ul {
      padding: 0;
      margin: 0; }
      section#mh-top-photo .mh-home-social ul li {
        list-style: none;
        margin-bottom: 3rem; }
        section#mh-top-photo .mh-home-social ul li a {
          color: #752763;
          font-size: 2.4; }
          section#mh-top-photo .mh-home-social ul li a:hover {
            color: #fff; }
    @media (max-width: 991px) {
      section#mh-top-photo .mh-home-social {
        display: none; } }

section#mh-current-issue {
  background: url(images/assets/issue-self-awareness-cover.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff; }
  @media (hover: none) {
    section#mh-current-issue {
      background-attachment: scroll; } }
  @media (max-width: 991px) {
    section#mh-current-issue {
      background-attachment: scroll; } }
  section#mh-current-issue > .container {
    position: relative; }
    @media (min-width: 992px) {
      section#mh-current-issue > .container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

section#mh-current-issue-v2 {
  background: #35424e center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0; }
  @media (hover: none) {
    section#mh-current-issue-v2 {
      background-attachment: scroll; } }
  @media (max-width: 991px) {
    section#mh-current-issue-v2 {
      background-attachment: scroll; } }
  section#mh-current-issue-v2 .mh-current-issue-intro {
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-right: 30px; }
    @media (max-width: 1400px) {
      section#mh-current-issue-v2 .mh-current-issue-intro {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  section#mh-current-issue-v2 .mh-current-issue-contents {
    background-size: cover;
    padding: 0;
    position: relative; }
    @media (max-width: 575px) {
      section#mh-current-issue-v2 .mh-current-issue-contents {
        padding: 0 15px 30px; } }
  section#mh-current-issue-v2 .mh-current-issue-header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    margin-top: 0;
    position: relative;
    height: 100%;
    width: 100%;
    position: relative; }
    section#mh-current-issue-v2 .mh-current-issue-header:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    section#mh-current-issue-v2 .mh-current-issue-header > .interior-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    section#mh-current-issue-v2 .mh-current-issue-header:before {
      background: rgba(0, 0, 0, 0.3); }
    section#mh-current-issue-v2 .mh-current-issue-header:hover {
      text-decoration: none;
      opacity: .9; }
    section#mh-current-issue-v2 .mh-current-issue-header:hover *,
    section#mh-current-issue-v2 .mh-current-issue-header:hover h2,
    section#mh-current-issue-v2 .mh-current-issue-header:hover h4 {
      text-decoration: none !important; }
    section#mh-current-issue-v2 .mh-current-issue-header h2 {
      font-size: 4.2rem;
      color: #fff; }
      section#mh-current-issue-v2 .mh-current-issue-header h2:after {
        margin-bottom: 0; }
      @media (max-width: 575px) {
        section#mh-current-issue-v2 .mh-current-issue-header h2 {
          font-size: 2.8rem; }
          section#mh-current-issue-v2 .mh-current-issue-header h2:after {
            display: none; } }
    section#mh-current-issue-v2 .mh-current-issue-header .interior-content {
      position: absolute;
      bottom: auto;
      right: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      width: 100%; }
    section#mh-current-issue-v2 .mh-current-issue-header h2 {
      color: #fff;
      margin: 0; }
    section#mh-current-issue-v2 .mh-current-issue-header .issue-summary {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 2rem;
      font-weight: 400;
      padding: 10px 20px;
      width: 100%; }
      section#mh-current-issue-v2 .mh-current-issue-header .issue-summary h2 {
        color: #35424e;
        font-size: 3rem;
        margin-top: 0;
        margin-bottom: 0; }
      section#mh-current-issue-v2 .mh-current-issue-header .issue-summary h4 {
        font-size: 1.4rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 5px;
        margin-top: 0; }
      section#mh-current-issue-v2 .mh-current-issue-header .issue-summary p {
        font-size: 1.8rem;
        font-weight: 400;
        margin-bottom: 30px; }
      @media (max-width: 991px) {
        section#mh-current-issue-v2 .mh-current-issue-header .issue-summary {
          position: relative; }
          section#mh-current-issue-v2 .mh-current-issue-header .issue-summary h2 {
            font-size: 3rem;
            margin-top: 0px;
            margin-bottom: 20px; } }
  section#mh-current-issue-v2 .mh-current-issue-articles {
    padding: 20px 0 20px 0;
    padding: 0;
    text-align: center; }
    section#mh-current-issue-v2 .mh-current-issue-articles .article-block-outer {
      display: inline-block;
      float: left;
      width: 20%;
      margin: 0 auto; }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-block-outer.article-qty-2 {
        width: 50%; }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-block-outer.article-qty-3 {
        width: 33.3333%; }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-block-outer.article-qty-4 {
        width: 25%; }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-block-outer.article-qty-5 {
        width: 20%; }
      @media (max-width: 1199px) {
        section#mh-current-issue-v2 .mh-current-issue-articles .article-block-outer {
          width: 50% !important; } }
      @media (max-width: 575px) {
        section#mh-current-issue-v2 .mh-current-issue-articles .article-block-outer {
          width: 100% !important; } }
    section#mh-current-issue-v2 .mh-current-issue-articles .article-block-outer.issue-podcast {
      position: relative; }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-block-outer.issue-podcast:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-block-outer.issue-podcast > .interior-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    section#mh-current-issue-v2 .mh-current-issue-articles .article-thumb {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative; }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-thumb:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-thumb > .interior-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-thumb:before {
        background-color: rgba(0, 0, 0, 0.35); }
    section#mh-current-issue-v2 .mh-current-issue-articles .article-icon {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0px 3px;
      color: #fff;
      font-size: 1.4rem;
      background: rgba(0, 0, 0, 0.1); }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-icon:before {
        color: #fff;
        content: "\f1ea";
        font-family: 'Font Awesome 5 Light';
        font-size: 1.4rem; }
      section#mh-current-issue-v2 .mh-current-issue-articles .article-icon.podcast-icon:before {
        content: "\f025"; }
    section#mh-current-issue-v2 .mh-current-issue-articles .article-desc {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
    section#mh-current-issue-v2 .mh-current-issue-articles h4 {
      color: #fff;
      font-family: "essonnes-headline", "Georgia", serif;
      font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
      font-weight: normal;
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 1.1;
      padding: 0 20px;
      text-transform: uppercase;
      letter-spacing: .1rem;
      margin: 0 auto; }
      @media (max-width: 1199px) {
        section#mh-current-issue-v2 .mh-current-issue-articles h4 {
          font-size: 1.5rem; } }
    section#mh-current-issue-v2 .mh-current-issue-articles a:hover h2,
    section#mh-current-issue-v2 .mh-current-issue-articles a:hover h4 {
      text-decoration: underline; }
  section#mh-current-issue-v2 .issue-podcast {
    background: #752763;
    color: #fff; }
    section#mh-current-issue-v2 .issue-podcast .podcast-block {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
    section#mh-current-issue-v2 .issue-podcast a {
      display: block;
      text-decoration: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      /*
			color:$primarycolor;
			font-size: 1.4rem;
			background:#fff;
			padding-top:2px;
			padding-bottom: 2px;
			*/ }

section#mh-bye {
  background: url(images/marketing/bg-bye.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff; }
  @media (hover: none) {
    section#mh-bye {
      background-attachment: scroll; } }
  @media (max-width: 991px) {
    section#mh-bye {
      background-attachment: scroll; } }
  section#mh-bye > .container {
    position: relative; }
    @media (min-width: 992px) {
      section#mh-bye > .container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  section#mh-bye a.btn, section#mh-bye .page-template-page-team #joinourteam a.primarybutton, .page-template-page-team #joinourteam section#mh-bye a.primarybutton, section#mh-bye a.primarybutton, section#mh-bye
  body #secondary .primary a.buybutton,
  body #secondary .primary section#mh-bye a.buybutton {
    background-color: #f73c4a !important; }
  section#mh-bye .countdown-intro {
    display: none;
    font-weight: 700; }
  section#mh-bye .countdown {
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 3rem;
    text-align: center;
    margin: 0px auto 20px; }
  section#mh-bye .countdown div {
    display: inline-block; }
  section#mh-bye .countdown .lbl {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase; }
  section#mh-bye .countdown .cnt {
    margin-bottom: 0.3em; }
  section#mh-bye .countdown .digit {
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    color: #1dbcb8;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    margin: 0 0.06em;
    padding: 2px 0.16em; }
  section#mh-bye .countdown .colon {
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold; }

section#mh-podcast {
  background: url(images/assets/michael_hyatt_0574_2.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  font-size: 2.2rem; }
  @media (max-width: 991px) {
    section#mh-podcast {
      background-attachment: scroll; } }
  @media (hover: none) {
    section#mh-podcast {
      background-attachment: scroll; } }
  @media (max-width: 575px) {
    section#mh-podcast {
      background-color: #000;
      background-size: contain;
      background-position: center top;
      padding-top: 70px;
      padding-top: 0; } }
  section#mh-podcast > .container {
    position: relative; }
    @media (min-width: 992px) {
      section#mh-podcast > .container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  section#mh-podcast .ltw-logo {
    max-width: 100%;
    width: 350px;
    margin: 0px auto; }
    @media (max-width: 1199px) {
      section#mh-podcast .ltw-logo {
        width: 300px; } }
  section#mh-podcast .podcast-overlay {
    padding-bottom: 30px; }

section#mh-leaderbox {
  overflow: hidden;
  color: #fff; }
  @media (max-width: 991px) {
    section#mh-leaderbox {
      background: url(images/assets/bg-leaderbox3.jpg) center center no-repeat;
      background-attachment: scroll;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.5); } }
  section#mh-leaderbox img {
    margin-bottom: 30px; }
  section#mh-leaderbox video {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -100; }
    @media (max-width: 991px) {
      section#mh-leaderbox video {
        display: none; } }
  section#mh-leaderbox > .container {
    position: relative; }
    @media (min-width: 992px) {
      section#mh-leaderbox > .container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  section#mh-leaderbox h2 {
    color: #fff; }
  section#mh-leaderbox:before {
    background-color: rgba(0, 0, 0, 0.5); }

section#mh-optin {
  background: url(images/assets/bg-goal-psychology.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #222; }
  @media (hover: none) {
    section#mh-optin {
      background-attachment: scroll; } }
  @media (max-width: 991px) {
    section#mh-optin {
      background-attachment: scroll; } }
  section#mh-optin > .container {
    position: relative; }
    @media (min-width: 992px) {
      section#mh-optin > .container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

section#mh-ffp {
  background: url(images/assets/ffp-home.jpg) center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff; }
  @media (hover: none) {
    section#mh-ffp {
      background-attachment: scroll; } }
  @media (max-width: 991px) {
    section#mh-ffp {
      background-attachment: scroll; } }
  section#mh-ffp > .container {
    position: relative; }
    @media (min-width: 992px) {
      section#mh-ffp > .container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  section#mh-ffp:before {
    background-color: rgba(0, 0, 0, 0.4); }

section#mh-about {
  background: url(images/assets/bg-about2.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #222; }
  @media (hover: none) {
    section#mh-about {
      background-attachment: scroll; } }
  @media (min-width: 992px) {
    section#mh-about {
      min-height: 900px !important; } }
  @media (max-width: 991px) {
    section#mh-about {
      background: #222;
      padding-bottom: 0; }
      section#mh-about .responsive-placeholder {
        background: url(images/assets/bg-about2.jpg) center center no-repeat;
        background-size: cover;
        background-attachment: scroll;
        margin-bottom: 0;
        position: relative; }
        section#mh-about .responsive-placeholder:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        section#mh-about .responsive-placeholder > .interior-content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
  section#mh-about > .container {
    position: relative; }
    @media (min-width: 992px) {
      section#mh-about > .container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  section#mh-about .mh-about-content {
    padding: 20px 20px 40px;
    background: #fff; }

.home section#mh-testimonials {
  background-color: #fff;
  padding-top: 10rem;
  padding-bottom: 0; }
  .home section#mh-testimonials > .container,
  .home section#mh-testimonials > .container-fluid {
    position: relative; }
    @media (min-width: 992px) {
      .home section#mh-testimonials > .container,
      .home section#mh-testimonials > .container-fluid {
        /*
		    top: 50%;
		    -webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		    */ } }
  .home section#mh-testimonials .mh-testimonial .quote-headshot img {
    border-radius: 50%;
    max-width: 100%;
    width: 200px; }
  .home section#mh-testimonials .mh-testimonial .quote-body {
    color: #444;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .home section#mh-testimonials .mh-testimonial .quote-body {
        font-size: 2rem; } }
  .home section#mh-testimonials .mh-testimonial .quote-author {
    font-family: "essonnes-headline", "Georgia", serif;
    font-size: 2.0rem;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased; }
    @media (max-width: 767px) {
      .home section#mh-testimonials .mh-testimonial .quote-author {
        font-size: 1.8rem; } }
    .home section#mh-testimonials .mh-testimonial .quote-author h2 {
      font-size: 5.8rem;
      color: #222;
      margin-top: 0;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .home section#mh-testimonials .mh-testimonial .quote-author h2 {
          font-size: 3rem; } }
    .home section#mh-testimonials .mh-testimonial .quote-author span {
      color: #752763;
      font-style: italic; }
  .home section#mh-testimonials .carousel-control {
    width: auto;
    font-size: 20px;
    color: #752763;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    filter: alpha(opacity=100);
    opacity: 1;
    background-image: none !important; }
    .home section#mh-testimonials .carousel-control .fa-chevron-right:before,
    .home section#mh-testimonials .carousel-control .fa-chevron-left:before {
      font-size: 8rem; }
      @media (max-width: 767px) {
        .home section#mh-testimonials .carousel-control .fa-chevron-right:before,
        .home section#mh-testimonials .carousel-control .fa-chevron-left:before {
          font-size: 5rem; } }

/* About
----------------------------------------------------- */
.page-template-page-about .mh-content-outer section {
  padding: 6rem 0; }

.page-template-page-about .mh-content-outer h2 {
  font-size: 4rem; }

.page-template-page-about .mh-content-outer #mh-top-about {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 0;
  position: relative;
  text-align: left;
  background: url(images/assets/michael_hyatt_0746.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff; }
  @media (hover: none) {
    .page-template-page-about .mh-content-outer #mh-top-about {
      background-attachment: scroll; } }
  @media (max-width: 991px) {
    .page-template-page-about .mh-content-outer #mh-top-about {
      background-attachment: scroll;
      padding-top: 100px; } }
  .page-template-page-about .mh-content-outer #mh-top-about > .container {
    position: relative; }
    @media (min-width: 992px) {
      .page-template-page-about .mh-content-outer #mh-top-about > .container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .page-template-page-about .mh-content-outer #mh-top-about .mh-about-title {
    text-align: center; }
    .page-template-page-about .mh-content-outer #mh-top-about .mh-about-title h4 {
      color: #fff;
      margin-bottom: 0;
      margin-top: 3rem; }
    .page-template-page-about .mh-content-outer #mh-top-about .mh-about-title h1 {
      color: #fff;
      font-size: 6rem;
      margin-top: 0; }

.page-template-page-about .mh-content-outer #mh-about-intro-content {
  background: url(images/assets/michael_hyatt_0746.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  position: relative; }
  @media (hover: none) {
    .page-template-page-about .mh-content-outer #mh-about-intro-content {
      background-attachment: scroll;
      background: #fff; } }
  @media (max-width: 991px) {
    .page-template-page-about .mh-content-outer #mh-about-intro-content {
      background-attachment: scroll;
      background: #fff; } }
  .page-template-page-about .mh-content-outer #mh-about-intro-content:before {
    background-color: rgba(240, 240, 240, 0.9);
    background-color: rgba(117, 39, 99, 0.85);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    @media (max-width: 991px) {
      .page-template-page-about .mh-content-outer #mh-about-intro-content:before {
        background-color: #752763; } }

.page-template-page-about .mh-content-outer #mh-personal {
  background: url(images/assets/bg-marble.jpg) center center no-repeat;
  background-size: cover; }
  @media (max-width: 575px) {
    .page-template-page-about .mh-content-outer #mh-personal {
      background: none;
      padding-top: 0; } }
  .page-template-page-about .mh-content-outer #mh-personal h2 {
    text-align: center; }
  .page-template-page-about .mh-content-outer #mh-personal .mh-personal-overlay {
    background-color: #fff;
    padding: 40px 80px; }
    @media (max-width: 575px) {
      .page-template-page-about .mh-content-outer #mh-personal .mh-personal-overlay {
        padding: 0; } }
  .page-template-page-about .mh-content-outer #mh-personal .family-photo {
    max-width: 100%;
    width: 1000px;
    float: none;
    display: block;
    margin: 0 auto 3rem; }

.page-template-page-about .mh-content-outer #mh-highlights {
  background: #35424e;
  color: #fff; }
  .page-template-page-about .mh-content-outer #mh-highlights h2 {
    text-align: center; }
  .page-template-page-about .mh-content-outer #mh-highlights h4 {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .page-template-page-about .mh-content-outer #mh-highlights ul {
    margin-bottom: 5rem; }
    .page-template-page-about .mh-content-outer #mh-highlights ul li {
      line-height: 1.4;
      margin-bottom: 1.5rem; }
  .page-template-page-about .mh-content-outer #mh-highlights a {
    color: #fdf8e5;
    text-decoration: none; }
    .page-template-page-about .mh-content-outer #mh-highlights a:hover {
      text-decoration: underline; }

.page-template-page-about .mh-content-outer #mh-media {
  background: #f1f1f1; }
  .page-template-page-about .mh-content-outer #mh-media h2 {
    text-align: center; }
  .page-template-page-about .mh-content-outer #mh-media ul {
    margin-bottom: 5rem;
    padding: 0; }
    .page-template-page-about .mh-content-outer #mh-media ul li {
      list-style-type: none;
      line-height: 1.4;
      margin-bottom: 3rem;
      padding: 0 20px 0 0; }
      .page-template-page-about .mh-content-outer #mh-media ul li:nth-child(3n+1) {
        clear: both; }

/* Contributor
----------------------------------------------------- */
.page-template-page-contributor .mh-content-outer,
body.author .mh-content-outer {
  padding-top: 100px;
  padding-top: 10%; }
  .page-template-page-contributor .mh-content-outer section,
  body.author .mh-content-outer section {
    padding: 80px 0;
    padding: 0;
    text-align: left; }

.page-template-page-contributor .author-image,
body.author .author-image {
  border-radius: 50%; }

.page-template-page-contributor .mh-contributor-bio,
body.author .mh-contributor-bio {
  margin-bottom: 40px; }

.page-template-page-contributor .mh-contributor-header,
body.author .mh-contributor-header {
  text-align: center; }

.page-template-page-contributor .mh-contributor-links,
body.author .mh-contributor-links {
  text-align: center; }
  .page-template-page-contributor .mh-contributor-links ul,
  body.author .mh-contributor-links ul {
    margin: 30px 0 0;
    padding: 0; }
  .page-template-page-contributor .mh-contributor-links li,
  body.author .mh-contributor-links li {
    display: inline-block;
    list-style: none;
    margin: 0 6px; }
    .page-template-page-contributor .mh-contributor-links li a,
    body.author .mh-contributor-links li a {
      color: #999;
      font-size: 2rem; }
      .page-template-page-contributor .mh-contributor-links li a:hover,
      body.author .mh-contributor-links li a:hover {
        color: #752763; }

/* Optin Page
----------------------------------------------------- */
.page-template-page-optin #mh-optin-header {
  background: url(images/assets/bg-goal-psychology.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #222; }
  @media (hover: none) {
    .page-template-page-optin #mh-optin-header {
      background-attachment: scroll; } }
  @media (max-width: 991px) {
    .page-template-page-optin #mh-optin-header {
      background-attachment: scroll;
      padding-top: 100px; } }
  .page-template-page-optin #mh-optin-header > .container {
    position: relative; }
    @media (min-width: 992px) {
      .page-template-page-optin #mh-optin-header > .container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

@media (max-width: 575px) {
  .page-template-page-optin #mh-optin-header,
  .home #mh-optin {
    background-attachment: scroll; } }

@media (max-width: 991px) {
  .page-template-page-optin #mh-optin-header:before,
  .home #mh-optin:before {
    content: '';
    background-color: rgba(200, 200, 200, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; } }

.page-template-page-optin #mh-optin-header h1,
.home #mh-optin h1 {
  text-align: center;
  font-size: 3.6rem; }

.page-template-page-optin #mh-optin-header .optin-terms,
.home #mh-optin .optin-terms {
  font-style: italic;
  font-size: 1.6rem; }

.page-template-page-optin #mh-optin-header form,
.home #mh-optin form {
  margin-bottom: 3rem; }
  .page-template-page-optin #mh-optin-header form .infusion-field,
  .home #mh-optin form .infusion-field {
    margin-bottom: 2rem;
    padding-right: 0;
    text-align: center; }
  .page-template-page-optin #mh-optin-header form .infusion-submit,
  .home #mh-optin form .infusion-submit {
    text-align: center; }
  .page-template-page-optin #mh-optin-header form .infusion-field label,
  .home #mh-optin form .infusion-field label {
    display: none; }
  .page-template-page-optin #mh-optin-header form .infusion-field input,
  .home #mh-optin form .infusion-field input {
    border: none;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    max-width: 100%;
    padding: 11px 4px 11px 14px;
    line-height: 1.1; }
    .page-template-page-optin #mh-optin-header form .infusion-field input::-webkit-input-placeholder,
    .home #mh-optin form .infusion-field input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #999; }
    .page-template-page-optin #mh-optin-header form .infusion-field input::-moz-placeholder,
    .home #mh-optin form .infusion-field input::-moz-placeholder {
      /* Firefox 19+ */
      color: #999; }
    .page-template-page-optin #mh-optin-header form .infusion-field input:-ms-input-placeholder,
    .home #mh-optin form .infusion-field input:-ms-input-placeholder {
      /* IE 10+ */
      color: #999; }
    .page-template-page-optin #mh-optin-header form .infusion-field input:-moz-placeholder,
    .home #mh-optin form .infusion-field input:-moz-placeholder {
      /* Firefox 18- */
      color: #999; }

/* Thank You Page
----------------------------------------------------- */
.page-template-page-thankyou .mh-content-outer {
  padding-top: 10%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.page-template-page-thankyou .mh-content-outer.ty-productiverecipe,
.page-template-page-thankyou .mh-content-outer.ty-goalpsychology {
  padding-top: 0;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0; }
  .page-template-page-thankyou .mh-content-outer.ty-productiverecipe #mh-thankyou-header,
  .page-template-page-thankyou .mh-content-outer.ty-goalpsychology #mh-thankyou-header {
    background: url(images/assets/bg-goal-psychology.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #222; }
    @media (hover: none) {
      .page-template-page-thankyou .mh-content-outer.ty-productiverecipe #mh-thankyou-header,
      .page-template-page-thankyou .mh-content-outer.ty-goalpsychology #mh-thankyou-header {
        background-attachment: scroll; } }
    @media (max-width: 991px) {
      .page-template-page-thankyou .mh-content-outer.ty-productiverecipe #mh-thankyou-header,
      .page-template-page-thankyou .mh-content-outer.ty-goalpsychology #mh-thankyou-header {
        background-attachment: scroll;
        padding-top: 100px; } }
    .page-template-page-thankyou .mh-content-outer.ty-productiverecipe #mh-thankyou-header > .container,
    .page-template-page-thankyou .mh-content-outer.ty-goalpsychology #mh-thankyou-header > .container {
      position: relative; }
      @media (min-width: 992px) {
        .page-template-page-thankyou .mh-content-outer.ty-productiverecipe #mh-thankyou-header > .container,
        .page-template-page-thankyou .mh-content-outer.ty-goalpsychology #mh-thankyou-header > .container {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }

/* Jumbotron
----------------------------------------------------- */
/*
.jumbotron {
	
	background-image: url(images/assets/self-awareness-issue.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-attachment: fixed;
		
	border-radius: 0;
	color:#fff;
	margin-bottom: 0;
	min-height: 100%;
	height:100%;
	overflow: hidden;
	position: relative;
	top:-1px;
	
	&.single-post-jumbotron {
		background-image: url(images/assets/runner1.jpg);
		background-attachment: fixed;
		height:700px;
	}
	
	.container {
		height:100%;
		z-index: 2;
	}
	
	
	
	.overlay {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		
	    //@include linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1), .01, .25);
	    z-index: 1;
	}
	
	.bg-img {
		
	
		padding:20px;
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		
		z-index: 0;
		
		.bg-border {
			width:100%;
			height:100%;
			//border:2px solid rgba(0,0,0,.3);
		}
	}
	
}
*/
.mh-no-featured {
  margin-bottom: 140px; }

/*  Magazine / Issue
----------------------------------------------------- */
#mh-magazine-header {
  background: url(images/assets/mh-steps3.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  position: relative; }
  @media (max-width: 991px) {
    #mh-magazine-header {
      background-attachment: scroll; } }
  @media (hover: none) {
    #mh-magazine-header {
      background-attachment: scroll; } }
  @media (max-width: 575px) {
    #mh-magazine-header {
      background-attachment: scroll;
      height: 500px; } }
  #mh-magazine-header > .container {
    position: relative; }
    @media (min-width: 768px) {
      #mh-magazine-header > .container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (max-width: 767px) {
      #mh-magazine-header > .container {
        position: absolute;
        bottom: 20px;
        width: 100%; } }
  #mh-magazine-header h1 {
    font-size: 6rem;
    color: #fff; }
    @media (max-width: 991px) {
      #mh-magazine-header h1 {
        font-size: 4rem; } }
    @media (max-width: 575px) {
      #mh-magazine-header h1 {
        font-size: 3rem; } }
  #mh-magazine-header p {
    color: #fff;
    font-size: 2.2rem; }
    @media (max-width: 575px) {
      #mh-magazine-header p {
        font-size: 1.8rem; } }

.mh-issue-title h1 {
  color: #35424e;
  font-size: 7rem;
  margin: 6rem 0 6rem;
  text-align: center;
  /*
		&:after {
		    @extend .headline-accent;
		}
		*/ }

.mh-issue-title .mh-issue-introduction {
  font-size: 2.2rem;
  margin-bottom: -3rem; }

.mh-issue-pre {
  color: #555;
  margin-top: 6rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem; }
  .mh-issue-pre i {
    color: #35424e;
    margin: 0 10px; }
  .mh-issue-pre .issue-sep {
    color: #35424e; }

.mh-issue-header {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  margin-top: 52px;
  width: 100%;
  position: relative; }
  .mh-issue-header.mh-no-top-margin {
    margin-top: 0; }
  .mh-issue-header:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .mh-issue-header > .interior-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .mh-issue-header:hover {
    transform: scale(1.03);
    text-decoration: none; }
  .mh-issue-header:hover *,
  .mh-issue-header:hover h2 {
    text-decoration: none !important; }
  @media (max-width: 991px) {
    .mh-issue-header .interior-content {
      position: relative; } }
  .mh-issue-header .issue-info {
    background-color: #222;
    background: rgba(0, 0, 0, 0.2);
    right: 0px;
    top: 0px;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
    -webkit-font-smoothing: subpixel-antialiased; }
    .mh-issue-header .issue-info .fa {
      margin-right: 5px; }
  .mh-issue-header .issue-summary {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    position: absolute;
    bottom: 0;
    font-size: 2rem;
    font-weight: 400;
    padding: 20px; }
    .mh-issue-header .issue-summary h2 {
      color: #35424e;
      font-size: 3.4rem;
      margin-top: 0;
      margin-bottom: 30px; }
    .mh-issue-header .issue-summary p {
      font-size: 1.8rem;
      font-weight: 400;
      margin-bottom: 30px; }
    @media (max-width: 991px) {
      .mh-issue-header .issue-summary {
        position: relative; }
        .mh-issue-header .issue-summary h2 {
          font-size: 3rem;
          margin-top: 0px;
          margin-bottom: 20px; } }

.mh-issue-contents,
.mh-article-archive {
  height: 100%;
  padding: 4rem 0; }
  .mh-issue-contents .article-block-outer:nth-child(odd),
  .mh-article-archive .article-block-outer:nth-child(odd) {
    clear: both; }
  .mh-issue-contents .article-archive-block-outer:nth-child(3n+1),
  .mh-article-archive .article-archive-block-outer:nth-child(3n+1) {
    clear: both; }
  .mh-issue-contents .issue-ad,
  .mh-article-archive .issue-ad {
    padding: 0;
    text-align: center; }
    .mh-issue-contents .issue-ad a,
    .mh-article-archive .issue-ad a {
      text-decoration: none;
      color: #222; }
      .mh-issue-contents .issue-ad a:hover,
      .mh-article-archive .issue-ad a:hover {
        text-decoration: none; }
      .mh-issue-contents .issue-ad a:hover .ad-thumb,
      .mh-article-archive .issue-ad a:hover .ad-thumb {
        transform: scale(1.03); }
      .mh-issue-contents .issue-ad a:hover .ad-thumb:after,
      .mh-article-archive .issue-ad a:hover .ad-thumb:after {
        background-color: rgba(255, 255, 255, 0.1);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .mh-issue-contents .issue-ad .ad-thumb,
    .mh-article-archive .issue-ad .ad-thumb {
      background-color: #eee;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      position: relative;
      position: relative; }
      .mh-issue-contents .issue-ad .ad-thumb:before,
      .mh-article-archive .issue-ad .ad-thumb:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .mh-issue-contents .issue-ad .ad-thumb > .interior-content,
      .mh-article-archive .issue-ad .ad-thumb > .interior-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .mh-issue-contents .issue-ad .ad-desc,
    .mh-article-archive .issue-ad .ad-desc {
      padding: 5px 0 25px; }
      .mh-issue-contents .issue-ad .ad-desc h4,
      .mh-article-archive .issue-ad .ad-desc h4 {
        color: #35424e;
        font-family: "essonnes-headline", "Georgia", serif;
        font-size: 2.4rem;
        margin-bottom: 5px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0;
        text-align: center; }
      .mh-issue-contents .issue-ad .ad-desc p,
      .mh-article-archive .issue-ad .ad-desc p {
        font-size: 1.6rem;
        text-align: left; }
    .mh-issue-contents .issue-ad .ad-logo,
    .mh-article-archive .issue-ad .ad-logo {
      width: 150px;
      max-width: 100%;
      height: auto;
      margin: 0 auto 3rem; }

.article-desc {
  padding: 5px 0px 0;
  text-align: center; }
  .article-desc h4 {
    color: #35424e;
    font-family: "essonnes-headline", "Georgia", serif;
    font-size: 2.4rem;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0; }
  .article-desc .article-author {
    color: #838383;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2rem; }
  .article-desc .article-summary {
    color: #444;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: center; }
    .article-desc .article-summary p {
      margin-bottom: 0; }

.mh-issue-contents .article-block,
.mh-article-archive .article-block,
.mh-issue-side-contents .article-block,
.mh-lead-article .article-block {
  margin-bottom: 30px;
  padding: 0; }
  .mh-issue-contents .article-block a,
  .mh-article-archive .article-block a,
  .mh-issue-side-contents .article-block a,
  .mh-lead-article .article-block a {
    text-decoration: none;
    color: #222; }
    .mh-issue-contents .article-block a:hover,
    .mh-article-archive .article-block a:hover,
    .mh-issue-side-contents .article-block a:hover,
    .mh-lead-article .article-block a:hover {
      text-decoration: none; }
    .mh-issue-contents .article-block a:hover .article-thumb,
    .mh-article-archive .article-block a:hover .article-thumb,
    .mh-issue-side-contents .article-block a:hover .article-thumb,
    .mh-lead-article .article-block a:hover .article-thumb {
      transform: scale(1.03); }
    .mh-issue-contents .article-block a:hover .article-thumb:after,
    .mh-article-archive .article-block a:hover .article-thumb:after,
    .mh-issue-side-contents .article-block a:hover .article-thumb:after,
    .mh-lead-article .article-block a:hover .article-thumb:after {
      background-color: rgba(255, 255, 255, 0.1);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .mh-issue-contents .article-block .article-thumb,
  .mh-article-archive .article-block .article-thumb,
  .mh-issue-side-contents .article-block .article-thumb,
  .mh-lead-article .article-block .article-thumb {
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    position: relative; }
    .mh-issue-contents .article-block .article-thumb:before,
    .mh-article-archive .article-block .article-thumb:before,
    .mh-issue-side-contents .article-block .article-thumb:before,
    .mh-lead-article .article-block .article-thumb:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .mh-issue-contents .article-block .article-thumb > .interior-content,
    .mh-article-archive .article-block .article-thumb > .interior-content,
    .mh-issue-side-contents .article-block .article-thumb > .interior-content,
    .mh-lead-article .article-block .article-thumb > .interior-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .mh-issue-contents .article-block .article-thumb .article-icon,
    .mh-article-archive .article-block .article-thumb .article-icon,
    .mh-issue-side-contents .article-block .article-thumb .article-icon,
    .mh-lead-article .article-block .article-thumb .article-icon {
      background-color: #222;
      background: rgba(0, 0, 0, 0.2);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 1px 5px;
      line-height: 1;
      display: none; }
      .mh-issue-contents .article-block .article-thumb .article-icon:before,
      .mh-article-archive .article-block .article-thumb .article-icon:before,
      .mh-issue-side-contents .article-block .article-thumb .article-icon:before,
      .mh-lead-article .article-block .article-thumb .article-icon:before {
        color: #fff;
        content: "\f1ea";
        font-family: 'Font Awesome 5 Light';
        font-size: 1.4rem; }
      .mh-issue-contents .article-block .article-thumb .article-icon.audio:before,
      .mh-article-archive .article-block .article-thumb .article-icon.audio:before,
      .mh-issue-side-contents .article-block .article-thumb .article-icon.audio:before,
      .mh-lead-article .article-block .article-thumb .article-icon.audio:before {
        content: "\f025"; }

.cover-left-articles-right .mh-issue-articles {
  margin-top: 52px; }

.mh-lead-article h2 {
  font-size: 4.4rem; }

.mh-issue-side-contents .article-desc h4 {
  font-size: 1.8rem; }

.mh-issue-side-contents .article-desc .article-author {
  font-size: 1.2rem; }

.mh-issue-side-contents .article-desc .article-summary {
  font-size: 1.4rem;
  margin-bottom: .6rem;
  line-height: 1.2; }

.mh-issue-contributors {
  background: #f8f8f8;
  background: #35424e;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: left; }
  .mh-issue-contributors .issue-contributor {
    margin-top: 20px;
    margin-bottom: 20px; }
  .mh-issue-contributors h3 {
    color: #999;
    font-size: 2.2rem;
    font-style: italic;
    margin: 0 0 20px; }
  .mh-issue-contributors .contributor-headshot {
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    width: 80px;
    float: left; }
    .mh-issue-contributors .contributor-headshot img {
      border-radius: 50%;
      width: 175px;
      max-width: 100%;
      max-height: 80px; }
  .mh-issue-contributors .contributor-name {
    color: #222;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .mh-issue-contributors .contributor-desc {
    color: #777;
    color: #ccc;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 5px; }
  .mh-issue-contributors .contributor-link {
    text-decoration: none;
    display: block;
    float: left;
    width: 100%; }
    .mh-issue-contributors .contributor-link:hover .contributor-headshot {
      transform: scale(1.05); }
    .mh-issue-contributors .contributor-link:hover .contributor-name {
      text-decoration: underline; }
  .mh-issue-contributors .issue-sharing {
    color: #fff;
    text-align: center; }

.mh-pagination-buttons {
  margin-top: 3rem; }
  .mh-pagination-buttons a {
    margin: 0 20px; }

.issues-past h2 {
  font-size: 4rem; }

.issues-past .row {
  padding: 0 0 4rem; }

/* Article
----------------------------------------------------- */
.single-article {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #fff;
  margin-top: 50px; }
  .single-article .single-post-jumbotron {
    background-image: url(images/assets/runner1.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -moz-animation: fadein 2s;
    /* Firefox */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera */
    animation: fadein 2s; }
    .single-article .single-post-jumbotron:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .single-article .single-post-jumbotron > .interior-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 1280px) {
      .single-article .single-post-jumbotron {
        position: relative; }
        .single-article .single-post-jumbotron:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 50%; }
        .single-article .single-post-jumbotron > .interior-content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
  .single-article .title-row {
    margin-bottom: 6rem; }
    .single-article .title-row > div * {
      opacity: 0;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .single-article .title-row h1.post-title,
    .single-article .title-row h3.getnoticed-entry-subtitle {
      opacity: 1; }
  .single-article .category-tag {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .2rem;
    text-transform: uppercase;
    margin: 20px auto;
    text-align: center; }
    .single-article .category-tag a {
      color: #747474; }
  .single-article h1.post-title {
    color: #000;
    font-size: 5.2rem;
    margin: 2rem 0 4rem;
    text-align: center; }
  .single-article h3.getnoticed-entry-subtitle {
    color: #616161;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 300; }
  .single-article .author-name {
    color: #838383;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2rem;
    padding: 10px 0; }
  .single-article .author-info {
    text-align: center; }
    .single-article .author-info img {
      border-radius: 50%;
      max-width: 100px;
      margin: 15px auto 0; }
  .single-article .single-article .podcast-resources a,
  .single-article .post-details {
    color: #616161; }
  .single-article .mh-float-active .views,
  .single-article .mh-float-active .mh-post-words,
  .single-article .mh-float-active .mh-post-read-time,
  .single-article .mh-float-active .mh-pod-time,
  .single-article .mh-float-active .mh-pod-download,
  .single-article .mh-float-active .mh-pod-transcript {
    display: none; }
  .single-article .mh-float-active .post-details {
    margin-top: 0; }
  .single-article .mh-done-scrolling {
    visibility: hidden; }
  .single-article .post-details {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 400;
    top: 0;
    transition: top 1s linear; }
    .single-article .post-details > div {
      margin-bottom: 10px; }
    .single-article .post-details .issue {
      margin-top: 30px;
      font-weight: 600; }
    .single-article .post-details #audio-time,
    .single-article .post-details #audio-download,
    .single-article .post-details .mh-pod-transcript a {
      font-weight: 700; }
    .single-article .post-details #view-count {
      font-weight: 700; }
    .single-article .post-details #word-count {
      font-weight: 700; }
    .single-article .post-details #read-time {
      font-weight: 700; }
    .single-article .post-details i {
      width: 22px; }
  .single-article .entry-content {
    font-size: 2rem; }
  .single-article .entry-content > p:first-of-type,
  .single-article .podcast-intro {
    color: #222;
    font-size: 2.7rem;
    font-weight: 400; }
    .single-article .entry-content > p:first-of-type:first-letter,
    .single-article .podcast-intro:first-letter {
      color: #752763;
      float: left;
      font-family: "essonnes-headline", "Georgia", serif;
      font-size: 8.7rem;
      line-height: 60px;
      line-height: 1;
      padding-top: 16px;
      padding-top: 3px;
      padding-right: 10px;
      padding-left: 3px; }
  .single-article .podcast-player {
    margin: 40px auto 80px; }
    .single-article .podcast-player audio {
      width: 100%; }
    .single-article .podcast-player audio::-webkit-media-controls-panel {
      background-color: transparent; }
  .single-article .podcast-resources,
  .single-article .article-resources {
    font-size: 1.4rem;
    font-weight: 600; }
    @media (max-width: 991px) {
      .single-article .podcast-resources,
      .single-article .article-resources {
        margin-top: 8rem; } }
    .single-article .podcast-resources h4,
    .single-article .article-resources h4 {
      font-size: 1.8rem;
      letter-spacing: .1rem; }
    .single-article .podcast-resources ul,
    .single-article .article-resources ul {
      padding-left: 0; }
      .single-article .podcast-resources ul li,
      .single-article .article-resources ul li {
        list-style-type: none;
        margin-bottom: 15px;
        padding-left: 25px;
        line-height: 1.2; }
        .single-article .podcast-resources ul li i,
        .single-article .article-resources ul li i {
          width: 20px;
          margin-left: -25px; }
        .single-article .podcast-resources ul li i.fa-app-store,
        .single-article .article-resources ul li i.fa-app-store {
          font-family: 'Font Awesome 5 Brands'; }
    .single-article .podcast-resources .members-notice,
    .single-article .article-resources .members-notice {
      font-weight: 400;
      font-style: italic;
      font-size: 1.4rem;
      margin-top: 40px;
      padding-left: 15px; }
      .single-article .podcast-resources .members-notice:before,
      .single-article .article-resources .members-notice:before {
        content: '*';
        float: left;
        margin-left: -15px; }
  .single-article .tweetable {
    float: left;
    margin: 30px auto;
    width: 100%; }
    .single-article .tweetable blockquote {
      border-left: 0;
      border-top: 3px solid #222;
      border-bottom: 3px solid #222;
      font-family: "essonnes-headline", "Georgia", serif;
      font-size: 3.2rem;
      font-weight: normal;
      font-style: italic;
      margin: 0;
      padding: 30px 0 30px;
      text-align: left;
      -webkit-font-smoothing: subpixel-antialiased; }
      .single-article .tweetable blockquote cite {
        font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
        font-weight: 400;
        font-size: 2.2rem;
        font-style: normal;
        display: block;
        letter-spacing: .2rem;
        margin-top: 30px;
        text-align: right;
        text-transform: uppercase; }
    .single-article .tweetable ul {
      font-size: 1.8rem;
      padding: 0;
      margin-top: 10px; }
      .single-article .tweetable ul li {
        list-style-type: none;
        text-align: left; }
        .single-article .tweetable ul li a {
          border-radius: 50%;
          border: 1px solid #222;
          color: #222;
          display: inline-block;
          float: right;
          font-size: 1.7rem;
          text-transform: uppercase;
          font-weight: 400;
          line-height: 30px;
          width: 30px;
          height: 30px;
          text-align: center;
          vertical-align: middle;
          overflow: hidden; }
          .single-article .tweetable ul li a:hover, .single-article .tweetable ul li a:active, .single-article .tweetable ul li a:focus {
            text-decoration: none; }
          .single-article .tweetable ul li a.icon-twitter:before {
            content: '\f099';
            font-family: 'Font Awesome 5 Brands';
            font-weight: normal;
            margin-right: 100px;
            margin-left: 5px; }
    .single-article .tweetable.tip {
      float: right;
      margin: 0 -260px 0 0;
      width: 200px !important;
      font-size: 1.4rem;
      padding-top: 3rem; }
      .single-article .tweetable.tip h4 {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 1.6rem; }
    .single-article .tweetable.aside-right, .single-article .tweetable.tweetalign_right {
      float: right;
      margin: 0 -200px 100px 60px;
      width: 400px !important; }
  .single-article .comment-reminder {
    font-size: 2.8rem;
    text-align: left; }
    .single-article .comment-reminder .preface {
      display: block;
      font-weight: 600; }
  .single-article .entry-discussion {
    margin-top: 5rem; }
  .single-article .entry-footer {
    border-top: 1px solid #752763;
    clear: both;
    margin-top: 10rem;
    margin-bottom: 10rem; }
    .single-article .entry-footer .entry-date-wrap {
      font-size: 1.4rem;
      font-weight: 400;
      text-align: left;
      margin-top: 80px; }
    .single-article .entry-footer .disclosure {
      font-size: 1.2rem;
      font-style: italic;
      margin-top: 20px; }

.mh-podcast-transcript {
  padding-top: 100px; }
  .mh-podcast-transcript h3 {
    font-size: 2.2rem;
    margin: 0 0 3rem; }
  .mh-podcast-transcript h4 {
    margin-top: 0; }
  .mh-podcast-transcript .podcast-transcript-info {
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase; }
    .mh-podcast-transcript .podcast-transcript-info a {
      color: #616161;
      display: inline-block;
      margin-bottom: 3rem; }
  .mh-podcast-transcript .podcast-thumb {
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 3rem;
    max-width: 200px;
    position: relative; }
    .mh-podcast-transcript .podcast-thumb:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .mh-podcast-transcript .podcast-thumb > .interior-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.single #comments-policy {
  display: none; }

/* Podcast
----------------------------------------------------- */
#mh-podcast-header {
  background: url(images/assets/bg-podcast.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  height: 100%;
  position: relative; }
  @media (hover: none) {
    #mh-podcast-header {
      background-attachment: scroll; } }
  @media (max-width: 991px) {
    #mh-podcast-header {
      height: auto;
      padding-top: 150px; } }
  @media (max-width: 575px) {
    #mh-podcast-header {
      background-color: #000;
      background-size: contain;
      background-position: center top;
      padding-top: 70px; } }
  #mh-podcast-header .logo-container {
    position: relative; }
    @media (min-width: 992px) {
      #mh-podcast-header .logo-container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-bottom: 100px; } }
    @media (max-width: 991px) {
      #mh-podcast-header .logo-container {
        padding-bottom: 40px; } }
    #mh-podcast-header .logo-container img {
      max-width: 100%;
      width: 350px;
      margin: 0px auto; }
      @media (max-width: 1199px) {
        #mh-podcast-header .logo-container img {
          width: 300px;
          max-width: 75%; } }
  #mh-podcast-header .podcast-count {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    display: inline-block;
    font-weight: 700;
    position: relative;
    right: 0;
    padding: 3px 15px;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: .1rem; }
    #mh-podcast-header .podcast-count i {
      color: #FEC110; }
  #mh-podcast-header h1 {
    font-size: 9rem;
    color: #000; }
  #mh-podcast-header p {
    font-size: 2rem; }
  #mh-podcast-header .latest-podcast-bar {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%; }
    @media (max-width: 991px) {
      #mh-podcast-header .latest-podcast-bar {
        position: relative; } }
    @media (max-width: 991px) {
      #mh-podcast-header .latest-podcast-bar {
        background: #000; } }
    #mh-podcast-header .latest-podcast-bar h2 {
      color: #fff;
      font-size: 2rem;
      margin-bottom: 10px;
      margin-top: 0; }
    #mh-podcast-header .latest-podcast-bar h4 {
      color: #fff;
      margin: 0 0 5px;
      font-size: 1.4rem;
      font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
      margin-top: 10px;
      margin-bottom: 5px;
      padding: 0; }
  #mh-podcast-header #mh-podcast-cover {
    text-align: center; }
    #mh-podcast-header #mh-podcast-cover img {
      width: 120px;
      max-width: 100%;
      margin: 0 auto; }

#mh-podcast-info {
  background: #f8f8f8;
  padding: 4rem 0;
  margin-bottom: 6rem; }
  @media (min-width: 576px) {
    #mh-podcast-info .row {
      display: flex;
      align-items: center; } }
  #mh-podcast-info .btn, #mh-podcast-info .page-template-page-team #joinourteam .primarybutton, .page-template-page-team #joinourteam #mh-podcast-info .primarybutton, #mh-podcast-info a.primarybutton, #mh-podcast-info
  #secondary .signup_form .submitrow input,
  #secondary .signup_form .submitrow #mh-podcast-info input, #mh-podcast-info
  body #secondary .primary .buybutton,
  body #secondary .primary #mh-podcast-info .buybutton {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
  #mh-podcast-info .mh-apple-podcasts img {
    width: auto;
    height: 45px;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -ms-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
    #mh-podcast-info .mh-apple-podcasts img:hover {
      transform: scale(1.03); }

.mh-optin-modal {
  background: rgba(21, 46, 54, 0.85); }
  .mh-optin-modal .modal-dialog {
    max-width: 600px;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-align: center; }
  .mh-optin-modal .modal-content {
    background: #ddd;
    padding: 30px 30px 60px; }
  .mh-optin-modal .close {
    margin-top: -20px;
    margin-right: -20px; }
  .mh-optin-modal .modal-intro h2 {
    color: #752763;
    font-weight: 400; }
  .mh-optin-modal .modal-content .infusion-field {
    margin-bottom: 20px; }
    .mh-optin-modal .modal-content .infusion-field > label {
      display: block;
      display: none; }
    .mh-optin-modal .modal-content .infusion-field input {
      border: none;
      background: #fff;
      color: #222;
      padding: 2px 10px;
      font-weight: 700; }
  .mh-optin-modal .modal-content .infusion-radio {
    text-align: center; }
  .mh-optin-modal .modal-content .infusion-option {
    margin: 0 10px; }
  .mh-optin-modal .modal-content .btn, .mh-optin-modal .modal-content .page-template-page-team #joinourteam .primarybutton, .page-template-page-team #joinourteam .mh-optin-modal .modal-content .primarybutton, .mh-optin-modal .modal-content a.primarybutton, .mh-optin-modal .modal-content
  #secondary .signup_form .submitrow input,
  #secondary .signup_form .submitrow .mh-optin-modal .modal-content input, .mh-optin-modal .modal-content
  body #secondary .primary .buybutton,
  body #secondary .primary .mh-optin-modal .modal-content .buybutton {
    margin-top: 20px; }
  .mh-optin-modal label.error {
    display: block !important;
    text-transform: uppercase;
    font-weight: normal;
    color: #db393b; }

.mh-latest-episodes .podcast-episode {
  margin-bottom: 20px;
  text-align: center; }
  .mh-latest-episodes .podcast-episode h2 {
    font-size: 2.2rem; }
  .mh-latest-episodes .podcast-episode a {
    color: #222; }
    .mh-latest-episodes .podcast-episode a:hover {
      color: #752763;
      text-decoration: none; }
    .mh-latest-episodes .podcast-episode a:hover .podcast-thumb {
      transform: scale(1.03); }
  .mh-latest-episodes .podcast-episode:nth-child(3n+1) {
    clear: both; }

.mh-latest-episodes .podcast-thumb {
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .mh-latest-episodes .podcast-thumb:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .mh-latest-episodes .podcast-thumb > .interior-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

/* Podcast Audio
----------------------------------------------------- */
#mh-podcast-header .plyr--audio .plyr__controls,
.single .plyr--audio .plyr__controls {
  padding: 0;
  background: transparent;
  color: #fff; }

#mh-podcast-header .plyr__controls button:hover,
.single .plyr__controls button:hover {
  background-color: #752763; }

#mh-podcast-header .plyr--audio .plyr__progress--buffer,
.single .plyr--audio .plyr__progress--buffer {
  color: rgba(0, 0, 0, 0.4); }

#mh-podcast-header .plyr--audio .plyr__volume--display,
.single .plyr--audio .plyr__volume--display {
  color: #752763; }

#mh-podcast-header .plyr__progress--played,
.single .plyr__progress--played {
  color: #752763; }

.single .plyr--audio .plyr__controls {
  color: #444; }

.single .plyr--audio .plyr__controls button:hover {
  background-color: #752763; }

/* Footer Widgets
----------------------------------------------------- */
.footer-widgets {
  background: #fff;
  clear: both;
  color: #454545;
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  .footer-widgets > .container {
    border-top: 1px solid #ddd;
    padding-top: 8rem; }
  @media (max-width: 991px) {
    .footer-widgets .footer-menu {
      margin-bottom: 4rem; } }
  .footer-widgets h4 {
    color: #222;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2rem; }
    @media (max-width: 991px) {
      .footer-widgets h4 {
        margin-bottom: 1rem; } }
  .footer-widgets ul {
    padding: 0; }
    .footer-widgets ul li {
      list-style-type: none;
      padding: 5px 0;
      border-bottom: 1px dotted #ddd;
      max-width: 200px; }
      .footer-widgets ul li:last-child {
        border-bottom: none; }
    .footer-widgets ul a {
      color: #454545; }
  .footer-widgets .mh-brand-links svg {
    display: inline-block;
    width: 16px;
    height: auto;
    max-height: 14px; }
    .footer-widgets .mh-brand-links svg path {
      fill: #454545 !important; }

/* Footer
----------------------------------------------------- */
footer.site-credits {
  background-color: #222;
  background-color: #35424e;
  clear: both;
  color: #fff;
  font-size: 1.3rem;
  padding: 20px 0;
  position: relative; }
  footer.site-credits a {
    color: #fff;
    text-decoration: none; }
    footer.site-credits a:hover {
      text-decoration: underline; }
  footer.site-credits .site-info {
    float: left; }
  footer.site-credits #menu-final-menu {
    float: right; }
    footer.site-credits #menu-final-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    footer.site-credits #menu-final-menu li {
      display: inline-block;
      margin-left: 10px;
      padding-left: 10px; }
  footer.site-credits .credits {
    display: none; }

/* Scrolling
----------------------------------------------------- */
body.scrolling #topnav.navbar {
  background-color: #fff !important;
  padding-top: 0; }
  body.scrolling #topnav.navbar .nav-item a,
  body.scrolling #topnav.navbar .nav-more button {
    color: #222; }
  body.scrolling #topnav.navbar .nav-item a:hover,
  body.scrolling #topnav.navbar .nav-more button:hover span {
    color: #752763;
    border-bottom: 1px solid #752763; }
  body.scrolling #topnav.navbar .btn, body.scrolling #topnav.navbar .page-template-page-team #joinourteam .primarybutton, .page-template-page-team #joinourteam body.scrolling #topnav.navbar .primarybutton, body.scrolling #topnav.navbar a.primarybutton, body.scrolling #topnav.navbar
  #secondary .signup_form .submitrow input,
  #secondary .signup_form .submitrow body.scrolling #topnav.navbar input, body.scrolling #topnav.navbar #secondary .primary .buybutton, body.scrolling #secondary .primary #topnav.navbar .buybutton {
    color: #aaa; }

body.scrolling a.navbar-brand:before {
  opacity: 0; }

body.scrolling a.navbar-brand:hover::before {
  color: #752763; }

body.scrolling .single-article {
  background: #fff; }

body.scrolling .title-row * {
  opacity: 1 !important; }

.mh-progress-container {
  left: 0;
  width: 100%;
  height: 0.1em;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  content: "";
  display: table;
  table-layout: fixed; }

.mh-progress-bar {
  width: 0%;
  float: left;
  height: 100%;
  z-index: 99;
  max-width: 100%;
  background-color: #752763;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

/* Slideout Menu
----------------------------------------------------- */
.slideout-menu {
  font-size: 1.6rem;
  background: #eee;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  padding-top: 50px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: color 0 ease-in;
  transition: none; }
  .slideout-menu .nav {
    font-size: 1.8rem;
    text-align: center; }
    .slideout-menu .nav > li > a {
      color: #222;
      padding: 4px 15px;
      text-align: left;
      line-height: 1.4; }
  .slideout-menu .mh-sidebar-secondary-nav {
    border-top: 1px solid #ddd;
    font-size: 1.5rem;
    margin-top: 10px;
    padding-top: 10px; }
  .slideout-menu .mh-social {
    font-size: 2rem;
    margin-top: 20px;
    text-align: center; }
    .slideout-menu .mh-social a {
      color: #454545; }
      .slideout-menu .mh-social a:hover {
        color: #752763; }
    .slideout-menu .mh-social i {
      margin: 2px 8px; }
  .slideout-menu #mh-side-search {
    border: none;
    padding: 0px 15px;
    margin: 20px auto;
    position: relative; }
    .slideout-menu #mh-side-search input {
      font-size: 1.8rem;
      background: #fff;
      border: none;
      padding: 2px 30px 2px 10px;
      position: relative;
      width: 100%;
      font-family: "essonnes-headline", "Georgia", serif;
      font-style: italic;
      font-weight: 400;
      color: #444; }
    .slideout-menu #mh-side-search button {
      background: none;
      border: none;
      position: absolute;
      z-index: 1;
      top: 7px;
      right: 18px; }

.slideout-open .slideout-menu {
  display: block !important; }

.fixed {
  backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  transition: transform 100ms linear; }

.fixed-open {
  transform: translate3d(-256px, 0px, 0px); }

.slideout-open #mh-nav-toggle .fa:before {
  content: '\f00d'; }

.slideout-open #mh-site-container:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Search Results
----------------------------------------------------- */
.ais-hits--item h2 {
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 600; }
  .ais-hits--item h2 a {
    color: #222; }

#ais-wrapper #ais-facets {
  font-size: 1.4rem;
  padding: 1rem 1rem 1rem 4rem; }

.ais-pagination {
  padding-left: 0; }

/* Unhooking unused things from GetNoticed
----------------------------------------------------- */
#ocnav {
  display: none !important; }

/* Careers page
----------------------------------------------------- */
.page-template-page-careers .equip p::first-letter,
.page-template-page-careers .succeded_middle h6,
.page-template-page-careers .mich_company ul li h3,
.page-template-page-careers .current_content h2,
.page-template-page-careers .current_middle ul li a span,
.page-template-page-careers .main_middle p:first-child:first-letter {
  color: #752763; }

.page-template-page-careers .main_middle ul li .left_deep h3 {
  background-color: #752763; }

.page-template-page-careers .main_middle ul li .left_deep {
  background-color: #f1f1f1; }

.page-template-page-careers .main_middle h6 {
  color: #777; }

.page-template-page-careers .story_content .container {
  color: #fff;
  position: relative; }

.page-template-page-careers .banner_content:before,
.page-template-page-careers .story_content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(117, 39, 99, 0.7);
  z-index: 0; }

.page-template-page-careers .core_midd ul li.intea2,
.page-template-page-careers .core_midd ul li.intea2 .core_table,
.page-template-page-careers .core_midd ul li.intea5,
.page-template-page-careers .core_midd ul li.intea5 .core_table,
.page-template-page-careers .core_midd ul li.intea8,
.page-template-page-careers .core_midd ul li.intea8 .core_table {
  background-color: #35424e; }

.page-template-page-careers .core_midd ul li.intea3,
.page-template-page-careers .core_midd ul li.intea3 .core_table,
.page-template-page-careers .core_midd ul li.intea6,
.page-template-page-careers .core_midd ul li.intea6 .core_table {
  background-color: #752763; }

.page-template-page-careers #wow_img1_over, .page-template-page-careers #wow_img2_over, .page-template-page-careers #wow_img3_over, .page-template-page-careers #wow_img4_over, .page-template-page-careers #wow_img5_over, .page-template-page-careers #wow_img6_over, .page-template-page-careers #wow_img7_over, .page-template-page-careers #wow_img8_over {
  background-color: #FEC110; }

.page-template-page-careers .footer_content {
  background-color: #35424e; }

/* TEAM page
----------------------------------------------------- */
.page-template-page-team {
  /* intro: adobe text pro / 41pt */
  /* 36pt job title */ }
  .page-template-page-team #page.wrap,
  .page-template-page-team .page #primary.full-width {
    max-width: none;
    width: 100%; }
  .page-template-page-team #masthead,
  .page-template-page-team #colophon .innerwrap,
  .page-template-page-team .mhcosplash {
    margin: 0 auto;
    max-width: 1200px;
    width: 94%; }
  @media (max-width: 880px) {
    .page-template-page-team .mhcosplash {
      width: 100%; } }
  .page-template-page-team #masthead {
    clear: none;
    padding: 0;
    position: static;
    top: 0; }
  .page-template-page-team #masthead .innerwrap {
    padding: 1.5em 0;
    position: absolute;
    top: 0.25em; }
  @media (max-width: 1160px) {
    .page-template-page-team #masthead .innerwrap {
      top: 0; } }
  @media (max-width: 1060px) {
    .page-template-page-team #masthead .innerwrap {
      padding: 1.1em 0;
      top: 0; } }
  @media (max-width: 740px) {
    .page-template-page-team #masthead .innerwrap {
      padding: 0.9em 0; } }
  .page-template-page-team #splash, .page-template-page-team #categories-menu, .page-template-page-team #top_search, .page-template-page-team .hentry .entry-header {
    display: none; }
  .page-template-page-team .mhcosplash {
    background: #2da8e1 url("/images/team/splash.png") no-repeat center top;
    background-size: 100%;
    color: #fff;
    padding-top: 14.5%;
    padding-top: 50%;
    text-align: center; }
  .page-template-page-team .mhcosplash h1 {
    display: none; }
  .page-template-page-team .mhcosplash nav ul {
    background: #752763;
    border-top: 1px solid #fff;
    font-size: 1.4rem;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  .page-template-page-team .mhcosplash nav li:before {
    content: "";
    display: none; }
  .page-template-page-team .mhcosplash nav li {
    border-left: 1px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 16.6667%;
    width: 14.285714%;
    vertical-align: middle; }
  .page-template-page-team .mhcosplash nav li:first-child {
    border-left: none; }
  .page-template-page-team .mhcosplash nav li a {
    background: #752763;
    color: #fff;
    display: block;
    line-height: 1.4em;
    padding: 1em 0.5em;
    text-align: center; }
  .page-template-page-team .mhcosplash nav li a:hover {
    background: #622153;
    text-decoration: none; }
  .page-template-page-team .mhcosplash nav li a.single {
    line-height: 2.8em; }
  @media (max-width: 800px) {
    .page-template-page-team .mhcosplash nav li a br {
      display: initial; }
    .page-template-page-team .mhcosplash nav li a.single {
      line-height: 2.8em; } }
  .page-template-page-team #team-members {
    text-align: center; }
  .page-template-page-team #team-members section {
    padding: 5% 0; }
  .page-template-page-team #team-members .wrap > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 90%; }
  .page-template-page-team #team-members ul {
    padding: 0;
    margin: 0; }
  .page-template-page-team #team-members li:before {
    content: "";
    display: none; }
  .page-template-page-team #team-members li {
    background: none;
    display: inline-block;
    list-style: none;
    margin: 0 4% 4%;
    padding-left: 0;
    vertical-align: top;
    width: 25%; }
  .page-template-page-team #team-members li img,
  .page-template-page-team #teambiowindow img {
    border-radius: 50%;
    max-height: 190px;
    max-width: 190px;
    width: 64%; }
  .page-template-page-team #team-members li p {
    margin: 0; }
  .page-template-page-team #team-members li p.title {
    font-size: 1.6rem;
    margin: 0; }
  .page-template-page-team #team-members h2,
  .page-template-page-team #teambiowindow h2 {
    /*font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-size: 1.75em;
    /* 72/41 */
    font-size: 3.2rem;
    font-weight: 300;
    letter-spacing: -1px; }
  .page-template-page-team #team-members h3,
  .page-template-page-team #teambiowindow h3 {
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 2.2rem;
    /* 65/36 */
    font-weight: 600;
    letter-spacing: .15rem;
    margin: 1rem 0 0;
    text-transform: uppercase; }
  .page-template-page-team #team-members .teambiolink,
  .page-template-page-team #teambiowindow .teambiolink {
    display: none; }
  .page-template-page-team #team-members .teambiolink a {
    font-size: 0.86em;
    /* 31/36 */
    text-decoration: underline; }
  .page-template-page-team #team-members .bio {
    display: none; }
  .page-template-page-team #teambiowindow .bio p {
    margin-bottom: 1em; }
  .page-template-page-team #founders {
    color: #616161; }
  .page-template-page-team #founders h2 {
    color: #222;
    font-family: "essonnes-headline", "Georgia", serif;
    font-weight: normal;
    font-size: 3rem; }
  .page-template-page-team #founders a {
    color: #2da8e1;
    color: #752763; }
  .page-template-page-team #marketingteam {
    background: #a5e0fb;
    background: #882d73;
    background: #eee;
    color: #616161; }
  .page-template-page-team #marketingteam h2,
  .page-template-page-team #marketingteam a {
    color: #2da8e1;
    color: #752763; }
  .page-template-page-team #contentteam {
    background: #88d2f4;
    background: #752763;
    color: #363636;
    color: #fff; }
  .page-template-page-team #contentteam h3, .page-template-page-team #contentteam h2, .page-template-page-team #contentteam a {
    color: #fff; }
  .page-template-page-team #financeteam {
    background: #3794bf;
    background: #656565;
    color: #fff; }
  .page-template-page-team #financeteam h2, .page-template-page-team #financeteam h3, .page-template-page-team #financeteam a {
    color: #fff; }
  .page-template-page-team #operationsteam,
  .page-template-page-team #execsupportteam {
    background: #4c4c4c;
    background: #752763;
    color: #fff; }
  .page-template-page-team #operationsteam h2,
  .page-template-page-team #operationsteam h3,
  .page-template-page-team #operationsteam a,
  .page-template-page-team #execsupportteam h2,
  .page-template-page-team #execsupportteam h3,
  .page-template-page-team #execsupportteam a {
    color: #fff; }
  .page-template-page-team #custexpteam {
    background: #57b2dc;
    background: #752763;
    color: #fff;
    padding-top: 1px !important;
    padding-bottom: 1px !important; }
  .page-template-page-team #custexpteam h2, .page-template-page-team #custexpteam h3, .page-template-page-team #custexpteam a {
    color: #fff; }
  .page-template-page-team #joinourteam {
    background: #fff;
    color: #363636; }
  .page-template-page-team #joinourteam .primarybutton {
    font-size: 1.0em;
    margin: 0;
    padding: 0.5em 3em;
    background-color: #FEC110;
    box-shadow: none; }
    .page-template-page-team #joinourteam .primarybutton:hover {
      text-decoration: none; }
  .page-template-page-team #footer {
    display: none; }
  .page-template-page-team #teamoverlay {
    display: none;
    background: #000;
    opacity: 0.6;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 99998; }
  .page-template-page-team #teambiowindow {
    display: none;
    background: #fff;
    box-sizing: border-box;
    padding: 2%;
    position: absolute;
    top: 20%;
    left: 25%;
    width: 50%;
    z-index: 99999; }
  .page-template-page-team #teambiowindow h3,
  .page-template-page-team #teambiowindow p.title {
    color: #2da8e1;
    color: #752763;
    text-align: center; }
  .page-template-page-team #teambiowindow h3 {
    margin-top: -0.5em; }
  .page-template-page-team #teambiowindow p.title {
    margin-top: -0.5em;
    margin-bottom: 1em; }
  .page-template-page-team #teambiowindow img {
    display: block;
    margin: 0 auto; }
  .page-template-page-team #teambiowindow .bio {
    font-size: 0.85em; }
  .page-template-page-team #teambiowindow .teambiolink {
    display: none !important; }
  .page-template-page-team #teambiowindow .closebutton {
    background-color: #ccc;
    background-size: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -12px;
    right: -12px;
    padding-top: 24px;
    height: 0;
    width: 24px;
    overflow: hidden; }
    .page-template-page-team #teambiowindow .closebutton:after {
      color: #fff;
      content: '\f00d';
      font-family: 'Font Awesome 5 Light';
      font-weight: 300;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1.8rem;
      left: 5px;
      line-height: 1;
      top: 3px; }
  .page-template-page-team #teambiowindow .bio p:last-child {
    margin-bottom: 0; }
  @media (max-width: 800px) {
    .page-template-page-team #teambiowindow {
      left: 17.5%;
      padding: 3%;
      width: 65%; } }
  @media (max-width: 640px) {
    .page-template-page-team #team-members li {
      width: 35%; }
    .page-template-page-team #team-members h3 {
      font-size: 1.4em; }
    .page-template-page-team #teambiowindow {
      left: 10%;
      padding: 4%;
      width: 80%; } }
  @media (max-width: 460px) {
    .page-template-page-team .mhcosplash nav ul {
      font-size: 0.6em; }
    .page-template-page-team .mhcosplash nav li a {
      padding: 1em 0.25em; }
    .page-template-page-team #team-members {
      font-size: 0.9em; } }
  .page-template-page-team .page .mhcosplash {
    background: #2da8e1 url("/images/mhco-pattern-transparent.png") repeat center top;
    background: #2da8e1 url("images/assets/mh-team1.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
    padding-top: 40%;
    max-width: 100%;
    width: 100%; }
    .page-template-page-team .page .mhcosplash:before {
      content: '';
      background: rgba(0, 0, 0, 0.3);
      background-color: rgba(117, 39, 99, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .page-template-page-team .page .mhcosplash h1 {
    color: #fff;
    display: block;
    font-size: 3.6rem;
    margin: -1.35em auto 0;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 50%;
    width: 100%; }
  @media (max-width: 800px) {
    .page-template-page-team .page .mhcosplash {
      padding-top: 20%; }
    .page-template-page-team .page .mhcosplash h1 {
      margin-top: -1.7em; } }
  @media (max-width: 580px) {
    .page-template-page-team .page .mhcosplash h1 {
      font-size: 1.4em;
      /*		margin-top: -2.0em;*/ } }
  @media (max-width: 480px) {
    .page-template-page-team .page .mhcosplash {
      padding-top: 25%; }
    .page-template-page-team .page .mhcosplash h1 {
      margin-top: -2.3em; }
    .page-template-page-team .page .mhcosplash h1 span {
      max-width: 80%; } }
  .page-template-page-team .page .mhcosplash h1 span {
    display: inline-block;
    margin: 0 auto;
    padding: 0.25em 0.75em; }

/* Single Product
----------------------------------------------------- */
.single-product #content,
.single-product #secondary {
  width: 850px;
  margin: 0 auto;
  max-width: 100%; }

.single-product .wp-caption.aligncenter {
  text-align: center; }

.single-product .endorsement {
  background: url(../getnoticed/images/blockquote_bg.gif) no-repeat 2% 18px;
  background-color: #f3f3f3;
  border: 1px solid #CCCCCC;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-bottom: 20px;
  margin-top: 8px;
  padding: 20px 20px 20px 56px; }

/* Old Stuff
--------------------------------------------------------------------------------------------------------------- */
/* =Overrides
----------------------------------------------- */
.site-header .headshot {
  display: none; }

.sitewrap {
  position: relative; }

.tweetable {
  box-sizing: border-box; }

.tweetable blockquote {
  background: none;
  position: relative; }

.hentry blockquote {
  background-image: none;
  position: relative; }

.hentry .photoendorsement .photo {
  background: none !important;
  position: relative; }

.hentry blockquote:before,
.hentry .photoendorsement .photo:after {
  content: "\201C";
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 5.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: -0.02em;
  text-decoration: none;
  text-transform: none; }

.hentry blockquote.photoendorsement:before {
  content: "";
  display: none; }

.hentry .photoendorsement .photo:after {
  left: auto;
  right: 0;
  top: -0.08em; }

.hentry blockquote cite:before {
  content: "\2014";
  margin: 0 0.2em 0 0.5em; }

.hentry blockquote.pullquote:before {
  content: "";
  display: none; }

#newsletter_previews {
  display: none; }

body.barebones #headernav {
  min-height: 90px; }

body.barebones .page {
  /*	margin-top: 2em;*/ }

.page-template-page-full-width #splash,
.barebones #splash {
  margin-bottom: 2em; }

.barebones article {
  border: none;
  padding: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .hentry ul li,
  .hentry blockquote {
    background-image: none !important; } }

#booking .setoff {
  background: transparent !important; }

.logged-in .entry-footer .edit-link:before {
  content: "|";
  margin: 0 0.5em; }

.book-post .entry-summary p {
  margin-top: -0.25em; }

/* =Top Menu
----------------------------------------------- */
#headernav #primary-menu li {
  border-left: none; }

#primary-menu {
  font-family: "essonnes-headline", "Georgia", serif;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%; }

#primary-menu .menu {
  display: inline-block; }

#primary-menu li a {
  line-height: 5em; }

#primary-menu li a:hover {
  color: #ffbb5a;
  text-decoration: none; }

#headernav .social {
  line-height: 7.5em; }

#menu-item-28676,
#menu-item-34407 {
  background: #fff;
  border-radius: 50%;
  position: relative;
  top: 1.5em;
  width: 8em;
  z-index: 9; }

#primary-menu #menu-item-28676 a,
#primary-menu #menu-item-34407 a {
  height: 5em;
  overflow: hidden;
  padding-top: 1px;
  padding-bottom: 1.3em; }

#primary-menu #menu-item-28676 a:hover,
#primary-menu #menu-item-34407 a:hover {
  text-decoration: none; }

#menu-item-28676 a:before,
#menu-item-34407 a:before {
  color: #37a9df;
  content: "\f104";
  display: block;
  font-family: 'michaelhyatt';
  font-size: 5em;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#menu-item-28676 a:hover:before,
#menu-item-34407 a:hover:before {
  color: #ffbb5a; }

#primary-menu #menu-item-28676:hover a,
#primary-menu #menu-item-28676 a:hover,
#primary-menu #menu-item-34407:hover a,
#primary-menu #menu-item-34407 a:hover {
  background: transparent !important; }

.site-navigation .social a {
  background: transparent;
  border-radius: 0;
  color: #37a9df;
  padding-top: 2.5em;
  width: 3em; }

.site-navigation .social i {
  display: none; }

.site-navigation .social a:before {
  color: #37a9df;
  font-family: 'michaelhyatt';
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

.site-navigation .social a:hover:before {
  color: #ffbb5a; }

.site-navigation .social .facebook:before {
  content: "\f102"; }

.site-navigation .social .twitter:before {
  content: "\f112"; }

.site-navigation .social .linkedin:before {
  content: "\f103"; }

.site-navigation .social .periscope:before {
  content: "\f106"; }

/* =Logo
----------------------------------------------- */
#masthead {
  padding: 1.5em 0;
  position: absolute;
  top: 0.25em; }

#masthead .site-title a {
  color: #3eaadd;
  display: block;
  height: 1.2em;
  overflow: hidden; }

#masthead .site-title a:hover {
  color: #ffbb5a;
  text-decoration: none; }

#masthead .site-title a:before {
  content: "\f105";
  display: block;
  font-family: "michaelhyatt";
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: middle;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#masthead .site-description {
  display: none; }

/* =Splash Area
----------------------------------------------- */
#splash {
  background: url("img/slim-splash.jpg") no-repeat center top;
  background-size: 100%;
  clear: both;
  height: 0;
  overflow: hidden;
  padding-top: 24.1667%;
  position: relative; }

#slogan {
  background: url("img/slim-tagline.png") no-repeat top right;
  background-size: 100%;
  height: 0;
  opacity: 0.9;
  overflow: hidden;
  padding-top: 17.75%;
  width: 44.5%;
  position: absolute;
  top: 15.5%;
  right: 15%; }

#featuredin {
  background: url("img/slim-feature-bar.png") no-repeat right bottom;
  background-size: 100%;
  display: none;
  height: 0;
  overflow: hidden;
  padding-top: 2.1053%;
  width: 69.833%;
  position: absolute;
  bottom: 12.3%;
  right: 3.33%; }

#optin:before {
  background: url("img/workweek-ebook.png") no-repeat center top;
  background-size: 100%;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 24%;
  width: 23.68442%;
  position: absolute;
  top: -12%;
  left: 1%; }

#optin {
  background: #3eaadd;
  color: #fff;
  display: none;
  margin-bottom: 1em;
  padding: 1em 1em 1em 25%;
  position: relative; }

#optin h3 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 100;
  line-height: 1.1em;
  text-align: center; }

#optin h4 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center; }

#optin form {
  text-align: center;
  padding: 0.5em 0 0.5em; }

#optin input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 0;
  /*	float: left;*/
  display: inline;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  margin: 0 0.25em;
  padding: 0.5em 1em;
  width: 20%; }

#optin input[type="submit"] {
  background: #ffbb5a;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 0.25em;
  padding: 0.5em 2em;
  text-shadow: none; }

#optin form:before {
  color: #fff;
  content: "\f101";
  font-family: 'michaelhyatt';
  font-size: 2em; }

.home #optin, .home #featuredin {
  display: block; }

.home #splash {
  background-position: center bottom;
  padding-top: 31.8333%; }

.home #slogan {
  top: 11.75%; }

/* =Main Area
----------------------------------------------- */
#main {
  border: none;
  overflow: visible;
  padding: 0; }

#main:before, #main:after {
  content: " ";
  display: table; }

#main:after {
  clear: both; }

/* =Restyle search box
----------------------------------------------- */
#top_search {
  margin-bottom: 1.2em;
  width: 31.4465%; }

/*
#s {
	border-radius: 17px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
	height: 34px;
	width: 100%;
}
#s:focus {
	border-color: #3eaadd;
	box-shadow: 0 0 3px #3eaadd;
	outline: none;
}
*/
/* =Categories menu
----------------------------------------------- */
#categories-menu,
#store-categories-menu,
#store-filter {
  margin-top: 1.2em; }

#categories-menu ul,
#store-categories-menu ul {
  margin-bottom: 1.2em;
  position: relative;
  z-index: 5; }

.single-post #categories-menu ul,
.page #categories-menu ul {
  /*	margin-bottom: 0.45em;*/ }

#categories-menu li {
  float: left;
  margin: 0;
  width: 19.25%;
  /*15.5*/ }

#categories-menu li:first-child {
  width: 23.0%;
  /*22*/ }

#categories-menu li a,
#store-categories-menu li a {
  border-left: none;
  border-radius: 0;
  font-weight: normal;
  transition: background-color 0.5s ease; }

#categories-menu li:first-child a {
  border-left: 1px solid #ccc; }

#categories-menu li a:hover,
#store-categories-menu li a:hover {
  background: #eee;
  color: #959595;
  text-shadow: none; }

#categories-menu .current-menu-item a,
#store-categories-menu .current-menu-item a {
  text-shadow: none; }

#store-categories-menu {
  float: left;
  width: 65.5%; }

#store-categories-menu ul {
  list-style: none;
  margin: 0 0 0.75em;
  overflow: hidden;
  padding: 0;
  text-indent: 0; }

#store-categories-menu li {
  float: left;
  margin: 0;
  padding: 0;
  /*	width: 25%;*/
  width: 33%; }

@media (max-width: 720px) {
  #store-categories-menu li {
    width: 25%; }
  #store-categories-menu li:last-child {
    width: 50%; } }

#store-categories-menu li:before {
  content: '';
  display: none; }

#store-categories-menu a {
  border: 1px solid #acacac;
  color: #555;
  display: block;
  font: 12px/40px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0 1em;
  text-align: center;
  text-decoration: none; }

#store-categories-menu li a:hover {
  color: #555;
  text-decoration: none; }

#store-categories-menu li:first-child a {
  border-left: 1px solid #acacac; }

#store-filter {
  display: none;
  float: right;
  margin-bottom: 0.75em;
  position: relative; }

#store-filter-toggle {
  border: 1px solid transparent;
  color: #555;
  display: block;
  font: 12px/40px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0;
  text-align: right;
  text-decoration: none; }

#store-filter-toggle:focus {
  outline: none; }

#store-filter .filter-menu {
  background: #fff;
  border: 1px solid #acacac;
  display: none;
  list-style: none;
  /*	margin-top: -0.5em;*/
  /*	padding: 0.5em 1em;*/
  padding: 0;
  position: absolute;
  right: -20px; }

#store-filter .filter-menu:before,
#store-filter .filter-menu:after {
  border-left: 10px solid transparent;
  border-top: none;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #acacac;
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: -10px;
  height: 0;
  width: 0; }

#store-filter .filter-menu:after {
  border-bottom-color: #fff;
  top: -9px; }

#store-filter .filter-menu li {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.6em; }

#store-filter .filter-menu a {
  color: #555;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none; }

#store-filter .filter-menu a.active {
  background: #ddd; }

#store-filter .filter-menu a:hover {
  background: #eee;
  text-decoration: none; }

.layout-storepage .assistance a {
  text-decoration: none; }

/* =Post titles
----------------------------------------------- */
article.page h1,
article.post h1,
.page-header h1 {
  font-size: 5.2rem;
  margin: 2rem 0 4rem;
  line-height: 1.2;
  text-align: center;
  text-transform: none; }

.hentry .entry-header h3.getnoticed-entry-subtitle {
  font-size: 1.7em;
  font-size: 1.31em;
  font-style: italic;
  font-weight: 300 !important;
  margin-top: 0; }

/* =Post Area
----------------------------------------------- */
.page .hentry,
.single-product .hentry,
.single-post .hentry {
  border: none;
  padding: 0; }

.entry-header .entry-meta h5 {
  margin-top: 1.1em; }

.entry-header .entry-meta h5.entry-heading {
  margin: 0 0 4em;
  padding-bottom: 0.5em; }

html #main, html .entry-header .byline {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.photocredit, .photo-credit {
  margin-bottom: 1.5em; }

.hentry ul {
  list-style: none;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em; }

.hentry ul li {
  background: none; }

.hentry ul li:before {
  color: #3eaadd;
  content: "\25BA";
  font-size: 0.8em;
  margin-right: 0.2em;
  position: relative;
  top: -1px; }

html .hentry ul li:before {
  line-height: 1.4em; }

.hentry form ul li:before {
  content: '';
  display: none; }

.hentry ol li:before {
  content: none; }

.hentry ol ul li:before {
  content: "\25BA"; }

#booking ul {
  text-indent: 0; }

.callout {
  font-size: 1.6rem;
  text-indent: 0;
  margin-bottom: 4rem;
  color: #999; }

ul.related_post li:before {
  display: none; }

/* =Share bar
----------------------------------------------- */
/*
.sharebar {
	background: none;
	border-radius: 0;
	font-size: 1.5em;
	font-size: 1.154em;
	padding: 0;	
}
.sharebar .spa, .sharebar .spb {
	display: none;
}
.sharebar .share-comment,
.sharebar .share-social,
.sharebar .share-print,
.sharebar .share-email {
	background: black;
	margin: 0;
	width: 20%;
}
.sharebar a.button {
	background: none;
	padding: 0.5em 0;
}
.sharebar .count {
	background: none;
	border: none;
	color: #fff;
}
.sharebar a.button {
	box-sizing: border-box;
	border-radius: 0;
	color: #fff;
	font-family: "michaelhyatt";
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-shadow: none;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0.5em 1em;
}
.sharebar a.button:hover {
	background: #ffbb5a;
	text-shadow: none;
}
.sharebar a.share-comment {
	padding: 0.5em 0;
}
.sharebar a:before {
	color: #fff;
	display: inline-block;
	font-family: 'michaelhyatt';
	font-size: 1.4em;
	line-height: 1;
	margin-right: 0.5em;
	vertical-align: middle;
}
.sharebar i { display: none !important; }
.sharebar a.share-comment:before {
	content: "x";
	margin: 0;
	visibility: hidden;
	width: 0;
}
.sharebar a.share-facebook { background: #0056a4; }
.sharebar a.share-facebook:before { content: "\f10a"; }
.sharebar a.share-tweet { background: #52c9f2; }
.sharebar a.share-tweet:before { content: "\f10f"; }
.sharebar a.share-comment,
.sharebar a.share-linkedin { background: #0077a1; }
.sharebar a.share-linkedin:before { content: "\f10c"; }
.sharebar a.share-pinterest { background: #CB2027; }
.sharebar a.share-pinterest:before { content: "\f10d"; }
.sharebar a.share-email { background: #959595; }
.sharebar a.share-email:before { content: "\f109"; }
.sharebar a.share-print { background: #cccccc; }
.sharebar a.share-print:before { content: "\f10e"; }
.sharebar .sharebar-feature {
	background: #ff9541;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	padding: 2em;
	text-align: center;
}
.home .sharebar .sharebar-feature,
.archive .sharebar .sharebar-feature,
#post-30002 .sharebar-feature {
	display: none;
}
.hentry .sharebar .sharebar-feature h3 {
	color: #fff;
	font-family: 'bebas-neue';
	font-size: 2em;
	font-weight: 300;
	margin: 0.15em 0;
	text-align: center;
	text-transform: uppercase;
}
.hentry .sharebar .sharebar-feature p {
	line-height: 1.4em;
	margin-bottom: 1em;
}
.hentry .sharebar .sharebar-feature input[type="text"],
.hentry .sharebar .sharebar-feature input[type="email"] {
	border: none;
	border-radius: 0;
	display: inline;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 100;
	margin: 0 0.25em 0.5em;
	padding: 0.25em 0.5em;
	width: 28%;
}
.hentry .sharebar .sharebar-feature input[type="submit"] {
	background: #00bff0;
	border: none;
	border-radius: 0;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.2em;
	margin: 0 0.25em;
	padding: 0.25em 2em;
	text-shadow: none;
}
x.hentry .sharebar .sharebar-feature form:before {
	color: #fff69f;
	content:"\f110";
	font-family: 'michaelhyatt';
	font-size: 2em;
}


.sharebar a.share-print span,
.sharebar a.share-email span {
	background: none;
	display: inline;
	text-indent: 0;
	width: auto;
}

@media( max-width: 820px ) {
	.sharebar a.share-comment:before {
		display: none;
	}
	.sharebar a.share-comment .disqus-comment-count {
		display: block;
		line-height: 2.1em;
	}	
}

*/
/* =Tweetable
----------------------------------------------- */
/*
.tweetable {
	background: #fefefe;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	margin: 1.5em 0;
	overflow: hidden;
}
.tweetable blockquote {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 2.2em;
	font-size: 1.69em;
	font-weight: 100;
	line-height: 1.3em;
	margin: 0.75em 0;
	padding: 0 1em 0 3em;
}
.tweetable blockquote:before {
	color: #676c6e;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 3.5em;
	left: 0.2em;
	top: -0.12em;
	opacity: 1;
}
.tweetable cite {
	color: #52c9f2;
	float: right;
	font-family: 'bebas-neue', sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.6em;
	text-align: right;
	text-transform: uppercase;
}
.tweetable .actions {
	background: #f8f8f8;
	border-top: 1px solid #b7b7b7;
	clear: both;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0.5em 0.6em;
	text-indent: 0;
}
.tweetable .actions li {
	background: none;
	float: right;
	margin: 0;
	text-indent: 0;
}
.tweetable .actions li:before {
	content: "";
	display: none;
}
.tweetable .actions a {
	background: #72d0f4;
	border: none;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.0em;
	font-size: 0.77em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.5em 1em;
	text-shadow: none;
	vertical-align: baseline;
}
.tweetable .actions a.fbthis {
	background: #4b87c6;
}
.tweetable .actions a:hover {
	background: #26bbec;
	text-decoration: none;
}
.tweetable .actions a.fbthis:hover {
	background: #5b97d6;
}
*/
/* =Footer
----------------------------------------------- */
#footer {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  margin-top: 2em;
  overflow: visible; }

.site-footer .menu-footer-resources-container a:after {
  content: ' \00BB'; }

#footer:before, #footer:after {
  content: " ";
  display: table; }

#footer:after {
  clear: both; }

.site-footer .widget-title {
  color: #7d7d7d;
  font-family: 'bebas-neue', sans-serif;
  font-size: 2em;
  font-weight: 100;
  margin: 0.25em 0 0.5em 0.75em;
  text-transform: uppercase; }

.site-footer .textwidget,
.site-footer .menu-footer-resources-container {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #464646; }

.site-footer .textwidget {
  padding: 1.5em; }

.site-footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.site-footer .menu a {
  border-top: 1px solid #ccc;
  display: block;
  margin: 0;
  padding: 1em 1.5em; }

.site-footer .menu li:first-child a {
  border-top: none; }

.site-footer .widget_getnoticed_aboutme img {
  float: left;
  margin: 0.3em 1em 0.5em 0;
  max-width: 150px; }

.site-footer #getnoticed_advancedtext-featured-product {
  /*	margin-bottom: 0;*/ }

.site-footer #getnoticed_advancedtext-featured-product .textwidget a:after {
  content: ""; }

.site-footer #getnoticed_advancedtext-featured-product .textwidget {
  background: none;
  border: none;
  border-radius: none;
  text-align: center;
  padding: 0; }

.site-footer #getnoticed_advancedtext-featured-product .widget-title {
  background: #3eaadd;
  color: #fff;
  margin-top: -0.75em;
  padding: 0.75em;
  position: relative;
  text-align: center; }

.site-footer #getnoticed_advancedtext-featured-product .widget-title:before {
  border-top: 0.45em solid transparent;
  border-right: 0.45em solid #1580ad;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -0.44em; }

/* =Buttons
----------------------------------------------- */
a.primarybutton,
a.primarybutton:link,
a.primarybutton:visited,
#secondary .signup_form .submitrow input,
body #secondary .primary .buybutton,
body #secondary .primary .buybutton:link {
  /*
	background: #fcbf31 none;
	border: none;
	border-radius: 3px;
	color: #fff;
	text-shadow: none;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	*/
  color: #fff !important;
  display: inline-block; }

body #secondary .buybutton {
  background: #ddd none;
  border: none;
  border-radius: 3px;
  color: #333;
  text-shadow: none;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2); }

body #secondary .buybutton:hover {
  background: #e3e3e3; }

.site-footer a.primarybutton, .site-footer a.primarybutton:link, .site-footer a.primarybutton:visited {
  background: #fcbf31 none;
  color: #fff; }

.site-footer a.primarybutton:after {
  content: ""; }

body .getnoticed_subscribe input[type=text],
body .getnoticed_subscribe input[type=email],
body .widget_getnoticed_subscribe input[type=text],
body .widget_getnoticed_subscribe input[type=email] {
  box-shadow: none; }

a.invisiblebutton, a.invisiblebutton:link, a.invisiblebutton:visited {
  border: 1px solid #363636;
  border-radius: 3px;
  color: #363636;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0.7em 0 0.25em;
  padding: 8px 30px;
  text-decoration: none; }

a.invisiblebutton:hover {
  text-decoration: none; }

/* =Post Ad
----------------------------------------------- */
.postad {
  border: 1px solid #c2c2c2;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.77em;
  font-weight: 300;
  line-height: 1.5em;
  overflow: hidden;
  position: relative; }

.postad-image {
  background: #f8f8f8;
  border-right: 1px solid #c2c2c2;
  box-sizing: border-box;
  float: left;
  padding: 1em;
  width: 28%;
  position: absolute;
  top: 0;
  bottom: 0; }

.postad-image img {
  width: 100%; }

.postad-content {
  box-sizing: border-box;
  color: #959595;
  float: right;
  padding: 1em;
  width: 72%; }

.hentry .postad h2 {
  color: #72d0f4;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 0; }

.hentry .postad .videolink {
  display: block;
  font-size: 1.2em;
  margin: 1em 0; }

.hentry .postad .videolink:after {
  content: "\f113";
  font-family: 'michaelhyatt';
  margin-left: 0.5em; }

.hentry .postad .videolink:hover {
  text-decoration: none; }

.hentry .videoframe-outer,
.hentry .videoframe-inner {
  border: none;
  padding: 0; }

/* =Sidebar
----------------------------------------------- */
#secondary {
  font-size: 0.77em; }

#secondary .widget {
  border-radius: 3px;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif; }

#secondary .widget h3 {
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
  text-transform: uppercase; }

#secondary .buttons {
  width: 400px;
  max-width: 100%; }

body #secondary .wideimage {
  margin: 0 -8%;
  width: 116%; }

.fillimage {
  margin: 0;
  width: 100%; }

.fillimage img {
  display: block;
  width: 100%; }

.single-product #secondary .widget {
  /*	background: #f3f3f3;*/ }

.single-product #secondary .storebuttons {
  margin-left: 0;
  margin-right: 0;
  text-align: center; }

.single-product #secondary .storebuttons li {
  display: inline-block;
  width: 45%; }

.single-product #secondary .storebuttons a {
  box-sizing: border-box;
  float: none;
  margin: 0 auto;
  width: 100%; }

.single-product .widget_getnoticed_purchasebox .buttons {
  margin: 0 auto !important;
  width: 80%; }

.home #secondary .widget_getnoticed_subscribe {
  display: none; }

#secondary .widget_getnoticed_subscribe {
  background: none;
  border: 1px solid #bbb;
  padding: 0; }

#secondary .widget_getnoticed_subscribe h3.widget-title {
  border-bottom: 1px solid #d6d6d6;
  margin: 0; }

.widget_getnoticed_subscribe h3.widget-title span {
  box-shadow: none !important; }

.widget_getnoticed_subscribe .bannerL,
.widget_getnoticed_subscribe .bannerR {
  display: none; }

#secondary .widget_getnoticed_subscribe input {
  border-radius: 3px;
  box-shadow: none; }

.single-signup .submitrow input,
#secondary .widget_getnoticed_subscribe input[type="submit"] {
  background: #fec110;
  border: none;
  box-shadow: 2px 2px 0 #ccc;
  font-size: 1em;
  font-weight: bold;
  margin: 0 auto 1em;
  text-shadow: none; }

#secondary .widget_reachWidget, #secondary .widget_getnoticed_reachcounter {
  background: #3eaadd;
  border-radius: 3px !important;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-shadow: none; }

#secondary .widget_getnoticed_sociallist a {
  background: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none; }

#secondary .widget_getnoticed_sociallist a:hover {
  background: none;
  color: #ffbb5a;
  color: #eee;
  text-shadow: none; }

#secondary .widget_reachWidget .widget-title, #secondary .widget_getnoticed_reachcounter .widget-title {
  color: #fff;
  display: inline;
  float: none;
  font-size: 1.5em;
  width: auto; }

#secondary .widget_reachWidget .count, #secondary .widget_getnoticed_reachcounter .count {
  border: none;
  display: inline;
  float: none;
  width: auto; }

#secondary .widget_reachWidget .count span, #secondary .widget_getnoticed_reachcounter .count span {
  border: none;
  color: #fff;
  display: inline; }

#secondary .widget_getnoticed_popularposts li {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 300; }

#secondary .widget_getnoticed_sociallist {
  background: #3eaadd;
  border-radius: 3px !important;
  color: #fff;
  padding: 0.4em 0;
  text-align: center; }

#secondary .widget_getnoticed_sociallist li {
  display: inline;
  margin: 0 10px; }

#secondary .widget_getnoticed_sociallist a {
  display: inline-block;
  height: 3em;
  width: 3em;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
  text-align: center;
  vertical-align: middle; }

#secondary .widget_getnoticed_sociallist i {
  display: none; }

#secondary .widget_getnoticed_sociallist a:before {
  font-family: 'michaelhyatt';
  font-size: 2.5em;
  font-weight: normal;
  font-style: normal;
  display: block;
  speak: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.facebook:before {
  content: "\f10a"; }

.twitter:before {
  content: "\f10f"; }

.instagram:before {
  content: "\f10b"; }

.linkedin:before {
  content: "\f10c"; }

.pinterest:before {
  content: "\f10d"; }

/* =Podcast archive table
----------------------------------------------- */
.podcastArchive {
  background: #eaeaea;
  width: 100%; }

.podcastArchive caption {
  background: #eaeaea;
  background: #222;
  color: white;
  font-weight: bold;
  padding: 6px;
  text-align: center; }

.podcastArchive th {
  background: #dadada;
  border-bottom: 1px solid #dadada;
  color: #272727; }

.podcastArchive th,
.podcastArchive td {
  padding: 6px 8px; }

.podcastArchive {
  background: #fff; }

.podcastArchive caption {
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase; }

.podcastArchive td {
  border-left: none;
  border-right: none; }

/* =Related Posts
----------------------------------------------- */
.single .wp_rp_wrap {
  display: block;
  margin-top: 1.5em; }

body .wp_rp_wrap .related_post_title {
  background: #3eaadd;
  color: #fff;
  margin-bottom: 1em !important;
  padding: 0.5em 0 !important;
  text-align: center !important;
  position: relative; }

body .wp_rp_wrap .related_post_title:before {
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: none;
  border-left: 24px solid white;
  margin-top: -24px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0; }

body .wp_rp_wrap .related_post_title:after {
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: none;
  border-right: 24px solid white;
  margin-top: -24px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0; }

body .wp_rp_wrap ul.related_post li {
  box-sizing: border-box;
  border-right: none !important;
  width: 20% !important; }

body .wp_rp_wrap ul.related_post li a {
  color: #3eaadd !important;
  font-size: 15px !important; }

body .wp_rp_wrap ul.related_post li img {
  box-sizing: border-box;
  height: auto !important;
  width: 100% !important; }

/* =Disable
----------------------------------------------- */
/*#comments-policy, #comments_farewell, */
.single #nav-below, .wp_rp_wrap {
  display: none; }

#nav-below a, #nav-below a:hover, #nav-below a:visited {
  background: white;
  color: #999;
  text-align: center;
  text-shadow: none; }

#nav-below a:hover {
  background: #f6f6f6; }

#nav-below .meta-nav {
  display: none; }

/* =Single Post Pages (Interior)
----------------------------------------------- */
.home #categories-menu {
  /*	margin-top: 1em;*/ }

.home #categories-menu ul {
  /*	margin-bottom: 1.9em;*/ }

.home #top_search {
  /*	margin-bottom: 1.9em;*/ }

/* =Signup Form
----------------------------------------------- */
.signupform {
  margin-bottom: 2em; }

.signupform h3 {
  margin-bottom: 0.5em; }

.signupform ul {
  margin: 0;
  padding: 0;
  text-indent: 0; }

.signupform ul li {
  padding: 0; }

.signupform label {
  display: block; }

.signupform .signup_name {
  float: left;
  margin-right: 4%;
  width: 35%; }

.signupform .signup_email {
  float: left;
  width: 60%; }

.signupform .signup_checkbox label {
  display: inline; }

.signupform input {
  box-sizing: border-box; }

.signupform input[type="text"],
.signupform input[type="email"] {
  width: 100%; }

.signupform input[type="submit"],
.widget_getnoticed_subscribe .submit,
.widget_getnoticed_subscribe input[type="submit"] {
  background: #ffbb5a;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 0.25em;
  padding: 0.5em 2em;
  text-shadow: none; }

.signupform .submitrow {
  clear: both;
  text-align: right; }

/* =Increased margin
----------------------------------------------- */
.wrap, #headernav .innerwrap {
  width: 94%; }

#primary, #categories-menu ul {
  width: 66%; }

#optin {
  margin-bottom: 0; }

#secondary, #top_search {
  width: 31%; }

#categories-menu {
  margin-top: 1.5em; }

#categories-menu #menu-secondary-categories {
  margin-bottom: 1.5em; }

#top_search {
  margin-bottom: 1.5em; }

.page .hentry .entry-title,
.single-product .hentry .entry-title,
.single-post .hentry .entry-title {
  margin-top: 0; }

@media (max-width: 690px) {
  .page .hentry .entry-title,
  .single-product .hentry .entry-title,
  .single-post .hentry .entry-title {
    margin-top: 1em; } }

/* =Product Page
----------------------------------------------- */
.layout-storepage #main {
  clear: both; }

.layout-storepage .hentry,
.page-template-page-store-2015 .hentry {
  border: none;
  padding: 0; }

.layout-storepage .entry-content,
.page-template-page-store-2015 .entry-content {
  margin-top: 0; }

.page-template-page-store-2015 #optin,
.page-template-page-store-2015 #categories-menu,
.page-template-page-store-2015 #top_search,
.page-template-page-store-2015 .entry-header,
.layout-storepage #optin,
.layout-storepage #categories-menu,
.layout-storepage #top_search,
.layout-storepage .entry-header {
  display: none; }

.layout-storepage .assistance,
.page-template-page-store-2015 .assistance {
  clear: both;
  color: #acacac;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  margin: 1em 0; }

@media (max-width: 800px) {
  .layout-storepage .assistance,
  .page-template-page-store-2015 .assistance {
    margin: 1em; } }

.layout-storepage .col,
.page-template-page-store-2015 .hentry .col {
  float: left;
  margin-left: 3.5%;
  width: 31%; }

.layout-storepage .col_first,
.page-template-page-store-2015 .hentry .col_first {
  margin-left: 0; }

@media (max-width: 600px) {
  .layout-storepage .col,
  .page-template-page-store-2015 .hentry .col {
    float: none;
    margin: 3%;
    width: auto; } }

.layout-storepage #splash,
.page-template-page-store-2015 #splash {
  display: none; }

.featured-area {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-size: cover;
  height: 0;
  height: auto;
  padding-top: 24%;
  padding: 20px;
  position: relative; }

.featured-content {
  /*position: absolute;
	top: 12%; left: 3%; right: 42%; bottom: 2%;*/
  position: relative;
  width: 50%; }

.layout-storepage .featured-area h1 {
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  text-align: left;
  text-transform: uppercase; }

.layout-storepage .featured-area h2 {
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3em; }

.layout-storepage .featured-area h4 {
  font-size: 0.9em;
  font-style: italic;
  font-weight: normal; }

.featured-area p {
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0 0 0.25em; }

.featured-area a.invisiblebutton {
  margin-top: 1em; }

#featured-area, #featured-product {
  background: url("img/products/featured-product.jpg") no-repeat center top;
  background-size: 100% 100%;
  padding: 2% 42% 2% 3%;
  position: relative; }

#featured-area {
  background: url("img/products/featured-area.jpg") no-repeat center top;
  background-size: 100%; }

#featured-books {
  background-image: url("img/stores/recommended-books.jpg"); }

#featured-quotecards {
  background-image: url("img/stores/shareable-images.jpg");
  color: #fff; }

#featured-quotecards .featured-content h1 {
  color: #fff; }

#featured-quotecards .invisiblebutton {
  border-color: #fff;
  color: #fff; }

#quotecards {
  margin-top: 1.5em; }

#quotecards .prodbox img {
  margin-bottom: 0; }

#featured-platformuniversity {
  background-image: url("img/stores/store-platformuniversity.jpg"); }

#featured-tools {
  background-image: url("img/stores/my-toolbox.jpg");
  color: #fff; }

#featured-tools .invisiblebutton {
  border-color: #fff;
  color: #fff; }

#featured-product:before {
  background: url("img/products/pulogo.png") no-repeat left center;
  background-size: 100%;
  content: '';
  display: block;
  height: 0;
  margin-bottom: 0.5em;
  overflow: hidden;
  padding-top: 10%;
  width: 70%; }

#featured-product:after {
  background: url("img/products/laptop.png") no-repeat right bottom;
  background-size: 100%;
  content: '';
  display: block;
  padding-top: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%; }

@media (max-width: 600px) {
  #featured-product, #featured-area {
    padding: 2% 3%; }
  #featured-product:after {
    display: none; } }

#featured-area h2 {
  margin: 0 0 0.25em;
  text-transform: uppercase; }

#featured-area h2 {
  font-size: 1.75em;
  margin-top: 0.5em; }

#featured-product p,
#featured-area p {
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0 0 0.25em; }

#featured-area p {
  font-size: 0.8em; }

@media (max-width: 840px) {
  #featured-area h2 {
    font-size: 1.5em; } }

@media (max-width: 680px) {
  #featured-area h2 {
    font-size: 1.3em; }
  #featured-area p {
    font-size: 0.7em; } }

@media (max-width: 640px) {
  #featured-area {
    padding-right: 40%;
    padding-bottom: 4%; }
  #featured-area h2 {
    font-size: 2em;
    line-height: 1.5em; }
  #featured-area p {
    display: none; } }

@media (max-width: 600px) {
  #featured-area h2 {
    font-size: 1.5em;
    line-height: 1.5em; } }

#featured-offer {
  border: 1px solid #959595;
  color: #959595;
  font-size: 0.8em;
  margin: 1.5em 0 0;
  overflow: hidden; }

#featured-offer .image {
  box-sizing: border-box;
  color: #959595;
  float: left;
  margin-right: 3%;
  padding: 1.5em;
  text-align: center;
  width: 30.8%; }

#featured-offer .image img {
  display: block;
  width: 100%; }

#featured-offer .content {
  box-sizing: border-box;
  float: left;
  padding: 1.5em 1.5em 1.5em 0;
  width: 66.2%; }

#featured-offer .content h1 {
  font-size: 2.8em;
  font-weight: 300;
  margin-bottom: 0.4em;
  text-transform: uppercase; }

#featured-offer .content p {
  margin-bottom: 0.5em; }

@media (max-width: 800px) {
  #featured-offer {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-top: 0;
    padding-top: 1em; }
  #favoritetools {
    padding: 0 1em; }
  #store-categories-menu {
    margin-left: 2%; }
  #store-filter {
    margin-right: 2%; } }

#featured-product .primarybutton {
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.8em;
  padding: 5px 2em; }

.prodbox {
  border: 1px solid #acacac;
  box-sizing: border-box;
  margin: 0 0 2em;
  padding: 20px; }

.hentry .prodbox h3 {
  color: #707070;
  font-size: 2.4rem;
  margin: 0;
  text-align: center;
  text-transform: none; }

.hentry .prodbox h3 a {
  text-decoration: none; }

.hentry .prodbox h4 {
  color: #959595;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0.25em 0;
  margin: 0 0 0.75em;
  text-align: center; }

.prodbox .content {
  color: #959595;
  font-size: 0.75em;
  line-height: 1.3em; }

.prodbox .content p {
  margin-bottom: 1em; }

.prodbox img {
  display: block;
  margin: 0 auto 1em;
  max-width: 100%; }

.page-template-page-store-books .prodbox img {
  border: 1px solid #ccc;
  /*	margin: 1em auto 2em;*/
  max-width: 60%; }

.page-template-page-store-books .prodbox h3 {
  /*	margin-bottom: 0.5em;*/ }

.prodbox .moreinfo {
  margin-bottom: -2.3em;
  text-align: center; }

.prodbox .moreinfo a {
  font-size: 1.4rem;
  font-weight: 700; }

.layout-storepage #content .paging-navigation {
  clear: both; }

@media (max-width: 1200px) {
  .layout-storepage .featured-content {
    top: 7%; } }

@media (max-width: 990px) {
  .layout-storepage .featured-area h4 {
    display: none; } }

@media (max-width: 830px) {
  .layout-storepage .featured-area h1 {
    font-size: 2em; }
  .layout-storepage .featured-area h2 {
    font-size: 1.2em; } }

@media (max-width: 715px) {
  .layout-storepage .featured-area h1 {
    font-size: 1.9em; }
  .layout-storepage .featured-area h2 {
    font-size: 1em;
    line-height: 1.2em; }
  .layout-storepage .featured-area .invisiblebutton {
    margin-top: 0.75em; } }

@media (max-width: 600px) {
  .layout-storepage .featured-area .invisiblebutton {
    display: none; } }

@media (max-width: 500px) {
  .layout-storepage .featured-area h2 {
    display: none; } }

/* =Inline signup forms
----------------------------------------------- */
.single-signup {
  background: #fefefe;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  margin: 1.5em 0;
  overflow: hidden; }

.single-signup .content {
  padding: 1em 1em 0.5em; }

.single-signup .content h3 {
  font-size: 1.0em;
  /*	font-weight: 300;*/
  margin: 0; }

.single-signup ul {
  margin: 0.8em 0 0;
  padding: 0;
  text-indent: 0; }

.single-signup ul li {
  background: none !important;
  padding-left: 0; }

.single-signup ul li:before {
  display: none; }

.single-signup ul li.twocol {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 2%;
  width: 49%; }

.single-signup ul li.firstcol {
  margin-left: 0; }

.single-signup label {
  display: none; }

.single-signup input {
  box-sizing: border-box;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 8px 10px;
  width: 100%; }

.single-signup .submitrow {
  background: #f8f8f8;
  border-top: 1px solid #b7b7b7;
  box-sizing: border-box;
  clear: both;
  margin: 0;
  padding: 0.7em 1em 0.8em;
  text-align: right; }

.single-signup .submitrow input {
  color: #fff;
  font-size: 0.8em;
  /*	font-weight: normal;*/
  line-height: 1em;
  margin: 0;
  width: auto; }

.single-signup .privacy {
  color: #999;
  float: left;
  font-size: 0.8em;
  font-style: italic;
  line-height: 2em;
  margin: 0; }

/* =Quote Cards Lightbox
----------------------------------------------- */
.fbx-social {
  padding: 0; }

.fbx-social a {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  opacity: 1;
  padding: 5px 0;
  width: 25%;
  text-decoration: none; }

.fbx-social a:hover {
  background: #ffbb5a;
  box-shadow: none;
  text-decoration: none;
  transform: none; }

.fbx-caption {
  display: none !important; }

a.fbx-close:hover {
  text-decoration: none; }

/* =Permalogo / Desktop Side Menu
----------------------------------------------- */
#permalogo {
  background: #37a9df;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: none;
  padding: 1% 1% 1% 2%;
  position: fixed;
  left: -20%;
  top: 2%;
  text-decoration: none;
  transition: left 1s ease;
  z-index: 999; }

#permalogo:before {
  color: #fff;
  content: "\f104";
  display: block;
  font-family: 'michaelhyatt';
  font-size: 2.5em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  speak: none;
  text-decoration: none !important;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em; }

#permalogo:hover:before {
  content: 'MENU';
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 3.125em;
  width: 3.125em; }

#permalogo span {
  display: none; }

.admin-bar #permalogo {
  top: 42px; }

.admin-bar.desktopside_active #ocnav {
  top: 32px; }

@media (min-width: 691px) {
  #desktopsplash {
    background: #fff;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: opacity 0.5s ease; }
  .desktopside_active #desktopsplash {
    display: block;
    opacity: 0.4;
    transform: opacity 1s ease; }
  #permalogo {
    display: block;
    left: -10%; }
  #permalogo.shown {
    left: -1%; }
  #ocnav {
    background: #f8f8f8;
    border-right: 3px solid #37a9df;
    display: block;
    height: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: -31%;
    visibility: visible;
    width: 30%;
    z-index: 1000;
    transition: left 1s ease; }
  .desktopside_active #permalogo {
    left: 30%; }
  .desktopside_active #ocnav {
    left: 0;
    transition: left 1s ease; }
  #ocnav #ocsearch {
    background: #37a9df;
    padding: 10px; }
  #ocnav .field {
    box-sizing: border-box;
    width: 68%; }
  #ocnav .submit {
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1.32em;
    margin-left: 2%;
    padding: 3px 10px;
    width: 30%; }
  #ocnav a:before {
    box-shadow: none;
    text-shadow: none;
    font-family: michaelhyatt;
    font-size: 1.5em;
    line-height: 1;
    margin-right: 0.5em;
    vertical-align: bottom;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #ocnav #menu-item-28676 {
    display: none; }
  #ocnav h3 {
    background: #555;
    color: #fff;
    font-family: bebas-neue, Impact, sans-serif;
    font-size: 1.4em;
    padding: 4px 20px; }
  #ocnav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #ocnav li a {
    border-bottom: 1px solid #ccc;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px 20px;
    text-decoration: none; }
  #ocnav li a:hover {
    background: #eee; }
  #ocnav_categories {
    display: none; } }

/* =Video ad button
----------------------------------------------- */
.vidad {
  display: block;
  position: relative; }

.vidad:before {
  background: url("/ads/video-button.png");
  background-position: center bottom;
  background-size: 100%;
  content: '';
  display: block;
  height: 0;
  padding-top: 15.8602%;
  position: absolute;
  left: 38.64245%;
  top: 44%;
  width: 22.7151%; }

.vidad:hover:before {
  background-position: center top; }

/* =LI Bullet testing
----------------------------------------------- */
.hentry ul {
  /*	padding-left: 0;*/
  text-indent: 0; }

.hentry ul li {
  position: relative;
  margin-bottom: 15px; }

.hentry ul li:before {
  color: #FEC110;
  color: #ccc;
  margin-right: 20px;
  position: absolute;
  top: 6px;
  /*was:0*/
  left: -20px;
  line-height: 1; }

/* =Podcast player
----------------------------------------------- */
.podcast_links {
  margin-top: -2em; }

/* =Signup Form
----------------------------------------------- */
body .signup_form {
  font-size: 1.2em; }

body .signup_form fieldset {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0; }

body .signup_form label {
  display: none;
  font-size: 1.5em; }

body .signup_form input[type="text"],
body .signup_form input[type="email"] {
  font-size: 1.5em;
  padding: 8px 10px; }

body .signup_form fieldset {
  margin-bottom: 0.5em; }

body .signup_form .submitrow {
  text-align: left; }

body .signup_form .submitrow input[type="submit"] {
  background: #fec110;
  border: none;
  border-radius: 3px;
  box-shadow: 2px 2px 0 #ccc;
  color: #ffffff;
  font-size: 0.7em;
  font-weight: bold;
  text-shadow: none; }

body .signup_form .success {
  background: #3edd77;
  border: 1px solid #888;
  padding: 1em; }

.announcement-post .entry-summary {
  font-size: 1em; }

.announcement-post .entry-summary h3 {
  font-size: 1.2em; }

.announcement-post .entry-summary p,
.announcement-post .entry-summary ol,
.announcement-post .entry-summary ul {
  font-size: 1em; }

/* =Periscope Category
----------------------------------------------- */
/*
.category-periscope .page-header {
	background: #3eaadd url('img/category-periscope-v2.png') no-repeat left bottom;
	background-size: 100%;
	border: 1px solid #bbb;
	display: block;
	height: 0;
	margin-bottom: 1.5em;
	overflow: hidden;
	padding-top: 24.75%;
}
*/
#secondary #getnoticed_advancedtext-liveOnPeriscope {
  background: url("img/gif-hearts.gif") no-repeat center 84%;
  background-size: 30%;
  border: 2px solid #42a3c4;
  border-radius: 30px;
  overflow: hidden;
  position: relative; }

#secondary .widget_getnoticed_purchasebox .countdown_widget_inner .labels {
  margin: 0 auto;
  max-width: 275px; }

#secondary .widget_getnoticed_purchasebox .countdown_widget_inner {
  margin: 0; }

.photo-credit {
  font-size: 0.8em;
  line-height: 1.3em;
  margin-top: -1.0em; }

.wp-caption-text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.single #comments-policy {
  background: #eaeaea;
  padding-top: 0;
  text-align: center; }

.single #comments-policy p {
  background: none;
  border: none;
  margin: 0; }

/* =Switch email signup forms to GravityForms
------------------------------------------------ */
#gform_fields_1 li,
#gform_fields_2 li {
  margin: 0;
  padding-right: 0; }

#gform_fields_1 .name_first,
#gform_fields_2 .name_first,
#gform_fields_3 .name_first {
  padding: 0; }

#gform_fields_1 .name_first label,
#gform_fields_2 .name_first label,
#gform_fields_3 .name_first label {
  display: none; }

#gform_fields_1 .ginput_container {
  margin-top: 0;
  width: 100%; }

#gform_fields_1 #field_1_3 .gfield_label,
#gform_fields_2 #field_2_3 .gfield_label {
  display: none; }

#gform_fields_1 #input_1_3 {
  margin-top: 8px;
  text-align: center; }

#gform_fields_2 #input_2_3 {
  margin-top: 0.75em; }

#gform_fields_1 #input_1_3 > div,
#gform_fields_2 #input_2_3 > div {
  margin: 0 auto; }

#gform_1 .gform_footer,
#gform_2 .gform_footer {
  padding: 0;
  text-align: center; }

#gform_1 .gform_footer .gform_button,
#gform_2 .gform_footer .gform_button {
  margin-bottom: 0; }

#gform_fields_2 #input_2_1_3 {
  margin: 0; }

#gform_fields_2 #input_2_2 {
  margin: 0; }

/* =Content Upgrade Callout
------------------------------------------------ */
.callout.contentupg {
  padding-left: 30px; }

.callout.contentupg .inner {
  display: table-cell;
  vertical-align: middle;
  width: 67%; }

.callout.contentupg .calloutimg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 33%; }

.callout.contentupg img {
  width: 70%; }

/* =Full width is too wide for TY page
------------------------------------------------ */
.page-id-36291 #primary.full-width {
  margin: 2em auto;
  width: 60%; }

/* =Algolia search results
------------------------------------------------ */
#ais-wrapper {
  clear: both; }

#ais-facets #facet-categories {
  display: none; }

#ais-facets a {
  color: #464646;
  text-decoration: none; }

#ais-facets .ais-menu--count,
#ais-facets .ais-refinement-list--count {
  background: #eee;
  border-radius: 1em;
  margin-left: 0.25em;
  padding: 0 0.5em; }

#algolia-pagination a {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.25em 0.5em;
  text-decoration: none; }

#algolia-pagination a:hover {
  background: #3eaadd;
  color: #fff; }

#algolia-pagination .ais-pagination--item__active a,
#algolia-pagination .ais-pagination--item__active a:hover {
  background: #eee;
  color: #464646; }

@media (max-width: 690px) {
  html body {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0; } }

/*# sourceMappingURL=style.css.map */