/**
 * 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;
}

@font-face {
  font-family: "Gentona";
  src: url("../fonts/gentona/Gentona-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/gentona/Gentona-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/gentona/Gentona-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* 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: 60px 0;
  }
}
.singular.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
--------------------------------------------- */
.sidebar-ad img {
  width: 100%;
  height: auto;
}

@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 #E0E0E0;
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

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

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

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 {
  border: 1px solid #E0E0E0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #002D72;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #000;
  font-family: "Gentona", -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;
  }
}
@media print {
  body {
    font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }
}

a {
  color: #002D72;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: 700;
}

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;
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #002D72;
  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 #00193f;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  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: #002D72;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #00193f;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #002D72;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #00193f;
}
.wp-block-button__link.has-light-blue-color:hover, .wp-block-button__link.has-light-blue-color:focus {
  color: #DBE9FF;
}
.wp-block-button__link.has-light-blue-background-color:hover, .wp-block-button__link.has-light-blue-background-color:focus {
  background-color: #a8caff;
}
.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;
}
.wp-block-button__link.has-purple-color:hover, .wp-block-button__link.has-purple-color:focus {
  color: #5A1B90;
}
.wp-block-button__link.has-purple-background-color:hover, .wp-block-button__link.has-purple-background-color:focus {
  background-color: #3f1365;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* 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: -0.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: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #002D72;
}

.has-blue-background-color {
  background-color: #002D72;
}

.has-light-blue-color {
  color: #DBE9FF;
}

.has-light-blue-background-color {
  background-color: #DBE9FF;
}

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

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

.has-purple-color {
  color: #5A1B90;
}

.has-purple-background-color {
  background-color: #5A1B90;
}

/* 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 .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;
}
.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;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
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-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
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% - 110px);
    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: 110px;
    clear: none;
    margin: 0;
  }
}

/* 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: #002D72;
}
.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;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

/** Page
------------------------------- */
.type-page h1 {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .type-page h1 {
    margin-top: 0;
  }
}

/** wd-form overrides 
------------------------------- */
.fm-form-container div {
  width: unset !important;
  margin: 0 !important;
}

div.fm-form-container {
  width: 768px !important;
  margin: 0 auto 30px auto;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  color: #fff;
  background: #002D72;
  position: relative;
  min-height: 260px;
}
@media (max-width: 768px) {
  .site-header {
    min-height: 64px;
  }
}
.site-header.absolute {
  position: sticky !important;
  top: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.site-header .search-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: white;
}
.site-header .search-button {
  margin-left: 20px;
}
.site-header a.search-button:hover:after {
  color: #DBE9FF;
}

.site-header .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr auto;
  height: 260px;
}
@media (max-width: 768px) {
  .site-header .wrap {
    display: flex;
    flex-direction: column;
    height: 64px;
  }
}

.site-header .header-widget-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-header .header-widget-area {
    display: none;
    background: #002D72;
    margin: 0 -48px;
    padding: 30px;
    margin-bottom: 100px;
  }
}
.site-header .header-widget-area.active {
  display: flex;
  z-index: 1;
}
.site-header .header-widget-area.active::before {
  content: "";
  border-top: 1px solid #E0E0E0;
  width: calc(100vw - 60px);
  display: inline-block;
  margin-bottom: 48px;
}

.site-header .simple-social-icons ul li {
  margin: 0 !important;
}

.site-header .simple-social-icons ul li a {
  padding: 0 12px 0 0 !important;
}

.site-header .subscribe-button {
  margin-bottom: 20px !important;
}

.site-header a.subscribe-button {
  color: white;
  border: 1px white solid;
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}

.site-header a.subscribe-button:hover {
  border-color: #DBE9FF;
  color: #DBE9FF;
}

