/*
Theme Name: Michael Hyatt v4
Theme URI: https://michaelhyatt.com
Description: This is a custom child theme created for the Genesis Framework.
Author: Michael Hyatt & Company
Author URI: https://michaelhyatt.com

Version: 4.0

Template: genesis

*/
@import url("https://use.typekit.net/qbn1yif.css");
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

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

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

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #fff;
  color: #454545;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden; }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #525252;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:focus,
a:hover {
  color: #FCC014;
  text-decoration: none; }

a:active,
a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none; }

.site-inner a,
.site-footer a {
  color: #454545;
  border-bottom: 2px solid #FCC014;
  font-weight: 600;
  text-decoration: none; }
  .site-inner a:hover,
  .site-footer a:hover {
    color: #752561; }

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

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

li {
  list-style-type: none; }

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0; }

b,
strong {
  font-weight: 700; }

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

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

blockquote {
  margin: 30px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #36424F;
  font-family: poynter-oldstyle-display, serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px; }
  h1.alternate-headline,
  h2.alternate-headline,
  h3.alternate-headline,
  h4.alternate-headline,
  h5.alternate-headline,
  h6.alternate-headline {
    font-family: proxima-nova, sans-serif; }

h1 {
  color: #39103D;
  font-size: 54px; }
  @media (max-width: 575px) {
    h1 {
      font-size: 40px; } }
h2 {
  font-size: 48px; }
  h2.alternate-headline {
    font-size: 36px; }
  @media (max-width: 575px) {
    h2 {
      font-size: 36px; } }
h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

.entry-content h3,
.entry-content h4 {
  font-weight: 700; }

.entry-content h4 {
  margin-top: 40px; }

h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 17px;
  text-transform: uppercase; }

h6 {
  font-size: 16px; }

