/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
a svg, a {
  transition: all 0.1s ease-in-out; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  box-sizing: border-box; }

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

.site-inner {
  padding: 36px 0; }
  @media (min-width: 768px) {
    .site-inner {
      padding: 48px 0; } }
  .singular.full-width-content .site-inner > .wrap {
    max-width: 800px; }

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none; }

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none; } }

@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%; }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%; }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-column-gap: 32px; }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 768px; }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%; } } }

/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  color: #424242;
  font-size: 20px;
  line-height: 28px;
  padding: 15px 10px; }

select {
  line-height: 48px;
  height: 48px; }

textarea {
  width: 100%; }

::-moz-placeholder {
  color: #9E9E9E;
  opacity: 1; }

::-ms-input-placeholder {
  color: #9E9E9E; }

::-webkit-input-placeholder {
  color: #9E9E9E; }

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent; }

/* Search Form
--------------------------------------------- */
.search-form {
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }
  .search-form .search-field {
    border: none;
    padding-right: 44px;
    font-size: 16px;
    padding: 12px 44px 12px 10px;
    width: 100%;
    outline: none; }
  .search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0; }
    .search-form .search-submit svg {
      fill: #757575;
      width: 24px;
      height: 24px; }

/* Typographical Elements
--------------------------------------------- */
body {
  color: #424242;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55; }
  @media (min-width: 768px) {
    body {
      font-size: 20px; } }
a {
  color: #EA751E;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

strong {
  font-weight: 600; }

ol,
ul {
  margin: 0;
  padding: 0; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px; }

code {
  padding: 2px 4px;
  white-space: nowrap; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap; }

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

cite {
  font-style: normal; }

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

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0; }
  p.large, p.has-large-font-size {
    font-size: 21px; }
    @media (min-width: 768px) {
      p.large, p.has-large-font-size {
        font-size: 24px; } }
  p.has-normal-font-size {
    font-size: 18px; }
    @media (min-width: 768px) {
      p.has-normal-font-size {
        font-size: 20px; } }
  p.small, p.has-small-font-size {
    font-size: 14px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 16px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #424242; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #EA751E;
      text-decoration: none; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

h1 {
  font-size: 34px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 42px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 46px; } }
h2 {
  font-size: 26px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 32px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 36px; } }
h3 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 26px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 28px; } }
h4, h5, h6 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h4, h5, h6 {
      font-size: 22px; } }
/* Button
--------------------------------------------- */
.wp-block-button__link {
  border: 2px solid #c35e12;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 16px 32px;
  text-decoration: none; }
  .is-style-full .wp-block-button__link, .wp-block-button__link.full {
    display: block;
    width: 100%; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: #EA751E; }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      background-color: #c35e12; }
  .wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus {
    color: #EA751E; }
  .wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
    background-color: #c35e12; }
  .wp-block-button__link.has-navy-color:hover, .wp-block-button__link.has-navy-color:focus {
    color: #05306F; }
  .wp-block-button__link.has-navy-background-color:hover, .wp-block-button__link.has-navy-background-color:focus {
    background-color: #031b3e; }
  .wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
    color: #FAFAFA; }
  .wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
    background-color: #e1e1e1; }
  .amazon-button .wp-block-button__link {
    background: #05306F;
    border: none; }
    .amazon-button .wp-block-button__link:hover {
      background: #031b3e; }
    .amazon-button .wp-block-button__link svg {
      fill: #fff;
      width: 90px;
      height: 27px;
      vertical-align: middle;
      margin: 0 12px; }

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(../icons/color/quote-orange.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left; }
  blockquote p,
  blockquote.wp-block-quote p {
    color: #05306F;
    font-size: 22px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      blockquote p,
      blockquote.wp-block-quote p {
        font-size: 28px; } }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #05306F;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 12px;
    opacity: .5;
    text-transform: uppercase; }
    blockquote cite em,
    blockquote .wp-block-quote__citation em,
    blockquote.wp-block-quote cite em,
    blockquote.wp-block-quote .wp-block-quote__citation em {
      text-transform: none;
      letter-spacing: normal; }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  .wide-content blockquote, .wide-content blockquote.wp-block-quote {
    max-width: 968px;
    margin-left: auto;
    margin-right: auto; }

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative; }
  .wp-block-separator::before,
  hr::before {
    background: #E0E0E0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -.5px; }

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  img.alignright {
    float: right;
    margin: 0 0 20px 20px; }
  img.aligncenter {
    margin-left: auto;
    margin-right: auto; }

.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal; }

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%; }
  .wp-block-table td, .wp-block-table th {
    padding: .5em;
    border: 1px solid; }

/* Color Options
--------------------------------------------- */
.has-orange-color {
  color: #EA751E; }

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

.has-navy-color {
  color: #05306F; }

.has-navy-background-color {
  background-color: #05306F; }

.has-grey-color {
  color: #FAFAFA; }

.has-grey-background-color {
  background-color: #FAFAFA; }

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 16px; }
  @media (min-width: 768px) {
    .wp-block-group {
      padding: 60px 16px; } }
  @media (min-width: 992px) {
    .wp-block-group {
      padding: 70px 16px; } }
  .wp-block-group.less-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .wp-block-group .wp-block-group__inner-container {
    max-width: 768px;
    margin: 0 auto; }
    .wp-block-group .wp-block-group__inner-container:after {
      content: "";
      display: table;
      clear: both; }
    .wp-block-group .wp-block-group__inner-container > *:last-child {
      margin-bottom: 0; }
    .full-width-content .wp-block-group .wp-block-group__inner-container {
      max-width: 1168px; }
  .wp-block-group.has-background:not(.has-grey-background-color) {
    color: #fff; }
    .wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
      color: #fff; }
  .wp-block-group.alignfull.has-orange-background-color + .wp-block-group.alignfull.has-orange-background-color {
    margin-top: -40px; }
  .wp-block-group.alignfull.has-navy-background-color + .wp-block-group.alignfull.has-navy-background-color {
    margin-top: -40px; }
  .wp-block-group.alignfull.has-grey-background-color + .wp-block-group.alignfull.has-grey-background-color {
    margin-top: -40px; }

.wide-content .wp-block-group:not(.narrow) .wp-block-group__inner-container,
.wp-block-group.wide .wp-block-group__inner-container {
  max-width: 1168px; }

/* Media & Text
--------------------------------------------- */
.wp-block-media-text {
  grid-template-columns: 5fr 7fr;
  grid-column-gap: 16px; }
  .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 7fr 5fr; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 16px; }
  @media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
      display: block; }
      .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        margin-bottom: 32px; } }
.wp-block-media-text__media,
.block-library-media-text__media-container {
  clip-path: circle(); }

/* Search
--------------------------------------------- */
.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }
  .wp-block-search .wp-block-search__input {
    border: none;
    padding-right: 44px;
    font-size: 20px;
    padding: 12px 44px 12px 10px;
    width: 100%;
    outline: none; }
  .wp-block-search .wp-block-search__button {
    background: transparent url(../icons/color/search-grey.svg) no-repeat center;
    background-size: 24px;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0;
    text-indent: -9999em; }
  .wp-block-search .wp-block-search__label {
    display: none; }

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    div.wpforms-container .wpforms-title {
      font-size: 36px; } }
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0; }

