/*!
Theme Name: Nancy Koehn 2020
Theme URI: http://underscores.me/
Author: INCLINED
Author URI: http://inclinedinc.com
Description: A custom WordPress theme built by INCLINED, Inc. for Nancy Koehn
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nancy_koehn_2020
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nancy Koehn 2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background-color: #172447; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px;
        color: #a98546; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        color: #172447; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  text-align: center; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  display: block;
  content: "";
  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  display: block;
  content: "";
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%; }

.site-main {
  margin: 0 25% 0 0; }

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%; }

.site-footer {
  clear: both;
  width: 100%; }

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px; }
.no-sidebar .site-main {
  margin-right: 0;
  max-width: 1440px; }

.content-area {
  float: right;
  margin: 0 0 0 -25%;
  width: 100%; }

.site-main {
  margin: 0 0 0 25%; }

.site-content .widget-area {
  float: left;
  overflow: hidden;
  width: 25%; }

.site-footer {
  clear: both;
  width: 100%; }

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px; }
.no-sidebar .site-main {
  margin-right: 0;
  max-width: 1440px; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    text-align: center;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# INCLINED STYLES
--------------------------------------------------------------*/
a, a:visited {
  color: #a98546;
  transition: all .25s ease-in-out; }

hr {
  background-color: #a98546;
  height: 2px;
  width: 100%; }

a:hover, a:focus {
  color: #172447; }

.site-content {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  float: none;
  clear: both;
  text-align: center; }
  .site-content #page-header-wrapper {
    padding-top: 26px !important;
    float: none !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    position: relative !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-align: center !important; }
    .site-content #page-header-wrapper .page-headline {
      font-family: "Prata", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
      font-size: 1.8em;
      font-weight: normal; }
    .site-content #page-header-wrapper hr {
      border-top-style: solid !important;
      border-top-width: 4px !important;
      color: #a98546 !important;
      margin: 10px auto 36px auto;
      max-width: 100px; }
  .site-content .content-area {
    width: calc(100% - 30px);
    max-width: 960px;
    text-align: center;
    margin: 0px auto 45px auto;
    float: none;
    margin-top: -15px;
    padding-top: 0px; }
    .site-content .content-area .site-main {
      margin: 0 auto;
      text-align: left;
      margin-top: 50px;
      color: #636363;
      font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; }
      .site-content .content-area .site-main .contact-headline {
        font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-weight: bold; }
      .site-content .content-area .site-main #page-image-wrapper {
        display: inline-block !important;
        float: left;
        margin: 0px 20px 20px 0px;
        width: 100%;
        max-width: 220px; }
        .site-content .content-area .site-main #page-image-wrapper .page-image {
          max-width: 220px; }
      .site-content .content-area .site-main h2 {
        font-size: 2em;
        float: none;
        clear: both;
        width: calc(100% - 280px);
        display: inline-block;
        color: #172447;
        font-family: "Prata", serif;
        font-weight: normal; }
      .site-content .content-area .site-main h4 {
        font-size: 1.2em;
        font-style: italic;
        float: none;
        clear: both;
        width: calc(100% - 280px);
        display: inline-block;
        color: #172447;
        font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-style: italic;
        font-weight: normal; }

.page-template-page-books .site-content {
  width: 100%;
  max-width: none;
  text-align: center;
  margin: 0px auto;
  float: none;
  clear: both;
  text-align: center; }
  .page-template-page-books .site-content .content-area {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: 0px auto 45px auto;
    float: none; }
    .page-template-page-books .site-content .content-area .site-main {
      width: 100%;
      max-width: none;
      margin: 0 auto;
      text-align: left;
      margin-top: 0px;
      color: #636363;
      font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; }
      .page-template-page-books .site-content .content-area .site-main #page-image-wrapper {
        display: inline-block !important;
        float: left;
        margin: 0px 20px 20px 0px;
        width: 100%;
        max-width: 220px; }
        .page-template-page-books .site-content .content-area .site-main #page-image-wrapper .page-image {
          max-width: 220px; }
      .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper {
        width: calc(100% - 30px);
        max-width: 960px;
        margin: 0 auto;
        padding: 50px 0px 0px 0px; }
        .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-image-wrapper {
          display: inline-block !important;
          float: right;
          margin: 0px 20px 20px 0px;
          width: 100%;
          max-width: 320px;
          padding-top: 20px; }
          .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-image-wrapper .page-image {
            max-width: 320px; }
        .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-content-wrapper {
          width: calc(100% - 400px);
          text-align: left;
          margin-bottom: 0px; }
          .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-content-wrapper .book-page-title {
            font-family: "Prata", serif !important;
            color: #172447;
            display: inline-block;
            margin-top: -10px;
            margin-bottom: 0px;
            font-size: 1.5em !important;
            font-style: normal !important;
            font-weight: normal !important;
            width: 100%; }
          .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-content-wrapper .book-page-headline {
            font-family: "Prata", serif !important;
            display: inline;
            color: #a98546 !important;
            margin-top: 0px;
            margin-bottom: 0px;
            font-size: 1.3em !important;
            font-style: normal !important;
            font-weight: normal !important;
            width: 100%; }
          .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-content-wrapper .buy-now-wrapper {
            width: 100%;
            text-align: center;
            display: flex; }
            .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-content-wrapper .buy-now-wrapper .buy-now-button {
              margin: 0 auto;
              background-color: #172447;
              color: #a98546;
              width: 150px;
              height: 45px;
              vertical-align: middle;
              text-align: center;
              display: table-cell;
              font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
              font-size: 1em;
              text-decoration: none;
              font-weight: bold;
              border: #172447 1px transparent;
              box-sizing: border-box;
              margin-bottom: 30px; }
            .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-content-wrapper .buy-now-wrapper .buy-now-button:hover {
              margin: 0 auto;
              width: 150px;
              height: 45px;
              background-color: #a98546 !important;
              transition: all .25s ease-in-out;
              color: white; }