/* Buttons
--------------------------------------------- */
.btn, .page-template-speaking #book .gform_button, .page-template-team #joinourteam .primarybutton, button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
.site-inner .btn {
  background: #752561;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  padding: 16px 32px;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  display: inline-block; }
  .btn:hover, .page-template-speaking #book .gform_button:hover, .page-template-team #joinourteam .primarybutton:hover, button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
  .button:hover,
  .site-inner .btn:hover {
    background-color: #621f51;
    color: #fff; }

.btn.btn-primary, .page-template-speaking #book .btn-primary.gform_button, .page-template-team #joinourteam .btn-primary.primarybutton, button.btn-primary,
input.btn-primary[type="button"],
input.btn-primary[type="reset"],
input.btn-primary[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input.btn-primary[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button.btn-primary[type="submit"],
.btn-primary.button {
  background: #752561;
  color: #fff; }
  .btn.btn-primary:hover, .page-template-speaking #book .btn-primary.gform_button:hover, .page-template-team #joinourteam .btn-primary.primarybutton:hover, button.btn-primary:hover,
  input.btn-primary[type="button"]:hover,
  input.btn-primary[type="reset"]:hover,
  input.btn-primary[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form input.btn-primary[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form button.btn-primary[type="submit"]:hover,
  .btn-primary.button:hover {
    background-color: #621f51; }

.btn.btn-secondary, .page-template-speaking #book .btn-secondary.gform_button, .page-template-team #joinourteam .btn-secondary.primarybutton, button.btn, .page-template-speaking #book button.gform_button, .page-template-team #joinourteam button.primarybutton,
input.btn[type="button"],
.page-template-speaking #book input.gform_button[type="button"],
.page-template-team #joinourteam input.primarybutton[type="button"],
input.btn[type="reset"],
.page-template-speaking #book input.gform_button[type="reset"],
.page-template-team #joinourteam input.primarybutton[type="reset"],
input.btn[type="submit"],
.page-template-speaking #book input.gform_button[type="submit"],
.page-template-team #joinourteam input.primarybutton[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input.btn[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button.btn[type="submit"], button.btn-secondary,
input.btn-secondary[type="button"],
input.btn-secondary[type="reset"],
input.btn-secondary[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input.btn-secondary[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button.btn-secondary[type="submit"],
input.button[type="button"],
input.button[type="reset"],
input.button[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input.button[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button.button[type="submit"],
.button {
  background: #FCC014;
  color: #fff; }
  .btn.btn-secondary:hover, .page-template-speaking #book .btn-secondary.gform_button:hover, .page-template-team #joinourteam .btn-secondary.primarybutton:hover, button.btn:hover, .page-template-speaking #book button.gform_button:hover, .page-template-team #joinourteam button.primarybutton:hover,
  input.btn[type="button"]:hover,
  .page-template-speaking #book input.gform_button[type="button"]:hover,
  .page-template-team #joinourteam input.primarybutton[type="button"]:hover,
  input.btn[type="reset"]:hover,
  .page-template-speaking #book input.gform_button[type="reset"]:hover,
  .page-template-team #joinourteam input.primarybutton[type="reset"]:hover,
  input.btn[type="submit"]:hover,
  .page-template-speaking #book input.gform_button[type="submit"]:hover,
  .page-template-team #joinourteam input.primarybutton[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form input.btn[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form button.btn[type="submit"]:hover, button.btn-secondary:hover,
  input.btn-secondary[type="button"]:hover,
  input.btn-secondary[type="reset"]:hover,
  input.btn-secondary[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form input.btn-secondary[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form button.btn-secondary[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form input.button[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form button.button[type="submit"]:hover,
  .button:hover {
    background-color: #f3b503; }

.btn-sm, .page-template-training .training-row .btn, .page-template-training .training-row .page-template-speaking #book .gform_button, .page-template-speaking #book .page-template-training .training-row .gform_button, .page-template-training .training-row .page-template-team #joinourteam .primarybutton, .page-template-team #joinourteam .page-template-training .training-row .primarybutton, .page-template-training .training-row button,
.page-template-training .training-row input[type="button"],
.page-template-training .training-row input[type="reset"],
.page-template-training .training-row input[type="submit"],
.page-template-training .training-row .site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form .page-template-training .training-row input[type="submit"],
.page-template-training .training-row .site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.site-container div.wpforms-container-full .wpforms-form .page-template-training .training-row button[type="submit"],
.page-template-training .training-row .button, .page-template-courses .course-row .btn, .page-template-courses .course-row .page-template-speaking #book .gform_button, .page-template-speaking #book .page-template-courses .course-row .gform_button, .page-template-courses .course-row .page-template-team #joinourteam .primarybutton, .page-template-team #joinourteam .page-template-courses .course-row .primarybutton, .page-template-courses .course-row button,
.page-template-courses .course-row input[type="button"],
.page-template-courses .course-row input[type="reset"],
.page-template-courses .course-row input[type="submit"],
.page-template-courses .course-row .site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form .page-template-courses .course-row input[type="submit"],
.page-template-courses .course-row .site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.site-container div.wpforms-container-full .wpforms-form .page-template-courses .course-row button[type="submit"],
.page-template-courses .course-row .button, .page-template-planner .planner-row .btn, .page-template-planner .planner-row .page-template-speaking #book .gform_button, .page-template-speaking #book .page-template-planner .planner-row .gform_button, .page-template-planner .planner-row .page-template-team #joinourteam .primarybutton, .page-template-team #joinourteam .page-template-planner .planner-row .primarybutton, .page-template-planner .planner-row button,
.page-template-planner .planner-row input[type="button"],
.page-template-planner .planner-row input[type="reset"],
.page-template-planner .planner-row input[type="submit"],
.page-template-planner .planner-row .site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form .page-template-planner .planner-row input[type="submit"],
.page-template-planner .planner-row .site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.site-container div.wpforms-container-full .wpforms-form .page-template-planner .planner-row button[type="submit"],
.page-template-planner .planner-row .button, .page-template-books .book-row .btn, .page-template-books .book-row .page-template-speaking #book .gform_button, .page-template-speaking #book .page-template-books .book-row .gform_button, .page-template-books .book-row .page-template-team #joinourteam .primarybutton, .page-template-team #joinourteam .page-template-books .book-row .primarybutton, .page-template-books .book-row button,
.page-template-books .book-row input[type="button"],
.page-template-books .book-row input[type="reset"],
.page-template-books .book-row input[type="submit"],
.page-template-books .book-row .site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form .page-template-books .book-row input[type="submit"],
.page-template-books .book-row .site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.site-container div.wpforms-container-full .wpforms-form .page-template-books .book-row button[type="submit"],
.page-template-books .book-row .button,
.site-inner .btn-sm,
.site-inner .page-template-training .training-row button,
.page-template-training .training-row .site-inner button,
.site-inner .page-template-courses .course-row button,
.page-template-courses .course-row .site-inner button,
.site-inner .page-template-planner .planner-row button,
.page-template-planner .planner-row .site-inner button,
.site-inner .page-template-books .book-row button,
.page-template-books .book-row .site-inner button {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5; }

/* Modals
--------------------------------------------- */
.modal {
  z-index: 10000; }

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

img {
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 25px; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

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

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

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

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%; }

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

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

::-ms-input-placeholder {
  color: #333;
  opacity: 1; }

:-ms-input-placeholder {
  color: #333;
  opacity: 1; }

::placeholder {
  color: #333;
  opacity: 1; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  white-space: normal;
  width: auto;
  cursor: pointer;
  /*
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	*/ }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  opacity: .95;
  /*
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
	*/ }

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

.button {
  display: inline-block; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

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

div.legal-consent-container {
  font-size: 85%;
  margin: 20px auto; }

.hs-form fieldset {
  margin-bottom: 15px !important; }

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important; }

.hs-form label {
  margin-bottom: 0;
  font-weight: 600; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  table-layout: fixed;
  width: 100%;
  word-break: break-all; }

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

td,
th {
  text-align: left;
  vertical-align: top; }

td {
  border-top: 1px solid #eee;
  padding: 10px; }

th {
  font-weight: 600;
  padding: 0 10px 10px; }

td:first-child,
th:first-child {
  padding-left: 0; }

td:last-child,
th:last-child {
  padding-right: 0; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
  width: 100%; }

.nav-active .site-container:before {
  background: rgba(0, 0, 0, 0.7);
  content: ' ';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#inner-wrap {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  align-items: stretch; }

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 0 0 0; }

.page-template-default .site-inner main.content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px; }

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

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

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

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
  padding: 15px; }

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }

.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px; }

.genesis-title-hidden .breadcrumb {
  margin-top: 40px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px; }

.entry-title {
  color: #39103D;
  font-size: 54px;
  margin: 20px 0 30px; }
  @media (max-width: 575px) {
    .entry-title {
      font-size: 40px; } }
.entry-title a,
.sidebar .widget-title a {
  color: #36424F;
  text-decoration: none; }

.entry-title a {
  color: #36424F;
  font-weight: bold;
  border-bottom: 2px solid transparent; }

.entry-title a:focus,
.entry-title a:hover {
  color: #39103D;
  border-color: #FCC014; }

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

.genesis-title-hidden .site-inner {
  padding-top: 0; }

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

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

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

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

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px; }

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

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

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

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center; }

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px; }

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px; }

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

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

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

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

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  box-shadow: none;
  z-index: 10000; }

.header_sub_button {
  margin: 1.1rem 1.1rem 0 0; }

.scroll .site-header {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px; }

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%; }

.wp-custom-logo .title-area img {
  width: auto; }

.title-area {
  background: url(images/logo-michaelhyatt.svg) left center no-repeat;
  background-size: contain;
  height: 75px;
  min-height: 75px;
  max-width: 200px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%; }
  .title-area a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    left: 0; }

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none; }

.site-description,
.wp-custom-logo .site-title,
.site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/* Site Navigation
---------------------------------------------------------------------------- */
#sidebarCollapse {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px; }

.menu-icon__line {
  height: 3px;
  width: 30px;
  display: block;
  background-color: #36424F;
  border-radius: 2px;
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease; }

.menu-icon__line-left {
  width: 16.5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.menu-icon__line-right {
  width: 16.5px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear; }

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px; }

body.nav-active .menu-icon__line {
  background-color: #36424F;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg); }

body.nav-active .menu-icon__line-left {
  width: 15px;
  -webkit-transform: translate(2px, 4px) rotate(45deg);
  transform: translate(2px, 4px) rotate(45deg); }

body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  -webkit-transform: translate(-2px, -4.5px) rotate(45deg);
  transform: translate(-2px, -4.5px) rotate(45deg); }

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px; }

#sidebar {
  background: none;
  min-width: 350px;
  max-width: 350px;
  width: 350px;
  min-height: 100vh;
  overflow: visible;
  z-index: 11000;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s 0s; }
  @media screen and (max-width: 350px) {
    #sidebar {
      width: 100%;
      min-width: 100%; } }
  #sidebar.is-visible {
    visibility: visible;
    transition: visibility 0s 0s; }
    #sidebar.is-visible .sidebar-container {
      top: 0;
      transform: translate3d(0, 0, 0);
      transition-delay: 0s; }
  #sidebar .sidebar-container {
    background: #fff;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 20px 20px 50px;
    box-shadow: 0px 40px 99px rgba(54, 66, 79, 0.2);
    transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transform: translate3d(100%, 0, 0);
    overflow: scroll;
    position: relative;
    z-index: 2; }
  #sidebar .sidebar-header {
    padding-bottom: 20px; }
  #sidebar .sidebar-control {
    color: #39103D;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600; }
    #sidebar .sidebar-control:hover {
      color: #FCC014; }
  #sidebar .primary-nav a {
    color: #39103D;
    font-weight: 600;
    font-size: 110%;
    border-bottom: 2px solid transparent; }
    #sidebar .primary-nav a:hover {
      border-bottom: 2px solid #FCC014;
      color: #752561; }
  #sidebar .social-nav {
    margin-top: 20px;
    padding-bottom: 20px; }
    #sidebar .social-nav a {
      color: #39103D;
      padding: 5px;
      border-bottom: none; }
      #sidebar .social-nav a:hover {
        color: #752561;
        border-bottom: none; }
      #sidebar .social-nav a i {
        font-size: 16px; }
  #sidebar .secondary-nav a {
    color: #39103D;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 2px solid transparent; }
    @media (max-width: 575px) {
      #sidebar .secondary-nav a {
        font-size: 18px; } }
    #sidebar .secondary-nav a:hover {
      border-bottom: 2px solid #FCC014;
      color: #752561; }
  #sidebar #searchform {
    background-color: #f9f9f6;
    padding: 10px;
    margin-top: 40px;
    position: relative; }
    #sidebar #searchform input {
      border: none;
      background: none;
      font-family: poynter-oldstyle-display, serif;
      font-weight: 300;
      font-size: 16px;
      font-style: italic;
      color: #39103D;
      padding: 0 45px 0 0; }
    #sidebar #searchform button {
      border: none;
      background: none;
      position: absolute;
      text-indent: -9999px;
      overflow: hidden;
      padding: 0;
      width: 30px;
      height: 30px;
      top: 15px;
      right: 5px;
      font-size: 18px; }
      #sidebar #searchform button::before {
        content: '\f002';
        color: #39103D;
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: 0; }

