/*
basics
*/
* {
  margin: 0; }

html {
  -webkit-text-size-adjust: none; }

html, body {
  height: 100%; }

body {
  background: #fff;
  text-align: center;
  font: 16px "Gotham Book", Arial, sans-serif;
  color: #343635;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 30px;
  font-weight: normal; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    display: inline-block;
    color: #343635; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: rgba(52, 54, 53, 0.8); }

h1 {
  font: 42px/48px "Gotham Light", Arial, sans-serif;
  text-transform: uppercase; }
  h1 strong, h1 b {
    font-family: "Gotham Bold", Arial, sans-serif; }
    h1 strong em, h1 strong i, h1 b em, h1 b i {
      font-family: "Gotham Bold Italic", Arial, sans-serif; }
  h1 em, h1 i {
    font-family: "Gotham Book Italic", Arial, sans-serif; }
    h1 em strong, h1 em b, h1 i strong, h1 i b {
      font-family: "Gotham Bold Italic", Arial, sans-serif; }

h2 {
  font: 34px/42px "Gotham Light", Arial, sans-serif;
  letter-spacing: 1px; }
  h2 strong, h2 b {
    font-family: "Gotham Bold", Arial, sans-serif; }
    h2 strong em, h2 strong i, h2 b em, h2 b i {
      font-family: "Gotham Bold Italic", Arial, sans-serif; }
  h2 em, h2 i {
    font-family: "Gotham Book Italic", Arial, sans-serif; }
    h2 em strong, h2 em b, h2 i strong, h2 i b {
      font-family: "Gotham Bold Italic", Arial, sans-serif; }

h2.sub-title {
  font: 20px/30px "Gotham Book", Arial, sans-serif;
  max-width: 90%;
  margin: 0 auto;
  letter-spacing: 0; }

h3 {
  font: 30px/38px "Gotham Light", Arial, sans-serif; }
  h3 strong, h3 b {
    font-family: "Gotham Bold", Arial, sans-serif; }
    h3 strong em, h3 strong i, h3 b em, h3 b i {
      font-family: "Gotham Bold Italic", Arial, sans-serif; }
  h3 em, h3 i {
    font-family: "Gotham Book Italic", Arial, sans-serif; }
    h3 em strong, h3 em b, h3 i strong, h3 i b {
      font-family: "Gotham Bold Italic", Arial, sans-serif; }

h3.sub-title {
  font: 20px/30px "Gotham Book", Arial, sans-serif;
  margin: 0 auto;
  letter-spacing: 0; }

h4 {
  font: 24px/34px "Gotham Book", Arial, sans-serif; }
  h4 strong, h4 b {
    font-family: "Gotham Bold", Arial, sans-serif; }
    h4 strong em, h4 strong i, h4 b em, h4 b i {
      font-family: "Gotham Bold Italic", Arial, sans-serif; }
  h4 em, h4 i {
    font-family: "Gotham Book Italic", Arial, sans-serif; }
    h4 em strong, h4 em b, h4 i strong, h4 i b {
      font-family: "Gotham Bold Italic", Arial, sans-serif; }

h5 {
  font: 22px/28px "Gotham Bold", Arial, sans-serif;
  padding-bottom: 10px; }
  h5 em, h5 i {
    font-family: "Gotham Bold Italic", Arial, sans-serif; }

h6 {
  font: 18px/24px "Gotham Medium", Arial, sans-serif;
  padding-bottom: 10px; }
  h6 em, h6 i {
    font-family: "Gotham Bold Italic", Arial, sans-serif; }

.cursive, p.cursive {
  font: 30px/36px "Selima", cursive;
  text-transform: lowercase;
  opacity: .6;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px; }

.hero .cursive, .hero p.cursive {
  font: 34px/40px "Selima", cursive; }

.hide {
  display: none; }

p {
  padding-bottom: 30px;
  line-height: 28px; }

ul, ol {
  margin-left: 30px;
  margin-bottom: 30px; }

ul li {
  list-style: disc outside none;
  line-height: 28px; }

ol li {
  list-style: decimal outside none;
  line-height: 28px; }

b, strong {
  font-family: "Gotham Bold", Arial, sans-serif;
  font-weight: normal; }
  b i, b em, strong i, strong em {
    font-family: "Gotham Bold Italic", Arial, sans-serif; }

i, em {
  font-family: "Gotham Book Italic", Arial, sans-serif;
  font-style: normal; }
  i b, i strong, em b, em strong {
    font-family: "Gotham Bold Italic", Arial, sans-serif; }

.hr, hr {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  border-top: 2px solid rgba(52, 54, 53, 0.15);
  display: block;
  height: 2px;
  margin: 10px auto 40px; }

small {
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px; }

.clear {
  clear: both; }

.center {
  text-align: center; }

img.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

img.alignright {
  float: right;
  margin: 0 0 20px 20px; }

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

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

blockquote {
  max-width: 80%;
  margin: 20px auto; }
  blockquote p {
    font: 24px/34px "Gotham Light", Arial, sans-serif; }

.accent, a {
  color: #FF5A50; }

a.accent:hover, a:hover {
  color: #F85151; }

.accentbg, .button, input.button, button, #commentform input.submit, #edd_purchase_form fieldset#edd_purchase_submit input, ul.edd_purchase_receipt_files li a.edd_download_file_link, .button-format-wrap a, input[type="submit"] {
  color: #fff;
  background: #FF5A50; }

a.accentbg:hover, a.button:hover, ul.edd_purchase_receipt_files li a.edd_download_file_link:hover, .button-format-wrap a:hover {
  color: #fff;
  background: #F85151; }

.subtle, .podcast_meta a {
  color: rgba(52, 54, 53, 0.4); }

a.subtle:hover, .podcast_meta a:hover {
  color: rgba(52, 54, 53, 0.6); }

.accent-three {
  color: #FFA766; }

a {
  font-family: "Gotham Medium", Arial, sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: translateZ(0); }

a:hover {
  text-decoration: none; }

form label {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  font: 13px "Gotham Medium", Arial, sans-serif; }

input, textarea {
  border: 1px solid #f3f3f3;
  background: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: rgba(52, 54, 53, 0.8);
  padding: 12px 10px;
  vertical-align: middle;
  width: 200px;
  font: 13px "Gotham Book", Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

select {
  border: none;
  background: url("../../images/down-arrow.png") no-repeat right 16px center #fff;
  background-size: 14px;
  padding: 12px 10px;
  color: rgba(52, 54, 53, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font: 13px "Gotham Medium", Arial, sans-serif;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-overflow: '';
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 15px; } }

textarea {
  resize: none;
  width: 100%;
  height: 180px;
  line-height: 28px; }

.invalid input:required:invalid {
  background: #f87171;
  border-color: #f87171; }

form.post-password-form label {
  width: auto; }

form.post-password-form input {
  display: block;
  width: 200px; }

.button, input.button, button, #commentform input.submit, #edd_purchase_form fieldset#edd_purchase_submit input, ul.edd_purchase_receipt_files li a.edd_download_file_link, .button-format-wrap a, input[type="submit"] {
  letter-spacing: 1px;
  outline: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font: 13px "Gotham Medium", Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  max-width: 360px;
  vertical-align: middle;
  padding: 12px 25px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.button:hover, button:hover, #commentform input.submit:hover, #edd_purchase_form fieldset#edd_purchase_submit input:hover, ul.edd_purchase_receipt_files li a.edd_download_file_link:hover, .button-format-wrap a:hover, input[type="submit"]:hover {
  cursor: pointer; }

input.button:hover, #commentform input.submit:hover, #edd_purchase_form fieldset#edd_purchase_submit input:hover, button:hover {
  cursor: pointer; }

.button-format-wrap {
  padding-bottom: 30px; }
  .button-format-wrap a {
    display: inline-block; }

::-webkit-input-placeholder {
  color: rgba(52, 54, 53, 0.4);
  font: 13px "Gotham Medium", Arial, sans-serif;
  line-height: 1 !important;
  text-align: center; }

::-moz-placeholder {
  color: rgba(52, 54, 53, 0.4);
  font: 13px "Gotham Medium", Arial, sans-serif;
  line-height: 1 !important;
  text-align: center; }

:-ms-input-placeholder {
  color: rgba(52, 54, 53, 0.4);
  font: 13px "Gotham Medium", Arial, sans-serif;
  line-height: 1 !important;
  text-align: center; }

input:-moz-placeholder {
  color: rgba(52, 54, 53, 0.4);
  font: 13px "Gotham Medium", Arial, sans-serif;
  line-height: 1 !important;
  text-align: center; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus::-ms-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.nopadding {
  padding: 0; }

#page-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  text-align: left; }

.push {
  height: 60px; }

footer {
  background: #2A2C2B;
  color: #fff;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  clear: both;
  position: relative;
  font-size: 12px;
  font-family: "Gotham Medium", Arial, sans-serif; }

header {
  position: relative;
  z-index: 999;
  width: 100%;
  background: #fff;
  padding: 0;
  text-align: center;
  box-shadow: 0 0 2px rgba(1, 1, 1, 0.15);
  -moz-box-shadow: 0 0 2px rgba(1, 1, 1, 0.15);
  -webkit-box-shadow: 0 0 2px rgba(1, 1, 1, 0.15);
  transition: top 0.2s ease-in-out; }
  header .logo {
    max-width: 190px; }
    header .logo img {
      display: table-cell;
      vertical-align: middle;
      line-height: 80px;
      max-height: 60px; }

.fixedtohead {
  position: fixed;
  z-index: 9999; }

.headroom {
  transition: transform 200ms linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

header.simple .logo-wrap {
  display: inline-block;
  vertical-align: middle; }

header.simple .logo {
  float: left; }

header.simple .header-menu-container {
  display: inline-block;
  margin: 0 50px;
  vertical-align: top; }

header.simple .searchform-wrap {
  display: inline-block; }

header.simple .searchform {
  line-height: 80px;
  vertical-align: middle;
  display: inline-block; }

.header-simple-inside {
  display: table;
  height: 80px;
  vertical-align: middle; }

.header-simple-wrap {
  height: 80px;
  line-height: 80px;
  vertical-align: middle; }

ul.menu {
  margin: 0;
  text-align: center; }
  ul.menu li {
    list-style: none;
    float: left;
    margin: 0;
    position: relative; }
    ul.menu li a {
      font: 12px "Gotham Medium", Arial, sans-serif;
      letter-spacing: .5px;
      text-transform: uppercase;
      line-height: 80px;
      height: 80px;
      vertical-align: middle;
      padding: 0 26px;
      display: inline-block;
      color: rgba(52, 54, 53, 0.8); }
  ul.menu li:hover {
    background: #f9f9f9;
    color: #343635; }
    ul.menu li:hover a {
      color: #343635; }
  ul.menu li.menu-item-has-children > a:after {
    position: absolute;
    right: 12px;
    border-radius: 0px;
    display: inline-block;
    content: '\e803';
    font-family: 'mainiconfont';
    font-size: 8px;
    color: #343635;
    opacity: 0;
    transform: translate3d(0, -4px, 0);
    transition: opacity .15s ease-in-out,transform .15s ease-in-out; }
  ul.menu li.menu-item-has-children:hover > a:after {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  ul.menu ul.sub-menu {
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.175, 1) 0s;
    -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.175, 1) 0s;
    transition: all 0.2s cubic-bezier(0.7, 0, 0.175, 1) 0s;
    visibility: hidden;
    opacity: 0;
    width: 220px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -110px;
    z-index: 999;
    text-align: center;
    padding: 20px 0;
    border: none;
    background: #fff;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
    ul.menu ul.sub-menu li {
      margin: 0 auto;
      width: 100%; }
      ul.menu ul.sub-menu li a {
        text-transform: none;
        padding: 10px 15px;
        line-height: 18px;
        height: auto;
        width: 100%;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
    ul.menu ul.sub-menu li:hover {
      background: none; }
      ul.menu ul.sub-menu li:hover a {
        color: rgba(52, 54, 53, 0.8); }
    ul.menu ul.sub-menu li.current-menu-item a {
      color: #FF5A50; }
  ul.menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

.searchform {
  border: 1px solid #f3f3f3;
  background: none;
  color: #343635;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 33px;
  width: 140px;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box; }
  .searchform ::-webkit-input-placeholder {
    font-size: 12px;
    color: rgba(52, 54, 53, 0.5);
    text-align: left;
    line-height: 34px; }
  .searchform ::-moz-placeholder {
    font-size: 12px;
    color: rgba(52, 54, 53, 0.5);
    text-align: left;
    line-height: 34px;
    height: 34px; }
  .searchform :-ms-input-placeholder {
    font-size: 12px;
    color: rgba(52, 54, 53, 0.5);
    text-align: left;
    line-height: 34px; }
  .searchform input:-moz-placeholder {
    font-size: 12px;
    color: rgba(52, 54, 53, 0.5);
    text-align: left;
    line-height: 34px; }

input#searchbar {
  background: none;
  width: 140px;
  padding: 8px 5px 8px 20px;
  float: left;
  border: none;
  font-size: 12px;
  color: #343635;
  font-family: "Gotham Medium", Arial, sans-serif; }

input#searchbutton {
  font-family: "mainiconfont";
  width: 48px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: rgba(52, 54, 53, 0.5);
  background: none;
  font-size: 12px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

input#searchbutton:hover {
  color: #343635;
  cursor: pointer; }

header.stacked {
  line-height: inherit; }
  header.stacked .logo {
    display: block;
    margin: 0 auto; }
    header.stacked .logo img {
      display: inline-block; }
  header.stacked ul.menu li {
    float: none;
    display: inline-block;
    vertical-align: top; }
    header.stacked ul.menu li a {
      line-height: 60px;
      height: 60px; }
    header.stacked ul.menu li ul.sub-menu li {
      margin: 0; }
      header.stacked ul.menu li ul.sub-menu li a {
        line-height: normal;
        height: auto; }

.header-top {
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  border-bottom: 1px solid #eee; }

.header-bottom {
  height: 60px;
  line-height: 60px;
  vertical-align: middle; }

.header-inside-left {
  text-align: left; }
  .header-inside-left .social-links {
    float: left; }

.header-inside-right {
  text-align: right; }
  .header-inside-right .searchform-wrap {
    display: inline-block;
    vertical-align: middle; }

.header-cta-bar {
  background: #FFEFAA;
  color: #343635;
  font-size: 12px;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  left: 0; }

.header-cta-copy {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px; }

.header-cta-button-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px; }

.header-cta-button {
  background: #4DF1CC;
  color: #fff;
  padding: 8px 16px;
  width: auto;
  font-size: 12px;
  display: inline-block;
  vertical-align: baseline; }

a.header-cta-bar:hover {
  color: #343635; }
  a.header-cta-bar:hover .header-cta-button {
    background: #2ADEB8; }

.copyright {
  display: inline-block;
  margin: 0 20px 0 0;
  color: rgba(255, 255, 255, 0.6); }

footer ul.menu li {
  float: none;
  display: inline-block; }

footer a, footer a.subtle, footer .podcast_meta a, .podcast_meta footer a {
  color: rgba(255, 255, 255, 0.6); }

footer a:hover, footer a.subtle:hover, footer .podcast_meta a:hover, .podcast_meta footer a:hover {
  color: #fff; }

footer .social-links {
  margin-left: 35px; }

.footer-menu-container {
  display: inline-block;
  margin: 0; }
  .footer-menu-container ul.menu li {
    margin: 0 20px;
    padding: 0;
    vertical-align: top; }
    .footer-menu-container ul.menu li a {
      display: inline-block;
      height: 60px;
      line-height: 60px;
      padding: 0;
      letter-spacing: 0;
      font-family: "Gotham Medium", Arial, sans-serif;
      text-transform: none;
      color: rgba(255, 255, 255, 0.6); }
    .footer-menu-container ul.menu li a:hover {
      color: white; }
  .footer-menu-container ul.menu li:hover {
    background: none;
    color: inherit; }
  .footer-menu-container ul.menu li.current-menu-item a {
    color: #fff; }
  .footer-menu-container ul.menu li:last-child {
    margin-right: 0; }

.cats-love {
  display: inline-block;
  margin-left: 40px; }

.social-links {
  display: inline-block; }
  .social-links a {
    font-size: 16px;
    margin: 0 5px;
    line-height: 60px;
    vertical-align: top;
    display: inline-block; }

header .social-links a {
  line-height: inherit; }

a.underlinelink {
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 13px "Gotham Medium", Arial, sans-serif;
  color: #343635;
  border-bottom: 3px solid #FF5A50;
  padding-bottom: 3px; }

a.underlinelink:hover {
  color: rgba(52, 54, 53, 0.8);
  border-bottom-color: #F85151; }

.hero {
  width: 100%;
  position: relative;
  font-size: 20px; }
  .hero h1 {
    padding-bottom: 25px; }
  .hero p.cursive {
    display: inline-block; }
  .hero a.underlinelink, .hero a.underlinelink:hover {
    color: #fff; }
  .hero .button, .hero button, .hero #commentform input.submit, #commentform .hero input.submit, .hero #edd_purchase_form fieldset#edd_purchase_submit input, #edd_purchase_form fieldset#edd_purchase_submit .hero input, .hero ul.edd_purchase_receipt_files li a.edd_download_file_link, ul.edd_purchase_receipt_files li .hero a.edd_download_file_link {
    display: inline-block; }

.hero-container {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff; }
  .hero-container .grid-container {
    z-index: 9;
    position: relative;
    padding: 0 20px; }

.hero-container:before {
  background-color: rgba(52, 54, 53, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: 1; }

.top-hero h1 {
  padding-bottom: 20px; }

.top-hero .hero-container, .hero-short .hero-container, .hero-single .hero-container {
  background-position: center; }

#hero-style-photonooverlay:before {
  display: none; }

#no-hero-container {
  margin-top: 100px; }

.hero-wrap {
  position: relative;
  text-align: center;
  color: #fff;
  height: 600px;
  width: 100%;
  display: table; }

.hero-wrap-inside {
  display: table-cell;
  vertical-align: middle; }

.header-cta-active .header-meat {
  padding-top: 40px; }

body.page-template-page-landing .hero-wrap {
  height: 720px; }

.hero-text-right {
  padding: 0 0 0 40px; }

.hero-text-right h1, .hero-text-side h1 {
  font-size: 36px;
  line-height: 42px; }

.hero-text-right h2.sub-title, .hero-text-side h2.sub-title {
  max-width: 100%; }

.nooverlay-text-left {
  padding: 0; }

.nooverlay-text-right {
  padding: 0; }

.video-embed-wrap {
  box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.2); }

.circle-photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 25px;
  display: block; }

.hero-style-photo-wrap .hero-text-right {
  padding-top: 30px; }

.hero-circle-photo {
  margin-top: -30px;
  width: 360px;
  height: 360px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 15px; }

h6.circle-who {
  font: 18px "Gotham Bold", Arial, sans-serif; }
  h6.circle-who small {
    font: 13px "Gotham Medium", Arial, sans-serif;
    color: rgba(255, 255, 255, 0.6); }

form.cta-form {
  display: block;
  width: 100%;
  margin: 10px auto 0; }
  form.cta-form input.normalinput,
  form.cta-form input.button,
  form.cta-form #commentform input.submit,
  #commentform form.cta-form input.submit,
  form.cta-form #edd_purchase_form fieldset#edd_purchase_submit input,
  #edd_purchase_form fieldset#edd_purchase_submit form.cta-form input {
    width: 100%;
    max-width: none;
    margin-bottom: 5px; }

.core-cta {
  clear: both;
  width: 100%;
  background: #343635;
  color: #fff;
  position: relative;
  z-index: 9; }
  .core-cta .grid-container {
    position: relative; }

.additional-copy {
  font: 12px "Gotham Medium", Arial, sans-serif;
  opacity: .5;
  clear: both;
  margin: 20px auto 0;
  text-align: left; }

.cursive-copy-wrap {
  text-align: left; }
  .cursive-copy-wrap .cursive {
    display: inline-block;
    line-height: 1;
    font-size: 30px;
    padding: 0; }

.look-left {
  padding-top: 5px;
  vertical-align: middle;
  display: inline-block;
  opacity: .6; }
  .look-left .icon {
    padding-right: 10px; }

.as-seen-on-wrap {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #2A2C2B;
  opacity: .4;
  text-align: center; }
  .as-seen-on-wrap span, .as-seen-on-wrap img {
    display: inline-block;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 20px; }
  .as-seen-on-wrap img {
    max-width: 140px;
    max-height: 32px; }

.landing-seen-on-container {
  opacity: .8; }
  .landing-seen-on-container .as-seen-on-wrap {
    opacity: .6; }

.as-seen-on-title {
  font: 13px "Gotham Medium", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

.content-block {
  padding: 60px 10px; }

.content-block:first-child {
  padding-top: 100px; }

.content-block:last-child {
  padding-bottom: 100px; }

.full-width-content-block {
  padding: 60px 10px 10px; }

.content-hero.content-block {
  padding: 0; }

.content-hero {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: inherit; }
  .content-hero .hero-wrap {
    height: auto;
    padding: 180px 0 150px; }
  .content-hero .hero-wrap-inside {
    padding-top: 0; }

.content-hero.content-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.content-hero.content-block:first-child {
  margin-top: 0; }

.narrow-grid-container {
  max-width: 960px; }

.text-before-boxes-padding {
  padding-bottom: 20px; }

.box-container {
  padding: 0 15px;
  text-align: center; }
  .box-container p {
    padding-bottom: 20px; }

.box-image {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  height: 280px;
  width: 100%;
  display: table;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.box-image:before {
  background-color: rgba(52, 54, 53, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

a.box-image:hover {
  box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4); }

.box-image-inside {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 30px; }
  .box-image-inside .cursive {
    opacity: .9;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 0; }

article.article-small-preview {
  margin-bottom: 50px; }

article.article-small-preview:last-child {
  margin-bottom: 0; }

.article-thumb-wrap {
  text-align: center; }

.article-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  height: 100px;
  width: 100px;
  box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3); }

a.article-thumb:hover {
  box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4); }

.article-content-wrap {
  text-align: center;
  padding-top: 5px; }
  .article-content-wrap h3 {
    text-transform: uppercase;
    font: 16px/22px "Gotham Medium", Arial, sans-serif;
    padding-bottom: 5px; }
    .article-content-wrap h3 a {
      color: #343635; }
    .article-content-wrap h3 a:hover {
      color: rgba(52, 54, 53, 0.8); }
  .article-content-wrap h4.sub-title {
    font: 16px/22px "Gotham Book", Arial, sans-serif;
    padding-bottom: 10px; }
  .article-content-wrap a.readmore {
    margin-top: 10px; }

.recent-content-block-meat {
  padding: 40px 0 0;
  display: flex; }

.left-cta-box {
  background: #f7f7f7;
  padding: 80px;
  display: flex;
  align-items: center; }
  .left-cta-box .button, .left-cta-box button, .left-cta-box #commentform input.submit, #commentform .left-cta-box input.submit, .left-cta-box #edd_purchase_form fieldset#edd_purchase_submit input, #edd_purchase_form fieldset#edd_purchase_submit .left-cta-box input, .left-cta-box ul.edd_purchase_receipt_files li a.edd_download_file_link, ul.edd_purchase_receipt_files li .left-cta-box a.edd_download_file_link {
    display: inline-block; }

.right-article-list {
  padding: 0 60px; }

.cap-wrap {
  padding: 0;
  margin: 15px 0 0;
  display: block;
  text-align: left; }
  .cap-wrap label, .cap-wrap input {
    width: auto;
    margin: 0 3px;
    display: inline-block; }
  .cap-wrap input {
    vertical-align: top;
    margin-top: 4px; }
  .cap-wrap label {
    width: 80%;
    line-height: 1.5;
    font-size: 12px; }

.testimonials-block, .testimonial-custom-widget {
  text-align: center; }

.hero-testimonial-block {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 32%;
  padding: 40px 20px;
  margin-top: 20px; }

.testimonial-count-1 .hero-testimonial-block {
  width: 70%; }

.testimonial-count-2 .hero-testimonial-block {
  width: 45%; }

.testimonial-count-3 .hero-testimonial-block:nth-child(2) {
  border-left: 2px solid #f3f3f3;
  border-right: 2px solid #f3f3f3; }

.testimonial-block-quote {
  background: #FFA766;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font: 13px/20px "Gotham Medium", Arial, sans-serif;
  padding: 15px 30px;
  display: inline-block; }
  .testimonial-block-quote p {
    line-height: 20px;
    padding: 0; }

.testimonial-block-quote:before {
  content: ' ';
  display: block;
  margin: -25px auto 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFA766; }

.quote-left, .quote-right {
  font: 44px "Gotham Medium", Arial, sans-serif;
  width: 10%;
  display: inline-block;
  opacity: .15;
  line-height: 18px;
  text-align: center; }

.quote-left {
  vertical-align: top; }

.quote-right {
  vertical-align: bottom; }

.quote-middle {
  width: 74%;
  display: inline-block; }

.left-main-column {
  padding: 0 30px 0 0; }

.sidebar {
  padding: 0 0 0 60px; }

h2.post-title {
  font-family: "Gotham Medium", Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 15px; }
  h2.post-title a {
    color: #343635;
    display: inline-block; }
  h2.post-title a:hover {
    color: rgba(52, 54, 53, 0.8); }

h3.sub-title {
  font: 20px/30px "Gotham Book", Arial, sans-serif;
  padding-bottom: 20px; }

.featured-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 30px;
  float: left; }

.post-image-left {
  padding: 0; }

.article-thumb-link {
  display: block;
  clear: both;
  margin-bottom: 30px; }
  .article-thumb-link img {
    display: block;
    box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }

.article-thumb-link:hover img {
  box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4); }

.cat-list {
  padding-top: 7px; }
  .cat-list span, .cat-list a {
    display: inline-block; }
  .cat-list span {
    font-size: 13px; }
  .cat-list a {
    font: 13px "Gotham Medium", Arial, sans-serif; }

article {
  margin-bottom: 90px; }

article:last-child {
  margin-bottom: 0; }

.author-meta {
  font: 13px "Gotham Medium", Arial, sans-serif;
  margin-bottom: 25px;
  color: rgba(52, 54, 53, 0.4); }

.date-meta {
  font: 13px "Gotham Medium", Arial, sans-serif;
  color: rgba(52, 54, 53, 0.4);
  padding-bottom: 15px; }

.author-meta a, .date-meta a {
  color: rgba(52, 54, 53, 0.4);
  padding-bottom: 0;
  border-bottom: 2px solid rgba(52, 54, 53, 0.1); }

.author-meta a:hover, .date-meta a:hover {
  color: rgba(52, 54, 53, 0.6);
  border-bottom-color: rgba(52, 54, 53, 0.15); }

.post-content {
  padding: 0 0 0 30px; }

.author-profile-photo {
  max-width: 30px;
  margin-right: 10px;
  float: left; }
  .author-profile-photo img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block; }

.author-and-cats {
  float: left;
  padding-top: 3px;
  line-height: 24px;
  width: 90%; }

a.readmore {
  font: 13px "Gotham Medium", Arial, sans-serif;
  border: 2px solid #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 16px 8px 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: rgba(52, 54, 53, 0.4); }

a.readmore:hover {
  color: rgba(52, 54, 53, 0.6); }

.blog-roll-content-block.content-block:first-child {
  padding-top: 100px; }

body.paged .hero, body.paged .core-cta {
  display: none; }

body.paged .blog-roll-content-block {
  padding-top: 140px; }

.pagination {
  margin: 80px 0 0;
  text-align: center;
  font: 14px "Gotham Medium", Arial, sans-serif; }
  .pagination a {
    color: rgba(52, 54, 53, 0.4);
    font: 13px "Gotham Medium", Arial, sans-serif;
    border: 2px solid #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 2px;
    width: 110px; }
  .pagination a:hover {
    color: #343635; }

.previous-link, .next-link {
  display: inline-block;
  text-align: center; }

.widget {
  margin-bottom: 90px; }

.widget .searchform, .inline-search-form .searchform {
  width: 100%; }

.widget input#searchbar, .inline-search-form input#searchbar {
  width: 280px; }

.widget:last-child {
  margin-bottom: 40px; }

.ad-widget-wrap .box-image {
  height: auto;
  min-height: 440px; }

.ad-widget-wrap h3 {
  padding-bottom: 15px; }

.ad-logo {
  margin: 0 auto 20px;
  display: block;
  width: 100%;
  text-align: center; }
  .ad-logo img {
    max-width: 120px;
    max-height: 50px;
    margin: 0 auto; }

.ad-widget-copy-wrap {
  padding-top: 100px;
  padding-bottom: 160px; }

.faux-button {
  display: inline-block; }

.box-image-ad:hover .faux-button {
  background: #F85151; }

.box-image-inside {
  font-family: "Gotham Light", Arial, sans-serif; }
  .box-image-inside em, .box-image-inside i {
    font-family: "Gotham Book Italic", Arial, sans-serif; }
    .box-image-inside em strong, .box-image-inside em b, .box-image-inside i strong, .box-image-inside i b {
      font-family: "Gotham Bold Italic", Arial, sans-serif; }
  .box-image-inside strong, .box-image-inside b {
    font-family: "Gotham Bold", Arial, sans-serif; }
    .box-image-inside strong em, .box-image-inside strong i, .box-image-inside b em, .box-image-inside b i {
      font-family: "Gotham Bold Italic", Arial, sans-serif; }

h3.widgettitle, .all-cats-list li.categories {
  font: 24px/32px "Gotham Book", Arial, sans-serif;
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase; }

.widget_cc_social {
  background: #fff;
  padding: 50px 30px 55px;
  border: 2px solid #f5f5f5; }
  .widget_cc_social h3.widgettitle, .widget_cc_social .all-cats-list li.categories, .all-cats-list .widget_cc_social li.categories {
    padding-bottom: 20px; }
  .widget_cc_social .social-links {
    float: none;
    display: block;
    width: 100%;
    text-align: center; }
    .widget_cc_social .social-links a {
      font-size: 18px;
      margin: 0 7px;
      line-height: normal;
      color: rgba(52, 54, 53, 0.4); }
    .widget_cc_social .social-links a:hover {
      color: rgba(52, 54, 53, 0.6); }

.widget_cc_text_only {
  background: #fff;
  padding: 60px 30px 40px;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .widget_cc_text_only p, .widget_cc_text_only ol li, .widget_cc_text_only ul li {
    font-size: 16px;
    line-height: 22px; }

.widget_cc_bestof .article-content-wrap {
  margin-bottom: 50px;
  padding: 0; }

.widget_cc_bestof .article-thumb-link {
  display: block;
  width: 60%;
  margin: 0 auto 25px; }

.widget_cc_bestof .article-content-wrap:last-child {
  margin-bottom: 0; }

.widget_cc_featuredanything, .widget_cc_bestof {
  background: #fff;
  padding: 60px 30px;
  border: 2px solid #f5f5f5; }

.featured-anything-item {
  text-align: center;
  margin-bottom: 60px; }

.featured-anything-item:last-child {
  margin-bottom: 0; }

.featured-anything-top {
  padding: 0; }
  .featured-anything-top .cursive {
    font-size: 20px;
    padding-bottom: 0; }

.featured-anything-bottom {
  padding: 0; }
  .featured-anything-bottom h3 {
    font: 16px/22px "Gotham Medium", Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 5px; }
  .featured-anything-bottom p {
    font: 14px/20px "Gotham Book", Arial, sans-serif;
    padding-bottom: 15px; }

.featured-anything-thumb {
  display: block;
  width: 60%;
  margin: 0 auto 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 25px -4px rgba(0, 0, 0, 0.3); }
  .featured-anything-thumb img {
    display: block; }

.featured-anything-thumb:hover {
  box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 25px -2px rgba(0, 0, 0, 0.4); }

.widget {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .widget .button, .widget button, .widget #commentform input.submit, #commentform .widget input.submit, .widget #edd_purchase_form fieldset#edd_purchase_submit input, #edd_purchase_form fieldset#edd_purchase_submit .widget input, .widget ul.edd_purchase_receipt_files li a.edd_download_file_link, ul.edd_purchase_receipt_files li .widget a.edd_download_file_link {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 16px;
    font-size: 13px; }

.widget_cc_testimonial {
  text-align: center; }

.last-container-wrap {
  margin-bottom: 100px; }

.index-breadcrumb {
  font: 16px/22px "Gotham Book", Arial, sans-serif;
  color: rgba(52, 54, 53, 0.8);
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px; }

.all-cats-list {
  text-align: center;
  margin-top: 100px;
  padding: 0;
  display: none; }
  .all-cats-list li {
    list-style: none; }
  .all-cats-list li.categories {
    display: inline-block;
    margin: 0 auto; }
  .all-cats-list ul {
    margin: 20px 0 0; }
    .all-cats-list ul li {
      display: inline-block;
      margin: 0 2px 4px;
      line-height: 1; }
      .all-cats-list ul li a {
        display: inline-block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        background: #f9f9f9;
        border: none;
        color: rgba(0, 0, 0, 0.4);
        padding: 10px 16px;
        vertical-align: middle;
        margin: 0;
        font-size: 12px; }
      .all-cats-list ul li a:hover {
        color: #343635;
        background: #f5f5f5; }
    .all-cats-list ul li.current-cat a {
      border: 2px solid #f3f3f3;
      background: #fff;
      color: rgba(0, 0, 0, 0.4); }

body.category .all-cats-list, body.search .all-cats-list {
  display: block; }

h1.post-title {
  font: 44px/52px "Gotham Bold", Arial, sans-serif;
  text-transform: uppercase; }

h2.post-sub-title {
  font: 24px/32px "Gotham Book", Arial, sans-serif;
  max-width: 80%;
  margin: 0 auto; }

.circle-arrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: none;
  border: 2px solid #FF5A50;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block; }

a.circle-arrow:hover {
  color: #fff;
  border-color: #F85151; }

#read {
  padding-top: 100px;
  margin-bottom: 100px; }

body.page-template-default .main-content-container, body.page-template-page-two-column .main-content-container {
  margin-bottom: 80px; }

.resources-content-container {
  margin-bottom: 40px !important; }

img.wp-post-image {
  display: block;
  margin: 0 auto 30px; }

.bottom-post-meta {
  margin: 50px auto 80px; }

.share-post-box {
  border: 2px solid #f5f5f5;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  text-align: center; }
  .share-post-box h6 {
    text-transform: lowercase;
    padding-bottom: 10px; }
  .share-post-box a {
    color: rgba(52, 54, 53, 0.4);
    font-size: 20px;
    margin: 0 10px; }
  .share-post-box a:hover {
    color: rgba(52, 54, 53, 0.6); }

body.single .date-meta {
  text-align: right;
  line-height: 30px;
  vertical-align: middle; }

.first-date-meta {
  text-align: right;
  line-height: 30px;
  vertical-align: middle; }

.logged-in-as {
  display: none; }

.single-comments-wrap {
  padding: 70px 60px 40px;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .single-comments-wrap input[type="text"], .single-comments-wrap textarea {
    background: #fff;
    border: none; }

p.comment-notes, p.logged-in-as {
  display: none; }

#commentform {
  padding: 0;
  display: inline-block;
  width: 100%; }
  #commentform p {
    width: 100%;
    float: left;
    clear: both; }
  #commentform label {
    font: 13px "Gotham Medium", Arial, sans-serif;
    display: block;
    margin-bottom: 6px; }
  #commentform input {
    width: 100%; }
  #commentform input.submit {
    float: right;
    clear: both;
    width: auto; }
  #commentform p.comment-form-cookies-consent {
    clear: both; }
    #commentform p.comment-form-cookies-consent input {
      display: inline-block;
      width: auto;
      vertical-align: top;
      margin-top: 1px; }
    #commentform p.comment-form-cookies-consent label {
      margin: 0 0 0 10px;
      max-width: 90%;
      display: inline-block;
      vertical-align: top; }

p.comment-notes {
  font: 14px/22px "Gotham Book", Arial, sans-serif;
  text-align: center; }

p.no-comments {
  font: 14px/22px "Gotham Medium", Arial, sans-serif;
  text-align: center;
  padding-top: 20px; }

.comments-intro-text-wrap {
  margin-bottom: 0;
  padding: 0 60px; }

p#reply-title {
  padding-bottom: 10px;
  text-transform: lowercase;
  text-align: center; }

a#cancel-comment-reply-link {
  font-size: 13px;
  color: rgba(52, 54, 53, 0.4);
  display: block;
  margin: 5px auto; }

a#cancel-comment-reply-link:hover {
  color: rgba(52, 54, 53, 0.6); }

p.comment-form-author, p.comment-form-email, p.comment-form-url {
  float: left;
  width: 100%;
  clear: both; }

ol.comment-list {
  margin: 0 0 50px;
  padding: 0; }
  ol.comment-list li {
    list-style: none; }
  ol.comment-list li.comment, ol.comment-list li.pingback {
    list-style: none;
    word-wrap: break-word;
    padding: 0; }

.comment-body {
  border: none;
  background: #fff;
  padding: 40px;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .comment-body p {
    line-height: 22px;
    padding-bottom: 20px; }

.bypostauthor > .comment-body {
  border-top: none;
  border-bottom: none;
  border-left-width: 2px;
  border-left-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left-color: 2px solid #FF5A50; }

.says, .commentmetadata {
  display: none; }

.fn {
  text-transform: uppercase;
  color: #343635;
  font: 15px "Gotham Medium", Arial, sans-serif; }
  .fn a {
    color: #343635; }

.comment-author {
  display: block;
  margin: 0 0 20px; }
  .comment-author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .comment-author img, .comment-author .fn {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }

h6.title-in-comments {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 20px; }

p.comment-form-url {
  display: none; }

.shortcode-button {
  display: inline-block; }

.inline-popup-button.button, button.inline-popup-button, #commentform input.inline-popup-button.submit, #edd_purchase_form fieldset#edd_purchase_submit input.inline-popup-button, ul.edd_purchase_receipt_files li a.inline-popup-button.edd_download_file_link {
  display: inline-block; }

.inner-article-wrap {
  margin-bottom: 40px; }
  .inner-article-wrap .article-thumb-link {
    margin-bottom: 0; }
  .inner-article-wrap .post-content-right {
    padding: 10px 30px 0 30px; }
  .inner-article-wrap h3 {
    font: 20px/26px "Gotham Medium", Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px; }
  .inner-article-wrap h4 {
    font: 16px/22px "Gotham Book", Arial, sans-serif;
    padding-bottom: 10px; }
  .inner-article-wrap .readmore {
    margin-top: 5px; }

.wp-caption {
  max-width: 100%; }

p.wp-caption-text {
  font: 14px/22px "Gotham Book Italic", Arial, sans-serif;
  text-align: center;
  max-width: 480px;
  margin: 10px auto 40px;
  color: rgba(52, 54, 53, 0.8);
  padding: 0; }

body.page-template-page-landing header {
  display: none; }

body.page-template-page-landing .hero-wrap-inside {
  padding-top: 80px; }

body.page-template-page-landing .social-links {
  display: none; }

body.page-template-page-landing .content-block {
  padding: 50px 20px; }

body.page-template-page-landing .content-block:first-child {
  padding-top: 100px; }

body.page-template-page-landing .comment-block {
  padding-top: 0; }

body.page-template-page-landing .full-width-content-block {
  padding-bottom: 20px; }

body.page-template-page-landing .stats-content-block {
  padding: 30px 0; }

body.page-template-page-landing .content-block:last-child {
  padding-bottom: 60px; }

.long-landing-content-container {
  margin-bottom: 50px; }

h1.landing-page-title:after {
  display: none; }

.landing-seen-on-container {
  position: absolute; }

.landing-logo {
  max-width: 100px;
  margin: 0 auto 20px;
  display: block; }

body.show-header-cta .hero-style-videoseries .hero-wrap-inside {
  padding-top: 0; }

body.landing-page-video-series .landing-seen-on-container, body.landing-page-video-series .core-cta {
  display: none; }

body.landing-page-video-series .hero-style-videoseries .hero-wrap {
  height: auto;
  padding: 0 0 90px;
  display: block; }

body.landing-page-video-series .hero-style-videoseries .hero-wrap-inside {
  padding: 0;
  display: block; }

.video-series-title {
  margin-bottom: 20px; }
  .video-series-title h1 {
    font-size: 34px;
    line-height: 42px;
    max-width: 80%;
    margin: 0 auto; }

.hero-video-series-actual-video {
  padding: 0; }

.hero-video-series-thumbs {
  background: rgba(42, 44, 43, 0.8);
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 15px 0 0;
  margin-bottom: 80px; }

.video-series-logo {
  max-width: 100px;
  max-height: 80px;
  display: inline-block;
  margin: 15px 30px 0 0;
  vertical-align: top; }

.video-series-thumb-wrap {
  margin: 0 10px 10px;
  display: inline-block;
  width: 140px;
  vertical-align: top; }

.video-thumb-link {
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8); }

.video-thumb-link:hover {
  color: #fff; }

.video-thumb-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  width: 100%;
  display: block;
  margin: 0 auto 7px;
  position: relative;
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.video-thumb-image:before {
  background-color: rgba(1, 1, 1, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: translateZ(0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.video-thumb-not-link {
  color: rgba(255, 255, 255, 0.5); }
  .video-thumb-not-link .video-thumb-image:before {
    background-color: rgba(1, 1, 1, 0.7); }

.video-thumb-link:hover .video-thumb-image:before {
  background-color: transparent; }

h6.video-thumbnail-title {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 0; }
  h6.video-thumbnail-title a {
    display: inline-block; }

.hero-text-left h1 {
  font-size: 34px;
  line-height: 40px; }

.stats-container {
  display: flex; }

.stat-wrap {
  padding: 0 30px;
  text-align: center; }

.big-number {
  display: inline-block;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  font: 70px "Gotham Bold", Arial, sans-serif;
  border-bottom: 4px solid #f5f5f5; }

p.stat {
  padding: 0; }

.landing-cta-left {
  padding: 0 20px; }

.right-testimonial {
  padding: 0 70px;
  margin-top: 40px;
  text-align: center; }

.testimonial-quote {
  margin-bottom: 15px; }
  .testimonial-quote p {
    font: 16px/26px "Gotham Book", Arial, sans-serif;
    padding: 0 5px 15px; }

.resources-wrap {
  clear: both;
  float: left; }

.resource-box-break {
  clear: both;
  height: 20px;
  padding: 0; }

.resource-box-container {
  margin-bottom: 60px;
  text-align: center; }
  .resource-box-container .button, .resource-box-container button, .resource-box-container #commentform input.submit, #commentform .resource-box-container input.submit, .resource-box-container #edd_purchase_form fieldset#edd_purchase_submit input, #edd_purchase_form fieldset#edd_purchase_submit .resource-box-container input, .resource-box-container ul.edd_purchase_receipt_files li a.edd_download_file_link, ul.edd_purchase_receipt_files li .resource-box-container a.edd_download_file_link {
    display: inline-block;
    padding: 8px 16px; }

.popup-modal {
  overflow: auto;
  position: relative;
  background: #fff;
  padding: 0;
  width: 600px;
  margin: 30px auto;
  text-align: center;
  border: none;
  box-sizing: border-box; }
  .popup-modal .cta-cover-image {
    box-shadow: -30px 25px 30px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -30px 25px 30px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -30px 25px 30px -5px rgba(0, 0, 0, 0.2); }

.popup-wrap {
  padding: 0; }
  .popup-wrap input.normalinput {
    background: #efefef;
    border-color: #eee; }

.popup-content-wrap {
  padding: 80px; }
  .popup-content-wrap h4,
  .popup-content-wrap p.sub-title {
    padding-bottom: 10px; }

.has-cover-image {
  width: 920px; }
  .has-cover-image .popup-content-wrap {
    padding: 0; }
  .has-cover-image .popup-cover-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0); }
  .has-cover-image .popup-content-wrap {
    padding: 70px 8% 60px 58%;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    min-height: 500px; }

.cta-form-wrap {
  padding: 40px 0; }

.cta-core-content {
  text-align: center; }
  .cta-core-content h4 {
    padding-bottom: 10px; }
  .cta-core-content p.sub-title {
    padding-bottom: 20px;
    font-size: 18px; }
  .cta-core-content .button, .cta-core-content button, .cta-core-content #commentform input.submit, #commentform .cta-core-content input.submit, .cta-core-content #edd_purchase_form fieldset#edd_purchase_submit input, #edd_purchase_form fieldset#edd_purchase_submit .cta-core-content input, .cta-core-content ul.edd_purchase_receipt_files li a.edd_download_file_link, ul.edd_purchase_receipt_files li .cta-core-content a.edd_download_file_link {
    display: inline-block; }

/* custom styles for Easy Digital Download */
.edd_download_purchase_form {
  text-align: center; }

#edd_checkout_wrap #edd_checkout_cart_form {
  background: #f5f5f5;
  padding: 40px;
  margin: 20px auto 50px; }

table#edd_checkout_cart {
  width: 100%;
  font-size: 14px;
  line-height: 20px; }
  table#edd_checkout_cart .edd_cart_header_row {
    font: 14px "Gotham Medium", Arial, sans-serif; }
    table#edd_checkout_cart .edd_cart_header_row th {
      font-weight: normal;
      padding-bottom: 10px; }
  table#edd_checkout_cart tr td {
    padding-bottom: 10px; }

#edd_checkout_form_wrap {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #f5f5f5;
  padding: 50px 40px;
  margin: 0 auto; }
  #edd_checkout_form_wrap ::-webkit-input-placeholder {
    text-align: left; }
  #edd_checkout_form_wrap ::-moz-placeholder {
    text-align: left; }
  #edd_checkout_form_wrap :-ms-input-placeholder {
    text-align: left; }
  #edd_checkout_form_wrap input:-moz-placeholder {
    text-align: left; }