.book-wrapper-bg-color .book-wrapper {
  float: none;
  clear: both; }
  .book-wrapper-bg-color .book-wrapper .featured-book-ribbon {
    text-align: center;
    display: none; }
  .book-wrapper-bg-color .book-wrapper .book-page-title {
    font-family: "Prata", serif !important;
    color: #172447;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 0px;
    font-size: 1.5em !important;
    font-style: normal !important;
    font-weight: normal !important;
    width: 100%;
    text-align: left; }
  .book-wrapper-bg-color .book-wrapper .book-page-headline {
    font-family: "Prata", serif !important;
    display: inline-block !important;
    color: #a98546 !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.3em !important;
    font-style: normal !important;
    font-weight: normal !important;
    width: 100%;
    text-align: left; }
  .book-wrapper-bg-color .book-wrapper .book-quote-wrapper {
    text-align: center;
    display: inline-block !important;
    float: right;
    margin: 0px 20px 20px 0px;
    width: 100%;
    max-width: 320px;
    clear: both; }
    .book-wrapper-bg-color .book-wrapper .book-quote-wrapper h1, .book-wrapper-bg-color .book-wrapper .book-quote-wrapper h2, .book-wrapper-bg-color .book-wrapper .book-quote-wrapper h3 {
      font-size: 1.2em;
      line-height: 1.2em; }
    .book-wrapper-bg-color .book-wrapper .book-quote-wrapper h4, .book-wrapper-bg-color .book-wrapper .book-quote-wrapper h5, .book-wrapper-bg-color .book-wrapper .book-quote-wrapper h6 {
      font-size: .9em;
      line-height: .9em; }
  .book-wrapper-bg-color .book-wrapper .book-hr {
    color: #a98546;
    display: inline-block;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0px;
    padding: 0px; }
  .book-wrapper-bg-color .book-wrapper .book-image-wrapper {
    display: inline-block !important;
    float: right;
    margin: 0px 20px 0px 0px;
    width: 100%;
    max-width: 320px; }
    .book-wrapper-bg-color .book-wrapper .book-image-wrapper .page-image {
      max-width: 320px; }
  .book-wrapper-bg-color .book-wrapper .book-content-wrapper {
    width: calc(100% - 400px);
    text-align: left;
    margin-bottom: 80px; }
    .book-wrapper-bg-color .book-wrapper .book-content-wrapper .buy-now-wrapper {
      width: 100%;
      text-align: center;
      display: flex;
      margin-top: 30px; }
      .book-wrapper-bg-color .book-wrapper .book-content-wrapper .buy-now-wrapper .buy-now-button {
        margin: 0 auto;
        background-color: #172447;
        color: #a98546;
        width: 150px;
        height: 45px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-size: 1em;
        text-decoration: none;
        font-weight: bold;
        border: #172447 1px transparent;
        box-sizing: border-box; }
      .book-wrapper-bg-color .book-wrapper .book-content-wrapper .buy-now-wrapper .buy-now-button:hover {
        margin: 0 auto;
        width: 150px;
        height: 45px;
        background-color: #a98546 !important;
        transition: all .25s ease-in-out;
        color: #172447; }

.book-wrapper-bg-color:first-of-type .book-wrapper {
  float: none;
  clear: both;
  padding-top: 0px !important;
  width: 100%; }
  .book-wrapper-bg-color:first-of-type .book-wrapper .featured-book-ribbon {
    text-align: center;
    display: block;
    margin-bottom: 15px; }
  .book-wrapper-bg-color:first-of-type .book-wrapper .book-page-title {
    text-align: center;
    font-size: 2.5em !important;
    display: inline-block; }
  .book-wrapper-bg-color:first-of-type .book-wrapper .book-page-headline {
    text-align: center;
    padding-bottom: 20px;
    display: inline-block !important;
    font-size: 1.5em !important; }
  .book-wrapper-bg-color:first-of-type .book-wrapper .book-quote-wrapper {
    text-align: center;
    display: inline-block !important;
    float: right;
    margin: -30px 20px 0px 0px !important;
    width: 48% !important;
    max-width: none !important;
    clear: both;
    color: #172447 !important; }
  .book-wrapper-bg-color:first-of-type .book-wrapper .book-hr {
    display: none; }
  .book-wrapper-bg-color:first-of-type .book-wrapper .book-image-wrapper {
    display: inline-block !important;
    float: right;
    margin: 0px 20px 0px 0px !important;
    width: 48% !important;
    max-width: none !important; }
    .book-wrapper-bg-color:first-of-type .book-wrapper .book-image-wrapper .page-image {
      max-width: none !important; }
  .book-wrapper-bg-color:first-of-type .book-wrapper .book-content-wrapper {
    width: 48% !important;
    text-align: left;
    margin-bottom: 80px; }
    .book-wrapper-bg-color:first-of-type .book-wrapper .book-content-wrapper .buy-now-wrapper {
      width: 100%;
      text-align: center;
      display: flex;
      margin-top: 30px; }
      .book-wrapper-bg-color:first-of-type .book-wrapper .book-content-wrapper .buy-now-wrapper .buy-now-button {
        margin: 0 auto;
        background-color: #172447;
        color: #a98546;
        width: 150px;
        height: 45px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-size: 1em;
        text-decoration: none;
        font-weight: bold;
        border: #172447 1px transparent;
        box-sizing: border-box; }
      .book-wrapper-bg-color:first-of-type .book-wrapper .book-content-wrapper .buy-now-wrapper .buy-now-button:hover {
        margin: 0 auto;
        width: 150px;
        height: 45px;
        background-color: #a98546 !important;
        transition: all .25s ease-in-out;
        color: #172447; }

.book-wrapper-bg-color:nth-of-type(even) {
  background-color: #f8f5f0;
  width: 100%; }

.book-wrapper-bg-color:nth-of-type(odd) {
  background-color: #fff;
  width: 100%; }

.clearfix {
  overflow: auto; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.page-template-page-courageous-women .site-content {
  width: 100%;
  max-width: none;
  text-align: center;
  margin: 0px auto;
  float: none;
  clear: both;
  text-align: center; }
  .page-template-page-courageous-women .site-content .content-area {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: 0px auto 45px auto;
    float: none; }
    .page-template-page-courageous-women .site-content .content-area .site-main {
      width: 100%;
      max-width: none;
      margin: 0 auto;
      text-align: left;
      margin-top: 0px;
      color: #636363;
      font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; }
      .page-template-page-courageous-women .site-content .content-area .site-main .leader-wrapper-bg-color .leader-wrapper {
        width: calc(100% - 30px);
        max-width: 960px;
        margin: 0 auto;
        padding: 50px 0px; }
        .page-template-page-courageous-women .site-content .content-area .site-main .leader-wrapper-bg-color .leader-wrapper .woman-headline {
          display: block;
          width: 100%;
          font-family: "Prata", serif;
          font-size: 1.5em;
          color: #172447;
          border-bottom: solid 2px #a98546;
          margin-bottom: 23px; }
        .page-template-page-courageous-women .site-content .content-area .site-main .leader-wrapper-bg-color .leader-wrapper .woman-leader-content-wrapper {
          width: calc(100% - 30px);
          display: inline-block;
          vertical-align: text-top; }
          .page-template-page-courageous-women .site-content .content-area .site-main .leader-wrapper-bg-color .leader-wrapper .woman-leader-content-wrapper .woman-text {
            display: inline-block;
            text-align: left; }
            .page-template-page-courageous-women .site-content .content-area .site-main .leader-wrapper-bg-color .leader-wrapper .woman-leader-content-wrapper .woman-text .corageous-woman-image {
              max-width: 250px;
              display: inline-block;
              float: left;
              margin-right: 15px; }
            .page-template-page-courageous-women .site-content .content-area .site-main .leader-wrapper-bg-color .leader-wrapper .woman-leader-content-wrapper .woman-text p:first-of-type {
              margin-bottom: 1.5em;
              margin-top: 0px;
              line-height: 26px; }

.leader-wrapper-bg-color:nth-of-type(even) {
  background-color: #f8f5f0;
  width: 100%; }

.leader-wrapper-bg-color:nth-of-type(odd) {
  background-color: #fff;
  width: 100%; }

.main-navigation {
  background-color: #172447;
  color: #a98546;
  height: 60px; }
  .main-navigation .menu-main-menu-container {
    float: none;
    clear: both;
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    padding-top: 10px; }
    .main-navigation .menu-main-menu-container ul {
      width: 100%;
      display: block;
      padding: 10px 0px;
      margin: 0px auto;
      text-align: center; }
      .main-navigation .menu-main-menu-container ul li {
        margin: 0px 30px 0px 0px;
        display: inline-block;
        float: none; }
        .main-navigation .menu-main-menu-container ul li a {
          color: #a98546;
          text-decoration: none;
          font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
          letter-spacing: .05em; }
      .main-navigation .menu-main-menu-container ul li:after {
        display: block;
        content: '';
        border-bottom: solid 2px #a98546;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out; }
      .main-navigation .menu-main-menu-container ul li:hover:after {
        transform: scaleX(1); }
    .main-navigation .menu-main-menu-container .sub-menu {
      width: 260px;
      margin: 0;
      padding: 0;
      transition: width 0.5s; }
      .main-navigation .menu-main-menu-container .sub-menu li {
        padding: 0px;
        width: 260px; }
        .main-navigation .menu-main-menu-container .sub-menu li a {
          width: 260px;
          background-color: white !important;
          color: #172447 !important;
          font-size: 14px;
          padding: 10px; }
        .main-navigation .menu-main-menu-container .sub-menu li a:hover, .main-navigation .menu-main-menu-container .sub-menu li a:focus {
          background-color: #d1bc8d !important;
          color: #172447 !important; }
      .main-navigation .menu-main-menu-container .sub-menu li:after {
        display: block;
        content: '';
        border-bottom: none !important;
        transition: transform 250ms ease-in-out; }

@media only screen and (max-width: 768px) {
  .main-navigation {
    display: none; } }
.current_page_item:after, .current-menu-parent:after {
  display: block !important;
  content: '' !important;
  border-bottom: solid 2px #a98546 !important;
  transform: scaleX(1) !important; }

.site-branding-wrapper {
  width: 100%;
  background-color: #a98546;
  -webkit-box-shadow: 0px 5px 12px 5px rgba(80, 80, 80, 0.2);
  box-shadow: 0px 5px 12px 5px rgba(80, 80, 80, 0.2); }
  .site-branding-wrapper .site-branding {
    width: calc(100% - 30px);
    max-width: 960px;
    height: 75px;
    background-color: #a98546;
    color: #172447;
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    display: table; }
    .site-branding-wrapper .site-branding .site-title {
      padding: 10px 0px;
      max-width: 480px;
      margin: 0px auto;
      text-align: left;
      display: inline-table;
      vertical-align: middle; }
      .site-branding-wrapper .site-branding .site-title a {
        font-family: "Prata", serif;
        color: white;
        font-size: 2em;
        text-decoration: none;
        line-height: 50px;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        transition: all .15s ease-in-out; }
      .site-branding-wrapper .site-branding .site-title a:hover, .site-branding-wrapper .site-branding .site-title a:focus {
        text-decoration: none;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        transition: all .15s ease-in-out; }
    .site-branding-wrapper .site-branding .site-social {
      text-align: right;
      display: inline;
      vertical-align: middle; }
      .site-branding-wrapper .site-branding .site-social .social-links {
        width: calc(100% - 215px);
        margin: 0px auto;
        display: inline-block; }
        .site-branding-wrapper .site-branding .site-social .social-links .social-link {
          list-style: none;
          display: inline-block; }
          .site-branding-wrapper .site-branding .site-social .social-links .social-link a {
            color: white;
            text-decoration: none;
            margin: 10px;
            line-height: 30px; }
          .site-branding-wrapper .site-branding .site-social .social-links .social-link a:hover, .site-branding-wrapper .site-branding .site-social .social-links .social-link a:focus {
            color: #172447; }

.entry-header {
  display: none; }

.page-title {
  font-family: "Prata", serif;
  color: #172447;
  display: block;
  margin-top: -10px;
  margin-bottom: 0px; }

.page-headline {
  font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  display: block;
  margin-top: 10px;
  margin-bottom: 0px; }

.read-more-btn-wrapper {
  width: calc(100% - 200px);
  float: right;
  text-align: center;
  margin-bottom: 20px; }
  .read-more-btn-wrapper a, .read-more-btn-wrapper a:visited {
    width: 100%;
    background-color: #172447;
    color: #a98546;
    display: block;
    text-align: center;
    padding: 10px;
    margin: 0px auto;
    max-width: 280px;
    text-decoration: none;
    transition: all .25s ease-in-out;
    font-weight: bold; }
  .read-more-btn-wrapper a:hover, .read-more-btn-wrapper a:focus {
    background-color: #a98546;
    color: #172447;
    text-decoration: none; }

#events-col-1 {
  max-width: 280px;
  border-right: #a98546 solid 1px;
  text-align: left;
  display: inline-block; }
  #events-col-1 .events-photo {
    max-width: 250px;
    margin: 0px 0px 15px 0px;
    display: block;
    padding-right: 30px; }

#events-col-2 {
  width: calc(100% - 310px);
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  font-family: "Nunito", "sans-serif";
  font-size: 1em;
  color: #636363;
  column-count: 2;
  column-gap: 30px; }
  #events-col-2 .event-wrapper {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%; }
    #events-col-2 .event-wrapper .event-title {
      color: #172447;
      font-weight: bold; }

.pagination-wrapper {
  width: fit-content;
  display: block;
  margin: 0px auto 40px; }
  .pagination-wrapper .pagination {
    list-style: none; }
    .pagination-wrapper .pagination .page-item {
      font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
      display: inline-block; }
      .pagination-wrapper .pagination .page-item a {
        background-color: #172447;
        color: #a98546;
        padding: 10px;
        text-decoration: none; }
      .pagination-wrapper .pagination .page-item a:hover, .pagination-wrapper .pagination .page-item a:focus {
        background-color: #a98546;
        color: #172447;
        text-decoration: none; }
    .pagination-wrapper .pagination .active a {
      color: #172447 !important;
      background-color: #a98546 !important;
      padding: 10px;
      text-decoration: none; }
    .pagination-wrapper .pagination .active a:hover, .pagination-wrapper .pagination .active a:focus {
      background-color: #a98546 !important;
      color: #172447 !important;
      text-decoration: none; }

#wisdom-header-content-wrapper {
  text-align: center; }
  #wisdom-header-content-wrapper .video-wrapper {
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 20px; }
    #wisdom-header-content-wrapper .video-wrapper .video-title {
      font-family: "Prata", serif;
      font-size: 1.5em;
      font-weight: normal;
      margin: 0;
      color: #a98546;
      text-align: left;
      display: inline-block;
      padding-bottom: 15px; }

