/*=============================================>>>>>
= Base Styles =
===============================================>>>>>*/
/*=============================================>>>>>
= Breakpoints =
===============================================>>>>>*/
/*=============================================>>>>>
= Media Up =
===============================================>>>>>*/
/*=============================================>>>>>
= Media Down =
===============================================>>>>>*/
/*=============================================>>>>>
= Media Between =
===============================================>>>>>*/
/*=============================================>>>>>
= Body font colour =
===============================================>>>>>*/
/*=============================================>>>>>
= Brand colours =
===============================================>>>>>*/
/*=============================================>>>>>
= Additional =
===============================================>>>>>*/
/*=============================================>>>>>
= Black/white =
===============================================>>>>>*/
/*=============================================>>>>>
= User noticiation colours =
===============================================>>>>>*/
/*=============================================>>>>>
= Social colours =
===============================================>>>>>*/
/*=============================================>>>>>
= Icon Helper (for use with IcoMoon or other icon fonts) =
===============================================>>>>>*/
/*=============================================>>>>>
= Placeholder =
===============================================>>>>>*/
/*=============================================>>>>>
= Animations =
===============================================>>>>>*/
@keyframes fadein {
  100% {
    opacity: 1; } }

/*=============================================>>>>>
= Ellipsis =
===============================================>>>>>*/
/*=============================================>>>>>
= Position =
===============================================>>>>>*/
/*=============================================>>>>>
= Clearfix =
===============================================>>>>>*/
/*=============================================>>>>>
= Typography Mixins and Variables =
===============================================>>>>>*/
/*=============================================>>>>>
= Global Styles =
===============================================>>>>>*/
/*=============================================>>>>>
= Common =
===============================================>>>>>*/
body {
  -webkit-overflow-scrolling: touch; }
  body:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease; }

body.customize-support nav.navigation {
  top: 32px; }

body.customize-support #wpadminbar {
  z-index: 999999; }

.post .title:hover {
  text-decoration: underline; }

.post .category:hover .name {
  text-decoration: underline; }

.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.navopen:after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease; }

.wrap {
  display: block;
  width: 100%;
  max-width: 985px;
  margin-left: auto;
  margin-right: auto; }

.animated-link {
  color: #01a4b7;
  fill: #01a4b7;
  text-decoration: none;
  transition: color 0.3s ease; }
  .animated-link:hover {
    animation: link-hover-animation 3s ease; }