#sidebar.active {
  margin-right: 0px; }

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

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative; }

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none; }

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%; }

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word; }

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative; }

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

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  display: none;
  position: relative; }

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none; }

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5; }

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000; }

.menu-toggle.activated::before {
  content: "\f335"; }

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px; }

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }

.sub-menu .sub-menu-toggle {
  padding: 12px 10px; }

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out; }

.sub-menu-toggle.activated::before {
  transform: rotate(180deg); }

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px; }

.nav-secondary .genesis-nav-menu {
  line-height: 1.5; }

.nav-secondary .menu-item {
  display: inline-block; }

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0; }

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle; }

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

.entry-content code {
  background-color: #f5f5f5; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px; }

/* Entry Meta
--------------------------------------------- */
.entry-meta {
  font-size: 16px;
  margin-bottom: 0; }

.entry-meta a {
  border-bottom: none;
  text-decoration: none; }

.category-tag {
  text-transform: uppercase; }

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

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px; }

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

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

.single-article .mh-article-sidebar {
  font-size: 16px; }
  .single-article .mh-article-sidebar .mh-sidebar-floating {
    text-align: center;
    margin-bottom: 20px; }

@media (max-width: 575px) {
  .single-article .mh-sidebar-social {
    display: none; } }

.single-article .author-info img {
  margin-bottom: 30px; }

.single-article .author-info .author-image {
  width: 130px;
  max-width: 100%;
  border-radius: 50%; }
  @media (max-width: 575px) {
    .single-article .author-info .author-image {
      width: 60px;
      margin-bottom: 10px; } }
.single-article .author-info .podcast-image {
  width: 150px;
  max-width: 100%;
  border-radius: 0; }

.single-article .author-name {
  font-weight: bold;
  text-align: center;
  margin: 5px 0 10px; }

.single-article .entry-date-wrap {
  padding: 30px 0;
  font-size: 14px;
  opacity: .8; }

/* 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: #39103D; }

#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: #39103D; }

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

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

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

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0; }

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

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff; }

.mh-pagination-buttons {
  width: 100%;
  text-align: center;
  padding: 0 15px; }
  .mh-pagination-buttons .btn, .mh-pagination-buttons .page-template-speaking #book .gform_button, .page-template-speaking #book .mh-pagination-buttons .gform_button, .mh-pagination-buttons .page-template-team #joinourteam .primarybutton, .page-template-team #joinourteam .mh-pagination-buttons .primarybutton, .mh-pagination-buttons button,
  .mh-pagination-buttons input[type="button"],
  .mh-pagination-buttons input[type="reset"],
  .mh-pagination-buttons input[type="submit"],
  .mh-pagination-buttons .site-container div.wpforms-container-full .wpforms-form input[type="submit"],
  .site-container div.wpforms-container-full .wpforms-form .mh-pagination-buttons input[type="submit"],
  .mh-pagination-buttons .site-container div.wpforms-container-full .wpforms-form button[type="submit"],
  .site-container div.wpforms-container-full .wpforms-form .mh-pagination-buttons button[type="submit"],
  .mh-pagination-buttons .button {
    padding: 8px 16px;
    font-size: 16px; }
  .mh-pagination-buttons .pagination-previous {
    float: left; }
  .mh-pagination-buttons .pagination-next {
    float: right; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

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

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

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

.comment-header p {
  margin-bottom: 0; }

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

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px; }

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5; }

.sidebar .widget {
  margin-bottom: 40px; }

.sidebar p {
  margin-bottom: 20px; }

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0; }

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto; }

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px; }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  box-shadow: 0px -30px 20px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin-top: 0rem;
  padding: 6rem 0 4rem 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .1rem; }
  .site-footer:before {
    content: '';
    width: 84px;
    height: 84px;
    background-image: url(images/footer-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: block;
    top: -39px;
    left: 50%;
    transform: translateX(-50%); }
  .site-footer .copyright {
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      .site-footer .copyright {
        display: block;
        text-align: center;
        padding-bottom: 20px; } }
  .site-footer .social {
    padding-left: 10px;
    font-size: 16px; }
    .site-footer .social a {
      color: #39103D;
      margin: 0 5px;
      border-bottom: none; }
      .site-footer .social a:hover {
        color: #752561; }
    @media (max-width: 575px) {
      .site-footer .social {
        display: block;
        text-align: center;
        padding-bottom: 20px; } }
.site-footer p {
  margin-bottom: 0; }

/* General Page Templates/settings
---------------------------------------------------------------------------- */
.mh-section {
  padding: 100px 0; }

