/******************************************************************
Site Name:  / www..com
Author: Be Better Studios
Author's Website: http://www.bebetterstudios.com

Stylesheet: Main Stylesheet

******************************************************************/
/*****************************************************************
MAP:

normalize-reset
globals
general
links
typography
header
post-content
page-navi
comments
sidebars
footer
media-queries
trumps

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table; }

.clearfix:after, .cf:after, .comment-respond:after {
  clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* =============================================================================
   Colors & Globals
   ========================================================================== */
/*********************
GENERAL STYLES
*********************/
body {
  width: 100%;
  margin: 0px;
  padding: 0px 0 0px 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "rival-sans", sans-serif;
  color: #1e1f1e; }

img {
  max-width: 100%;
  outline: none;
  vertical-align: middle;
  display: block;
  margin-bottom: 25px; }

p img {
  width: auto !important;
  height: auto !important; }

iframe, object, embed {
  max-width: 100% !important;
  display: block;
  margin: 0 auto; }

iframe {
  margin: 25px auto; }

hr {
  margin: 30px 0;
  color: #e7e7eb; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #A4D0D6;
  color: #4D4D4D;
  text-shadow: none; }

::selection {
  background: #A4D0D6;
  color: #4D4D4D;
  text-shadow: none; }

/* Miminizes FOUT with typekit */
.wf-loading p, .wf-loading h6, .wf-loading h5, .wf-loading h4, .wf-loading h3, .wf-loading h2, .wf-loading h1, .wf-loading a {
  visibility: hidden; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
  list-style: initial; }
  ul li, ol li {
    margin-bottom: 6px;
    font-size: 1em; }
    ul li ul li, ol li ul li {
      font-size: 1em; }

ol {
  list-style: decimal; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol, ul.list, .footer ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
  nav ul li, nav ol li, ul.list li, .footer ul li {
    font-size: 1em; }

strong {
  font-weight: 700; }

p.strong {
  color: #1e1f1e; }

.content {
  padding: 0 0 0 0;
  position: relative; }

span.anchor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto; }

.bshadow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39); }

blockquote,
.wp-block-quote {
  margin: 25px 7.213115%;
  color: #6f6b70;
  font-family: "rival-sans", sans-serif;
  font-size: 1.125em; }
  blockquote p, blockquote cite,
  .wp-block-quote p,
  .wp-block-quote cite {
    font-family: "rival-sans", sans-serif; }
  blockquote cite,
  .wp-block-quote cite {
    font-style: normal; }
  blockquote + blockquote, blockquote + .wp-block-quote,
  .wp-block-quote + blockquote,
  .wp-block-quote + .wp-block-quote {
    margin-top: 50px; }

/*********************
LAYOUT & GRID STYLES
*********************/
.outer {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }

.inner {
  width: 95.314788%;
  /*1302/1366*/
  margin: 0 auto; }

.wrap {
  width: 82.9493087557604%;
  /*1080/1302*/
  margin: 0 auto; }

.inner-wrap {
  width: 68.3333333%;
  /*738px/1080*/
  margin: 0 auto; }

.tiny-wrap {
  width: 74.125874%;
  /*636/858*/
  margin: 0 auto; }

.home-tiny-wrap {
  width: 75.125874%;
  margin: 0 auto; }

.itty-bitty-wrap {
  width: 81.761006%;
  margin: 0 auto; }

.big-column {
  float: left;
  width: 65.8986175115207%;
  /*858/1302*/ }
  .big-column .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column .sub-column-1 {
    float: left;
    clear: both; }
  .big-column .sub-column-2 {
    float: right; }

.small-column {
  float: right;
  width: 31.7972350230415%;
  /*414/1302*/ }

.small-column-left {
  float: left;
  width: 31.7972350230415%;
  /*414/1302*/ }

.big-column-right {
  float: right;
  width: 65.8986175115207%;
  /*858/1302*/ }
  .big-column-right .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column-right .sub-column-1 {
    float: left;
    clear: both; }
  .big-column-right .sub-column-2 {
    float: right; }

.three-column {
  width: 31.7972350230415%;
  /*414/1302*/
  float: left;
  margin: 0 0 0px 2.3041474654378%;
  /*30/1302*/ }
  .three-column img {
    margin-bottom: 25px; }

.three-column-0 {
  margin-left: 0px;
  clear: both; }

.two-column {
  width: 48.8479262672811%;
  /*636/1302*/ }
  .two-column .sub-col-1 {
    float: left;
    width: 39.622642%;
    /*252/ 636*/ }
  .two-column .sub-col-2 {
    float: right;
    width: 55.660377%;
    /*354/636*/ }
  .two-column .two-column-wrap {
    width: 90.566038%;
    /*576/636*/
    margin: 0 auto;
    padding: 0 0 30px 0; }

.two-column-1 {
  float: left;
  clear: both; }

.two-column-2 {
  float: right; }

.four-column {
  width: 23.2718894009217%;
  /*303/1280*/
  margin: 0 0 0 2.3041474654378%;
  /*30/1302*/
  float: left; }
  .four-column img {
    margin-bottom: 25px; }

.four-column-0 {
  margin-left: 0px;
  clear: both; }

.flush-column {
  width: 50%; }