.edd_empty_cart {
  text-align: center;
  font-family: "Gotham Bold", Arial, sans-serif;
  display: block; }

.edd-submit {
  display: inline-block;
  margin: 0 auto; }

.edd-payment-icons {
  display: block;
  margin: 0 auto 30px;
  text-align: center; }
  .edd-payment-icons img {
    width: 35px;
    display: inline-block;
    margin: 0 3px; }

#edd_purchase_form fieldset {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 50px; }
  #edd_purchase_form fieldset legend, #edd_purchase_form fieldset .edd-payment-mode-label {
    text-transform: uppercase;
    font: 16px "Gotham Medium", Arial, sans-serif;
    letter-spacing: 1px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%; }
  #edd_purchase_form fieldset .edd-payment-mode-label {
    display: block;
    padding-bottom: 0;
    text-align: center; }
  #edd_purchase_form fieldset label {
    font: 13px "Gotham Medium", Arial, sans-serif;
    display: block;
    margin-bottom: 6px; }
  #edd_purchase_form fieldset .edd-description {
    font: 13px "Gotham Book", Arial, sans-serif; }
  #edd_purchase_form fieldset label, #edd_purchase_form fieldset .edd-description {
    width: 100%;
    margin-bottom: 10px;
    display: block; }
    #edd_purchase_form fieldset label .edd-gateway-option, #edd_purchase_form fieldset .edd-description .edd-gateway-option {
      margin-bottom: 20px; }
  #edd_purchase_form fieldset input {
    width: 100%;
    background-color: #fff; }
  #edd_purchase_form fieldset label.edd-gateway-option {
    width: auto;
    margin: 0 10px;
    display: inline-block; }
    #edd_purchase_form fieldset label.edd-gateway-option input[type="radio"] {
      width: auto;
      margin: -2px 10px 0 0;
      height: auto;
      line-height: normal;
      vertical-align: middle; }
  #edd_purchase_form fieldset p#edd_final_total_wrap {
    display: none; }

