/**
 * reset.css
 *
 * Adapted from:
 * Normalize.css by Nicolas Gallagher and Jonathan Neal: https://github.com/necolas/normalize.css/
 * HTML5 boilerplate: http://html5boilerplate.com/
 * HTML5 Doctor Reset by Eric Meyer and Richard Clark: html5doctor.com/html-5-reset-stylesheet/
 *
 * Modified by Elliot Jay Stocks
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,600;0,700;0,900;1,200;1,400;1,600;1,700;1,900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  color: blue; }

a:focus {
  outline: thin dotted; }

li {
  list-style: none; }

abbr[title] {
  border-bottom: none; }

b,
strong {
  font-weight: 700; }

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

label {
  cursor: pointer; }

input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.list > .list__item, .searchform {
  zoom: 1; }
  .list > .list__item:after, .searchform:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: "."; }

/* Colours */
/* Typography */
/* Needed to use an obscure value as the default value for the 'when' to check for. Initially the default for all directions was '0', but this became a problem when the Top & Right values were greater than 0, but the Bottom & Left values were set as 0. Instead of taking the 0 value, the mixin would detect the 0 values and set the Bottom & Left values as the Top & Right values. Also, when trying to use 'auto' as the default value in the mixin, compiler errors would come up. Also tried a value like '0%', but it would be recognized as 0. That's why I'm using an obscure default value like -0.01. */
html {
  font-size: 62.5%; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  color: #1a1a1a;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  font-family: "Montserrat", sans-serif; }
  body .wp-block-media-text__content {
    font-size: 16px;
    font-size: 1.6rem; }

a {
  color: #CD4B13;
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  a:hover, a:focus {
    color: #1a1a1a; }
    a:hover h2, a:hover h3, a:focus h2, a:focus h3 {
      color: #1a1a1a; }
  a h2, a h3 {
    color: #ED703B; }
  a.link--return {
    border: none; }
    .section--title a.link--return {
      position: absolute;
      top: 25px;
      top: 2.5rem; }
      @media (min-width: 1024px) {
        .section--title a.link--return {
          top: 30px;
          top: 3rem; } }
  .has-slate-background-color a {
    color: white; }
    .has-slate-background-color a:hover, .has-slate-background-color a:focus {
      color: #ED703B; }
  .has-white-background-color a {
    color: #ED703B; }
    .has-white-background-color a:hover, .has-white-background-color a:focus {
      color: #1a1a1a; }
  figure a {
    border: none; }

h1, h2, h3, h4, h5, h6 {
  color: #4f5d75;
  font-weight: 200;
  line-height: 1.25;
  margin: 0;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding: 15px 0px 15px 0px;
  padding: 1.5rem 0rem 1.5rem 0rem; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }
  h1.section__subtitle, h2.section__subtitle, h3.section__subtitle, h4.section__subtitle, h5.section__subtitle, h6.section__subtitle {
    text-align: center; }
  .has-slate-background-color h1,
  .hero h1, .has-slate-background-color h2,
  .hero h2, .has-slate-background-color h3,
  .hero h3, .has-slate-background-color h4,
  .hero h4, .has-slate-background-color h5,
  .hero h5, .has-slate-background-color h6,
  .hero h6 {
    color: white; }

h1 {
  font-size: 36px;
  font-size: 3.6rem;
  padding: 15px 0px 30px 0px;
  padding: 1.5rem 0rem 3rem 0rem; }
  h1.post__title {
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    h1.post__title:after {
      content: "";
      width: 2em;
      height: 1px;
      background-color: #4f5d75;
      position: absolute;
      top: 100%;
      left: 0; }

h2 {
  font-size: 29.25px;
  font-size: 2.925rem;
  padding: 15px 0px 15px 0px;
  padding: 1.5rem 0rem 1.5rem 0rem; }
  h2:first-child {
    padding-top: 0; }
  h2.section__h2 {
    position: relative;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
    h2.section__h2:after {
      content: "";
      width: 2em;
      height: 1px;
      background-color: #4f5d75;
      position: absolute;
      top: 100%;
      left: 0; }

h3 {
  font-size: 24.75px;
  font-size: 2.475rem;
  padding: 30px 0px 15px 0px;
  padding: 3rem 0rem 1.5rem 0rem; }
  h3:first-child {
    padding-top: 0; }
  h3.section__subtitle {
    font-weight: 500; }
  .footer h3 {
    font-weight: 400; }
  .podcast__item h3 {
    font-weight: 600;
    color: white; }
  .wp-block-media-text__content h3 {
    font-size: 28px;
    font-size: 2.8rem; }
  .section--gain h3 {
    border-left: 1px solid #ED703B;
    padding: 10px 0px 10px 10px;
    padding: 1rem 0rem 1rem 1rem;
    margin: 0; }

h4 {
  font-size: 20.25px;
  font-size: 2.025rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

h6 {
  font-size: 15.75px;
  font-size: 1.575rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400; }

p, ul, ol {
  padding: 0px 0px 30px 0px;
  padding: 0rem 0rem 3rem 0rem; }

.page__content p,
.page__content ul:not(.blocks-gallery-grid),
.page__content ol {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto; }

ul, ol {
  padding: 0px 0px 30px 30px;
  padding: 0rem 0rem 3rem 3rem;
  list-style-position: inside; }

ul li {
  list-style: disc; }

ul.list--checklist {
  padding-left: 0; }
  ul.list--checklist li {
    list-style: none;
    display: flex;
    align-items: start; }
    ul.list--checklist li::before {
      font-family: "alltimelowe";
      content: "\e02a";
      display: inline-block;
      color: #ED703B;
      margin-right: 0.5em;
      font-size: 1.125em; }

ol li {
  list-style: decimal; }

blockquote {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  font-style: italic;
  color: #3e3e3e; }
  blockquote.wp-block-quote {
    border: none;
    padding-left: 0; }
    blockquote.wp-block-quote cite {
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25; }
      blockquote.wp-block-quote cite em {
        font-weight: 400; }
  blockquote p {
    padding-bottom: 30px;
    padding-bottom: 3rem; }

.has-text-align-center p {
  margin-left: auto;
  margin-right: auto; }

figure {
  width: 100%;
  font-weight: bold; }
  figure blockquote {
    display: block;
    max-width: 20em;
    margin: 0 auto; }
  figure figcaption {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem; }
    figure figcaption.source {
      font-size: 18px;
      font-size: 1.8rem; }
    .post__image figure figcaption {
      text-align: center; }
  figure.quotation {
    text-align: center; }
  .overlay figure {
    color: white; }
    .overlay figure blockquote {
      color: white; }

address {
  font-style: normal; }

small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem; }

details {
  border: 1px solid #dedfe0;
  border-style: solid solid none;
  padding: 0.5rem 1rem 1rem; }
  details:last-of-type {
    border-bottom-style: solid; }
  details summary {
    list-style: none;
    display: flex;
    align-items: top;
    padding: 0.5rem 0;
    gap: 0.5rem;
    color: #4f5d75; }
    details summary:hover {
      color: #ED703B; }
    details summary:before {
      font-family: "alltimelowe";
      content: "\e00a"; }
  details[open] summary:before {
    content: "\e014"; }
  details p:last-of-type {
    padding-bottom: 0; }

img {
  max-width: 100%;
  height: auto; }
  img#wpstats {
    display: none; }

details {
  border: 1px solid #dedfe0;
  border-style: solid solid none;
  padding: 0.5rem 1rem 1rem; }
  details:last-of-type {
    border-bottom-style: solid; }
  details summary {
    list-style: none;
    display: flex;
    align-items: top;
    padding: 0.5rem 0;
    gap: 0.5rem;
    color: #4f5d75; }
    details summary:hover {
      color: #ED703B; }
    details summary:before {
      font-family: "alltimelowe";
      content: "\e00a"; }
  details[open] summary:before {
    content: "\e014"; }
  details p:last-of-type {
    padding-bottom: 0; }

.alignleft, .alignright, .aligncenter {
  margin: 15px 0px 15px 0px;
  margin: 1.5rem 0rem 1.5rem 0rem; }

.alignleft {
  float: left;
  margin: 0px 30px 30px 0px;
  margin: 0rem 3rem 3rem 0rem; }

.alignright {
  float: right;
  margin: 0px 0px 30px 30px;
  margin: 0rem 0rem 3rem 3rem; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.wp-block-image {
  display: flow-root; }
  .wp-block-image .alignleft,
  .wp-block-image .align-right,
  .wp-block-image .aligncenter {
    margin-top: 0; }

.centered {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.meta {
  font-size: 16px;
  font-size: 1.6rem; }

.video-wrap {
  margin-bottom: 60px;
  margin-bottom: 6rem; }

table {
  width: 100%;
  border: none; }

td, td {
  padding: 15px 15px 15px 15px;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border: 1px solid #949494; }

@media (min-width: 600px) {
  h1 {
    font-size: 49.5px;
    font-size: 4.95rem; }
  h2 {
    font-size: 36px;
    font-size: 3.6rem; }
  h3 {
    font-size: 31.986px;
    font-size: 3.1986rem; }
    .podcast h3 {
      font-size: 24.75px;
      font-size: 2.475rem; }
    .section--gain h3 {
      font-size: 22px;
      font-size: 2.2rem;
      margin: 15px 0px 15px 0px;
      margin: 1.5rem 0rem 1.5rem 0rem; }
  h4 {
    font-size: 23.994px;
    font-size: 2.3994rem; } }

@media (min-width: 1024px) {
  h1 {
    font-size: 56.826px;
    font-size: 5.6826rem; }
  h2 {
    font-size: 42.642px;
    font-size: 4.2642rem; }
  h3 {
    font-size: 31.986px;
    font-size: 3.1986rem; }
    .section--gain h3 {
      font-size: 24px;
      font-size: 2.4rem; }
  h4 {
    font-size: 23.994px;
    font-size: 2.3994rem; }
  blockquote {
    font-size: 24px;
    font-size: 2.4rem; } }

@media (min-width: 1200px) {
  .section--gain h3 {
    font-size: 28px;
    font-size: 2.8rem; } }

.container {
  padding-top: 40px;
  padding-top: 4rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem; }
  @media (min-width: 600px) {
    .container {
      padding-left: 40px;
      padding-left: 4rem;
      padding-right: 40px;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .container {
      padding-top: 80px;
      padding-top: 8rem;
      padding-bottom: 80px;
      padding-bottom: 8rem;
      padding-left: 80px;
      padding-left: 8rem;
      padding-right: 80px;
      padding-right: 8rem; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1440px;
      margin: 0 auto; } }

.grid {
  display: grid;
  column-gap: 40px;
  column-gap: 4rem;
  grid-template-columns: repeat(4, 1fr); }
  .grid.grid--full {
    padding-left: 0;
    padding-right: 0; }
  .grid.grid--podcast {
    grid-template-columns: 1fr;
    row-gap: 40px;
    row-gap: 4rem; }
  .grid.grid--thirds {
    grid-template-columns: 1fr; }
  @media (min-width: 600px) {
    .grid.grid--podcast {
      grid-template-columns: repeat(2, 1fr); }
    .grid.grid--thirds {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1024px) {
    .grid {
      grid-template-columns: repeat(12, 1fr); }
      .grid.grid--thirds {
        grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1200px) {
    .grid.grid--podcast {
      grid-template-columns: repeat(3, 1fr); } }

.header .container {
  align-items: center;
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem; }

.site-info {
  grid-column: 1 / span 4;
  display: grid;
  align-items: center; }
  .site-info .logo {
    grid-column: 1 / span 2; }
  .site-info .toggle--menu {
    grid-column: 4 / 5; }

.menu--main {
  grid-column: 1 / span 4; }

@media (min-width: 1024px) {
  .site-info {
    grid-column: 1 / span 3; }
  .menu--main {
    grid-column: 4 / span 9; } }

.footer {
  padding-top: 40px;
  padding-top: 4rem;
  padding-bottom: 20px;
  padding-bottom: 2rem; }

.logo-social {
  grid-column: 1 / span 4;
  display: grid; }

.footer-col-2 {
  grid-column: 1 / span 2; }

.footer-col-3 {
  grid-column: 3 / span 2; }

.footer-col-4 {
  grid-column: 1 / span 4; }

.copyright {
  grid-column: 1 / span 4; }

@media (min-width: 1024px) {
  .logo-social {
    display: block;
    grid-column: 1 / span 3; }
  .footer-col-2 {
    grid-column: 4 / span 3; }
  .footer-col-3 {
    grid-column: 7 / span 3; }
  .footer-col-4 {
    grid-column: 10 / span 3; }
  .copyright {
    grid-column: 1 / span 12; } }

.newsletter__content {
  grid-column: 1 / span 4; }

.newsletter__form {
  grid-column: 1 / span 4; }

@media (min-width: 600px) {
  .newsletter {
    align-items: center; }
  .newsletter__content {
    grid-column: 1 / span 2; }
  .newsletter__form {
    grid-column: 3 / span 2; } }

@media (min-width: 1024px) {
  .newsletter__content {
    grid-column: 1 / span 4; }
  .newsletter__form {
    grid-column: 5 / span 8; } }

@media (min-width: 1200px) {
  .newsletter__content {
    grid-column: 1 / span 5; }
  .newsletter__form {
    grid-column: 7 / span 6; } }

.grid .section__title {
  grid-column: 1 / span 4; }

.grid .section__content {
  grid-column: 1 / span 4; }

@media (min-width: 1024px) {
  .grid .section__title {
    grid-column: 1 / span 4; }
  .grid .section__content {
    grid-column: 5 / span 8; } }

.grid .post-listing,
.grid .post {
  grid-column: 1 / span 4; }

.grid .post-sidebar {
  grid-column: 1 / span 4;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

@media (min-width: 1024px) {
  .grid .post-listing,
  .grid .post {
    grid-column: 1 / span 8; }
  .grid .post-sidebar {
    grid-column: 9 / span 4; } }

@media (min-width: 1200px) {
  .grid .post-listing,
  .grid .post {
    grid-column: 1 / span 7; }
  .grid .post-sidebar {
    grid-column: 10 / span 3; } }

.page__title + .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap:first-child {
  padding-top: 0; }

.gb-layout-column-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.gb-layout-column-wrap:not(.gb-layout-column-wrap .gb-layout-column-wrap) {
  column-gap: 40px;
  column-gap: 4rem;
  padding-top: 40px;
  padding-top: 4rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem; }
  .post__content .gb-layout-column-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-top: 2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem; }
  .gb-layout-column-wrap .gb-block-layout-column-gap-0, .gb-layout-column-wrap .gb-block-layout-column-gap-2 {
    column-gap: 40px;
    column-gap: 4rem; }
  .gb-layout-column-wrap  .gb-block-layout-column-inner {
    word-break: break-word;
    overflow-wrap: break-word; }
  @media (min-width: 600px) {
    .gb-layout-column-wrap:not(.gb-layout-column-wrap .gb-layout-column-wrap) {
      padding-left: 40px;
      padding-left: 4rem;
      padding-right: 40px;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .gb-layout-column-wrap:not(.gb-layout-column-wrap .gb-layout-column-wrap) {
      padding-top: 80px;
      padding-top: 8rem;
      padding-bottom: 80px;
      padding-bottom: 8rem;
      padding-left: 80px;
      padding-left: 8rem;
      padding-right: 80px;
      padding-right: 8rem; } }

.pdt-0 .gb-layout-column-wrap {
  padding-top: 0; }
  @media (min-width: 600px) {
    .pdt-0 .gb-layout-column-wrap {
      padding-top: 0; } }
  @media (min-width: 1024px) {
    .pdt-0 .gb-layout-column-wrap {
      padding-top: 0; } }

.pdb-0 .gb-layout-column-wrap {
  padding-bottom: 0; }
  @media (min-width: 600px) {
    .pdb-0 .gb-layout-column-wrap {
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .pdb-0 .gb-layout-column-wrap {
      padding-bottom: 0; } }

@font-face {
  font-family: "alltimelowe";
  src: url("../fonts/alltimelowe.eot");
  src: url("../fonts/alltimelowe.eot?#iefix") format("embedded-opentype"), url("../fonts/alltimelowe.woff") format("woff"), url("../fonts/alltimelowe.ttf") format("truetype"), url("../fonts/alltimelowe.svg#alltimelowe") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[data-icon]:before {
  font-family: "alltimelowe" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "alltimelowe" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -2px;
  vertical-align: -0.2rem; }

.icon-dribbble:before {
  content: "\e000"; }

.icon-linkedin:before {
  content: "\e001"; }

.icon-twitter:before {
  content: "\e002"; }

.icon-vimeo:before {
  content: "\e003"; }

.icon-flickr:before {
  content: "\e004"; }

.icon-clock:before {
  content: "\e005"; }

.icon-comment:before {
  content: "\e006"; }

.icon-menu:before {
  content: "\e007"; }

.icon-gplus:before {
  content: "\e008"; }

.icon-reddit:before {
  content: "\e009"; }

.icon-arrow-right:before {
  content: "\e00a"; }

.icon-arrow-left:before {
  content: "\e00b"; }

.icon-doc-text:before {
  content: "\e00c"; }

.icon-link:before {
  content: "\e00d"; }

.icon-search:before {
  content: "\e00e"; }

.icon-plus-circled:before {
  content: "\e00f"; }

.icon-plus-squared:before {
  content: "\e010"; }

.icon-minus-circled:before {
  content: "\e011"; }

.icon-minus-squared:before {
  content: "\e012"; }

.icon-arrow-up:before {
  content: "\e013"; }

.icon-arrow-down:before {
  content: "\e014"; }

.icon-youtube:before {
  content: "\e015"; }

.icon-share:before {
  content: "\e016"; }

.icon-cancel-circled:before {
  content: "\e017"; }

.icon-pinterest:before {
  content: "\e018"; }

.icon-yelp:before {
  content: "\e019"; }

.icon-pin:before {
  content: "\e01a"; }

.icon-phone:before {
  content: "\e01b"; }

.icon-info:before {
  content: "\e01c"; }

.icon-mail:before {
  content: "\e01d"; }

.icon-facebook:before {
  content: "\e01e"; }

.icon-instagram:before {
  content: "\e01f"; }

.icon-document:before {
  content: "\e020"; }

.icon-play:before {
  content: "\e021"; }

.icon-pause:before {
  content: "\e022"; }

.icon-skip-right:before {
  content: "\e023"; }

.icon-skip-left:before {
  content: "\e024"; }

.icon-arrow-left-double:before {
  content: "\e025"; }

.icon-arrow-right-double:before {
  content: "\e026"; }

.icon-tag:before {
  content: "\e027"; }

.icon-spotify:before {
  content: "\e028"; }

.icon-calendar:before {
  content: "\e029"; }

.icon-check-square:before {
  content: "\e02a"; }

.btn,
.wp-block-button__link,
button:not(.podcast-episode button) {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ED703B;
  display: inline-block;
  padding: 5px 11px 5px 11px;
  padding: 0.5rem 1.1rem 0.5rem 1.1rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  color: white;
  font-weight: 400;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .btn:active,
  .wp-block-button__link:active,
  button :active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn:hover, .btn:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus,
  button :hover,
  button :focus {
    background-color: white;
    border-color: #ED703B;
    color: #ED703B; }
  .btn.btn--secondary,
  .wp-block-button__link.btn--secondary,
  button .btn--secondary {
    background-color: transparent;
    color: #c7c7c7; }
    .btn.btn--secondary:hover, .btn.btn--secondary:focus,
    .wp-block-button__link.btn--secondary:hover,
    .wp-block-button__link.btn--secondary:focus,
    button .btn--secondary:hover,
    button .btn--secondary:focus {
      color: white; }
  .btn.btn--large,
  .wp-block-button__link.btn--large,
  button .btn--large {
    padding: 11px 7.5px 11px 7.5px;
    padding: 1.1rem 0.75rem 1.1rem 0.75rem;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%; }
  .btn img,
  .wp-block-button__link img,
  button  img {
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    margin-right: 10px;
    margin-right: 1rem; }
  .section--episode-links .btn, .section--episode-links
  .wp-block-button__link, .section--episode-links
  button {
    background-color: rgba(26, 26, 26, 0.25);
    color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 1;
    border: none;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 14px 20px;
    font-size: 1em; }
    .section--episode-links .btn:hover, .section--episode-links .btn:focus, .section--episode-links
    .wp-block-button__link:hover, .section--episode-links
    .wp-block-button__link:focus, .section--episode-links
    button :hover, .section--episode-links
    button :focus {
      background-color: rgba(26, 26, 26, 0.75);
      border-color: transparent; }
  .has-slate-background-color .btn:hover, .has-slate-background-color .btn:focus, .has-slate-background-color
  .wp-block-button__link:hover, .has-slate-background-color
  .wp-block-button__link:focus, .has-slate-background-color
  button :hover, .has-slate-background-color
  button :focus {
    color: #ED703B; }
  @media (max-width: 599px) {
    .btn,
    .wp-block-button__link,
    button:not(.podcast-episode button) {
      margin-bottom: 15px;
      margin-bottom: 1.5rem; } }

.button.podcast-subscribe-button {
  background-color: rgba(26, 26, 26, 0.25);
  color: white;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important; }
  .button.podcast-subscribe-button:hover, .button.podcast-subscribe-button:focus {
    background-color: rgba(26, 26, 26, 0.75); }
  .button.podcast-subscribe-button img {
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    margin-right: 10px;
    margin-right: 1rem; }

.btn--group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  margin-left: 1rem;
  margin-right: 10px;
  margin-right: 1rem; }
  .btn--group .btn {
    flex: 0 1 auto;
    flex: none;
    margin: 10px 10px 10px 10px;
    margin: 1rem 1rem 1rem 1rem; }
  @media (min-width: 1024px) {
    .btn--group {
      flex-direction: row; } }

.box,
.gform_confirmation_message,
.validation_error {
  border: none;
  background-color: #f9fafb;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .box .box__title,
  .gform_confirmation_message .box__title,
  .validation_error .box__title {
    padding-top: 0; }
  .box .box__list,
  .gform_confirmation_message .box__list,
  .validation_error .box__list {
    margin-bottom: 0; }
    .box .box__list li a,
    .gform_confirmation_message .box__list li a,
    .validation_error .box__list li a {
      padding: 7.5px 0px 7.5px 0px;
      padding: 0.75rem 0rem 0.75rem 0rem;
      border: none; }
  .box .box__content + .box__title,
  .gform_confirmation_message .box__content + .box__title,
  .validation_error .box__content + .box__title {
    margin-top: 30px;
    margin-top: 3rem; }

.list {
  margin: 0;
  padding: 0; }
  .list > .list__item {
    list-style: none;
    padding: 0px 0px 0px 0px;
    padding: 0rem 0rem 0rem 0rem;
    border-bottom: 1px solid #dedfe0; }
    .list > .list__item:last-of-type {
      border-bottom-color: transparent; }

.avatar {
  display: block;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.profile-card {
  background-color: #f9fafb;
  margin-top: 30px;
  margin-top: 3rem; }
  .profile-card .avatar {
    float: right;
    margin: -25px -25px 15px 15px;
    margin: -2.5rem -2.5rem 1.5rem 1.5rem; }
  .profile-card p {
    text-align: left;
    padding: 15px 15px 15px 15px;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    overflow: visible; }
  @media (min-width: 600px) {
    .profile-card .avatar {
      float: none;
      margin: 0 auto;
      margin-top: 15px;
      margin-top: 1.5rem; } }
  @media (max-width: 599px) {
    .profile-card .avatar {
      float: right;
      margin: 15px 15px 15px 15px;
      margin: 1.5rem 1.5rem 1.5rem 1.5rem;
      margin: -25px -15px 15px 15px;
      margin: -2.5rem -1.5rem 1.5rem 1.5rem; } }
  .profile-card.full .avatar {
    margin: 0px 0px 15px 0px;
    margin: 0rem 0rem 1.5rem 0rem; }

.bg--blue {
  background-color: #0074D9;
  color: white; }

.bg--medium {
  background-color: #adadad;
  color: black; }

.bg--dark {
  background-color: #949494;
  color: white; }

.podcast__item .podcast {
  height: 0;
  padding-bottom: 60%;
  display: block;
  border: none;
  background-size: 200% 100%;
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.2s ease;
  -moz-transition: background-position 0.2s ease;
  -o-transition: background-position 0.2s ease;
  transition: background-position 0.2s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
  background-color: #4f5d75;
  background-image: linear-gradient(90deg, #ED703B 50%, rgba(237, 112, 59, 0) 50%); }
  .podcast__item .podcast:hover, .podcast__item .podcast:focus {
    background-position: left top;
    color: white; }
    .podcast__item .podcast:hover h3, .podcast__item .podcast:focus h3 {
      color: white; }

.podcast__item h3 {
  padding-top: 20px;
  padding-top: 2rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem; }

@media (min-width: 600px) {
  .podcast__item .podcast {
    padding-bottom: 60%; } }

/* Single Podcast */
.grid .post__content {
  grid-column: 1 / span 4; }

.grid .podcast-episode {
  grid-column: 1/ span 4; }

@media (min-width: 1024px) {
  .grid .post__content {
    grid-column: 1 / span 8; }
  .grid .podcast-episode {
    grid-column: 1 / span 12;
    margin-top: 30px;
    margin-top: 3rem; } }

@media (min-width: 1200px) {
  .grid .post__content {
    grid-column: 1 / span 7; } }

.podcast-template-template-full .post__content p, .podcast-template-template-full .post__content ul, .podcast-template-template-full .post__content ol {
  max-width: 42em; }

.post__meta {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  color: #616161; }
  .post__meta p {
    flex: 1 1 auto;
    padding-bottom: 0; }

.grid .post__resources {
  grid-column: 1 / span 4; }

.grid .post__image {
  grid-column: 1 / span 4; }

@media (min-width: 1024px) {
  .grid .post__resources {
    grid-column: 1 / span 6; }
  .grid .post__image {
    grid-column: 7 / span 6; } }

.section--episode-links {
  text-align: center;
  display: flex;
  flex-direction: column; }
  .section--episode-links h2 {
    padding-bottom: 20px;
    padding-bottom: 2rem; }
  @media (min-width: 1024px) {
    .section--episode-links {
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .section--episode-links h2 {
        padding-top: 20px;
        padding-top: 2rem;
        display: inline-block; }
      .section--episode-links h2,
      .section--episode-links .btn--group {
        flex: 0 0 auto; } }

.transcript {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
  background-color: white; }
  .transcript.open .transcript__toggle {
    border-bottom: 1px solid #c7c7c7;
    background-color: #dedfe0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    color: #1a1a1a; }
    .transcript.open .transcript__toggle i:before {
      content: '\e013'; }

.transcript__toggle {
  border: 1px solid transparent;
  background-color: #f9fafb;
  padding: 30px 30px 30px 30px;
  padding: 3rem 3rem 3rem 3rem;
  display: block;
  color: #4f5d75;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .transcript__toggle:hover, .transcript__toggle:focus {
    background-color: #4f5d75;
    color: white; }
  .transcript__toggle:focus {
    outline: none; }

.transcript__content {
  padding: 30px 30px 0px 30px;
  padding: 3rem 3rem 0rem 3rem; }
  .transcript__content p, .transcript__content ul, .transcript__content ol {
    max-width: 42em; }

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

.header {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.03), 0 4px 4px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.03), 0 16px 16px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.03), 0 4px 4px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.03), 0 16px 16px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.03), 0 4px 4px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.03), 0 16px 16px rgba(0, 0, 0, 0.03); }
  .header h1 a {
    color: #1a1a1a; }
  .header .logo {
    margin: 0px 0px 15px 0px;
    margin: 0rem 0rem 1.5rem 0rem;
    display: inline-block;
    position: relative;
    border: none; }
    .header .logo img {
      width: 210px;
      width: 21rem; }
  .header + .container {
    padding-bottom: 0; }

.footer {
  border-top: 1px solid #dedfe0;
  margin-top: -1px;
  clear: both;
  font-size: 18px;
  font-size: 1.8rem; }
  .footer .logo {
    text-align: center;
    display: block;
    border: none; }
    .footer .logo img {
      width: 210px;
      width: 21rem; }
  .footer .contact-info p {
    font-size: 16px;
    font-size: 1.6rem; }
  .footer p.copy {
    font-size: 13.5px;
    font-size: 1.35rem;
    padding-bottom: 0;
    color: #858585;
    clear: both; }
  .footer .btn {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  @media (min-width: 1024px) {
    .footer .logo {
      text-align: left; }
    .footer .copyright {
      margin-top: 30px;
      margin-top: 3rem; } }

.page__title {
  padding-top: 20px;
  padding-top: 2rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem; }
  @media (min-width: 600px) {
    .page__title {
      padding-left: 40px;
      padding-left: 4rem;
      padding-right: 40px;
      padding-right: 4rem; } }
  @media (min-width: 1024px) {
    .page__title {
      padding-left: 80px;
      padding-left: 8rem;
      padding-right: 80px;
      padding-right: 8rem; } }

.section--title {
  position: relative;
  padding-top: 60px;
  padding-top: 6rem; }
  article .section--title {
    padding-bottom: 0; }
    article .section--title + .container {
      padding-top: 0; }

.has-slate-background-color {
  background-color: #4f5d75;
  color: white; }

.has-light-gray-background-color {
  background-color: #f9fafb;
  border: 1px solid #dedfe0;
  border-style: solid none; }

.gb-block-container[style="background-color:#f9fafb"] {
  border: 1px solid #dedfe0;
  border-style: solid none; }

.hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  background-color: #1a1a1a;
  color: white;
  position: relative;
  overflow: hidden; }
  .hero > .container {
    position: relative;
    z-index: 10;
    background-color: #4f5d75; }
  .hero .hero__content {
    grid-column: 1 / span 4; }
  .hero .hero__image {
    background-color: black;
    height: 0;
    padding-bottom: 80%;
    background-size: cover;
    background-position: left center; }
  .hero.hero--small {
    min-height: 26vw; }
  @media (min-width: 600px) {
    .hero .hero__image {
      padding-bottom: 60%; } }
  @media (min-width: 800px) {
    .hero {
      min-height: 50vw;
      display: flex; }
      .hero .hero__image {
        position: absolute;
        height: 100%;
        width: 100%;
        padding-bottom: 0;
        background-position: 25% 50%;
        opacity: 0.5; }
      .hero .container {
        background-color: transparent; }
      .hero .hero__content {
        grid-column: 3 / span 2;
        align-self: center; }
      .hero.hero--small {
        min-height: 26vw; } }
  @media (min-width: 1024px) {
    .hero .hero__image {
      position: absolute;
      height: 100%;
      width: 100%;
      padding-bottom: 0; }
    .hero .hero__content {
      grid-column: 7 / span 6; } }

.section--post-nav {
  text-align: center; }
  .section--post-nav .post__nav__prev,
  .section--post-nav .post__nav__next {
    text-align: left;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    font-size: 16px;
    font-size: 1.6rem; }
    .section--post-nav .post__nav__prev a,
    .section--post-nav .post__nav__next a {
      border: none;
      display: block; }
      .section--post-nav .post__nav__prev a span,
      .section--post-nav .post__nav__next a span {
        font-size: 12px;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        display: block;
        color: #1a1a1a; }
        .section--post-nav .post__nav__prev a span i,
        .section--post-nav .post__nav__next a span i {
          display: inline-block; }
          .section--post-nav .post__nav__prev a span i:before,
          .section--post-nav .post__nav__next a span i:before {
            vertical-align: -2px;
            vertical-align: -0.2rem; }
  @media (min-width: 1024px) {
    .section--post-nav {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .section--post-nav .post__nav__prev {
        grid-column: 1; }
      .section--post-nav .post__nav__next {
        grid-column: 2;
        text-align: right; }
      .section--post-nav .section__actions {
        grid-column: 1 / span 2; } }

.section--gain {
  padding-bottom: 40px;
  padding-bottom: 4rem; }
  .section--gain .wp-block-genesis-blocks-gb-columns:first-child .gb-layout-column-wrap {
    padding-bottom: 0; }
  .section--gain .wp-block-genesis-blocks-gb-columns + .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 600px) {
    .section--gain {
      padding-bottom: 80px;
      padding-bottom: 8rem; } }

.toggle--menu {
  text-align: right;
  color: #4f5d75;
  border: none; }
  .toggle--menu:hover, .toggle--menu:focus {
    color: #ED703B; }
  .toggle--menu.open i:before {
    content: '\e017'; }
  @media (min-width: 1024px) {
    .toggle--menu {
      display: none; } }

.toggle--sub_navigation {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
  line-height: 60px;
  line-height: 6rem;
  height: 60px;
  height: 6rem;
  padding: 0px 15px 0px 15px;
  padding: 0rem 1.5rem 0rem 1.5rem;
  color: #4f5d75; }
  .toggle--sub_navigation.open i:before {
    content: '\e016'; }
  @media (min-width: 1024px) {
    .toggle--sub_navigation {
      display: none; } }

nav ul {
  margin: 0;
  padding: 0; }
  nav ul li {
    list-style: none; }

.menu--main {
  z-index: 100; }
  .menu--main > ul {
    margin-top: 20px;
    margin-top: 2rem;
    display: block; }
    .menu--main > ul li {
      width: 100%;
      display: block;
      position: relative;
      border-top: 1px solid #dedfe0; }
      .menu--main > ul li:first-child {
        border-top: none; }
      .menu--main > ul li a {
        display: block;
        padding: 15px 15px 15px 15px;
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        background: transparent;
        color: #4f5d75;
        display: block;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        border: 1px solid transparent;
        border-style: none solid; }
        .menu--main > ul li a:hover, .menu--main > ul li a:focus {
          color: #ED703B; }
        .menu--main > ul li a:active {
          color: #1a1a1a; }
      .menu--main > ul li.menu__item--cta {
        border-top-color: transparent;
        text-align: center; }
        .menu--main > ul li.menu__item--cta a {
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          background-color: #ED703B;
          display: inline-block;
          padding: 5px 11px 5px 11px;
          padding: 0.5rem 1.1rem 0.5rem 1.1rem;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 30px;
          line-height: 3rem;
          color: white;
          font-weight: 400;
          border: 1px solid transparent;
          text-decoration: none;
          text-align: center;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
          -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important; }
          .menu--main > ul li.menu__item--cta a:active {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
          .menu--main > ul li.menu__item--cta a:hover, .menu--main > ul li.menu__item--cta a:focus {
            background-color: white;
            border-color: #ED703B;
            color: #ED703B; }
        .menu--main > ul li.menu__item--cta.current-menu-item > a, .menu--main > ul li.menu__item--cta.current-page-ancestor > a {
          color: white; }
          .menu--main > ul li.menu__item--cta.current-menu-item > a:hover, .menu--main > ul li.menu__item--cta.current-menu-item > a:focus, .menu--main > ul li.menu__item--cta.current-page-ancestor > a:hover, .menu--main > ul li.menu__item--cta.current-page-ancestor > a:focus {
            color: #ED703B; }
      .menu--main > ul li.current_page_item > a, .menu--main > ul li.current-menu-item > a, .menu--main > ul li.current_page_parent > a, .menu--main > ul li.current-page-ancestor > a {
        color: #ED703B; }
      .menu--main > ul li .sub-menu {
        display: none;
        background-color: #fff;
        border: 1px solid #4f5d75;
        border-style: none none none solid; }
        .menu--main > ul li .sub-menu li {
          display: list-item;
          text-align: left; }
          .menu--main > ul li .sub-menu li a:hover, .menu--main > ul li .sub-menu li a:focus {
            background-color: #f9fafb; }
          .menu--main > ul li .sub-menu li a:active {
            background-color: #c7c7c7; }
      .menu--main > ul li:hover > a, .menu--main > ul li:focus-within > a {
        color: #ED703B; }
      .menu--main > ul li:hover > ul, .menu--main > ul li:focus-within > ul {
        visibility: visible;
        opacity: 1;
        display: block; }
      .menu--main > ul li li ul:hover,
      .menu--main > ul li li ul:focus {
        visibility: visible;
        opacity: 1;
        display: block; }
  @media (min-width: 1024px) {
    .menu--main > ul {
      list-style: none;
      margin-top: 0;
      padding: 0;
      display: block;
      text-align: right;
      width: 100%;
      font-size: 0; }
      .menu--main > ul li {
        display: inline-block;
        position: relative;
        width: auto;
        border: none; }
        .menu--main > ul li a {
          border: 1px solid transparent;
          border-style: none solid; }
          .menu--main > ul li a:hover ~ .sub-menu-wrap .sub-menu, .menu--main > ul li a:focus ~ .sub-menu-wrap .sub-menu {
            margin-left: 0; }
        .menu--main > ul li .sub-menu {
          display: block;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          min-width: 280px;
          -webkit-transition: opacity 0.3s ease-out;
          -moz-transition: opacity 0.3s ease-out;
          -o-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out; }
          .menu--main > ul li .sub-menu li {
            display: list-item;
            text-align: left; }
            .menu--main > ul li .sub-menu li .sub-menu-wrap {
              display: none; }
        .menu--main > ul li:hover .sub-menu, .menu--main > ul li:focus .sub-menu {
          visibility: visible;
          opacity: 1; }
        .menu--main > ul li.menu__item--cta {
          text-align: left;
          margin-left: 20px;
          margin-left: 2rem; }
      .menu--main > ul > li:hover > a, .menu--main > ul > li:focus > a, .menu--main > ul > li[aria-expanded="true"] > a {
        border-left: 1px solid #4f5d75; } }

.menu--footer a:not(.btn) {
  color: #4f5d75;
  font-size: 16px;
  font-size: 1.6rem;
  border: none; }
  .menu--footer a:not(.btn):hover, .menu--footer a:not(.btn):focus {
    color: #ED703B;
    border-bottom: 1px solid; }

.menu--footer ul {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.sub-nav {
  padding-bottom: 0;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .box .sub-nav {
    margin-bottom: 0; }
  .sub-nav ul {
    margin: 0;
    padding: 0;
    display: block; }
    .sub-nav ul > li:first-child > a {
      border-top: none; }
    .sub-nav ul li {
      display: block; }
      .sub-nav ul li a {
        display: block;
        padding: 15px 15px 15px 15px;
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        border-top: 1px solid #f9fafb; }
        .sub-nav ul li a:hover, .sub-nav ul li a:focus {
          background-color: #f9fafb;
          color: #1a1a1a; }
      .sub-nav ul li.current_page_parent > a, .sub-nav ul li.current_page_ancestor > a {
        color: #1a1a1a;
        font-weight: bold; }
      .sub-nav ul li.current_page_item > a {
        font-weight: bold;
        background-color: #c7c7c7;
        color: #1a1a1a; }
      .sub-nav ul li li a {
        padding-left: 30px;
        padding-left: 3rem;
        font-size: 15.75px;
        font-size: 1.575rem;
        line-height: 20px;
        line-height: 2rem;
        border-top: 1px solid #f9fafb; }
      .sub-nav ul li li li a {
        padding-left: 45px;
        padding-left: 4.5rem; }

.footer .menu--social {
  margin-top: 30px;
  margin-top: 3rem;
  text-align: center; }
  .footer .menu--social ul {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 2rem; }

.menu--social li {
  display: inline-block; }
  .menu--social li a {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 0px 7.5px 0px 7.5px;
    padding: 0rem 0.75rem 0rem 0.75rem;
    color: #ED703B;
    font-size: 24px;
    font-size: 2.4rem;
    border: none; }
    .menu--social li a:hover, .menu--social li a:focus {
      color: #4f5d75; }

@media (min-width: 1024px) {
  .menu--social ul {
    text-align: left; } }

/* Page Navi */
.wp-pagenavi {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0px 15px 0px;
  padding: 1.5rem 0rem 1.5rem 0rem; }
  .wp-pagenavi * {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 7.5px 7.5px 7.5px 7.5px;
    padding: 0.75rem 0.75rem 0.75rem 0.75rem; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    padding: 7.5px 15px 7.5px 15px;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem; }

/* Flickity */
.gallery {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.gallery-cell {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-right: 30px;
  margin-right: 3rem; }
  .gallery-cell img {
    position: absolute;
    width: 100%;
    height: 100%; }

/* Video */
.video-wrap {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative; }
  .video-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

/* Podcast */
.podcast-block {
  text-align: right; }
  .podcast-block .podcast-episode {
    text-align: left;
    margin-bottom: 40px;
    margin-bottom: 4rem; }

/* Genesis Overrides */
.wp-block-genesis-blocks-gb-container .wp-block-genesis-blocks-gb-columns + .wp-block-genesis-blocks-gb-columns {
  padding-top: 0; }

.wp-block-genesis-blocks-gb-columns.wp-block-genesis-blocks-gb-columns {
  overflow: visible; }

.gb-block-accordion .gb-accordion-title {
  background-color: #f9fafb;
  color: #4f5d75;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  border: 1px solid #dedfe0; }
  .gb-block-accordion .gb-accordion-title:hover {
    cursor: pointer;
    background-color: #4f5d75;
    color: white; }

.wp-block-gallery.gallery--logos ul li {
  align-self: center;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem; }
  .wp-block-gallery.gallery--logos ul li figure img {
    filter: grayscale(1);
    -webkit-transition: filter 0.2s ease-out;
    -moz-transition: filter 0.2s ease-out;
    -o-transition: filter 0.2s ease-out;
    transition: filter 0.2s ease-out; }
  .wp-block-gallery.gallery--logos ul li:hover figure img, .wp-block-gallery.gallery--logos ul li:focus figure img {
    filter: grayscale(0); }

@media (min-width: 600px) {
  .wp-block-gallery.gallery--logos ul li {
    padding: 5px 5px 5px 5px;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem; } }

@media (min-width: 1024px) {
  .wp-block-gallery.gallery--logos ul li {
    padding: 10px 10px 10px 10px;
    padding: 1rem 1rem 1rem 1rem; } }

@media (min-width: 1200px) {
  .wp-block-gallery.gallery--logos ul li {
    padding: 20px 20px 20px 20px;
    padding: 2rem 2rem 2rem 2rem; } }

/* Popups */
.pum .gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0; }

.pum .theme-4045 a {
  color: white; }
  .pum .theme-4045 a:hover, .pum .theme-4045 a:focus {
    color: #ED703B; }

/* Media Text Blocks */
.wp-block-media-text .wp-block-media-text__content p:last-of-type {
  padding-bottom: 0; }

.top-10-books .wp-block-media-text {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto; }

.top-10-books .wp-block-media-text__media {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
  .top-10-books .wp-block-media-text__media img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06); }

.top-10-books .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 2;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem; }

.alert {
  background-color: #4f5d75;
  color: white; }
  .alert .container {
    padding-top: 30px;
    padding-top: 3rem;
    padding-bottom: 30px;
    padding-bottom: 3rem; }

.alert__content {
  text-align: center; }
  .alert__content a {
    color: white; }
    .alert__content a:hover, .alert__content a:focus {
      color: #ED703B; }
  .alert__content p:last-of-type {
    padding: 0; }

/* HOME PAGE */
.overlay {
  position: relative; }
  .overlay .row {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }

.post-listing {
  margin-bottom: 40px;
  margin-bottom: 4rem; }
  .post-listing .list__item {
    padding: 20px 0px 20px 0px;
    padding: 2rem 0rem 2rem 0rem; }
    .post-listing .list__item:first-child {
      padding-top: 0; }
  .post-listing h2 {
    font-size: 31.986px;
    font-size: 3.1986rem;
    padding: 0px 0px 15px 0px;
    padding: 0rem 0rem 1.5rem 0rem;
    font-weight: 400; }
    .post-listing h2 a {
      color: #4f5d75;
      border: none; }
      .post-listing h2 a:hover, .post-listing h2 a:focus {
        color: #ED703B; }

.post__image {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border: none; }
  .post__image img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06); }

.single .post {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.single .post__meta {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.wp-post-image {
  width: 100%;
  height: auto; }

.post__cats a {
  color: #616161;
  border: none; }
  .post__cats a:hover, .post__cats a:focus {
    color: #ED703B; }

form {
  display: flow-root;
  padding: 0; }
  form p + p {
    text-indent: 0; }

label {
  display: block;
  padding: 7.5px 0px 15px 0px;
  padding: 0.75rem 0rem 1.5rem 0rem;
  font-weight: 700; }
  label span {
    color: #aaa; }
  label.gfield_consent_label {
    font-weight: 400; }

input:focus, select:focus, textarea:focus {
  outline: none; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 5px 11px 5px 11px;
  padding: 0.5rem 1.1rem 0.5rem 1.1rem;
  max-width: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dedfe0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0px 0px 30px 0px;
  margin: 0rem 0rem 3rem 0rem; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: #1a1a1a; }
  .cta select, .cta
  textarea, .cta
  input[type="text"], .cta
  input[type="password"], .cta
  input[type="datetime"], .cta
  input[type="datetime-local"], .cta
  input[type="date"], .cta
  input[type="month"], .cta
  input[type="time"], .cta
  input[type="week"], .cta
  input[type="number"], .cta
  input[type="email"], .cta
  input[type="url"], .cta
  input[type="search"], .cta
  input[type="tel"], .cta
  input[type="color"] {
    width: 100%; }

select {
  height: 48px;
  height: 4.8rem; }

input {
  font-family: "Montserrat", sans-serif; }
  input[type="search"] {
    -webkit-appearance: none; }
  input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ED703B;
    display: inline-block;
    padding: 5px 11px 5px 11px;
    padding: 0.5rem 1.1rem 0.5rem 1.1rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    color: white;
    font-weight: 400;
    border: 1px solid transparent;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important; }
    input[type="submit"]:active, input[type="button"]:active {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
      background-color: white;
      border-color: #ED703B;
      color: #ED703B; }
    .cta input[type="submit"], .cta input[type="button"] {
      width: 100%; }

#mc_signup_form {
  padding: 0;
  overflow: hidden; }
  #mc_signup_form .mc_input {
    margin-bottom: 0; }
  #mc_signup_form .mc_merge_var {
    margin-bottom: 0 !important; }
  #mc_signup_form #mc_signup_submit {
    margin-top: 15px;
    margin-top: 1.5rem;
    width: auto; }
  #mc_signup_form .mc_signup_submit {
    overflow: hidden; }
  #mc_signup_form br {
    display: none; }

.comment-subscription-form label {
  width: auto; }

.contact-form {
  padding: 7.5px 15px 15px 15px;
  padding: 0.75rem 1.5rem 1.5rem 1.5rem;
  overflow: hidden;
  border: 1px solid #f9fafb;
  margin-top: 30px;
  margin-top: 3rem; }

.searchform {
  margin-top: 30px;
  margin-top: 3rem;
  text-align: right; }
  .searchform input[type="text"] {
    margin-right: 15px;
    margin-right: 1.5rem;
    margin-top: 0; }
  .searchform input[type="submit"] {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #949494;
    display: inline-block;
    padding: 5px 11px 5px 11px;
    padding: 0.5rem 1.1rem 0.5rem 1.1rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    color: white;
    font-weight: 400;
    border: 1px solid transparent;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important; }
    .searchform input[type="submit"]:active {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .searchform.searchform--inline {
    text-align: left;
    padding-right: 92px;
    padding-right: 9.2rem;
    position: relative; }
    .searchform.searchform--inline input[type="text"] {
      width: 100%;
      float: left; }
    .searchform.searchform--inline input[type="submit"] {
      width: 80px;
      width: 8rem;
      margin-right: -92px;
      margin-right: -9.2rem; }

.has-slate-background-color .gform_wrapper {
  background-color: white;
  color: #1a1a1a;
  padding: 20px 20px 0px 20px;
  padding: 2rem 2rem 0rem 2rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06) !important; }

.gform_wrapper.gform_wrapper {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
  .gform_wrapper.gform_wrapper .gfield_required {
    color: #FF4136; }
    .gform_wrapper.gform_wrapper .gfield_required .gfield_required_text {
      font-style: normal; }
    .has-slate-background-color .gform_wrapper.gform_wrapper .gfield_required {
      color: white; }

input[type="submit"].gform_button {
  font-size: 18px;
  font-size: 1.8rem; }
  .one-third input[type="submit"].gform_button,
  .one-quarter input[type="submit"].gform_button {
    padding: 11px 7.5px 11px 7.5px;
    padding: 1.1rem 0.75rem 1.1rem 0.75rem;
    width: 100%; }

.gform_fields {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none; }
  .gform_fields ul {
    padding-bottom: 0; }
  .gform_fields li {
    list-style: none;
    margin: 0px 0px 30px 0px;
    margin: 0rem 0rem 3rem 0rem; }
    .gform_fields li input,
    .gform_fields li textarea,
    .gform_fields li select {
      margin-bottom: 0;
      width: 100%; }
      .gform_fields li input.small,
      .gform_fields li textarea.small,
      .gform_fields li select.small {
        max-width: 10em; }
    .gform_fields li textarea {
      height: 120px;
      height: 12rem; }
    .gform_fields li.gfield_html_formatted p {
      padding-bottom: 0; }
    .gform_fields li.gfield_html_formatted hr {
      margin-bottom: 0; }
    .gform_fields li.gsection {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      padding-top: 15px;
      padding-top: 1.5rem; }
  .gform_fields .gfield_radio,
  .gform_fields .gfield_checkbox {
    padding-left: 0; }
    .gform_fields .gfield_radio li,
    .gform_fields .gfield_checkbox li {
      display: inline-block;
      *display: inline;
      /* IE7 inline-block hack */
      *zoom: 1;
      margin-bottom: 0; }
      .gform_fields .gfield_radio li input,
      .gform_fields .gfield_radio li label,
      .gform_fields .gfield_checkbox li input,
      .gform_fields .gfield_checkbox li label {
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
        width: auto;
        padding: 0; }
      .gform_fields .gfield_radio li input,
      .gform_fields .gfield_checkbox li input {
        margin-right: 7.5px;
        margin-right: 0.75rem; }
      .gform_fields .gfield_radio li label,
      .gform_fields .gfield_checkbox li label {
        margin-right: 30px;
        margin-right: 3rem;
        font-weight: normal; }
  .gform_fields.left_label > li.grid__item, .gform_fields.right_label > li.grid__item {
    width: 100%; }
  .gform_fields.left_label > li > label,
  .gform_fields.left_label > li > .ginput_container, .gform_fields.right_label > li > label,
  .gform_fields.right_label > li > .ginput_container {
    float: left;
    width: 50%; }
  .gform_fields.left_label > li > label, .gform_fields.right_label > li > label {
    padding-right: 30px;
    padding-right: 3rem; }
  .gform_fields.left_label .gfield_radio,
  .gform_fields.left_label .gfield_checkbox, .gform_fields.right_label .gfield_radio,
  .gform_fields.right_label .gfield_checkbox {
    padding: 7.5px 0px 7.5px 0px;
    padding: 0.75rem 0rem 0.75rem 0rem; }
  .gform_fields.left_label .gfield_description, .gform_fields.right_label .gfield_description {
    float: right;
    width: 50%;
    padding-right: 30px;
    padding-right: 3rem; }
  .gform_fields.right_label > li > label {
    text-align: right; }

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px; }

.gfield_description {
  font-size: 15.75px;
  font-size: 1.575rem;
  padding: 7.5px 0px 0px 0px;
  padding: 0.75rem 0rem 0rem 0rem;
  display: block;
  clear: both; }

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border-color: #FF4136; }

.gfield_error .validation_message {
  color: #FF4136; }

.ginput_container_consent .gfield_consent_label {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25; }

.validation_message {
  font-size: 14px;
  font-size: 1.4rem; }

.gform_confirmation_message,
.validation_error {
  text-align: center;
  font-size: 15.75px;
  font-size: 1.575rem;
  line-height: 22.5px;
  line-height: 2.25rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  color: #1a1a1a; }

.ginput_container_fileupload {
  text-align: center; }
  .ginput_container_fileupload .gform_drop_area {
    padding: 30px 30px 30px 30px;
    padding: 3rem 3rem 3rem 3rem;
    background-color: white;
    border: 1px solid #dedfe0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
    .ginput_container_fileupload .gform_drop_area.dragover {
      border-color: #0074D9;
      background-color: rgba(0, 116, 217, 0.2); }
  .ginput_container_fileupload .gform_drop_instructions {
    display: block;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
  .ginput_container_fileupload .gform_button_select_files {
    width: auto;
    float: none; }
  .ginput_container_fileupload #extensions_message {
    text-align: left;
    display: block;
    font-size: 15.75px;
    font-size: 1.575rem; }
  .ginput_container_fileupload .validation_message {
    text-align: left; }
    .ginput_container_fileupload .validation_message ul {
      padding: 0; }
      .ginput_container_fileupload .validation_message ul li {
        margin-bottom: 0; }

.ginput_preview > img {
  display: inline-block;
  margin-right: 7.5px;
  margin-right: 0.75rem;
  position: relative;
  top: -2px; }

.gform_ajax_spinner {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  padding: 0px 10px 0px 10px;
  padding: 0rem 1rem 0rem 1rem; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#comments {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  margin-top: 1.5rem;
  padding-top: 11px;
  padding-top: 1.1rem;
  overflow: hidden; }
  #comments form p {
    display: block; }
    #comments form p.form-allowed-tags {
      display: none; }
    #comments form p label, #comments form p input, #comments form p textarea {
      float: left; }
    #comments form p label {
      width: 25%; }
    #comments form p input,
    #comments form p textarea {
      width: 75%; }
      #comments form p input[type="submit"],
      #comments form p textarea[type="submit"] {
        width: auto;
        float: right; }
    #comments form p textarea {
      min-height: 72px;
      min-height: 7.2rem; }
  #comments form .comment-subscription-form label, #comments form .comment-subscription-form input[type="checkbox"] {
    width: auto;
    float: none;
    display: inline;
    margin-right: 10px;
    margin-right: 1rem; }
  #comments ol {
    margin: 0;
    padding: 0; }
    #comments ol li {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      list-style: none;
      clear: both;
      padding-top: 15px;
      padding-top: 1.5rem;
      border-top: 1px solid #f9fafb; }
      #comments ol li:first-child {
        border-top: 0;
        padding-top: 0; }
      #comments ol li .avatar-wrapper {
        float: left; }
      #comments ol li img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 15px;
        margin-right: 1.5rem;
        margin-bottom: 15px;
        margin-bottom: 1.5rem; }
      #comments ol li .comment-content {
        margin-left: 115px;
        margin-left: 11.5rem; }
        #comments ol li .comment-content p {
          display: inline-block; }
      #comments ol li h4 {
        padding: 0;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 20px;
        line-height: 2rem; }
      #comments ol li time {
        font-size: 14px;
        font-size: 1.4rem;
        display: block; }
      #comments ol li p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 25px;
        line-height: 2.5rem;
        clear: both;
        padding-bottom: 15px;
        padding-bottom: 1.5rem; }
        #comments ol li p:last-of-type {
          padding-bottom: 0; }
      #comments ol li ul {
        margin-left: 30px;
        margin-left: 3rem; }
        #comments ol li ul li {
          margin-top: 10px;
          margin-top: 1rem; }
          #comments ol li ul li:first-child {
            padding-top: 15px;
            padding-top: 1.5rem;
            border-top: 1px solid #f9fafb; }
    @media (max-width: 599px) {
      #comments ol li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem; }
        #comments ol li img {
          width: 38px;
          width: 3.8rem;
          height: auto; }
        #comments ol li .comment-content {
          margin-left: 53px;
          margin-left: 5.3rem; }
        #comments ol li h4 {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 25px;
          line-height: 2.5rem; }
        #comments ol li time {
          font-size: 14px;
          font-size: 1.4rem; } }

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

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