#wisdom-col-1 {
  width: calc(50% - 65px);
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  margin-left: 15px;
  float: left; }
  #wisdom-col-1 .wisdom-list {
    margin: 0;
    padding: 0;
    list-style: disc; }
    #wisdom-col-1 .wisdom-list .nugget-of-wisdom {
      margin-bottom: 30px; }

#wisdom-col-2 {
  width: 50%;
  float: right; }
  #wisdom-col-2 .twitter-feed-wrapper {
    max-height: 1200px;
    overflow: hidden; }

#secondary {
  display: none; }

#videos-wrapper {
  width: calc(100% - 30px);
  max-width: 960px; }
  #videos-wrapper .video-content-wrapper {
    max-width: 275px;
    display: inline-block;
    margin-right: 30px; }

.page-template-page-contact .site-main {
  max-width: 360px; }

.site-footer {
  width: 100%;
  background-color: #172447;
  height: 140px;
  position: sticky; }
  .site-footer #footer-content-wrapper {
    width: calc(100% - 30px);
    max-width: 960px;
    margin: 0 auto; }
    .site-footer #footer-content-wrapper #footer-col-1 {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      max-width: 250px; }
      .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper {
        width: 100%; }
        .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding {
          width: 100%;
          max-width: 960px;
          color: #a98546;
          display: block;
          float: none;
          clear: both;
          margin: 0 auto;
          margin-top: 30px; }
          .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-title {
            padding: 10px 0px;
            width: 100%;
            max-width: 960px;
            margin: 0px auto;
            text-align: left; }
            .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-title a, .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-title a:visited {
              font-family: "Prata", serif;
              color: #a98546;
              font-size: 2em;
              text-decoration: none;
              line-height: 50px; }
            .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-title a:hover, .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-title a:focus {
              text-decoration: none !important;
              color: white; }
          .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-social {
            text-align: right;
            max-width: 204px; }
            .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-social .social-links {
              margin: 0;
              padding: 0;
              text-align: center; }
              .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-social .social-links .social-link {
                list-style: none;
                display: inline-block;
                color: #a98546;
                padding: 0px 5px; }
                .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-social .social-links .social-link a {
                  color: #a98546;
                  text-decoration: none; }
                .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-social .social-links .social-link a:hover, .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-social .social-links .social-link a:focus {
                  color: white; }
      .site-footer #footer-content-wrapper #footer-col-1 .entry-header {
        display: none; }
      .site-footer #footer-content-wrapper #footer-col-1 .home-title {
        font-family: "Prata", serif;
        color: #172447;
        display: block;
        margin-top: -10px;
        margin-bottom: 0px; }
      .site-footer #footer-content-wrapper #footer-col-1 .home-headline {
        font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        display: block;
        margin-top: 10px;
        margin-bottom: 0px; }
      .site-footer #footer-content-wrapper #footer-col-1 #home-image-wrapper {
        display: inline-block !important;
        float: left;
        margin: 0px 20px 20px 0px;
        width: 100%;
        max-width: 220px; }
        .site-footer #footer-content-wrapper #footer-col-1 #home-image-wrapper .home-image {
          max-width: 220px; }
    .site-footer #footer-content-wrapper #footer-col-2 {
      display: inline-block;
      text-align: center;
      margin-left: 1rem;
      margin-top: 36px;
      vertical-align: top;
      width: calc(100% - 300px); }
      .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu {
        display: inline-block;
        margin: 10px; }
        .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu li {
          padding: 0px 10px;
          border-left: solid 2px white;
          height: 16px;
          line-height: 16px; }
          .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu li .sub-menu {
            display: none !important; }
          .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu li a, .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu li a:visited {
            color: white;
            text-decoration: none;
            font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
            letter-spacing: 0em;
            transition: all .25s ease-in-out; }
          .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu li a:hover, .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu li a:focus {
            color: #a98546 !important;
            text-decoration: none !important; }
        .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu li:first-of-type {
          border-left: none; }
        .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu .current_page_item, .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu .current-menu-parent {
          color: #a98546 !important; }
          .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu .current_page_item a, .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu .current-menu-parent a {
            color: #a98546 !important; }
        .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu .current_page_item:after, .site-footer #footer-content-wrapper #footer-col-2 #footer-menu-wrapper #footer-navigation .menu-footer-menu-container #footer-menu .current-menu-parent:after {
          display: block !important;
          content: '' !important;
          border-bottom: none !important; }
      .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info {
        color: white;
        font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-size: .8em;
        text-align: center; }
        .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info .break-at-480 {
          display: inline-block; }
        .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info .hide-at-480 {
          display: none; }
        .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info a {
          color: white;
          transition: all .25s ease-in-out; }
        .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info a:hover, .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info a:focus {
          color: #a98546; }
        .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info .inclined-link, .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info .inclined-link:visited {
          color: white;
          transition: all .25s ease-in-out;
          display: inline-block;
          margin-bottom: 0px; }
        .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info .inclined-link:hover, .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info .inclined-link:focus {
          color: #a98546;
          margin-bottom: -7px; }

.post, .page {
  margin: 0 !important; }

.bio-image-1 {
  max-width: 250px;
  display: inline-block; }

.bio-image-2 {
  max-width: 450px;
  float: right;
  margin-left: 30px; }

#bio-text-float-left {
  float: left;
  width: calc(100% - 480px); }
  #bio-text-float-left p:first-of-type {
    margin-top: 0px; }

