@charset "UTF-8";
@font-face {
  font-family: 'Bebas Neue Bold';
  src: url("../fonts/BebasNeue-Bold.otf"); }

@font-face {
  font-family: 'Bebas Neue Book';
  src: url("../fonts/BebasNeue-Book.otf"); }

@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/Gotham-Medium.otf"); }

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.otf"); }

.button, .site-header .main-nav .main-menu ul li:nth-child(5) {
  background: #58718f;
  color: #fff;
  padding: 16px 32px;
  text-decoration: none;
  font-size: 12pt;
  display: inline-block;
  transition: ease .4s;
  margin: 20px 10px 0 0;
  text-transform: uppercase;
  font-family: 'Bebas Neue Book', Helvetica, sans-serif; }
  .button:hover, .site-header .main-nav .main-menu ul li:hover:nth-child(5) {
    background: #4e657f; }

.button.outline, .site-header .main-nav .main-menu ul li.outline:nth-child(5) {
  background: #fff;
  color: #111111;
  border: 2px solid #58718f; }
  .button.outline:hover, .site-header .main-nav .main-menu ul li.outline:hover:nth-child(5) {
    background: #58718f;
    color: #fff; }

h2 {
  font-size: 30pt; }

p {
  line-height: 22px; }

.box-shadow, #posts .post .inner .image img, .table-section .table, .cards .cards-wrap .card, .subhead, .button:hover, .site-header .main-nav .main-menu ul li:hover:nth-child(5) {
  box-shadow: 0 5px 20px rgba(51, 51, 51, 0.35); }

.padded {
  padding: 80px 0; }

@media (min-width: 1001px) {
  .reverse {
    flex-direction: row-reverse !important; } }

.flex {
  display: flex;
  flex-flow: row wrap; }

.small-pad {
  padding: 20px 0 !important; }

* {
  font-family: 'Gotham Book', Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham Medium', Helvetica, sans-serif; }

b, strong {
  font-family: "Gotham Medium", Helvetica, sans-serif; }

body {
  margin: 0;
  overflow-x: hidden; }

div {
  margin: 0; }

li {
  margin: 8px 0; }

.site-header {
  background: #111111;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 999999;
  width: 100%; }
  .site-header .main-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
    .site-header .main-nav .logo img {
      width: 230px;
      height: auto; }
    .site-header .main-nav .main-menu {
      width: 70%; }
      .site-header .main-nav .main-menu ul {
        list-style: none;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: center; }
        .site-header .main-nav .main-menu ul li {
          text-align: center;
          position: relative;
          margin-right: 25px; }
          .site-header .main-nav .main-menu ul li::before {
            content: none; }
          .site-header .main-nav .main-menu ul li:hover ul {
            opacity: 1 !important;
            visibility: visible !important; }
          .site-header .main-nav .main-menu ul li:nth-child(5) {
            margin: 0 !important; }
          .site-header .main-nav .main-menu ul li a {
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            transition: ease .4s;
            font-size: 10pt !important; }
          .site-header .main-nav .main-menu ul li ul.sub-menu {
            visibility: hidden;
            transition: .4s ease;
            opacity: 0;
            display: flex !important;
            flex-flow: column nowrap;
            background: #343232;
            position: absolute;
            padding: 20px;
            align-items: flex-start;
            width: 225px; }
            .site-header .main-nav .main-menu ul li ul.sub-menu li {
              text-align: left; }
              .site-header .main-nav .main-menu ul li ul.sub-menu li a {
                color: #fff !important;
                text-transform: none; }
                .site-header .main-nav .main-menu ul li ul.sub-menu li a:hover {
                  text-decoration: underline; }
        .site-header .main-nav .main-menu ul li.menu-item-has-children > a::after {
          content: "⌵";
          margin-left: 5px;
          font-weight: bold;
          transform: translateY(-2px);
          display: inline-block; }
        .site-header .main-nav .main-menu ul .current_page_item a {
          font-weight: bold; }

#menu-button {
  width: 40px;
  height: 28px;
  position: absolute;
  right: 5%;
  top: 50%;
  z-index: 9999; }
  #menu-button span {
    transform: translateY(-69%);
    position: absolute;
    right: 100%;
    margin-right: 8px;
    top: 50%;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF; }
  #menu-button::before {
    transition: .2s;
    position: absolute;
    background: #FFF;
    height: 4px;
    width: 30px;
    left: 5px;
    top: 8px;
    content: '';
    display: block; }
  #menu-button::after {
    transition: .2s;
    position: absolute;
    background: #FFF;
    height: 4px;
    width: 30px;
    left: 5px;
    bottom: 8px;
    content: '';
    display: block; }