.title-area {
  grid-area: 1/2/2/3;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .title-area {
    max-width: 0;
    margin: 0;
    padding: 16px 30px 0 30px;
    margin: 0 -48px;
    display: block;
  }
}
.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  padding: 8px;
}
@media (max-width: 768px) {
  .title-area h1.site-title,
.title-area p.site-title {
    padding: 0;
  }
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #000;
  text-decoration: none;
}
.title-area .site-title a {
  background: url(../images/JHNursing_CoverTitle.svg) no-repeat center;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  width: 300px;
  height: 100px;
}
@media (max-width: 768px) {
  .title-area {
    float: none;
    text-align: center;
  }
  .title-area .site-title a {
    padding-bottom: 0;
    height: 30px;
    background-size: auto 30px;
    width: 81px;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-first-location {
  grid-area: 2/1/3/4;
}

.nav-menu.nav-first-location.active::before {
  border-top: none;
  margin-bottom: 0;
}

.nav-menu.nav-second-location {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .nav-menu.nav-second-location {
    display: none;
  }
}

.nav-menu > * {
  line-height: 0;
}
.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: #fff;
  display: block;
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 18px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 768px) {
  .nav-menu .menu-item a {
    font-size: 20px;
  }
}
.nav-menu .menu-item:hover > a {
  background: none;
  text-decoration: underline;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #fff;
}
.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: 7px;
}
.nav-menu .submenu-expand svg {
  fill: #757575;
}
.nav-menu .nav-secondary .menu-item a {
  font-size: 14px;
  padding: 0;
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (max-width: 992px) {
  .nav-menu .nav-secondary .menu-item a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .nav-menu .nav-secondary .menu-item a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 268px;
  }
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 12px;
}
@media (max-width: 768px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-primary {
    border-top: 1px solid #ffffff3d;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
  .nav-menu .menu {
    display: flex;
    justify-content: space-evenly;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    background: #F5F5F5;
    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:hover > a {
    background: #EEEEEE;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: #002D72;
    display: block;
    margin: 0 -48px;
    padding: 30px;
    max-width: calc(100% + 96px);
    z-index: 99;
  }
  .nav-menu.active::before {
    content: "";
    border-top: 1px solid #E0E0E0;
    width: calc(100vw - 60px);
    display: inline-block;
    margin-bottom: 48px;
  }
  .nav-menu .menu > .menu-item > a {
    padding: 11px 0;
  }
  .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;
  }
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  fill: #4D6C9D;
  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: none;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

.menu-toggle svg .close {
  display: none;
}
.menu-toggle svg.active .close {
  display: inline !important;
}
.menu-toggle svg.active .open {
  display: none;
}

@media (max-width: 768px) {
  .site-header .wrap {
    padding: 0 48px;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 16px;
  width: 30px;
  height: 30px;
}
@media (min-width: 769px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  right: 30px;
}
.site-header .wrap > .search-toggle {
  right: 0;
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: #EEEEEE;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    bottom: -82px;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header-search {
    margin: 0 -48px;
    width: calc(100% + 96px);
  }
}
.header-search:not(.active) {
  display: none;
}

.slick-prev::before {
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px !important;
  content: "\f053" !important;
  color: white !important;
  line-height: 0.5 !important;
  font-weight: 900;
  padding-right: 3px !important;
}

.slick-next::before {
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px !important;
  content: "\f054" !important;
  color: white !important;
  line-height: 0.5 !important;
  font-weight: 900;
  padding-left: 3px !important;
}

.slick-next {
  right: 0 !important;
  width: 50px !important;
  height: 75px !important;
  background: #fffefe57 !important;
  opacity: 0.75;
}

.slick-prev {
  left: 0 !important;
  z-index: 99;
  width: 50px !important;
  height: 75px !important;
  background: #fffefe57 !important;
  opacity: 0.75;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
  grid-column: 1/-2;
  display: flex;
  border-bottom: 1px solid #BDBDBD;
}
@media (max-width: 992px) {
  .post-summary {
    flex-direction: column;
  }
}

.post-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.post-summary__title a {
  color: #212121;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #002D72;
}

.post-summary__content {
  margin-left: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.post-summary__content .entry-category {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .post-summary__content {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .post-summary__content {
    margin-left: 0;
  }
}

.post-summary__category-date {
  display: flex;
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.post-summary__title {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
}
@media (max-width: 768px) {
  .post-summary__title {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.post-summary__title a:hover {
  text-decoration: underline;
  color: #000;
}

.post-summary__excerpt {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .post-summary__excerpt {
    display: none;
  }
}

.post-summary__image {
  display: block;
  width: 250px;
}
.post-summary__image img {
  width: 250px;
  height: 175px;
  object-fit: cover;
  background: #FAFAFA;
  max-width: unset;
}
@media (max-width: 768px) {
  .post-summary__image img {
    width: calc(100vw - 50px);
  }
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}

.entry-category {
  font-size: 14px;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .entry-category {
    display: none;
  }
}
.entry-category a {
  color: #002D72;
  text-decoration: none;
}
.entry-category a:hover {
  color: #002D72;
  text-decoration: underline;
}

.category-info {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .category-info {
    display: none;
  }
}

.category-info:after {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  margin-left: 10px;
}

.category-description {
  display: none;
  padding: 20px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 30px;
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  width: 500px;
}

.category-description-active {
  display: flex;
  background: #BDBDBD;
}

.content-area {
  position: relative;
}

/* Archive
--------------------------------------------- */
.page .singular .sidebar-box {
  grid-row: 2/span 10;
  grid-column: 4;
}
.page .singular .sidebar-box section {
  margin-bottom: 50px;
}

.archive .archive-description {
  max-width: 100%;
  text-align: left;
}
.archive .archive-description h1 {
  padding-bottom: 40px;
  margin-bottom: 60px;
  margin-top: 40px;
  border-bottom: 1px solid #BDBDBD;
}
.archive a {
  text-decoration: none;
}
.archive .breadcrumb {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .archive .breadcrumb {
    display: none;
  }
}
.archive .site-inner {
  padding-top: 0;
}
.archive .site-main .block-area,
.archive .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 769px) 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 .site-main .sidebar-box {
  grid-row: 2/span 10;
  grid-column: 4;
}
.archive .site-main .sidebar-box section {
  margin-bottom: 50px;
}
.archive .site-main header {
  grid-column: 1/5;
}

.archive-title {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 60px;
  text-transform: capitalize;
}

.color-bar {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #BDBDBD 60%, white);
}

h3 .emoji {
  display: none !important;
  width: 1em !important;
  display: inline-block;
}

a .emoji {
  width: 1em !important;
  display: inline-block;
}

.slash-title {
  text-transform: uppercase;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
}
@media (max-width: 768px) {
  .slash-title {
    font-size: 16px;
  }
}
.slash-title:before {
  content: "//";
  margin-right: 0.5ch;
}
.slash-title:after {
  content: "//";
  margin-left: 0.5ch;
}

#features.slash-title:before, #features.slash-title:after {
  color: #5A1B90;
}

#on-the-pulse.slash-title:before, #on-the-pulse.slash-title:after {
  color: #74AA50;
}

#profiles.slash-title:before, #profiles.slash-title:after {
  color: #0A7975;
}

#research.slash-title:before, #research.slash-title:after {
  color: #EBBB3B;
}

#nurse.slash-title:before, #nurse.slash-title:after {
  color: #6CACE4;
}

#alumni.slash-title:before, #alumni.slash-title:after {
  color: #EA5329;
}

/* Front Page
--------------------------------------------- */
.tag-cloud-menu {
  display: flex;
  justify-content: space-around;
  margin-top: -30px;
  margin-bottom: 60px;
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
}
.tag-cloud-menu:before {
  content: "#Topical";
  margin-right: 4%;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.tag-cloud-menu ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.tag-cloud-menu li {
  list-style: none;
}
.tag-cloud-menu a {
  color: #000;
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
}
.tag-cloud-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .tag-cloud-menu {
    display: none;
  }
}