#publications-wrapper, #media-wrapper {
  margin: 20px 0px;
  font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 1em;
  font-weight: normal;
  column-count: 2;
  column-gap: 60px; }
  #publications-wrapper .publication-wrapper, #publications-wrapper .media-wrapper, #media-wrapper .publication-wrapper, #media-wrapper .media-wrapper {
    margin: 0px 0px 25px 0px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    #publications-wrapper .publication-wrapper .publication-title, #publications-wrapper .publication-wrapper .media-title, #publications-wrapper .media-wrapper .publication-title, #publications-wrapper .media-wrapper .media-title, #media-wrapper .publication-wrapper .publication-title, #media-wrapper .publication-wrapper .media-title, #media-wrapper .media-wrapper .publication-title, #media-wrapper .media-wrapper .media-title {
      color: #a98546; }
      #publications-wrapper .publication-wrapper .publication-title .publication-link, #publications-wrapper .publication-wrapper .publication-title .media-link, #publications-wrapper .publication-wrapper .media-title .publication-link, #publications-wrapper .publication-wrapper .media-title .media-link, #publications-wrapper .media-wrapper .publication-title .publication-link, #publications-wrapper .media-wrapper .publication-title .media-link, #publications-wrapper .media-wrapper .media-title .publication-link, #publications-wrapper .media-wrapper .media-title .media-link, #media-wrapper .publication-wrapper .publication-title .publication-link, #media-wrapper .publication-wrapper .publication-title .media-link, #media-wrapper .publication-wrapper .media-title .publication-link, #media-wrapper .publication-wrapper .media-title .media-link, #media-wrapper .media-wrapper .publication-title .publication-link, #media-wrapper .media-wrapper .publication-title .media-link, #media-wrapper .media-wrapper .media-title .publication-link, #media-wrapper .media-wrapper .media-title .media-link {
        color: #a98546;
        text-decoration: none;
        font-weight: bold; }
      #publications-wrapper .publication-wrapper .publication-title .publication-link:hover, #publications-wrapper .publication-wrapper .publication-title .publication-link:focus, #publications-wrapper .publication-wrapper .publication-title .media-link:hover, #publications-wrapper .publication-wrapper .publication-title .media-link:focus, #publications-wrapper .publication-wrapper .media-title .publication-link:hover, #publications-wrapper .publication-wrapper .media-title .publication-link:focus, #publications-wrapper .publication-wrapper .media-title .media-link:hover, #publications-wrapper .publication-wrapper .media-title .media-link:focus, #publications-wrapper .media-wrapper .publication-title .publication-link:hover, #publications-wrapper .media-wrapper .publication-title .publication-link:focus, #publications-wrapper .media-wrapper .publication-title .media-link:hover, #publications-wrapper .media-wrapper .publication-title .media-link:focus, #publications-wrapper .media-wrapper .media-title .publication-link:hover, #publications-wrapper .media-wrapper .media-title .publication-link:focus, #publications-wrapper .media-wrapper .media-title .media-link:hover, #publications-wrapper .media-wrapper .media-title .media-link:focus, #media-wrapper .publication-wrapper .publication-title .publication-link:hover, #media-wrapper .publication-wrapper .publication-title .publication-link:focus, #media-wrapper .publication-wrapper .publication-title .media-link:hover, #media-wrapper .publication-wrapper .publication-title .media-link:focus, #media-wrapper .publication-wrapper .media-title .publication-link:hover, #media-wrapper .publication-wrapper .media-title .publication-link:focus, #media-wrapper .publication-wrapper .media-title .media-link:hover, #media-wrapper .publication-wrapper .media-title .media-link:focus, #media-wrapper .media-wrapper .publication-title .publication-link:hover, #media-wrapper .media-wrapper .publication-title .publication-link:focus, #media-wrapper .media-wrapper .publication-title .media-link:hover, #media-wrapper .media-wrapper .publication-title .media-link:focus, #media-wrapper .media-wrapper .media-title .publication-link:hover, #media-wrapper .media-wrapper .media-title .publication-link:focus, #media-wrapper .media-wrapper .media-title .media-link:hover, #media-wrapper .media-wrapper .media-title .media-link:focus {
        text-decoration: underline; }
    #publications-wrapper .publication-wrapper .publication-outlet, #publications-wrapper .publication-wrapper .media-outlet, #publications-wrapper .media-wrapper .publication-outlet, #publications-wrapper .media-wrapper .media-outlet, #media-wrapper .publication-wrapper .publication-outlet, #media-wrapper .publication-wrapper .media-outlet, #media-wrapper .media-wrapper .publication-outlet, #media-wrapper .media-wrapper .media-outlet {
      color: #172447;
      font-style: italic; }
    #publications-wrapper .publication-wrapper .publication-date, #publications-wrapper .publication-wrapper .media-date, #publications-wrapper .publication-wrapper .publication-editors, #publications-wrapper .media-wrapper .publication-date, #publications-wrapper .media-wrapper .media-date, #publications-wrapper .media-wrapper .publication-editors, #media-wrapper .publication-wrapper .publication-date, #media-wrapper .publication-wrapper .media-date, #media-wrapper .publication-wrapper .publication-editors, #media-wrapper .media-wrapper .publication-date, #media-wrapper .media-wrapper .media-date, #media-wrapper .media-wrapper .publication-editors {
      color: #172447; }