.flush-column-1, .flush-column-2 {
  float: left; }

.default-content {
  min-height: 300px;
  padding: 48px 0; }

.main {
  float: left;
  width: 75%; }

.sidebar {
  float: right;
  width: 25%; }
  .sidebar .sidebar-wrap {
    width: 86.274510%;
    /*352/408*/
    margin: 0 auto; }

.double-column {
  width: 48.8479262672811%;
  /*636/1302*/
  float: left; }

.single-column {
  margin: 0 auto; }

/*********************
04. LINK STYLES
*********************/
a {
  color: inherit;
  text-decoration: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s;
  font-weight: 600; }
  a:hover, a:focus {
    outline: 0;
    opacity: .8; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

h3.back-to-top {
  padding-top: 25px; }

.excerpt-read-more {
  display: block;
  margin-top: 10px; }

a.outline-button, span.outline-button {
  display: inline-block;
  padding: 10px 30px;
  margin: 15px 0;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #9e9ba5;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #1e1f1e;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  cursor: pointer; }
  a.outline-button:hover, span.outline-button:hover {
    background-color: #e7e7eb; }

a.more-link {
  color: #1e1f1e;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-top: 15px; }

.wp-block-button__link,
.wp-block-file__button,
.wp-block-button__link.is-style-outline {
  background: transparent;
  border: 1px solid #9e9ba5;
  border-radius: 25px;
  color: #1e1f1e;
  cursor: pointer;
  display: inline-block;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none; }
  .wp-block-button__link:hover,
  .wp-block-file__button:hover,
  .wp-block-button__link.is-style-outline:hover {
    background-color: #e7e7eb; }
  .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:visited,
  .wp-block-file__button:active,
  .wp-block-file__button:focus,
  .wp-block-file__button:visited,
  .wp-block-button__link.is-style-outline:active,
  .wp-block-button__link.is-style-outline:focus,
  .wp-block-button__link.is-style-outline:visited {
    color: #1e1f1e; }

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  display: block;
  font-size: 100%;
  margin: 0px 0 20px 0;
  padding: 0px;
  line-height: 140%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-family: franklin-gothic-urw, sans-serif; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    font-weight: 500; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: none;
      opacity: .8;
      border-bottom: none; }

h1, .h1 {
  font-size: 1.5rem;
  color: #4C4C4C;
  letter-spacing: 1px;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #4C4C4C;
  letter-spacing: 0px; }

h3, .h3 {
  font-size: 1.125em;
  color: #6f6b70; }

h4, .h4 {
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1e1f1e;
  margin-top: 18px; }
  h4:first-child, .h4:first-child {
    margin-top: 0px; }

h5, .h5 {
  font-family: franklin-gothic-urw, sans-serif; }

h6, .h6 {
  margin: 0 0 5px 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-size: 1em;
  line-height: 150%;
  font-family: "ff-meta-serif-web-pro", serif; }

h1, .h1, h2, .h2, h3, .h3, h5, .h5, h6, .h6 {
  margin-top: 25px; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0px; }

h1:first-child, .h1:first-child {
  margin-bottom: 50px; }

p {
  margin: 0 0 15px 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.5;
  font-family: "rival-sans", sans-serif; }
  p:last-child {
    margin-bottom: 0px; }
  p a {
    color: #1e1f1e;
    font-weight: 600; }

p.large {
  font-weight: 600;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1e1f1e; }

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, .white {
  color: #FFFFFF; }

.uppercase {
  text-transform: uppercase; }

/*********************
HEADER SYTLES
*********************/
.header {
  min-height: 250px;
  position: relative;
  overflow: visible;
  background-size: 100% 300px;
  background-repeat: no-repeat;
  z-index: 1; }
  .header .headercol1, .header .headercol2, .header .headercol3 {
    float: left; }
  .header .headercol1 {
    width: 276px;
    position: relative;
    padding: 32px 0 24px 0; }
    .header .headercol1 #logo {
      width: 100%;
      max-width: 276px;
      margin-top: 8px; }
    .header .headercol1 .mobile-switch {
      cursor: pointer;
      width: 40px;
      float: right;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      margin-top: 6px;
      display: none; }
      .header .headercol1 .mobile-switch:hover span.mobile-grab-bar {
        background: rgba(255, 255, 255, 0.8); }
      .header .headercol1 .mobile-switch .mobile-bars {
        margin-top: 0px;
        padding: 0px 0 8px 0; }
      .header .headercol1 .mobile-switch .mobile-grab-bar {
        display: block;
        margin: 0 auto 5px auto;
        width: 70%;
        height: 4px;
        background: white;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-transition: background-color 250ms ease-out 0s;
        -moz-transition: background-color 250ms ease-out 0s;
        -o-transition: background-color 250ms ease-out 0s;
        transition: background-color 250ms ease-out 0s; }
  .header .headercol2 {
    float: right;
    width: 65.654378%;
    padding: 11px 0 0px 0; }

ul.top-nav {
  padding: 30px 0 7px 0;
  text-align: left;
  float: right; }
  ul.top-nav li {
    display: inline-block;
    position: relative;
    font-size: 0.9375em;
    font-family: franklin-gothic-urw, sans-serif;
    float: left;
    padding: 0 27px 25px 27px;
    width: auto;
    margin-bottom: 0px;
    letter-spacing: 1px;
    color: #1e1f1e; }
    ul.top-nav li a {
      font-weight: 500; }
    ul.top-nav li:hover a {
      color: #FFFFFF; }
    ul.top-nav li:hover ul.sub-menu {
      display: block; }
      ul.top-nav li:hover ul.sub-menu li a {
        color: #4C4C4C;
        -webkit-transition: opacity 250ms ease-out 0s;
        -moz-transition: opacity 250ms ease-out 0s;
        -o-transition: opacity 250ms ease-out 0s;
        transition: opacity 250ms ease-out 0s; }
        ul.top-nav li:hover ul.sub-menu li a:hover {
          color: #4C4C4C;
          opacity: .8; }
  ul.top-nav li.current-menu-item a, ul.top-nav li.current_page_ancestor a {
    color: #FFFFFF; }
  ul.top-nav li.first {
    padding-left: 0px; }
  ul.top-nav li.last {
    padding-right: 0px; }

ul.sub-menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 150%;
  height: auto;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39);
  padding: 20px 0 5px 0;
  background-color: #FFFFFF;
  display: none;
  z-index: 9999; }
  ul.sub-menu li {
    float: none;
    display: block;
    font-size: 1em;
    font-weight: 500;
    padding: 0px 27px;
    margin-bottom: 10px;
    letter-spacing: 0px; }

ul.top-nav li.last ul.sub-menu {
  left: 0px; }

ul.top-nav li.newsletter a {
  background-color: #FFF;
  display: inline-block;
  padding: 10px 20px;
  font-size: .9em;
  font-weight: 500;
  border: 1px solid #9e9ba5;
  border-radius: 25px;
  font-weight: 500;
  text-align: center;
  transition: background-color 250ms ease-out 0s; }
  ul.top-nav li.newsletter a:hover {
    background-color: #e7e7eb;
    color: #1e1f1e; }
ul.top-nav li.newsletter:hover a {
  color: #1e1f1e; }
ul.top-nav li.newsletter.current-menu-item > a {
  border-bottom: 1px solid #9e9ba5;
  padding-bottom: 10px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em; }

.byline {
  color: #999; }

#post-not-found {
  min-height: 400px; }

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }

.entry-content img {
  margin: 5px 0 25px 0;
  max-width: 100%;
  height: auto; }

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

/* end .entry-content */
.wp-caption {
  padding: 5px;
  /* images inside wp-caption */
  max-width: 100% !important;
  margin-bottom: 15px; }

.wp-caption img {
  margin-bottom: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: 1em;
  margin: 10px 0 0px 0;
  text-align: center;
  font-style: italic; }

.top-banner {
  background-color: #D9E2DB;
  padding: 25px 0; }

/* entry content */
.entry-content .alignleft,
.entry-content img.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright,
.entry-content img.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter,
.entry-content img.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.default-content {
  min-height: 400px; }

.main-image {
  min-height: 340px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-section {
  padding: 0px 0 60px 0; }
  .top-section .intro {
    padding-bottom: 60px; }

.default-page-top-section, .news-content-section, .single-news-content-section {
  padding-bottom: 60px; }

.home-bottom-section {
  padding: 60px 0; }

.home-bottom-section .intro, .news-content-section .intro, .single-news-content-section .intro {
  padding-bottom: 20px; }
.home-bottom-section .outro, .news-content-section .outro, .single-news-content-section .outro {
  padding-top: 40px; }
.home-bottom-section article, .news-content-section article, .single-news-content-section article {
  padding: 40px 0;
  border-bottom: 1px solid #e7e7eb; }
.home-bottom-section .article-col-1, .news-content-section .article-col-1, .single-news-content-section .article-col-1 {
  width: 28.703704%;
  float: left; }
  .home-bottom-section .article-col-1 img, .news-content-section .article-col-1 img, .single-news-content-section .article-col-1 img {
    display: block;
    margin: 0 auto; }
.home-bottom-section .article-col-2, .news-content-section .article-col-2, .single-news-content-section .article-col-2 {
  width: 68.518519%;
  float: right; }

.home-middle-section-columns .intro {
  margin-bottom: 60px; }
.home-middle-section-columns .wrap {
  padding-top: 77px;
  margin-top: 65px;
  border-top: 1px solid #e7e7eb; }

.single-news-content-section .border-wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid #e7e7eb; }
.single-news-content-section article {
  padding: 0px;
  border-bottom: 0px; }

.news-content-section {
  padding-bottom: 0px; }

.news-intro {
  margin-bottom: 40px; }

.home-middle-section .home-middle-section-content {
  padding: 80px 0;
  background-color: #e7eef0; }

.inner-top-section .intro {
  padding-bottom: 0px; }
.inner-top-section .outro {
  padding-top: 40px; }

.inner-bottom-section-content h2:first-child {
  margin-bottom: 35px; }

nav.chapter-navigation .intro {
  margin-bottom: 15px;
  padding-bottom: 0px; }

ul.chapter-nav li {
  border-top: 1px solid #7B7B7B;
  padding: 12px 0 0px 0;
  margin-bottom: 6px; }
  ul.chapter-nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  ul.chapter-nav li .chapter-col-1 {
    margin-right: auto; }
    ul.chapter-nav li .chapter-col-1 p {
      margin-bottom: 0px; }
  ul.chapter-nav li .chapter-col-2 {
    margin-left: auto; }
    ul.chapter-nav li .chapter-col-2 img {
      margin-bottom: 0px; }
  ul.chapter-nav li:first-child {
    border-top: none; }

.mind-col-1 {
  width: 28.703704%;
  float: left; }
  .mind-col-1 img {
    display: block;
    margin: 0 auto; }

.mind-col-2 {
  width: 68.518519%;
  float: right; }

.inner-middle-section {
  padding: 80px 0;
  background-color: #e7eef0; }
  .inner-middle-section .intro {
    padding-bottom: 40px; }
  .inner-middle-section .reveal {
    margin: 25px 0 0px 0; }
  .inner-middle-section .reveal-content {
    display: none;
    margin-bottom: 20px; }
  .inner-middle-section .load-more {
    margin-top: 5px; }

.inner-bottom-section {
  padding: 60px 0; }
  .inner-bottom-section .outro {
    padding-top: 40px; }

.guests-section {
  padding: 85px 0 45px 0; }
  .guests-section .intro {
    margin-bottom: 50px; }

ul.cat-nav {
  margin: 20px 0 20px 0px;
  border-top: 1px solid #e7e7eb;
  border-bottom: 1px solid #e7e7eb;
  padding: 20px 0 5px 0;
  text-align: center; }
  ul.cat-nav li {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 17px 0px 17px;
    font-weight: 500;
    color: #1e1f1e;
    font-size: 0.9375em;
    font-family: franklin-gothic-urw, sans-serif; }
    ul.cat-nav li:hover {
      color: #9e9ba5; }
  ul.cat-nav li.current-cat {
    color: #9e9ba5; }

.article-header {
  margin-bottom: 20px; }
  .article-header h2 {
    color: #1e1f1e;
    font-weight: 700; }
    .article-header h2 a {
      font-weight: 700; }

.contact-form-section {
  padding: 80px 0;
  background-color: #e7eef0; }
  .contact-form-section .intro {
    margin-bottom: 40px; }
  .contact-form-section #contact-form {
    max-width: 430px;
    margin: 0 auto; }
    .contact-form-section #contact-form input {
      background: none;
      border: none;
      background-color: #FFFFFF;
      width: 100%;
      padding: 10px 10px;
      margin-top: 20px;
      font-family: franklin-gothic-urw, sans-serif;
      font-size: 1em;
      outline: none; }
    .contact-form-section #contact-form input[name="name"] {
      margin-top: 0px; }
    .contact-form-section #contact-form textarea {
      background: none;
      border: none;
      background-color: #FFFFFF;
      width: 100%;
      padding: 10px 10px;
      margin-top: 20px;
      font-family: franklin-gothic-urw, sans-serif;
      font-size: 1em;
      outline: none;
      resize: none;
      height: 200px; }
    .contact-form-section #contact-form input#contact-submit {
      display: inline-block;
      padding: 10px 30px;
      font-size: .9em;
      font-weight: 500;
      border: 1px solid #9e9ba5;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      color: #1e1f1e;
      -webkit-transition: background-color 250ms ease-out 0s;
      -moz-transition: background-color 250ms ease-out 0s;
      -o-transition: background-color 250ms ease-out 0s;
      transition: background-color 250ms ease-out 0s;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      cursor: pointer;
      outline: none;
      width: auto; }
      .contact-form-section #contact-form input#contact-submit:hover {
        background-color: #e7e7eb; }
    .contact-form-section #contact-form .actions {
      text-align: center; }
    .contact-form-section #contact-form label.error {
      color: #1e1f1e;
      margin-top: 15px;
      display: block;
      font-style: italic; }

.praise {
  margin-bottom: 36px; }
  .praise h4 {
    margin-top: 12px; }
  .praise p {
    margin-bottom: 12px; }

.fit-resources-image img {
  max-height: 122px;
  max-width: 122px; }

/* ==|========================================================================
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
   ========================================================================== */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  outline: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }
  #cboxContent iframe {
    margin: 0px; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#cboxOverlay {
  background: url("../img/colorbox/fancybox_overlay.png"); }

#colorbox {
  z-index: 99999; }

#cboxContent {
  margin-top: 0px; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #fff; }

#cboxTitle {
  display: none; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url("../img/colorbox/controls.png") no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url("../img/colorbox/controls.png") no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxLoadingOverlay {
  background: #000; }

#cboxLoadingGraphic {
  background: url("../img/colorbox/loading.gif") no-repeat center center; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url("../img/colorbox/graphic_x_home.png") no-repeat top center;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  border: none;
  outline: none; }

#mc_embed_signup.newsletter-page {
  background: #e7eef0;
  font-family: franklin-gothic-urw, sans-serif;
  padding: 30px;
  margin-left: 20px; }
  @media only screen and (max-width: 600px) {
    #mc_embed_signup.newsletter-page {
      margin-top: 40px;
      margin-left: 0; } }
  #mc_embed_signup.newsletter-page label {
    display: block;
    margin-bottom: 8px; }
  #mc_embed_signup.newsletter-page input[type='email'], #mc_embed_signup.newsletter-page input[type='text'] {
    width: 100%;
    margin-bottom: 25px;
    border: none;
    padding: 5px 10px;
    height: 38px; }
  #mc_embed_signup.newsletter-page input[type='email']:focus, #mc_embed_signup.newsletter-page input[type='text']:focus {
    border: 1px solid #6B7D8C; }
  #mc_embed_signup.newsletter-page input[type='submit'] {
    background-color: #FFF;
    display: inline-block;
    padding: 10px 30px;
    font-size: .9em;
    font-weight: 500;
    border: 1px solid #9e9ba5;
    border-radius: 25px;
    font-weight: 500;
    transition: background-color 250ms ease-out 0s; }
    #mc_embed_signup.newsletter-page input[type='submit']:hover {
      background-color: #e7e7eb; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 25px 0px; }

nav.postnav {
  margin: 40px 0 25px 0; }

.pagination {
  padding: 12px 0 4px 0; }

.pagination ul.page-numbers, nav.postnav ul {
  text-align: left; }

.pagination ul.page-numbers li, nav.postnav ul li {
  display: inline;
  padding: 0 4px;
  font-size: 1.125em;
  color: #1e1f1e; }
  .pagination ul.page-numbers li span.current, nav.postnav ul li span.current {
    color: #9e9ba5; }
  .pagination ul.page-numbers li:hover, nav.postnav ul li:hover {
    color: #9e9ba5; }

.pagination ul.page-numbers li.prev,
.pagination ul.page-numbers li.next {
  font-weight: 700; }

.pagination ul.page-numbers li a, nav.postnav ul li a {
  text-decoration: none; }

.pagination ul.page-numbers li a.prev, nav.postnav ul li.leftnav a {
  float: none;
  padding: 0px; }

.pagination ul.page-numbers li a.next, nav.postnav ul li.rightnav a {
  float: none;
  padding: 0px; }

.postnav h3 {
  margin-top: 0px; }
.postnav .back-to-top {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 10%; }
  .postnav .back-to-top a {
    display: inline-block;
    position: relative;
    top: 0px; }
.postnav .leftnav {
  float: left;
  margin: 0;
  display: inline-block; }
.postnav .rightnav {
  float: right;
  margin: 0;
  display: inline-block; }
.postnav .leftnav, .postnav .rightnav {
  font-family: franklin-gothic-urw, sans-serif;
  font-size: .9em;
  text-transform: uppercase;
  color: #6f6b70;
  letter-spacing: 1px; }

.pagination ul.page-numbers li a.prev,
.pagination ul.page-numbers li a.next, nav.postnav li.leftnav a, nav.postnav li.rightnav a {
  padding: 0;
  text-decoration: none; }

.pagination ul.page-numbers a.prev:hover,
.pagination ul.page-numbers li a.bpn-next:hover,
.pagination ul.page-numbers li a.first a:hover,
.pagination ul.page-numbers li a.last:hover {
  background: none;
  color: #F44931; }

nav.postnav ul li.back-to-main {
  text-align: center; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/******************************************************************
10. COMMENT STYLES
******************************************************************/
#comments {
  margin-top: 35px; }

.commentlist {
  margin: 0px 0 30px 0;
  padding: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0px; }
  .commentlist li cite, .commentlist li time {
    font-size: 1.25em; }

.commentlist li.depth-1 {
  border-bottom: 1px solid blue; }

.commentlist li.depth-1 ul.children {
  margin: 0;
  width: 89%;
  max-width: 534px;
  padding: 0 0 0 11%; }

.commentlist li:not(.depth-1) ul.children {
  width: 89%;
  max-width: 534px;
  padding: 0 0 0 11%; }

.commentlist li[class*=depth-] {
  margin-top: 35px; }

.commentlist li.depth-4 ul.children, .commentlist li.depth-5 ul.children, .commentlist li.depth-6 ul.children, .commentlist li.depth-7 ul.children {
  width: 100%;
  max-width: 524px;
  padding: 0 0 0 0; }

.commentlist li:not(.depth-1) {
  margin-top: 0; }

.commentlist .odd {
  background: none; }

.commentlist .even {
  background: none; }

.commentcol1 {
  float: left;
  width: 7.666667%;
  /*46/600*/ }

.commentcol2 {
  float: right;
  width: 89%;
  /*534/600*/ }

.commentlist cite.fn {
  font-weight: 400;
  font-style: normal; }

.commentlist .commentcol2 time {
  float: right; }

.commentlist .commentcol2 time a {
  text-decoration: none; }

.commentlist .commentcol2 time a:hover {
  text-decoration: underline;
  color: blue; }

.commentcol2 p {
  margin: 10px 0; }

.red-alert p {
  margin: 10px 0;
  color: blue; }

#cancel-comment-reply-link {
  display: block;
  margin-bottom: 15px; }
  #cancel-comment-reply-link p {
    font-size: 1em; }

.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  margin-bottom: 15px;
  color: blue; }

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
  color: blue; }

p.submit-holder {
  text-align: center;
  margin-top: 25px; }

#commentform #submit {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 1em;
  background-color: blue;
  padding: 16px 52px 10px 52px;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  border: none;
  margin-top: 25px;
  font-family: "ff-meta-serif-web-pro", serif;
  font-style: italic; }
  #commentform #submit:hover, #commentform #submit:active {
    background-color: blue;
    text-decoration: none; }