#edd_purchase_form fieldset#edd_purchase_submit {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  text-align: center; }
  #edd_purchase_form fieldset#edd_purchase_submit input {
    width: auto;
    display: inline-block; }

fieldset#edd_payment_mode_select {
  padding-bottom: 40px;
  text-align: center; }

fieldset#edd_cc_fields {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0; }

fieldset#edd_cc_address {
  display: none; }

#edd_purchase_row {
  width: 100%; }

.edd_errors {
  display: block;
  margin: 0 auto 35px;
  text-align: center;
  color: #FF5A50;
  font: 16px "Gotham Medium", Arial, sans-serif; }

p.card-expiration select {
  width: 49%; }

.exp-divider {
  display: none; }

#card_exp_year {
  float: right; }

ul.edd_purchase_receipt_files {
  margin: 0 auto; }
  ul.edd_purchase_receipt_files li {
    list-style: none;
    text-align: center; }
    ul.edd_purchase_receipt_files li a.edd_download_file_link {
      float: left;
      margin-top: 10px; }

#edd_purchase_receipt, #edd_user_history, #edd_purchase_receipt_products {
  width: 100%; }
  #edd_purchase_receipt th, #edd_purchase_receipt td, #edd_user_history th, #edd_user_history td, #edd_purchase_receipt_products th, #edd_purchase_receipt_products td {
    padding-bottom: 10px; }

