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

.footer-top {
  background: #E1CB9B;
  position: relative;
  padding: 3rem 0 2rem; }

#FooterNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 2rem; }
  #FooterNav a {
    font-size: .75rem;
    padding: .25rem .5rem;
    font-weight: 900;
    color: #17283C;
    text-decoration: none;
    margin: 0 .25rem; }
    @media (min-width: 750px) {
      #FooterNav a {
        font-size: 1.25rem;
        padding: .5rem .75rem; } }
    #FooterNav a:hover, #FooterNav a:focus {
      color: #29578C;
      background-color: rgba(0, 0, 0, 0.075);
      border-radius: .25em; }

.footer-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  .footer-logo svg {
    display: block;
    border-radius: .25rem;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15); }

.footer-bottom {
  background: #17283C;
  padding: 2rem 0; }
  .footer-bottom a {
    font-size: .85rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 900;
    padding: .25rem; }

@media (min-width: 1010px) {
  #FrontPageTabsContainer {
    background: #17283C; } }

#FrontPagePrimaryPosts .floating-tabs-container {
  position: relative; }

.primary-posts-container {
  padding-bottom: 8rem;
  will-change: opacity,transform; }
  .floating-tabs-container .primary-posts-container.floating {
    will-change: opacity,transform;
    backface-visibility: hidden;
    padding-bottom: 0;
    opacity: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
    transform: translateX(0); }
  .floating-tabs-container .primary-posts-container.active {
    opacity: 1;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    pointer-events: all;
    z-index: 1;
    transform: translateX(0); }