#commentform p {
  font-size: 1.125em; }

article.comment:last-child {
  margin-bottom: 0px; }

.comment-author {
  margin-bottom: 15px; }
  .comment-author img {
    margin-bottom: 10px;
    margin-right: 10px; }

/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
#respond {
  padding-top: 35px; }

.respond-form {
  padding: 30px 0 35px 0px; }
  .respond-form h4 {
    margin-bottom: 25px; }
  .respond-form form {
    width: 74.170616%;
    /*626/844*/
    margin: 0 auto; }

.comment .respond-form form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

ul.children .respond-form {
  margin-bottom: 25px; }

.respond-wrap {
  width: 76.66666667%;
  /*460/600*/
  margin: 0 auto; }

ul#comment-form-elements {
  margin: 25px 0 0 0px;
  padding: 0px; }

ul#comment-form-elements li {
  font-size: 1.125em; }

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
  font-size: 1.125em; }

.respond-form form li label,
.respond-form form li small {
  display: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px 12px 13px 12px;
  background: #FFFFFF;
  /* form validation */
  width: 100%;
  font-weight: 300;
  color: black;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  border: none;
  margin-bottom: 10px; }

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  width: 100%;
  font-size: 1em; }

.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li.depth-2 .respond-form form input[type=text],
li.depth-2 .respond-form form input[type=email],
li.depth-2 .respond-form form input[type=url] {
  width: 100%; }