#menu-button .bar {
  transition: .2s;
  position: absolute;
  background: #FFF;
  height: 4px;
  width: 30px;
  left: 5px; }

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto; }

.plain {
  color: #fff; }

.footer_bottom {
  background: #111;
  padding: 12px 0; }
  .footer_bottom p {
    width: 90%;
    margin: auto;
    text-align: center; }
  .footer_bottom a, .footer_bottom p {
    color: #fff;
    font-size: 12px; }

footer {
  background-image: url("../img/Footer-Background.png");
  background-size: cover;
  background-position: bottom; }
  footer .wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    justify-content: center;
    align-items: center; }
    footer .wrapper .footer-logo {
      width: 45%;
      display: flex;
      justify-content: center;
      align-items: center; }
      footer .wrapper .footer-logo img {
        width: 50%;
        height: auto;
        margin: 20px auto; }
    footer .wrapper .footer-content {
      width: 45%;
      color: #fff; }
      footer .wrapper .footer-content h3 {
        font-size: 24pt; }
      footer .wrapper .footer-content p {
        font-size: 13pt; }
      footer .wrapper .footer-content .button, footer .wrapper .footer-content .site-header .main-nav .main-menu ul li:nth-child(5), .site-header .main-nav .main-menu ul footer .wrapper .footer-content li:nth-child(5) {
        background-color: #58718f; }
        footer .wrapper .footer-content .button:hover, footer .wrapper .footer-content .site-header .main-nav .main-menu ul li:hover:nth-child(5), .site-header .main-nav .main-menu ul footer .wrapper .footer-content li:hover:nth-child(5) {
          background-color: #4e657f; }

#home-hero .hero-photo {
  width: 100%;
  height: 540px;
  background-size: cover;
  background-position: top right;
  position: relative; }
  #home-hero .hero-photo h1 {
    width: 38%;
    margin: auto;
    position: absolute;
    font-family: "avenir-lt-pro", sans-serif;
    top: 150px;
    left: 150px;
    font-size: 37px;
    line-height: 60px;
    font-weight: 400;
    color: #fff; }
  #home-hero .hero-photo div {
    position: absolute;
    bottom: 100px;
    width: 80%;
    left: 150px; }

#home-hero .hero-subhead {
  background: #0d2848;
  padding: 30px 0; }
  #home-hero .hero-subhead p {
    width: 85%;
    color: #fff;
    margin: auto; }

#podcast {
  padding: 80px 0 0;
  border-bottom: 30px solid #e1e1e1; }
  #podcast .wrapper {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: -30px; }
    #podcast .wrapper .podcast-image {
      width: 47.5%;
      background-size: 100%;
      background-repeat: no-repeat; }
    #podcast .wrapper .episodes {
      width: 47.5%; }
      #podcast .wrapper .episodes .podcast-content .button, #podcast .wrapper .episodes .podcast-content .site-header .main-nav .main-menu ul li:nth-child(5), .site-header .main-nav .main-menu ul #podcast .wrapper .episodes .podcast-content li:nth-child(5) {
        background: #343232;
        padding: 16px 60px; }
        #podcast .wrapper .episodes .podcast-content .button:hover, #podcast .wrapper .episodes .podcast-content .site-header .main-nav .main-menu ul li:hover:nth-child(5), .site-header .main-nav .main-menu ul #podcast .wrapper .episodes .podcast-content li:hover:nth-child(5) {
          background: #272626; }