#edd_secure_site_wrapper {
  display: none; }

.account-block {
  margin-bottom: 60px; }

.last-account-block {
  margin-bottom: 0; }

.podcast_meta {
  margin: 20px auto;
  font: 13px "Gotham Medium", Arial, sans-serif;
  padding-top: 15px;
  color: rgba(52, 54, 53, 0.4); }
  .podcast_meta a {
    font-family: "Gotham Bold Italic", Arial, sans-serif; }

body.short-landing-page footer, body.short-landing-page .push {
  display: none; }

.big-button {
  font-size: 16px;
  padding: 15px 30px;
  display: inline-block; }

.hero-video-right .popup-landing-button {
  margin-top: 30px; }

div.wpcf7-response-output {
  margin: -20px 0 0px !important;
  padding: 0 !important;
  border: none !important;
  font-family: "Gotham Medium", Arial, sans-serif;
  text-align: center;
  float: left; }

.wpcf7-mail-sent-ok {
  display: none !important; }

span.wpcf7-not-valid-tip {
  font-size: 13px !important;
  font-family: "Gotham Medium", Arial, sans-serif; }

input.wpcf7-submit {
  float: right; }

div.wpcf7 .ajax-loader {
  background-image: url("../../images/spinner.gif") !important;
  background-size: 30px;
  height: 30px !important;
  width: 30px !important; }