div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px; }

div.wpforms-container .wpforms-field-label {
  font-size: 16px; }

div.wpforms-container .wpforms-field-hp {
  display: none; }

div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: left; }
  div.wpforms-container .wpforms-submit-container button {
    padding: 12px 40px; }

div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 165px);
    float: left; }
    div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
      display: table-cell;
      padding-right: 16px;
      margin: 0; }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 165px;
    clear: none;
    margin: 0; }
    div.wpforms-container.one-line .wpforms-submit-container button {
      padding-left: 4px;
      padding-right: 4px;
      width: 100%; } }

@media (min-width: 992px) {
  .block-area div.wpforms-container.one-line .wpforms-head-container, .wide-content div.wpforms-container.one-line .wpforms-head-container {
    float: left;
    width: 50%; }
    .block-area div.wpforms-container.one-line .wpforms-head-container .wpforms-title,
    .block-area div.wpforms-container.one-line .wpforms-head-container .wpforms-description, .wide-content div.wpforms-container.one-line .wpforms-head-container .wpforms-title,
    .wide-content div.wpforms-container.one-line .wpforms-head-container .wpforms-description {
      margin: 0;
      line-height: 30px; }
  .block-area div.wpforms-container.one-line .wpforms-field-container, .wide-content div.wpforms-container.one-line .wpforms-field-container {
    width: calc( 50% - 165px); } }

div.wpforms-container.has-background {
  border-radius: 6px;
  padding: 20px 20px 32px; }
  @media (min-width: 768px) {
    div.wpforms-container.has-background {
      padding: 32px; } }
  div.wpforms-container.has-background:not(.has-grey-background-color) {
    color: #fff; }
    div.wpforms-container.has-background:not(.has-grey-background-color) h1, div.wpforms-container.has-background:not(.has-grey-background-color) h2, div.wpforms-container.has-background:not(.has-grey-background-color) h3, div.wpforms-container.has-background:not(.has-grey-background-color) h4, div.wpforms-container.has-background:not(.has-grey-background-color) h5, div.wpforms-container.has-background:not(.has-grey-background-color) h6, div.wpforms-container.has-background:not(.has-grey-background-color) p {
      color: #fff; }

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  width: 24px;
  height: 24px; }

.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px; }
  .shared-counts-wrap.style-icon .shared-counts-button:hover svg {
    fill: #05306F; }
  .shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
  .shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
    display: none; }

@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px; }
    @media (min-width: 768px) {
      .shared-counts-wrap.style-button {
        grid-template-columns: repeat(4, 1fr); } } }

.shared-counts-wrap.style-button h3 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1 / -1; }