.mh-page-atf {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  min-height: 80vh;
  position: relative;
  padding: 60px 0; }
  @media (max-width: 575px) {
    .mh-page-atf {
      min-height: 50vh; } }
  .mh-page-atf:before {
    content: ' ';
    position: absolute;
    display: block;
    background: rgba(57, 16, 61, 0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .mh-page-atf h1 {
    color: #fff; }

/* Home page
---------------------------------------------------------------------------- */
.mh-section {
  padding: 100px 0; }

.mh-full-width .site-inner {
  max-width: 100%;
  width: 100%; }

.page-template-page_home .site-inner {
  max-width: 100%;
  width: 100%;
  padding-bottom: 0; }

.page-template-page_home .mh-section-atf {
  background: url("images/home/bg-atf.png") repeat-x center bottom;
  background-size: contain;
  border-radius: 0;
  color: #fff;
  margin: 0;
  position: relative;
  padding: 0 30px; }
  @media (max-width: 991px) {
    .page-template-page_home .mh-section-atf {
      padding: 0; } }
  .page-template-page_home .mh-section-atf .atf-wrapper {
    background: url("images/home/michael-megan3.jpg") no-repeat bottom center;
    background-size: cover;
    border-radius: 0;
    margin: 0 auto;
    min-height: 80vh;
    width: 100%;
    position: relative;
    max-width: 1400px;
    overflow: hidden; }
    @media (max-width: 575px) {
      .page-template-page_home .mh-section-atf .atf-wrapper {
        min-height: 50vh; } }
    .page-template-page_home .mh-section-atf .atf-wrapper:before {
      content: ' ';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .page-template-page_home .mh-section-atf .atf-wrapper .container-fluid {
      z-index: 2; }
  .page-template-page_home .mh-section-atf .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #39103D;
    opacity: 0.5;
    z-index: 1; }
  .page-template-page_home .mh-section-atf video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 300%; }
    @media (max-width: 575px) {
      .page-template-page_home .mh-section-atf video {
        display: none; } }
  .page-template-page_home .mh-section-atf h1 {
    color: #fff; }
  .page-template-page_home .mh-section-atf h5 {
    color: #fff; }

.page-template-page_home .mh-hook {
  background: #f2f3ee; }
  .page-template-page_home .mh-hook .container {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: 900px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -20px;
    position: relative;
    z-index: 10; }
  .page-template-page_home .mh-hook h4 {
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #39103D; }
  .page-template-page_home .mh-hook .column-bordered {
    border-right: 1px solid #ccc; }
  .page-template-page_home .mh-hook .hook-icon {
    display: flex;
    max-width: 100%;
    width: 60px;
    height: 50px;
    margin: 0 auto 20px;
    text-align: center;
    vertical-align: middle; }
    .page-template-page_home .mh-hook .hook-icon img {
      width: 100%;
      max-width: 100%;
      height: auto;
      vertical-align: middle;
      margin: 0; }

.page-template-page_home .mh-section-intro {
  background: #f2f3ee; }

.page-template-page_home .mh-section-guide ul.help-list li {
  padding: 10px 0 15px 50px; }
  .page-template-page_home .mh-section-guide ul.help-list li.help-books {
    background: url(images/home/icon-check.svg) no-repeat left top;
    background-size: 30px 100%; }
  .page-template-page_home .mh-section-guide ul.help-list li.help-leaders {
    background: url(images/home/icon-dots.svg) no-repeat left top;
    background-size: 30px 100%; }
  .page-template-page_home .mh-section-guide ul.help-list li.help-inc {
    background: url(images/home/icon-inc5000.svg) no-repeat left top;
    background-size: 30px 100%; }

.page-template-page_home .mh-section-how {
  padding-bottom: 130px; }
  .page-template-page_home .mh-section-how h4 {
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    margin-bottom: 5px; }
  .page-template-page_home .mh-section-how .how-left {
    border-top: 1px solid #d2d2d2; }
    @media (max-width: 575px) {
      .page-template-page_home .mh-section-how .how-left {
        border-top: none; } }
    .page-template-page_home .mh-section-how .how-left h2 {
      background-color: #fff;
      padding: 0 20px;
      margin-left: -20px;
      display: inline-block;
      position: relative;
      top: -20px; }
  .page-template-page_home .mh-section-how .how-right {
    border-left: 1px solid #d2d2d2;
    padding-top: 40px;
    position: relative; }
    .page-template-page_home .mh-section-how .how-right:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 80px;
      border-top: 1px solid #d2d2d2; }
    @media (max-width: 575px) {
      .page-template-page_home .mh-section-how .how-right {
        padding-left: 50px;
        padding-top: 0; }
        .page-template-page_home .mh-section-how .how-right:after {
          display: none; } }
  .page-template-page_home .mh-section-how .how-item,
  .page-template-page_home .mh-section-how .how-subscribe {
    margin-bottom: 60px;
    padding: 5px 0 0 80px;
    margin-left: -35px; }
    @media (max-width: 575px) {
      .page-template-page_home .mh-section-how .how-item,
      .page-template-page_home .mh-section-how .how-subscribe {
        padding-left: 50px; } }
  .page-template-page_home .mh-section-how .how-item-1 {
    background: url(images/home/gear.svg) no-repeat left top;
    background-size: 40px; }
  .page-template-page_home .mh-section-how .how-item-2 {
    background: url(images/home/lightbulb.svg) no-repeat left top;
    background-size: 40px; }
  .page-template-page_home .mh-section-how .how-item-3 {
    background: url(images/home/check.svg) no-repeat left top;
    background-size: 40px; }
  .page-template-page_home .mh-section-how .how-subscribe {
    padding-left: 65px;
    margin-left: -15px;
    margin-bottom: -30px;
    position: relative;
    z-index: 1; }

.page-template-page_home .mh-section-options {
  background: #f2f3ee; }
  .page-template-page_home .mh-section-options .card {
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07); }
  .page-template-page_home .mh-section-options .card-body {
    padding: 20px 30px 0; }
  .page-template-page_home .mh-section-options .card-footer {
    background: none;
    border: none;
    padding: 10px 30px 20px; }
  .page-template-page_home .mh-section-options .card-image {
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    margin-top: 20px;
    margin-bottom: 30px; }
    .page-template-page_home .mh-section-options .card-image.product-planner {
      background-image: url("images/home/feature-planner.jpg"); }
    .page-template-page_home .mh-section-options .card-image.product-training {
      background-image: url("images/home/feature-course.jpg"); }
    .page-template-page_home .mh-section-options .card-image.product-coaching {
      background-image: url("images/home/feature-coaching.jpg"); }
  .page-template-page_home .mh-section-options .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle; }
    .page-template-page_home .mh-section-options .icon img {
      height: 20px; }

.page-template-page_home .mh-section-podcast h4 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: .1rem;
  font-size: 16px;
  color: #39103D;
  text-transform: uppercase;
  line-height: 1.4;
  padding-left: 60px;
  background: url(images/home/airpods.svg) no-repeat left top;
  background-size: 40px; }

.page-template-page_home .mh-section-closing-cta {
  background: #f2f3ee;
  background: #f8f8f8; }

/* About page
----------------------------------------------------------------------------- */
.page-template-about .mh-about-atf {
  background: url("images/about/tfl-crowd.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  margin: 0;
  min-height: 80vh;
  position: relative;
  padding: 60px 0; }
  @media (max-width: 575px) {
    .page-template-about .mh-about-atf {
      min-height: 50vh; } }
  .page-template-about .mh-about-atf:before {
    content: ' ';
    position: absolute;
    display: block;
    background: rgba(57, 16, 61, 0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page-template-about .mh-about-atf h1 {
    color: #fff; }

.page-template-about .mh-about-intro {
  background: #E6E8DE; }

.page-template-about .featured-products .far {
  color: #39103D; }

.page-template-about .featured-products li {
  padding: 0 0 15px; }

/* Podcasts page
----------------------------------------------------------------------------- */
.page-template-podcasts .mh-page-atf {
  background-image: url(images/podcast/michael-megan-podcast.jpg); }
  .page-template-podcasts .mh-page-atf:before {
    background: rgba(57, 16, 61, 0.65); }

/* Books page
----------------------------------------------------------------------------- */
.page-template-books .mh-books-atf {
  background: url("images/books/books-atf.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  margin: 0;
  min-height: 80vh;
  position: relative; }
  @media (max-width: 575px) {
    .page-template-books .mh-books-atf {
      min-height: 50vh; } }
  .page-template-books .mh-books-atf:before {
    content: ' ';
    position: absolute;
    display: block;
    background: rgba(57, 16, 61, 0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page-template-books .mh-books-atf h1 {
    color: #fff; }

.page-template-books .books-content {
  padding-bottom: 100px; }

.page-template-books .book-row {
  padding: 60px 0 20px; }
  .page-template-books .book-row h2 {
    font-size: 36px;
    margin-bottom: 10px; }
    .page-template-books .book-row h2 span {
      color: #FCC014; }
  .page-template-books .book-row h4 {
    color: #454545;
    font-family: proxima-nova, sans-serif;
    font-size: 22px;
    margin-top: 0; }

/* Planner page
----------------------------------------------------------------------------- */
.page-template-planner .mh-planner-atf {
  background-image: url("images/planner/planner-group.jpg"); }
  .page-template-planner .mh-planner-atf:before {
    background: rgba(57, 16, 61, 0.55); }

.page-template-planner .planner-content {
  padding-top: 50px;
  padding-bottom: 100px; }

.page-template-planner .planner-row {
  padding: 60px 0 20px; }
  .page-template-planner .planner-row h2 {
    font-size: 36px;
    margin-bottom: 10px; }
    .page-template-planner .planner-row h2 span {
      color: #FCC014; }
  .page-template-planner .planner-row h4 {
    color: #454545;
    font-family: proxima-nova, sans-serif;
    font-size: 22px;
    margin-top: 0; }

/* Press Kit page(s)
----------------------------------------------------- */
.page-template-presskit .mh-press-outer section {
  padding: 60px 0; }

.page-template-presskit #mh-press-top {
  background: url(images/presskit/bg-mh-presskit.jpg) no-repeat center right;
  background-size: cover;
  color: #fff;
  padding: 150px 0;
  /*min-height: 70vh;*/ }

.page-template-presskit #mh-press-top h1 {
  color: #fff; }

.page-template-presskit #mh-speaking {
  color: #fff; }

.page-template-presskit #mh-speaking-main {
  background: #f7f7f7; }

.page-template-presskit #mh-speaking-main img.headshot {
  max-width: 90%;
  height: auto;
  width: 270px;
  border-radius: 50%;
  margin-bottom: 20px; }

.page-template-presskit .speaker-headshots img {
  max-width: 90%;
  height: auto;
  width: 200px;
  border-radius: 50%; }

.page-template-presskit .speaker-headshots h4 {
  font-size: 1.6rem; }

.page-template-presskit .speaker-headshots .col-md-4 {
  margin-bottom: 20px;
  margin-top: 20px; }

.page-template-presskit #mh-speaking-signaturetalk {
  background: #f7f7f7; }

.page-template-presskit #mh-speaking-praise {
  background: url(images/speaking/bg-praise1.jpg) no-repeat center left;
  background-size: cover;
  color: #fff !important; }

.page-template-presskit #mh-speaking-praise h2 {
  color: #fff; }

.page-template-presskit #mh-speaking-praise .mh-quote {
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 40px; }

.page-template-presskit #mh-speaking-praise p {
  margin-bottom: 3rem; }

.page-template-presskit #mh-speaking-praise strong {
  display: block;
  font-style: normal;
  font-size: 80%;
  line-height: 1.2; }

.page-template-presskit #mh-praise-logos {
  color: #fff;
  background: #fff; }

.page-template-presskit #mh-stages {
  background: #f1f1f1; }

.page-template-presskit #mh-stages li {
  list-style-type: none;
  padding-left: 0; }

.page-template-presskit #mh-numbers h4 {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 40px; }

.page-template-presskit #mh-social {
  background-color: #fafafa; }

.page-template-presskit #mh-social h4 {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 40px; }

.page-template-presskit #book {
  background: #f7f7f7; }

.page-template-presskit #book .gform_footer {
  text-align: center; }

.page-template-presskit #book .gform_button {
  background-color: #FEC110;
  border-radius: 0;
  border: 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; }

.page-template-presskit #mh-site-container .gform_wrapper .gsection .gfield_label,
.page-template-presskit #mh-site-container .gform_wrapper h2.gsection_title,
.page-template-presskit #mh-site-container .gform_wrapper h3.gform_title {
  font-weight: 400; }

.page-template-presskit #mh-photos li {
  list-style-type: none;
  padding: 20px; }

.page-template-presskit #mh-photos .mhthumbnail {
  display: block;
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden; }

.page-template-presskit #mh-photos .mhthumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: 400px;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.page-template-presskit #mh-photos .mhthumbnail img.portrait {
  width: 100%;
  height: auto; }

/* Coaching page
----------------------------------------------------------------------------- */
.page-template-coaching .mh-coaching-atf {
  background-image: url("images/coaching/business-accelerator-coaching.jpg"); }
  .page-template-coaching .mh-coaching-atf:before {
    background: rgba(57, 16, 61, 0.55); }

.page-template-coaching .coaching-content {
  padding-bottom: 100px; }

/* Courses page
----------------------------------------------------------------------------- */
.page-template-courses .mh-courses-atf {
  background: url("images/courses/courses-atf.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  margin: 0;
  min-height: 80vh;
  position: relative;
  /*
		&:before {
			content: ' ';
			position: absolute;
			display: block;
			background: transparentize($primarycolor, .65);
			
			top:0;
			left:0;
			width: 100%;
			height: 100%;
		}
		*/ }
  @media (max-width: 575px) {
    .page-template-courses .mh-courses-atf {
      min-height: 50vh; } }
  .page-template-courses .mh-courses-atf h1 {
    color: #fff; }

.page-template-courses .courses-content {
  padding-bottom: 100px; }

.page-template-courses .course-row {
  padding: 60px 0 20px; }
  .page-template-courses .course-row h2 {
    font-size: 36px;
    margin-bottom: 10px; }
    .page-template-courses .course-row h2 span {
      color: #FCC014; }
  .page-template-courses .course-row h4 {
    color: #454545;
    font-family: proxima-nova, sans-serif;
    font-size: 22px;
    margin-top: 0; }

/* Training page
----------------------------------------------------------------------------- */
.page-template-training .mh-training-atf {
  background: url("images/training/bg-training-atf2.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  margin: 0;
  min-height: 80vh;
  position: relative;
  /*
		&:before {
			content: ' ';
			position: absolute;
			display: block;
			background: transparentize($primarycolor, .65);
			
			top:0;
			left:0;
			width: 100%;
			height: 100%;
		}
		*/ }
  @media (max-width: 575px) {
    .page-template-training .mh-training-atf {
      min-height: 50vh; } }
  .page-template-training .mh-training-atf h1 {
    color: #fff; }

.page-template-training .training-content {
  padding-bottom: 100px; }

.page-template-training .training-row {
  padding: 60px 0 20px; }
  .page-template-training .training-row h2 {
    font-size: 36px;
    margin-bottom: 10px; }
    .page-template-training .training-row h2 span {
      color: #FCC014; }
  .page-template-training .training-row h4 {
    color: #454545;
    font-family: proxima-nova, sans-serif;
    font-size: 22px;
    margin-top: 0; }

/* Team Page
---------------------------------------------------------------------------- */
.page-template-team {
  /* intro: adobe text pro / 41pt */
  /* 36pt job title */
  /*
	#marketingteam h2, 
	#marketingteam a {
		color: #2da8e1;
		color: $primarycolor;
	}
	*/
  /*
	#operationsteam h2, 
	#operationsteam h3, 
	#operationsteam a,
	#execsupportteam h2, 
	#execsupportteam h3, 
	#execsupportteam a {
		color: #fff;
	}
	*/ }
  .page-template-team .site-inner {
    max-width: 100%;
    padding-bottom: 0; }
  .page-template-team .content {
    width: 100%; }
  .page-template-team .site-inner .wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; }
  .page-template-team #masthead,
  .page-template-team #colophon .innerwrap,
  .page-template-team .mhcosplash {
    margin: 0 auto;
    max-width: 1200px;
    width: 94%; }
  @media (max-width: 880px) {
    .page-template-team .mhcosplash {
      width: 100%; } }
  .page-template-team #splash, .page-template-team #categories-menu,
  .page-template-team #top_search, .page-template-team .hentry .entry-header {
    display: none; }
  .page-template-team .mhcosplash nav ul {
    background: #39103D;
    border-top: 1px solid #fff;
    font-size: 1.4rem;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  .page-template-team .mhcosplash nav li:before {
    content: "";
    display: none; }
  .page-template-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-team .mhcosplash nav li:first-child {
    border-left: none; }
  .page-template-team .mhcosplash nav li a {
    background: #39103D;
    color: #fff;
    display: block;
    line-height: 1.4em;
    padding: 1em 0.5em;
    text-align: center; }
  .page-template-team .mhcosplash nav li a:hover {
    background: #260b29;
    text-decoration: none; }
  .page-template-team .mhcosplash nav li a.single {
    line-height: 2.8em; }
  @media (max-width: 800px) {
    .page-template-team .mhcosplash nav li a br {
      display: initial; }
    .page-template-team .mhcosplash nav li a.single {
      line-height: 2.8em; } }
  .page-template-team #team-members {
    text-align: center; }
  .page-template-team #team-members section {
    padding: 60px 0; }
  .page-template-team #team-members .wrap > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 90%; }
  .page-template-team #team-members ul {
    padding: 0;
    margin: 0; }
  .page-template-team #team-members li:before {
    content: "";
    display: none; }
  .page-template-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-team #team-members li img,
  .page-template-team #teambiowindow img {
    border-radius: 50%;
    max-height: 190px;
    max-width: 190px;
    width: 64%; }
  .page-template-team #team-members li p {
    margin: 0; }
  .page-template-team #team-members li p.title {
    font-size: 14px;
    margin: 0; }
  .page-template-team #team-members h3,
  .page-template-team #teambiowindow h3 {
    font-family: poynter-oldstyle-display, serif;
    font-size: 22px;
    margin: 1rem 0 0;
    text-transform: none; }
  .page-template-team #team-members .teambiolink,
  .page-template-team #teambiowindow .teambiolink {
    display: none; }
  .page-template-team #team-members .teambiolink a {
    font-size: 14px; }
  .page-template-team #team-members .bio {
    display: none; }
  .page-template-team #teambiowindow .bio p {
    margin-bottom: 1em; }
  .page-template-team #founders {
    color: #616161; }
  .page-template-team #marketingteam {
    background: #f2f3ee;
    color: #616161; }
  .page-template-team #trainingteam {
    background: #f2f3ee; }
  .page-template-team #brandleadership {
    background: #f2f3ee; }
  .page-template-team #operationsteam {
    background: #f2f3ee; }
  .page-template-team #custexpteam {
    background: #57b2dc;
    background: #39103D;
    color: #fff;
    padding-top: 1px !important;
    padding-bottom: 1px !important; }
  .page-template-team #custexpteam h2, .page-template-team #custexpteam h3, .page-template-team #custexpteam a {
    color: #fff; }
  .page-template-team #joinourteam {
    background: #9D8791;
    color: #fff; }
  .page-template-team #joinourteam h2 {
    color: #fff; }
  .page-template-team #joinourteam .primarybutton {
    margin: 0;
    background-color: #FCC014;
    box-shadow: none; }
    .page-template-team #joinourteam .primarybutton:hover {
      background-color: #f3b503;
      color: #fff;
      text-decoration: none; }
  .page-template-team #footer {
    display: none; }
  .page-template-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-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-team #teambiowindow h3,
  .page-template-team #teambiowindow p.title {
    color: #2da8e1;
    color: #39103D;
    text-align: center; }
  .page-template-team #teambiowindow h3 {
    margin-top: -0.5em; }
  .page-template-team #teambiowindow p.title {
    margin-top: -0.5em;
    margin-bottom: 1em; }
  .page-template-team #teambiowindow img {
    display: block;
    margin: 0 auto; }
  .page-template-team #teambiowindow .bio {
    font-size: 0.85em; }
  .page-template-team #teambiowindow .teambiolink {
    display: none !important; }
  .page-template-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-team #teambiowindow .closebutton:after {
      color: #fff;
      content: '\f00d';
      font-family: 'Font Awesome 5 Pro';
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 18px;
      left: 5px;
      line-height: 1;
      top: 3px; }
  .page-template-team #teambiowindow .bio p:last-child {
    margin-bottom: 0; }
  @media (max-width: 800px) {
    .page-template-team #teambiowindow {
      left: 17.5%;
      padding: 3%;
      width: 65%; } }
  @media (max-width: 640px) {
    .page-template-team #team-members li {
      width: 35%;
      width: 100%;
      margin: 0;
      padding: 0 15px 45px;
      text-align: right; }
      .page-template-team #team-members li img {
        width: 25%;
        float: left; }
    .page-template-team #team-members h3 {
      font-size: 1.4em;
      margin-top: -20px; }
    .page-template-team #teambiowindow {
      left: 5%;
      padding: 4%;
      width: 90%; } }
  @media (max-width: 460px) {
    .page-template-team .mhcosplash nav ul {
      font-size: 0.6em; }
    .page-template-team .mhcosplash nav li a {
      padding: 1em 0.25em; }
    .page-template-team #team-members {
      font-size: 0.9em; } }
  .page-template-team .mhcosplash {
    background: #fff url("images/team/group-photo1.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 0;
    max-width: 100%;
    min-height: 80vh;
    width: 100%; }
    @media (max-width: 575px) {
      .page-template-team .mhcosplash {
        min-height: 50vh; } }
    .page-template-team .mhcosplash:before {
      content: '';
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .page-template-team .mhcosplash h1 {
    color: #fff;
    display: block;
    margin: 0 auto 40px;
    position: absolute;
    text-align: center;
    text-transform: none;
    bottom: 15%;
    width: 100%; }
  @media (max-width: 580px) {
    .page-template-team .page .mhcosplash h1 {
      font-size: 1.4em;
      /*		margin-top: -2.0em;*/ } }
  @media (max-width: 480px) {
    .page-template-team .page .mhcosplash h1 span {
      max-width: 80%; } }
  .page-template-team .mhcosplash h1 span {
    display: inline-block;
    margin: 0 auto;
    padding: 0.25em 0.75em; }

/* Speaking
----------------------------------------------------------------------------- */
.page-template-speaking .mh-content-outer section {
  padding: 60px 0; }

.page-template-speaking #mh-speaking-top {
  background: url(images/speaking/bg-atf2.jpg) no-repeat center right;
  background-size: cover;
  color: #fff;
  padding: 60px 0; }