.tag-cloud-menu-first {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.front-first-carousel {
  display: grid;
  grid-template-columns: calc(100% - 340px) 300px;
  grid-gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .front-first-carousel {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
}
@media (max-width: 768px) {
  .front-first-carousel {
    margin-bottom: 40px;
  }
}
.front-first-carousel .carousel-container {
  width: 100%;
}
.front-first-carousel .jhson-single-slide img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .front-first-carousel .jhson-single-slide img {
    height: 300px;
  }
}
.front-first-carousel .jhson-single-slide a {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
  height: 100%;
}
.front-first-carousel .jhson-single-slide a h3 {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 42px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .front-first-carousel .jhson-single-slide a h3 {
    font-size: 24px;
  }
}
.front-first-carousel .front-first-carousel-side {
  width: 300px;
}
@media (max-width: 768px) {
  .front-first-carousel .front-first-carousel-side {
    width: 100%;
    margin-top: 40px;
  }
}
.front-first-carousel .front-first-carousel-side:before {
  content: "// TOP STORIES //";
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
}
@media (max-width: 768px) {
  .front-first-carousel .front-first-carousel-side:before {
    font-size: 16px;
  }
}
.front-first-carousel .front-first-carousel-side div {
  border-bottom: 1px solid #BDBDBD;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.front-first-carousel .front-first-carousel-side div a {
  color: #002D72;
  text-decoration: none;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.front-first-carousel .front-first-carousel-side div a:hover {
  text-decoration: underline;
}
.front-first-carousel .front-first-carousel-side div h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
}
@media (max-width: 992px) {
  .front-first-carousel .front-first-carousel-side div h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .front-first-carousel .front-first-carousel-side div {
    margin-top: 20px;
  }
}
.front-first-carousel .front-first-carousel-side div img {
  height: 200px;
  object-fit: cover;
  margin-bottom: 30px;
}
.front-first-carousel .front-first-carousel-side div:nth-child(2) img {
  display: none;
}
.front-first-carousel .front-first-carousel-side div:nth-child(3) img {
  display: none;
}
.front-first-carousel .front-first-carousel-side div:nth-child(4) img {
  display: none;
}

.front-first {
  display: grid;
  grid-template-rows: auto repeat(2, 1fr);
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .front-first {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
}
.front-first div {
  border-bottom: 1px solid #BDBDBD;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.front-first div a {
  color: #002D72;
  text-decoration: none;
  height: 100%;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.front-first div a:hover {
  text-decoration: underline;
}
.front-first div h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
}
@media (max-width: 992px) {
  .front-first div h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .front-first div {
    margin-top: 20px;
  }
}
.front-first div:nth-child(1) {
  grid-column: 1;
  grid-row: 1/4;
  border-bottom: none;
  display: block;
}
.front-first div:nth-child(1) img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .front-first div:nth-child(1) img {
    margin: 0 calc(50% - 50vw);
    margin-top: 0px;
    max-width: 100vw;
    width: 100vw;
  }
}
.front-first div:nth-child(1) a {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
  height: 100%;
}
.front-first div:nth-child(1) a h3 {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 42px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .front-first div:nth-child(1) a h3 {
    font-size: 24px;
  }
}
.front-first div:nth-child(2) {
  grid-row: 1;
}
.front-first div:nth-child(2):before {
  content: "// TOP STORIES //";
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
}
@media (max-width: 768px) {
  .front-first div:nth-child(2):before {
    font-size: 16px;
  }
}
.front-first div:nth-child(2) img {
  height: 200px;
  object-fit: cover;
  margin-bottom: 30px;
}
.front-first div:nth-child(3) {
  grid-row: 2;
}
.front-first div:nth-child(3) img {
  display: none;
}
.front-first div:nth-child(4) {
  grid-row: 3;
}
.front-first div:nth-child(4) img {
  display: none;
}

.front-second {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 768px) {
  .front-second {
    display: flex;
    flex-direction: column;
  }
}
.front-second .podcast-box {
  grid-column: 2;
  grid-row: 1/span 2;
}
.front-second .front-second-posts {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
}
@media (max-width: 992px) {
  .front-second .front-second-posts {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  .front-second .front-second-posts div {
    grid-column: span 3;
    margin-top: 0;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .front-second .front-second-posts div a {
    display: flex;
  }
  .front-second .front-second-posts div a h3 {
    font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 18px;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .front-second .front-second-posts div a img {
    height: 100px;
    width: 100px;
    object-fit: cover;
  }
  .front-second .front-second-posts div:nth-last-child(1) {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .front-second .front-second-posts div:nth-child(-n+6) {
    position: relative;
    grid-column: span 2;
  }
  .front-second .front-second-posts div:nth-child(-n+6) a {
    text-decoration: none;
  }
  .front-second .front-second-posts div:nth-child(-n+6) a h3 {
    font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin-top: 10px;
  }
  .front-second .front-second-posts div:nth-child(-n+6) a img {
    width: 100%;
    height: 140px;
    object-fit: cover;
  }
  .front-second .front-second-posts div:nth-child(-n+6) a:hover {
    text-decoration: underline;
  }
  .front-second .front-second-posts div:nth-last-child(-n+4) {
    grid-column: span 3;
    margin-top: 40px;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 40px;
  }
  .front-second .front-second-posts div:nth-last-child(-n+4) a {
    display: flex;
  }
  .front-second .front-second-posts div:nth-last-child(-n+4) a h3 {
    font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .front-second .front-second-posts div:nth-last-child(-n+4) a img {
    height: 100px;
    width: 100px;
    object-fit: cover;
  }
  .front-second .front-second-posts div:nth-last-child(-n+2) {
    margin-top: 0;
  }
}
.front-second h2 {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  grid-row: 1;
  margin-bottom: 20px;
  grid-column: 1;
  display: flex;
  justify-content: center;
}

.sidebar-box section {
  margin-bottom: 50px;
}
.sidebar-box .widget-title {
  text-transform: uppercase;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.sidebar-box .widget-title:before {
  content: "//";
  margin-right: 0.5ch;
}
.sidebar-box .widget-title:after {
  content: "//";
  margin-left: 0.5ch;
}
@media (max-width: 768px) {
  .sidebar-box .widget-title {
    font-size: 16px;
  }
}

.front-third {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 40px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .front-third {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .front-third {
    margin-top: 50px;
  }
}
.front-third .front-third-title {
  grid-column: 1;
  grid-row: 1;
}
.front-third .front-third-list {
  grid-column: 1;
  grid-row: 1;
}
.front-third .front-third-posts {
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
.front-third .front-third-title {
  text-align: center;
}
.front-third .front-third-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 -30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .front-third .front-third-list ul {
    margin-top: 0;
  }
}
.front-third .front-third-list ul a {
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
}
.front-third .front-third-list ul a:hover {
  text-decoration: underline;
}
.front-third .front-third-list ul img {
  display: flex;
  max-width: 100%;
  height: 175px;
  width: 250px;
  object-fit: cover;
  background: #FAFAFA;
  outline: none;
  border: none;
}
@media (max-width: 768px) {
  .front-third .front-third-list ul img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
}
.front-third .front-third-list ul li {
  margin: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #BDBDBD;
  display: flex;
  position: relative;
}
.front-third .front-third-text {
  height: 175px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .front-third .front-third-text {
    height: unset;
  }
}
.front-third .front-third-text h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
}
@media (max-width: 768px) {
  .front-third .front-third-text h3 {
    font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
  }
}
.front-third .front-third-text .ct3-body {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .front-third .front-third-text .ct3-body {
    display: none;
  }
}
.front-third .front-third-text .ct3-date {
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
@media (max-width: 768px) {
  .front-third .front-third-text .ct3-date {
    font-size: 12px;
  }
}
.front-third .front-third-text .ct3-date span:nth-child(1) {
  text-transform: uppercase;
}
.front-third .front-third-all {
  background: #000;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 20px;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  width: 260px;
  text-align: center;
  cursor: pointer;
  margin-top: 100px;
}

.front-sidebar .widget_latest_podcast_widget {
  display: none;
}
@media (max-width: 768px) {
  .front-sidebar {
    margin-top: 80px;
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
  margin-bottom: 60px;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@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;
  }
}

/* Category Pages 
--------------------------------------------- */
.cat-tier-one, .cat-tier-two, .cat-tier-three {
  grid-column: 1/-1;
}
.cat-tier-one a:hover, .cat-tier-two a:hover, .cat-tier-three a:hover {
  text-decoration: underline;
}

/** Latests Posts */
.cat-tier-one {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  margin-bottom: 80px;
  border-top: 2px solid black;
  padding-top: 60px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cat-tier-one {
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cat-tier-one {
    display: flex;
    flex-direction: column;
  }
}
.cat-tier-one .ct1-img {
  grid-column: 1/9;
  grid-row: 1;
  height: 100%;
}
.cat-tier-one .ct1-img img {
  display: flex;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cat-tier-one .ct1-img img {
    margin: 0 calc(50% - 50vw);
    margin-top: 0px;
    margin-top: 0px;
    max-width: 100vw;
    width: 100vw;
    height: 260px;
  }
}
.cat-tier-one .ct1-box {
  z-index: 1;
  grid-column: -1/-6;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
  padding: 40px 60px;
  background: #EEEEEE;
  justify-content: space-around;
  align-content: space-around;
  margin: 40px 0;
  color: #000;
  --notchSize: 40px;
  clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
  .cat-tier-one .ct1-box {
    clip-path: none;
    background: none;
    padding: 0;
  }
}
.cat-tier-one .ct1-box a:hover {
  text-decoration: underline;
}
.cat-tier-one .ct1-box h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 36px;
}
@media (max-width: 768px) {
  .cat-tier-one .ct1-box h3 {
    font-size: 22px;
  }
}
.cat-tier-one .ct1-box .ct1-body {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 300;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cat-tier-one .ct1-box .ct1-body {
    font-size: 17px;
  }
}
.cat-tier-one .ct1-box .ct1-date {
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cat-tier-one .ct1-box .ct1-date {
    font-size: 12px;
  }
}
.cat-tier-one .ct1-box .ct1-date span:nth-child(1) {
  text-transform: uppercase;
}

.cat-tier-two {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding-bottom: 100px;
  border-bottom: 2px solid #BDBDBD;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cat-tier-two {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cat-tier-two {
    display: flex;
    flex-direction: column;
  }
}
.cat-tier-two div {
  position: relative;
}
.cat-tier-two h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .cat-tier-two h3 {
    font-size: 20px;
  }
}
.cat-tier-two a {
  text-decoration: none;
}
.cat-tier-two a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cat-tier-three {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 40px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cat-tier-three {
    display: flex;
    flex-direction: column;
  }
}
.cat-tier-three .sidebar-box {
  grid-row: unset !important;
  grid-column: unset !important;
}

.cat-tier-three-title {
  grid-area: 1/1/2/2;
}

.cat-tier-three-list {
  grid-area: 1/1/2/2;
}

.cat-tier-three-posts {
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

.cat-tier-three-title {
  text-align: center;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 768px) {
  .cat-tier-three-title {
    font-size: 16px;
  }
}

.cat-tier-three-title:before {
  content: "// ";
}

.cat-tier-three-title:after {
  content: " //";
}

.cat-tier-three-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 -30px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cat-tier-three-list {
    margin-top: 0px;
  }
}

.cat-tier-three-list li {
  margin: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #BDBDBD;
  display: flex;
  position: relative;
}

.cat-tier-three-list a {
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
}

.cat-tier-three-list img {
  display: flex;
  max-width: 100%;
  height: 175px;
  width: 250px;
  object-fit: cover;
  background: #FAFAFA;
  outline: none;
  border: none;
}
@media (max-width: 768px) {
  .cat-tier-three-list img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
}

.cat-tier-three-text {
  height: 175px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cat-tier-three-text {
    height: 100%;
  }
}
.cat-tier-three-text h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
}
@media (max-width: 992px) {
  .cat-tier-three-text h3 {
    font-size: 16px;
  }
}
.cat-tier-three-text .ct3-body {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cat-tier-three-text .ct3-body {
    display: none;
  }
}
.cat-tier-three-text .ct3-date {
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.cat-tier-three-text .ct3-date span:nth-child(1) {
  text-transform: uppercase;
}

.cat-tier-three-all {
  background: #000;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 20px;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  width: 260px;
  text-align: center;
  cursor: pointer;
  margin-top: 100px;
}

/* 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: #000;
  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: #002D72;
}
.pagination ul li.active > a {
  background: #002D72;
  color: #fff;
  font-weight: 700;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
.entry {
  margin: 0 100px;
}
@media (max-width: 992px) {
  .entry {
    margin: 0;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .entry {
    padding: 0;
  }
}

#main-content {
  color: black;
}

h1.entry-title {
  font-size: 42px;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (max-width: 768px) {
  h1.entry-title {
    font-size: 28px;
  }
}

.singular-featured-image {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .singular-featured-image {
    margin: 0 calc(50% - 50vw);
    margin-top: 0px;
    margin-top: 0px;
    max-width: 100vw;
    width: 100vw;
  }
}
.singular-featured-image img {
  max-height: 530px;
  object-fit: cover;
}

.singular-featured-image-behind {
  margin-top: -60px !important;
}
.singular-featured-image-behind img {
  display: block;
  max-width: 100%;
  height: 510px;
  object-fit: cover;
}
.singular-featured-image-behind.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
@media (max-width: 992px) {
  .singular-featured-image-behind img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .singular-featured-image-behind {
    margin-top: -36px !important;
  }
  .singular-featured-image-behind img {
    height: 300px;
  }
}

.single-post-date {
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .single-post-date {
    margin-top: 20px;
  }
}

.single-post-excerpt {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .single-post-excerpt {
    margin-top: 20px;
  }
}

/* Signup Box
---------------------------------------------------------------------------------------------------- */
.jhson-signup-box {
  background: #EBBB3B1C;
  padding: 100px 0 50px;
  margin-top: 100px !important;
}
.jhson-signup-box.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.jhson-signup-box .wrap {
  display: flex;
}
@media (max-width: 992px) {
  .jhson-signup-box .wrap {
    flex-direction: column;
    padding: 0 60px;
  }
}
.jhson-signup-box h3 {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 42px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .jhson-signup-box h3 {
    font-size: 24px;
  }
}
.jhson-signup-box p {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
}
@media (max-width: 992px) {
  .jhson-signup-box p {
    font-size: 20px;
  }
}
.jhson-signup-box p:nth-child(3) {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 100;
}
.jhson-signup-box a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.jhson-signup-box form {
  display: flex;
}
.jhson-signup-box .content-box {
  flex: 1;
}
.jhson-signup-box img {
  height: auto;
}
@media (max-width: 768px) {
  .jhson-signup-box {
    margin-top: 50px !important;
    padding-top: 66px;
  }
  .jhson-signup-box img {
    display: none;
  }
}

/* Share Before
---------------------------------------------------------------------------------------------------- */
.share-before {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -100px;
}
@media (max-width: 992px) {
  .share-before {
    display: none;
  }
}

.featured-image-behind .share-before {
  transform: translateY(90px);
}

.share-before:before {
  content: "SHARE";
  font-size: 12px;
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center;
}

.share-before .box .share {
  display: none;
}

.share-outlined .linkedin .count, .share-outlined .pinterest .count, .share-outlined .facebook .count, .share-outlined .twitter .count {
  border: none;
  color: #000;
}

.share-outlined .linkedin .count:hover, .share-outlined .pinterest .count:hover, .share-outlined .facebook .count:hover, .share-outlined .twitter .count:hover {
  border: none;
}

.share-tall .no-count .count::before {
  font-size: 20px;
  top: 0;
  line-height: 30px;
}

.share-tall .count {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  float: none;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

/* Entry Content
--------------------------------------------- */
.entry-content {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 19px;
  display: block;
}
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.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: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.type-post .entry-content p, .type-post .entry-content ul, .type-post .entry-content h2, .type-post .entry-content h3, .type-post .entry-content div, .type-post .entry-content ol, .type-post .entry-content blockquote {
  width: 100%;
  max-width: 768px;
  margin: 0 auto 30px auto;
}
.type-post .entry-content blockquote {
  width: 100% !important;
  margin: 60px 0 !important;
}
.type-post .entry-content blockquote p {
  width: 100% !important;
}

.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, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    margin: calc( 2 * 20px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.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;
}
.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-content > .alignfull:first-child {
  margin-top: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -48px;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -48px;
  }
}

/* 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: #000;
  text-decoration: none;
}
.entry-author a:hover {
  color: #002D72;
}

.breadcrumb {
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover {
  color: #002D72;
}
.single .breadcrumb {
  border-top: 1px solid #E0E0E0;
  padding-top: 32px;
  text-align: center;
}

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 768px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
  position: relative;
  overflow: visible;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
    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;
}

.featured-image-behind .entry-header {
  margin-top: -120px;
  background: white;
  padding: 40px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .featured-image-behind .entry-header {
    padding: 60px;
    padding-bottom: 0;
    margin-top: -120px;
    background: white;
  }
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

.related-posts {
  width: 768px;
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .related-posts {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .related-posts {
    margin-top: 50px;
  }
}

.related-title {
  text-align: center;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .related-title {
    font-size: 16px;
  }
}

.related-title:before {
  content: "// ";
}

.related-title:after {
  content: " //";
}

.related-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .related-list {
    flex-direction: column;
  }
}

.related-list li {
  flex: 1 0 calc(33% - 60px);
  margin: 30px;
}

.related-list > li:nth-child(1), .related-list > li:nth-child(2) {
  flex: 1 0 calc(50% - 60px);
}

.related-list a {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
}

.related-list a:hover {
  text-decoration: underline;
}

.related-list img {
  display: flex;
  max-width: 100%;
  height: 200px;
  width: 100%;
  object-fit: cover;
  background: #FAFAFA;
  outline: none;
  border: none;
  margin-bottom: 20px;
}

.related-all {
  background: #000;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 20px;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  width: 260px;
  text-align: center;
  cursor: pointer;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .related-all {
    font-size: 18px;
    margin-top: 40px;
  }
}

.related-all:hover {
  background: #9E9E9E;
}

/** Latests Posts */
.latest-posts-box {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 992px) {
  .latest-posts-box {
    grid-template-columns: 1fr;
  }
}

.latest-posts {
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  grid-column: 1;
  grid-row: 1;
}

.latest-title {
  text-align: center;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.latest-title:before {
  content: "// ";
}

.latest-title:after {
  content: " //";
}

.latest-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .latest-list {
    flex-direction: column;
  }
}

.latest-list li {
  flex: 1 0 calc(50% - 60px);
  margin: 30px;
}

.latest-list > li:nth-child(1), .latest-list > li:nth-child(2) {
  flex: 1 0 calc(50% - 60px);
}

.latest-list a {
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  display: flex;
  position: relative;
}

.latest-list a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .latest-list > li:nth-child(1) a, .latest-list > li:nth-child(2) a {
    font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    display: block;
  }
  .latest-list > li:nth-child(1) img, .latest-list > li:nth-child(2) img {
    display: flex;
    max-width: 100%;
    height: 200px;
    width: 100%;
    object-fit: cover;
    background: #FAFAFA;
    outline: none;
    border: none;
    margin-bottom: 20px;
  }
  .latest-list > li:nth-child(1) .latest-text, .latest-list > li:nth-child(2) .latest-text {
    border-bottom: none;
    height: unset;
    margin-left: unset;
  }
}
.latest-list img {
  display: flex;
  max-width: 100%;
  height: 100px;
  width: 100px;
  object-fit: cover;
  background: #FAFAFA;
  outline: none;
  border: none;
}

.latest-text {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 20px;
  margin-left: 20px;
  width: 100%;
}

.latest-all {
  background: #000;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 20px;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  width: 260px;
  text-align: center;
  cursor: pointer;
  margin-top: 100px;
}

.bottom-featured-list {
  display: flex;
}
@media (max-width: 992px) {
  .bottom-featured-list {
    flex-direction: column;
    margin-top: 40px;
  }
}

.bottom-featured-list li {
  flex: 1 0 calc(33% - 60px);
  margin: 30px;
  list-style: none;
}
.bottom-featured-list li img {
  height: 120px;
  object-fit: cover;
}
.bottom-featured-list li h2 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .bottom-featured-list li {
    margin: 0 0 30px 0;
  }
}

/* Latest Podcast */
.latest-podcast {
  background: #002e7215;
  padding: 40px;
}
.latest-podcast .ssp-player {
  border-radius: 10px;
}
.latest-podcast .ssp-player-info > div:nth-child(1) {
  display: none;
}
.latest-podcast .ssp-player-info > div:nth-child(3) {
  display: none;
}
.latest-podcast .ssp-album-art-container {
  display: none;
}
.latest-podcast .pod-title {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
}
.latest-podcast .pod-excerpt {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 19px;
  margin-bottom: 40px;
}
.latest-podcast .pod-head {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .latest-podcast .pod-head {
    margin-top: 30px;
  }
}
.latest-podcast .podcast_meta, .latest-podcast .podcast_meta a {
  font-size: 14px;
}
.latest-podcast .related-all {
  margin-top: 60px;
}

.latest-podcast-title {
  text-align: center;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .latest-podcast-title {
    font-size: 16px;
  }
}

.latest-podcast-title:before {
  content: "// ";
}

.latest-podcast-title:after {
  content: " //";
}

.wpra-grid-item__item.wpra-grid-item__title {
  line-height: 1.2em;
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-top: 15px;
}

.wp-rss-template-container {
  margin-bottom: 50px;
  margin-top: 30px;
}

.wpra-grid-item__item.wpra-grid-item__image {
  height: 200px !important;
}

/* Mobile Share Box
--------------------------------------------- */
.mobile-share-box {
  margin: 80px 0 80px 0 !important;
}
@media (min-width: 769px) {
  .mobile-share-box {
    display: none;
  }
}
.mobile-share-box .share {
  display: none;
}
.mobile-share-box .sharrre {
  margin-bottom: 0 !important;
}
.mobile-share-box .box.no-count {
  margin: 0;
}
.mobile-share-box .share-after-entry {
  display: flex;
}
.mobile-share-box .share-after-entry:before {
  content: "SHARE";
  font-size: 12px;
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center;
  align-items: center;
  margin-right: 4%;
  display: flex;
}

/* 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;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(0, 45, 114, 0.05);
  border-left: 2px solid #002D72;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #000;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #002D72;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #9E9E9E;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9E9E9E;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #002D72;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #E0E0E0;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/** Magazine Side Bar Widget
------------------------------- */
.magazine-bar-list {
  list-style: none;
  margin-top: 40px;
}
.magazine-bar-list li {
  margin-bottom: 30px;
}
.magazine-bar-list a {
  display: flex;
  color: black;
}
.magazine-bar-list a img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.magazine-bar-box h3 {
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .magazine-bar-box h3 {
    margin-top: 60px;
  }
}

.magazine-bar-list-text {
  margin-left: 30px;
  border-bottom: 1px solid #BDBDBD;
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  width: 100%;
}

/* magazine archive */
.magazine .site-main {
  display: unset;
}

.magazine-archive {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 200px 1fr;
  padding-top: 60px;
  border-top: 1px solid black;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .magazine-archive {
    display: flex;
    flex-direction: column;
  }
}

.magazine-archive-second {
  border-top: none;
}

.magazine-archive-titles {
  grid-column: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .magazine-archive-titles {
    padding: 12px;
    border: 1px solid black;
    border-radius: 8px;
    cursor: pointer;
  }
}
.magazine-archive-titles h3 {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
}
@media (max-width: 768px) {
  .magazine-archive-titles h3 {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }
  .magazine-archive-titles h3:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
  }
}
.magazine-archive-titles .magazine-archive-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .magazine-archive-titles .magazine-archive-list {
    display: none;
    padding-top: 20px;
  }
}
.magazine-archive-titles .magazine-archive-list a {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 19px;
}
.magazine-archive-titles .magazine-archive-list a:hover {
  text-decoration: underline;
}
.magazine-archive-titles .active {
  display: flex;
}

.magazine-archive-covers {
  grid-column: 2;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}
.magazine-archive-covers .mag-cover-under-title {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  display: none;
}
@media (max-width: 992px) {
  .magazine-archive-covers {
    grid-template-columns: 1fr 1fr;
  }
  .magazine-archive-covers .mag-cover-under-title {
    display: block;
  }
}
@media (max-width: 768px) {
  .magazine-archive-covers {
    grid-template-columns: 1fr 1fr;
  }
}
.magazine-archive-covers .mag-cover-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  max-width: 342px;
  max-height: 438px;
  box-shadow: 3px 3px 8px #ccc, -3px -3px 8px #ccc;
}
@media (max-width: 768px) {
  .magazine-archive-covers .mag-cover-container {
    margin: 0 auto;
  }
}
.magazine-archive-covers .mag-cover-overlay {
  grid-row: 1;
  grid-column: 1;
  z-index: 1;
  background-color: #002e72f6;
  padding: 20px;
  color: white;
  text-align: center;
  display: none;
}
.magazine-archive-covers .mag-cover-overlay p:nth-child(1) {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.magazine-archive-covers .mag-cover-overlay p:nth-child(2) {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
}
@media (max-width: 768px) {
  .magazine-archive-covers .mag-cover-overlay p:nth-child(2) {
    display: none;
  }
}
.magazine-archive-covers .mag-cover-overlay p:nth-child(3) {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 15px;
}
@media (max-width: 768px) {
  .magazine-archive-covers .mag-cover-overlay p:nth-child(3) {
    display: none;
  }
}
.magazine-archive-covers .mag-cover-overlay p:nth-child(4) {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.magazine-archive-covers .active .mag-cover-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* single magazine */
.magazine h1 {
  text-align: center;
  margin-top: 60px;
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 42px;
}
.magazine a {
  color: black;
}
.magazine a.related-all {
  color: white;
}
.magazine .breadcrumb {
  border: none;
}
@media (max-width: 768px) {
  .magazine .breadcrumb {
    display: none;
  }
}

.magazine-menu {
  margin-bottom: 40px;
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .magazine-menu {
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
  }
}
.magazine-menu span {
  display: none;
}
@media (max-width: 768px) {
  .magazine-menu span {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.magazine-menu span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
.magazine-menu ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .magazine-menu ul {
    flex-direction: column;
    display: none;
    padding-top: 20px;
  }
}
.magazine-menu .active {
  display: flex;
}

.magazine-breadcrumb ul {
  display: flex;
  list-style: none;
}

[class^=magazine-posts] {
  padding-top: 50px;
}
[class^=magazine-posts] ul {
  list-style: none;
}
[class^=magazine-posts] h3 {
  text-align: center;
  margin-bottom: 50px;
}

.magazine-posts-first {
  border-top: 1px solid;
  border-color: #5A1B90;
}
.magazine-posts-first ul {
  display: grid;
  grid-template-rows: auto repeat(2, 1fr);
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .magazine-posts-first ul {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    margin-bottom: 20px;
  }
}
.magazine-posts-first ul li {
  border-bottom: 1px solid #BDBDBD;
  display: flex;
  flex-direction: column;
}
.magazine-posts-first ul li h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
}
.magazine-posts-first ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1/4;
  border-bottom: none;
  display: block;
}
.magazine-posts-first ul li:nth-child(1) img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .magazine-posts-first ul li:nth-child(1) img {
    height: 200px;
  }
}
.magazine-posts-first ul li:nth-child(1) a {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.magazine-posts-first ul li:nth-child(1) a h3 {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 42px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.magazine-posts-first ul li:nth-child(2) {
  grid-row: 1;
}
.magazine-posts-first ul li:nth-child(2) img {
  height: 200px;
  object-fit: cover;
  margin-bottom: 30px;
}
.magazine-posts-first ul li:nth-child(3) {
  grid-row: 2;
}
.magazine-posts-first ul li:nth-child(3) img {
  display: none;
}
.magazine-posts-first ul li:nth-child(4) {
  grid-row: 3;
}
.magazine-posts-first ul li:nth-child(4) img {
  display: none;
}

.magazine-posts-second {
  border-top: 1px solid #74AA50;
}
.magazine-posts-second ul {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .magazine-posts-second ul {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    margin-bottom: 20px;
  }
}
.magazine-posts-second ul li a h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  text-align: left;
}
.magazine-posts-second ul li:nth-child(-n+4) a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}
.magazine-posts-second ul li:nth-child(1) {
  grid-column: 1/5;
  grid-row: 1/3;
}
.magazine-posts-second ul li:nth-child(2) {
  grid-column: 5/9;
  grid-row: 1/3;
}
.magazine-posts-second ul li:nth-child(3) {
  grid-column: 1/5;
  grid-row: 3/5;
}
.magazine-posts-second ul li:nth-child(4) {
  grid-column: 5/9;
  grid-row: 3/5;
}
.magazine-posts-second ul li:nth-child(n+5) {
  grid-column: 9/13;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 0;
}
.magazine-posts-second ul li:nth-child(n+5) a {
  display: flex;
}
.magazine-posts-second ul li:nth-child(n+5) a img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.magazine-posts-second ul li:nth-child(n+5) a h3 {
  font-size: 20px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .magazine-posts-second ul li:nth-child(n+5) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    grid-gap: 0;
  }
}
.magazine-posts-second ul li:last-child {
  border-bottom: none;
}