@keyframes link-hover-animation {
  10% {
    color: #000000;
    fill: #000000; }
  100% {
    color: #01a4b7;
    fill: #01a4b7; } }

.button {
  display: inline-block;
  padding: 5px 30px;
  border: 2px solid #01a4b7;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.79;
  text-align: center;
  color: #01a4b7;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease; }
  .button.filled {
    background-color: #01a4b7;
    border: 2px solid #01a4b7;
    color: #ffffff; }
    .button.filled:hover {
      border: 2px solid #008392;
      background-color: #008392; }
    .button.filled:active {
      border: 2px solid #001c1f;
      background-color: #001c1f; }
  .button.outline {
    border: 2px solid #01a4b7;
    background-color: #ffffff;
    color: #01a4b7; }
    .button.outline:hover {
      color: #ffffff;
      background-color: #01a4b7; }
    .button.outline:active {
      color: #ffffff;
      border: 2px solid #004952;
      background-color: #004952; }
  .button.hidden {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease; }

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

/*=============================================>>>>>
= Font Helper =
===============================================>>>>>*/
@font-face {
  font-family: 'Messina Sans';
  font-display: swap;
  src: url("https://hepress.wpengine.com/wp-content/themes/press-blog/fonts/MessinaSans-Bold.woff2") format("woff2"), url("https://hepress.wpengine.com/wp-content/themes/press-blog/fonts/MessinaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Messina Sans';
  font-display: swap;
  src: url("https://hepress.wpengine.com/wp-content/themes/press-blog/fonts/MessinaSans-SemiBold.woff2") format("woff2"), url("https://hepress.wpengine.com/wp-content/themes/press-blog/fonts/MessinaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Messina Sans';
  font-display: swap;
  src: url("https://hepress.wpengine.com/wp-content/themes/press-blog/fonts/MessinaSans-Light.woff2") format("woff2"), url("https://hepress.wpengine.com/wp-content/themes/press-blog/fonts/MessinaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Messina Sans';
  font-display: swap;
  src: url("https://hepress.wpengine.com/wp-content/themes/press-blog/fonts/MessinaSans-Regular.woff2") format("woff2"), url("https://hepress.wpengine.com/wp-content/themes/press-blog/fonts/MessinaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* ICONOGRAPHY ==================================== */
/*=============================================>>>>>
= Print Resets =
===============================================>>>>>*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    height: auto !important;
    width: auto !important;
    float: none !important; }
  nav {
    display: none !important; }
  a,
  a:visited {
    color: #000 !important;
    text-decoration: underline; }
  a::after {
    content: " (" attr(href) ")"; }
  abbr::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid; }
  @page {
    margin: 0.2cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*=============================================>>>>>
= Reset =
===============================================>>>>>*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*=============================================>>>>>
= Default typography styles =
===============================================>>>>>*/
body {
  font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-size-adjust: auto;
  line-height: 1.75em;
  text-align: left;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
  color: #000000;
  line-height: 1.3em; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

p {
  margin-top: 0;
  line-height: 1.5em; }

strong {
  font-weight: 700; }

figure {
  margin: 0;
  padding: 0; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

hr {
  display: block;
  margin: 20px 0;
  border: 0; }

table {
  width: 100%; }

input {
  font-family: 'Messina Sans', 'Helvetica', Sans-Serif; }

.category-posts {
  padding-top: 95px;
  padding-bottom: 50px;
  background-color: #f5f7f8; }
  @media (max-width: 749px) {
    .category-posts .wrap {
      max-width: 500px;
      margin: 0 auto; } }
  .category-posts .wrap .layout-toggles {
    margin-bottom: 100px;
    text-align: center; }
    @media (max-width: 749px) {
      .category-posts .wrap .layout-toggles {
        display: none; } }
    .category-posts .wrap .layout-toggles .list-view,
    .category-posts .wrap .layout-toggles .grid-view {
      position: relative;
      display: inline-block;
      text-align: center;
      margin-right: 25px;
      cursor: pointer; }
      .category-posts .wrap .layout-toggles .list-view:last-child,
      .category-posts .wrap .layout-toggles .grid-view:last-child {
        margin-right: 0; }
      .category-posts .wrap .layout-toggles .list-view .icon,
      .category-posts .wrap .layout-toggles .grid-view .icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0 auto;
        background-color: #ecf0f2;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px;
        margin-bottom: 10px; }
      .category-posts .wrap .layout-toggles .list-view span,
      .category-posts .wrap .layout-toggles .grid-view span {
        font-size: 16px;
        font-weight: 600;
        color: #051e2a; }
      .category-posts .wrap .layout-toggles .list-view:not(.active),
      .category-posts .wrap .layout-toggles .grid-view:not(.active) {
        opacity: 0.2; }
        .category-posts .wrap .layout-toggles .list-view:not(.active) .icon,
        .category-posts .wrap .layout-toggles .grid-view:not(.active) .icon {
          background-color: transparent; }
    .category-posts .wrap .layout-toggles .list-view .icon {
      background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/listview_icon.svg"); }
    .category-posts .wrap .layout-toggles .grid-view .icon {
      background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/gridview_icon.svg"); }
  .category-posts .wrap .posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 749px) {
      .category-posts .wrap .posts {
        flex-direction: column; } }
    .category-posts .wrap .posts.list {
      flex: none; }
      .category-posts .wrap .posts.list .post {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-right: 0;
        min-height: 256px; }
        @media (max-width: 749px) {
          .category-posts .wrap .posts.list .post {
            flex-direction: column; } }
        .category-posts .wrap .posts.list .post .image {
          position: relative;
          width: 100%;
          min-height: 200px;
          height: 100%;
          flex-shrink: 0; }
          @media (max-width: 749px) {
            .category-posts .wrap .posts.list .post .image {
              width: 100%; } }
        .category-posts .wrap .posts.list .post .details {
          position: relative;
          padding: 20px 80px 60px; }
          @media (max-width: 1079px) {
            .category-posts .wrap .posts.list .post .details {
              padding: 20px 50px 60px; } }
          @media (max-width: 749px) {
            .category-posts .wrap .posts.list .post .details {
              padding: 20px 16px 60px; } }
          .category-posts .wrap .posts.list .post .details .title {
            font-size: 22px;
            font-weight: 600;
            line-height: 1.45;
            color: #000000; }
            @media (max-width: 749px) {
              .category-posts .wrap .posts.list .post .details .title {
                font-size: 24px !important;
                line-height: 1.33 !important; } }
          .category-posts .wrap .posts.list .post .details .excerpt {
            font-size: 16px;
            line-height: 1.5;
            color: #051e2a; }
            @media (max-width: 749px) {
              .category-posts .wrap .posts.list .post .details .excerpt {
                font-size: 16px;
                line-height: 1.56;
                color: #2b4b5a; } }
          .category-posts .wrap .posts.list .post .details .date {
            position: absolute;
            bottom: 25px;
            left: 80px;
            font-weight: 400 !important;
            font-size: 12px !important;
            line-height: 2.67;
            color: #2b4b5a; }
            @media (max-width: 1079px) {
              .category-posts .wrap .posts.list .post .details .date {
                left: 50px; } }
    .category-posts .wrap .posts .post {
      width: calc((100% / 3) - (32px / 3));
      margin-right: 16px;
      margin-bottom: 50px;
      background-color: #ffffff; }
      @media (min-width: 1080px) {
        .category-posts .wrap .posts .post:nth-child(3n) {
          margin-right: 0; } }
      @media (max-width: 1079px) {
        .category-posts .wrap .posts .post {
          width: calc(50% - 8px);
          margin-right: 16px; }
          .category-posts .wrap .posts .post:nth-child(2n) {
            margin-right: 0; } }
      @media (max-width: 749px) {
        .category-posts .wrap .posts .post {
          width: 100%;
          margin-right: 0; } }
      .category-posts .wrap .posts .post .image {
        position: relative;
        height: 168px;
        border-radius: 4px; }
        .category-posts .wrap .posts .post .image img {
          border-radius: 4px; }
      .category-posts .wrap .posts .post .details {
        padding: 10px 16px 30px; }
        .category-posts .wrap .posts .post .details .category {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          .category-posts .wrap .posts .post .details .category .name {
            font-size: 14px;
            font-weight: 700;
            line-height: 2.29;
            color: #01a4b7; }
            @media (max-width: 749px) {
              .category-posts .wrap .posts .post .details .category .name {
                font-size: 16px;
                font-weight: 700;
                line-height: 2; } }
          .category-posts .wrap .posts .post .details .category .date {
            font-size: 14px;
            font-weight: 600;
            line-height: 2.29;
            color: #2b4b5a; }
            @media (max-width: 749px) {
              .category-posts .wrap .posts .post .details .category .date {
                display: none; } }
        .category-posts .wrap .posts .post .details .title {
          font-size: 18px;
          font-weight: 600;
          line-height: 1.39;
          color: #000000;
          margin-bottom: 8px; }
          @media (max-width: 749px) {
            .category-posts .wrap .posts .post .details .title {
              font-size: 24px;
              line-height: 1.33; } }
        .category-posts .wrap .posts .post .details .excerpt {
          font-size: 12px;
          line-height: 1.33;
          color: #2b4b5a; }
          @media (max-width: 749px) {
            .category-posts .wrap .posts .post .details .excerpt {
              font-size: 16px;
              line-height: 1.56;
              color: #2b4b5a; } }
          .category-posts .wrap .posts .post .details .excerpt a:last-of-type {
            display: none; }
  .category-posts .wrap .load-more {
    text-align: center; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.navigation {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999999;
  opacity: 1;
  min-height: 93px;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px rgba(92, 119, 131, 0.15);
  transition: opacity 0.3s ease, background-color 0.3s ease; }
  @media (max-width: 1079px) {
    .navigation {
      height: 60px;
      min-height: unset;
      position: unset; } }
  @media (min-width: 1080px) {
    .navigation.scrolled {
      opacity: 0;
      transition: opacity 0.3s ease; } }
  .navigation:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    transition: opacity 0.5s ease; }
  .navigation .brand .logo .image {
    font-size: 0; }
  .navigation.open.white:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease; }
  @media (min-width: 1080px) {
    .navigation.link-hovered {
      background-color: #ffffff;
      transition: opacity 0.3s ease, background-color 0.3s ease; }
      .navigation.link-hovered .wrap .open-nav span, .navigation.link-hovered .wrap .open-nav:before, .navigation.link-hovered .wrap .open-nav:after {
        background-color: black; }
      .navigation.link-hovered .wrap .brand .logo .image {
        background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/logo-inverse.svg"); }
      .navigation.link-hovered .wrap .nav-items .nav-item a,
      .navigation.link-hovered .wrap .nav-items .nav-item > span {
        color: #2b4b5a !important;
        transition: 0.3s ease;
        transition-delay: 0s !important; }
      .navigation.link-hovered .wrap .nav-items .nav-item:hover > a,
      .navigation.link-hovered .wrap .nav-items .nav-item:hover > span {
        color: #01a4b7 !important; }
      .navigation.link-hovered .wrap .nav-items .nav-item:hover .sub-navigation {
        height: auto; }
        .navigation.link-hovered .wrap .nav-items .nav-item:hover .sub-navigation .links a {
          display: block !important; }
      .navigation.link-hovered .wrap .top-search-icon > div:before {
        background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/search-icon.svg"); } }
  .navigation.white {
    background-color: #ffffff;
    transition: opacity 0.3s ease, background-color 0.3s ease; }
    .navigation.white .wrap .open-nav span, .navigation.white .wrap .open-nav:before, .navigation.white .wrap .open-nav:after {
      background-color: black; }
    .navigation.white .wrap .brand .logo .image {
      background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/logo-inverse.svg"); }
    .navigation.white .wrap .nav-items .nav-item a,
    .navigation.white .wrap .nav-items .nav-item > span {
      color: #2b4b5a !important;
      transition: 0.3s ease; }
    .navigation.white .wrap .nav-items .nav-item:hover > a,
    .navigation.white .wrap .nav-items .nav-item:hover > span {
      color: #01a4b7 !important; }
    .navigation.white .wrap .top-search-icon > div:before {
      background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/search-icon.svg"); }
  .navigation .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1175px; }
    .navigation .wrap .open-nav {
      display: none;
      position: relative;
      flex: auto;
      flex-shrink: 0;
      width: 24px;
      height: 16px;
      cursor: pointer;
      margin-right: 25px; }
      .navigation .wrap .open-nav:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        top: 0;
        background-color: #000000;
        border-radius: 4px; }
      .navigation .wrap .open-nav:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 0;
        right: 0;
        background-color: #000000;
        border-radius: 4px; }
      .navigation .wrap .open-nav span {
        position: absolute;
        display: inline-block;
        height: 2px;
        width: 100%;
        top: 7px;
        background-color: #000000;
        border-radius: 4px; }
      @media (max-width: 1079px) {
        .navigation .wrap .open-nav {
          display: block; } }
    .navigation .wrap .brand {
      flex-shrink: 0; }
      @media (max-width: 1079px) {
        .navigation .wrap .brand {
          flex: 100%;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin-left: 25px; } }
      .navigation .wrap .brand .logo .image {
        height: 30px;
        width: 150px;
        background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/logo-inverse.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    .navigation .wrap .nav-container {
      flex-grow: 1;
      flex-shrink: 1; }
      @media (max-width: 1079px) {
        .navigation .wrap .nav-container {
          display: flex;
          flex-direction: column;
          position: absolute;
          width: 95vw;
          height: 100vh;
          right: 0;
          top: 0;
          background-color: #ffffff;
          padding-top: 25px;
          z-index: 4;
          pointer-events: none;
          opacity: 0;
          transition: 0.2s ease; }
          .navigation .wrap .nav-container.open {
            right: 0;
            opacity: 1;
            pointer-events: all; }
            .navigation .wrap .nav-container.open .nav-items > .nav-item {
              opacity: 1;
              transition: opacity 0.6s ease; } }
      .navigation .wrap .nav-container .nav-items {
        flex: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; }
        @media (max-width: 1079px) {
          .navigation .wrap .nav-container .nav-items {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; } }
        @media (max-width: 1079px) {
          .navigation .wrap .nav-container .nav-items .nav-item {
            opacity: 0;
            transition: none; } }
        .navigation .wrap .nav-container .nav-items .nav-item > a,
        .navigation .wrap .nav-container .nav-items .nav-item > span {
          display: inline-block;
          margin: 0 25px;
          font-size: 14px;
          font-weight: 600;
          line-height: 1.5em;
          text-align: center;
          color: #051e2a;
          padding: 36px 0;
          cursor: pointer; }
          @media (max-width: 1079px) {
            .navigation .wrap .nav-container .nav-items .nav-item > a,
            .navigation .wrap .nav-container .nav-items .nav-item > span {
              display: block;
              font-size: 24px;
              font-weight: 600;
              color: #051e2a;
              text-align: left;
              margin: 16px 0;
              padding: 0; } }
        @media (min-width: 1080px) {
          .navigation .wrap .nav-container .nav-items .nav-item:hover .sub-navigation {
            visibility: visible;
            opacity: 1;
            transition: 0.3s ease; }
            .navigation .wrap .nav-container .nav-items .nav-item:hover .sub-navigation .wrap {
              opacity: 1;
              visibility: visible;
              transition: 0.8s ease; } }
        @media (max-width: 1079px) {
          .navigation .wrap .nav-container .nav-items .nav-item.showMobileSubNav .sub-navigation {
            left: 0;
            visibility: visible;
            opacity: 1;
            z-index: 2; } }
        @media (max-width: 1079px) {
          .navigation .wrap .nav-container .nav-items .nav-item.showMobileSubNav .sub-navigation .links a {
            opacity: 1;
            transition: opacity 0.6s ease; } }
        .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          position: absolute;
          height: 0;
          left: 0;
          top: 100%;
          width: 100vw;
          visibility: hidden;
          opacity: 0;
          background-color: #ffffff;
          padding: 10px 0 38px;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          z-index: -1; }
          .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation.tools .wrap {
            flex-direction: row-reverse; }
          @media (max-width: 1079px) {
            .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation {
              display: flex;
              flex-direction: column;
              position: absolute;
              width: 95vw;
              height: 100vh;
              left: -95vw;
              top: 0;
              background-color: #ffffff;
              padding: 80px 0 0;
              visibility: hidden;
              opacity: 0;
              transition: 0.3s ease; }
              .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .links a {
                opacity: 0;
                transition: none; }
              .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation.health-topics .wrap .links a {
                position: relative;
                text-align: center;
                background-image: linear-gradient(297deg, #051e2a, #224d62);
                padding: 20px 12px;
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
                font-size: 24px;
                font-weight: 700;
                line-height: 1.58;
                color: #ffffff !important;
                margin-bottom: 16px;
                border-radius: 4px; }
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation.health-topics .wrap .links a span {
                  position: relative;
                  z-index: 3; }
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation.health-topics .wrap .links a:before {
                  content: "";
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  background-repeat: no-repeat;
                  border-radius: 4px; }
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation.health-topics .wrap .links a:nth-child(4n - 3):before {
                  background-size: cover;
                  background-position: 50%;
                  background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/nav-abstractshapes_1.svg"); }
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation.health-topics .wrap .links a:nth-child(4n - 2):before {
                  background-position: top right;
                  background-size: contain;
                  background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/nav-abstractshapes_2.svg"); }
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation.health-topics .wrap .links a:nth-child(4n - 1):before {
                  background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/nav-abstractshapes_3.svg"); }
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation.health-topics .wrap .links a:nth-child(4n):before {
                  background-size: cover;
                  background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/nav-abstractshapes_4.svg"); } }
          .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap {
            visibility: hidden;
            opacity: 0;
            align-items: flex-start;
            max-width: 850px; }
            @media (max-width: 1079px) {
              .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap {
                visibility: visible;
                opacity: 1;
                padding-left: 16px;
                padding-right: 25px;
                overflow-y: scroll;
                -webkit-overflow-scrolling: touch; } }
            .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .links {
              position: relative;
              flex: 5;
              flex-shrink: 0;
              display: flex;
              flex-direction: row;
              flex-wrap: wrap; }
              @media (max-width: 1079px) {
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .links {
                  display: block;
                  height: calc(100vh - 155px); } }
              .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .links a {
                width: 50%;
                font-size: 14px;
                font-weight: 600;
                color: #051e2a;
                display: none; }
                @media (max-width: 1079px) {
                  .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .links a {
                    display: block;
                    font-size: 24px;
                    font-weight: 600;
                    color: #051e2a;
                    width: auto;
                    padding: 15px 0; } }
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .links a:hover {
                  color: #01a4b7 !important; }
            .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .posts {
              flex: 7;
              display: flex;
              flex-direction: row; }
              @media (max-width: 1079px) {
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .posts {
                  display: none; } }
              .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .posts .post {
                width: calc(50% - 20px);
                margin-right: 30px; }
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .posts .post:last-of-type {
                  margin-right: 0; }
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .posts .post .image {
                  position: relative;
                  background-color: #eee;
                  height: 100px;
                  margin-bottom: 8px; }
                  .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .posts .post .image img {
                    border-radius: 4px; }
                .navigation .wrap .nav-container .nav-items .nav-item .sub-navigation .wrap .posts .post .title {
                  font-size: 14px;
                  font-weight: 600;
                  line-height: 1.43;
                  color: #051e2a; }
      .navigation .wrap .nav-container .search-area {
        display: none;
        flex: auto;
        flex-shrink: 0; }
        @media (max-width: 1079px) {
          .navigation .wrap .nav-container .search-area {
            display: block; } }
        .navigation .wrap .nav-container .search-area .searchbar {
          border-radius: 4px;
          border: 1px solid #ecf0f2; }
          .navigation .wrap .nav-container .search-area .searchbar .search-autocomplete {
            display: none; }
      .navigation .wrap .nav-container .practitioner-search {
        padding: 25px 25px 25px 16px;
        background-image: url("../png/darkcurves.png");
        background-size: cover; }
        .navigation .wrap .nav-container .practitioner-search span {
          font-size: 18px;
          font-weight: 700;
          line-height: 1.56;
          color: #ffffff; }
        .navigation .wrap .nav-container .practitioner-search p {
          font-size: 14px;
          line-height: 1.43;
          color: #d3dde1; }
        .navigation .wrap .nav-container .practitioner-search .button {
          margin-top: 25px; }
    .navigation .wrap .top-search-icon {
      flex: auto;
      flex-shrink: 0;
      width: 116px;
      text-align: right;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; }
      @media (max-width: 1079px) {
        .navigation .wrap .top-search-icon {
          width: 28px; } }
      .navigation .wrap .top-search-icon .top-provider-cta-button {
        margin-right: 32px; }
        @media (max-width: 1079px) {
          .navigation .wrap .top-search-icon .top-provider-cta-button {
            display: none; } }
        @media (max-width: 1339px) {
          .navigation .wrap .top-search-icon .top-provider-cta-button {
            padding: 5px 20px;
            font-size: 14px; } }
      .navigation .wrap .top-search-icon > div {
        position: relative;
        width: 24px;
        height: 24px; }
        .navigation .wrap .top-search-icon > div:before {
          position: absolute;
          content: "";
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/search-icon-white.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          cursor: pointer; }
      .navigation .wrap .top-search-icon.cross {
        padding-right: 5px; }
        .navigation .wrap .top-search-icon.cross > div {
          width: 17px;
          height: 17px; }
          .navigation .wrap .top-search-icon.cross > div:before {
            background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/cross-teal.svg");
            cursor: pointer; }

.actions {
  display: none;
  position: relative;
  z-index: 99999; }
  @media (max-width: 1079px) {
    .actions {
      flex: auto;
      flex-shrink: 0;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-left: 16px;
      padding-right: 25px; } }
  .actions .logo {
    width: 100%;
    background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/logo-icon.svg");
    background-repeat: no-repeat;
    background-position: left;
    font-size: 0; }
  .actions .back:before {
    display: inline;
    content: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/arrow-left.svg");
    width: 24px;
    height: 24px; }
  .actions .back p {
    display: inline-block;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.38;
    color: #000000; }
  .actions .close-nav {
    flex-shrink: 0;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f5f7f8;
    background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/cross.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer; }

.curve-container {
  width: 100vw;
  height: auto;
  padding-bottom: 2.9%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1; }
  .curve-container.top {
    bottom: auto;
    top: 0;
    transform: rotate(180deg); }

.curve {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

footer.footer {
  position: relative;
  background-image: linear-gradient(173deg, #0c4054, #051e2a);
  padding-top: 36px;
  padding-bottom: 60px; }
  @media (max-width: 749px) {
    footer.footer {
      padding-top: 20px;
      padding-bottom: 100px; } }
  footer.footer .wrap {
    max-width: 1170px; }
    footer.footer .wrap .directory-toggle {
      position: relative;
      padding-bottom: 20px;
      cursor: pointer;
      display: none; }
      @media (max-width: 749px) {
        footer.footer .wrap .directory-toggle {
          display: block; } }
      footer.footer .wrap .directory-toggle p {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff; }
      footer.footer .wrap .directory-toggle.open:after {
        transform: rotate(-90deg);
        transition: transform .3s; }
      footer.footer .wrap .directory-toggle:after {
        content: '';
        position: absolute;
        right: 0;
        width: 24px;
        height: 24px;
        background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/chevron-right-white.svg");
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(90deg);
        transform-origin: center;
        transition: transform .3s; }
    footer.footer .wrap .footer-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media (max-width: 959px) {
        footer.footer .wrap .footer-container {
          flex-direction: column; } }
      footer.footer .wrap .footer-container .footer-navigation {
        flex: 2; }
        @media (max-width: 749px) {
          footer.footer .wrap .footer-container .footer-navigation {
            opacity: 1;
            max-height: 9999px;
            visibility: visible;
            overflow: hidden;
            transition: all 1.4s; }
            footer.footer .wrap .footer-container .footer-navigation.hidden {
              opacity: 0;
              max-height: 0;
              visibility: hidden;
              overflow: hidden;
              transition: all .6s; } }
        footer.footer .wrap .footer-container .footer-navigation .items.top {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          @media (max-width: 749px) {
            footer.footer .wrap .footer-container .footer-navigation .items.top {
              flex-direction: column; } }
          footer.footer .wrap .footer-container .footer-navigation .items.top .item {
            flex: 1; }
            @media (max-width: 959px) {
              footer.footer .wrap .footer-container .footer-navigation .items.top .item {
                margin-bottom: 32px; } }
            footer.footer .wrap .footer-container .footer-navigation .items.top .item > span {
              display: inline-block;
              font-size: 16px;
              font-weight: 600;
              line-height: 1.5;
              color: #ffffff; }
        footer.footer .wrap .footer-container .footer-navigation .items.sub .sub-item > a {
          display: inline-block;
          opacity: 0.6;
          font-size: 16px;
          line-height: 1.5;
          color: #ffffff; }
      footer.footer .wrap .footer-container .footer-right {
        flex: 1;
        margin-left: 48px; }
        @media (max-width: 959px) {
          footer.footer .wrap .footer-container .footer-right {
            margin-left: 0;
            text-align: center;
            border-top: 1px solid #ffffff;
            padding-top: 40px; } }
        footer.footer .wrap .footer-container .footer-right .brand {
          margin-bottom: 20px; }
          footer.footer .wrap .footer-container .footer-right .brand .logo {
            display: inline-block;
            text-align: center; }
            footer.footer .wrap .footer-container .footer-right .brand .logo img {
              width: 160px; }
        footer.footer .wrap .footer-container .footer-right .social-links {
          display: flex;
          flex-direction: row;
          margin-bottom: 25px; }
          @media (max-width: 959px) {
            footer.footer .wrap .footer-container .footer-right .social-links {
              justify-content: center; } }
          footer.footer .wrap .footer-container .footer-right .social-links .link {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.15);
            margin-right: 48px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background-color 0.3s; }
            footer.footer .wrap .footer-container .footer-right .social-links .link svg {
              width: 100%;
              height: auto;
              max-width: 21px;
              max-height: 21px;
              fill: #ffffff;
              transition: fill 0.3s ease; }
            footer.footer .wrap .footer-container .footer-right .social-links .link:last-of-type {
              margin-right: 0; }
            footer.footer .wrap .footer-container .footer-right .social-links .link:hover {
              background-color: #ffffff; }
              footer.footer .wrap .footer-container .footer-right .social-links .link:hover svg {
                fill: #2b4b5a; }
        footer.footer .wrap .footer-container .footer-right .copyright {
          font-size: 16px;
          line-height: 1.5;
          color: #ffffff;
          opacity: .6; }
          footer.footer .wrap .footer-container .footer-right .copyright a {
            color: #ffffff; }
            footer.footer .wrap .footer-container .footer-right .copyright a:hover {
              text-decoration: underline; }

.gatsby-image {
  height: 100%;
  width: 100%;
  position: absolute !important; }
  .gatsby-image.placeholder {
    background-color: lightgrey; }
  .gatsby-image img {
    object-position: center center !important; }

.glossary-list {
  padding: 40px 0px;
  background-color: #f5f7f8; }
  .glossary-list .wrap .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }

.empty-table {
  padding: 40px 0px;
  background-color: #f5f7f8; }

.glossary-tile {
  width: calc((100% / 3) - 20px);
  padding-bottom: calc((100% / 3) - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  background-image: linear-gradient(133deg, #00c0e6, #01a4b7);
  border: 1px solid #ECF0F2;
  border-radius: 4px;
  background-color: #01a4b7;
  box-shadow: none;
  transition: box-shadow 0.3s ease, background-color 0.3s ease; }
  .glossary-tile:hover {
    background-image: none;
    background-color: #004952;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .glossary-tile:active {
    background-image: none;
    background-color: #001c1f; }
  @media (min-width: 750px) {
    .glossary-tile:nth-child(3n+3) {
      margin-right: 0; } }
  @media (max-width: 1079px) {
    .glossary-tile {
      width: calc((100% / 3) - (40px / 3));
      padding-bottom: calc((100% / 3) - (40px / 3));
      margin-right: 20px; } }
  @media (max-width: 749px) {
    .glossary-tile {
      width: calc(50% - 7.5px);
      padding-bottom: calc(50% - 7.5px);
      margin-right: 15px;
      margin-bottom: 15px; }
      .glossary-tile:nth-child(2n+2) {
        margin-right: 0; } }
  @media (max-width: 549px) {
    .glossary-tile {
      width: 100%;
      padding-bottom: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }
  .glossary-tile a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none; }
    .glossary-tile a .label {
      display: block;
      font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
      font-weight: 400;
      font-size: 16px;
      line-height: calc(18/16);
      color: #ffffff;
      margin-bottom: 10px; }
    .glossary-tile a .bottom .title {
      font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
      font-weight: 700;
      font-size: 24px;
      line-height: calc(26/24);
      margin-bottom: 20px;
      color: #ffffff; }
      .glossary-tile a .bottom .title:hover {
        text-decoration: underline; }
    .glossary-tile a .bottom .excerpt {
      font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
      font-weight: 600;
      color: #ffffff;
      font-size: 14px;
      line-height: calc(21/14); }

.featured-posts {
  position: relative;
  margin-top: 64px;
  margin-bottom: 80px;
  z-index: 1; }
  .featured-posts .wrap {
    display: flex;
    flex-direction: row; }
    @media (max-width: 749px) {
      .featured-posts .wrap {
        flex-direction: column;
        max-width: 500px; } }
    .featured-posts .wrap .post {
      display: block; }
      @media (max-width: 749px) {
        .featured-posts .wrap .post {
          margin-bottom: 40px; } }
      .featured-posts .wrap .post .image {
        position: relative;
        height: 168px;
        background-color: #EEE; }
        @media (max-width: 749px) {
          .featured-posts .wrap .post .image {
            height: 192px; } }
        .featured-posts .wrap .post .image img {
          border-radius: 4px; }
      .featured-posts .wrap .post .category {
        display: inline-block;
        margin: 16px 0 4px; }
        @media (max-width: 749px) {
          .featured-posts .wrap .post .category {
            margin: 16px 0 16px; } }
        .featured-posts .wrap .post .category .name {
          color: #01a4b7;
          font-weight: 700; }
      .featured-posts .wrap .post .title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.39;
        color: #000000; }
        @media (max-width: 749px) {
          .featured-posts .wrap .post .title {
            font-size: 24px; } }
      .featured-posts .wrap .post .excerpt {
        margin-top: 20px;
        font-size: 22px;
        line-height: 1.45;
        color: #2b4b5a; }
        .featured-posts .wrap .post .excerpt a:last-of-type {
          display: none; }
        @media (max-width: 749px) {
          .featured-posts .wrap .post .excerpt {
            display: none; } }
    .featured-posts .wrap .left-post {
      flex: 100%; }
      @media (max-width: 749px) {
        .featured-posts .wrap .left-post {
          flex: 1; } }
      @media (min-width: 750px) {
        .featured-posts .wrap .left-post .post .image {
          height: 360px;
          background-color: #EEE; }
        .featured-posts .wrap .left-post .post .title {
          font-size: 26px; }
        .featured-posts .wrap .left-post .post .excerpt {
          font-size: 18px; } }
    .featured-posts .wrap .right-posts {
      flex-shrink: 0;
      width: 316px;
      margin-left: 36px; }
      @media (max-width: 749px) {
        .featured-posts .wrap .right-posts {
          flex: 1;
          width: 100%;
          margin-left: 0; } }
      .featured-posts .wrap .right-posts .post:first-child {
        border-bottom: 1px solid #e3e8ed;
        padding-bottom: 24px;
        margin-bottom: 24px; }
        @media (max-width: 749px) {
          .featured-posts .wrap .right-posts .post:first-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 40px; } }
      .featured-posts .wrap .right-posts .post:last-child {
        margin-bottom: 0; }

.search-banner {
  position: relative;
  margin-top: 80px;
  height: 432px;
  display: flex;
  justify-content: center; }
  @media (max-width: 749px) {
    .search-banner {
      height: 220px;
      margin-top: unset; } }
  .search-banner .solid-background {
    display: flex;
    height: 432px;
    width: 985px;
    overflow: hidden;
    border-radius: 8px;
    background-image: url("../png/home-background.png"); }
    @media (max-width: 749px) {
      .search-banner .solid-background {
        height: 100%;
        background-position: center;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
  .search-banner.image-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .search-banner .wrap {
    position: absolute;
    padding-top: 139px;
    max-width: 580px;
    text-align: center;
    display: flex;
    flex-direction: column; }
    @media (max-width: 749px) {
      .search-banner .wrap {
        padding-top: 40px; } }
    .search-banner .wrap .title {
      font-size: 38px;
      font-weight: bold;
      text-align: center;
      color: #ffffff;
      margin-bottom: 32px; }
      @media (max-width: 749px) {
        .search-banner .wrap .title {
          font-size: 26px;
          line-height: 1.23;
          font-weight: 400;
          max-width: 250px;
          margin-left: auto;
          margin-right: auto; } }
    .search-banner .wrap .searchbar {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15); }
      @media (max-width: 749px) {
        .search-banner .wrap .searchbar {
          margin: 0 24px; } }

.suggested-topics {
  background-color: #f5f7f8;
  padding-top: 55px;
  padding-bottom: 53px; }
  @media (max-width: 749px) {
    .suggested-topics {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px; } }
  @media (max-width: 749px) {
    .suggested-topics .wrap {
      padding-left: 0;
      padding-right: 0; } }
  .suggested-topics .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 28px; }
    @media (max-width: 749px) {
      .suggested-topics .title {
        font-size: 24px;
        margin-bottom: 10px; } }
  .suggested-topics .topics-wrapper {
    background-color: #f5f7f8;
    overflow-x: scroll; }
    .suggested-topics .topics-wrapper::-webkit-scrollbar {
      height: 0px;
      width: 0px;
      /* remove scrollbar space */
      background: transparent;
      /* optional: just make scrollbar invisible */ }
    .suggested-topics .topics-wrapper .topics {
      display: flex;
      flex-direction: row;
      padding-bottom: 20px; }
      @media (max-width: 749px) {
        .suggested-topics .topics-wrapper .topics {
          min-width: 985px; } }
      .suggested-topics .topics-wrapper .topics .topic {
        position: relative;
        flex: 1;
        padding: 28px 0;
        margin-right: 15px;
        border-radius: 4px;
        background-image: linear-gradient(308deg, #051e2a, #224d62);
        font-size: 24px;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: none;
        font-weight: 700;
        text-align: center;
        transition: transform .2s ease, box-shadow 0.3s ease; }
        @media (max-width: 749px) {
          .suggested-topics .topics-wrapper .topics .topic {
            padding: 20px 0; }
            .suggested-topics .topics-wrapper .topics .topic:last-of-type {
              margin-right: 20px !important; } }
        .suggested-topics .topics-wrapper .topics .topic:last-of-type {
          margin-right: 0; }
        .suggested-topics .topics-wrapper .topics .topic:hover {
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
        .suggested-topics .topics-wrapper .topics .topic:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-repeat: no-repeat;
          border-radius: 4px; }
        .suggested-topics .topics-wrapper .topics .topic:first-of-type:before {
          background-size: cover;
          background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/abstractshapesbg_1.svg"); }
        .suggested-topics .topics-wrapper .topics .topic:nth-of-type(2):before {
          background-position: right;
          background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/abstractshapesbg_2.svg"); }
        .suggested-topics .topics-wrapper .topics .topic:nth-of-type(3):before {
          background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/abstractshapesbg_3.svg"); }
        .suggested-topics .topics-wrapper .topics .topic p {
          position: relative;
          z-index: 1; }
      .suggested-topics .topics-wrapper .topics .view-all {
        flex-shrink: 0;
        width: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #01a4b7;
        font-weight: 700;
        line-height: 2.38; }

.recent-posts {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 749px) {
    .recent-posts {
      padding-top: 30px;
      margin: 0 16px; } }
  .recent-posts .wrap {
    display: flex;
    flex-direction: row; }
    @media (max-width: 749px) {
      .recent-posts .wrap {
        flex-direction: column-reverse; } }
    .recent-posts .wrap .sidebar {
      display: flex;
      flex-direction: column;
      padding-right: 128px;
      font-size: 16px;
      line-height: 24px;
      max-width: 320px;
      box-sizing: content-box; }
      @media (max-width: 749px) {
        .recent-posts .wrap .sidebar {
          width: 100%;
          max-width: unset; } }
      .recent-posts .wrap .sidebar .title {
        font-size: 24px;
        line-height: 32px;
        display: flex;
        align-items: center; }
      .recent-posts .wrap .sidebar .widget-inner {
        margin-bottom: 35px;
        background-color: #f5f7f8;
        border-radius: 6px;
        width: 310px; }
        .recent-posts .wrap .sidebar .widget-inner .title {
          font-size: 24px;
          line-height: 32px;
          padding-bottom: 20px;
          padding-left: 26px;
          padding-right: 26px; }
        .recent-posts .wrap .sidebar .widget-inner .subtitle {
          font-size: 16px;
          line-height: 24px;
          padding-bottom: 30px;
          padding-left: 26px;
          padding-right: 26px; }
        .recent-posts .wrap .sidebar .widget-inner .he-archives {
          padding-left: 26px;
          padding-right: 26px;
          padding-bottom: 40px; }
          .recent-posts .wrap .sidebar .widget-inner .he-archives .content:hover {
            cursor: pointer; }
          .recent-posts .wrap .sidebar .widget-inner .he-archives .content {
            border-bottom: 0.5px solid #9fb3bc; }
            .recent-posts .wrap .sidebar .widget-inner .he-archives .content .year {
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              align-items: center;
              padding-bottom: 14px;
              padding-top: 14px;
              font-size: 16px;
              line-height: 24px; }
              .recent-posts .wrap .sidebar .widget-inner .he-archives .content .year .chevron {
                background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/chevron.svg");
                background-repeat: no-repeat;
                background-position: center;
                width: 18px;
                height: 16px; }
                .recent-posts .wrap .sidebar .widget-inner .he-archives .content .year .chevron.flip {
                  transform: rotate(180deg); }
            .recent-posts .wrap .sidebar .widget-inner .he-archives .content .list {
              display: block; }
              .recent-posts .wrap .sidebar .widget-inner .he-archives .content .list.hide {
                display: none; }
              .recent-posts .wrap .sidebar .widget-inner .he-archives .content .list .post-link {
                padding-bottom: 10px; }
                .recent-posts .wrap .sidebar .widget-inner .he-archives .content .list .post-link > a {
                  font-size: 16px;
                  line-height: 24px;
                  color: #2b4b5a; }
                  .recent-posts .wrap .sidebar .widget-inner .he-archives .content .list .post-link > a:hover {
                    color: #01a4b7; }
        .recent-posts .wrap .sidebar .widget-inner .follow-widget {
          padding-left: 26px;
          padding-right: 26px; }
        .recent-posts .wrap .sidebar .widget-inner .follow-widget .follow-article-text {
          font-size: 16px;
          line-height: 32px;
          padding-bottom: 7px; }
        .recent-posts .wrap .sidebar .widget-inner .follow-widget .follow-email {
          display: flex;
          flex-direction: row;
          padding-bottom: 40px; }
          .recent-posts .wrap .sidebar .widget-inner .follow-widget .follow-email > .email-us {
            background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/mail.svg");
            background-repeat: no-repeat;
            width: 24px;
            height: 24px;
            margin-right: 10px; }
        .recent-posts .wrap .sidebar .widget-inner .follow-email > a {
          color: #2b4b5a; }
          .recent-posts .wrap .sidebar .widget-inner .follow-email > a:hover {
            color: #01a4b7; }
        .recent-posts .wrap .sidebar .widget-inner .follow-article {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: baseline;
          width: 140px;
          padding-bottom: 20px; }
          .recent-posts .wrap .sidebar .widget-inner .follow-article > .facebook {
            background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/facebook.svg");
            background-repeat: no-repeat;
            width: 26px;
            height: 24px; }
          .recent-posts .wrap .sidebar .widget-inner .follow-article > .linkedin {
            background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/linkedin.svg");
            background-repeat: no-repeat;
            width: 24px;
            height: 24px; }
          .recent-posts .wrap .sidebar .widget-inner .follow-article > .twitter {
            background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/twitter.svg");
            background-repeat: no-repeat;
            width: 24px;
            height: 18px; }
        .recent-posts .wrap .sidebar .widget-inner .email-form .email {
          border: 1px solid #cdd3d4;
          border-radius: 24px;
          height: 48px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          background-color: white; }
          .recent-posts .wrap .sidebar .widget-inner .email-form .email .input {
            font-size: 16px;
            line-height: 24px;
            border: none;
            margin-left: 16px; }
          .recent-posts .wrap .sidebar .widget-inner .email-form .email .email-submit {
            background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/search-close.svg");
            background-repeat: no-repeat;
            width: 32px;
            height: 32px;
            margin-right: 8px;
            background-color: white;
            border: none; }
            .recent-posts .wrap .sidebar .widget-inner .email-form .email .email-submit.loading {
              background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/loading-spinner.svg"); }
            .recent-posts .wrap .sidebar .widget-inner .email-form .email .email-submit.success {
              background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/email-success.svg"); }
        .recent-posts .wrap .sidebar .widget-inner .email-form .accept-terms {
          margin-top: 10px; }
        .recent-posts .wrap .sidebar .widget-inner .email-form label.not-checked {
          color: red; }
        .recent-posts .wrap .sidebar .widget-inner .email-form .success-message {
          display: none;
          font-size: 20px;
          line-height: 30px; }
          .recent-posts .wrap .sidebar .widget-inner .email-form .success-message.success {
            display: block; }
        .recent-posts .wrap .sidebar .widget-inner:before {
          content: "";
          display: flex;
          width: 100%;
          height: 7px;
          background: #33b6c5;
          border-radius: 10px;
          margin-bottom: 28px; }
    .recent-posts .wrap .article {
      width: 100%; }
      .recent-posts .wrap .article > .title {
        position: relative;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.31;
        color: #051e2a;
        padding-bottom: 12px;
        margin-bottom: 45px;
        max-width: 876px; }
        @media (max-width: 749px) {
          .recent-posts .wrap .article > .title {
            font-size: 28px;
            margin-bottom: 10px; }
            .recent-posts .wrap .article > .title:after {
              display: none; } }
        .recent-posts .wrap .article > .title:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #d3dde1; }
    .recent-posts .wrap .posts {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap; }
      .recent-posts .wrap .posts .loadMoreButton {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 46px;
        background-color: white;
        color: #01a4b7;
        display: flex;
        justify-content: center; }
        .recent-posts .wrap .posts .loadMoreButton .hidden {
          display: none; }
        .recent-posts .wrap .posts .loadMoreButton .spinner {
          width: 32px;
          height: 32px;
          display: none; }

@keyframes loading {
  from {
    transform: rotate(none); }
  to {
    transform: rotate(360deg); } }
          .recent-posts .wrap .posts .loadMoreButton .spinner.loading {
            display: block;
            animation: loading 3s infinite;
            background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/loading-spinner.svg"); }
      @media (max-width: 749px) {
        .recent-posts .wrap .posts {
          max-width: 500px;
          margin: 0 auto; } }
      .recent-posts .wrap .posts .post {
        margin-right: 16px;
        border-bottom: 1px solid #e3e8ed;
        border-radius: 2px;
        margin-bottom: 30px;
        padding-bottom: 20px; }
        .recent-posts .wrap .posts .post:last-of-type {
          margin-bottom: 10px; }
        .recent-posts .wrap .posts .post:first-child .grid-wrapper {
          grid-template-columns: auto;
          grid-template-rows: 20px auto 180px 70px; }
          .recent-posts .wrap .posts .post:first-child .grid-wrapper .image {
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 3;
            grid-row-end: 4; }
          .recent-posts .wrap .posts .post:first-child .grid-wrapper .category {
            margin-left: 0;
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 1;
            grid-row-end: 2; }
          .recent-posts .wrap .posts .post:first-child .grid-wrapper .title {
            margin-left: 0;
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 2;
            grid-row-end: 3; }
          .recent-posts .wrap .posts .post:first-child .grid-wrapper .excerpt {
            margin-left: 0;
            margin-top: 20px;
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 4;
            grid-row-end: 5;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
        @media (max-width: 749px) {
          .recent-posts .wrap .posts .post {
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px;
            padding-bottom: 20px; } }
        .recent-posts .wrap .posts .post .image {
          position: relative;
          height: 168px; }
          .recent-posts .wrap .posts .post .image img {
            border-radius: 8px; }
        .recent-posts .wrap .posts .post .grid-wrapper {
          display: grid;
          grid-template-columns: 195px auto;
          grid-template-rows: 20px 75px 90px;
          margin-left: 0; }
          .recent-posts .wrap .posts .post .grid-wrapper .image {
            height: unset;
            min-width: unset;
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 1;
            grid-row-end: 4; }
          .recent-posts .wrap .posts .post .grid-wrapper .category {
            padding-top: 0;
            grid-column-start: 2;
            grid-column-end: 2;
            grid-row-start: 1;
            grid-row-end: 2;
            margin-left: 18px;
            align-items: center; }
          .recent-posts .wrap .posts .post .grid-wrapper .title {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            grid-column-start: 2;
            grid-column-end: 2;
            grid-row-start: 2;
            grid-row-end: 3;
            margin-left: 18px;
            font-size: 24px;
            line-height: 32px; }
          .recent-posts .wrap .posts .post .grid-wrapper .excerpt {
            margin-top: 0;
            margin-left: 18px;
            font-weight: 600;
            grid-column-start: 2;
            grid-column-end: 3;
            grid-row-start: 3;
            grid-row-end: 4;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical; }
          @media (max-width: 749px) {
            .recent-posts .wrap .posts .post .grid-wrapper {
              display: grid;
              grid-template-columns: 95px auto;
              grid-template-rows: 20px 75px auto;
              margin-left: 0; }
              .recent-posts .wrap .posts .post .grid-wrapper .image {
                height: unset;
                min-width: unset;
                grid-column-start: 1;
                grid-column-end: 2;
                grid-row-start: 1;
                grid-row-end: 3; }
              .recent-posts .wrap .posts .post .grid-wrapper .category {
                grid-column-start: 2;
                grid-column-end: 2;
                grid-row-start: 1;
                grid-row-end: 2;
                margin-left: 18px; }
              .recent-posts .wrap .posts .post .grid-wrapper .title {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                grid-column-start: 2;
                grid-column-end: 2;
                grid-row-start: 2;
                grid-row-end: 3;
                margin-left: 18px; }
              .recent-posts .wrap .posts .post .grid-wrapper .excerpt {
                margin-top: 14px;
                margin-left: 0;
                grid-column-start: 1;
                grid-column-end: 3;
                grid-row-start: 3;
                grid-row-end: 4;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical; } }
        .recent-posts .wrap .posts .post .category {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          padding-top: 10px; }
          @media (max-width: 749px) {
            .recent-posts .wrap .posts .post .category {
              padding-top: 15px;
              padding-bottom: 8px; } }
          .recent-posts .wrap .posts .post .category .name {
            font-size: 14px;
            font-weight: 700;
            line-height: 2.29;
            color: #01a4b7; }
            @media (max-width: 749px) {
              .recent-posts .wrap .posts .post .category .name {
                font-size: 16px;
                font-weight: 700;
                line-height: 2;
                color: #01a4b7; } }
          .recent-posts .wrap .posts .post .category .date {
            font-size: 14px;
            font-weight: 600;
            line-height: 14px;
            color: #01a4b7; }
            @media (max-width: 749px) {
              .recent-posts .wrap .posts .post .category .date {
                line-height: 14px; } }
          .recent-posts .wrap .posts .post .category .location {
            font-size: 12px;
            line-height: 32px;
            color: #2b4b5a; }
        .recent-posts .wrap .posts .post .title {
          font-size: 18px;
          font-weight: 600;
          line-height: 1.39;
          color: #000000;
          margin-bottom: 8px; }
          @media (max-width: 749px) {
            .recent-posts .wrap .posts .post .title {
              font-size: 24px;
              font-weight: 600;
              line-height: 1.33;
              color: #000000; } }
        .recent-posts .wrap .posts .post .excerpt {
          font-size: 14px;
          line-height: 21px;
          color: #2b4b5a;
          margin-top: 27px; }
          @media (max-width: 749px) {
            .recent-posts .wrap .posts .post .excerpt {
              font-size: 16px;
              line-height: 1.56;
              color: #2b4b5a; } }
          .recent-posts .wrap .posts .post .excerpt a:last-of-type {
            display: none; }

.popular-posts {
  padding-top: 51px;
  padding-bottom: 50px; }
  @media (max-width: 749px) {
    .popular-posts .wrap {
      max-width: 500px; } }
  .popular-posts .wrap .width-container {
    max-width: 876px; }
    .popular-posts .wrap .width-container > .title {
      position: relative;
      font-size: 32px;
      font-weight: 700;
      line-height: 1.31;
      color: #051e2a;
      padding-bottom: 12px;
      margin-bottom: 45px; }
      @media (max-width: 749px) {
        .popular-posts .wrap .width-container > .title {
          font-size: 28px; } }
      .popular-posts .wrap .width-container > .title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #d3dde1; }
    .popular-posts .wrap .width-container .posts .post {
      position: relative;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      margin-bottom: 40px; }
      @media (max-width: 749px) {
        .popular-posts .wrap .width-container .posts .post {
          flex-direction: column; } }
      .popular-posts .wrap .width-container .posts .post:last-of-type {
        margin-bottom: 0; }
      .popular-posts .wrap .width-container .posts .post .image {
        position: relative;
        flex: auto;
        flex-shrink: 0;
        width: 360px;
        height: 255px;
        margin-right: 80px;
        background-color: #EEE; }
        @media (max-width: 1079px) {
          .popular-posts .wrap .width-container .posts .post .image {
            margin-right: 30px; } }
        @media (max-width: 749px) {
          .popular-posts .wrap .width-container .posts .post .image {
            width: 100%;
            margin-right: 0; } }
        .popular-posts .wrap .width-container .posts .post .image img {
          border-radius: 4px; }
      .popular-posts .wrap .width-container .posts .post .details {
        flex: 100%;
        padding-right: 75px; }
        @media (max-width: 1079px) {
          .popular-posts .wrap .width-container .posts .post .details {
            padding-right: 0; } }
        .popular-posts .wrap .width-container .posts .post .details .category {
          display: inline-block;
          margin-top: 25px;
          margin-bottom: 4px; }
          .popular-posts .wrap .width-container .posts .post .details .category .name {
            font-size: 14px;
            font-weight: 700;
            color: #01a4b7;
            line-height: 2.29; }
            @media (max-width: 749px) {
              .popular-posts .wrap .width-container .posts .post .details .category .name {
                font-size: 16px;
                font-weight: 700;
                line-height: 2;
                color: #01a4b7; } }
        .popular-posts .wrap .width-container .posts .post .details .title {
          font-size: 22px;
          font-weight: 600;
          line-height: 1.45;
          color: #000000;
          margin-bottom: 12px; }
          @media (max-width: 749px) {
            .popular-posts .wrap .width-container .posts .post .details .title {
              font-size: 24px;
              font-weight: 600;
              line-height: 1.33;
              color: #000000; } }
        .popular-posts .wrap .width-container .posts .post .details .excerpt {
          color: #051e2a;
          line-height: 1.5; }
          @media (max-width: 749px) {
            .popular-posts .wrap .width-container .posts .post .details .excerpt {
              font-size: 16px;
              line-height: 1.56;
              color: #2b4b5a; } }
          .popular-posts .wrap .width-container .posts .post .details .excerpt a:last-of-type {
            display: none; }

.category-previews {
  padding-top: 50px;
  padding-bottom: 150px; }
  @media (max-width: 749px) {
    .category-previews {
      padding-bottom: 80px; } }
  .category-previews .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 749px) {
      .category-previews .wrap {
        max-width: 500px; } }
    .category-previews .wrap .category-preview {
      position: relative;
      width: calc(50% - 8px);
      border-radius: 4px;
      padding: 24px;
      box-shadow: 0 5px 20px 0 rgba(92, 119, 131, 0.15);
      margin-bottom: 18px;
      overflow: hidden; }
      @media (max-width: 749px) {
        .category-previews .wrap .category-preview {
          width: 100%;
          margin-bottom: 32px;
          padding: 14px; }
          .category-previews .wrap .category-preview:last-of-type {
            margin-bottom: 0; } }
      .category-previews .wrap .category-preview:before {
        position: absolute;
        content: "";
        width: 330px;
        height: 330px;
        background-color: #f5f7f8;
        border-radius: 50%;
        z-index: -1; }
      .category-previews .wrap .category-preview:nth-child(1):before {
        right: -150px;
        top: -130px; }
      .category-previews .wrap .category-preview:nth-child(2):before {
        top: 50%;
        transform: translateY(-50%);
        right: -220px; }
      .category-previews .wrap .category-preview:nth-child(3):before {
        left: -150px;
        bottom: -130px; }
      .category-previews .wrap .category-preview:nth-child(4):before {
        top: -150px;
        left: -130px; }
      .category-previews .wrap .category-preview .category-title {
        font-size: 24px;
        font-weight: 600;
        color: #051e2a;
        margin-bottom: 14px; }
      .category-previews .wrap .category-preview .posts .post {
        display: flex;
        flex-direction: row;
        padding: 18px 0;
        border-bottom: 1px solid #e3e8ed; }
        .category-previews .wrap .category-preview .posts .post:last-of-type {
          border-bottom: none; }
        .category-previews .wrap .category-preview .posts .post .image {
          position: relative;
          flex-shrink: 0;
          width: 144px;
          height: 100px;
          margin-right: 25px;
          background-color: #eee; }
          @media (max-width: 1079px) {
            .category-previews .wrap .category-preview .posts .post .image {
              width: 130px; } }
          @media (max-width: 749px) {
            .category-previews .wrap .category-preview .posts .post .image {
              width: 126px; } }
          @media (max-width: 399px) {
            .category-previews .wrap .category-preview .posts .post .image {
              width: 110px;
              height: 80px;
              margin-right: 14px; } }
          .category-previews .wrap .category-preview .posts .post .image img {
            border-radius: 3px; }
        .category-previews .wrap .category-preview .posts .post .details {
          flex: 100%; }
          .category-previews .wrap .category-preview .posts .post .details .title {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.38;
            color: #000000; }
          .category-previews .wrap .category-preview .posts .post .details .description {
            font-size: 12px;
            line-height: 1.42;
            color: #2b4b5a;
            margin-top: 8px; }
      .category-previews .wrap .category-preview .view-more {
        padding: 20px 0 0;
        text-align: right; }
        .category-previews .wrap .category-preview .view-more .view-more-link {
          display: flex;
          flex-direction: row;
          position: relative;
          font-size: 16px;
          font-weight: 700;
          color: #01a4b7;
          fill: #01a4b7; }
          .category-previews .wrap .category-preview .view-more .view-more-link .label {
            display: block; }
          .category-previews .wrap .category-preview .view-more .view-more-link .chevron {
            display: block;
            margin-left: 20px; }
            .category-previews .wrap .category-preview .view-more .view-more-link .chevron svg {
              width: 6px;
              height: 10px; }

.content .cta-content {
  background-color: #f5f7f8;
  margin: 0 auto 20px;
  padding: 25px;
  text-align: center; }
  .content .cta-content .button.outline:hover {
    color: #ffffff; }

.cta-footer {
  height: 160px;
  background-color: #ecf0f2;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; }
  @media (max-width: 1079px) {
    .cta-footer {
      height: 286px; } }
  .cta-footer:before {
    width: 350px;
    height: 350px;
    position: absolute;
    left: -99px;
    top: -219px;
    content: '';
    background-image: linear-gradient(to bottom, #ecf0f2, #e3e8ed);
    border-radius: 50%; }
    @media (min-width: 1441px) {
      .cta-footer:before {
        left: calc(50vw - 819px); } }
  .cta-footer:after {
    width: 608px;
    height: 608px;
    position: absolute;
    right: -228px;
    bottom: -516px;
    content: '';
    background-image: linear-gradient(to top, #ecf0f2, #e3e8ed);
    border-radius: 50%; }
    @media (min-width: 1441px) {
      .cta-footer:after {
        right: calc(50vw - 948px); } }
  .cta-footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    position: relative;
    z-index: 1; }
    @media (max-width: 1079px) {
      .cta-footer .wrap {
        text-align: center;
        flex-direction: column;
        justify-content: space-evenly; } }
  .cta-footer .cta-image {
    width: 103px; }
  .cta-footer h2 {
    font-size: 1.375rem; }

.cta-find-practitioner .cta-find-practitioner-wrapper {
  padding: 16px;
  background: linear-gradient(175.8deg, #018392 -43.28%, #004149 85.36%);
  box-shadow: 0px 1px 10px rgba(92, 119, 131, 0.15);
  border-radius: 4px; }

.cta-find-practitioner h3 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px; }

.cta-find-practitioner p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 24px; }

.cta-find-practitioner .button {
  border-color: transparent; }
  .cta-find-practitioner .button:active {
    border-color: white; }

.cta-find-practitioner .cta-find-practitioner-logo {
  height: 28px;
  width: 31px;
  background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/logo.svg");
  background-size: cover;
  display: block;
  margin-bottom: 16px; }

.related-posts {
  padding: 40px 0 115px; }
  @media (max-width: 1079px) {
    .related-posts {
      padding: 25px 0; } }
  @media (max-width: 1079px) {
    .related-posts .wrap {
      max-width: 500px; } }
  .related-posts .wrap h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.75;
    color: #051e2a;
    margin-bottom: 45px; }
  .related-posts .wrap .posts {
    display: flex;
    flex-direction: row; }
    @media (max-width: 1079px) {
      .related-posts .wrap .posts {
        flex-direction: column; } }
    .related-posts .wrap .posts .glossary-post {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-decoration: none;
      width: calc((100% / 3) - (32px / 3));
      height: auto;
      min-height: none !important;
      margin-right: 16px;
      position: relative;
      padding: 30px 25px;
      border: 1px solid #ECF0F2;
      border-radius: 4px;
      background-color: #01a4b7;
      background-image: linear-gradient(133deg, #00c0e6, #01a4b7);
      transition: background-color 0.3s ease;
      min-height: 280px; }
      .related-posts .wrap .posts .glossary-post:hover {
        background-color: #01a4b7;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 1079px) {
        .related-posts .wrap .posts .glossary-post {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px;
          min-height: 220px; } }
      @media (max-width: 749px) {
        .related-posts .wrap .posts .glossary-post {
          min-height: 320px; } }
      .related-posts .wrap .posts .glossary-post .label {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.13;
        letter-spacing: normal;
        color: #ffffff; }
      .related-posts .wrap .posts .glossary-post .bottom .title {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.08;
        color: #ffffff; }
        .related-posts .wrap .posts .glossary-post .bottom .title:hover {
          text-decoration: underline; }
      .related-posts .wrap .posts .glossary-post .bottom .excerpt {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.57;
        color: #ffffff; }
    .related-posts .wrap .posts .post {
      width: calc((100% / 3) - (32px / 3));
      margin-right: 16px; }
      @media (max-width: 1079px) {
        .related-posts .wrap .posts .post {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      .related-posts .wrap .posts .post:last-of-type {
        margin-right: 0; }
      .related-posts .wrap .posts .post .featured-image {
        position: relative;
        height: 168px; }
        .related-posts .wrap .posts .post .featured-image img {
          border-radius: 4px 4px 0 0; }
      .related-posts .wrap .posts .post .details {
        padding: 16px; }
        @media (max-width: 1079px) {
          .related-posts .wrap .posts .post .details {
            padding: 16px 0; } }
        .related-posts .wrap .posts .post .details .date {
          font-size: 14px;
          font-weight: 600;
          line-height: 1.29;
          color: #5c7783;
          margin-bottom: 25px; }
          @media (max-width: 1079px) {
            .related-posts .wrap .posts .post .details .date {
              display: none; } }
        .related-posts .wrap .posts .post .details .category {
          display: block;
          margin-bottom: 10px; }
          .related-posts .wrap .posts .post .details .category .name {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.13;
            color: #01a4b7; }
            @media (max-width: 1079px) {
              .related-posts .wrap .posts .post .details .category .name {
                font-size: 16px;
                font-weight: 700;
                line-height: 2;
                color: #01a4b7; } }
        .related-posts .wrap .posts .post .details .title {
          display: block;
          font-size: 18px;
          font-weight: 600;
          line-height: 1.33;
          color: #051e2a; }

.sidebar-related-posts h2 {
  font-size: 18px;
  margin-bottom: 24px;
  color: #051E2A; }

.sidebar-related-posts .posts {
  flex-direction: column; }

.sidebar-related-posts .post {
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
  display: flex; }

.sidebar-related-posts .details {
  line-height: 1.4em; }
  .sidebar-related-posts .details .title {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px; }
  .sidebar-related-posts .details .excerpt {
    font-size: 14px;
    color: #2b4b5a;
    font-weight: 300; }

.sidebar-related-posts .image {
  position: relative;
  width: 126px;
  height: 96px;
  flex-shrink: 0;
  margin-right: 9px; }
  .sidebar-related-posts .image img {
    width: 126px !important;
    height: 96px !important;
    border-radius: 4px; }

.view-more-posts {
  margin: 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .view-more-posts .progress {
    margin-bottom: 30px; }
    .view-more-posts .progress .progress-label {
      display: block;
      font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
      font-weight: 300;
      font-size: 14px;
      color: #000000;
      text-align: center;
      line-height: calc(18 / 14);
      margin-bottom: 10px; }
    .view-more-posts .progress .progress-bar {
      position: relative;
      width: 180px;
      height: 8px;
      background-color: #D3DDE1;
      border-radius: 6px;
      overflow: hidden; }
      .view-more-posts .progress .progress-bar .inner-progress {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 100%;
        background-color: #004952; }
  .view-more-posts .next-link ~ .prev-link {
    margin-top: 30px; }

.results .result {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 40px; }
  @media (max-width: 749px) {
    .results .result {
      background-color: transparent; } }
  .results .result:last-of-type {
    margin-bottom: 0; }
  .results .result .image {
    display: block;
    flex: 1;
    max-width: 360px;
    background-color: #EEE;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 749px) {
      .results .result .image {
        flex: 2;
        border-radius: 4px; } }
    .results .result .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .results .result .details {
    flex: 2;
    display: block;
    padding: 30px; }
    @media (max-width: 749px) {
      .results .result .details {
        flex: 3;
        padding: 0px 15px; } }
    @media (max-width: 399px) {
      .results .result .details {
        flex: 2; } }
    .results .result .details .text-wrap {
      max-width: 450px;
      margin: 0 auto; }
      .results .result .details .text-wrap .category a {
        font-size: 14px;
        font-weight: 700;
        line-height: 2.29;
        color: #01a4b7;
        margin-bottom: 5px; }
      .results .result .details .text-wrap .title {
        font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.45;
        color: #000000;
        margin-bottom: 12px; }
        @media (max-width: 749px) {
          .results .result .details .text-wrap .title {
            font-size: 16px;
            line-height: calc(21/16); } }
        .results .result .details .text-wrap .title a {
          color: #000000; }
      .results .result .details .text-wrap .excerpt {
        line-height: 1.5;
        letter-spacing: normal;
        color: #051e2a;
        margin-bottom: 16px; }
        @media (max-width: 749px) {
          .results .result .details .text-wrap .excerpt {
            display: none; } }
        .results .result .details .text-wrap .excerpt p a:last-of-type {
          display: none; }
      .results .result .details .text-wrap .date {
        font-size: 12px;
        line-height: 2.67;
        color: #2b4b5a; }

.top-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background-color: #ffffff;
  padding: 10px 0 30px;
  opacity: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  animation: fadein .3s forwards; }
  @media (max-width: 1079px) {
    .top-search {
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0; } }
  .top-search .actions {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 15px; }
  .top-search .wrap {
    position: relative;
    display: block !important; }
    .top-search .wrap .inner-wrap {
      max-width: 865px !important;
      margin: 0 auto; }
      .top-search .wrap .inner-wrap > span {
        font-size: 16px;
        font-weight: 400;
        color: #051e2a; }
        @media (max-width: 749px) {
          .top-search .wrap .inner-wrap > span {
            font-weight: 600; } }
      .top-search .wrap .inner-wrap .searchbar input {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.19; }
        @media (max-width: 749px) {
          .top-search .wrap .inner-wrap .searchbar input {
            font-size: 28px;
            font-weight: 700;
            line-height: 1.5;
            color: #000000; } }

.searchbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  border-radius: 48px;
  box-shadow: 0px 1px 10px rgba(92, 119, 131, 0.15);
  height: 64px;
  max-width: 584px; }
  .searchbar.white {
    position: static; }
    .searchbar.white .search-icon {
      display: none; }
    .searchbar.white .search-input {
      height: 54px;
      width: calc(100% - 100px);
      background-color: #ffffff;
      font-size: 42px;
      font-weight: bold;
      color: #051e2a;
      outline: none;
      border: none;
      border-radius: 4px;
      line-height: 1.19;
      padding: 0; }
      @media (max-width: 1079px) {
        .searchbar.white .search-input {
          width: calc(100% - 60px);
          font-size: 32px; } }
    .searchbar.white .button.search {
      right: 20px; }
      @media (max-width: 1079px) {
        .searchbar.white .button.search {
          position: static;
          display: block;
          font-size: 15px;
          width: auto;
          height: auto;
          background: #01a4b7;
          color: #ffffff;
          padding: 5px 15px;
          margin: 20px 0 0;
          transform: none; }
          .searchbar.white .button.search:before {
            content: none; } }
    .searchbar.white .search-autocomplete {
      position: relative;
      width: 100vw;
      box-shadow: none;
      opacity: 0;
      padding: 50px 0 0;
      animation: fadein 0.8s forwards; }
      @media (max-width: 1079px) {
        .searchbar.white .search-autocomplete {
          padding-top: 30px; } }
  .searchbar .search-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    min-width: 90px;
    padding-right: 8px; }
    @media (max-width: 749px) {
      .searchbar .search-icon {
        min-width: 55px;
        padding-right: 0;
        justify-content: center; } }
    .searchbar .search-icon .icon {
      display: inline-block;
      height: 48px;
      width: 48px;
      font-size: 0;
      background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/search-icon-background.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer; }
      @media (max-width: 749px) {
        .searchbar .search-icon .icon {
          height: 23px;
          width: 23px; } }
  .searchbar.is-focused .search-icon .icon {
    background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/search-icon-background.svg"); }
  .searchbar form {
    position: relative;
    flex: 1;
    padding-left: 32px; }
    .searchbar form .search-input {
      width: 100%;
      background-color: #ffffff;
      font-size: 20px;
      color: #051e2a;
      outline: none;
      border: none;
      border-radius: 4px;
      box-sizing: border-box; }
      @media (max-width: 749px) {
        .searchbar form .search-input {
          height: 64px;
          font-size: 16px; } }
      @media (max-width: 1079px) {
        .searchbar form .search-input {
          font-size: 16px; } }
      .searchbar form .search-input input {
        padding: 0;
        min-width: 100%; }
      .searchbar form .search-input::placeholder {
        color: #9fb3bc; }
      .searchbar form .search-input::-ms-clear {
        display: none; }
  .searchbar .button.search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 3; }
    @media (max-width: 749px) {
      .searchbar .button.search {
        font-size: 0;
        padding: 0;
        width: 26px;
        height: 26px;
        right: 16px;
        z-index: 1; }
        .searchbar .button.search:before {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: inline-block;
          transform: rotate(180deg);
          content: "";
          background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/arrow-left.svg");
          background-size: 14px;
          background-position: center;
          background-repeat: no-repeat; }
        .searchbar .button.search:active:before, .searchbar .button.search:focus:before {
          background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/arrow-left-white.svg");
          background-position: center;
          background-repeat: no-repeat; } }
  .searchbar .search-autocomplete {
    margin-top: 8px;
    position: absolute;
    top: calc(100% - 4px);
    max-height: 999px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 15px 23px 23px 90px;
    background-color: #ffffff;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.15);
    transition: max-height 0.3s, padding 0.3s;
    overflow: hidden;
    border-radius: 16px; }
    .searchbar .search-autocomplete.hidden {
      max-height: 0;
      padding: 0px 23px 0px 90px;
      transition: max-height 0.2s cubic-bezier(0, 1, 1, 1), padding 0.2s; }
      @media (max-width: 749px) {
        .searchbar .search-autocomplete.hidden {
          padding: 0px 15px 0px 60px; } }
    @media (max-width: 749px) {
      .searchbar .search-autocomplete {
        padding: 15px 15px 23px 60px; } }
    .searchbar .search-autocomplete .items h3 {
      color: #051e2a;
      font-size: 14px; }
      @media (max-width: 749px) {
        .searchbar .search-autocomplete .items h3 {
          font-size: 12px;
          font-weight: 600;
          color: #051e2a; } }
    .searchbar .search-autocomplete .items .item {
      width: 100%;
      padding-top: 18px;
      border-bottom: 1px solid white;
      cursor: pointer; }
      @media (max-width: 749px) {
        .searchbar .search-autocomplete .items .item {
          padding-top: 8px; } }
      .searchbar .search-autocomplete .items .item a {
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        color: #051e2a; }
        @media (max-width: 749px) {
          .searchbar .search-autocomplete .items .item a {
            font-size: 14px;
            font-weight: 400;
            color: #2b4b5a; } }

.no-search-results .notice {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px; }
  .no-search-results .notice .no-results-graphic {
    width: 105px;
    height: 105px;
    background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/no-results.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .no-search-results .notice .text {
    flex: 1;
    margin-left: 20px; }
    .no-search-results .notice .text .title {
      font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
      font-weight: 600;
      font-size: 18px;
      color: #051e2a;
      line-height: calc(24/18);
      margin-bottom: 10px; }
    .no-search-results .notice .text .subtitle {
      max-width: 375px;
      font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
      font-weight: 400;
      font-size: 14px;
      color: #051e2a;
      line-height: calc(20/14); }

.category-banner {
  position: relative;
  min-height: 380px;
  background-image: linear-gradient(300deg, #051e2a, #224d62); }
  @media (max-width: 749px) {
    .category-banner {
      min-height: 240px; } }
  .category-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/categorybanner_shapes.svg");
    background-size: cover;
    background-repeat: no-repeat; }
  .category-banner svg {
    position: absolute;
    bottom: 0; }
  .category-banner .category-info {
    position: absolute;
    width: 80%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .category-banner .category-info .title {
      font-size: 64px;
      font-weight: 700;
      line-height: 0.66;
      color: #ffffff; }
      @media (max-width: 749px) {
        .category-banner .category-info .title {
          font-size: 34px;
          font-weight: 700;
          line-height: 1;
          color: #ffffff; } }
    .category-banner .category-info .description {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.25;
      color: #ffffff;
      margin-top: 30px; }
      @media (max-width: 749px) {
        .category-banner .category-info .description {
          font-size: 18px;
          font-weight: 600;
          line-height: 1.3;
          color: #ffffff;
          margin-top: 10px; } }

@media (max-width: 749px) {
  .customize-support .blog-post {
    padding-top: 40px; } }

.blog-post,
.glossary-item {
  padding: 150px 0 90px;
  min-height: calc(100vh - 376px); }
  .blog-post .wrap,
  .glossary-item .wrap {
    max-width: 1184px; }
    .blog-post .wrap .heading-wrap,
    .glossary-item .wrap .heading-wrap {
      max-width: 850px;
      margin: 0 auto; }
      .blog-post .wrap .heading-wrap .date,
      .glossary-item .wrap .heading-wrap .date {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.29;
        text-align: center;
        color: #2b4b5a;
        margin-bottom: 12px; }
      .blog-post .wrap .heading-wrap .title,
      .glossary-item .wrap .heading-wrap .title {
        font-size: 38px;
        font-weight: 700;
        line-height: 1.26;
        text-align: center;
        color: #051e2a; }
        @media (max-width: 749px) {
          .blog-post .wrap .heading-wrap .title,
          .glossary-item .wrap .heading-wrap .title {
            font-size: 30px; } }
      .blog-post .wrap .heading-wrap .categories,
      .glossary-item .wrap .heading-wrap .categories {
        margin-top: 14px;
        text-align: center;
        padding-bottom: 10px; }
        .blog-post .wrap .heading-wrap .categories .category,
        .glossary-item .wrap .heading-wrap .categories .category {
          display: inline-block; }
          .blog-post .wrap .heading-wrap .categories .category a,
          .glossary-item .wrap .heading-wrap .categories .category a {
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            color: #01a4b7;
            padding: 0 20px; }
            .blog-post .wrap .heading-wrap .categories .category a:hover,
            .glossary-item .wrap .heading-wrap .categories .category a:hover {
              text-decoration: underline; }
          .blog-post .wrap .heading-wrap .categories .category:not(:last-of-type),
          .glossary-item .wrap .heading-wrap .categories .category:not(:last-of-type) {
            border-right: 1px solid #d3dde1; }
    .blog-post .wrap .featured-image,
    .glossary-item .wrap .featured-image {
      position: relative;
      height: 500px;
      margin-top: 20px;
      margin-bottom: 64px; }
      @media (max-width: 749px) {
        .blog-post .wrap .featured-image,
        .glossary-item .wrap .featured-image {
          height: 245px;
          margin-bottom: 30px; } }
    .blog-post .wrap .post-content,
    .glossary-item .wrap .post-content {
      display: flex; }
      .blog-post .wrap .post-content .date,
      .glossary-item .wrap .post-content .date {
        font-size: 18x;
        font-weight: 600;
        line-height: 14px;
        color: #01a4b7; }
      @media (max-width: 749px) {
        .blog-post .wrap .post-content,
        .glossary-item .wrap .post-content {
          padding-right: 0;
          flex-direction: column; } }
      .heading-wrap + .post-content {
        margin-top: 64px; }
      .blog-post .wrap .post-content .post-content-wrapper,
      .glossary-item .wrap .post-content .post-content-wrapper {
        flex-grow: 1; }
      .blog-post .wrap .post-content .post-content-sidebar,
      .glossary-item .wrap .post-content .post-content-sidebar {
        flex-basis: 360px;
        max-width: 360px;
        will-change: min-height; }
        @media (max-width: 1079px) {
          .blog-post .wrap .post-content .post-content-sidebar,
          .glossary-item .wrap .post-content .post-content-sidebar {
            display: none; } }
      .blog-post .wrap .post-content .post-content-sidebar-inner,
      .glossary-item .wrap .post-content .post-content-sidebar-inner {
        display: flex;
        flex-direction: column;
        transform: translate(0, 0);
        /* For browsers don't support translate3d. */
        transform: translate3d(0, 0, 0);
        will-change: position, transform; }
        .blog-post .wrap .post-content .post-content-sidebar-inner > *,
        .glossary-item .wrap .post-content .post-content-sidebar-inner > * {
          padding: 40px 0;
          border-top: 1px solid #ecf0f2; }
        .blog-post .wrap .post-content .post-content-sidebar-inner > *:first-child,
        .glossary-item .wrap .post-content .post-content-sidebar-inner > *:first-child {
          padding-top: 0;
          border-top: none; }
        .blog-post .wrap .post-content .post-content-sidebar-inner > *:last-child,
        .glossary-item .wrap .post-content .post-content-sidebar-inner > *:last-child {
          padding-bottom: 0; }
        @media (min-width: 1080px) {
          .blog-post .wrap .post-content .post-content-sidebar-inner .share-links,
          .glossary-item .wrap .post-content .post-content-sidebar-inner .share-links {
            display: initial; } }
        .blog-post .wrap .post-content .post-content-sidebar-inner .share-links h5,
        .glossary-item .wrap .post-content .post-content-sidebar-inner .share-links h5 {
          text-align: left;
          font-size: 18px;
          font-weight: normal;
          color: #051e2a; }
        .blog-post .wrap .post-content .post-content-sidebar-inner .share-links ul,
        .glossary-item .wrap .post-content .post-content-sidebar-inner .share-links ul {
          justify-content: start; }
      .blog-post .wrap .post-content .content,
      .glossary-item .wrap .post-content .content {
        max-width: 695px;
        margin: 0 auto; }
        .blog-post .wrap .post-content .content h1,
        .glossary-item .wrap .post-content .content h1 {
          font-size: 32px;
          font-weight: 600;
          color: #051e2a;
          margin-bottom: 20px; }
          @media (max-width: 749px) {
            .blog-post .wrap .post-content .content h1,
            .glossary-item .wrap .post-content .content h1 {
              font-size: 28px; } }
        .blog-post .wrap .post-content .content h2,
        .blog-post .wrap .post-content .content h3,
        .glossary-item .wrap .post-content .content h2,
        .glossary-item .wrap .post-content .content h3 {
          font-size: 26px;
          font-weight: 600;
          color: #051e2a;
          margin-bottom: 20px;
          padding-top: 25px; }
          @media (max-width: 749px) {
            .blog-post .wrap .post-content .content h2,
            .blog-post .wrap .post-content .content h3,
            .glossary-item .wrap .post-content .content h2,
            .glossary-item .wrap .post-content .content h3 {
              font-size: 22px; } }
        .blog-post .wrap .post-content .content ul,
        .glossary-item .wrap .post-content .content ul {
          list-style-type: disc;
          padding-left: 18px;
          margin-bottom: 25px; }
          .blog-post .wrap .post-content .content ul li,
          .glossary-item .wrap .post-content .content ul li {
            font-size: 18px;
            margin-bottom: 5px; }
            @media (max-width: 749px) {
              .blog-post .wrap .post-content .content ul li,
              .glossary-item .wrap .post-content .content ul li {
                font-size: 16px; } }
        .blog-post .wrap .post-content .content a,
        .glossary-item .wrap .post-content .content a {
          text-decoration: underline; }
        .blog-post .wrap .post-content .content p,
        .glossary-item .wrap .post-content .content p {
          font-size: 18px;
          line-height: 1.78;
          color: #051e2a;
          margin-bottom: 30px; }
          @media (max-width: 749px) {
            .blog-post .wrap .post-content .content p,
            .glossary-item .wrap .post-content .content p {
              font-size: 16px;
              margin-bottom: 20px; } }
        .blog-post .wrap .post-content .content strong,
        .glossary-item .wrap .post-content .content strong {
          font-weight: 700;
          color: #01a4b7; }
        .blog-post .wrap .post-content .content img,
        .glossary-item .wrap .post-content .content img {
          margin-bottom: 32px; }
          .blog-post .wrap .post-content .content img[width],
          .glossary-item .wrap .post-content .content img[width] {
            width: initial; }
        .blog-post .wrap .post-content .content blockquote,
        .glossary-item .wrap .post-content .content blockquote {
          font-style: normal !important;
          font-weight: 700 !important;
          text-align: center !important;
          color: #051e2a !important;
          margin-top: 50px !important;
          margin-bottom: 50px !important; }
          .blog-post .wrap .post-content .content blockquote p,
          .glossary-item .wrap .post-content .content blockquote p {
            font-size: 24px !important;
            line-height: 1.33 !important; }
            .blog-post .wrap .post-content .content blockquote p:last-child,
            .glossary-item .wrap .post-content .content blockquote p:last-child {
              margin-bottom: 0; }
        .blog-post .wrap .post-content .content .tab,
        .glossary-item .wrap .post-content .content .tab {
          border-bottom: 1px solid #d3dde1; }
          .blog-post .wrap .post-content .content .tab p,
          .glossary-item .wrap .post-content .content .tab p {
            margin: 0; }
          .blog-post .wrap .post-content .content .tab > div,
          .glossary-item .wrap .post-content .content .tab > div {
            max-height: 0;
            overflow: hidden;
            transition: 0.4s ease; }
            .blog-post .wrap .post-content .content .tab > div p,
            .glossary-item .wrap .post-content .content .tab > div p {
              margin-bottom: 20px; }
          .blog-post .wrap .post-content .content .tab input,
          .glossary-item .wrap .post-content .content .tab input {
            display: none; }
          .blog-post .wrap .post-content .content .tab label,
          .glossary-item .wrap .post-content .content .tab label {
            font-size: 18px;
            width: 100%;
            display: inline-block;
            position: relative;
            z-index: 4;
            cursor: pointer;
            font-weight: 600;
            margin-bottom: 0;
            padding: 15px 0; }
            @media (max-width: 749px) {
              .blog-post .wrap .post-content .content .tab label,
              .glossary-item .wrap .post-content .content .tab label {
                font-size: 16px; } }
            .blog-post .wrap .post-content .content .tab label:after,
            .glossary-item .wrap .post-content .content .tab label:after {
              position: absolute;
              top: 50%;
              transform: translate(0, -50%);
              right: 5px;
              font-size: 24px;
              content: "+";
              transform-origin: center;
              transition: transform 0.2s; }
          .blog-post .wrap .post-content .content .tab.open > div,
          .glossary-item .wrap .post-content .content .tab.open > div {
            max-height: 999px;
            transition: 0.9s ease; }
          .blog-post .wrap .post-content .content .tab.open label:after,
          .glossary-item .wrap .post-content .content .tab.open label:after {
            transform: translate(0, -50%) rotate(45deg); }
      .blog-post .wrap .post-content .more-information,
      .glossary-item .wrap .post-content .more-information {
        max-width: 695px;
        margin: 0 auto; }
        .blog-post .wrap .post-content .more-information h2,
        .glossary-item .wrap .post-content .more-information h2 {
          font-size: 18px;
          font-weight: 700;
          line-height: 2;
          color: #051e2a;
          margin-bottom: 25px; }
        .blog-post .wrap .post-content .more-information .items,
        .glossary-item .wrap .post-content .more-information .items {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          @media (max-width: 749px) {
            .blog-post .wrap .post-content .more-information .items,
            .glossary-item .wrap .post-content .more-information .items {
              flex-direction: column; } }
          .blog-post .wrap .post-content .more-information .items .item,
          .glossary-item .wrap .post-content .more-information .items .item {
            position: relative;
            width: calc(50% - 50px);
            margin-right: 50px;
            word-wrap: break-word;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5;
            color: #01a4b7;
            padding-left: 30px; }
            @media (max-width: 749px) {
              .blog-post .wrap .post-content .more-information .items .item,
              .glossary-item .wrap .post-content .more-information .items .item {
                margin-right: 0;
                width: 100%;
                margin-bottom: 20px; } }
            .blog-post .wrap .post-content .more-information .items .item:nth-child(2n),
            .glossary-item .wrap .post-content .more-information .items .item:nth-child(2n) {
              margin-right: 0; }
            .blog-post .wrap .post-content .more-information .items .item.file:before,
            .glossary-item .wrap .post-content .more-information .items .item.file:before {
              position: absolute;
              left: 0;
              content: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/download-icon.svg"); }
            .blog-post .wrap .post-content .more-information .items .item.link:before,
            .glossary-item .wrap .post-content .more-information .items .item.link:before {
              position: absolute;
              left: 0;
              content: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/link-external-icon.svg"); }
      .blog-post .wrap .post-content .cta-mobile-footer,
      .glossary-item .wrap .post-content .cta-mobile-footer {
        display: none; }
        @media (max-width: 749px) {
          .blog-post .wrap .post-content .cta-mobile-footer,
          .glossary-item .wrap .post-content .cta-mobile-footer {
            position: fixed;
            display: none;
            align-items: center;
            justify-content: center;
            bottom: 0;
            left: 0;
            width: 100vw;
            top: auto;
            right: auto;
            background-color: #ffffff;
            box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.2), 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
            padding: 12px;
            z-index: 999; }
            .blog-post .wrap .post-content .cta-mobile-footer.scrolled,
            .glossary-item .wrap .post-content .cta-mobile-footer.scrolled {
              display: flex; } }
      @media (min-width: 1080px) {
        .blog-post .wrap .post-content .share-links,
        .glossary-item .wrap .post-content .share-links {
          display: none; } }
      .blog-post .wrap .post-content .share-links h5,
      .glossary-item .wrap .post-content .share-links h5 {
        text-align: center;
        margin-bottom: 15px;
        font-weight: 600; }
      .blog-post .wrap .post-content .share-links ul,
      .glossary-item .wrap .post-content .share-links ul {
        display: flex;
        align-items: center;
        justify-content: center; }
        .blog-post .wrap .post-content .share-links ul li,
        .glossary-item .wrap .post-content .share-links ul li {
          height: 25px;
          width: 25px;
          margin-right: 15px; }
          .blog-post .wrap .post-content .share-links ul li a,
          .glossary-item .wrap .post-content .share-links ul li a {
            display: block;
            height: 100%;
            width: 100%; }
            .blog-post .wrap .post-content .share-links ul li a svg,
            .glossary-item .wrap .post-content .share-links ul li a svg {
              max-width: 100%;
              max-height: 100%;
              fill: #9fb3bc;
              transition: fill 0.3s ease; }
            .blog-post .wrap .post-content .share-links ul li a:hover svg,
            .glossary-item .wrap .post-content .share-links ul li a:hover svg {
              fill: #01a4b7; }
      .blog-post .wrap .post-content .share-links .label,
      .glossary-item .wrap .post-content .share-links .label {
        display: block;
        font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
        font-weight: 600;
        font-size: 18px;
        color: #051e2a;
        margin-bottom: 20px; }

.glossary-item .wrap .heading-wrap {
  margin-bottom: 65px; }

.glossary {
  display: flex;
  flex-direction: column;
  padding: 93px 0px 0px;
  min-height: calc(100vh - 376px); }
  @media (max-width: 749px) {
    .glossary {
      min-height: calc(100vh - 350px); } }
  @media (max-width: 749px) {
    .glossary {
      padding: 50px 0px 0px; } }
  .glossary .glossary-search {
    padding: 50px 0px; }
    .glossary .glossary-search .wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .glossary .glossary-search .wrap .top-label {
        display: block;
        font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
        font-size: 16px;
        color: #051e2a;
        margin-bottom: 10px; }
        @media (max-width: 399px) {
          .glossary .glossary-search .wrap .top-label {
            font-size: 14px; } }
      .glossary .glossary-search .wrap .headline {
        font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
        font-weight: 700;
        font-size: 42px;
        color: #051e2a;
        line-height: calc(50/42);
        margin-bottom: 40px; }
        @media (max-width: 399px) {
          .glossary .glossary-search .wrap .headline {
            font-size: 28px; } }
      .glossary .glossary-search .wrap .bottom-label {
        display: block;
        font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        line-height: calc(30/24);
        margin-bottom: 20px; }
        @media (max-width: 399px) {
          .glossary .glossary-search .wrap .bottom-label {
            font-size: 22px; } }
      .glossary .glossary-search .wrap .search-input {
        position: relative; }
        .glossary .glossary-search .wrap .search-input input {
          font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
          color: #051e2a;
          font-size: 24px;
          font-weight: 600;
          line-height: calc(29/24);
          min-width: 250px;
          outline: none;
          border: none;
          caret-color: #01a4b7;
          text-align: center; }
          .glossary .glossary-search .wrap .search-input input::placeholder {
            color: #D3DDE1; }
        .glossary .glossary-search .wrap .search-input:after {
          display: block;
          margin: 0 auto;
          content: '';
          height: 2px;
          width: 82%;
          border-radius: 4px;
          background-color: #01a4b7;
          transition: width 0.3s ease; }
        .glossary .glossary-search .wrap .search-input .search-label {
          position: absolute;
          top: 50%;
          transform: translateY(-70%);
          left: auto;
          right: 0;
          font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
          color: #01a4b7;
          font-size: 16px;
          font-weight: 600;
          opacity: 0; }
        .glossary .glossary-search .wrap .search-input.populated:after {
          width: 100%;
          transition: width 0.3s ease; }
  .glossary .glossary-list, .glossary .no-search-results {
    flex: 1; }
    .glossary .glossary-list .notice, .glossary .no-search-results .notice {
      display: block;
      text-align: center; }
      .glossary .glossary-list .notice .no-results-graphic, .glossary .no-search-results .notice .no-results-graphic {
        display: inline-block; }
      .glossary .glossary-list .notice .text, .glossary .no-search-results .notice .text {
        display: inline-block;
        text-align: left; }

.four-oh-four {
  padding: 123px 0 90px;
  min-height: calc(100vh - 376px); }
  @media (max-width: 749px) {
    .four-oh-four {
      min-height: calc(100vh - 350px); } }
  .four-oh-four .wrap {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .four-oh-four .error-graphic {
    width: 300px;
    height: 230px;
    background-image: url("https://hepress.wpengine.com/wp-content/themes/press-blog/images/404.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px; }
    @media (max-width: 749px) {
      .four-oh-four .error-graphic {
        height: 165px; } }
  .four-oh-four .title {
    font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
    font-weight: 700;
    font-size: 32px;
    color: #2b4b5a;
    text-align: center;
    line-height: calc(42/32); }
  .four-oh-four .subtitle {
    font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
    font-size: 26px;
    color: #2b4b5a;
    text-align: center;
    line-height: calc(42/26);
    margin-bottom: 10px; }
  .four-oh-four .text {
    font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
    font-size: 14px;
    color: #2b4b5a;
    line-height: calc(23/14);
    text-align: center;
    max-width: 475px;
    margin-bottom: 30px; }
  .four-oh-four .links {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .four-oh-four .links li {
      margin-bottom: 10px; }
      .four-oh-four .links li a {
        font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
        font-weight: 600;
        font-size: 16px;
        color: #01a4b7;
        text-align: center;
        line-height: calc(23/16); }

.search-page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 376px); }
  @media (max-width: 749px) {
    .search-page {
      min-height: calc(100vh - 350px); } }
  .search-page .search-input {
    padding: 123px 0 50px; }
    .search-page .search-input span {
      display: block; }
    .search-page .search-input input {
      height: 54px;
      width: 100%;
      background-color: #ffffff;
      font-size: 42px;
      font-weight: bold;
      color: #051e2a;
      outline: none;
      border: none;
      border-radius: 4px;
      line-height: 1.19;
      padding: 0; }
      .search-page .search-input input::placeholder {
        color: #9fb3bc; }
    .search-page .search-input .button {
      display: none; }
      @media (max-width: 1079px) {
        .search-page .search-input .button {
          display: inline-block;
          margin-top: 15px; } }
  .search-page .results-container {
    flex: 1;
    background-color: #f5f7f8;
    padding: 30px 0 100px; }
    .search-page .results-container .result-count {
      display: block;
      font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
      font-weight: 600;
      font-size: 14px;
      color: #051e2a;
      margin-bottom: 30px; }

.alignright, img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft, img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.glossary-result .placeholder {
  background-image: linear-gradient(133deg, #00c0e6, #01a4b7);
  border: 1px solid #ECF0F2;
  border-radius: 4px;
  background-color: #01a4b7;
  box-shadow: none;
  transition: box-shadow 0.3s ease, background-color 0.3s ease; }
  .glossary-result .placeholder:after {
    content: 'Glossary';
    display: block;
    font-family: 'Messina Sans', 'Helvetica', Sans-Serif;
    font-weight: 400;
    font-size: 26px;
    line-height: calc(18 / 16);
    color: #ffffff;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 30px; }