.page-template-speaking #mh-speaking-top h1 {
  color: #fff; }

.page-template-speaking #mh-speaking-main {
  background: #f7f7f7; }

.page-template-speaking #mh-speaking-main img.headshot {
  max-width: 90%;
  height: auto;
  width: 270px;
  border-radius: 50%;
  margin-bottom: 20px; }

.page-template-speaking .speaker-headshots img {
  max-width: 90%;
  height: auto;
  width: 200px;
  border-radius: 50%; }

.page-template-speaking .speaker-headshots h4 {
  font-size: 1.6rem; }

.page-template-speaking .speaker-headshots .col-md-4 {
  margin-bottom: 20px;
  margin-top: 20px; }

.page-template-speaking #mh-speaking-signaturetalk {
  background: #f7f7f7; }

.page-template-speaking #mh-speaking-praise {
  background: url(images/speaking/bg-praise1.jpg) no-repeat center left;
  background-size: cover;
  color: #fff !important; }

.page-template-speaking #mh-speaking-praise h2 {
  color: #fff; }

.page-template-speaking #mh-speaking-praise .mh-quote {
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 40px; }

.page-template-speaking #mh-speaking-praise p {
  margin-bottom: 30px; }

.page-template-speaking #mh-speaking-praise strong {
  display: block;
  font-style: normal;
  font-size: 80%;
  line-height: 1.2; }