li.depth-2 .respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }

li.depth-3 .respond-form form input[type=text],
li.depth-3 .respond-form form input[type=email],
li.depth-3 .respond-form form input[type=url] {
  width: 100%; }

li.depth-3 .respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 15px 0; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

#commentform label.error {
  display: block;
  color: blue;
  margin-top: 10px; }

/*********************
12. SIDEBARS & ASIDES
*********************/
/*********************
FOOTER STYLES
*********************/
.footer {
  padding: 62px 0;
  background-color: #1e1f1e; }
  .footer h1, .footer .h1, .footer h2, .footer .h2, .footer h3, .footer .h3, .footer h4, .footer .h4, .footer h5, .footer .h5, .footer h6, .footer .h6, .footer p {
    color: #FFFFFF; }
  .footer #subscribe-form {
    padding: 20px 0 45px 0; }
    .footer #subscribe-form .mc-field-group {
      float: left;
      width: 23.377622%;
      margin-left: 2.331002%; }
    .footer #subscribe-form .mc-field-group-0 {
      margin-left: 0px; }
    .footer #subscribe-form input {
      width: 100%;
      box-sizing: border-box;
      padding: 10px 18px;
      font-family: "ff-meta-serif-web-pro", serif;
      color: #6f6b70; }
    .footer #subscribe-form .mc-field-group-3 {
      width: 19.377622%; }
    .footer #subscribe-form input#subscribe-button {
      border: 1px solid #FFFFFF;
      background-color: #1e1f1e;
      padding: 10px 20px;
      text-align: center;
      color: #FFFFFF;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      -webkit-transition: background-color 250ms ease-out 0s;
      -moz-transition: background-color 250ms ease-out 0s;
      -o-transition: background-color 250ms ease-out 0s;
      transition: background-color 250ms ease-out 0s;
      font-family: franklin-gothic-urw, sans-serif; }
      .footer #subscribe-form input#subscribe-button:hover {
        background-color: #FFFFFF;
        color: #1e1f1e; }
    .footer #subscribe-form label {
      display: none; }
    .footer #subscribe-form label.error {
      display: block;
      margin-top: 10px;
      color: #b8d3d9; }
  .footer .footer-bottom p {
    font-size: 1em; }
  .footer ul.social-icons {
    text-align: center;
    margin-bottom: 45px; }
    .footer ul.social-icons li {
      display: inline-block;
      width: 44px;
      height: 44px;
      margin: 0 5px; }