#message {
  background: #343232;
  padding-top: 60px;
  color: #fff; }
  #message h2 {
    border-bottom: 5px solid #b6905c;
    width: 90%;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    text-align: center;
    max-width: 850px; }
  #message a:not(.button) {
    color: #fff; }
  #message .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 40%;
    padding: 30px 0 60px;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px; }
    #message .content .column {
      width: 32%; }
      #message .content .column img {
        width: 60%;
        height: auto;
        margin: 0 auto;
        display: block; }
      #message .content .column .stats {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        align-items: stretch;
        margin-bottom: 20px; }
        #message .content .column .stats .stat {
          width: 100px;
          height: 100px;
          border: 3px solid #b6905c;
          text-align: center;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 8px; }
          #message .content .column .stats .stat p {
            margin: 0;
            font-size: 8pt;
            line-height: 16px; }
            #message .content .column .stats .stat p span {
              font-weight: bold;
              font-size: 20pt; }

#books {
  padding: 80px 0; }
  #books .full-width {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto; }
    #books .full-width h2 {
      border-bottom: 5px solid #58718f;
      width: 90%;
      margin: 0 auto 30px;
      padding-bottom: 10px;
      text-align: center;
      max-width: 850px; }

.hero {
  padding: 80px 0;
  background: #343232; }
  .hero h1 {
    width: 85%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    max-width: 1200px;
    font-size: 40pt; }

.hero:has(+ .subhead) {
  padding-bottom: 160px; }

.subhead {
  width: 70%;
  margin: 0 auto;
  background-image: url(../img/Quote-Background.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1200px;
  padding: 60px;
  transform: translateY(-112px); }

.full-width {
  padding: 80px 0; }
  .full-width .full-width-inner {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    max-width: 1200px; }

.wysiwyg {
  padding: 80px 0; }
  .wysiwyg .wysiwyg-inner {
    width: 85%;
    margin: 0 auto;
    max-width: 1200px; }

.book-content {
  padding: 80px 0; }
  .book-content .book-content-inner {
    display: flex;
    flex-flow: row wrap;
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center; }
    .book-content .book-content-inner .book-content-content {
      width: 57.5%; }
      .book-content .book-content-inner .book-content-content .button, .book-content .book-content-inner .book-content-content .site-header .main-nav .main-menu ul li:nth-child(5), .site-header .main-nav .main-menu ul .book-content .book-content-inner .book-content-content li:nth-child(5) {
        padding: 16px 60px; }
        .book-content .book-content-inner .book-content-content .button:nth-of-type(1), .book-content .book-content-inner .book-content-content .site-header .main-nav .main-menu ul li:nth-of-type(1):nth-child(5), .site-header .main-nav .main-menu ul .book-content .book-content-inner .book-content-content li:nth-of-type(1):nth-child(5) {
          background: #fff;
          color: #58718f;
          border: 2px solid #58718f; }
          .book-content .book-content-inner .book-content-content .button:nth-of-type(1):hover, .book-content .book-content-inner .book-content-content .site-header .main-nav .main-menu ul li:nth-of-type(1):hover:nth-child(5), .site-header .main-nav .main-menu ul .book-content .book-content-inner .book-content-content li:nth-of-type(1):hover:nth-child(5) {
            color: #fff;
            background: #58718f; }
        .book-content .book-content-inner .book-content-content .button:nth-of-type(2), .book-content .book-content-inner .book-content-content .site-header .main-nav .main-menu ul li:nth-of-type(2):nth-child(5), .site-header .main-nav .main-menu ul .book-content .book-content-inner .book-content-content li:nth-of-type(2):nth-child(5) {
          background: #343232;
          color: #fff; }
          .book-content .book-content-inner .book-content-content .button:nth-of-type(2):hover, .book-content .book-content-inner .book-content-content .site-header .main-nav .main-menu ul li:nth-of-type(2):hover:nth-child(5), .site-header .main-nav .main-menu ul .book-content .book-content-inner .book-content-content li:nth-of-type(2):hover:nth-child(5) {
            background: #272626; }
    .book-content .book-content-inner .book {
      width: 37.5%; }
      .book-content .book-content-inner .book img {
        width: 100%;
        height: auto; }

.book-list .container {
  max-width: 1200px;
  margin: auto; }

.book-list .flex {
  justify-content: space-around;
  align-items: center; }
  .book-list .flex .book {
    width: 45%;
    text-align: center;
    margin: 20px auto;
    border-radius: 40px;
    padding: 20px 0; }
    .book-list .flex .book img {
      width: auto;
      max-height: 375px;
      margin: auto; }
    .book-list .flex .book .button-wrap {
      display: flex;
      justify-content: center; }

.code_field {
  padding: 80px 0; }
  .code_field .container {
    width: 90%;
    max-width: 1200px;
    margin: auto; }

.text-over-image {
  background-size: cover;
  background-position: center;
  background-color: #58718f;
  background-blend-mode: multiply;
  padding: 80px 0; }
  .text-over-image .container {
    background-color: #fffffff0;
    width: 90%;
    margin: auto;
    padding: 30px; }

.quote-wrap {
  position: relative;
  margin: 40px 0;
  border: 4px solid #58718f;
  border-radius: 12px;
  padding: 20px 40px; }
  .quote-wrap p {
    margin: 0; }
  .quote-wrap h3 {
    margin: 10px 0 0; }
  .quote-wrap .quote1, .quote-wrap .quote2 {
    width: 70px;
    position: absolute; }
  .quote-wrap .quote1 {
    top: -30px;
    left: -30px; }
  .quote-wrap .quote2 {
    bottom: -30px;
    right: -30px; }

.image-content.two-column .image-content-inner {
  padding: 60px 0;
  width: 90%;
  margin: auto; }
  .image-content.two-column .image-content-inner .flex {
    align-items: center; }
    .image-content.two-column .image-content-inner .flex .column:nth-child(1) {
      width: 45%;
      padding: 0; }
    .image-content.two-column .image-content-inner .flex .column:nth-child(2) {
      width: 45%; }

.image-content .image-content-inner > h2 {
  border-bottom: 5px solid #58718f;
  width: 90%;
  margin: 0 auto 60px;
  padding-bottom: 10px;
  text-align: center;
  max-width: 850px; }

.image-content .image-content-inner .flex {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row reverse;
  justify-content: space-between;
  align-items: center; }
  .image-content .image-content-inner .flex .column {
    box-sizing: border-box; }
    .image-content .image-content-inner .flex .column:nth-child(1) {
      padding: 60px 30px;
      width: 60%; }
    .image-content .image-content-inner .flex .column:nth-child(2) {
      width: 40%; }
    .image-content .image-content-inner .flex .column .image-wrap {
      position: relative;
      height: 100%; }
      .image-content .image-content-inner .flex .column .image-wrap img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: 2;
        position: relative;
        float: left; }

.bkg {
  background: #e3e3e3; }

.quote {
  background: #343232;
  padding: 80px 0; }
  .quote .quote-inner {
    width: 85%;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    position: relative;
    color: #fff; }
    .quote .quote-inner .quote1, .quote .quote-inner .quote2 {
      position: absolute;
      width: 80px; }
    .quote .quote-inner .quote1 {
      top: -30px;
      left: 0; }
    .quote .quote-inner .quote2 {
      bottom: -30px;
      right: 0; }
    .quote .quote-inner p {
      width: 70%;
      margin: 0 auto; }

.cards {
  padding: 80px 0; }
  .cards h2 {
    width: 90%;
    text-align: center;
    margin: 0 auto 20px; }
  .cards .cards-wrap {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: row wrap; }
    .cards .cards-wrap .card {
      width: 23%;
      border-radius: 12px;
      overflow: hidden;
      margin: 20px 1%; }
      .cards .cards-wrap .card img {
        width: 100%;
        height: 275px;
        object-fit: cover;
        object-position: center top; }
      .cards .cards-wrap .card h3, .cards .cards-wrap .card p {
        width: 90%;
        margin: 20px auto;
        text-align: center; }

.table-section {
  padding: 80px 0; }
  .table-section .table {
    overflow: auto;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    border-radius: 12px; }
    .table-section .table .row {
      padding: 0 10px;
      flex-flow: row nowrap;
      min-width: 700px; }
      .table-section .table .row:nth-child(even) {
        background: #e1e1e1; }
      .table-section .table .row .column {
        width: 25%;
        min-width: 175px; }

iframe {
  width: 100%; }

.page-id-2114 .cards .card {
  text-align: center;
  padding: 15px 0; }

#blog-hero {
  padding: 100px 0;
  background-image: url("../img/podcast-hero.jpg");
  background-size: cover; }
  #blog-hero .inner {
    width: 65%;
    margin: 0 0 0 auto;
    max-width: 1200px; }
    #blog-hero .inner h1 {
      text-align: left;
      font-size: 48pt; }
      #blog-hero .inner h1 span {
        font-family: 'Bebas Neue Book', Helvetica, sans-serif;
        font-weight: normal;
        font-size: 30pt; }
    #blog-hero .inner .button, #blog-hero .inner .site-header .main-nav .main-menu ul li:nth-child(5), .site-header .main-nav .main-menu ul #blog-hero .inner li:nth-child(5) {
      padding: 16px 60px; }

#posts {
  padding: 80px 0; }
  #posts h2 {
    border-bottom: 5px solid #58718f;
    width: 90%;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    text-align: center;
    max-width: 850px; }
  #posts .post {
    padding: 80px 0; }
    #posts .post .inner {
      width: 80%;
      margin: 0 auto;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: space-between;
      max-width: 1200px; }
      #posts .post .inner .image {
        width: 30%; }
        #posts .post .inner .image img {
          width: 100%;
          height: auto;
          border-radius: 12px; }
      #posts .post .inner .content {
        width: 65%; }
        #posts .post .inner .content .title {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          #posts .post .inner .content .title div:nth-child(1) {
            width: 10%;
            color: #58718f;
            text-align: right; }
          #posts .post .inner .content .title div:nth-child(2) {
            width: 87.5%; }
          #posts .post .inner .content .title h3 {
            font-size: 18pt; }
        #posts .post .inner .content .title.home div:nth-child(1) {
          width: 20%;
          color: #58718f;
          text-align: right; }
        #posts .post .inner .content .title.home div:nth-child(2) {
          width: 77.5%; }
        #posts .post .inner .content .title.home h3 {
          font-size: 14pt; }
  #posts .orange {
    background-color: #fde9de; }