.page-template-speaking #mh-praise-logos {
  color: #fff;
  background: #fff;
  padding: 0rem 0; }

.page-template-speaking #book {
  background: #f7f7f7; }

.page-template-speaking #book .gform_footer {
  text-align: center; }

.page-template-speaking #book .gform_button {
  /*
		background-color: #FEC110;
	    border: 0;
	    color: #fff !important;
	   
	    line-height: 1.2;
	    padding: 12px 24px;
	    text-transform: uppercase;
	    letter-spacing: .3rem;
	    white-space: normal;
	    */
  letter-spacing: 0; }

.page-template-speaking #mh-site-container .gform_wrapper .gsection .gfield_label,
.page-template-speaking #mh-site-container .gform_wrapper h2.gsection_title,
.page-template-speaking #mh-site-container .gform_wrapper h3.gform_title {
  font-weight: 400; }

/* Careers page
----------------------------------------------------------------------------- */
.page-template-careers .content-sidebar-wrap {
  overflow: hidden; }

.page-template-careers .mh-careers-atf {
  background-image: url(images/careers/careers-background1.jpg);
  background-position: center top; }
  .page-template-careers .mh-careers-atf:before {
    background-color: rgba(57, 16, 61, 0.8); }
  .page-template-careers .mh-careers-atf .container {
    margin-top: auto;
    margin-bottom: auto; }
    @media (max-width: 575px) {
      .page-template-careers .mh-careers-atf .container {
        margin-bottom: 20px; } }