.inline-box-popup-button {
  margin-top: 10px;
  margin-bottom: 20px; }
  .inline-box-popup-button .button, .inline-box-popup-button button, .inline-box-popup-button #commentform input.submit, #commentform .inline-box-popup-button input.submit, .inline-box-popup-button #edd_purchase_form fieldset#edd_purchase_submit input, #edd_purchase_form fieldset#edd_purchase_submit .inline-box-popup-button input, .inline-box-popup-button ul.edd_purchase_receipt_files li a.edd_download_file_link, ul.edd_purchase_receipt_files li .inline-box-popup-button a.edd_download_file_link {
    display: inline-block; }

.mobile-header {
  display: none; }

/* responsive styles */
@media screen and (max-width: 1180px) {
  .show-menu {
    height: 100%;
    max-height: 100%; }
  .show-menu {
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }
  .mobile-header {
    display: block; }
  .desktop-header {
    display: none; }
  .mobile-header-core {
    position: relative;
    vertical-align: middle;
    line-height: 80px;
    height: 80px;
    background: #fff; }
  header.mobile {
    background: none; }
    header.mobile .logo {
      margin: 0 auto;
      display: inline-block;
      vertical-align: middle;
      float: none;
      line-height: 80px; }
  .header-bar-wrap {
    line-height: normal;
    height: auto; }
  .header-menu-container {
    display: inline-block;
    width: 100%;
    float: none; }
  .mobile-menu-popup {
    display: none;
    background: #f9f9f9;
    border-bottom: 2px solid rgba(52, 54, 53, 0.15);
    box-shadow: inset 0 2px 2px -2px rgba(52, 54, 53, 0.2);
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 99999; }
    .mobile-menu-popup ul.menu {
      margin: 0;
      padding: 20px 0 5px;
      display: inline-block;
      width: 100%; }
      .mobile-menu-popup ul.menu li {
        width: 100%;
        text-align: left;
        margin: 0;
        float: left;
        clear: both;
        padding: 0; }
        .mobile-menu-popup ul.menu li a {
          float: left;
          clear: both;
          height: auto;
          line-height: normal;
          text-align: left;
          font-size: 11px;
          margin: 0px;
          padding: 15px 0 15px 20px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box; }
        .mobile-menu-popup ul.menu li a:hover {
          background: none; }
      .mobile-menu-popup ul.menu li.menu-item-has-children a:after {
        display: none; }
      .mobile-menu-popup ul.menu li.current-menu-item a:before {
        left: 0;
        top: 5px;
        right: auto;
        height: 33px;
        width: 4px; }
      .mobile-menu-popup ul.menu ul.sub-menu {
        position: relative;
        visibility: visible;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        left: auto;
        margin: 0 auto;
        float: left;
        clear: both;
        padding: 0;
        opacity: 1;
        background: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none; }
        .mobile-menu-popup ul.menu ul.sub-menu li a {
          font-family: "Gotham Medium", Arial, sans-serif;
          padding: 15px 0 15px 40px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box; }
  body.logged-in.admin-bar .mobile-menu-popup {
    top: 32px; }
  body.logged-in.admin-bar .fixedtohead {
    position: absolute; }
  a#menu {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 78px;
    font-size: 20px;
    margin: 0;
    padding: 0 26px;
    color: #343635;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: color 0.2s linear 0s;
    -moz-transition: color 0.2s linear 0s;
    -ms-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    transition: color 0.2s linear 0s; }
  a#menu:hover {
    color: #343635;
    cursor: pointer; }
  a#menu:before {
    color: #343635;
    content: '\e802';
    font-family: 'mainiconfont'; }
  .show-menu header {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .show-menu .mobile-menu-popup {
    display: block; }
  a#closemenu {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 78px;
    font-size: 20px;
    margin: 0;
    padding: 0 26px;
    background: #FF5A50; }
  a#closemenu:before {
    content: '\e801';
    color: #fff;
    font-family: 'mainiconfont'; }
  .header-cta-active a#menu {
    top: 40px; }
  #mobile-menu-search {
    float: left; }
    #mobile-menu-search .searchform-wrap {
      float: left;
      margin: 25px 0 0 20px;
      box-sizing: border-box; }
    #mobile-menu-search .searchform {
      border-color: #ddd;
      width: 200px;
      background: #fff; }
  .header-inside-center {
    width: 100%; }
  .header-top, .header-bottom {
    line-height: normal;
    height: auto;
    border: none; }
  .hero-circle-photo {
    width: 340px;
    height: 340px; }
  .as-seen-on-wrap img {
    max-width: 140px;
    max-height: 18px;
    margin: 0 20px; }
  .as-seen-on-wrap span {
    margin: 0 20px; }
  .header-cta-button.button, button.header-cta-button, #commentform input.header-cta-button.submit, #edd_purchase_form fieldset#edd_purchase_submit input.header-cta-button, ul.edd_purchase_receipt_files li a.header-cta-button.edd_download_file_link {
    width: auto;
    margin: 0 auto; }
  .cta-cover-image {
    max-width: 180px; } }

