/*
  Modern CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  height: auto;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #fff;
}

::selection {
  background: #4ABCFF;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Geist", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-display: swap;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

div.facetwp-facet {
  margin: 0;
}
div.facetwp-facet input, div.facetwp-facet select {
  border: 2px solid #f2f2f2;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  width: 100%;
  height: 44px;
  transition: all 0.25s ease;
  -webkit-appearance: none;
}
div.facetwp-facet input:focus, div.facetwp-facet select:focus {
  outline: 0;
  background-color: #f2f2f2;
}
div.facetwp-facet select, div.facetwp-facet input::placeholder {
  font-size: 0.9375rem;
  color: #cccccc;
  letter-spacing: 0.45px;
}
div.facetwp-facet.facetwp-type-pager {
  margin: 4.5rem 0 0;
  display: flex;
  justify-content: center;
}
div.facetwp-facet.facetwp-type-pager button.facetwp-load-more.facetwpwp-hidden {
  display: none !important;
}
div.facetwp-facet.facetwp-type-pager .facetwp-input-wrap {
  display: block;
  width: 100%;
  position: relative;
}
div.facetwp-facet.facetwp-facet-search {
  position: relative;
}
div.facetwp-facet.facetwp-facet-search span.facetwp-input-wrap {
  width: 100%;
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon {
  position: absolute;
  right: 1rem;
  top: 0.66rem;
  opacity: 1;
  font-size: 1.125rem;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon.f-loading:before {
  animation: rotation 2s infinite linear !important;
  content: "\f110";
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon:before {
  transition: all 250ms ease-in-out;
  content: "\f002";
  font: var(--fa-font-solid);
  display: none;
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon svg {
  color: #4ABCFF;
}
div.facetwp-facet.facetwp-facet-search input {
  border-radius: 24px;
}
div.facetwp-facet.facetwp-type-dropdown {
  -webkit-font-smoothing: antialiased;
  position: relative;
}
div.facetwp-facet.facetwp-type-dropdown:after {
  transition: all 250ms ease-in-out;
  color: #cccccc;
  content: "\f0d7";
  font: var(--fa-font-solid);
  display: none;
}
div.facetwp-facet.facetwp-type-dropdown svg {
  color: #cccccc;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  pointer-events: none;
}

p + .facetwp-facet {
  margin-top: -12px;
}

@media (min-width: 768px) {
  ul.uagb-tabs__panel {
    min-width: 45% !important;
    max-width: 45% !important;
  }
}

.uagb-tab {
  border-bottom: none !important;
  border-top: 1px solid #fff !important;
  margin: 0 !important;
  padding: 1rem 0;
}
.uagb-tab.uagb-tabs__active {
  border-top: 1px solid #4ABCFF !important;
}
.uagb-tab.uagb-tabs__active svg {
  color: #4ABCFF;
  transform: rotate(45deg);
}
.uagb-tab a {
  align-items: center;
  display: flex;
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 400 !important;
  line-height: 1.4;
  padding-left: 0 !important;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.uagb-tab a:hover {
  color: #4ABCFF !important;
}
.uagb-tab a::after {
  content: "+";
  display: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.uagb-tab a svg {
  color: #fff;
  margin-left: auto;
  transition: all 0.25s ease-out;
}
.uagb-tab .uagb-tabs__icon {
  color: #fff !important;
  margin-left: auto !important;
}
.uagb-tab .uagb-tabs__icon svg {
  color: #fff !important;
}

.uagb-tabs__body-wrap {
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .uagb-tabs__body-container {
    padding-left: 3rem !important;
    padding-top: 0 !important;
  }
}

body.login {
  background: #00153E;
  color: #00153E;
}
body.login div#login h1 a {
  background: url("/wp-content/themes/ristretto/img/wp-login-logo-ristretto.png") no-repeat 0 0;
  background-size: contain;
  color: #00153E;
  margin: 0 0 0 23px;
  width: 274px;
}
body.login .button-primary {
  background: #4ABCFF;
  border-color: #4ABCFF;
  color: #00153E;
}
body.login .button-primary:hover, body.login .button-primary:focus, body.login .button-primary:active {
  background: transparent;
  border-color: #4ABCFF;
  color: #00153E;
}
body.login #nav a, body.login #backtoblog a {
  color: #fff;
}
body.login #nav a:hover, body.login #nav a:focus, body.login #nav a:active, body.login #backtoblog a:hover, body.login #backtoblog a:focus, body.login #backtoblog a:active {
  color: #fff;
}

.menu-button {
  margin-left: auto;
  margin-right: 1rem;
  top: 24px;
}
@media (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
.menu-button .menu-toggle {
  background: transparent;
  border: none;
  display: block;
  height: 48px;
  padding-left: 14px;
  position: relative;
  text-align: left;
  width: 48px;
  transition: all 0.25s ease-out;
  z-index: 100;
  top: -8px;
}
.menu-button .menu-toggle:hover, .menu-button .menu-toggle:active, .menu-button .menu-toggle:focus {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  outline: none;
}
.menu-button .menu-toggle .menu-button {
  transform: translateY(-1px);
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  background: #fff;
  content: "";
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}
.menu-button .menu-toggle .menu-button:before {
  top: -7px;
}
.menu-button .menu-toggle .menu-button:after {
  bottom: -7px;
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  transition: all 0.25s ease-out;
}
.menu-button .menu-toggle.active .menu-button {
  background-color: transparent;
}
.menu-button .menu-toggle.active .menu-button:before, .menu-button .menu-toggle.active .menu-button:after {
  top: 0;
}
.menu-button .menu-toggle.active .menu-button:before {
  transform: rotate(45deg);
}
.menu-button .menu-toggle.active .menu-button:after {
  transform: rotate(-45deg);
}

.post-nav {
  border-top: 1px solid #f2f2f2;
  font-family: "Geist", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-top: 3rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.post-nav::after {
  clear: both;
  content: "";
  display: block;
}
.post-nav a {
  border: none;
  font-family: "Geist", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-nav .previous-post {
  float: left;
}
.post-nav .next-post {
  float: right;
}
.post-nav .fa {
  color: #4ABCFF;
  position: relative;
  top: 0px;
  right: -2px;
}
.post-nav .fa.fa-caret-left {
  right: 0;
  left: -2px;
}

form.searchform {
  transition: all 250ms ease-in-out;
  padding: 0 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  form.searchform {
    border: 1px solid transparent;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    max-height: 0;
  }
  form.searchform.search-open {
    max-height: 50px;
    top: calc(100% + 1rem);
  }
}
form.searchform svg {
  display: none;
}
form.searchform:before {
  content: "\f002";
  font: var(--fa-font-solid);
  color: #fff;
  position: absolute;
  left: 2.375rem;
  top: 0.625rem;
  font-size: 0.875rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  form.searchform:before {
    left: 0.75rem;
    top: 0.59375rem;
  }
}
form.searchform input.search-input {
  transition: all 250ms ease-in-out;
  background: transparent;
  border-radius: 1.5rem;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Geist", Helvetica, Arial, sans-serif;
  letter-spacing: 0.7px;
  padding: 0.25rem 2.25rem;
}
@media (min-width: 768px) {
  form.searchform input.search-input {
    padding: 0.25rem 0 0.25rem 2rem;
    background-color: rgba(89, 154, 255, 0.3);
    width: 330px;
  }
}
form.searchform input.search-input:focus {
  border: 1px solid #4ABCFF;
  outline: 0;
}
form.searchform #search-close {
  display: none;
}

.social-sharing {
  display: flex;
  gap: 1rem;
}
.social-sharing a {
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.social-sharing a:hover {
  margin-top: -2px;
}
.social-sharing a path {
  color: #fff;
}

.wp-block-embed {
  clear: both;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

* {
  scroll-margin-top: 160px;
}

.r-editor-note {
  display: none;
}

.visually-hidden {
  background-color: #767676;
  font-family: "Geist", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 0.125rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  border-bottom: 1px solid #fff;
}
.visually-hidden:focus {
  height: auto;
  width: 100%;
  position: static;
  margin: auto;
  color: #fff;
}

.is-style-eyebrow a {
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.is-style-eyebrow a:hover {
  color: #4ABCFF;
}
.is-style-eyebrow + p, .is-style-eyebrow + h2 {
  margin-top: 0;
}

.has-24-font-size {
  line-height: 1.4;
}

/* Gravity Forms */
.gform_required_legend {
  display: none;
}