/*********************
Media Queries
*********************/
@media only screen and (min-width: 0px) {
  .inner {
    width: 92.314788%;
    /*1302/1366*/
    margin: 0 auto; }

  .wrap {
    width: 100%;
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .tiny-wrap {
    width: 92%;
    margin: 0 auto; }

  .home-tiny-wrap {
    width: 92%; }

  .two-column {
    width: 100%; }

  .two-column-1 {
    float: none;
    margin-bottom: 25px; }

  .two-column-2 {
    float: none; }

  .three-column {
    width: 100%;
    /*414/1302*/
    float: none;
    margin: 0 0 25px 0;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px; }

  .three-column-2 {
    margin-bottom: 0px; }

  .header .headercol1 {
    width: 100%;
    padding-bottom: 20px; }
    .header .headercol1 #logo {
      float: left;
      width: 75%; }
    .header .headercol1 .mobile-switch {
      float: right;
      display: block; }
  .header .headercol2 {
    width: 100%;
    display: none;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39); }

  ul.top-nav {
    padding: 10px 0 7px 0;
    text-align: left;
    float: none; }
    ul.top-nav li {
      display: block;
      font-size: 0.9375em;
      float: none;
      padding: 10px 27px 4px 27px;
      border-bottom: 1px solid #e7eef0; }
      ul.top-nav li:hover a {
        color: #1e1f1e; }
      ul.top-nav li:last-child {
        border-bottom: none; }
    ul.top-nav li.current-menu-item a, ul.top-nav li.current_page_ancestor a {
      color: #1e1f1e; }
    ul.top-nav li.first {
      padding: 10px 27px 4px 27px; }
    ul.top-nav li.last {
      padding: 10px 27px 4px 27px; }

  ul.sub-menu {
    position: relative;
    top: 0px;
    left: 0;
    width: auto;
    height: auto;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 0 0px 0;
    background-color: transparent;
    display: block;
    z-index: 9999; }
    ul.sub-menu li {
      float: none;
      display: block;
      padding: 0px 0 0 12px;
      margin-bottom: 10px;
      border-bottom: none; }
      ul.sub-menu li a {
        color: #4C4C4C; }
        ul.sub-menu li a:hover {
          color: #4C4C4C;
          opacity: .8; }

  .home-bottom-section .article-col-1, .news-content-section .article-col-1, .single-news-content-section .article-col-1 {
    width: 100%;
    float: none;
    margin-bottom: 25px; }
    .home-bottom-section .article-col-1 img, .news-content-section .article-col-1 img, .single-news-content-section .article-col-1 img {
      display: block;
      margin: 0 auto; }
  .home-bottom-section .article-col-2, .news-content-section .article-col-2, .single-news-content-section .article-col-2 {
    width: 100%;
    float: none; }

  .mind-col-1 {
    width: 100%;
    float: none;
    margin-bottom: 25px; }
    .mind-col-1 img {
      display: block;
      margin: 0 auto; }

  .mind-col-2 {
    width: 100%;
    float: none; }

  .footer #subscribe-form {
    padding: 20px 0 45px 0;
    max-width: 320px;
    margin: 0 auto; }
    .footer #subscribe-form .mc-field-group {
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-bottom: 15px; }
    .footer #subscribe-form .mc-field-group-0 {
      margin-left: 0px; }
    .footer #subscribe-form input {
      width: 100%;
      padding: 10px 18px; }
    .footer #subscribe-form .mc-field-group-3 {
      width: 100%; }
    .footer #subscribe-form input#subscribe-button {
      padding: 10px 20px; } }