@media screen and (max-width: 1060px) {
  .hero-text-side h1, .hero-text-right h1 {
    font-size: 30px;
    line-height: 40px; }
  .hero-text-right {
    padding-left: 30px; }
  input, textarea {
    padding-left: 10px;
    padding-right: 10px; }
  textarea {
    padding-top: 10px;
    padding-bottom: 10px; }
  input, .button, input.button, button, #commentform input.submit, #edd_purchase_form fieldset#edd_purchase_submit input, ul.edd_purchase_receipt_files li a.edd_download_file_link, input.button, #commentform input.submit, #edd_purchase_form fieldset#edd_purchase_submit input, button, .header-cta-button.button, button.header-cta-button, #commentform input.header-cta-button.submit, #edd_purchase_form fieldset#edd_purchase_submit input.header-cta-button, ul.edd_purchase_receipt_files li a.header-cta-button.edd_download_file_link {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .big-button {
    width: 100%;
    max-width: 280px; }
  .content-block:first-child {
    padding-top: 80px; }
  .content-block {
    padding: 40px 20px; }
  .content-block:last-child {
    padding-bottom: 40px; }
  body.page-template-default .main-content-container, body.page-template-page-two-column .main-content-container {
    margin-bottom: 60px; }
  #read {
    padding-top: 80px; }
  .cta-cover-image {
    max-width: 180px;
    margin-top: 0; }
  .box-image {
    height: 300px; }
  .box-image-inside {
    font-size: 30px;
    line-height: 36px;
    padding: 0 15px; }
  .hero-style-photo-wrap .hero-text-right h1 {
    font-size: 34px;
    line-height: 42px; }
  input, textarea {
    padding-left: 10px;
    padding-right: 10px; }
  .button, input.button, button, #commentform input.submit, #edd_purchase_form fieldset#edd_purchase_submit input, ul.edd_purchase_receipt_files li a.edd_download_file_link, input.button, #commentform input.submit, #edd_purchase_form fieldset#edd_purchase_submit input, button, #commentform input.submit {
    padding-left: 15px;
    padding-right: 15px; }
  textarea {
    padding-top: 10px;
    padding-bottom: 10px; }
  .cta-form input {
    text-align: center; }
  .widget {
    margin-bottom: 60px; }
  .hero-circle-photo {
    width: 290px;
    height: 290px; }
  .cursive {
    font-size: 34px;
    line-height: 40px; } }