.shared-counts-wrap.style-button .shared-counts-button {
  background: #9E9E9E;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px; }
  .shared-counts-wrap.style-button .shared-counts-button:hover {
    background: #616161; }
  .shared-counts-wrap.style-button .shared-counts-button svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px; }
  .shared-counts-wrap.style-button .shared-counts-button.facebook {
    background: #3B5998; }
    .shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
      background: #2d4373; }
  .shared-counts-wrap.style-button .shared-counts-button.pinterest {
    background: #CB2027; }
    .shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
      background: #9f191f; }
  .shared-counts-wrap.style-button .shared-counts-button.twitter {
    background: #00B6F1; }
    .shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
      background: #008fbe; }

/* Post Listing
--------------------------------------------- */
.post-listing-block footer,
.block-shop footer {
  position: relative; }
  .post-listing-block footer::before,
  .block-shop footer::before {
    background: rgba(234, 117, 30, 0.2);
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    margin-top: -.5px;
    z-index: 1;
    position: absolute; }
  .post-listing-block footer::after,
  .block-shop footer::after {
    background-color: #fff;
    background-image: url(../icons/color/airplane-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    z-index: 2; }
    .has-grey-background-color .post-listing-block footer::after, .has-grey-background-color .block-shop footer::after {
      background-color: #FAFAFA; }
  .post-listing-block footer a,
  .block-shop footer a {
    background: #fff;
    color: #EA751E;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    padding-right: 45px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 2; }
    .has-grey-background-color .post-listing-block footer a, .has-grey-background-color .block-shop footer a {
      background: #FAFAFA; }
    .post-listing-block footer a:hover,
    .block-shop footer a:hover {
      color: #c35e12; }

.post-listing-block header, .post-listing-block footer {
  grid-column: 1 / -1;
  width: 100%; }
  .post-listing-block header:after, .post-listing-block footer:after {
    content: "";
    display: table;
    clear: both; }

@supports (display: grid) {
  @media (min-width: 768px) {
    .post-listing-block.layout3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 32px; } }
  @media (min-width: 768px) {
    .post-listing-block.layout4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 32px; } }
  @media (min-width: 992px) {
    .post-listing-block.layout4 {
      grid-template-columns: repeat(4, 1fr); } }
  .post-listing-block.layout2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px; }
    @media (min-width: 768px) {
      .post-listing-block.layout2x2 {
        grid-column-gap: 32px; } }
  @media (min-width: 768px) {
    .post-listing-block.layout1x3 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 32px;
      align-items: start; }
      .post-listing-block.layout1x3 .feature {
        grid-row: span 4; }
      .post-listing-block.layout1x3 .secondary .post-summary__image {
        margin: 0; }
      .post-listing-block.layout1x3 footer {
        margin-top: -16px; } } }

/* Tabbed Post Listing
--------------------------------------------- */
.tab-nav {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }
  .tab-nav li {
    list-style-type: none; }
    .tab-nav li a {
      border-bottom: 3px solid transparent;
      color: #757575;
      cursor: pointer;
      display: block;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      padding: 10px 4px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      .tab-nav li a.current {
        border-bottom-color: #EA751E; }
      .tab-nav li a:hover, .tab-nav li a.current {
        color: #212121; }

.tab-section:not(.current) {
  display: none; }

@supports (display: grid) {
  @media (min-width: 768px) {
    .tab-section {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 32px; } } }

/* Press
--------------------------------------------- */
.press-block {
  padding: 20px 0; }
  @supports (display: grid) {
    .press-block.has-thumbnail {
      display: grid;
      grid-template-columns: 3fr 5fr;
      grid-column-gap: 32px; }
      @media (max-width: 767px) {
        .press-block.has-thumbnail {
          grid-column-gap: 16px; } }
      .press-block.has-thumbnail .press-block__image {
        margin: 0; } }

.press-block__image {
  margin-bottom: 8px; }

.press-block__meta {
  color: #616161;
  font-size: 16px;
  margin: 0 0 11px; }
  @media (min-width: 768px) {
    .press-block__meta span + span {
      margin-left: 40px; } }
  @media (max-width: 767px) {
    .press-block__meta span + span {
      display: block; } }
  .press-block__meta .publication {
    font-weight: 600;
    text-transform: uppercase; }
  .press-block__meta .date {
    font-style: italic; }

.press-block__name {
  color: #212121;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 400;
  margin: 0; }
  @media (min-width: 768px) {
    .press-block__name {
      font-size: 26px; } }
  @media (min-width: 992px) {
    .press-block__name {
      font-size: 28px; } }
/* Press Grid
--------------------------------------------- */
@media (min-width: 451px) {
  .press-grid-block > div {
    float: left;
    margin-left: 1.3698630137%;
    width: 49.3150684932%; }
    .press-grid-block > div:nth-of-type(2n+1) {
      clear: both;
      margin-left: 0; }
  @supports (display: grid) {
    .press-grid-block {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, 1fr); }
      .press-grid-block > div {
        margin-left: 0;
        width: 100%; }
      .press-grid-block header, .press-grid-block nav, .press-grid-block aside, .press-grid-block footer {
        grid-column: 1 / -1; } } }

@media (min-width: 620px) {
  .press-grid-block > div {
    float: left;
    margin-left: 2.7397260274%;
    width: 31.5068493151%; }
    .press-grid-block > div:nth-of-type(3n+1) {
      clear: both;
      margin-left: 0; }
  @supports (display: grid) {
    .press-grid-block {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(3, 1fr); }
      .press-grid-block > div {
        margin-left: 0;
        width: 100%; }
      .press-grid-block header, .press-grid-block nav, .press-grid-block aside, .press-grid-block footer {
        grid-column: 1 / -1; } } }

@media (min-width: 820px) {
  .press-grid-block > div {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%; }
    .press-grid-block > div:nth-of-type(4n+1) {
      clear: both;
      margin-left: 0; }
  @supports (display: grid) {
    .press-grid-block {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr); }
      .press-grid-block > div {
        margin-left: 0;
        width: 100%; }
      .press-grid-block header, .press-grid-block nav, .press-grid-block aside, .press-grid-block footer {
        grid-column: 1 / -1; } } }

.press-grid__item {
  text-align: center;
  margin-bottom: 20px; }
  .press-grid__item img {
    width: 100%;
    margin-bottom: 20px; }

.press-grid__publication {
  font-size: 16px;
  color: #616161;
  display: block;
  font-weight: 600;
  margin: 0 0 6px;
  text-transform: uppercase; }

.press-grid__title {
  line-height: 1.2;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  text-decoration: underline; }
  @media (min-width: 768px) {
    .press-grid__title {
      font-size: 26px; } }
  @media (min-width: 992px) {
    .press-grid__title {
      font-size: 28px; } }
  .press-grid__title:hover {
    text-decoration: none; }

/* Featured on
--------------------------------------------- */
.wp-block-group.featured-on .wp-block-group__inner-container {
  max-width: 1200px; }

.featured-on.grayscale .featured-on-logos {
  opacity: .6; }
  .featured-on.grayscale .featured-on-logos img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

.featured-on-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex-flow: row wrap; }
  .featured-on-logos.secondary > span, .featured-on-logos.secondary > a {
    max-width: 50%;
    flex-basis: 50%; }
    @media (min-width: 992px) {
      .featured-on-logos.secondary > span, .featured-on-logos.secondary > a {
        max-width: 25%;
        flex-basis: 25%; } }
  .featured-on-logos > span, .featured-on-logos > a {
    padding: 16px;
    display: flex;
    justify-content: center;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%; }
    @media (min-width: 768px) {
      .featured-on-logos > span, .featured-on-logos > a {
        max-width: 20%;
        flex-basis: 20%; } }
    @media (min-width: 992px) {
      .featured-on-logos > span, .featured-on-logos > a {
        max-width: 11.1111111111%;
        flex-basis: 11.1111111111%; } }
    .featured-on-logos > span img, .featured-on-logos > a img {
      width: 100%;
      height: auto;
      max-height: 80px;
      object-fit: contain; }

/* Partner Logos
--------------------------------------------- */
.block-partner-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex-flow: row wrap; }
  .block-partner-logos > span, .block-partner-logos > a {
    padding: 16px;
    display: flex;
    justify-content: center;
    max-width: 50%;
    flex-basis: 50%; }
    @media (min-width: 768px) {
      .block-partner-logos > span, .block-partner-logos > a {
        max-width: 25%;
        flex-basis: 25%; } }
    .block-partner-logos > span img, .block-partner-logos > a img {
      width: 100%;
      height: auto;
      max-height: 80px;
      object-fit: contain; }

/* Get the Book
--------------------------------------------- */
.get-the-book h2 {
  text-align: center; }

@supports (display: grid) {
  .get-the-book .book-locations {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px; }
    .get-the-book .book-locations a {
      margin: 0 0 20px; }
    @media (min-width: 768px) {
      .get-the-book .book-locations {
        grid-template-columns: repeat(8, 1fr); }
        .get-the-book .book-locations a {
          grid-column: span 2; }
          .get-the-book .book-locations a:nth-last-child(1) {
            grid-column: 5 / span 2; }
          .get-the-book .book-locations a:nth-last-child(2) {
            grid-column: 3 / span 2; } } }

.get-the-book a {
  background: #c35e12;
  border-radius: 3px;
  display: block;
  padding: 20px;
  margin: 0 auto 20px;
  line-height: 0;
  text-align: center;
  max-width: 300px;
  display: grid;
  align-items: center; }
  .get-the-book a svg {
    fill: #fff;
    width: 100%;
    height: 55px; }
  @media (min-width: 768px) {
    .get-the-book a:not(.book-location-amazon) svg {
      height: 75px; } }
/* Jump Links
--------------------------------------------- */
ul.jump-links {
  border-top: 1px solid #9E9E9E;
  border-bottom: 1px solid #9E9E9E;
  padding: 20px 0;
  text-align: center; }
  ul.jump-links li {
    display: inline-block;
    list-style-type: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 40px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      ul.jump-links li {
        margin: 0 20px; } }
    ul.jump-links li a {
      color: #616161;
      text-decoration: none; }
      ul.jump-links li a:hover {
        color: #EA751E; }

/* Team Members
--------------------------------------------- */
.team-members-block {
  text-align: center;
  line-height: 1.4; }
  @supports (display: grid) {
    .team-members-block {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 16px; }
      @media (min-width: 600px) {
        .team-members-block {
          grid-template-columns: repeat(3, 1fr); } }
      @media (min-width: 900px) {
        .team-members-block {
          grid-template-columns: repeat(4, 1fr); } } }

.team-member__image img {
  border-radius: 50%;
  margin: 0 auto; }

.team-member__name {
  color: #212121;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px; }
  .team-member__name a {
    color: #212121;
    text-decoration: none; }
    .team-member__name a:hover {
      color: #EA751E; }

/* Book CTA
--------------------------------------------- */
.book-cta-block {
  background: #EA751E;
  border-radius: 6px;
  padding: 20px;
  position: relative; }
  .book-cta-block .block-link {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-indent: -9999em;
    z-index: 10; }
  .book-cta-block:hover .wp-block-button__link {
    background: #031b3e; }
  .book-cta-block .wp-block-quote {
    padding: 0 0 0 53px;
    background: url(../icons/color/quote-blue.svg) no-repeat 0 0;
    background-size: 36px auto; }
    .book-cta-block .wp-block-quote cite {
      color: #05306F; }
      .book-cta-block .wp-block-quote cite em {
        font-weight: 400;
        opacity: .75; }
        @media (max-width: 767px) {
          .book-cta-block .wp-block-quote cite em {
            display: block; } }
        .book-cta-block .wp-block-quote cite em strong {
          font-style: normal;
          font-weight: 400; }

.book-cta-subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: -20px; }
  @media (min-width: 768px) {
    .book-cta-subtitle {
      font-size: 20px; } }
  @media (max-width: 599px) {
    .book-cta-subtitle {
      text-align: center; }
      .book-cta-subtitle span {
        display: block; } }
  .book-cta-subtitle span {
    background: #c35e12;
    padding: 11px 15px;
    display: inline-block; }

.book-cta-title {
  color: #fff;
  font-size: 26px;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .book-cta-title {
      font-size: 32px; } }
  @media (min-width: 992px) {
    .book-cta-title {
      font-size: 36px; } }
@media (max-width: 991px) {
  .wp-block-button__link {
    padding-left: 5px;
    padding-right: 5px; }
  .book-cta-title-container {
    padding-right: 33%;
    position: relative; }
    .book-cta-title-container img {
      position: absolute;
      right: 0;
      top: 0;
      width: 30%;
      height: 100%;
      object-fit: contain; } }

@media (min-width: 992px) {
  .book-cta-title-container {
    overflow: hidden; }
    .book-cta-title-container .book-cta-title {
      float: left;
      width: 66%; }
    .book-cta-title-container .wp-block-button__link {
      float: right;
      vertical-align: middle; }
  .book-cta-block {
    padding: 20px 32px;
    padding-right: calc( 20% + 32px); }
    .book-cta-block img {
      position: absolute;
      right: 32px;
      top: 20px;
      width: 20%;
      height: calc( 100% - 40px);
      object-fit: contain; } }

/* Event
--------------------------------------------- */
.block-event {
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 16px; }
  .block-event p:last-child {
    margin-bottom: 0; }

.block-event__date {
  border: 1px solid #E0E0E0;
  margin-bottom: 16px;
  text-align: center; }

.block-event__month {
  background: #05306F;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.3px; }

.block-event__day {
  display: block;
  font-size: 46px;
  line-height: 63px; }

.block-event__name {
  font-size: 28px;
  margin-bottom: 8px; }

.block-event__location {
  color: #616161;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 16px; }

@media (min-width: 768px) {
  .block-event {
    padding-left: 168px;
    position: relative;
    min-height: 176px; }
  .block-event__date {
    position: absolute;
    top: 26px;
    left: 22px;
    width: 114px;
    margin: 0; }
  .block-event__month {
    padding: 5px 0; }
  .block-event__day {
    padding: 13px 0; } }

/* Shop Listing
--------------------------------------------- */
@media (max-width: 767px) {
  .layout-alpha .block-shop__listing > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 49.3150684932%; }
    .layout-alpha .block-shop__listing > article:nth-of-type(2n+1) {
      clear: both;
      margin-left: 0; }
  @supports (display: grid) {
    .layout-alpha .block-shop__listing {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, 1fr); }
      .layout-alpha .block-shop__listing > article {
        margin-left: 0;
        width: 100%; }
      .layout-alpha .block-shop__listing header, .layout-alpha .block-shop__listing nav, .layout-alpha .block-shop__listing aside, .layout-alpha .block-shop__listing footer {
        grid-column: 1 / -1; } } }

@media (min-width: 768px) {
  .layout-alpha .block-shop__listing > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%; }
    .layout-alpha .block-shop__listing > article:nth-of-type(4n+1) {
      clear: both;
      margin-left: 0; }
  @supports (display: grid) {
    .layout-alpha .block-shop__listing {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr); }
      .layout-alpha .block-shop__listing > article {
        margin-left: 0;
        width: 100%; }
      .layout-alpha .block-shop__listing header, .layout-alpha .block-shop__listing nav, .layout-alpha .block-shop__listing aside, .layout-alpha .block-shop__listing footer {
        grid-column: 1 / -1; } } }

@media (min-width: 768px) {
  .layout-beta .block-shop__listing > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 31.5068493151%; }
    .layout-beta .block-shop__listing > article:nth-of-type(3n+1) {
      clear: both;
      margin-left: 0; }
  @supports (display: grid) {
    .layout-beta .block-shop__listing {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(3, 1fr); }
      .layout-beta .block-shop__listing > article {
        margin-left: 0;
        width: 100%; }
      .layout-beta .block-shop__listing header, .layout-beta .block-shop__listing nav, .layout-beta .block-shop__listing aside, .layout-beta .block-shop__listing footer {
        grid-column: 1 / -1; } } }

/* Quick Links
--------------------------------------------- */
@media (min-width: 768px) {
  .block-quick-links {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px; } }

.quick-link {
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
  min-height: 70vw;
  width: 100%;
  display: flex;
  align-items: flex-end; }
  @media (min-width: 992px) {
    .quick-link {
      font-size: 24px; } }
  @media (min-width: 601px) {
    .quick-link {
      min-height: 375px; } }
  @media (min-width: 768px) {
    .quick-link {
      margin-bottom: 0; } }
  .quick-link > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 1;
    object-fit: cover; }

.quick-link__inner {
  display: block;
  padding: 20px;
  position: relative;
  z-index: 2; }

.quick-link__title {
  display: block;
  font-size: 34px;
  font-family: freight-text-pro, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media (min-width: 992px) {
    .quick-link__title {
      font-size: 44px; } }
/* eBook Callout
--------------------------------------------- */
.block-ebook-callout {
  background: #031b3e;
  border-radius: 6px;
  position: relative; }
  .block-ebook-callout .block-ebook-callout__subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .block-ebook-callout .block-ebook-callout__subtitle span {
      background: #05306F;
      padding: 14px 24px;
      display: inline-block; }
  .block-ebook-callout .block-ebook-callout__title {
    color: #fff;
    font-size: 28px;
    line-height: 1.2777777778; }
    @media (min-width: 768px) {
      .block-ebook-callout .block-ebook-callout__title {
        font-size: 32px; } }
    @media (min-width: 992px) {
      .block-ebook-callout .block-ebook-callout__title {
        font-size: 36px; } }
  .block-ebook-callout .block-ebook-callout__description {
    color: white;
    margin-bottom: 20px; }
    .block-ebook-callout .block-ebook-callout__description p {
      color: white; }
    .block-ebook-callout .block-ebook-callout__description > *:last-child {
      margin-bottom: 0; }
  .block-ebook-callout .wpforms-confirmation-container {
    color: white; }
  @media (max-width: 767px) {
    .block-ebook-callout {
      padding: 0 22px 0; }
      .block-ebook-callout .block-ebook-callout__subtitle {
        text-align: center; }
      .block-ebook-callout .block-ebook-callout__title {
        text-align: center; }
      .block-ebook-callout .block-ebook-callout__description {
        text-align: center; }
      .block-ebook-callout .wpforms-container .wpforms-field {
        margin-bottom: 14px; }
      .block-ebook-callout .wpforms-container .wpforms-submit-container {
        margin-top: 14px; }
        .block-ebook-callout .wpforms-container .wpforms-submit-container button {
          margin: 0 auto;
          display: block; }
      .block-ebook-callout .block-ebook-callout__image {
        height: 225px;
        margin: 0 -22px 0; }
        .block-ebook-callout .block-ebook-callout__image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-bottom-left-radius: 6px;
          border-bottom-right-radius: 6px; } }
  @media (min-width: 768px) {
    .block-ebook-callout {
      padding: 0 0px 0px 38px;
      display: grid;
      grid-template-columns: 2fr 1.2fr;
      grid-column-gap: 60px; }
      .block-ebook-callout .wpforms-container {
        margin-bottom: 40px; }
        .block-ebook-callout .wpforms-container .wpforms-field-container {
          width: calc( 100% - 165px) !important; }
      .block-ebook-callout .block-ebook-callout__image {
        position: relative; }
        .block-ebook-callout .block-ebook-callout__image img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: top center; } }
/* Instagram Callout
--------------------------------------------- */
.block-instagram-callout {
  background-color: #FCF1E8;
  border-radius: 6px; }
  .block-instagram-callout .block-instagram-callout__inner {
    display: flex;
    justify-content: center;
    align-items: center; }
  .block-instagram-callout .block-instagram-callout__icon-container {
    line-height: 0; }
    .block-instagram-callout .block-instagram-callout__icon-container svg {
      fill: #EA751E; }
  .block-instagram-callout a.block-instagram-callout__title {
    text-decoration: none;
    color: #212121;
    font-family: freight-text-pro, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; }
    .block-instagram-callout a.block-instagram-callout__title:hover, .block-instagram-callout a.block-instagram-callout__title:active {
      color: #EA751E; }
  @media (max-width: 767px) {
    .block-instagram-callout {
      padding: 23px 16px 22px; }
      .block-instagram-callout .block-instagram-callout__icon-container {
        margin-right: 10px; }
        .block-instagram-callout .block-instagram-callout__icon-container svg {
          width: 24px;
          height: 24px; } }
  @media (min-width: 768px) {
    .block-instagram-callout {
      padding: 33px 20px 32px; }
      .block-instagram-callout .block-instagram-callout__icon-container {
        margin-right: 20px; }
        .block-instagram-callout .block-instagram-callout__icon-container svg {
          width: 32px;
          height: 32px; } }
/* College Admissions CTA Block
--------------------------------------------- */
.college-admissions-cta-block {
  background-color: #05306F;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-template-rows: repeat(2, 1fr);
  overflow: hidden; }
  .college-admissions-cta-block .block__text {
    padding: 1em;
    color: #fff;
    grid-area: 1 / 1 / 2 / 2;
    position: relative;
    z-index: 10; }
    .college-admissions-cta-block .block__text .wp-block-buttons {
      margin-top: 1em; }
      .college-admissions-cta-block .block__text .wp-block-buttons .wp-block-button__link {
        padding-left: 16px;
        padding-right: 16px; }
    .college-admissions-cta-block .block__text > * {
      color: #fff; }
  .college-admissions-cta-block .block__image {
    grid-area: 2 / 1 / 3 / 2;
    height: 100%; }
    .college-admissions-cta-block .block__image img {
      object-fit: cover;
      object-position: right center;
      width: 100%;
      height: 100%; }
  @media (min-width: 768px) {
    .college-admissions-cta-block {
      grid-template-columns: 50% 1fr;
      grid-template-rows: 1fr; }
      .college-admissions-cta-block .block__text {
        grid-area: 1 / 1 / 2 / 2; }
      .college-admissions-cta-block .block__image {
        grid-area: 1 / 1 / 2 / 3; } }
/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  min-height: 49px; }
  .site-header .wrap {
    position: relative; }

.title-area {
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto; }
  .title-area h1.site-title,
  .title-area p.site-title {
    margin: 0; }
    .title-area h1.site-title a,
    .title-area p.site-title a {
      color: #424242; }
  .title-area .site-title a {
    background: url(../icons/logos/grownandflown.svg) no-repeat center;
    background-size: contain;
    display: block;
    text-indent: -9999em;
    width: 100%;
    height: 0;
    padding-bottom: 22.3113964687%; }
  @media (min-width: 1201px) {
    .title-area {
      position: absolute;
      top: 12px; }
      .fixed-header .title-area {
        display: none; } }
  @media (max-width: 1200px) {
    .title-area .site-title a {
      padding-bottom: 0;
      height: 48px;
      background-size: auto 42px; } }
/* Admin Bar
--------------------------------------------- */
@media (min-width: 782px) {
  .admin-bar .site-container {
    padding-top: 32px; } }

@media (max-width: 781px) {
  #wpadminbar {
    display: none !important; } }

/* Persistent Header
--------------------------------------------- */
@media (min-width: 1201px) {
  body.fixed-header .site-container {
    padding-top: 121px; }
  body.fixed-header .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 69px; }
  body.fixed-header .nav-secondary {
    display: none; }
  body.fixed-header .title-area {
    margin: 8px 0;
    max-width: 250px; } }

@media (min-width: 1201px) and (min-width: 782px) {
  body.fixed-header.admin-bar .site-container {
    padding-top: 153px; }
  body.fixed-header.admin-bar .site-header {
    top: 32px; } }

@media (max-width: 1200px) {
  .site-container {
    padding-top: 49px; }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: scroll;
    max-height: 100vh; } }

@media (max-width: 1200px) and (min-width: 782px) {
  .admin-bar .site-container {
    padding-top: 81px; }
  .admin-bar .site-header {
    top: 32px; } }

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 0; }
  @media (min-width: 1201px) {
    .nav-menu {
      display: flex;
      padding-top: 10px;
      flex-flow: column-reverse nowrap; }
      .nav-menu .nav-secondary {
        margin-bottom: 20px; } }
  @media (max-width: 1200px) {
    .nav-menu {
      background: #F5F5F5;
      display: none;
      margin: 0 -48px;
      padding: 4px 16px;
      width: calc( 100% + 96px); }
      .nav-menu.active {
        display: block; } }
  .nav-menu ul {
    clear: both;
    line-height: 1;
    margin: 0;
    width: 100%; }
  .nav-menu .menu-item {
    list-style: none;
    position: relative; }
    .nav-menu .menu-item a {
      border: none;
      color: #424242;
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      padding: 15px;
      position: relative;
      text-decoration: none; }
    .nav-menu .menu-item.menu-item-has-children > a {
      padding-right: 26px; }
    .nav-menu .menu-item:hover > a {
      background: #F5F5F5; }
    .nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
      color: #EA751E; }
  .nav-menu .submenu-expand {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 14px; }
    .nav-menu .submenu-expand svg {
      fill: #BDBDBD; }
  @media (min-width: 1201px) {
    .nav-menu .nav-primary,
    .nav-menu .nav-secondary {
      display: flex;
      justify-content: flex-end; }
    .nav-menu .menu {
      display: inline-block;
      width: auto; }
    .nav-menu .menu-item {
      float: left; }
      .nav-menu .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1; }
    .nav-menu .sub-menu {
      background: rgba(245, 245, 245, 0.95);
      left: -9999px;
      opacity: 0;
      position: absolute;
      width: 215px;
      z-index: 99; }
      .nav-menu .sub-menu .menu-item {
        float: none; }
        .nav-menu .sub-menu .menu-item a {
          padding: 8px 15px; }
        .nav-menu .sub-menu .menu-item:hover > a, .nav-menu .sub-menu .menu-item.current-menu-item > a, .nav-menu .sub-menu .menu-item.current-menu-ancestor > a {
          background: #E0E0E0; }
      .nav-menu .sub-menu .sub-menu {
        margin: -40px 0 0 170px; }
    .nav-menu .nav-primary .menu {
      display: flex;
      justify-content: center;
      width: 100%; }
    .nav-menu .nav-primary .submenu-expand {
      right: 6px; }
      .nav-menu .nav-primary .submenu-expand svg {
        fill: #EA751E; }
    .nav-menu .nav-primary .menu-item.search {
      display: none; }
    .nav-menu .nav-primary .menu > .menu-item > a {
      color: #212121;
      padding: 20px 10px;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase; }
    .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children > a {
      padding-right: 21px; }
    .nav-menu .nav-secondary .sub-menu .menu-item a {
      font-size: 14px; }
    .nav-menu .nav-secondary .search-form {
      margin: 5px 0 0 8px; }
      .nav-menu .nav-secondary .search-form .search-field {
        padding-top: 8px;
        padding-bottom: 8px;
        width: 268px; } }
  @media (max-width: 1200px) {
    .nav-menu .menu > .menu-item {
      border-top: 1px solid #E0E0E0; }
      .nav-menu .menu > .menu-item > a {
        padding: 11px 18px; }
    .nav-menu .menu-item.search {
      padding: 8px 0 16px; }
    .nav-menu .submenu-expand {
      top: 0;
      right: 0;
      transform: none;
      width: 44px;
      height: 44px; }
      .nav-menu .submenu-expand svg {
        width: 12px;
        height: 12px; }
      .nav-menu .submenu-expand:not(.expanded) {
        transform: rotate(180deg); }
      .nav-menu .submenu-expand.expanded + .sub-menu {
        display: block; }
    .nav-menu .sub-menu {
      display: none;
      padding-left: 8px; }
    .nav-menu .nav-primary .submenu-expand svg {
      fill: #EA751E; }
    .nav-menu .nav-primary .menu > .menu-item:first-child {
      border-top: 0; }
    .nav-menu .nav-primary .menu > .menu-item > a {
      color: #212121;
      font-weight: 600;
      text-transform: uppercase; } }
/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center; }
  .search-toggle .close,
  .menu-toggle .close {
    display: none; }
  .search-toggle:hover, .search-toggle.active,
  .menu-toggle:hover,
  .menu-toggle.active {
    background: #EEEEEE; }
  .search-toggle.active .close,
  .menu-toggle.active .close {
    display: inline; }
  .search-toggle.active .open,
  .menu-toggle.active .open {
    display: none; }

@media (max-width: 1200px) {
  .site-header .wrap {
    padding: 0 48px; } }

.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px; }
  @media (min-width: 1201px) {
    .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
      display: none; } }
.site-header .wrap > .menu-toggle {
  left: 0; }

.site-header .wrap > .search-toggle {
  right: 0; }

/* Header Search
--------------------------------------------- */
.header-search {
  background: #EEEEEE;
  overflow: hidden;
  width: 100%; }
  .header-search:not(.active) {
    display: none; }
  @media (max-width: 1200px) {
    .header-search {
      margin: 0 -48px;
      padding: 16px;
      width: calc( 100% + 96px); } }
/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .post-summary {
      margin-bottom: 16px; } }
  @supports (display: grid) {
    @media (max-width: 767px) {
      .post-summary.primary {
        display: grid;
        grid-template-columns: 1fr 4fr;
        grid-column-gap: 16px; }
        .post-summary.primary .post-summary__image {
          margin: 0; } } }
  @supports (display: grid) {
    @media (min-width: 992px) {
      .post-summary.secondary {
        display: grid;
        grid-template-columns: 7fr 18fr;
        grid-column-gap: 16px;
        align-items: center; }
        .post-summary.secondary .post-summary__image {
          margin: 0; } } }
  @supports (display: grid) {
    @media (max-width: 991px) {
      .post-summary.tertiary {
        display: grid;
        grid-template-columns: 1fr 4fr;
        grid-column-gap: 16px; }
        .post-summary.tertiary .post-summary__image {
          margin: 0; } } }

.post-summary__title {
  font-family: freight-text-pro, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0; }
  .post-summary__title a {
    color: #212121;
    text-decoration: none; }
    .post-summary__title a:hover {
      color: #EA751E; }
  .post-summary.feature .post-summary__title {
    font-size: 25px; }
    @media (min-width: 768px) {
      .post-summary.feature .post-summary__title {
        font-size: 28px; } }
  .post-summary.primary .post-summary__title {
    font-size: 22px; }
    @media (min-width: 768px) {
      .post-summary.primary .post-summary__title {
        font-size: 25px; } }
    @media (min-width: 992px) {
      .post-summary.primary .post-summary__title {
        font-size: 28px; } }
  .post-summary.secondary .post-summary__title {
    font-size: 20px; }
    @media (min-width: 768px) {
      .post-summary.secondary .post-summary__title {
        font-size: 23px; } }
    @media (min-width: 992px) {
      .post-summary.secondary .post-summary__title {
        font-size: 26px; } }
  .post-summary.related .post-summary__title {
    font-size: 34px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .post-summary.related .post-summary__title {
        font-size: 42px; } }
    @media (min-width: 992px) {
      .post-summary.related .post-summary__title {
        font-size: 46px; } }
.post-summary__image {
  display: block;
  margin-bottom: 12px; }
  .post-summary__image img {
    margin: 0 auto; }
  .post-summary.related .post-summary__image {
    margin-bottom: 20px; }

.entry-category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px; }
  .entry-category a {
    color: #616161;
    text-decoration: none; }
    .entry-category a:hover {
      color: #EA751E; }

.post-summary__more a {
  background: url(../icons/color/airplane-orange.svg) no-repeat left center;
  background-size: 24px;
  padding-left: 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #424242;
  text-decoration: none; }
  .post-summary__more a:hover {
    color: #EA751E; }

/* Shop Item
---------------------------------------------------------------------------------------------------- */
.shop-item {
  text-align: center;
  margin-bottom: 32px; }
  .shop-item .post-summary__title {
    font-weight: 700;
    margin-bottom: 16px; }
  .shop-item .post-summary__image {
    position: relative;
    height: 0;
    padding-bottom: 100%; }
    .shop-item .post-summary__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.shop-item__button {
  background: #05306F;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
  padding: 11px 2px;
  max-width: 204px;
  margin: 0 auto 8px;
  text-decoration: none; }
  .shop-item__button:hover {
    background: #031b3e; }

.shop-item__subtitle {
  color: #616161;
  font-size: 14px; }

/* Archive
---------------------------------------------------------------------------------------------------- */
.archive .site-main .block-area {
  grid-column: 1 / -1;
  margin-bottom: 48px; }

@media (min-width: 601px) and (max-width: 991px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%; }
    .archive .site-main > article:nth-of-type(2n+1) {
      clear: both;
      margin-left: 0; }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr); }
      .archive .site-main > article {
        margin-left: 0;
        width: 100%; }
      .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
        grid-column: 1 / -1; } } }

@media (min-width: 992px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%; }
    .archive .site-main > article:nth-of-type(4n+1) {
      clear: both;
      margin-left: 0; }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr); }
      .archive .site-main > article {
        margin-left: 0;
        width: 100%; }
      .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
        grid-column: 1 / -1; } } }