.hslider_text_element {
  text-shadow: 2px 2px 8px #000000 !important; }

p {
  line-height: 28px;
  font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  margin-top: 10px;
  margin-bottom: 15px; }

.hide-at-480, .hide-at-640 {
  display: none; }

.break-at-480, .break-at-640 {
  display: inline-block; }

.page-template-page-videos #page-content-wrapper {
  background-color: #f8f5f0; }

.btn, .btn:visited {
  width: calc(100% - 30px);
  float: none;
  clear: both;
  margin-bottom: 20px;
  background-color: #172447;
  color: #a98546;
  display: block;
  text-align: center;
  padding: 10px;
  margin: 0px auto;
  max-width: 280px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  font-weight: bold; }

.btn:hover, .btn:focus {
  background-color: #a98546;
  color: #172447;
  text-decoration: none; }

.site {
  position: relative;
  min-height: 100vh;
  padding-bottom: 140px;
  /* Should be equal to the height of your footer */ }

.site-footer {
  width: 100%;
  position: absolute;
  bottom: 0px; }

@media screen and (max-width: 768px) {
  #hero-wrapper {
    display: block; }

  .read-more-btn-wrapper {
    width: calc(100% - 200px);
    float: none;
    text-align: center;
    /* margin-bottom: 20px; */
    margin: 0 auto 20px auto; }

  .site-branding-wrapper {
    background-color: #172447;
    color: #a98546;
    height: 54px; }
    .site-branding-wrapper .site-branding {
      background-color: #172447;
      height: 54px; }
      .site-branding-wrapper .site-branding .site-title {
        padding: 0px; }
        .site-branding-wrapper .site-branding .site-title a {
          font-family: "Prata", serif;
          color: #a98546;
          font-size: 2em;
          text-decoration: none;
          line-height: 50px;
          text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          transition: all .15s ease-in-out; }
      .site-branding-wrapper .site-branding .site-social {
        display: none; }

  #events-col-1 {
    max-width: 280px;
    border-right: #a98546 solid 1px;
    text-align: left;
    display: inline-block; }
    #events-col-1 .events-photo {
      max-width: 250px;
      margin: 0px 0px 15px 0px;
      display: block;
      padding-right: 30px; }

  #events-col-2 {
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    font-family: "Nunito", "sans-serif";
    font-size: 1em;
    color: #636363;
    column-count: 1;
    column-gap: 30px; }
    #events-col-2 .event-wrapper {
      margin-bottom: 30px;
      display: inline-block;
      width: 100%; }
      #events-col-2 .event-wrapper .event-title {
        color: #172447;
        font-weight: bold; }

  .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info {
    margin-top: 25px; } }
