@charset "UTF-8";
/*!
Theme Name: Plug In BC
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: A custom hand-made theme for Plug In BC.
Version: 20200813
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: httpspluginbc-ca
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Plug In BC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
h1, .h1 {
  font-size: 1.875em;
  font-weight: 500;
  line-height: 127%;
  color: #294480;
  margin-bottom: 0;
  margin-top: 2rem;
}
h1 + h2, .h1 + h2 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  h1, .h1 {
    margin-top: 4rem;
    font-size: 2.625em;
    line-height: 133%;
    letter-spacing: 0.15px;
  }
}

h2, .h2 {
  font-weight: 400;
  font-size: 1.1875em;
  line-height: 132%;
  margin-bottom: 0;
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  h2, .h2 {
    font-size: 1.625em;
    line-height: 135%;
    letter-spacing: 0.015px;
  }
}

h3, .h3 {
  font-weight: normal;
  letter-spacing: 0.15px;
  color: #294480;
  font-size: 1em;
  line-height: 175%;
  margin-top: 1em;
  margin-bottom: 0;
}
h3 strong, .h3 strong {
  font-weight: bold;
}
h3 + p, .h3 + p {
  margin-top: 0.25em;
}
@media screen and (min-width: 600px) {
  h3, .h3 {
    font-size: 1.25em;
    line-height: 140%;
  }
}

h4, .h4 {
  font-weight: 600;
  font-size: 1em;
  line-height: 162%;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  h4, .h4 {
    font-size: 1.375em;
    line-height: 118%;
  }
}

h5, .h5 {
  font-size: 0.875em;
  line-height: 143%;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

h6, .h6 {
  font-size: 0.875em;
  line-height: 157%;
  font-style: italic;
  letter-spacing: 0.15px;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

p {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.15px;
  font-weight: 400;
}

main ul, main ol {
  margin: 1em 0 0;
  padding: 0 0 0 1.5rem;
}
main ul li, main ol li {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.15px;
  font-weight: 400;
  margin-top: 1em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

main a, footer a {
  text-decoration: none;
  color: rgb(249, 170, 13);
  transition: 0.25s linear all;
}
main a:hover, main a:focus, main a:active, footer a:hover, footer a:focus, footer a:active {
  color: #294480;
}
main a.button, footer a.button {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 1em;
  line-height: 114%;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #294480;
  margin-top: 2em;
}
main a.button:after, footer a.button:after {
  content: "→";
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  color: rgb(249, 170, 13);
  width: 2.25rem;
}
main a.button:hover, main a.button:focus, main a.button:active, footer a.button:hover, footer a.button:focus, footer a.button:active {
  color: rgb(249, 170, 13);
}
main a.button:hover:after, main a.button:focus:after, main a.button:active:after, footer a.button:hover:after, footer a.button:focus:after, footer a.button:active:after {
  color: rgb(249, 170, 13);
}
main a.button + a.button, footer a.button + a.button {
  margin-top: 1rem;
}
main input[type=submit], main button, main a.button.cta, footer input[type=submit], footer button, footer a.button.cta {
  background: transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  line-height: 114%;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 24px;
  border: solid 1px rgb(249, 170, 13);
  position: relative;
  margin-top: 1.5em;
  text-align: left;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
main input[type=submit]:after, main button:after, main a.button.cta:after, footer input[type=submit]:after, footer button:after, footer a.button.cta:after {
  content: "→";
  font-size: 1.25em;
  color: rgb(249, 170, 13);
  padding-left: 0.5rem;
  text-align: right;
}
main input[type=submit]:hover, main input[type=submit]:active, main input[type=submit]:focus, main button:hover, main button:active, main button:focus, main a.button.cta:hover, main a.button.cta:active, main a.button.cta:focus, footer input[type=submit]:hover, footer input[type=submit]:active, footer input[type=submit]:focus, footer button:hover, footer button:active, footer button:focus, footer a.button.cta:hover, footer a.button.cta:active, footer a.button.cta:focus {
  background: rgba(249, 170, 13, 0.35);
  outline: none;
}
main button, main a.button.reverse, footer button, footer a.button.reverse {
  background: transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  line-height: 114%;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 24px;
  border: solid 1px #fff;
  position: relative;
  margin-top: 1.5em;
  text-align: left;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
main button:after, main a.button.reverse:after, footer button:after, footer a.button.reverse:after {
  content: "→";
  font-size: 1.25em;
  color: rgb(249, 170, 13);
  padding-left: 0.5rem;
  text-align: right;
}
main button:hover, main button:active, main button:focus, main a.button.reverse:hover, main a.button.reverse:active, main a.button.reverse:focus, footer button:hover, footer button:active, footer button:focus, footer a.button.reverse:hover, footer a.button.reverse:active, footer a.button.reverse:focus {
  background: rgba(255, 210, 21, 0.35);
  outline: none;
  color: white;
}
@media (min-width: 1000px) {
  main button:after, main a.button.reverse:after, footer button:after, footer a.button.reverse:after {
    font-size: 1.75em;
  }
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media (min-width: 1000px) {
  form {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

form.post-password-form {
  margin-top: 4em;
  margin-bottom: 4em;
}

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

#masthead {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: white;
  min-height: 75px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  transition: 0.5s ease-in-out all;
}
#masthead a {
  border-bottom: 0px;
}
#masthead form input[type=search] {
  border-radius: 4px;
  border: none;
  background: #e8e8e8;
  padding: 0.5rem;
  font-size: 1em;
}
#masthead form input[type=submit] {
  display: none;
}

.site-branding {
  width: 100%;
  max-width: 100%;
  padding-top: 11px;
  padding-bottom: 10px;
  position: relative;
  z-index: 98;
  background: white;
}
.site-branding a {
  border: 0px;
}
.site-branding img {
  width: auto;
  max-width: 100%;
  height: 54px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .desktop {
    display: none;
  }
  #masthead .wrapper {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* Small menu. */
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  #masthead .wrapper {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) and (min-width: 600px) {
  #masthead .wrapper {
    padding-left: 56px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  #masthead .wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 600px) {
  #masthead .wrapper {
    padding-right: 56px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  #masthead .wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .menu-main-navigation-container {
    overflow: visible;
  }
  .main-navigation {
    display: block;
    width: 100%;
  }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
  }
  .main-navigation ul ul {
    padding: 0;
    height: 0;
  }
  .main-navigation ul li {
    margin-left: 0;
    text-indent: 0;
  }
  .main-navigation ul li:before {
    content: none;
    padding: 0;
  }
  .main-navigation ul li a {
    border-bottom: 0px;
    padding: 0.5em 3rem;
    position: relative;
    z-index: 99;
  }
  .main-navigation ul li a li a {
    padding: 0;
    height: 0;
    font-size: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 600px) {
  .main-navigation ul li a {
    padding: 0.5em 5rem;
  }
  .main-navigation ul li a li a {
    padding: 0;
    height: 0;
    font-size: 0;
  }
}
@media screen and (max-width: 1200px) {
  .main-navigation ul#primary-menu {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 0.5rem;
  }
  .main-navigation ul#primary-menu:before {
    content: none;
  }
  .main-navigation li {
    position: relative;
    line-height: 1;
    display: block;
  }
}
@media screen and (max-width: 1200px) and (min-width: 600px) {
  .main-navigation li {
    margin-left: auto !important;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) and (min-width: 600px) and (min-width: 1000px) {
  .main-navigation li {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .main-navigation li ul {
    display: none;
    font-size: 0;
    height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
  }
  .main-navigation li ul li {
    display: none;
  }
  .main-navigation li.active li {
    padding: 0.5em 0;
    display: block;
  }
  .main-navigation li.active li a {
    font-size: 1em;
    text-transform: none;
    letter-spacing: 0.15px;
    color: #5b5a5a;
    font-weight: 400;
  }
  .main-navigation li.active li a:after {
    content: none;
  }
  .main-navigation li a {
    text-decoration: none;
    color: #294480 !important;
    font-weight: 600;
    font-size: 1em;
    line-height: 114%;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }
  .main-navigation li a:after {
    content: "→";
    font-size: 1.25em;
    color: rgb(249, 170, 13);
    padding-left: 0.5rem;
    text-align: right;
    transition: 0.3s linear transform;
    transform: rotate(0deg);
    transform: translate3d(0, 0, 0);
  }
  .main-navigation li a:hover, .main-navigation li a:active, .main-navigation li a:focus {
    outline: none;
  }
  .main-navigation li.active > ul {
    opacity: 1;
    padding: 0.5rem 0 1rem;
    height: auto;
    font-size: 1em;
    transition: opacity 0.3s ease-in-out, font-size 0.3s ease-in-out, height 0.3s ease-in-out 0.3s;
    display: block;
  }
  .main-navigation li.active > ul li a {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .main-navigation li.active a:after {
    transform: rotate(90deg);
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #294480 !important;
  }
  .main-navigation.toggled .menu-toggle span {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.15s ease-in-out all;
  }
  .main-navigation.toggled .menu-toggle span:before {
    top: 50%;
    transform: rotate(45deg);
    transition: 0.3s ease-in-out all;
  }
  .main-navigation.toggled .menu-toggle span:after {
    top: 50%;
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out all;
  }
  .fixed-bottom.mobile {
    position: relative;
    opacity: 0;
    transition: opacity 0s;
  }
  .main-navigation.toggled .fixed-bottom.mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease-in-out 0.3s;
    z-index: 90;
  }
  .main-navigation.toggled .fixed-bottom.mobile:before {
    content: "";
    top: -2rem;
    left: 0;
    right: 0;
    height: 2rem;
    background: white;
    position: absolute;
  }
  .main-navigation.toggled .fixed-bottom.mobile .social-menu {
    display: block;
    background: white;
  }
  .main-navigation.toggled .fixed-bottom.mobile .social-menu li {
    display: inline-block;
    padding: 0.5rem;
    width: auto;
  }
  .main-navigation.toggled .fixed-bottom.mobile .social-menu li a {
    display: block;
    font-size: 1.5rem;
  }
  .main-navigation.toggled .fixed-bottom.mobile .social-menu li a:after {
    content: none;
  }
  .menu-toggle {
    display: block;
  }
  nav .desktop {
    display: none;
  }
  .menu-toggle {
    position: absolute;
    top: 11px;
    right: 24px;
    height: 54px;
    width: 35px;
    z-index: 99;
    text-align: center;
    padding: 0;
    line-height: 1;
    color: #000222;
    border: none;
    background: white;
    border-radius: 0px;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    transition: 0.5s ease-in-out all;
  }
  .menu-toggle:hover {
    box-shadow: none;
    cursor: pointer;
  }
  .menu-toggle:active, .menu-toggle:focus {
    outline: none;
  }
  .menu-toggle span {
    width: 100%;
    height: 3px;
    position: relative;
    display: block;
    margin: auto;
    top: 0%;
    transition: 0.2s linear all;
    opacity: 1;
    background: #294480;
  }
  .menu-toggle span:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    top: -9px;
    position: absolute;
    transition: 0.15s linear all;
    background: #294480;
  }
  .menu-toggle span:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 9px;
    transition: 0.15s linear all;
    background: #294480;
  }
  .main-navigation ul {
    position: relative;
    z-index: 89;
  }
  .main-navigation ul:before {
    position: absolute;
    top: 0;
    content: "";
    height: 1px;
    background: rgba(91, 90, 90, 0.15);
  }
  .main-menu {
    position: relative;
  }
  .main-menu .main-menu-wrapper {
    background: white;
    position: absolute;
    top: -2000px;
    left: 0;
    right: 0;
    transition: top 0.5s ease-in-out;
  }
  .main-navigation.toggled .main-menu-wrapper {
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 18000px 0px 18000px rgba(0, 0, 0, 0.05);
    height: 100vh;
    overflow: scroll;
  }
  .main-navigation.toggled .main-menu-wrapper .menu-main-navigation-container {
    min-height: 100vh;
    height: auto;
    padding-bottom: 25rem;
  }
  #masthead.toggled {
    transition: 0.5s ease-in-out all;
  }
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    display: block;
    width: 100%;
  }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: white;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li {
    border-bottom: solid 1px #e8e8e8;
  }
  .main-navigation ul ul li:last-of-type {
    border-bottom: none;
  }
  .main-navigation ul ul li:hover > ul.sub-menu {
    display: block;
    left: auto;
  }
  .main-navigation ul ul li:hover > ul.sub-menu li {
    display: block;
  }
  .main-navigation ul ul li:hover > ul.sub-menu a {
    width: 200px;
  }
  .main-navigation ul ul a {
    width: 200px;
  }
  .main-navigation ul li:hover > ul.sub-menu {
    left: auto;
    display: block;
  }
  .main-navigation ul li:hover > ul.sub-menu li a {
    color: #5b5a5a !important;
    text-transform: none;
  }
  .main-navigation ul li:hover > ul.sub-menu li a:active, .main-navigation ul li:hover > ul.sub-menu li a:hover {
    color: white !important;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: center;
  }
  .main-navigation ul ul {
    justify-content: none;
  }
  #masthead .wrapper {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) and (min-width: 600px) {
  #masthead .wrapper {
    padding-left: 56px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1000px) {
  #masthead .wrapper {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 600px) {
  #masthead .wrapper {
    padding-right: 56px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1000px) {
  #masthead .wrapper {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1000px) {
  #masthead .wrapper {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  #masthead .site-branding {
    width: 50%;
  }
  #masthead .social-nav {
    width: 50%;
    text-align: right;
  }
  #masthead .social-nav form, #masthead .social-nav ul {
    display: inline-block;
    vertical-align: middle;
  }
  #masthead .social-nav form {
    position: relative;
  }
  #masthead .social-nav form .search-field {
    position: absolute;
    top: 0;
    right: 45%;
  }
  #masthead .social-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #masthead .social-nav ul li {
    display: inline-block;
    margin-left: 1rem;
  }
  #masthead .social-nav ul li a {
    color: #294480;
    transition: 0.3s ease-in-out all;
  }
  #masthead .social-nav ul li a:hover, #masthead .social-nav ul li a:active, #masthead .social-nav ul li a:focus {
    color: rgb(249, 170, 13);
  }
  #masthead nav {
    width: 100%;
    background: #294480;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #masthead nav .main-menu {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 600px) {
  #masthead nav .main-menu {
    padding-left: 56px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1000px) {
  #masthead nav .main-menu {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 600px) {
  #masthead nav .main-menu {
    padding-right: 56px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1000px) {
  #masthead nav .main-menu {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1000px) {
  #masthead nav .main-menu {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  #masthead nav .main-menu li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
  }
  #masthead nav .main-menu li.current-menu-ancestor {
    background: rgb(249, 170, 13);
  }
  #masthead nav .main-menu a {
    color: white;
    padding: 1rem;
    display: block;
  }
  #masthead nav .main-menu a:hover, #masthead nav .main-menu a:active {
    background: rgb(249, 170, 13);
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html, body {
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #5b5a5a;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

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

figure {
  margin: 1.5rem 0 0 !important;
}
figure.wp-block-image {
  margin-bottom: 0;
}

.wp-block-image {
  margin-bottom: 0;
}
.wp-block-image figcaption {
  margin-bottom: 0;
  font-size: 13px;
  font-style: italic;
}

header.page-header {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 600px) {
  header.page-header {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  header.page-header {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  header.page-header {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  header.page-header {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  header.page-header {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

iframe {
  width: 100%;
  max-width: 100%;
}

main form.search-form {
  margin-top: 1.5rem;
}
main form.search-form input[type=search] {
  border-radius: 4px;
  border: none;
  background: #e8e8e8;
  padding: 0.5rem;
  font-size: 1em;
}
main form.search-form input[type=submit] {
  display: none;
}

footer.cta {
  background: rgba(41, 68, 128, 0.25);
}
footer.cta .cta-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 600px) {
  footer.cta .cta-wrapper {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  footer.cta .cta-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  footer.cta .cta-wrapper {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  footer.cta .cta-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  footer.cta .cta-wrapper {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer.cta .cta-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  footer.cta .cta-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer.cta .cta-wrapper .image-wrap, footer.cta .cta-wrapper .content-wrap {
    width: calc(50% - 32px);
  }
  footer.cta .cta-wrapper .content-wrap {
    text-align: right;
  }
  footer.cta .cta-wrapper .content-wrap > * {
    max-width: 25rem;
  }
}

.landing-page-header .hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 25em;
  margin-bottom: -10em;
}
.landing-page-header .carousel {
  margin-bottom: -5em;
}
.landing-page-header .carousel .carousel-cell {
  height: 0;
  padding-bottom: 20em;
}
.landing-page-header .header-wrapper {
  background: #294480;
  border-radius: 60px 0 0 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-bottom: 2rem;
  padding-top: 3rem;
  position: relative;
}
@media (min-width: 600px) {
  .landing-page-header .header-wrapper {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .landing-page-header .header-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .landing-page-header .header-wrapper {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .landing-page-header .header-wrapper {
    padding-right: 0;
  }
}
.landing-page-header .header-wrapper > * {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.landing-page-header .header-wrapper h1 {
  margin-top: 0;
}
.landing-page-header .header-wrapper h2 {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
}
.landing-page-header .header-wrapper h2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
  content: "";
}
@media (min-width: 600px) {
  .landing-page-header {
    position: relative;
  }
  .landing-page-header .hero-image {
    margin-bottom: -15em;
  }
  .landing-page-header .hero-image .carousel-cell {
    padding-bottom: 25em;
  }
  .landing-page-header .container {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 600px) and (min-width: 1000px) {
  .landing-page-header .container {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .landing-page-header .container {
    padding-left: 56px;
  }
}
@media (min-width: 600px) and (min-width: 1000px) {
  .landing-page-header .container {
    padding-left: 0;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .landing-page-header .container {
    padding-right: 56px;
  }
}
@media (min-width: 600px) and (min-width: 1000px) {
  .landing-page-header .container {
    padding-right: 0;
  }
}
@media (min-width: 900px) {
  .landing-page-header .hero-image {
    padding: 0;
    height: 500px;
    margin-bottom: -400px;
  }
  .landing-page-header .carousel {
    margin-bottom: -400px;
  }
  .landing-page-header .carousel .carousel-cell {
    height: 500px;
    padding: 0;
  }
  .landing-page-header .container .header-wrapper {
    width: 58%;
    margin-left: 42%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1100px) {
  .landing-page-header .container .header-wrapper {
    width: 50%;
    margin-left: 50%;
  }
}

.carousel .carousel-cell {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .carousel .carousel-cell {
    height: 500px;
    padding-bottom: 0;
  }
}

.hero-image {
  padding-bottom: 65%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .hero-image {
    padding-bottom: 0;
    height: 500px;
  }
}

.accordion {
  position: relative;
}
.accordion + .accordion {
  margin-top: 0;
}
.accordion .accordion-header {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 600px) {
  .accordion .accordion-header {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .accordion .accordion-header {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .accordion .accordion-header {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .accordion .accordion-header {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .accordion .accordion-header {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.accordion .accordion-footer {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 600px) {
  .accordion .accordion-footer {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .accordion .accordion-footer {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .accordion .accordion-footer {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .accordion .accordion-footer {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .accordion .accordion-footer {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.accordion .accordion-footer a {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.15px;
  font-weight: 400;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 1em;
  line-height: 114%;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #294480;
  margin-top: 2em;
  margin-top: 1em;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}
.accordion .accordion-footer a:after {
  content: "→";
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  color: rgb(249, 170, 13);
  width: 2.25rem;
}
.accordion .accordion-footer a:hover, .accordion .accordion-footer a:focus, .accordion .accordion-footer a:active {
  color: rgb(249, 170, 13);
}
.accordion .accordion-footer a:hover:after, .accordion .accordion-footer a:focus:after, .accordion .accordion-footer a:active:after {
  color: rgb(249, 170, 13);
}
.accordion .accordion-footer a + a.button {
  margin-top: 1rem;
}
.accordion .accordion-footer a:after {
  content: "^";
  margin-left: 0;
  display: inline-block;
  transform: rotate(180deg);
  transition: 0.3s linear transform;
}
.accordion .accordion-footer a.accordion-close:after {
  transform: rotate(0deg);
}

.button-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 600px) {
  .button-wrapper {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .button-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .button-wrapper {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .button-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .button-wrapper {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.button-wrapper .button {
  text-align: left;
  justify-content: flex-start;
  color: #294480;
}
.button-wrapper .button:hover {
  color: rgb(249, 170, 13);
}

.featured-cards {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 600px) {
  .featured-cards {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .featured-cards {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .featured-cards {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .featured-cards {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .featured-cards {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-cards article.featured-card {
  margin-top: 4.5em;
}
.featured-cards article.featured-card header.card-header {
  border-bottom: solid 1px #000222;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  width: 100%;
  padding: 0 0 20px;
}
.featured-cards article.featured-card header.card-header h2.h4 {
  width: calc(100% - 3rem);
  margin-top: 0;
}
.featured-cards article.featured-card header.card-header img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-left: 1.5rem;
}
@media (min-width: 900px) {
  .featured-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .featured-cards article.featured-card {
    width: calc(50% - 32px);
    margin-top: 5.5em;
  }
  .featured-cards article.featured-card:nth-of-type(1), .featured-cards article.featured-card:nth-of-type(2) {
    margin-top: 1.5rem;
  }
}

.image-gallery {
  margin-top: 50px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 600px) {
  .image-gallery {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .image-gallery {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .image-gallery {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .image-gallery {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .image-gallery {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.image-gallery h2 {
  text-align: center;
}
.image-gallery .gallery {
  width: 100%;
  margin-top: 2rem;
}
.image-gallery .gallery .gallery-image {
  position: relative;
  padding-bottom: 60%;
  margin-top: 1rem;
  display: block;
}
.image-gallery .gallery .gallery-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 600px) {
  .image-gallery .gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .image-gallery .gallery .gallery-image {
    width: calc(50% - 0.5rem);
    padding-bottom: 30%;
  }
}

.info-cards {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 600px) {
  .info-cards {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .info-cards {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .info-cards {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .info-cards {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .info-cards {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.info-cards .info-card {
  margin: 1.5rem 0 0;
  padding: 1px 1.5rem 2rem 1.5rem;
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}
.info-cards .info-card .card-header {
  margin-top: 1rem;
  display: block;
  width: 100%;
}
.info-cards .info-card .info .number-set {
  margin: 1.5rem 0 0;
}
.info-cards .info-card .info .number-set .number {
  display: block;
  margin-top: 0;
  color: #000222;
}
.info-cards .info-card .info .number-set .description {
  display: block;
  margin-top: 0;
}
.info-cards .info-card .info .number-set .description p {
  font-size: 0.875em;
  line-height: 157%;
  font-style: italic;
  letter-spacing: 0.15px;
  margin-bottom: 0;
  margin-top: 0.5rem;
  margin-top: 0;
}
@media (min-width: 600px) {
  .info-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .info-cards .info-card {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1000px) {
  .info-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .info-cards .info-card.wide {
    width: 100%;
  }
  .info-cards .info-card.wide .info {
    display: flex;
    flex-flow: row wrap;
  }
  .info-cards .info-card.wide .info .number-set {
    width: 25%;
    padding-right: 2.5%;
  }
  .info-cards .info-card.narrow {
    width: calc(50% - 12px);
  }
}

.inset-item {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 1.5em;
}
@media (min-width: 600px) {
  .inset-item {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .inset-item {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .inset-item {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .inset-item {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .inset-item {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.inset-item .inset-image img {
  display: block;
  width: 150px;
  height: auto;
}
.inset-item a.button {
  justify-content: flex-start;
  text-align: left;
}
@media (min-width: 600px) {
  .inset-item {
    display: flex;
    justify-content: flex-end;
  }
  .inset-item:last-of-type {
    margin-bottom: 1.5em;
  }
  .inset-item .inset-image {
    width: 25%;
  }
  .inset-item .inset-content {
    width: 75%;
  }
  .inset-item .inset-content *:first-child {
    margin-top: 0;
  }
}

ul.link-list {
  margin: 2rem 0 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  list-style-type: none;
}
@media (min-width: 600px) {
  ul.link-list {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  ul.link-list {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  ul.link-list {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  ul.link-list {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  ul.link-list {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
ul.link-list li {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 162%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #E8E8E8;
  letter-spacing: 2px;
}
ul.link-list li:first-of-type {
  margin-top: 0;
}
ul.link-list li:last-of-type {
  border-bottom: solid 1px #E8E8E8;
}
ul.link-list li a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  color: #294480;
}
ul.link-list li a:hover {
  color: rgb(249, 170, 13);
}
ul.link-list li a:after {
  content: "→";
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  color: rgb(249, 170, 13);
  width: 2.25rem;
}

.text {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 600px) {
  .text {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .text {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .text {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .text {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .text {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

section#quick-links {
  display: none;
  position: sticky;
  top: 34px;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 600px) {
  section#quick-links {
    top: 24px;
  }
}
@media (min-width: 600px) {
  section#quick-links {
    display: block;
  }
}
@media (min-width: 1199px) {
  section#quick-links {
    top: 80px;
  }
}
section#quick-links div.anchor-container {
  width: 100%;
  margin: 0 auto;
  background-color: rgb(255, 210, 21);
  position: relative;
}
section#quick-links div.anchor-container h2 {
  padding: 10px 0 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  color: #294480;
}
section#quick-links div.anchor-container ul {
  background-color: rgb(255, 210, 21);
  margin: 10px auto 20px;
  min-width: 300px;
  padding: 0;
  width: 100vw;
  height: fit-content;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
}
@media (min-width: 1000px) {
  section#quick-links div.anchor-container ul {
    justify-content: center;
    left: 0;
  }
}
section#quick-links div.anchor-container ul li {
  background-color: rgb(255, 210, 21);
  transition: 0.25s linear all;
  margin: 0;
  list-style-type: none;
  text-align: center;
  white-space: normal;
  width: fit-content;
  display: flex;
  align-items: stretch;
}
section#quick-links div.anchor-container ul li a {
  box-sizing: border-box;
  padding: 13px 8px;
  color: #294480;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
section#quick-links div.anchor-container ul li a:hover, section#quick-links div.anchor-container ul li a:focus, section#quick-links div.anchor-container ul li a:active {
  color: white;
  background-color: #294480;
}
section#quick-links div.anchor-container .controls {
  display: none;
  bottom: 0;
  right: 0;
  z-index: 100;
}
section#quick-links div.anchor-container .controls .right::after {
  content: "→";
}
section#quick-links div.anchor-container .controls .left::after {
  content: "←";
}
section#quick-links div.anchor-container .controls .right, section#quick-links div.anchor-container .controls .left {
  height: 50px;
  width: 50px;
  display: flex;
  background: #294480;
  justify-content: center;
  align-items: center;
}
section#quick-links div.anchor-container .controls .right:after, section#quick-links div.anchor-container .controls .left:after {
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  color: rgb(255, 210, 21);
  width: 2.25rem;
}

section {
  background-color: white;
  padding: 4rem 0 2rem;
  /**
   * MARGIN FIX
   * Each component in the section has a wrapper component.
   * That wrapper component has no margin.
   * But the first child in wrapper *does* have a top margin.
   * I need to make sure the first child does not have a top margin.
   * This keeps padding uniform from one section to the next.
  **/
}
section.alt {
  background: #F5F5F5;
  padding: 4rem 0 4.5rem;
}
section.alt a {
  color: rgb(249, 170, 13);
}
section.alt a:hover {
  color: #294480;
}
section > *:first-child > *:first-child {
  margin-top: 0;
}
section + section {
  padding-top: 1rem;
}
section + section.alt {
  padding-top: 4rem;
  margin-top: 2rem;
}
section a.anchor {
  visibility: hidden;
  display: block;
  position: relative;
  top: -120px;
}

/**
 * Increase bottom padding on the *last* section in a page.
 * The "main" element wraps around page content.
 * Targeting "main" helps us avoid accidentally targeting any
 * sections in the site footer.
**/
main > section:last-of-type {
  padding-bottom: 6.5rem;
}

@media (min-width: 800px) {
  footer.site-footer .col.col-one {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 1000px) {
  footer.site-footer .col.col-one {
    grid-column: 1/span 4;
  }
}

footer.site-footer .col.col-two .sibling-logos-links {
  margin-top: 2rem;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
footer.site-footer .col.col-two .sibling-logos-links:after {
  clear: both;
  display: table;
  content: "";
}
footer.site-footer .col.col-two .sibling-logos-links .sibling-logo {
  float: left;
  border-right: solid 1px white;
  padding-right: 1rem;
}
footer.site-footer .col.col-two .sibling-logos-links .sibling-logo a.logo {
  margin-top: 0;
}
footer.site-footer .col.col-two .sibling-logos-links .sibling-links {
  float: left;
  list-style-type: none;
  font-size: 20px;
  text-align: left;
  padding: 0 0 0 1rem;
}
footer.site-footer .col.col-two .sibling-logos-links .sibling-links li {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
footer.site-footer .col.col-two .sibling-logos-links .sibling-links li a {
  color: white;
}
footer.site-footer .col.col-two .sibling-logos-links .sibling-links li a:hover, footer.site-footer .col.col-two .sibling-logos-links .sibling-links li a:active, footer.site-footer .col.col-two .sibling-logos-links .sibling-links li a:focus {
  color: rgb(249, 170, 13);
}
@media (min-width: 800px) {
  footer.site-footer .col.col-two {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (min-width: 1000px) {
  footer.site-footer .col.col-two {
    grid-column: 5/span 4;
    grid-row: 1;
  }
}

footer.site-footer .col.col-three a.button.social {
  display: flex;
  height: 50px;
  align-content: center;
  flex-flow: row nowrap;
  padding: 24px 0 24px 24px;
  font-size: 0.875em;
  line-height: 157%;
  font-style: italic;
  letter-spacing: 0.15px;
  margin-bottom: 0;
  margin-top: 0.5rem;
  text-transform: none;
  color: white;
  font-weight: normal;
  margin-top: 0;
}
footer.site-footer .col.col-three a.button.social:after {
  content: none;
}
footer.site-footer .col.col-three a.button.social:hover .icon, footer.site-footer .col.col-three a.button.social:active .icon, footer.site-footer .col.col-three a.button.social:focus .icon {
  background: white;
  color: #294480;
  transition: 0.3s linear all;
}
footer.site-footer .col.col-three a.button.social + a.button.social {
  margin-top: 1.25rem;
}
footer.site-footer .col.col-three a.button.social .icon {
  width: 50px;
  height: 50px;
  border-left: solid 1px white;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  font-size: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(249, 170, 13);
  color: white;
}
@media (min-width: 600px) {
  footer.site-footer .col.col-three a.button.social {
    width: 75%;
  }
}
@media (min-width: 800px) {
  footer.site-footer .col.col-three {
    grid-column: 2;
    grid-row: 1;
  }
  footer.site-footer .col.col-three a.button.social {
    width: 100%;
    margin-top: 1.25rem;
  }
}
@media (min-width: 1000px) {
  footer.site-footer .col.col-three {
    grid-column: 9/span 4;
  }
  footer.site-footer .col.col-three a.button.social {
    padding-left: 12px;
  }
}
@media (min-width: 1200px) {
  footer.site-footer .col.col-three {
    grid-column: 10/span 3;
  }
}

footer.site-footer {
  background: #294480;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer.site-footer .footer-wrap {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-bottom: 4rem;
}
@media (min-width: 600px) {
  footer.site-footer .footer-wrap {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  footer.site-footer .footer-wrap {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  footer.site-footer .footer-wrap {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  footer.site-footer .footer-wrap {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  footer.site-footer .footer-wrap {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer.site-footer .footer-wrap .col {
  padding-top: 4rem;
}
footer.site-footer .footer-wrap .col > *:first-child {
  margin-top: 0;
}
footer.site-footer .footer-wrap .col a.logo {
  display: block;
  margin-top: 2rem;
}
footer.site-footer .footer-wrap .col a.logo img {
  display: block;
  width: 150px;
  height: auto;
}
@media (min-width: 800px) {
  footer.site-footer .footer-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 2rem;
  }
}
@media (min-width: 1000px) {
  footer.site-footer .footer-wrap {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
  }
}

footer.copyright {
  font-size: 0.8125rem;
  letter-spacing: 0.15px;
  line-height: 154%;
  font-style: normal;
  font-weight: normal;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000222;
  margin-top: 0.25rem;
}
footer.copyright a {
  color: white;
}
footer.copyright .footer-wrap {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 600px) {
  footer.copyright .footer-wrap {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  footer.copyright .footer-wrap {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  footer.copyright .footer-wrap {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  footer.copyright .footer-wrap {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  footer.copyright .footer-wrap {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer.copyright .footer-wrap #copyright-menu {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer.copyright .footer-wrap #copyright-menu li {
  display: inline-block;
}
footer.copyright .footer-wrap #copyright-menu li:after {
  content: " | ";
}
footer.copyright .footer-wrap #copyright-menu li:last-of-type:after {
  content: none;
}
footer.copyright .footer-wrap .copyright-status {
  margin: 0.25rem 0 0;
  text-align: center;
}
@media (min-width: 600px) {
  footer.copyright .footer-wrap:after {
    clear: both;
    content: "";
    display: table;
  }
  footer.copyright .footer-wrap #copyright-menu {
    float: left;
    width: 50%;
    text-align: left;
  }
  footer.copyright .footer-wrap .copyright-status {
    float: right;
    width: 50%;
    margin-top: 0;
    text-align: right;
  }
}

section.team {
  padding: 4rem 0 2rem;
}
section.team .team-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 600px) {
  section.team .team-wrapper {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  section.team .team-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  section.team .team-wrapper {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  section.team .team-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  section.team .team-wrapper {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
section.team .team-wrapper h2.team-header {
  text-align: center;
}
section.team .team-wrapper .team-member {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px #E8E8E8;
}
section.team .team-wrapper .team-member .info {
  text-align: center;
}
section.team .team-wrapper .team-member .info .headshot {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  object-fit: contain;
  overflow: hidden;
}
section.team .team-wrapper .team-member .info .headshot img {
  width: 100px;
  height: auto;
  display: block;
}
@media (min-width: 1000px) {
  section.team .team-member {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
  section.team .team-member .info {
    width: 24%;
  }
  section.team .team-member .bio {
    width: 73%;
  }
  section.team .team-member .bio *:first-child {
    margin-top: 0;
  }
}

section.contacts {
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 3rem;
}
@media (min-width: 600px) {
  section.contacts {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  section.contacts {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  section.contacts {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  section.contacts {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  section.contacts {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
section.contacts hr {
  margin: 0 0 4.5rem;
  border: 1px solid #e8e8e8;
}
section.contacts ul.contacts-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.contacts ul.contacts-list li {
  margin: 1.5rem 0 0;
}
section.contacts ul.contacts-list li h3 {
  margin-top: 0;
}
section.contacts ul.contacts-list li .contact-info p {
  margin-top: 0;
}
@media (min-width: 1000px) {
  section.contacts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  section.contacts hr {
    width: 100%;
  }
  section.contacts .contacts-intro {
    width: 33.6%;
  }
  section.contacts .contacts-list {
    width: 62.5%;
  }
}

.banner {
  padding: 2rem 0;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 600px) {
  .banner {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .banner {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .banner {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .banner {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .banner {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner .banner-image {
  display: block;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px 0 0 0;
}
.banner .banner-text {
  background: rgba(255, 210, 21, 0.75);
  padding: 0 24px;
  padding-top: 1px;
  padding-bottom: 24px;
}
.banner .banner-text a.button {
  color: #294480;
}
.banner .banner-text a.button:hover {
  color: rgb(249, 170, 13);
}
@media (min-width: 900px) {
  .banner {
    display: flex;
    flex-flow: row nowrap;
  }
  .banner .banner-image {
    width: 50%;
    height: auto;
  }
  .banner .banner-text {
    width: 50%;
    padding: 50px 24px;
  }
}

.front {
  background-color: #F5F5F5;
}
.front .banner {
  padding: 2rem 0;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 600px) {
  .front .banner {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .front .banner {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .front .banner {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .front .banner {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .front .banner {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.front .banner .banner-text {
  background: #294480;
}
.front .banner .banner-text p.h2 {
  color: white;
}
.front .banner .banner-text a.button {
  color: white;
}
.front .banner .banner-text a.button:hover {
  color: rgb(249, 170, 13);
}
.front .cta {
  background-color: white;
  margin-top: 5rem;
}

.resource-content {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 1000px) {
  .resource-content {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  .resource-content {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .resource-content {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .resource-content {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .resource-content {
    padding-right: 0;
  }
}

.blog-content {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (min-width: 600px) {
  .blog-content {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .blog-content {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .blog-content {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .blog-content {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .blog-content {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-content h1 {
  text-align: center;
}
.blog-content .date {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 144%;
  letter-spacing: 2px;
  color: #000222;
  text-transform: uppercase;
  font-weight: 600;
}

.feat-image {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .feat-image {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .feat-image {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .feat-image {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .feat-image {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .feat-image {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.feat-image + .blog-content {
  margin-top: 2rem;
}
.feat-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

footer.categories {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
  font-size: 0.75rem;
  line-height: 175%;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  footer.categories {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  footer.categories {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  footer.categories {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  footer.categories {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  footer.categories {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
footer.categories .cat-list {
  margin-top: 10px;
}

.nav-links {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 6rem;
  font-size: 1rem;
  line-height: 162%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 600px) {
  .nav-links {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .nav-links {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .nav-links {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .nav-links {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .nav-links {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

main.blog-index .blog-loop {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 6rem;
}
@media (min-width: 1000px) {
  main.blog-index .blog-loop {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  main.blog-index .blog-loop {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  main.blog-index .blog-loop {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  main.blog-index .blog-loop {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  main.blog-index .blog-loop {
    padding-right: 0;
  }
}
main.blog-index .blog-loop article.post {
  margin-top: 5rem;
}
main.blog-index .blog-loop article.post .image-link {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
main.blog-index .blog-loop article.post .image-link .feat-image {
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 0;
  transition: 0.3s linear transform;
  transform: scale(1);
}
main.blog-index .blog-loop article.post .image-link:active .feat-image, main.blog-index .blog-loop article.post .image-link:hover .feat-image, main.blog-index .blog-loop article.post .image-link:focus .feat-image {
  transform: scale(1.1);
}
main.blog-index .blog-loop article.post .cat {
  background: rgb(249, 170, 13);
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.5rem;
  display: block;
}
main.blog-index .blog-loop article.post .cat:hover, main.blog-index .blog-loop article.post .cat:focus, main.blog-index .blog-loop article.post .cat:active {
  background: #294480;
}
main.blog-index .blog-loop article.post .details {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
main.blog-index .blog-loop article.post .details .date {
  display: block;
  margin-top: 1rem;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #294480;
}
main.blog-index .blog-loop article.post .details h2.post-title {
  margin-top: 0.5rem;
  color: #294480;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 127%;
  letter-spacing: 0.15px;
}
main.blog-index .blog-loop article.post .details h2.post-title a {
  color: inherit;
}
@media (min-width: 600px) {
  main.blog-index .blog-loop {
    display: flex;
    flex-flow: row wrap;
  }
  main.blog-index .blog-loop article.post {
    width: 50%;
  }
  main.blog-index .blog-loop article.post:nth-of-type(even) {
    padding-left: 10px;
  }
  main.blog-index .blog-loop article.post:nth-of-type(odd) {
    padding-right: 10px;
  }
}
@media (min-width: 1000px) {
  main.blog-index .blog-loop article.post {
    width: 33.333%;
  }
  main.blog-index .blog-loop article.post:nth-of-type(3n + 1) {
    padding-right: 10px;
    padding-left: 0;
  }
  main.blog-index .blog-loop article.post:nth-of-type(3n + 2) {
    padding-right: 5px;
    padding-left: 5px;
  }
  main.blog-index .blog-loop article.post:nth-of-type(3n + 3) {
    padding-left: 10px;
    padding-right: 0;
  }
  main.blog-index .blog-loop article.post .details, main.blog-index .blog-loop article.post .cat {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.sticky-post {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 3rem;
}
@media (min-width: 600px) {
  .sticky-post {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .sticky-post {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .sticky-post {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .sticky-post {
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .sticky-post {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sticky-post .image-link {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 60px 0 0 0;
}
.sticky-post .image-link .feat-image {
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 0;
  transition: 0.3s linear transform;
  transform: scale(1);
}
.sticky-post .image-link:active .feat-image, .sticky-post .image-link:hover .feat-image, .sticky-post .image-link:focus .feat-image {
  transform: scale(1.1);
}
.sticky-post .cat {
  background: rgb(249, 170, 13);
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  display: block;
}
.sticky-post .cat:hover, .sticky-post .cat:focus, .sticky-post .cat:active {
  background: #294480;
}
.sticky-post .details {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: rgba(255, 210, 21, 0.75);
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.sticky-post .details .date {
  display: block;
  margin-top: 1rem;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #294480;
}
.sticky-post .details h2.post-title {
  margin-top: 0.5rem;
  color: #294480;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 127%;
  letter-spacing: 0.15px;
}
.sticky-post .details h2.post-title a {
  color: inherit;
}
@media (min-width: 600px) {
  .sticky-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .sticky-post .image-link {
    grid-column: 1;
    grid-row: 1/span 2;
    height: 100%;
  }
  .sticky-post .image-link .feat-image {
    height: 100%;
  }
  .sticky-post .cat {
    grid-column: 2;
    grid-row: 1;
  }
  .sticky-post .details {
    grid-column: 2;
    grid-row: 2;
  }
}

.not-found {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-top: 200px;
  padding-bottom: 400px;
  text-align: center;
}
@media (min-width: 1000px) {
  .not-found {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  .not-found {
    padding-left: 56px;
  }
}
@media (min-width: 1000px) {
  .not-found {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .not-found {
    padding-right: 56px;
  }
}
@media (min-width: 1000px) {
  .not-found {
    padding-right: 0;
  }
}
