@charset "UTF-8";
/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
html {
  box-sizing: border-box; }

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

* {
  box-sizing: 'border-box'; }

body, select, input, textarea {
  color: #333; }

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: #ccc; }

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold; }

body .gform_wrapper {
  max-width: 100%; }
  body .gform_wrapper input[type=text],
  body .gform_wrapper input[type=url],
  body .gform_wrapper input[type=email],
  body .gform_wrapper input[type=tel],
  body .gform_wrapper input[type=number],
  body .gform_wrapper input[type=password],
  body .gform_wrapper textarea {
    border: 1px solid #ccc;
    font-size: 1rem;
    padding: .75rem .5rem; }
    body .gform_wrapper input[type=text]:focus,
    body .gform_wrapper input[type=url]:focus,
    body .gform_wrapper input[type=email]:focus,
    body .gform_wrapper input[type=tel]:focus,
    body .gform_wrapper input[type=number]:focus,
    body .gform_wrapper input[type=password]:focus,
    body .gform_wrapper textarea:focus {
      border: 1px solid #999;
      background: #f9f9f9; }
  body .gform_wrapper .gfield {
    margin-bottom: 1rem; }
  body .gform_wrapper .top_label .gfield_label, body .gform_wrapper .left_label .gfield_label, body .gform_wrapper .right_label .gfield_label {
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 0;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase; }
  body .gform_wrapper .ginput_complex label {
    margin-bottom: 0; }
  body .gform_wrapper label, body .gform_wrapper .instruction, body .gform_wrapper .gfield_required {
    color: #555; }
  body .gform_wrapper .gform_footer {
    margin: 0; }
    body .gform_wrapper .gform_footer input.button,
    body .gform_wrapper .gform_footer input[type=submit] {
      -webkit-appearance: inherit; }
  body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {
    background: #333;
    border: none;
    color: white;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    padding: 1rem 1.25rem;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:active, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:active {
      background: #404040; }
  body .gform_wrapper .gform_footer input[type=submit] {
    float: left; }
  body .gform_wrapper .gform_ajax_spinner {
    float: left;
    margin-left: 1rem;
    margin-top: 1.125rem; }
  body .gform_wrapper .validation_error {
    border: none;
    background: #333;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 1rem;
    text-transform: uppercase; }
  body .gform_wrapper .top_label .gfield_error {
    background: none;
    border: none;
    width: 100%; }
    body .gform_wrapper .top_label .gfield_error textarea.textarea {
      max-width: 100%; }
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important; }
    body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
      margin: 0;
      max-width: 100%; }
    body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
      color: #cc0000;
      letter-spacing: 1px;
      margin: 0;
      margin-bottom: .5rem;
      margin-top: .25rem;
      padding: 0;
      padding-top: 0 !important;
      max-width: 100%;
      text-transform: uppercase; }
      body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description:before {
        color: #333;
        content: '\f0aa';
        font-family: 'FontAwesome';
        margin-right: .35rem; }
  body .gform_wrapper li.gfield_error input[type=email],
  body .gform_wrapper li.gfield_error input[type=number],
  body .gform_wrapper li.gfield_error input[type=password],
  body .gform_wrapper li.gfield_error input[type=tel],
  body .gform_wrapper li.gfield_error input[type=text],
  body .gform_wrapper li.gfield_error input[type=url],
  body .gform_wrapper li.gfield_error textarea {
    border-color: #cc0000; }

#gform_wrapper_1 input[type="submit"] {
  background-color: #F06738; }
  #gform_wrapper_1 input[type="submit"]:hover {
    background-color: clighten(#F06738, 20%); }

#footer-newsletter .top_label {
  margin-bottom: -1rem !important; }

#footer-newsletter .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0; }

#footer-newsletter input[type="submit"] {
  background-color: #333 !important;
  letter-spacing: 2px;
  padding: .75rem; }

/*
HTML5 Reset ::style.css - via https://github.com/murtaugh/HTML5-Reset/blob/master/_/css/style.css
----------------------------------------------------------
We have learned much from/been inspired by/taken code where offered from:Eric Meyer ::http://ericmeyer.com
HTML5 Doctor ::http://html5doctor.com
and the HTML5 Boilerplate ::http://html5boilerplate.com
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, img, nav, section {
  display: block; }

/* Responsive images and other embedded objects
Note:keeping IMG here will cause problems if you're using foreground images as sprites.
If this default setting for images is causing issues,you might want to replace it with a .responsive class instead. */
img, object, embed {
  max-width: 100%;
  height: auto; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well,actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.lt-ie7 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

/* Accessible focus treatment
people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

small {
  font-size: 85%; }

em, i {
  font-style: italic; }

strong, th, b {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't screw with your line-heights
gist.github.com/413930 */
sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.75em; }

sub {
  bottom: -0.5em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace,sans-serif; }

/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.lt-ie8 img {
  -ms-interpolation-mode: bicubic; }

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

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

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

/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
html {
  box-sizing: border-box; }

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

* {
  box-sizing: 'border-box'; }

body, select, input, textarea {
  color: #333; }

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: #ccc; }

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold; }

body {
  color: #555;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5; }

a {
  border-bottom: 1px solid #cccccc;
  color: #333;
  text-decoration: none;
  -webkit-transition: border 0.25s ease-out;
  -moz-transition: border 0.25s ease-out;
  transition: border 0.25s ease-out; }
  a:hover, a:focus {
    border-bottom: 1px solid #000;
    color: #000; }
    a:hover .fa-caret-right, a:focus .fa-caret-right {
      -webkit-transform: translateX(2px);
      -moz-transform: translateX(2px);
      -ms-transform: translateX(2px);
      -o-transform: translateX(2px);
      transform: translateX(2px); }
    a:hover .fa-caret-left, a:focus .fa-caret-left {
      -webkit-transform: translateX(-2px);
      -moz-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
      -o-transform: translateX(-2px);
      transform: translateX(-2px); }
  a .fa-caret-right, a .fa-caret-left {
    -webkit-transition: -webkit-transform 0.25s ease-out;
    -moz-transition: -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out; }
  nav a {
    text-decoration: none; }
    nav a:hover, nav a:active {
      text-decoration: none; }

h1 {
  color: #333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  text-transform: uppercase; }

h2 {
  color: #333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 3rem 0 1rem 0;
  text-transform: uppercase; }

h3 {
  color: #F06738;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-transform: uppercase; }

h4 {
  color: #333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3; }

h5 {
  color: #333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3; }

h6 {
  color: #333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3; }

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1em 0; }

em, i {
  font-style: italic; }
  em strong, em b, i strong, i b {
    font-style: italic; }

strong, b {
  font-weight: bold; }
  strong em, strong i, b em, b i {
    font-weight: bold; }

ol {
  margin: 1em 0 1em 1.25em; }

ul {
  list-style: disc;
  margin: 1em 0 1em 1.1em; }
  nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    nav ul a {
      text-decoration: none; }

.buy-btn {
  display: block;
  border: 3px solid #F06738;
  color: #F06738;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 1rem;
  max-width: 200px;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 192px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .buy-btn:hover, .buy-btn:active, .buy-btn:focus {
    background: #F06738;
    border: 3px solid #F06738;
    color: #fff; }

.single-post-nav {
  border-top: 1px solid #f2f2f2;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-top: 3rem;
  padding-top: 1rem;
  text-transform: uppercase; }
  .single-post-nav::after {
    clear: both;
    content: "";
    display: block; }
  .single-post-nav a {
    border: none;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .single-post-nav .previous-post {
    float: left; }
  .single-post-nav .next-post {
    float: right; }
  .single-post-nav .fa {
    color: #F06738;
    position: relative;
    top: 0px;
    right: -2px; }
    .single-post-nav .fa.fa-caret-left {
      right: 0;
      left: -2px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: .5rem;
  max-width: 100%;
  height: auto; }

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

.featured-book h4 {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: .5rem 0 1rem 0;
  text-transform: uppercase; }

.featured-book .wp-post-image {
  padding-bottom: 1rem;
  max-width: 240px; }

.featured-book a {
  text-decoration: none; }
  .featured-book a:hover h5 {
    color: #e44711; }

.featured-book h5 {
  color: #F06738;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out; }

.featured-book h6 {
  font-size: 0.9375rem;
  font-style: italic;
  letter-spacing: 1px;
  margin-top: .25rem; }

.featured-book .view-all {
  border: none;
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 2rem;
  text-transform: uppercase; }

.book-type-list h4 {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: .5rem 0 1rem 0;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .book-type-list h4 {
      margin-top: 36px; } }
.book-type-list ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .book-type-list ul a {
    border: none;
    font-size: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase; }

.other-books {
  clear: both;
  padding-top: 3rem; }
  .other-books::after {
    clear: both;
    content: "";
    display: block; }
  .other-books ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .other-books li {
    margin-bottom: 1rem;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .other-books li:last-child {
      margin-right: 0; }
    .other-books li:nth-child(2n) {
      margin-right: 0; }
    .other-books li:nth-child(2n+1) {
      clear: left; }
    @media screen and (min-width: 768px) {
      .other-books li {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 23.2317609825%; }
        .other-books li:nth-child(2n) {
          margin-right: 2.3576520234%; }
        .other-books li:nth-child(2n+1) {
          clear: none; }
        .other-books li:last-child {
          margin-right: 0; }
        .other-books li:nth-child(4n) {
          margin-right: 0; }
        .other-books li:nth-child(4n+1) {
          clear: left; } }
  .other-books img {
    max-height: 260px;
    width: auto;
    margin-bottom: .5rem; }
    @media screen and (min-width: 645px) {
      .other-books img {
        max-height: 275px; } }
    @media screen and (min-width: 768px) {
      .other-books img {
        max-height: 290px; } }
  .other-books h3 {
    color: #333; }
  .other-books h5 {
    border-bottom: 1px solid #fff;
    color: #F06738;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: border 0.25s ease-out;
    -moz-transition: border 0.25s ease-out;
    transition: border 0.25s ease-out; }
  .other-books h6 {
    font-size: 0.8125rem;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: .25rem; }

.event-item {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 2rem;
  padding-bottom: .5rem; }
  .event-item::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) {
    .event-item {
      border-top: none; } }
  .event-item:first-of-type {
    padding-top: 1rem; }
  .event-item:last-child {
    border-bottom: none; }
  .event-item .event-info {
    padding-left: 1rem; }
  .event-item .date {
    background: #f2f2f2;
    color: #555;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    padding: 1rem; }
    @media screen and (min-width: 768px) {
      .event-item .date {
        float: left;
        display: block;
        margin-right: 2.8425860857%;
        width: 22.8680604357%;
        line-height: 1.25; }
        .event-item .date:last-child {
          margin-right: 0; } }
  .event-item .date-time {
    display: inline; }
    @media screen and (min-width: 768px) {
      .event-item .date-time {
        display: block; } }
  .event-item .event-info {
    padding-left: 1rem; }
    @media screen and (min-width: 768px) {
      .event-item .event-info {
        float: left;
        display: block;
        margin-right: 2.8425860857%;
        width: 74.2893534786%; }
        .event-item .event-info:last-child {
          margin-right: 0; } }
  .event-item h2 {
    color: #F06738;
    font-size: 1.125rem;
    margin-bottom: .5rem;
    margin: 0 0 1.5rem 0;
    text-transform: none; }
  .event-item .organization {
    color: #999;
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: .25rem;
    text-transform: uppercase; }
  .event-item .location {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    text-transform: uppercase; }
    .event-item .location .fa {
      color: #F06738;
      font-size: 1.25rem;
      position: absolute;
      left: -1rem;
      top: 0; }
  .event-item .excerpt {
    font-size: 0.9375rem;
    line-height: 1.65; }
  .event-item img {
    margin: 1.5rem 0; }

.past-events .location {
  display: none; }

.past-events .event-toggle {
  cursor: pointer; }

.past-events .excerpt {
  display: none; }

.past-events .event-toggle {
  border: 2px solid #5C5C5C;
  color: #5C5C5C;
  text-transform: uppercase;
  display: inline;
  padding: .25rem 1rem;
  font-weight: 600;
  letter-spacing: 2.33px;
  font-size: 0.875rem; }

.past-events .open-caret {
  transform: rotate(180deg);
  transition: all .25s ease-out; }

.past-events .date {
  font-size: 0.875rem; }

.event-item--small {
  border-bottom: none;
  margin-bottom: 1rem; }
  .event-item--small .date {
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .event-item--small .date {
        float: left;
        display: block;
        margin-right: 2.8425860857%;
        width: 100%;
        font-size: 1rem; }
        .event-item--small .date:last-child {
          margin-right: 0; } }
  .event-item--small .event-info {
    padding-left: 1rem; }
    @media screen and (min-width: 768px) {
      .event-item--small .event-info {
        float: left;
        display: block;
        margin-right: 2.8425860857%;
        width: 100%; }
        .event-item--small .event-info:last-child {
          margin-right: 0; } }
  .event-item--small h2 {
    font-size: 1rem; }
  .event-item--small .organization {
    font-size: 0.8125rem; }
  .event-item--small .location {
    font-size: 0.8125rem; }
    .event-item--small .location .fa {
      font-size: 1rem; }

.sidebar--speaker .events, .sidebar .events {
  margin-bottom: 3rem; }

.sidebar--speaker .upcoming-events-title, .sidebar .upcoming-events-title {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .sidebar--speaker .upcoming-events-title a, .sidebar .upcoming-events-title a {
    border: none; }

.sidebar--speaker .view-all, .sidebar .view-all {
  border: none;
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 2rem;
  text-transform: uppercase; }

.newsletter-signup {
  border: 3px solid #f2f2f2;
  margin: 3rem 0; }
  .newsletter-signup h6 {
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    transition: all .25s ease-out; }
    .newsletter-signup h6:hover {
      background: #f2f2f2; }
    .newsletter-signup h6 .fa {
      color: #F06738;
      font-size: 0.9375rem;
      position: relative;
      top: -1px;
      padding-right: .5rem; }
  .newsletter-signup .newsletter-form {
    background: #f2f2f2;
    padding: 1px 1rem; }

.cnf-widget {
  margin-bottom: 2rem; }

.featured-books {
  background: #F06738;
  overflow: hidden;
  padding: 3rem 2rem 2rem 2rem; }
  @media screen and (min-width: 768px) {
    .featured-books {
      padding: 5rem 2rem 4rem 2rem; } }
  .featured-books h4, .featured-books h5 {
    color: #fbd4c6;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: .5rem;
    text-transform: uppercase; }
  .featured-books h5 {
    color: #fff;
    font-size: 1.3125rem;
    margin-bottom: 2rem; }
    .featured-books h5 a {
      border: none;
      color: #fff; }
      .featured-books h5 a:hover {
        border-bottom: 1px solid #fff; }
  .featured-books h6 {
    color: #fbd4c6;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 3rem 0 1rem 0;
    text-transform: uppercase; }
  .featured-books .excerpt {
    color: #fff;
    font-size: 1.1875rem;
    letter-spacing: 1.5px;
    line-height: 1.65; }
    @media screen and (min-width: 768px) {
      .featured-books .excerpt {
        font-size: 1.3125rem; } }
    .featured-books .excerpt p {
      font-size: 1.1875rem;
      letter-spacing: 1.5px;
      line-height: 1.65; }
      @media screen and (min-width: 768px) {
        .featured-books .excerpt p {
          font-size: 1.3125rem; } }
    .featured-books .excerpt .read-more {
      border: none;
      color: #fff;
      display: block;
      font-size: 1rem;
      font-weight: 600;
      margin: 1.5rem 0;
      text-transform: uppercase; }
  .featured-books .featured-book-info {
    margin-bottom: 3rem; }
    @media screen and (min-width: 645px) {
      .featured-books .featured-book-info {
        float: left;
        display: block;
        margin-right: 1.7578778568%;
        width: 49.1210610716%; }
        .featured-books .featured-book-info:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .featured-books .featured-book-info {
        float: left;
        display: block;
        margin-right: 1.7578778568%;
        width: 61.8407958037%; }
        .featured-books .featured-book-info:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 645px) {
    .featured-books .featured-book-image {
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 42.7611937055%;
      margin-left: 6.3598673661%; }
      .featured-books .featured-book-image:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .featured-books .featured-book-image {
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 23.6815916074%;
      margin-left: 12.7197347321%; }
      .featured-books .featured-book-image:last-child {
        margin-right: 0; } }
  .featured-books .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%; }
    .featured-books .owl-nav button:hover {
      background-color: transparent !important; }
    .featured-books .owl-nav .owl-prev {
      float: left;
      margin-left: -2.5rem; }
      .featured-books .owl-nav .owl-prev:active, .featured-books .owl-nav .owl-prev:focus {
        outline: none; }
        .featured-books .owl-nav .owl-prev:active .fa, .featured-books .owl-nav .owl-prev:focus .fa {
          color: #fff; }
      @media screen and (min-width: 1024px) {
        .featured-books .owl-nav .owl-prev {
          margin-left: -3.5rem; } }
    .featured-books .owl-nav .owl-next {
      float: right;
      margin-right: -2.5rem; }
      .featured-books .owl-nav .owl-next:active, .featured-books .owl-nav .owl-next:focus {
        outline: none; }
        .featured-books .owl-nav .owl-next:active .fa, .featured-books .owl-nav .owl-next:focus .fa {
          color: #fff; }
      @media screen and (min-width: 1024px) {
        .featured-books .owl-nav .owl-next {
          margin-right: -3.5rem; } }
    .featured-books .owl-nav .fa {
      color: #fbd4c6;
      font-size: 1.3125rem; }
  .featured-books .owl-dots {
    margin-top: 2rem; }
    .featured-books .owl-dots .owl-dot span {
      background-color: #fbd4c6; }
    .featured-books .owl-dots .owl-dot.active span {
      background-color: #fff; }

.featured-quotes {
  margin-top: 3rem;
  padding: 3rem 3rem 0 3rem !important; }
  @media screen and (min-width: 768px) {
    .featured-quotes {
      padding: 5rem 3rem 0 3rem !important; } }
  .featured-quotes h2.featured-title {
    color: #F06738;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 22px;
    margin: 0 0 2rem 0;
    text-transform: uppercase; }
    @media screen and (min-width: 645px) {
      .featured-quotes h2.featured-title {
        margin: 0 0 3rem 12.7197347321%; } }
  .featured-quotes h4, .featured-quotes h5 {
    color: #999;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: .5rem;
    text-transform: uppercase; }
  .featured-quotes h5 {
    color: #F06738;
    font-size: 1.3125rem;
    margin-bottom: 2rem; }
    .featured-quotes h5 a {
      border: none;
      color: #F06738; }
      .featured-quotes h5 a:hover {
        border-bottom: 1px solid #F06738; }
  .featured-quotes .excerpt {
    color: #555;
    font-size: 1.1875rem;
    letter-spacing: 1.5px;
    line-height: 1.65;
    position: relative; }
    @media screen and (min-width: 768px) {
      .featured-quotes .excerpt {
        font-size: 1.5rem; } }
    .featured-quotes .excerpt blockquote p {
      font-style: normal;
      font-weight: normal;
      font-size: 1rem;
      letter-spacing: 0.875px; }
      @media screen and (min-width: 768px) {
        .featured-quotes .excerpt blockquote p {
          font-size: 1.5rem;
          line-height: 34px; }
          .featured-quotes .excerpt blockquote p:after {
            color: #F06738;
            content: '”';
            font-size: 4.5rem;
            position: absolute;
            margin-top: 1rem;
            margin-left: .5rem; } }
    .featured-quotes .excerpt .read-more {
      color: #fff;
      display: block;
      margin: 1.5rem 0; }
  .featured-quotes .quote {
    color: #F06738;
    display: none;
    position: absolute;
    left: -2rem;
    font-size: 4.5rem;
    top: -2rem; }
    @media screen and (min-width: 768px) {
      .featured-quotes .quote {
        display: block; } }
  .featured-quotes .quote-name {
    color: #F06738;
    font-style: normal;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 25px;
    letter-spacing: 0.882353px;
    margin-left: 1rem; }
    .featured-quotes .quote-name:before {
      content: '— ';
      margin-left: -1rem; }
    @media screen and (min-width: 1024px) {
      .featured-quotes .quote-name {
        font-size: 0.9375rem; } }
  .featured-quotes .featured-quote-info {
    margin-bottom: 3rem; }
    @media screen and (min-width: 645px) {
      .featured-quotes .featured-quote-info {
        float: left;
        display: block;
        margin-right: 1.7578778568%;
        width: 74.5605305358%;
        margin-left: 12.7197347321%; }
        .featured-quotes .featured-quote-info:last-child {
          margin-right: 0; } }
  .featured-quotes .featured-book-image {
    margin-bottom: 3rem; }
    @media screen and (min-width: 645px) {
      .featured-quotes .featured-book-image {
        float: left;
        display: block;
        margin-right: 1.7578778568%;
        width: 42.7611937055%; }
        .featured-quotes .featured-book-image:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .featured-quotes .featured-book-image {
        float: left;
        display: block;
        margin-right: 1.7578778568%;
        width: 23.6815916074%; }
        .featured-quotes .featured-book-image:last-child {
          margin-right: 0; } }
  .featured-quotes .owl-nav {
    position: absolute;
    top: calc(50% - 3rem);
    width: 100%; }
    @media screen and (min-width: 768px) {
      .featured-quotes .owl-nav {
        top: calc(50% - 4rem); } }
    .featured-quotes .owl-nav button:hover {
      background-color: transparent !important; }
    .featured-quotes .owl-nav .owl-prev {
      float: left;
      margin-left: -2.5rem; }
      .featured-quotes .owl-nav .owl-prev:active, .featured-quotes .owl-nav .owl-prev:focus {
        outline: none; }
        .featured-quotes .owl-nav .owl-prev:active .fa, .featured-quotes .owl-nav .owl-prev:focus .fa {
          color: #f7af97; }
      @media screen and (min-width: 1024px) {
        .featured-quotes .owl-nav .owl-prev {
          margin-left: -4.5rem; } }
    .featured-quotes .owl-nav .owl-next {
      float: right;
      margin-right: -2.5rem; }
      .featured-quotes .owl-nav .owl-next:active, .featured-quotes .owl-nav .owl-next:focus {
        outline: none; }
        .featured-quotes .owl-nav .owl-next:active .fa, .featured-quotes .owl-nav .owl-next:focus .fa {
          color: #f7af97; }
      @media screen and (min-width: 1024px) {
        .featured-quotes .owl-nav .owl-next {
          margin-right: -4.5rem; } }
    .featured-quotes .owl-nav .fa {
      color: #F06738;
      font-size: 1.3125rem; }
  .featured-quotes .owl-dots {
    display: none;
    margin-top: 2rem; }
    .featured-quotes .owl-dots .owl-dot span {
      background-color: #fbd4c6; }
    .featured-quotes .owl-dots .owl-dot.active span {
      background-color: #fff; }

.about-lee {
  margin-top: 3rem;
  display: flex;
  flex-direction: column-reverse; }
  @media screen and (min-width: 645px) {
    .about-lee {
      flex-direction: row;
      justify-content: space-between; } }
  .about-lee .lee--photo {
    padding: 0 0 2rem 0; }
    @media screen and (min-width: 645px) {
      .about-lee .lee--photo {
        width: 33%;
        padding: 0; } }
    .about-lee .lee--photo img {
      width: 100%; }
  @media screen and (min-width: 645px) {
    .about-lee .lee--text {
      width: 66%;
      padding: 0; } }
  @media screen and (min-width: 1024px) {
    .about-lee .lee--text {
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 58.6608621207%; }
      .about-lee .lee--text:last-child {
        margin-right: 0; } }
  .about-lee .lee--text h6 {
    color: #F06738;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 22px;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .about-lee .lee--text p {
    font-style: normal;
    font-weight: 300;
    font-size: 1.0625rem;
    line-height: 25px;
    letter-spacing: 1px; }
  .about-lee .lee--text a {
    color: #F06738;
    font-style: normal;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 3.33333px;
    line-height: 18px; }

.front-book-feature {
  margin-top: 3rem; }
  @media screen and (min-width: 645px) {
    .front-book-feature .book-cover {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 40.291369653%;
      padding-right: 1rem; }
      .front-book-feature .book-cover:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .front-book-feature .book-cover {
      padding-right: 2rem; } }
  @media screen and (min-width: 645px) {
    .front-book-feature .book-cover img {
      max-width: 100%; } }
  .front-book-feature .book-content h2 {
    color: #F06738;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 29px;
    letter-spacing: 4.57143px;
    margin: 1rem 0;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .front-book-feature .book-content h2 {
        font-size: 1.5rem; } }
  .front-book-feature .book-content p {
    font-size: 1.0625rem;
    letter-spacing: 1px; }
  .front-book-feature .book-content .buy-btn {
    display: inline-block; }
  .front-book-feature .book-content p.on-sale {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 3.33333px;
    margin-bottom: 1.5rem;
    padding: .5rem 1rem;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .front-book-feature .book-content p.on-sale {
        font-size: 1rem; } }
  .front-book-feature .book-content .order-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 18px;
    letter-spacing: 3.33333px;
    margin-top: 2rem;
    text-transform: uppercase; }
  .front-book-feature .book-content .pre-order {
    border-bottom: 0;
    color: #F06738;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 150%;
    letter-spacing: 4.66667px;
    padding: .66rem 0 0 0;
    text-transform: uppercase; }
    @media screen and (min-width: 645px) {
      .front-book-feature .book-content .pre-order {
        display: inline;
        padding: 0; }
        .front-book-feature .book-content .pre-order:after {
          color: #000;
          content: ' | '; }
        .front-book-feature .book-content .pre-order:last-child:after {
          content: ' '; } }
  .front-book-feature .book-reviews {
    background-color: #F06738;
    color: #fff;
    margin-top: 3rem;
    padding: 4rem 0; }
    @media screen and (min-width: 645px) {
      .front-book-feature .book-reviews {
        padding-bottom: 0; } }
    @media screen and (min-width: 645px) {
      .front-book-feature .book-reviews .inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: minmax(2, auto);
        gap: 3rem; } }
    .front-book-feature .book-reviews .quote {
      margin-top: 3rem; }
      .front-book-feature .book-reviews .quote:first-child {
        margin-top: 0; }
      @media screen and (min-width: 645px) {
        .front-book-feature .book-reviews .quote {
          margin-top: 0; } }
    .front-book-feature .book-reviews p {
      font-style: normal;
      font-weight: normal;
      font-size: 1.3125rem;
      letter-spacing: 0.875px;
      margin-bottom: .75rem;
      position: relative; }
      @media screen and (min-width: 645px) {
        .front-book-feature .book-reviews p:before {
          color: #C74F26;
          content: '“';
          font-size: 4.5rem;
          position: absolute;
          margin-left: .25rem;
          top: -1.75rem;
          left: -2rem; }
        .front-book-feature .book-reviews p:after {
          bottom: -3.25rem;
          color: #C74F26;
          content: '”';
          font-size: 4.5rem;
          position: absolute;
          margin-left: .25rem; } }
    .front-book-feature .book-reviews span.name {
      margin: 0 0 3rem 1rem;
      font-style: normal;
      font-weight: 600;
      font-size: 0.9375rem;
      line-height: 25px;
      letter-spacing: 0.882353px;
      margin-left: 0; }
      .front-book-feature .book-reviews span.name:before {
        content: '— ';
        margin-left: -rem; }
      @media screen and (min-width: 645px) {
        .front-book-feature .book-reviews span.name {
          margin-bottom: 0; } }
  .front-book-feature footer.body--footer {
    background-color: #fff; }

.archive-feature {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  margin-bottom: 3rem; }
  .archive-feature:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .archive-feature {
      display: grid;
      grid-template-columns: 2.5fr 1fr;
      grid-template-rows: auto 1fr;
      gap: 0 3rem;
      grid-template-areas: "book-title book-cover" "book-details book-cover";
      margin-top: 3rem;
      padding-bottom: 3rem;
      margin-bottom: 0; } }
  .archive-feature .book-cover {
    grid-area: book-cover; }
  .archive-feature .book-title {
    grid-area: book-title; }
    .archive-feature .book-title h2 {
      font-size: 1.125rem;
      letter-spacing: 2px;
      color: #F06738; }
      @media screen and (min-width: 768px) {
        .archive-feature .book-title h2 {
          font-size: 1.5rem;
          letter-spacing: 4px;
          margin-top: 0; } }
    .archive-feature .book-title p.on-sale {
      background-color: #333;
      color: #fff;
      display: inline-block;
      font-style: normal;
      font-weight: 600;
      font-size: 0.75rem;
      line-height: 18px;
      letter-spacing: 3.33333px;
      margin-bottom: 1.5rem;
      padding: .5rem 1rem;
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) {
        .archive-feature .book-title p.on-sale {
          font-size: 1rem; } }
  .archive-feature .book-details {
    grid-area: book-details;
    margin-top: 2rem; }
    .archive-feature .book-details a {
      color: #F06738;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 0.9375rem;
      font-weight: 600;
      border-bottom: 0; }
  .archive-feature .order-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 18px;
    letter-spacing: 3.33333px;
    margin-top: 2rem;
    text-transform: uppercase; }
  .archive-feature .pre-order {
    border-bottom: 0;
    color: #F06738;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 150%;
    letter-spacing: 4.66667px;
    padding: .66rem 0 0 0;
    text-transform: uppercase; }
    @media screen and (min-width: 645px) {
      .archive-feature .pre-order {
        display: inline;
        padding: 0; }
        .archive-feature .pre-order:after {
          color: #000;
          content: ' | '; }
        .archive-feature .pre-order:last-child:after {
          content: ' '; } }
.book-testimonial {
  background-color: #f2f2f2;
  padding: 3rem 3rem 0 3rem !important; }
  @media screen and (min-width: 768px) {
    .book-testimonial {
      padding: 5rem 3rem 0 3rem !important; } }
  .book-testimonial h2.featured-title {
    color: #F06738;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 22px;
    margin: 0 0 2rem 0;
    text-transform: uppercase; }
    @media screen and (min-width: 645px) {
      .book-testimonial h2.featured-title {
        margin: 0 0 3rem 12.7197347321%; } }
  .book-testimonial h4, .book-testimonial h5 {
    color: #999;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: .5rem;
    text-transform: uppercase; }
  .book-testimonial h5 {
    color: #F06738;
    font-size: 1.3125rem;
    margin-bottom: 2rem; }
    .book-testimonial h5 a {
      border: none;
      color: #F06738; }
      .book-testimonial h5 a:hover {
        border-bottom: 1px solid #F06738; }
  .book-testimonial .excerpt {
    color: #555;
    font-size: 1.1875rem;
    letter-spacing: 1.5px;
    line-height: 1.65;
    position: relative; }
    @media screen and (min-width: 768px) {
      .book-testimonial .excerpt {
        font-size: 1.5rem; } }
    .book-testimonial .excerpt blockquote p {
      font-style: normal;
      font-weight: normal;
      font-size: 1rem;
      letter-spacing: 0.875px; }
      @media screen and (min-width: 768px) {
        .book-testimonial .excerpt blockquote p {
          font-size: 1.5rem;
          line-height: 34px; }
          .book-testimonial .excerpt blockquote p:after {
            color: #F06738;
            content: '”';
            font-size: 4.5rem;
            position: absolute;
            margin-top: 1rem;
            margin-left: .5rem; } }
    .book-testimonial .excerpt .read-more {
      color: #fff;
      display: block;
      margin: 1.5rem 0; }
  .book-testimonial .quote {
    color: #F06738;
    display: none;
    position: absolute;
    left: -2rem;
    font-size: 4.5rem;
    top: -2rem; }
    @media screen and (min-width: 768px) {
      .book-testimonial .quote {
        display: block; } }
  .book-testimonial .quote-name {
    color: #F06738;
    font-style: normal;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 25px;
    letter-spacing: 0.882353px;
    margin-left: 1rem; }
    .book-testimonial .quote-name:before {
      content: '— ';
      margin-left: -1rem; }
    @media screen and (min-width: 1024px) {
      .book-testimonial .quote-name {
        font-size: 0.9375rem; } }
  .book-testimonial .featured-quote-info {
    margin-bottom: 3rem; }
    @media screen and (min-width: 645px) {
      .book-testimonial .featured-quote-info {
        float: left;
        display: block;
        margin-right: 1.7578778568%;
        width: 74.5605305358%;
        margin-left: 12.7197347321%; }
        .book-testimonial .featured-quote-info:last-child {
          margin-right: 0; } }
  .book-testimonial .featured-book-image {
    margin-bottom: 3rem; }
    @media screen and (min-width: 645px) {
      .book-testimonial .featured-book-image {
        float: left;
        display: block;
        margin-right: 1.7578778568%;
        width: 42.7611937055%; }
        .book-testimonial .featured-book-image:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .book-testimonial .featured-book-image {
        float: left;
        display: block;
        margin-right: 1.7578778568%;
        width: 23.6815916074%; }
        .book-testimonial .featured-book-image:last-child {
          margin-right: 0; } }
  .book-testimonial .owl-nav {
    position: absolute;
    top: calc(50% - 3rem);
    width: 100%; }
    @media screen and (min-width: 768px) {
      .book-testimonial .owl-nav {
        top: calc(50% - 4rem); } }
    .book-testimonial .owl-nav button:hover {
      background-color: transparent !important; }
    .book-testimonial .owl-nav .owl-prev {
      float: left;
      margin-left: -2.5rem; }
      .book-testimonial .owl-nav .owl-prev:active, .book-testimonial .owl-nav .owl-prev:focus {
        outline: none; }
        .book-testimonial .owl-nav .owl-prev:active .fa, .book-testimonial .owl-nav .owl-prev:focus .fa {
          color: #f7af97; }
      @media screen and (min-width: 1024px) {
        .book-testimonial .owl-nav .owl-prev {
          margin-left: -4.5rem; } }
    .book-testimonial .owl-nav .owl-next {
      float: right;
      margin-right: -2.5rem; }
      .book-testimonial .owl-nav .owl-next:active, .book-testimonial .owl-nav .owl-next:focus {
        outline: none; }
        .book-testimonial .owl-nav .owl-next:active .fa, .book-testimonial .owl-nav .owl-next:focus .fa {
          color: #f7af97; }
      @media screen and (min-width: 1024px) {
        .book-testimonial .owl-nav .owl-next {
          margin-right: -4.5rem; } }
    .book-testimonial .owl-nav .fa {
      color: #F06738;
      font-size: 1.3125rem; }
  .book-testimonial .owl-dots {
    display: none;
    margin-top: 2rem; }
    .book-testimonial .owl-dots .owl-dot span {
      background-color: #fbd4c6; }
    .book-testimonial .owl-dots .owl-dot.active span {
      background-color: #fff; }

body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 100%; }

.body--wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.inner {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  -webkit-transition: padding 0.25s ease-out;
  -moz-transition: padding 0.25s ease-out;
  transition: padding 0.25s ease-out; }
  .inner::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) {
    .inner {
      padding: 0 2rem; } }
@media screen and (min-width: 768px) {
  .flex-fix {
    display: flex;
    width: 100%; } }

.main {
  padding: 3rem 0; }
  @media screen and (min-width: 768px) {
    .main {
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 61.8407958037%; }
      .main:last-child {
        margin-right: 0; } }
.sidebar {
  padding: 3rem 0; }
  @media screen and (min-width: 768px) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 30.0414589734%;
      margin-left: 6.3598673661%; }
      .sidebar:last-child {
        margin-right: 0; } }
  .sidebar .featured-image {
    margin-top: 1.25rem; }

.newsletter-form {
  padding-bottom: 1rem; }
  .newsletter-form::after {
    clear: both;
    content: "";
    display: block; }
  .newsletter-form input {
    -webkit-appearance: none;
    border-radius: 0; }
  .newsletter-form input:focus {
    outline: none; }
  .newsletter-form input[type="submit"] {
    background: #F06738 !important;
    width: 100% !important; }
  .newsletter-form .gform_wrapper div.validation_error {
    border: none;
    color: #fff !important;
    font-size: 0.8125rem;
    padding: .5rem; }
  .newsletter-form .gform_wrapper li.gfield.gfield_error {
    background: none !important;
    border: none; }

.has-orange-color {
  color: #F06738; }

.has-orange-background-color {
  background-color: #F06738; }

.has-black-color {
  color: #333333; }

.has-black-background-color {
  background-color: #333333; }

.has-white-color {
  color: #FFFFFF; }

.has-white-background-color {
  background-color: #FFFFFF; }

.wp-caption-text, .image-credit {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: .5rem;
  color: #000; }

/* Button block
--------------------------------------------- */
.wp-block-button__link {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 0.25s ease;
  margin: 3rem 0; }
  .wp-block-button__link:hover {
    text-decoration: none;
    border-bottom: 0;
    transition: transform 0.25s ease; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: #F06738; }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      background-color: #e44711;
      transition: transform 0.25s ease; }
  .wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus {
    color: #F06738; }
  .wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
    background-color: #e44711;
    transition: transform 0.25s ease; }
  .wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
    color: #333333; }
  .wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
    background-color: #1a1a1a;
    transition: transform 0.25s ease; }
  .wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
    color: #FFFFFF; }
  .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
    background-color: #e6e6e6;
    transition: transform 0.25s ease; }

header.body--header {
  padding: 2rem 0 0 .0;
  button: 0; }
  header.body--header::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1024px) {
    header.body--header .inner {
      display: flex;
      margin: 0 auto;
      padding-top: 1rem; } }
  header.body--header .flex-header {
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    width: 100%; }
    @media screen and (min-width: 645px) {
      header.body--header .flex-header {
        border-bottom: 0;
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      header.body--header .flex-header {
        padding-bottom: 2rem;
        border-bottom: 2px solid #000; } }
  header.body--header .current-menu-item a {
    color: #F06738; }
  header.body--header a {
    border-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2.14188px;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase; }
    header.body--header a:hover {
      font-style: italic; }
  @media screen and (min-width: 645px) {
    header.body--header .logo {
      display: inline; } }
  header.body--header .logo a {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 5px;
    margin: 1.5rem 0 1.5rem 0;
    text-decoration: none; }
    @media screen and (min-width: 645px) {
      header.body--header .logo a {
        font-size: 1.5rem; } }
  header.body--header .menu-btn {
    background: none;
    border: none;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 0.9375rem;
    letter-spacing: 3px;
    text-transform: uppercase; }
    header.body--header .menu-btn:focus {
      outline: none; }
    @media screen and (min-width: 645px) {
      header.body--header .menu-btn {
        display: none; } }
  header.body--header nav.nav--secondary {
    padding: 1rem 0 0 0; }
    @media screen and (min-width: 645px) {
      header.body--header nav.nav--secondary {
        display: flex; } }
    @media screen and (min-width: 1024px) {
      header.body--header nav.nav--secondary {
        padding: 0; } }
    header.body--header nav.nav--secondary ul {
      padding-bottom: 1rem; }
      @media screen and (min-width: 645px) {
        header.body--header nav.nav--secondary ul {
          display: flex; } }
    header.body--header nav.nav--secondary li {
      padding: .33rem 0; }
      @media screen and (min-width: 645px) {
        header.body--header nav.nav--secondary li {
          margin-right: 2rem;
          padding: 0; }
          header.body--header nav.nav--secondary li:last-child {
            margin-right: 0; } }
  @media screen and (min-width: 645px) {
    header.body--header a i {
      margin-top: 5px;
      margin-right: 2rem; } }
  header.body--header .menu-wrapper {
    clear: both;
    -webkit-transition: max-height 0.25s ease-out;
    -moz-transition: max-height 0.25s ease-out;
    transition: max-height 0.25s ease-out; }
    @media screen and (max-width: 644px) {
      header.body--header .menu-wrapper {
        overflow: hidden;
        max-height: 0; } }
    @media screen and (min-width: 645px) {
      header.body--header .menu-wrapper {
        border-bottom: 2px solid #000; } }
    @media screen and (min-width: 1024px) {
      header.body--header .menu-wrapper {
        border-bottom: 0;
        border-bottom: 2px solid #000; } }
    header.body--header .menu-wrapper.open {
      max-height: 3000px; }
      @media screen and (max-width: 644px) {
        header.body--header .menu-wrapper.open {
          max-height: 650px; } }
    header.body--header .menu-wrapper .logo {
      display: none; }
      @media screen and (min-width: 645px) {
        header.body--header .menu-wrapper .logo {
          display: inline; } }
footer.body--footer {
  background-color: #f2f2f2; }
  footer.body--footer::after {
    clear: both;
    content: "";
    display: block; }
  footer.body--footer .footer-top {
    color: #333;
    padding: 3rem 0; }
    footer.body--footer .footer-top h6 {
      color: #333;
      font-size: 1.0625rem;
      font-weight: 600;
      letter-spacing: 2px;
      margin: 0 0 .5rem;
      text-transform: uppercase; }
    footer.body--footer .footer-top p {
      font-size: 0.9375rem;
      letter-spacing: 1px;
      line-height: 1.65; }
    @media screen and (min-width: 645px) {
      footer.body--footer .footer-top .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media screen and (min-width: 1024px) {
      footer.body--footer .footer-top .inner {
        flex-wrap: nowrap; } }
  @media screen and (min-width: 645px) {
    footer.body--footer .newsletter-form {
      width: 100%;
      margin-bottom: 3rem; } }
  @media screen and (min-width: 1024px) {
    footer.body--footer .newsletter-form {
      width: auto;
      margin-bottom: 0;
      margin-right: 1rem; } }
  footer.body--footer .footer-events {
    margin-top: 1rem; }
    @media screen and (min-width: 645px) {
      footer.body--footer .footer-events {
        margin-top: 0;
        width: 49%; } }
    @media screen and (min-width: 1024px) {
      footer.body--footer .footer-events {
        width: auto;
        margin-bottom: 0;
        margin-right: 1rem; } }
    footer.body--footer .footer-events h6 {
      padding-bottom: .5rem; }
    footer.body--footer .footer-events .date {
      font-style: normal;
      font-weight: 600;
      font-size: 0.8125rem;
      letter-spacing: 1px;
      margin-bottom: 0;
      text-transform: uppercase; }
    footer.body--footer .footer-events h2 {
      font-style: normal;
      font-weight: 300;
      font-size: 1.0625rem;
      letter-spacing: 1px;
      margin-top: .25rem; }
    footer.body--footer .footer-events a {
      border-bottom: 0;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 3.33333px;
      text-transform: uppercase;
      color: #333; }
  footer.body--footer .footer-contact {
    margin-top: 3rem; }
    @media screen and (min-width: 645px) {
      footer.body--footer .footer-contact {
        margin-top: 0;
        width: 49%; } }
    @media screen and (min-width: 1024px) {
      footer.body--footer .footer-contact {
        width: auto;
        margin-bottom: 0; } }
    footer.body--footer .footer-contact a {
      border-bottom: 0; }
  footer.body--footer .footer-bottom {
    background: #F06738;
    padding: 1.5rem 0 .5rem; }
  footer.body--footer .copyright {
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase; }

.home .body--wrapper {
  padding-top: 0; }

.home .column-2-3 {
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .home .column-2-3 {
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 61.8407958037%; }
      .home .column-2-3:last-child {
        margin-right: 0; } }
.home .column-1-3 {
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .home .column-1-3 {
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 36.4013263395%; }
      .home .column-1-3:last-child {
        margin-right: 0; } }
.home .column-1-2 {
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .home .column-1-2 {
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 49.1210610716%; }
      .home .column-1-2:last-child {
        margin-right: 0; } }
.home .row {
  padding: 3rem 0 1rem 0; }
  @media screen and (min-width: 768px) {
    .home .row {
      padding: 4rem 0; } }
.home .row--gray {
  background: #f2f2f2; }

.home .book-wrapper {
  padding-bottom: 1rem; }
  @media screen and (min-width: 1024px) {
    .home .book-wrapper {
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 68.2006631697%; }
      .home .book-wrapper:last-child {
        margin-right: 0; } }
.home .book-thumbnail {
  padding-bottom: 1.5rem; }
  .home .book-thumbnail img {
    max-width: 192px;
    width: 100%; }
  @media screen and (max-width: 767px) {
    .home .book-thumbnail img {
      margin: 0 auto; }
    .home .book-thumbnail .buy-btn {
      margin: 1rem auto; } }
  @media screen and (min-width: 645px) {
    .home .book-thumbnail {
      float: left;
      display: block;
      margin-right: 2.577508451%;
      width: 25.398175672%; }
      .home .book-thumbnail:last-child {
        margin-right: 0; } }
@media screen and (min-width: 645px) {
  .home .book-info {
    float: left;
    display: block;
    margin-right: 2.577508451%;
    width: 72.024315877%; }
    .home .book-info:last-child {
      margin-right: 0; } }

.home .read-more {
  border: none;
  color: #F06738;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase; }
  .home .read-more .fa {
    -webkit-transition: -webkit-transform 0.25s ease-out;
    -moz-transition: -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out; }
  .home .read-more:hover .fa {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px); }

.home h1 a {
  color: #333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  border: none;
  text-transform: uppercase; }

.home h2 {
  color: #333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.0625rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  margin: 1rem 0 2rem 0;
  text-transform: none; }

@media screen and (min-width: 1024px) {
  .home .from-the-blog {
    float: left;
    display: block;
    margin-right: 1.7578778568%;
    width: 61.8407958037%; }
    .home .from-the-blog:last-child {
      margin-right: 0; } }

.home .from-the-blog h4 {
  color: #999;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: .5rem;
  text-transform: uppercase; }

.home .from-the-blog h3 {
  color: #F06738; }
  .home .from-the-blog h3 a {
    border: none;
    color: #F06738; }
    .home .from-the-blog h3 a:hover {
      border-bottom: 1px solid #F06738; }

.home .from-the-blog .excerpt {
  margin: 1.5rem 0; }
  .home .from-the-blog .excerpt p {
    font-size: 1.125rem;
    letter-spacing: 1px;
    line-height: 1.6; }
    @media screen and (min-width: 768px) {
      .home .from-the-blog .excerpt p {
        font-size: 1.3125rem; } }
.home .quote-wrapper {
  clear: both;
  padding-top: 3rem; }
  @media screen and (min-width: 1024px) {
    .home .quote-wrapper {
      clear: none;
      padding-top: 0;
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 30.0414589734%;
      margin-left: 6.3598673661%; }
      .home .quote-wrapper:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .home .quote-wrapper .newsletter-signup {
      margin-left: 2rem; } }
.home .home-quote {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  position: relative; }
  .home .home-quote p {
    font-size: 1.5rem; }
  .home .home-quote:before, .home .home-quote:after {
    color: #F06738;
    font-size: 6rem; }
  .home .home-quote:before {
    content: '“';
    left: 0;
    position: absolute;
    top: -42px; }

.home .quote-byline {
  color: #F06738;
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding-left: 2rem; }

.home .body--footer {
  background: #fff; }

.post-type-archive-book .main, .tax-book-type .main {
  padding: 2.5rem 0; }
  @media screen and (min-width: 768px) {
    .post-type-archive-book .main, .tax-book-type .main {
      float: left;
      display: block;
      margin-right: 1.7578778568%;
      width: 74.5605305358%;
      margin-left: 25.4394694642%; }
      .post-type-archive-book .main:last-child, .tax-book-type .main:last-child {
        margin-right: 0; } }
@media screen and (min-width: 768px) {
  .post-type-archive-book .sidebar, .tax-book-type .sidebar {
    float: left;
    display: block;
    margin-right: 1.7578778568%;
    width: 17.3217242413%;
    margin-left: -101.7578778568%; }
    .post-type-archive-book .sidebar:last-child, .tax-book-type .sidebar:last-child {
      margin-right: 0; } }

.post-type-archive-book .book-list, .tax-book-type .book-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%; }
  .post-type-archive-book .book-list::after, .tax-book-type .book-list::after {
    clear: both;
    content: "";
    display: block; }
  .post-type-archive-book .book-list li, .tax-book-type .book-list li {
    margin-bottom: 2rem;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .post-type-archive-book .book-list li:last-child, .tax-book-type .book-list li:last-child {
      margin-right: 0; }
    .post-type-archive-book .book-list li:nth-child(2n), .tax-book-type .book-list li:nth-child(2n) {
      margin-right: 0; }
    .post-type-archive-book .book-list li:nth-child(2n+1), .tax-book-type .book-list li:nth-child(2n+1) {
      clear: left; }
    @media screen and (min-width: 645px) {
      .post-type-archive-book .book-list li, .tax-book-type .book-list li {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 31.7615653177%; }
        .post-type-archive-book .book-list li:nth-child(2n), .tax-book-type .book-list li:nth-child(2n) {
          margin-right: 2.3576520234%; }
        .post-type-archive-book .book-list li:nth-child(2n+1), .tax-book-type .book-list li:nth-child(2n+1) {
          clear: none; }
        .post-type-archive-book .book-list li:last-child, .tax-book-type .book-list li:last-child {
          margin-right: 0; }
        .post-type-archive-book .book-list li:nth-child(3n), .tax-book-type .book-list li:nth-child(3n) {
          margin-right: 0; }
        .post-type-archive-book .book-list li:nth-child(3n+1), .tax-book-type .book-list li:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 768px) {
      .post-type-archive-book .book-list li, .tax-book-type .book-list li {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 31.7615653177%; }
        .post-type-archive-book .book-list li:nth-child(2n), .tax-book-type .book-list li:nth-child(2n) {
          margin-right: 2.3576520234%; }
        .post-type-archive-book .book-list li:nth-child(2n+1), .tax-book-type .book-list li:nth-child(2n+1) {
          clear: none; }
        .post-type-archive-book .book-list li:last-child, .tax-book-type .book-list li:last-child {
          margin-right: 0; }
        .post-type-archive-book .book-list li:nth-child(3n), .tax-book-type .book-list li:nth-child(3n) {
          margin-right: 0; }
        .post-type-archive-book .book-list li:nth-child(3n+1), .tax-book-type .book-list li:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 1024px) {
      .post-type-archive-book .book-list li, .tax-book-type .book-list li {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 23.2317609825%; }
        .post-type-archive-book .book-list li:nth-child(3n), .tax-book-type .book-list li:nth-child(3n) {
          margin-right: 2.3576520234%; }
        .post-type-archive-book .book-list li:nth-child(3n+1), .tax-book-type .book-list li:nth-child(3n+1) {
          clear: none; }
        .post-type-archive-book .book-list li:last-child, .tax-book-type .book-list li:last-child {
          margin-right: 0; }
        .post-type-archive-book .book-list li:nth-child(4n), .tax-book-type .book-list li:nth-child(4n) {
          margin-right: 0; }
        .post-type-archive-book .book-list li:nth-child(4n+1), .tax-book-type .book-list li:nth-child(4n+1) {
          clear: left; } }
.post-type-archive-book .book-link, .tax-book-type .book-link {
  border: none;
  text-decoration: none; }
  .post-type-archive-book .book-link:hover h5, .tax-book-type .book-link:hover h5 {
    color: #e44711; }
  .post-type-archive-book .book-link .wp-post-image, .tax-book-type .book-link .wp-post-image {
    padding-bottom: 1rem;
    max-height: 260px;
    width: auto; }
    @media screen and (min-width: 645px) {
      .post-type-archive-book .book-link .wp-post-image, .tax-book-type .book-link .wp-post-image {
        max-height: 275px; } }
    @media screen and (min-width: 768px) {
      .post-type-archive-book .book-link .wp-post-image, .tax-book-type .book-link .wp-post-image {
        max-height: 290px; } }
  .post-type-archive-book .book-link h5, .tax-book-type .book-link h5 {
    color: #F06738;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out; }
  .post-type-archive-book .book-link h6, .tax-book-type .book-link h6 {
    font-size: 0.875rem;
    font-style: italic;
    margin-top: .25rem; }

@media screen and (min-width: 768px) {
  .single-book .main {
    float: left;
    display: block;
    margin-right: 1.7578778568%;
    width: 74.5605305358%;
    margin-left: 25.4394694642%;
    margin-top: 2rem; }
    .single-book .main:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .single-book .sidebar {
    float: left;
    display: block;
    margin-right: 1.7578778568%;
    width: 17.3217242413%;
    margin-left: -101.7578778568%; }
    .single-book .sidebar:last-child {
      margin-right: 0; } }

.single-book .book-thumbnail {
  margin-bottom: 3rem; }
  @media screen and (min-width: 645px) {
    .single-book .book-thumbnail {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      .single-book .book-thumbnail:last-child {
        margin-right: 0; } }
  .single-book .book-thumbnail img {
    max-width: 192px; }
    @media screen and (min-width: 645px) {
      .single-book .book-thumbnail img {
        max-width: 100%; } }
.single-book .order-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 18px;
  letter-spacing: 2.5px;
  margin-bottom: .5rem;
  margin-top: 2rem;
  text-transform: uppercase; }

.single-book .pre-order {
  border-bottom: 0;
  color: #F06738;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: 2.66667px;
  text-transform: uppercase; }

@media screen and (min-width: 645px) {
  .single-book .book-info {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 70.1456848265%;
    margin-left: 4.2649021676%; }
    .single-book .book-info:last-child {
      margin-right: 0; } }

.single-book h1 {
  border-bottom: 1px solid #fff;
  color: #F06738;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: border 0.25s ease-out;
  -moz-transition: border 0.25s ease-out;
  transition: border 0.25s ease-out; }

.single-book h1 + p, .single-book h1 + section {
  margin-top: 1.5rem; }

.single-book .subtitle {
  font-size: 1.0625rem;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  margin-top: .25rem; }

.single-book .reviews {
  font-size: 0.9375rem; }
  .single-book .reviews h3 {
    color: #F06738;
    font-size: 1rem;
    margin-top: 3rem; }
  .single-book .reviews p {
    font-size: 0.9375rem; }
  .single-book .reviews .review-source {
    border-bottom: 1px solid #f2f2f2;
    color: #F06738;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-bottom: 2rem; }
    .single-book .reviews .review-source:last-child {
      border-bottom: none; }

.pagename-events .buy-btn, .pagename-speaker .buy-btn {
  margin-bottom: 3rem;
  max-width: 100%;
  padding: .5rem 1.5rem; }

.pagename-events h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: .5rem;
  color: #F06738; }

.pagename-events .event-item h2 {
  border-bottom: none;
  padding-bottom: 0; }

.pagename-media .media {
  padding-top: 3rem; }

.pagename-media .media-item {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }
  .pagename-media .media-item:last-of-type {
    border-bottom: none; }

.pagename-media h2 {
  margin: 0;
  margin-top: .5rem; }
  .pagename-media h2 a {
    border: none;
    color: #F06738; }

.pagename-media .media-source-title {
  font-size: 0.8125rem;
  font-style: italic;
  letter-spacing: 1px;
  margin-top: .5rem;
  text-transform: uppercase; }

.pagename-media .media-date {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase; }

.pagename-media .media-description {
  margin-top: 1rem; }

.pagename-media .embedly-card {
  margin: 0 !important;
  position: relative;
  z-index: 0 !important; }

.blog .alignleft, .single-post .alignleft {
  float: left;
  padding: .5rem 2rem 1rem 0; }

.blog .alignright, .single-post .alignright {
  float: right;
  padding: .5rem 0 1rem 2rem; }

.blog article, .single-post article {
  clear: both;
  padding-bottom: 3rem; }
  .blog article blockquote, .single-post article blockquote {
    border-left: 3px solid #f2f2f2;
    margin: 2rem 2rem 2rem 0;
    padding-left: 1.5rem; }

.blog .blog-heading-title, .single-post .blog-heading-title {
  border-bottom: 3px solid #f2f2f2;
  color: #555;
  margin-bottom: 2.5rem;
  margin-top: 0;
  padding-bottom: .5rem; }

.blog .blog-title, .single-post .blog-title {
  color: #F06738;
  margin-bottom: .5rem;
  margin-top: .5rem; }
  .blog .blog-title a, .single-post .blog-title a {
    border: none;
    color: #F06738; }

.blog .date, .single-post .date {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase; }

.blog a.read-more, .single-post a.read-more {
  border: none;
  color: #F06738;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 1rem 0;
  text-transform: uppercase; }
  .blog a.read-more .fa, .single-post a.read-more .fa {
    font-size: 0.6875rem;
    position: relative;
    top: -.5px; }

.blog .wp-caption-text, .single-post .wp-caption-text {
  color: #999;
  font-size: .825rem;
  letter-spacing: 1px;
  margin-bottom: .5rem;
  margin-top: .5rem;
  text-transform: uppercase; }

.blog .sidebar .buy-btn, .single-post .sidebar .buy-btn {
  margin-bottom: 3rem;
  margin-top: 3rem;
  max-width: 100%;
  padding: .5rem 1.5rem; }

.blog .sidebar .blog-share, .single-post .sidebar .blog-share {
  margin-top: 3rem; }

.blog .sidebar h5, .single-post .sidebar h5 {
  border-bottom: 3px solid #f2f2f2;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  text-transform: uppercase; }

.blog .newsletter-signup, .single-post .newsletter-signup {
  margin-top: 2rem; }

.blog .recent-posts-title, .single-post .recent-posts-title {
  border-bottom: 3px solid #f2f2f2;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  text-transform: uppercase; }

.blog .recent-posts-list, .single-post .recent-posts-list {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .blog .recent-posts-list li, .single-post .recent-posts-list li {
    margin-bottom: 1rem; }
  .blog .recent-posts-list a, .single-post .recent-posts-list a {
    border: none;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .25s ease-out; }
    .blog .recent-posts-list a:hover, .single-post .recent-posts-list a:hover {
      color: #F06738; }
  .blog .recent-posts-list .date, .single-post .recent-posts-list .date {
    color: #999;
    font-size: 0.75rem; }

.blog .event-date, .single-post .event-date {
  margin-bottom: 1rem; }

.blog .event-item, .single-post .event-item {
  margin-bottom: 0;
  padding-bottom: 0; }

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