.page-template-careers .site-inner {
  max-width: 100%; }

.page-template-careers .content {
  width: 100%; }

.page-template-careers .equip p::first-letter,
.page-template-careers .succeded_middle h6,
.page-template-careers .mich_company ul li h3,
.page-template-careers .current_middle ul li a span,
.page-template-careers .main_middle p:first-child:first-letter {
  color: #39103D; }

.page-template-careers .main_middle ul li .left_deep {
  background-color: #f1f1f1;
  min-height: 250px; }
  @media (max-width: 575px) {
    .page-template-careers .main_middle ul li .left_deep {
      width: 100%;
      display: block; } }
  .page-template-careers .main_middle ul li .left_deep h3 {
    background-color: #39103D; }
  .page-template-careers .main_middle ul li .left_deep h6 {
    color: #777;
    font-size: 22px;
    font-weight: bold; }

@media (max-width: 575px) {
  .page-template-careers .main_middle ul li .right_deep {
    width: 100%;
    display: block; } }

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

.page-template-careers .mich_company ul {
  border: none; }
  .page-template-careers .mich_company ul li {
    border: none;
    padding-bottom: 20px; }

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

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

.page-template-careers .footer_content {
  background-color: #9D8791; }

@media (max-width: 991px) {
  .page-template-careers .banner_arrow {
    bottom: 0;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
    margin-top: 20px;
    margin-bottom: 0; } }

.page-template-careers #inc-box {
  float: right;
  padding: 20px;
  width: 300px;
  max-width: 25%;
  margin: 0 0 20px 40px;
  text-align: center;
  border: none;
  font-size: 14px;
  font-style: italic; }
  @media (max-width: 767px) {
    .page-template-careers #inc-box {
      max-width: 35%; } }
  @media (max-width: 575px) {
    .page-template-careers #inc-box {
      width: 100%;
      margin: 0 auto 20px;
      max-width: 100%; } }
  .page-template-careers #inc-box a {
    border-bottom: 0; }

/* Blog page
----------------------------------------------------------------------------- */
.page-template-blog .mh-blog-loop {
  padding: 40px 15px 100px;
  padding: 40px 0 100px;
  margin: 0; }

.page-template-blog .mh-article-single {
  padding-bottom: 40px; }

.page-template-blog .article-thumb-container {
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 0; }

.page-template-blog .article-thumb {
  background-size: cover;
  width: 100%;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  margin-bottom: 40px; }