.front-page-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem 0;
  position: relative;
  z-index: 99999; }
  @media (min-width: 1010px) {
    .front-page-tabs {
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding: 5rem 0 0 0;
      width: calc(33.33% - 1rem); } }
  .front-page-tabs .front-page-tab {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: 0;
    border: 1px solid transparent;
    background: #FFF6E3;
    font-size: 1rem;
    font-weight: 900;
    padding: 1.25rem 2.5rem;
    color: #17283C;
    border-radius: .5rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    text-decoration: none; }
    .front-page-tabs .front-page-tab:hover, .front-page-tabs .front-page-tab:focus {
      text-decoration: underline;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); }
    .front-page-tabs .front-page-tab:active {
      text-decoration: none; }
    .front-page-tabs .front-page-tab.current {
      border-color: #F06534;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
      background-color: #fff;
      transform: translateY(-2px); }
      .front-page-tabs .front-page-tab.current:hover, .front-page-tabs .front-page-tab.current:focus {
        text-decoration: none;
        cursor: default; }
      @media (min-width: 1010px) {
        .front-page-tabs .front-page-tab.current {
          border-color: transparent;
          transform: translateY(2px);
          color: #17283C;
          box-shadow: none; } }
    @media (min-width: 1010px) {
      .front-page-tabs .front-page-tab {
        border: 0;
        background-color: #29578C;
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
        font-size: 1rem;
        width: calc(50% - .5rem);
        padding: 1.25rem 0;
        color: #fff;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
    @media (min-width: 1280px) {
      .front-page-tabs .front-page-tab {
        font-size: 1.25rem;
        padding: 1.5rem 0; } }
  .front-page-tabs .front-page-tab:first-child {
    margin-right: .5rem; }
  .front-page-tabs .front-page-tab:last-child {
    margin-left: .5rem; }

.primary-post {
  margin-bottom: 1rem; }
  @media (min-width: 1010px) {
    .primary-post {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: calc(33.33% - 1rem); } }

.primary-post--top {
  margin-bottom: 2rem;
  overflow: hidden; }
  @media (min-width: 1010px) {
    .primary-post--top {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-top: -6rem;
      margin-bottom: 1.5rem;
      width: 100%;
      overflow: visible; } }
  .primary-post--top .primary-post-text {
    position: relative;
    margin-top: -1.5rem;
    margin-left: 0;
    padding: 0;
    padding-top: .5rem;
    background: none; }
    .primary-post--top .primary-post-text::before {
      content: "";
      position: absolute;
      top: 0;
      right: .5rem;
      box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
      background: rgba(255, 255, 255, 0.9);
      transform: skew(45deg);
      width: calc(100% + 2rem);
      height: 2rem; }
      @media (min-width: 750px) {
        .primary-post--top .primary-post-text::before {
          height: 6rem; } }
      @media (min-width: 1010px) {
        .primary-post--top .primary-post-text::before {
          display: none; } }
    @media (min-width: 750px) {
      .primary-post--top .primary-post-text {
        padding-top: 1rem;
        margin-top: -3.5rem; } }
    @media (min-width: 1010px) {
      .primary-post--top .primary-post-text {
        width: 33.33%;
        margin-top: 6rem;
        padding-top: 0;
        padding-left: 0;
        padding-right: 1rem;
        padding-bottom: 0; } }
  .primary-post--top .primary-post-title {
    font-size: 1.25rem;
    padding-right: 5%;
    position: relative;
    padding-top: 0; }
    @media (min-width: 750px) {
      .primary-post--top .primary-post-title {
        font-size: 2.25rem; } }
    @media (min-width: 1010px) {
      .primary-post--top .primary-post-title {
        font-size: 1.5rem;
        padding-right: 0; } }
    @media (min-width: 1720px) {
      .primary-post--top .primary-post-title {
        font-size: 2.25rem; } }
  .primary-post--top .primary-post-image-container {
    width: 100%;
    height: 12rem; }
    @media (min-width: 560px) {
      .primary-post--top .primary-post-image-container {
        height: 16rem; } }
    @media (min-width: 750px) {
      .primary-post--top .primary-post-image-container {
        height: 24rem; } }
    @media (min-width: 1010px) {
      .primary-post--top .primary-post-image-container {
        height: 26rem;
        width: calc(66.66% - .5rem);
        box-shadow: 0 9px 21px rgba(0, 0, 0, 0.25); } }
    @media (min-width: 1280px) {
      .primary-post--top .primary-post-image-container {
        height: 28rem; } }
    @media (min-width: 1720px) {
      .primary-post--top .primary-post-image-container {
        height: 36rem; } }

.primary-post-text {
  position: relative;
  margin-left: calc(12.66% - .5rem);
  margin-top: -3.5rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  padding: .5rem; }
  @media (min-width: 750px) {
    .primary-post-text {
      padding: 1.5rem;
      margin-top: -6.5rem; } }
  @media (min-width: 1010px) {
    .primary-post-text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-top: 0;
      padding: 0;
      margin: 0; } }

.primary-post-image-container {
  display: block;
  width: calc(50% - .5rem);
  height: 8rem;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  filter: contrast(100%); }
  .primary-post-image-container img {
    display: block;
    opacity: 0; }
  @media (min-width: 560px) {
    .primary-post-image-container {
      height: 10rem; } }
  @media (min-width: 750px) {
    .primary-post-image-container {
      height: 14rem; } }
  @media (min-width: 1010px) {
    .primary-post-image-container {
      width: 100%;
      height: 10rem; }
      .primary-post-image-container:hover, .primary-post-image-container:focus {
        filter: contrast(115%); } }
  @media (min-width: 1280px) {
    .primary-post-image-container {
      height: 14rem; } }
  @media (min-width: 1720px) {
    .primary-post-image-container {
      height: 16rem; } }

.primary-post-cats {
  display: none; }
  @media (min-width: 1010px) {
    .primary-post-cats {
      display: block; } }

.primary-post-title {
  margin: 0 0 .5em 0;
  font-size: 1rem;
  padding-top: .5em; }
  @media (min-width: 750px) {
    .primary-post-title {
      font-size: 1.75rem; } }
  @media (min-width: 1010px) {
    .primary-post-title {
      font-size: 1.25rem; } }
  @media (min-width: 1720px) {
    .primary-post-title {
      font-size: 1.5rem; } }
  .primary-post-title a {
    display: block;
    color: #17283C;
    text-decoration: none;
    line-height: 1.25; }
    .primary-post-title a:hover, .primary-post-title a:focus {
      text-decoration: underline; }
  .primary-post-image-container:hover + .primary-post-text .primary-post-title a {
    text-decoration: underline; }

.primary-post-meta {
  font-size: .675rem;
  line-height: 1.5; }
  .primary-post-meta * {
    display: block; }
  @media (min-width: 750px) {
    .primary-post-meta {
      font-size: 1rem; } }
  @media (min-width: 1010px) {
    .primary-post-meta {
      font-size: .85rem; } }
  @media (min-width: 1280px) {
    .primary-post-meta {
      font-size: 1rem; } }

.primary-post-date {
  color: #4F5862;
  font-weight: 900;
  padding-bottom: .25em; }

.primary-post-authors {
  color: #7088A4; }
  .primary-post-authors a {
    display: inline-block;
    color: #F06534;
    text-decoration: none;
    font-weight: bold; }
    .primary-post-authors a:hover, .primary-post-authors a:focus {
      outline: 0;
      text-decoration: underline;
      color: #99300b; }

.primary-post-cats {
  margin: 0 0 .5rem 0;
  padding: 0;
  list-style: none; }
  .primary-post-cats li {
    display: inline;
    color: #aaa;
    font-size: .75rem; }
    @media (min-width: 1280px) {
      .primary-post-cats li {
        font-size: .85rem; } }
  .primary-post-cats a {
    color: #7088A4;
    text-decoration: none;
    font-weight: 900; }

@media (min-width: 1010px) {
  .primary-posts-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch; } }

.hentry.post {
  margin-bottom: 2rem;
  position: relative; }
  .hentry.post::after {
    content: "";
    width: 2rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    height: .5rem;
    border-radius: .5rem;
    background: #dde3e9;
    display: block; }
    @media (min-width: 1280px) {
      .hentry.post::after {
        margin-top: 3rem; } }
  .hentry.post:last-of-type::after {
    display: none; }
  @media (min-width: 1280px) {
    .hentry.post {
      margin-bottom: 3rem; } }
  .hentry.post .post-thumbnail {
    display: block;
    margin: 0 0 .5rem 0;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 12rem;
    filter: contrast(100%); }
    @media (min-width: 560px) {
      .hentry.post .post-thumbnail {
        height: 16rem; } }
    @media (min-width: 1010px) {
      .hentry.post .post-thumbnail {
        height: 20rem; } }
    @media (min-width: 1280px) {
      .hentry.post .post-thumbnail {
        height: 24rem; } }
    @media (min-width: 1720px) {
      .hentry.post .post-thumbnail {
        height: 30rem; } }
    .hentry.post .post-thumbnail:hover, .hentry.post .post-thumbnail:focus {
      filter: contrast(115%); }
    .hentry.post .post-thumbnail img {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.entry-title,
.page-title {
  font-size: 1.25rem;
  margin: 0 0 .5rem 0;
  line-height: 1.33; }
  @media (min-width: 750px) {
    .entry-title,
    .page-title {
      font-size: 1.5rem; } }
  @media (min-width: 1280px) {
    .entry-title,
    .page-title {
      font-size: 2rem; } }
  @media (min-width: 1720px) {
    .entry-title,
    .page-title {
      font-size: 2.25rem; } }
  .entry-title a,
  .page-title a {
    color: #17283C;
    text-decoration: none; }
    .entry-title a:hover, .entry-title a:focus,
    .page-title a:hover,
    .page-title a:focus {
      text-decoration: underline; }
  .post-thumbnail:hover + .entry-title a, .post-thumbnail:hover +
  .page-title a {
    text-decoration: underline; }

.single-entry-header {
  background: #EFF6FF;
  background: linear-gradient(180deg, #EFF6FF 0%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 6rem;
  margin-bottom: -4rem; }

.entry-title--single {
  text-align: center;
  padding: 2rem 0 .5rem;
  line-height: 1.25;
  font-size: 1.5rem; }
  @media (min-width: 750px) {
    .entry-title--single {
      padding: 2rem 0;
      max-width: 66.66%;
      margin: 0 auto; } }
  @media (min-width: 1010px) {
    .entry-title--single {
      font-size: 2rem;
      padding: 3rem 0; } }
  @media (min-width: 1280px) {
    .entry-title--single {
      font-size: 3rem;
      max-width: 750px; } }

.entry-meta-single-date {
  display: block;
  text-align: center;
  color: #7088A4;
  font-size: .85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 #fff; }
  @media (min-width: 1010px) {
    .entry-meta-single-date {
      font-size: 1rem; } }

.entry-meta-single-authors {
  display: block;
  text-align: center;
  font-size: .85rem;
  margin-bottom: .5rem;
  color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 1010px) {
    .entry-meta-single-authors {
      font-size: 1rem;
      max-width: 50%;
      margin: 0 auto .5rem; } }
  .entry-meta-single-authors a:link,
  .entry-meta-single-authors a:visited {
    color: #29578C;
    text-decoration: none; }

.page-header {
  background: #FFF6E3;
  margin-bottom: 1rem;
  padding: 2rem 1rem; }
  .page-header .page.type-page {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0; }
  @media (min-width: 750px) {
    .page-header {
      margin-bottom: 2rem;
      padding: 4rem 0; } }
  @media (min-width: 1010px) {
    .page-header {
      text-align: left;
      padding: 3rem 0; } }

.page-title {
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0;
  color: #17283C; }
  .page-title span {
    display: block;
    font-size: 50%;
    color: #B6A47D;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
    padding-bottom: .25em; }
  @media (min-width: 750px) {
    .page-title {
      font-size: 2.5rem; } }
  @media (min-width: 1280px) {
    .page-title {
      font-size: 3rem; } }
  @media (min-width: 1720px) {
    .page-title {
      font-size: 4rem; } }

.archive-description {
  margin: 0;
  padding-top: 1rem;
  font-size: .85rem;
  line-height: 1.45;
  text-align: left; }
  @media (min-width: 750px) {
    .archive-description {
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 1280px) {
    .archive-description {
      font-size: 1.25rem; } }

.entry-excerpt.entry-excerpt {
  display: block;
  font-size: .85rem;
  color: #4F5862;
  margin: 0 0 .5rem 0; }
  @media (min-width: 1010px) {
    .entry-excerpt.entry-excerpt {
      font-size: 1rem;
      margin-bottom: 1rem; } }
  @media (min-width: 1720px) {
    .entry-excerpt.entry-excerpt {
      font-size: 1.15rem;
      padding-right: 10%; } }

.entry-content {
  margin-top: 0;
  color: #17283C; }
  .entry-content p {
    text-rendering: optimizeLegibility;
    color: #17283C;
    font-family: "Sauce Grotesk", sans-serif; }
    @media (min-width: 750px) {
      .entry-content p {
        font-size: 1.15rem;
        line-height: 1.65; } }
    @media (min-width: 1720px) {
      .entry-content p {
        font-size: 1.35rem;
        line-height: 1.85; } }
  .entry-content p a {
    font-weight: 900;
    box-shadow: inset 0 -0.5em 0 rgba(112, 136, 164, 0.15);
    text-decoration: none; }
    .entry-content p a:link {
      color: #29578C; }
    .entry-content p a:visited {
      color: #71298C; }
    .entry-content p a:hover {
      color: #061322;
      box-shadow: inset 0 -0.5em 0 #FFF6E3; }
    .entry-content p a:active {
      color: #29578C;
      box-shadow: inset 0 -0.45em 0 rgba(112, 136, 164, 0.15); }

.nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1rem 0;
  border-top: 4px solid #E1CB9B;
  width: 100%; }
  .nav-links a {
    color: #29578C;
    display: block;
    background: #f3f5f7;
    border-radius: .45rem;
    font-weight: 900;
    text-decoration: none;
    padding: 1rem; }
    .nav-links a:hover, .nav-links a:focus {
      background: #e6ebef;
      text-decoration: underline;
      color: #17283C; }

.wp-block-image img {
  display: block; }

.wp-caption.wp-caption img {
  display: block; }

.entry-content .wp-caption.wp-caption:first-child {
  margin-top: 0; }

.wp-caption-text.wp-caption-text,
.wp-block-image figcaption {
  text-align: left;
  margin: 0;
  padding: .5rem 2rem 0 0;
  display: block;
  line-height: 1.35; }
  .wp-caption-text.wp-caption-text em,
  .wp-block-image figcaption em {
    font-size: .85rem;
    color: #4F5862; }
    @media (min-width: 1010px) {
      .wp-caption-text.wp-caption-text em,
      .wp-block-image figcaption em {
        font-size: 1rem; } }

.entry-footer {
  border-top: 0.5rem solid #EFF6FF;
  padding-top: 2rem;
  color: #7088A4;
  font-size: 0; }
  .entry-footer h3 {
    font-size: 1.25rem; }
  .entry-footer a {
    font-size: 1rem;
    display: inline-block;
    padding: .25rem .5rem;
    margin: 0 .5rem .5rem 0;
    background-color: #f8f8f8;
    color: #17283C;
    text-decoration: none;
    border-radius: .25rem;
    box-shadow: inset 0 -.085rem 0 #eee;
    outline: 0; }
    @media (min-width: 750px) {
      .entry-footer a {
        padding: .35rem .75rem; } }
    .entry-footer a:first-of-type {
      margin-left: 0; }
    .entry-footer a:hover, .entry-footer a:focus {
      background-color: #EFF6FF;
      box-shadow: inset 0 -0.085rem 0 #7088A4; }
    .entry-footer a:active {
      background: #f8f8f8;
      box-shadow: inset 0 .085rem 0 #eee; }
  .entry-footer .cat-links,
  .entry-footer .tags-links {
    display: block; }

#search_cats {
  margin: 0;
  padding: 0; }
  #search_cats li {
    display: inline; }
  #search_cats a {
    font-size: 1rem;
    display: inline-block;
    padding: .25rem .5rem;
    margin: 0 .5rem .5rem 0;
    background-color: #f8f8f8;
    color: #17283C;
    text-decoration: none;
    border-radius: .25rem;
    box-shadow: inset 0 -.085rem 0 #eee;
    outline: 0; }
    @media (min-width: 750px) {
      #search_cats a {
        padding: .35rem .75rem; } }
    #search_cats a:first-of-type {
      margin-left: 0; }
    #search_cats a:hover, #search_cats a:focus {
      background-color: #EFF6FF;
      box-shadow: inset 0 -0.085rem 0 #7088A4; }
    #search_cats a:active {
      background: #f8f8f8;
      box-shadow: inset 0 .085rem 0 #eee; }

#search_tags .tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  #search_tags .tagcloud a.tag-cloud-link {
    display: inline-block;
    padding: .25rem .5rem;
    margin: 0 .5rem .5rem 0;
    background-color: #f8f8f8;
    color: #17283C;
    text-decoration: none;
    border-radius: .25rem;
    box-shadow: inset 0 -.085rem 0 #eee;
    outline: 0; }
    @media (min-width: 750px) {
      #search_tags .tagcloud a.tag-cloud-link {
        padding: .35rem .75rem; } }
    #search_tags .tagcloud a.tag-cloud-link:first-of-type {
      margin-left: 0; }
    #search_tags .tagcloud a.tag-cloud-link:hover, #search_tags .tagcloud a.tag-cloud-link:focus {
      background-color: #EFF6FF;
      box-shadow: inset 0 -0.085rem 0 #7088A4; }
    #search_tags .tagcloud a.tag-cloud-link:active {
      background: #f8f8f8;
      box-shadow: inset 0 .085rem 0 #eee; }

.sidebar-module {
  background: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: .45rem;
  padding: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 1010px) {
    .sidebar-module {
      padding: 1.5rem;
      margin-bottom: 2rem; } }
  .sidebar-module .sidebar-module-heading {
    margin: 0 0 1rem 0;
    font-size: 1rem; }
    @media (min-width: 1010px) {
      .sidebar-module .sidebar-module-heading {
        font-size: 1.25rem; } }
  .sidebar-module .sidebar-module-text {
    font-size: .85rem;
    line-height: 1.5;
    margin: 0 0 2rem 0;
    color: #4F5862; }
    @media (min-width: 1010px) {
      .sidebar-module .sidebar-module-text {
        font-size: 1rem; } }
  .sidebar-module .sidebar-module-action-button {
    display: block;
    background-image: linear-gradient(180deg, #F06534 0%, #B83C10 100%);
    border: 1px solid #99300b;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    font-size: .75rem;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 900;
    padding: .75rem;
    text-decoration: none;
    border-radius: .45rem;
    text-align: center;
    line-height: 1.33; }
    .sidebar-module .sidebar-module-action-button:hover {
      background-image: linear-gradient(180deg, #F06534 0%, #9E330E 100%); }
    @media (min-width: 750px) {
      .sidebar-module .sidebar-module-action-button {
        font-size: 1rem;
        max-width: 640px;
        margin: 0 auto; } }
    @media (min-width: 1010px) {
      .sidebar-module .sidebar-module-action-button {
        padding: 1rem;
        width: 100%; } }

.search-form {
  display: block;
  position: relative; }
  .search-form .search-field {
    display: block;
    width: calc(100% + .5rem);
    margin-left: -.25rem;
    border-radius: 100px;
    background: #F5F7F9;
    border: 1px solid #949DA8;
    font-size: 1rem;
    padding: .5rem 1rem;
    outline: 0; }
    .search-form .search-field:focus {
      background: #FFF3D3; }
  .search-form .search-submit {
    position: absolute;
    top: 50%;
    right: .125rem;
    background: none;
    border: 0;
    padding: .5rem .75rem;
    border-radius: 100px;
    font-size: 1rem;
    color: #17283C;
    font-weight: 900;
    transform: translateY(-50%);
    cursor: pointer;
    outline: 0; }
    .search-form .search-submit:hover, .search-form .search-submit:focus {
      background-color: #F06534;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.cats {
  margin: 0;
  padding: 0;
  list-style: none; }
  .cats li {
    color: #aaa;
    font-size: .75rem; }
    .cats li a {
      color: #29578C;
      font-size: 1rem;
      text-decoration: none;
      display: inline-block;
      padding: .25rem 0; }
      .cats li a:hover, .cats li a:focus {
        text-decoration: underline; }

@font-face {
  font-family: 'Sauce Grotesk';
  src: url("../fonts/SauceGrotesk-Black.woff2") format("woff2"), url("../fonts/SauceGrotesk-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Sauce Grotesk';
  src: url("../fonts/SauceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SauceGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  background: #fff;
  font-family: "Sauce Grotesk", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  body.page {
    margin: 0; }

.latest-news-heading {
  font-size: 1.5rem;
  font-weight: 900;
  color: #17283C;
  margin: 0 0 1rem 0; }
  @media (min-width: 750px) {
    .latest-news-heading {
      font-size: 2rem; } }
  @media (min-width: 1010px) {
    .latest-news-heading {
      font-size: 3rem;
      margin: 0 0 2rem 0; } }
  @media (min-width: 1280px) {
    .latest-news-heading {
      font-size: 3.5rem; } }

#SupportInterstitial {
  background: #17283C;
  color: #fff;
  padding: 4rem 0;
  margin: 3rem 0 0; }
  @media (min-width: 750px) {
    #SupportInterstitial {
      margin-bottom: 8rem; } }
  @media (min-width: 1010px) {
    #SupportInterstitial {
      padding: 4rem 0;
      margin-bottom: 0; }
      .home #SupportInterstitial {
        margin-bottom: 4rem; } }
  @media (min-width: 1280px) {
    #SupportInterstitial {
      padding: 6rem; } }
  @media (min-width: 1010px) {
    #SupportInterstitial .wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; } }
  #SupportInterstitial p {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: 900;
    margin: 0;
    text-align: center; }
    @media (min-width: 750px) {
      #SupportInterstitial p {
        font-size: 1.25rem;
        max-width: 640px;
        margin: 0 auto; } }
    @media (min-width: 1010px) {
      #SupportInterstitial p {
        max-width: none;
        text-align: left;
        padding-right: .5rem;
        width: 66.66%; } }
    @media (min-width: 1280px) {
      #SupportInterstitial p {
        font-size: 1.5rem;
        padding-right: 1rem; } }
  #SupportInterstitial .support-interstitial-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 2rem;
    max-width: 375px;
    margin: 0 auto; }
    @media (min-width: 1010px) {
      #SupportInterstitial .support-interstitial-actions {
        transform: none;
        width: 33.33%;
        padding-left: 1rem;
        -ms-flex-pack: center;
            justify-content: center;
        padding-top: 0; } }
    #SupportInterstitial .support-interstitial-actions a {
      background: #29578C;
      font-size: 1rem;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
      font-weight: 900;
      padding: .75rem;
      text-decoration: none;
      box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
      border-radius: .45rem;
      text-align: center;
      line-height: 1.33; }
      #SupportInterstitial .support-interstitial-actions a:first-child {
        background-image: linear-gradient(180deg, #4A6687 0%, #2A4059 100%);
        border: 1px solid #061322;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
        margin-bottom: .5rem; }
        @media (min-width: 1010px) {
          #SupportInterstitial .support-interstitial-actions a:first-child {
            margin-bottom: .5rem;
            margin-right: 0; }
            #SupportInterstitial .support-interstitial-actions a:first-child:hover {
              background-image: linear-gradient(180deg, #4A6687 0%, #1B314B 100%); } }
      #SupportInterstitial .support-interstitial-actions a:nth-child(2) {
        background-image: linear-gradient(180deg, #F06534 0%, #B83C10 100%);
        border: 1px solid #99300b;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.5); }
        @media (min-width: 1010px) {
          #SupportInterstitial .support-interstitial-actions a:nth-child(2):hover {
            background-image: linear-gradient(180deg, #F06534 0%, #9E330E 100%); } }
      @media (min-width: 750px) {
        #SupportInterstitial .support-interstitial-actions a {
          max-width: 640px;
          margin: 0 auto; } }
      @media (min-width: 1010px) {
        #SupportInterstitial .support-interstitial-actions a {
          padding: 1rem;
          width: 100%; } }
      @media (min-width: 1010px) {
        #SupportInterstitial .support-interstitial-actions a {
          padding: 1.25rem;
          font-size: 1.25rem; } }

.posts-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #999;
  font-weight: 900;
  padding: 1rem 0;
  margin-bottom: .5rem; }
  @media (min-width: 1010px) {
    .posts-navigation {
      padding: 2rem 0; } }
  .posts-navigation .page-numbers {
    font-size: 1rem;
    display: block;
    text-decoration: none;
    color: #29578C;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    margin: 0 .15rem 0;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-bottom: 3px solid #E1CB9B; }
    @media (min-width: 600px) {
      .posts-navigation .page-numbers {
        font-size: 1rem;
        width: 3rem;
        height: 3rem;
        line-height: 3rem; } }
  .posts-navigation .current {
    color: #888;
    box-shadow: none;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    border: 0; }
  .posts-navigation .dots {
    color: #aaa;
    box-shadow: none;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    border: 0; }
  .posts-navigation .prev,
  .posts-navigation .next {
    font-size: 150%;
    border-bottom: 0; }