/* Archive Header
--------------------------------------------- */
figure.category-header {
  margin: 0;
  margin-bottom: -68px; }
  @media (min-width: 768px) {
    figure.category-header {
      margin-bottom: -138px; } }
.archive-description {
  text-align: center;
  width: 100%;
  position: relative;
  max-width: 768px;
  margin: 0 auto 32px; }
  .archive-description > *:last-child {
    margin-bottom: 0; }
  .has-category-image .archive-description {
    background: #fff;
    padding: 32px 16px; }

.author-archive-description {
  text-align: left; }
  .author-archive-description .avatar {
    border-radius: 50%;
    float: right;
    max-width: 37vw; }
  @media (min-width: 768px) {
    .author-archive-description h3:last-child {
      margin-top: 48px; } }
.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .author-title {
      font-size: 20px; } }
/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  text-align: center;
  padding-top: 22px; }
  .pagination ul {
    margin: 0; }
    .pagination ul li {
      list-style-type: none;
      display: inline-block; }
      .pagination ul li a {
        color: #424242;
        border-radius: 50%;
        display: block;
        font-weight: 400;
        text-decoration: none;
        width: 29px;
        height: 29px;
        line-height: 29px;
        text-align: center; }
      .pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
        width: auto; }
      .pagination ul li:hover > a {
        color: #EA751E; }
      .pagination ul li.active > a {
        background: #05306F;
        color: #fff;
        font-weight: 600; }

/* Shop
--------------------------------------------- */
.archive-shop .archive-description {
  background: #05306F;
  color: #fff;
  width: calc( 100% + 32px);
  max-width: 100vw;
  margin: -36px -16px 36px;
  padding: 45px 16px; }
  @media (min-width: 768px) {
    .archive-shop .archive-description {
      margin: -48px -16px 48px;
      padding: 58px 16px; } }
  @media (min-width: 1200px) {
    .archive-shop .archive-description {
      margin-left: calc( 50% - 50vw);
      margin-right: calc( 50% - 50vw);
      max-width: 100vw;
      width: 100vw; } }
  .archive-shop .archive-description h1 {
    color: #fff; }
  .archive-shop .archive-description p {
    margin-bottom: 0; }
  .archive-shop .archive-description > * {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
  .archive-shop .archive-description > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    opacity: .25;
    max-width: 100%; }

.archive-shop .archive-recent-header {
  padding-top: 48px; }

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem; }
  .entry-content ul li, .entry-content ol li {
    padding-bottom: .5rem; }
    .entry-content ul li:last-child, .entry-content ol li:last-child {
      padding-bottom: 0; }
    .entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
      padding-top: .5rem; }
  .entry-content ul.wp-block-gallery, .entry-content ul.jump-links, .entry-content ul.tab-nav, .entry-content ol.wp-block-gallery, .entry-content ol.jump-links, .entry-content ol.tab-nav {
    padding-left: 0; }
    .entry-content ul.wp-block-gallery li, .entry-content ul.jump-links li, .entry-content ul.tab-nav li, .entry-content ol.wp-block-gallery li, .entry-content ol.jump-links li, .entry-content ol.tab-nav li {
      padding-bottom: 0; }

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%; }
  .entry-content > *:first-child,
  .block-area > *:first-child {
    margin-top: 0; }
  .entry-content > *:last-child,
  .block-area > *:last-child {
    margin-bottom: 0; }
  .full-width-content .entry-content > *.alignwide, .full-width-content .block-area > *.alignwide {
    margin: calc( 2 * 20px) calc(50% - 50vw);
    max-width: 100vw;
    width: auto;
    padding: 0 16px; }
    @media (min-width: 1200px) {
      .full-width-content .entry-content > *.alignwide, .full-width-content .block-area > *.alignwide {
        max-width: 1200px;
        margin-left: -200px;
        margin-right: -200px;
        padding: 0; } }
  .full-width-content .entry-content > *.alignfull, .wide-content .entry-content > *.alignfull, .full-width-content .block-area > *.alignfull, .wide-content .block-area > *.alignfull {
    margin: calc( 2 * 20px) calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw; }
    .full-width-content .entry-content > *.alignfull:first-child, .wide-content .entry-content > *.alignfull:first-child, .full-width-content .block-area > *.alignfull:first-child, .wide-content .block-area > *.alignfull:first-child {
      margin-top: -36px; }
      @media (min-width: 768px) {
        .full-width-content .entry-content > *.alignfull:first-child, .wide-content .entry-content > *.alignfull:first-child, .full-width-content .block-area > *.alignfull:first-child, .wide-content .block-area > *.alignfull:first-child {
          margin-top: -48px; } }
    .full-width-content .entry-content > *.alignfull:last-child, .wide-content .entry-content > *.alignfull:last-child, .full-width-content .block-area > *.alignfull:last-child, .wide-content .block-area > *.alignfull:last-child {
      margin-bottom: -36px; }
      @media (min-width: 768px) {
        .full-width-content .entry-content > *.alignfull:last-child, .wide-content .entry-content > *.alignfull:last-child, .full-width-content .block-area > *.alignfull:last-child, .wide-content .block-area > *.alignfull:last-child {
          margin-bottom: -48px; } }
  .entry-content > *.alignleft,
  .block-area > *.alignleft {
    /*rtl:ignore*/
    float: left;
    margin: 0 20px 20px 0; }
  .entry-content > *.alignright,
  .block-area > *.alignright {
    /*rtl:ignore*/
    float: right;
    margin: 0 0 20px 20px; }
  .entry-content > *.aligncenter,
  .block-area > *.aligncenter {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .entry-content > *.aligncenter,
      .block-area > *.aligncenter {
        margin-left: 0;
        margin-right: 0; } }
  .entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
  .block-area > *.wp-block-quote,
  .block-area > *.post-listing-block {
    margin-top: calc( 2 * 20px);
    margin-bottom: calc( 2 * 20px); }
  .entry-content > *.wp-block-search,
  .block-area > *.wp-block-search {
    max-width: 568px;
    margin-left: auto;
    margin-right: auto; }

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px; }
  .entry-author .avatar {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px; }
  .entry-author a {
    color: #424242;
    text-decoration: none; }
    .entry-author a:hover {
      color: #EA751E; }

.breadcrumb {
  font-size: 16px;
  margin-bottom: 24px; }
  .breadcrumb a {
    color: #424242; }
    .breadcrumb a:hover {
      color: #EA751E; }
  .single .breadcrumb {
    border-top: 1px solid #E0E0E0;
    padding-top: 32px;
    text-align: center; }

.author-box {
  position: relative; }
  .author-box .author-box-title {
    font-size: 22px;
    display: none; }
    @media (min-width: 768px) {
      .author-box .author-box-title {
        font-size: 28px; } }
  .author-box .avatar {
    border-radius: 50%;
    margin: 0 auto 16px; }
  @media (min-width: 768px) {
    .author-box {
      padding-left: 120px;
      min-height: 120px; }
      .author-box .avatar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px; } }
/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .singular .entry-header {
      margin-bottom: 48px;
      overflow: hidden;
      width: 100%; }
      .singular .entry-header .entry-author {
        float: left;
        margin: 0; }
      .singular .entry-header .shared-counts-wrap {
        float: right; } }
  .singular .entry-header *:last-child {
    margin-bottom: 0; }

.singular .site-main > .entry:after {
  content: "";
  display: table;
  clear: both; }

.after-entry > * {
  margin: 24px 0; }
  @media (min-width: 768px) {
    .after-entry > * {
      margin: 42px 0; } }
/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px; }
  .entry-comments .comment-list li {
    list-style-type: none;
    border: 1px solid #EEEEEE; }
    .entry-comments .comment-list li article {
      padding: 16px; }
    .entry-comments .comment-list li.staff {
      border-color: #EA751E;
      border-left-width: 4px; }
  .entry-comments .comment-list > li {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px; }
  .entry-comments .comment-list .comment-author {
    color: #616161;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0; }
    .entry-comments .comment-list .comment-author a {
      color: #616161;
      text-decoration: none; }
      .entry-comments .comment-list .comment-author a:hover {
        color: #EA751E; }
    .entry-comments .comment-list .comment-author .says {
      display: none; }
  .entry-comments .comment-list .comment-meta {
    font-size: 12px;
    margin-bottom: 12px;
    color: #9E9E9E; }
    .entry-comments .comment-list .comment-meta a {
      color: #9E9E9E;
      text-decoration: none; }
      .entry-comments .comment-list .comment-meta a:hover {
        color: #EA751E; }
  .entry-comments .comment-list .comment-content p:last-child {
    margin: 0; }
  .entry-comments .comment-list .reply {
    font-weight: 600;
    margin-top: 12px; }
  .entry-comments .comment-list ul.children {
    margin: 0; }
    .entry-comments .comment-list ul.children li {
      border-top: 1px solid #E0E0E0; }

.entry-comments .comment-respond label {
  display: block;
  margin-right: 12px;
  font-weight: 600; }
  .entry-comments .comment-respond label[for="subscribe"], .entry-comments .comment-respond label[for="wp-comment-cookies-consent"] {
    display: inline-block; }

@media (min-width: 768px) {
  .entry-comments .comment-respond .comment-form-author,
  .entry-comments .comment-respond .comment-form-email {
    float: left;
    width: calc( 50% - 16px); }
  .entry-comments .comment-respond .comment-form-email {
    margin-left: 32px; }
  .entry-comments .comment-respond input[type="submit"] {
    width: auto; } }

/* Page-Specific
--------------------------------------------- */
.wp-block-group .wp-image-77231 {
  max-width: 26vw; }
  @media (min-width: 992px) {
    .wp-block-group .wp-image-77231 {
      margin-left: 105px; } }
/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #05306F;
  padding: 40px 0 10px;
  position: relative;
  /*
	&::after {
		content: 'parenting never ends ';
		color: $white;
		display: block;
		opacity: .1;
		font-size: 70px;
		line-height: 1;
		font-style: italic;
		position: absolute;
		text-align: right;
		bottom: 16px;
		right: 16px;
		white-space: pre-wrap;
		z-index: 1;
		max-width: 280px;
	}
	*/ }
  .footer-widgets::before {
    background: url(../icons/logos/airplane-large.svg) no-repeat top left;
    background-size: contain;
    content: '';
    display: block;
    position: absolute; }
  .footer-widgets .wrap {
    z-index: 2; }
  .footer-widgets ul {
    margin-bottom: 30px; }
  .footer-widgets li {
    list-style-type: none;
    margin-bottom: 12px; }
  .footer-widgets .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
  .footer-widgets a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2; }
    .footer-widgets a svg {
      fill: #fff;
      width: 20px;
      height: 20px;
      margin-right: 12px; }
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0; }
    .footer-widgets .social-links li .label {
      display: none; }
  @media (max-width: 767px) {
    .footer-widgets {
      padding-top: 156px;
      text-align: center; }
      .footer-widgets::before {
        width: 100%;
        height: 120px;
        top: 17px;
        left: 0; }
      .footer-widgets .footer-widgets-3 .widget-title {
        display: none; }
      .footer-widgets .footer-widgets-1 {
        float: left;
        width: calc( 50% - 8px); }
      .footer-widgets .footer-widgets-2 {
        float: right;
        width: calc( 50% - 8px); }
      .footer-widgets .footer-widgets-3 {
        overflow: hidden;
        width: 100%; } }
  @media (min-width: 768px) {
    .footer-widgets .wrap {
      padding-left: 18.75%; }
      .footer-widgets .wrap > div {
        float: left;
        margin-left: 2.7397260274%;
        width: 31.5068493151%; }
        .footer-widgets .wrap > div:nth-of-type(3n+1) {
          clear: both;
          margin-left: 0; }
      @supports (display: grid) {
        .footer-widgets .wrap {
          display: grid;
          grid-column-gap: 32px;
          grid-template-columns: repeat(3, 1fr); }
          .footer-widgets .wrap > div {
            margin-left: 0;
            width: 100%; }
          .footer-widgets .wrap header, .footer-widgets .wrap nav, .footer-widgets .wrap aside, .footer-widgets .wrap footer {
            grid-column: 1 / -1; } }
    .footer-widgets::before {
      width: 171px;
      height: 112px;
      top: 30px;
      right: 85.4%; } }
  @media (min-width: 992px) {
    .footer-widgets::before {
      right: auto;
      left: 0;
      width: calc(22% - 32px);
      height: 100%; } }
  @media (min-width: 1400px) {
    .footer-widgets::before {
      width: calc(28% - 32px); } }
/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #031b3e;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  padding: 32px 0;
  text-align: center; }
  .site-footer .wrap > *:last-child {
    margin-bottom: 0; }
  .site-footer a {
    color: rgba(255, 255, 255, 0.75); }
    .site-footer a:hover {
      color: white; }
  .site-footer .footer-links a + a {
    margin-left: 12px; }
  .site-footer .cafemedia {
    text-transform: uppercase; }
  .site-footer .backtotop {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    display: inline-block;
    line-height: 20px;
    padding: 10px;
    text-decoration: none; }
    .site-footer .backtotop svg {
      fill: #fff;
      margin-left: 4px;
      vertical-align: middle; }
    .site-footer .backtotop:hover {
      background: black; }
  @media (min-width: 768px) {
    .site-footer {
      text-align: left; }
      .site-footer .footer-left {
        float: left; }
        .site-footer .footer-left > *:last-child {
          margin-bottom: 0; }
      .site-footer .copyright,
      .site-footer .footer-links {
        display: inline-block;
        margin-right: 20px; }
      .site-footer .backtotop {
        float: right; } }
/* Callout Bar
---------------------------------------------------------------------------------------------------- */
.callout-bar {
  background-color: #05306F;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 16px 0; }
  .callout-bar a {
    color: white;
    text-decoration: none; }
    .callout-bar a:hover, .callout-bar a:active {
      text-decoration: underline; }
  .callout-bar .callout-bar__inner > *:last-child {
    margin-bottom: 0; }