@media only screen and (min-width: 480px) {
  .four-column {
    width: 48.8479262672811%;
    /*636/1302*/
    margin: 0 0 35px 0;
    /*30/1302*/
    float: none; }
    .four-column img {
      margin-bottom: 25px; }

  .four-column-0, .four-column-2 {
    margin-left: 0px;
    clear: both;
    float: left; }

  .four-column-1, .four-column-3 {
    float: right; }

  .guests-section {
    padding: 85px 0 10px 0; } }
@media only screen and (min-width: 500px) {
  .home-bottom-section .article-col-1, .news-content-section .article-col-1, .single-news-content-section .article-col-1 {
    width: 28.703704%;
    float: left;
    margin-bottom: 0px; }
    .home-bottom-section .article-col-1 img, .news-content-section .article-col-1 img, .single-news-content-section .article-col-1 img {
      display: block;
      margin: 0 auto; }
  .home-bottom-section .article-col-2, .news-content-section .article-col-2, .single-news-content-section .article-col-2 {
    width: 68.518519%;
    float: right; }

  .mind-col-1 {
    width: 28.703704%;
    float: left;
    margin-bottom: 0px; }
    .mind-col-1 img {
      display: block;
      margin: 0 auto; }

  .mind-col-2 {
    width: 68.518519%;
    float: right; } }