.gfield_required {
  color: #4ABCFF;
}

.gform_validation_errors {
  border-color: #4ABCFF !important;
}

.gform-icon.gform-icon--circle-error {
  border-color: #4ABCFF !important;
  color: #4ABCFF !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: #4ABCFF;
}

.validation_message {
  color: #4ABCFF !important;
}

.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-color: #4ABCFF !important;
}

.gform-theme--foundation .gform_fields {
  row-gap: 1.5rem !important;
}

label.gfield_label {
  font-family: "Geist Mono", Helvetica, Arial, sans-serif !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
}

.gform_button {
  border-radius: 6px !important;
  color: #040926;
  font-family: "Geist Mono", Helvetica, Arial, sans-serif !important;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px !important;
  padding: 1rem 2.5rem !important;
  text-transform: uppercase !important;
}

footer.body--footer {
  background: #092357;
  padding: 1rem;
  margin-top: auto;
}
footer.body--footer::after {
  clear: both;
  content: "";
  display: block;
}
footer.body--footer .footer-top {
  padding: 1rem 0;
}
@media (min-width: 580px) {
  footer.body--footer .footer-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
footer.body--footer .footer-top a {
  color: #fff;
  font-family: "Geist Mono", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
footer.body--footer .footer-logo {
  display: block;
  max-width: 240px;
  margin-bottom: 1.5rem;
}
@media (min-width: 580px) {
  footer.body--footer .footer-logo {
    margin-bottom: 0;
  }
}
footer.body--footer .footer-nav-arrow a {
  color: #4ABCFF;
  transition: all 0.25s ease-out;
}
footer.body--footer .footer-nav-arrow a:hover {
  color: #fff;
}
footer.body--footer .copyright {
  color: #FFF;
  font-family: "Geist Mono", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

header.body--header {
  left: 0;
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0);
  transition: all 0.25s ease-out;
  width: 100%;
  z-index: 1000;
}
header.body--header::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  header.body--header {
    background: rgba(0, 21, 62, 0.9);
    padding: 0 !important;
  }
}
header.body--header.stuck {
  background: rgba(0, 21, 62, 0.9);
  border-bottom: 1px solid rgba(32, 87, 194, 0.25);
}
header.body--header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  header.body--header .inner {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
header.body--header .logo {
  max-width: 195px;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  header.body--header .logo {
    padding: 0 1rem;
  }
}
header.body--header nav.nav--primary {
  background: rgba(12, 39, 95, 0.5);
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease-out;
  width: 100%;
}
@media (min-width: 768px) {
  header.body--header nav.nav--primary {
    background: transparent;
    max-height: 400px;
  }
}
header.body--header nav.nav--primary.open {
  max-height: 400px;
}
@media (max-width: 767px) {
  header.body--header nav.nav--primary ul.menu {
    padding: 1rem;
  }
}
@media (min-width: 580px) {
  header.body--header nav.nav--primary ul.menu {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  header.body--header nav.nav--primary ul.menu {
    justify-self: flex-end;
    margin-left: auto;
    max-width: 580px;
  }
}
header.body--header nav.nav--primary ul.menu li {
  font-family: "Geist", Helvetica, Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 3%;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header.body--header nav.nav--primary ul.menu li {
    padding-right: 2rem;
  }
}
header.body--header nav.nav--primary ul.menu li a {
  color: #fff;
  display: block;
  font-family: "Geist Mono", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 1rem 0;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
header.body--header nav.nav--primary ul.menu li a:hover, header.body--header nav.nav--primary ul.menu li a:active {
  color: #4ABCFF;
}
header.body--header nav.nav--primary ul.menu li a .fa-arrow-up-right {
  color: #7CCFFF;
}
body.error404 {
  background-color: rgba(38, 76, 136, 0.9);
  position: relative;
}
body.error404:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 185px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: right bottom;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
}
body.error404 .error-content {
  background: rgba(12, 39, 95, 0.9);
  border-radius: 10px;
  margin-top: 12rem;
  padding: 4rem 3rem;
  position: relative;
  z-index: 10;
}
body.error404 .error-content h1 {
  color: #fff;
  margin-bottom: 3rem;
}
body.error404 .error-content p {
  font-size: 1.375rem;
  color: #fff;
}
body.error404 .error-content .wp-block-button {
  background: #4ABCFF;
  border: 2px solid #4ABCFF;
  border-radius: 6px !important;
  color: #040926;
  display: inline-block;
  font-family: "Geist Mono", Helvetica, Arial, sans-serif !important;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px !important;
  margin-top: 1.5rem;
  padding: 1rem 2.5rem !important;
  text-decoration: none;
  text-transform: uppercase !important;
  transition: all 0.25s ease-out;
}
body.error404 .error-content .wp-block-button:hover {
  background: transparent;
  color: #4ABCFF;
}

body.home h1 {
  padding-top: clamp(8rem, 15vw, 15vw);
}
body.home .services-grid {
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr;
  margin: 3rem auto !important;
}
@media (min-width: 768px) {
  body.home .services-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body.home .services-grid > div {
  background: transparent;
  box-shadow: 0 0 0 1px #fff;
  transition: all 0.25s ease-out;
}
body.home .services-grid > div:hover {
  background: rgba(0, 38, 99, 0.8);
}
body.home .button-arrow-up-right a::after {
  content: "\e09f";
  display: none;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
}
body.home .button-arrow-up-right a svg {
  color: #4ABCFF;
  font-size: 1.125rem;
  margin-left: 0.5rem;
  position: relative;
  top: 2px;
}
body.home .tabs {
  position: relative;
}
@media (max-width: 767px) {
  body.home .tabs {
    height: auto !important;
  }
  body.home .tabs .wp-block-details[open] + .wp-block-details summary {
    border-top: none !important;
  }
}
@media (min-width: 1024px) {
  body.home .tabs {
    min-height: 680px;
  }
}
body.home .tabs .wp-block-details {
  margin-block-start: 0 !important;
}
body.home .tabs .wp-block-details[open] summary {
  border-top: 1px solid #4ABCFF;
  color: #4ABCFF;
}
body.home .tabs .wp-block-details[open] > .wp-block-group {
  opacity: 1;
}
body.home .tabs summary {
  border-top: 1px solid #fff;
  align-items: center;
  display: flex;
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 400 !important;
  line-height: 1.4;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
body.home .tabs .tab {
  margin-block-start: 0 !important;
}
@media screen and (min-width: 680px) {
  body.home .tabs .wp-block-details summary {
    width: 45%;
  }
  body.home .tabs .wp-block-details .tab {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    transition: all 0.5s ease-out;
  }
}

body.search .search-background {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.search .search-background::before {
  background-color: #202F65 !important;
  mix-blend-mode: multiply;
  opacity: 0.85 !important;
  content: " ";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.search .search-background picture {
  height: 100%;
  width: 100%;
}
body.search .search-background picture img {
  object-position: center right;
  width: 100%;
  height: 100%;
  filter: sepia(100%);
}
body.search .search-intro {
  display: grid;
  gap: 1rem;
  margin: 16rem 0 5rem;
}
body.search .search-intro h1 {
  color: #fff;
}
body.search .search-intro p {
  color: #fff;
  text-transform: uppercase;
  font-family: "Geist", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
body.search .search-intro .search-page-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
  max-width: 58rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input {
  font-size: 1rem;
  color: #818181;
  letter-spacing: 0.16px;
  border: 2px solid transparent;
  padding-left: 1.5rem;
  height: 44px !important;
  width: 100%;
}
body.search .search-intro .search-page-search-form input.search-bar-input::placeholder {
  font-family: "Geist", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 300;
  font-size: 1.0625rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input:focus {
  outline: none;
}
body.search .search-intro .search-page-search-form input.search-submit {
  font-family: "Geist", Helvetica, Arial, sans-serif;
  height: 100%;
  border: 0;
  font-size: 0.8125rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 1.6rem;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 250ms ease-in-out;
}
body.search .search-intro .search-page-search-form input.search-submit:hover {
  filter: brightness(110%);
}
body.search .search-result {
  background: #fff;
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
  max-width: 58rem;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
}
@media (min-width: 768px) {
  body.search .search-result {
    padding: 2.5rem 2.1875rem;
  }
}
body.search .search-result .post-type {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
body.search .search-result a {
  text-decoration: none;
}
body.search .search-result h2 {
  font-size: 22px;
  margin-bottom: 1rem;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
@media (min-width: 320px) {
  body.search .search-result h2 {
    font-size: calc(22px + 4 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  body.search .search-result h2 {
    font-size: 26px;
  }
}
body.search .search-result .excerpt {
  font-size: 1.25rem;
}
body.search nav.single-post-nav {
  display: flex;
  justify-content: space-between;
  max-width: 58rem;
  margin: 2rem 0;
}
body.search nav.single-post-nav a {
  color: #fff;
  font-family: "Geist", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
body.search nav.single-post-nav a svg {
  transition: all 250ms ease-in-out;
  position: relative;
  right: 0;
}
body.search nav.single-post-nav .previous-post:hover svg {
  right: 2px;
}
body.search nav.single-post-nav .next-post:hover svg {
  right: -2px;
}