.page-template-blog .article-desc h4,
.page-template-blog .article-desc h4 a {
  border-bottom-color: transparent;
  color: #36424F;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold; }

.page-template-blog .article-desc h4 a {
  border-bottom-color: transparent; }
  .page-template-blog .article-desc h4 a:hover {
    border-bottom-color: #FCC014; }

.page-template-blog .article-desc .article-author {
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #36424F;
  margin-bottom: 20px; }

.page-template-blog .article-desc .read-more {
  margin-top: 20px; }

.page-template-blog .first-article .article-block {
  display: flex; }

.page-template-blog .first-article .article-thumb-container {
  padding-right: 15px;
  padding-left: 15px; }

.page-template-blog .first-article .article-desc h4 a {
  font-size: 36px; }

/* Blog Post & Single Podcast layout
----------------------------------------------------- */
.single-post article {
  padding-bottom: 100px; }

.single-post .podcast-player {
  margin: 40px auto 40px; }
  .single-post .podcast-player audio {
    width: 100%; }
  .single-post .podcast-player audio::-webkit-media-controls-panel {
    background-color: transparent; }

.single-post .single-post-thumbnail {
  background-size: cover;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */ }

.single-post .single-article .entry-content > p:first-of-type,
.single-post .single-article .podcast-intro {
  font-size: 24px;
  font-weight: 400;
  padding: 30px 0; }
  .single-post .single-article .entry-content > p:first-of-type:first-letter,
  .single-post .single-article .podcast-intro:first-letter {
    color: #39103D;
    float: left;
    font-family: poynter-oldstyle-display, serif;
    font-size: 87px;
    line-height: 60px;
    line-height: 1;
    padding-top: 16px;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 3px; }

.single-post .podcast-resources,
.single-post .article-resources {
  font-size: 14px;
  font-weight: 600; }
  @media (max-width: 991px) {
    .single-post .podcast-resources,
    .single-post .article-resources {
      margin-top: 8rem; } }
  .single-post .podcast-resources h4,
  .single-post .article-resources h4 {
    font-size: 18px;
    letter-spacing: 0; }
  .single-post .podcast-resources ul,
  .single-post .article-resources ul {
    padding-left: 0; }
    .single-post .podcast-resources ul li,
    .single-post .article-resources ul li {
      list-style-type: none;
      margin-bottom: 15px;
      padding-left: 25px;
      line-height: 1.4; }
      .single-post .podcast-resources ul li i,
      .single-post .article-resources ul li i {
        width: 20px;
        margin-left: -25px; }
      .single-post .podcast-resources ul li i.fa-app-store,
      .single-post .article-resources ul li i.fa-app-store {
        font-family: 'Font Awesome 5 Brands'; }
  .single-post .podcast-resources .members-notice,
  .single-post .article-resources .members-notice {
    font-weight: 400;
    font-style: italic;
    font-size: 1.4rem;
    margin-top: 40px;
    padding-left: 15px; }
    .single-post .podcast-resources .members-notice:before,
    .single-post .article-resources .members-notice:before {
      content: '*';
      float: left;
      margin-left: -15px; }

.single-post .tweetable {
  float: left;
  margin: 30px auto;
  width: 100%; }
  .single-post .tweetable blockquote {
    border: none;
    /*
			border-left: 0;
			border-top:3px solid #222;
			border-bottom: 3px solid #222;
			*/
    color: #39103D;
    font-family: poynter-oldstyle-display, serif;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    padding: 30px 0 30px;
    text-align: left;
    -webkit-font-smoothing: subpixel-antialiased;
    padding-left: 50px;
    margin-left: -50px;
    background: url(images/icons/icon-quote.svg) no-repeat;
    background-size: 28px 28px;
    background-position: left 40px; }
    .single-post .tweetable blockquote cite {
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-size: 18px;
      font-style: normal;
      display: block;
      letter-spacing: 0;
      margin-top: 30px;
      text-align: right;
      text-transform: none; }
  .single-post .tweetable ul {
    font-size: 18px;
    padding: 0;
    margin-top: 10px; }
    .single-post .tweetable ul li {
      list-style-type: none;
      text-align: left; }
      .single-post .tweetable ul li a {
        border-radius: 50%;
        border: 1px solid #222;
        color: #222;
        display: inline-block;
        float: right;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        vertical-align: middle;
        overflow: hidden; }
        .single-post .tweetable ul li a:hover, .single-post .tweetable ul li a:active, .single-post .tweetable ul li a:focus {
          text-decoration: none; }
        .single-post .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-post .tweetable.tip {
    float: right;
    margin: 0 -260px 0 0;
    width: 200px !important;
    font-size: 1.4rem;
    padding-top: 3rem; }
    .single-post .tweetable.tip h4 {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 1.6rem; }
  .single-post .tweetable.aside-right, .single-post .tweetable.tweetalign_right {
    float: right;
    margin: 0 -200px 100px 60px;
    width: 400px !important; }

.single-post .mh-podcast-transcript {
  padding-bottom: 100px; }

div.disclosure {
  font-size: 10px; }

/* Archives
----------------------------------------------------- */
.archive .archive-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 0px;
  background: #f1f1f1;
  padding: 30px 15px;
  margin-left: -15px;
  margin-right: -15px; }

.archive article.entry {
  padding: 0 15px 30px 15px; }
  .archive article.entry .entry-title {
    font-size: 36px;
    margin-bottom: 10px; }
  .archive article.entry .entry-footer {
    display: none; }

.archive.author .author-image {
  border-radius: 50%;
  max-width: 150px; }

.archive.author .mh-contributor-bio {
  margin-bottom: 40px; }

.archive.author .mh-contributor-header {
  text-align: center; }

.archive.author .mh-contributor-links {
  text-align: center; }
  .archive.author .mh-contributor-links ul {
    margin: 30px 0 0;
    padding: 0; }
  .archive.author .mh-contributor-links li {
    display: inline-block;
    list-style: none;
    margin: 0 6px; }
    .archive.author .mh-contributor-links li a {
      color: #999;
      font-size: 20px;
      border: none; }
      .archive.author .mh-contributor-links li a:hover {
        color: #39103D; }

/* Podcast
----------------------------------------------------- */
.page-template-podcast .mh-content-outer {
  padding-bottom: 100px; }

#mh-podcast-header {
  background: url(images/brands/podcast-atf1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  height: 100%;
  position: relative;
  min-height: 80vh;
  padding-bottom: 140px; }
  @media (max-width: 575px) {
    #mh-podcast-header {
      min-height: 50vh; } }
  #mh-podcast-header:before {
    content: ' ';
    position: absolute;
    display: block;
    background: rgba(57, 16, 61, 0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (hover: none) {
    #mh-podcast-header {
      background-attachment: scroll; } }
  @media (max-width: 575px) {
    #mh-podcast-header {
      background-color: #000; } }
  #mh-podcast-header h4 {
    color: #fff; }
  #mh-podcast-header .logo-container {
    position: relative;
    padding-top: 40px;
    color: #fff; }
    @media (min-width: 992px) {
      #mh-podcast-header .logo-container {
        /*
		    top: 50%;
		    -webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		    */
        padding-bottom: 140px; } }
    @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.45);
    color: #222;
    display: inline-block;
    font-weight: 700;
    position: relative;
    right: 0;
    padding: 3px 15px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0; }
    #mh-podcast-header .podcast-count i {
      color: #FCC014; }
  #mh-podcast-header h1 {
    font-size: 9rem;
    color: #000; }
  #mh-podcast-header p {
    font-size: 2rem; }
  #mh-podcast-header .latest-podcast-bar {
    background: rgba(57, 16, 61, 0.8);
    position: absolute;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%; }
    #mh-podcast-header .latest-podcast-bar h2 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: 0; }
    #mh-podcast-header .latest-podcast-bar h4 {
      color: #fff;
      margin: 0 0 5px;
      font-size: 14px;
      font-family: proxima-nova, 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: 100px 0;
  margin-bottom: 60px; }
  #mh-podcast-info h2 {
    font-size: 28px; }
  @media (min-width: 576px) {
    #mh-podcast-info .row {
      display: flex;
      align-items: center; } }
  #mh-podcast-info .btn, #mh-podcast-info button,
  #mh-podcast-info input[type="button"],
  #mh-podcast-info input[type="reset"],
  #mh-podcast-info input[type="submit"],
  #mh-podcast-info .button, #mh-podcast-info .page-template-team #joinourteam .primarybutton, .page-template-team #joinourteam #mh-podcast-info .primarybutton, #mh-podcast-info .page-template-speaking #book .gform_button, .page-template-speaking #book #mh-podcast-info .gform_button {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
  #mh-podcast-info .mh-apple-podcasts {
    border-bottom: 0;
    display: inline-block; }
  #mh-podcast-info .mh-apple-podcasts img {
    width: auto;
    height: 45px;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle; }
    #mh-podcast-info .mh-apple-podcasts img:hover {
      transform: scale(1.03); }
  #mh-podcast-info .podcast-links a {
    border: none;
    display: inline-block;
    margin-bottom: 10px; }
  #mh-podcast-info .podcast-links img {
    width: 170px;
    max-width: 100%; }

.mh-latest-episodes .podcast-episode {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center; }
  .mh-latest-episodes .podcast-episode h2 {
    color: #39103D;
    font-size: 22px;
    margin: 20px 0; }
  .mh-latest-episodes .podcast-episode a {
    color: #9D8791; }
    .mh-latest-episodes .podcast-episode a:hover {
      color: #39103D;
      text-decoration: none; }
  .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;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */ }

/* Footer Ads/CTA
----------------------------------------------------- */
.mh-cta-lower .alternate-headline {
  color: #39103D;
  margin-bottom: 20px; }

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

#ais-main {
  max-width: 800px;
  margin: 0 auto; }

#ais-facets {
  display: none; }

.ais-hits--item h2 {
  font-size: 36px;
  margin-bottom: 10px !important; }
  .ais-hits--item h2 a {
    color: #36424F;
    font-weight: bold;
    border-bottom-color: transparent; }
    .ais-hits--item h2 a:hover {
      border-bottom-color: #FCC014; }

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal; } }

@media only screen and (min-width: 960px) {
  /* Site Header
	--------------------------------------------- */
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    z-index: 20; }
  .admin-bar .site-header {
    top: 32px; }
  /* Genesis Menu
	--------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block; }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700; }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px; }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5; }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px; }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out; }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px; }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px; }
  /* Responsive Menu
	--------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px; }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden; }
  /* Header Menu
	--------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto; }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px; }
  /* Site-Inner
	--------------------------------------------- */
  .site-inner {
    max-width: 1140px;
    width: 100%; }
  /* Content
	--------------------------------------------- */
  .content {
    float: left;
    width: 65%;
    width: 100%; }
  .sidebar-content .content {
    float: right; }
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* Sidebar
	--------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%; }
  .sidebar-content .sidebar {
    float: left; }
  /* Author Box
	--------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px; }
  /* After Entry
	--------------------------------------------- */
  .after-entry {
    padding: 40px 60px; }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px; }
  /* Column Classes
	--------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 23.076923076923077%; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; }
  /* Entry Misc.
	--------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px; }
  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px; }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3); } }

@media (min-width: 768px) {
  .container, .container-md,
  .container-sm {
    width: 1140px;
    width: 100%;
    max-width: 100%;
    max-width: 1140px; } }

@media (min-width: 576px) {
  .container, .container-md,
  .container-sm {
    width: 1140px;
    width: 100%;
    max-width: 100%;
    max-width: 1140px; } }

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }

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