@media only screen and (min-width: 600px) {
  .two-column {
    width: 48.8479262672811%;
    /*636/1302*/ }

  .two-column-1 {
    float: left;
    margin-bottom: 0px; }

  .two-column-2 {
    float: right; }

  .three-column {
    width: 31.7972350230415%;
    /*414/1302*/
    float: left;
    margin: 0 0 0 2.3041474654378%;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px; }

  .footer #subscribe-form {
    padding: 20px 0 45px 0;
    max-width: 100%; }
    .footer #subscribe-form .mc-field-group {
      float: left;
      width: 23.377622%;
      margin-left: 2.331002%;
      margin-bottom: 0px; }
    .footer #subscribe-form .mc-field-group-0 {
      margin-left: 0px; }
    .footer #subscribe-form input {
      width: 100%;
      padding: 10px 18px; }
    .footer #subscribe-form .mc-field-group-3 {
      width: 19.377622%; }
    .footer #subscribe-form input#subscribe-button {
      padding: 10px 20px; } }
@media only screen and (min-width: 768px) {
  .four-column {
    width: 23.2718894009217%;
    /*303/1280*/
    margin: 0 0 0 2.3041474654378%;
    /*30/1302*/
    float: left;
    clear: none; }
    .four-column img {
      margin-bottom: 25px; }

  .four-column-0 {
    margin-left: 0px;
    clear: both; }

  .guests-section {
    padding: 85px 0 45px 0; } }