.magazine-posts-third {
  border-top: 1px solid #0A7975;
}
.magazine-posts-third ul {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .magazine-posts-third ul {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    margin-bottom: 20px;
  }
}
.magazine-posts-third ul li {
  grid-column: span 4;
}
.magazine-posts-third ul li a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}
.magazine-posts-third ul li a h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  text-align: left;
}

.magazine-posts-fourth {
  border-top: 1px solid #EBBB3B;
}
.magazine-posts-fourth ul {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .magazine-posts-fourth ul {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    margin-bottom: 20px;
  }
}
.magazine-posts-fourth ul li {
  grid-column: span 4;
}
.magazine-posts-fourth ul li a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}
.magazine-posts-fourth ul li a h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  text-align: left;
}

.magazine-posts-fifth {
  border-top: 1px solid #6CACE4;
}
.magazine-posts-fifth ul {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .magazine-posts-fifth ul {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    margin-bottom: 20px;
  }
}
.magazine-posts-fifth ul li {
  grid-column: span 4;
}
.magazine-posts-fifth ul li a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}
.magazine-posts-fifth ul li a h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  text-align: left;
}

.magazine-bottom {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
  padding: none;
  border: none;
}
@media (max-width: 768px) {
  .magazine-bottom {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    margin-bottom: 20px;
  }
}
.magazine-bottom .magazine-posts-sixth {
  border-top: 1px solid #EA5329;
  grid-column: 1;
}
.magazine-bottom .magazine-posts-sixth ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: 40px;
}
.magazine-bottom .magazine-posts-sixth ul li:nth-child(-n+2) a {
  flex-direction: column;
}
.magazine-bottom .magazine-posts-sixth ul li:nth-child(-n+2) a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}
.magazine-bottom .magazine-posts-sixth ul li:nth-child(-n+2) a h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  text-align: left;
}
.magazine-bottom .magazine-posts-sixth ul li a {
  display: flex;
}
.magazine-bottom .magazine-posts-sixth ul li a img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 20px;
  margin-right: 20px;
}
.magazine-bottom .magazine-posts-sixth ul li a h3 {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .magazine-bottom .magazine-posts-sixth ul {
    grid-template-columns: 1fr;
  }
  .magazine-bottom .magazine-posts-sixth ul li a {
    flex-direction: column;
  }
  .magazine-bottom .magazine-posts-sixth ul li a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .magazine-bottom .magazine-posts-sixth ul li a h3 {
    font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 24px;
    text-align: left;
  }
}
.magazine-bottom .magazine-posts-cover {
  grid-column: 2;
  display: flex;
  flex-direction: column;
}
.magazine-bottom .magazine-posts-cover img {
  width: 100%;
  height: auto;
}
.magazine-bottom .magazine-posts-cover .cover-image-box-links {
  text-align: center;
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin-top: 20px;
}
.magazine-bottom .magazine-posts-cover .cover-image-box-links a {
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  color: black;
}