@media screen and (max-width: 640px) {
  #hero-wrapper {
    display: none; }

  #bio-text-float-left {
    float: none;
    clear: both;
    width: calc(100% - 30px);
    margin: 0 auto; }

  .bio-image-2 {
    max-width: 100%;
    float: none;
    margin-left: 0px; }

  .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper {
    text-align: center; }

  .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-image-wrapper {
    display: inline-block !important;
    float: none;
    margin: 0px auto -80px auto;
    width: 100% !important;
    max-width: 400px;
    padding-top: 0px; }

  .book-wrapper-bg-color:first-of-type .book-wrapper .book-quote-wrapper {
    width: 100% !important; }

  .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-content-wrapper {
    width: 100% !important;
    text-align: left;
    margin-bottom: 0px; }

  #events-col-1 {
    max-width: 280px;
    border-right: #a98546 solid 1px;
    text-align: left;
    display: none; }
    #events-col-1 .events-photo {
      max-width: 250px;
      margin: 0px 0px 15px 0px;
      display: block;
      padding-right: 30px; }

  #events-col-2 {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    font-family: "Nunito", "sans-serif";
    font-size: 1em;
    color: #636363;
    column-count: 1;
    column-gap: 30px; }
    #events-col-2 .event-wrapper {
      margin-bottom: 30px;
      display: inline-block;
      width: 100%; }
      #events-col-2 .event-wrapper .event-title {
        color: #172447;
        font-weight: bold; }

  #publications-wrapper, #media-wrapper {
    margin: 20px 0px;
    font-family: "Nunito", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 1em;
    font-weight: normal;
    column-count: 1;
    column-gap: 60px; }

  #wisdom-col-1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    margin-left: 15px;
    float: none; }
    #wisdom-col-1 .wisdom-list {
      margin: 0;
      padding: 0;
      list-style: disc; }
      #wisdom-col-1 .wisdom-list .nugget-of-wisdom {
        margin-bottom: 30px; }

  #wisdom-col-2 {
    width: 100%;
    float: none; }
    #wisdom-col-2 .twitter-feed-wrapper {
      max-height: 1200px;
      overflow: hidden; }

  .book-wrapper-bg-color:first-of-type .book-wrapper .book-quote-wrapper {
    text-align: center;
    display: inline-block !important;
    float: right;
    margin: -30px 0px 0px 0px !important;
    width: 100% !important;
    max-width: none !important;
    clear: both;
    color: #172447 !important; }
  .book-wrapper-bg-color:first-of-type .book-wrapper .book-hr {
    display: none; }
  .book-wrapper-bg-color:first-of-type .book-wrapper .book-image-wrapper {
    display: inline-block !important;
    float: right;
    margin: 0px 0px 0px 0px !important;
    width: 48% !important;
    max-width: none !important; }
    .book-wrapper-bg-color:first-of-type .book-wrapper .book-image-wrapper .page-image {
      max-width: none !important; }
  .book-wrapper-bg-color:first-of-type .book-wrapper .book-content-wrapper {
    width: 100% !important;
    text-align: left;
    margin-bottom: 80px; }

  .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info {
    margin-top: 0px; }

  .footer-branding {
    margin-top: 0px !important; }

  .show-at-640 {
    display: inline-block; }

  .hide-at-640 {
    display: none; } }