.blog__pagination {
  text-align: Center;
  margin-top: 40px; }
  .blog__pagination .prev, .blog__pagination .next {
    margin: 0 20px; }
  .blog__pagination a {
    color: #111111; }

.wrap {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1200px; }

.listen-links {
  width: 85%;
  margin: 40px auto 0;
  max-width: 1400px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }
  .listen-links a {
    width: 17%; }
    .listen-links a img {
      width: 100%; }

.page-id-2276 #section-1 {
  padding-top: 0; }

.page-id-2304 #section-6 {
  padding-top: 80px; }

@media screen and (min-width: 1801px) {
  #home-hero .hero-photo {
    height: 600px; } }

@media screen and (min-width: 1101px) {
  #menu-button {
    display: none !important; } }

@media screen and (max-width: 1100px) {
  .listen-links a {
    width: 100%;
    text-align: center; }
    .listen-links a img {
      width: 70%;
      margin: 8px auto; }
  .site-header .main-nav {
    width: 100%; }
    .site-header .main-nav .logo {
      margin-left: 35px; }
    .site-header .main-nav .main-menu ul.menu-main-menu {
      display: none; }
    .site-header .main-nav .main-menu ul {
      flex-direction: column;
      transition: 0.4s;
      position: absolute;
      top: 55px;
      right: 0;
      font-size: 18pt;
      width: auto;
      padding-top: 100px;
      text-align: center;
      height: 100vh;
      width: 100vw;
      justify-content: flex-start;
      background-color: #000000a1;
      margin-top: 0;
      opacity: 0;
      display: none;
      z-index: 999;
      overflow-y: auto; }
      .site-header .main-nav .main-menu ul li.emphasized {
        margin: 20px 0 !important; }
      .site-header .main-nav .main-menu ul li {
        margin: 15px 0 !important;
        font-weight: bold;
        font-size: 12pt; }
        .site-header .main-nav .main-menu ul li ul.sub-menu {
          position: relative;
          width: 100%;
          margin: 0;
          left: auto;
          background: 0 0;
          list-style: none;
          visibility: visible !important;
          padding: 0;
          height: auto;
          top: 8px;
          opacity: 1 !important;
          margin-bottom: 4px;
          display: block;
          align-items: center; }
          .site-header .main-nav .main-menu ul li ul.sub-menu li {
            position: relative;
            text-align: inherit;
            padding: 0;
            font-weight: normal;
            font-size: 11pt; }
            .site-header .main-nav .main-menu ul li ul.sub-menu li:hover {
              background: none; }
            .site-header .main-nav .main-menu ul li ul.sub-menu li a {
              text-transform: uppercase;
              text-align: center;
              color: #fff; }
        .site-header .main-nav .main-menu ul li > a {
          padding: 0; }
      .site-header .main-nav .main-menu ul li.menu-item-has-children > a::after {
        content: ""; }
  .responsive {
    float: none;
    opacity: 1 !important;
    display: block !important; } }

@media screen and (max-width: 1000px) {
  #home-hero .hero-photo {
    height: 375px; }
    #home-hero .hero-photo h1 {
      top: 40px;
      font-size: 32px;
      line-height: 50px; }
    #home-hero .hero-photo div {
      bottom: 40px; }
  #podcast .wrapper {
    width: 90%; }
    #podcast .wrapper .podcast-image {
      display: none; }
    #podcast .wrapper .episodes {
      width: 100%; }
      #podcast .wrapper .episodes h2 {
        text-align: center; }
  #message .content {
    background-position: bottom; }
    #message .content .column {
      width: 100%; }
      #message .content .column:nth-child(3) {
        margin-bottom: 240px; }
  footer .wrapper .footer-logo {
    width: 100%; }
  footer .wrapper .footer-content {
    width: 100%; }
  .reverse {
    flex-direction: row; }
  .book-content .book-content-inner .book-content-content {
    width: 100%; }
  .book-content .book-content-inner .book {
    width: 100%; }
  .image-content .image-content-inner .flex .column:nth-child(1) {
    width: 100%; }
  .image-content .image-content-inner .flex .column:nth-child(2) {
    width: 100%; }
  .quote .quote-inner .quote1, .quote .quote-inner .quote2 {
    width: 50px; }
  #blog-hero .inner {
    width: 90%;
    margin: 0 auto; }
  #posts .post.podcast .inner .image {
    width: 100%; }
  #posts .post.podcast .inner .content {
    width: 100%; }
  .cards .cards-wrap .card {
    width: 47%; } }

@media screen and (max-width: 800px) {
  .book-list .flex .book {
    width: 100%; } }

@media screen and (max-width: 700px) {
  .site-header .main-nav .logo img {
    width: 160px; }
  h2 {
    font-size: 24pt; }
  .hero h1 {
    font-size: 28pt; }
  #home-hero .hero-photo {
    height: 500px;
    background-position: 550px 0; }
    #home-hero .hero-photo h1 {
      left: 20px;
      font-size: 25px;
      line-height: 40px;
      bottom: 93px;
      top: revert;
      width: 80%;
      padding: 10px 20px; }
    #home-hero .hero-photo div {
      left: 20px; }
  .image-content.two-column .image-content-inner .flex .column:nth-child(1) {
    width: 100%; }
  .image-content.two-column .image-content-inner .flex .column:nth-child(2) {
    width: 100%; }
  .cards .cards-wrap .card {
    width: 80%; }
    .cards .cards-wrap .card img {
      height: 325px; } }