@media only screen and (min-width: 800px) {
  .home-tiny-wrap {
    width: 75.125874%;
    margin: 0 auto; }

  .header .headercol1 {
    width: 25%;
    position: relative;
    padding: 32px 0 24px 0; }
    .header .headercol1 .mobile-switch {
      display: none; }
  .header .headercol2 {
    float: right;
    width: 75%;
    display: block !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  ul.top-nav {
    padding: 13px 0 7px 0;
    text-align: left;
    float: right;
    display: flex;
    align-items: center; }
    ul.top-nav li {
      display: inline-block;
      font-size: 0.875em;
      float: left;
      padding: 0 12px 25px 12px;
      border-bottom: none; }
      ul.top-nav li:hover a {
        color: #FFFFFF; }
      ul.top-nav li:last-child {
        border-bottom: none; }
    ul.top-nav > li.current-menu-item > a, ul.top-nav > li.current_page_ancestor > a {
      border-bottom: 2px solid currentColor;
      padding-bottom: 6px; }
    ul.top-nav li.first {
      padding: 0 12px 25px 0px; }
    ul.top-nav li.last {
      padding: 0 0px 25px 12px; }

  ul.sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    width: 150%;
    height: auto;
    border: none;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.39);
    padding: 20px 0 5px 0;
    background-color: #FFFFFF;
    display: none;
    z-index: 9999; }
    ul.sub-menu li {
      float: none;
      display: block;
      padding: 0px 27px;
      margin-bottom: 10px;
      border-bottom: none; }
      ul.sub-menu li a {
        color: #4C4C4C; }
        ul.sub-menu li a:hover {
          color: #4C4C4C;
          opacity: .8; } }
@media only screen and (min-width: 940px) {
  ul.top-nav li {
    padding: 0 12px 25px 12px; }
  ul.top-nav li.first {
    padding: 0 12px 25px 0px; }
  ul.top-nav li.last {
    padding: 0 0px 25px 12px; }

  ul.sub-menu li {
    padding: 0px 27px; }

  .inner {
    width: 95.314788%;
    /*1302/1366*/
    margin: 0 auto; }

  .wrap {
    width: 82.9493087557604%;
    /*1080/1302*/
    margin: 0 auto; }

  .inner-wrap {
    width: 68.3333333%;
    /*738px/1080*/
    margin: 0 auto; }

  .tiny-wrap {
    width: 74.1258741258741%;
    /*636/858*/
    margin: 0 auto; } }
@media only screen and (min-width: 1020px) {
  .header .headercol1 #logo {
    width: 85%;
    margin-top: 10px; }

  ul.sub-menu li {
    padding: 0px 27px; } }
@media only screen and (min-width: 1100px) {
  .header .headercol1 #logo {
    width: 70%;
    margin-top: 0; }

  ul.top-nav li {
    padding: 0 15px 25px 15px; }
  ul.top-nav li.first {
    padding-left: 0px;
    padding: 0 15px 25px 0; }
  ul.top-nav li.last {
    padding-right: 0px;
    padding: 0 0 25px 15px; } }
@media only screen and (min-width: 1240px) {
  .header .headercol1 #logo {
    width: 100%; }

  ul.top-nav li {
    font-size: .875rem;
    padding: 0 20px 25px 20px; }
  ul.top-nav li.first {
    padding: 0 20px 25px 0px; }
  ul.top-nav li.last {
    padding: 0 0px 25px 20px; } }
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/* ==|== Trumps =======================================================
	Trump styles
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.all-caps {
  text-transform: uppercase; }

.center {
  display: block;
  margin: 0 auto !important; }

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

.italic {
  font-style: italic; }

.hidden {
  display: none; }

.not-visibile, .invisible {
  visibility: hidden; }

.no-border-top {
  border-top: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.no-boder-left {
  border-left: none !important; }

.no-border-right {
  border-right: none !important; }

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

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

.wp-block-columns.annakaharris-mediation-row {
  margin-bottom: 0; }
  .wp-block-columns.annakaharris-mediation-row.-is-hidden {
    display: none; }
  .wp-block-columns.annakaharris-mediation-row.fade-in {
    animation: fadeIn .705s ease-in-out forwards; }
  .wp-block-columns.annakaharris-mediation-row .wp-block-image {
    margin-bottom: 10px; }
    .wp-block-columns.annakaharris-mediation-row .wp-block-image img {
      margin-bottom: 10px; }
      @media (min-width: 600px) {
        .wp-block-columns.annakaharris-mediation-row .wp-block-image img {
          margin-bottom: 15px; } }
  .wp-block-columns.annakaharris-mediation-row h3 {
    margin-top: 10px; }
    @media (min-width: 600px) {
      .wp-block-columns.annakaharris-mediation-row h3 {
        margin-top: 15px; } }
  .wp-block-columns.annakaharris-mediation-row .wp-block-column {
    margin-bottom: 30px; }
  @media (min-width: 782px) {
    .wp-block-columns.annakaharris-mediation-row .wp-block-column:not(:first-child) {
      margin-left: 25px; } }

.annakaharris-read-more-container {
  margin-bottom: 40px; }

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

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