@media screen and (max-width: 480px) {
  .site-content .content-area .site-main #page-image-wrapper {
    display: inline-block !important;
    float: left;
    margin: 0px 0px 20px 0px !important;
    width: 100% !important;
    max-width: 100%; }

  .site-content .content-area .site-main h2,
  .site-content .content-area .site-main h4 {
    width: 100% !important; }

  .book-wrapper-bg-color .book-wrapper {
    width: calc(100% - 30px); }
    .book-wrapper-bg-color .book-wrapper .book-image-wrapper {
      display: block !important;
      float: none;
      margin: 0px auto 20px auto;
      width: 100%;
      padding-top: 20px; }
      .book-wrapper-bg-color .book-wrapper .book-image-wrapper .page-image {
        max-width: 480px; }

  .page-template-page-books .site-content .content-area .site-main .book-wrapper-bg-color .book-wrapper .book-content-wrapper {
    width: 100% !important;
    text-align: left;
    margin-bottom: 0px; }

  .page-template-page-courageous-women .corageous-woman-image {
    max-width: 250px;
    display: block !important;
    float: none !important;
    margin-right: 15px !important;
    margin-bottom: 10px !important; }

  .site-footer #footer-content-wrapper #footer-col-2 .footer-site-info {
    margin-top: 0px; }

  .site-footer #footer-content-wrapper #footer-col-1,
  .site-footer #footer-content-wrapper #footer-col-2 {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    max-width: none;
    margin: 0; }

  .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-title {
    padding: 10px 0px;
    width: 100%;
    margin: 0px auto;
    text-align: center; }

  .site-footer #footer-content-wrapper #footer-col-1 .footer-branding-wrapper .footer-branding .site-social {
    display: none; }

  .break-at-480 {
    display: inline-block; }

  .hide-at-480 {
    display: none; } }