@media screen and (max-width: 960px) {
  .as-seen-on-wrap img {
    max-width: 120px;
    max-height: 16px;
    margin: 0 15px; }
  .as-seen-on-wrap span {
    margin: 0 15px; }
  .hero-style-normal-wrap {
    margin: 0 10%;
    width: 80%; }
  .sidebar {
    padding-left: 30px; }
  .testimonial-count-3 .hero-testimonial-block:nth-child(2) {
    border: none; }
  #page-wrap {
    margin-bottom: 0; }
  .push {
    display: none; }
  footer {
    height: auto;
    padding: 30px 0;
    line-height: normal;
    font-size: 12px; }
    footer .footer-menu-container, footer .cats-love {
      display: none; }
    footer .social-links {
      float: none;
      margin: 15px auto 0;
      display: block; }
      footer .social-links a {
        line-height: normal; }
  .copyright {
    display: block;
    margin: 0 auto; }
  #hero-style-photonooverlay .hero-wrap, #hero-style-photonooverlay a.underlinelink, #hero-style-photonooverlay a.underlinelink:hover {
    color: #fff; }
  #hero-style-photonooverlay .cursive {
    color: rgba(255, 255, 255, 0.5); }
  body.page-template-page-home .top-hero #hero-style-photonooverlay h1:after {
    border-top-color: rgba(255, 255, 255, 0.2); }
  #hero-style-photonooverlay:before {
    display: block; }
  .hero-text-nooverlay {
    width: 90%;
    margin: 0 5%; }
  .post-image-left {
    width: 100%;
    margin: 0 auto; }
  .post-content {
    padding: 0;
    width: 100%; }
  .stats-container {
    flex-flow: column; }
  .has-cover-image {
    width: 90%; }
    .has-cover-image .popup-cover-image {
      display: none; }
    .has-cover-image .popup-content-wrap {
      padding: 80px 60px 40px;
      display: inline-block; } }