.podcast-series {
  border-top: 1px solid black;
  padding: 60px 0;
}
.podcast-series h2 {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: 24px;
}
.podcast-series .podcast-term-description {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 19px;
  margin-bottom: 30px;
  margin-bottom: 60px;
}
.podcast-series h3 {
  font-family: "Titling Gothic FB Cond Bd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: 20px;
}
.podcast-series .podcast-archive-titles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .podcast-series .podcast-archive-titles {
    display: flex;
    flex-direction: column;
  }
}
.podcast-series .podcast-archive-titles a img {
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}
.podcast-series .podcast-archive-titles a div {
  line-height: 1.2em;
  font-family: "Titling Gothic FB Cond Reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
}
.podcast-series .podcast-all-link a {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 19px;
  color: black;
  text-decoration: underline;
}

.archive.category .archive-description {
  max-width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .archive.category .archive-description h1 {
    margin-top: 30px;
  }
}

.category .archive-title {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .category .archive-title {
    margin-top: 0px;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  color: #fff;
  background: #002D72;
  padding: 135px 100px 30px 100px;
  position: relative;
  font-weight: 300;
}
@media (max-width: 768px) {
  .footer-widgets {
    padding: 50px 30px;
  }
}
.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;
  }
}
@media (max-width: 768px) {
  .footer-widgets .wrap {
    display: flex;
    flex-direction: column;
  }
}
.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: 700;
  text-transform: uppercase;
}
.footer-widgets a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.footer-widgets .footer-widgets-1 .widget_media_image img {
  height: 80px !important;
  width: auto;
  margin-bottom: 48px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .footer-widgets .footer-widgets-1 .widget_media_image img {
    margin-bottom: 0;
  }
}
.footer-widgets .footer-widgets-1 .custom-html-widget p {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.footer-widgets .footer-widgets-1 .custom-html-widget p:last-child {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.footer-widgets .footer-widgets-1 section:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer-widgets .footer-widgets-1 section:nth-child(2) {
    background: #002D72;
    margin: 0;
    padding: 30px 0;
  }
}
.footer-widgets .footer-widgets-1 section:nth-child(2).active {
  display: flex;
}
.footer-widgets .footer-widgets-1 section:nth-child(2).active::before {
  content: "";
  border-top: 1px solid #E0E0E0;
  width: calc(100vw - 60px);
  display: inline-block;
  margin-bottom: 48px;
}
.footer-widgets .footer-widgets-1 section:nth-child(3) {
  margin-top: 84px;
}
@media (max-width: 768px) {
  .footer-widgets .footer-widgets-1 section:nth-child(3) {
    margin-top: 0;
  }
}
.footer-widgets .footer-widgets-1 .simple-social-icons ul li {
  margin: 0 !important;
}
.footer-widgets .footer-widgets-1 .simple-social-icons ul li a {
  padding: 0 12px 0 0 !important;
}
.footer-widgets .footer-widgets-1 section:nth-child(3) .subscribe-button {
  margin-bottom: 20px !important;
}
.footer-widgets .footer-widgets-1 section:nth-child(3) a.subscribe-button {
  color: white;
  border: 1px white solid;
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}
.footer-widgets .footer-widgets-1 section:nth-child(3) a.subscribe-button:hover {
  border-color: #DBE9FF;
  color: #DBE9FF;
}
@media (max-width: 992px) {
  .footer-widgets .footer-widgets-1 {
    grid-area: 1/1/2/4;
  }
}
.footer-widgets .footer-widgets-2 #menu-footer-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-weight: 300;
  line-height: 24px;
}
.footer-widgets .footer-widgets-2 #menu-footer-menu li {
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
}
.footer-widgets .footer-widgets-2 #menu-footer-menu li .sub-menu {
  margin-top: 12px;
}
.footer-widgets .footer-widgets-2 #menu-footer-menu li li {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .footer-widgets .footer-widgets-2 {
    grid-area: 2/1/3/3;
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .footer-widgets .footer-widgets-2 {
    margin-top: 60px;
  }
}
.footer-widgets .footer-widgets-3 section:nth-child(1) {
  margin-bottom: 30px;
}
.footer-widgets .footer-widgets-3 section:nth-child(1) h3 {
  text-transform: capitalize;
  font-family: "Titling Gothic FB Cond Med", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 20px;
}
.footer-widgets .footer-widgets-3 section:nth-child(3) {
  font-family: "Gentona", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .footer-widgets .footer-widgets-3 {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .footer-widgets .footer-widgets-3 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0;
  }
  .footer-widgets .social-links .label {
    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%;
  }
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #00193f;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  padding: 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;
  }
}