@media screen and (max-width: 920px) {
  .hero-style-photo-wrap .hero-text-right h1 {
    font-size: 30px;
    line-height: 38px; }
  h2.post-sub-title {
    font-size: 20px;
    line-height: 26px; }
  .as-seen-on-wrap {
    height: auto;
    line-height: normal;
    padding: 15px 0 10px; }
    .as-seen-on-wrap span, .as-seen-on-wrap img {
      line-height: normal;
      margin: 0 20px 10px; }
    .as-seen-on-wrap span {
      display: block;
      margin: 0 auto 10px; }
  .box-container {
    padding: 0 5px; }
  .box-image {
    height: 260px; }
  .box-image-inside {
    font-size: 26px;
    line-height: 32px;
    padding: 0 15px; }
  .cta-cover-image {
    max-width: 125px;
    margin-top: 25px; }
  .hero-wrap, body.page-template-page-landing .hero-wrap {
    height: auto;
    min-height: 320px;
    padding: 50px 0 60px; }
  .header-cta-active .hero-wrap {
    padding: 70px 0 60px; }
  .content-hero .hero-wrap {
    padding: 80px 0 50px; }
  .popup-modal {
    width: auto; }
  .popup-content-wrap {
    padding: 50px; } }

@media screen and (max-width: 767px) {
  body.logged-in.admin-bar .mobile-menu-popup {
    top: 46px; }
  body {
    font-size: 16px;
    line-height: 24px; }
  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 20px; }
  h1 {
    font-size: 30px;
    line-height: 38px; }
  h2 {
    font-size: 26px;
    line-height: 34px; }
  h3 {
    font-size: 24px;
    line-height: 32px; }
  h4 {
    font-size: 20px;
    line-height: 28px; }
  h5, h6 {
    font-size: 16px;
    line-height: 22px; }
  h2.sub-title {
    font-size: 18px; }
  h2.sub-title, h3.sub-title {
    line-height: 26px; }
  .hero-text-side h1, .hero-text-right h1 {
    font-size: 24px;
    line-height: 30px; }
  p, ol li, ul li {
    line-height: 24px;
    padding-bottom: 20px; }
  .hero h1 {
    padding-bottom: 20px; }
  .hero-circle-photo {
    width: 140px;
    height: 140px;
    margin-bottom: 10px; }
  .hero-container:before {
    background-color: rgba(52, 54, 53, 0.7) !important; }
  h1.page-title, h1.post-title, .hero-style-photo-wrap .hero-text-right h1, .hero-text-left h1 {
    font-size: 30px;
    line-height: 38px; }
  .hero-text-right {
    padding: 0 10px; }
  .hero-style-photo-wrap .hero-text-right {
    padding-top: 0; }
  .box-container, article.article-small-preview, .hero-testimonial-block {
    max-width: 340px;
    margin: 0 auto 50px;
    display: block; }
  .hero-testimonial-block {
    margin: 0 auto;
    padding: 0 0 50px;
    width: 100%; }
  .box-container:last-child {
    margin-bottom: 30px; }
  .box-image {
    height: 220px;
    margin-bottom: 20px; }
  .content-block:first-child, body.page-template-page-landing .content-block:first-child {
    padding-top: 60px; }
  .blog-roll-content-block.content-block:first-child {
    padding-top: 60px; }
  .content-block {
    padding: 30px; }
  .full-width-content-block {
    padding-bottom: 0; }
  .content-block:last-child, body.page-template-page-landing .content-block:last-child {
    padding-bottom: 40px; }
  body.page-template-default .main-content-container, body.page-template-page-two-column .main-content-container {
    margin-bottom: 40px; }
  .recent-content-block-meat {
    padding-top: 0;
    flex-flow: column; }
    .recent-content-block-meat .left-cta-box {
      display: none; }
  .right-article-list {
    padding: 0; }
  h2.post-sub-title {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%; }
  .circle-arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px; }
  #read {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px; }
  .left-main-column {
    padding: 0; }
  #no-hero-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px; }
  .inline-search-form {
    margin-bottom: 30px; }
  blockquote p {
    font-size: 20px;
    line-height: 28px; }
  .post-content-right {
    padding: 0; }
  .inner-article-wrap .post-content-right {
    padding: 20px 0; }
  article {
    margin-bottom: 60px; }
  .previous-link, .next-link {
    max-width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center; }
  .pagination {
    margin: 0; }
  .previous-link, .next-link {
    margin-top: 30px; }
  .stat-wrap {
    margin-bottom: 30px; }
  .big-number {
    font-size: 60px;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  body.page-template-page-landing .landing-testimonial-cta-block {
    padding: 0; }
  .core-cta h3 {
    font-size: 20px;
    line-height: 26px; }
  .core-cta h4 {
    padding-bottom: 15px; }
  .as-seen-on-wrap span {
    margin-top: 10px;
    font-size: 12px; }
  .as-seen-on-wrap img {
    margin: 5px 10px 10px;
    max-width: 100px;
    max-height: 14px; }
  .content-hero {
    margin-top: 30px;
    margin-bottom: 30px; }
  .article-thumb-wrap .article-thumb {
    width: 100%;
    height: 220px;
    margin-bottom: 15px; }
  .testimonials-block .grid-container {
    padding-left: 20px;
    padding-right: 20px; }
  .hero-style-normal-wrap {
    margin: 0;
    width: 100%; }
  body.page-template-page-landing .hero-wrap-inside {
    padding: 0; }
  .right-testimonial {
    padding: 0 20px;
    margin-top: 0; }
  .header-cta-active #no-hero-container, .last-container-wrap {
    margin-bottom: 60px; }
  .index-breadcrumb {
    margin: 10px auto 30px; }
  .all-cats-list {
    margin-top: 60px; }
  #edd_checkout_form_wrap, #edd_checkout_wrap #edd_checkout_cart_form {
    padding: 30px 15px; }
  .hero-container .narrow-grid-container {
    padding: 0 30px; }
  .all-cats-list ul li {
    padding: 0; }
  .big-button {
    font-size: 16px; }
  .hero-text-nooverlay {
    width: 100%;
    margin: 0; }
  .top-hero .nooverlay-text-left {
    background-position: 94% center !important; }
  .top-hero .nooverlay-text-right {
    background-position: 6% center !important; }
  .bottom-post-meta {
    margin: 20px auto 40px; }
  .single-comments-wrap {
    padding: 40px 30px 20px; }
  .comment-body {
    padding: 25px; }
  .video-thumb-image {
    display: none; }
  .video-series-thumb-wrap {
    margin-bottom: 15px; }
  .hero-video-series-thumbs {
    padding: 30px 0; }
  .video-series-logo {
    display: block;
    margin: 40px auto 30px; }
  .video-series-thumb-wrap {
    display: block;
    margin: 0 auto 20px; }
  .video-series-title h1 {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px; }
  div.wpcf7-response-output {
    margin-top: 0 !important; } }

@media screen and (max-width: 520px) {
  h1, h1.page-title, h1.post-title, .hero-style-photo-wrap .hero-text-right h1, .hero-text-right h1, .hero-text-left h1 {
    font-size: 24px;
    line-height: 30px; }
  h2 {
    font-size: 22px;
    line-height: 28px; }
  h3 {
    font-size: 22px;
    line-height: 28px; }
  .hero {
    font-size: 18px; }
  .hero-wrap {
    padding: 60px 0 40px; }
  .header-cta-active .hero-wrap {
    padding-top: 60px; }
  body.page-template-page-landing .hero-cta-active .hero-wrap, body.page-template-page-landing .hero-wrap {
    padding: 70px 0 60px; }
  .content-hero .hero-wrap {
    padding: 80px 0 60px; }
  .left-cta-box {
    margin-bottom: 80px; } }