/* Settings */ /* Font families */
/* Font sizes */
/* Font weights */
/* Spacing */
/* Colors */
/* Breakpoints */
/* Position */
/* Layout */
/* Flex */
/* Grid */
/* Contain */
/* Highlight */
/* WordPress text colors */
.has-text-color.has-alice-color {
  color: #EFF4F8;
}
.has-text-color.has-ship-cove-color {
  color: #8495b2;
}
.has-text-color.has-malibu-color {
  color: #64BCE1;
}
.has-text-color.has-resolution-color {
  color: #2C4577;
}
.has-text-color.has-charcoal-color {
  color: #212529;
}
.has-text-color.has-snow-color {
  color: #F9F9F9;
}
.has-text-color.has-white-smoke-color {
  color: #F1F1F1;
}
.has-text-color.has-gainsboro-color {
  color: #DFDFDF;
}
.has-text-color.has-matterhorn-color {
  color: #505050;
}

/* WordPress background colors */
.has-background.has-alice-background-color {
  background-color: #EFF4F8;
}
.has-background.has-ship-cove-background-color {
  background-color: #8495b2;
}
.has-background.has-malibu-background-color {
  background-color: #64BCE1;
}
.has-background.has-resolution-background-color {
  background-color: #2C4577;
}
.has-background.has-charcoal-background-color {
  background-color: #212529;
}
.has-background.has-snow-background-color {
  background-color: #F9F9F9;
}
.has-background.has-white-smoke-background-color {
  background-color: #F1F1F1;
}
.has-background.has-gainsboro-background-color {
  background-color: #DFDFDF;
}
.has-background.has-matterhorn-background-color {
  background-color: #505050;
}

/* Structure */
.show-2xl, .show-xl, .show-lg, .show-base, .show-md, .show-sm, .show-xs {
  display: none;
}

@media (max-width: 1400px) {
  .show-2xl {
    display: block;
  }
}
@media (max-width: 1200px) {
  .show-xl {
    display: block;
  }
}
@media (max-width: 950px) {
  .show-lg {
    display: block;
  }
}
@media (max-width: 780px) {
  .show-base {
    display: block;
  }
}
@media (max-width: 740px) {
  .show-md {
    display: block;
  }
}
@media (max-width: 600px) {
  .show-sm {
    display: block;
  }
}
@media (max-width: 440px) {
  .show-xs {
    display: block;
  }
}
p,
a,
label,
input,
select {
  font-family: "proxima-nova", sans-serif;
}
p.header,
a.header,
label.header,
input.header,
select.header {
  font-family: "sofia-pro", sans-serif;
}
p.highlight,
a.highlight,
label.highlight,
input.highlight,
select.highlight {
  font-family: "plantin", serif;
}
@media (max-width: 950px) {
  p,
  a,
  label,
  input,
  select {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
}

p {
  line-height: 1.4;
  margin: 1rem 0;
}
p:last-of-type {
  margin-bottom: 0;
}
p.text-lg {
  font-size: 1.25rem;
}
p + .wp-block-buttons {
  margin-top: 1.5rem;
}
p a {
  color: currentColor;
  text-decoration: underline;
}

input {
  font-size: 1.25rem;
  text-align: left;
  padding: 0.75rem 1.25rem;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #2C4577;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}
h1.highlight, .h1.highlight, h2.highlight, .h2.highlight, h3.highlight, .h3.highlight, h4.highlight, .h4.highlight, h5.highlight, .h5.highlight, h6.highlight, .h6.highlight {
  font-family: "plantin", serif;
}

h1, .h1 {
  font-size: 3.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 950px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 1.25rem;
}

h2, .h2 {
  font-size: 2.75rem;
  margin-top: -6px;
}
h2 .underline, .h2 .underline {
  position: relative;
  display: inline-block;
  z-index: 9;
}
h2 .underline::before, .h2 .underline::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -0.25rem;
  height: 1.25rem;
  width: 0%;
  background-color: #64BCE1;
  transition: width 0.4s ease 0.4s;
}
h2 .underline.show::before, .h2 .underline.show::before {
  width: 100%;
}
@media (max-width: 950px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
  h2 .underline::before, .h2 .underline::before {
    bottom: 0;
    height: 14px;
  }
}

h3, .h3 {
  font-size: 2.25rem;
  margin-top: -8px;
}
@media (max-width: 950px) {
  h3, .h3 {
    font-size: 1.75rem;
    margin-top: -6px;
  }
}

h4, .h4 {
  font-size: 1.75rem;
}
@media (max-width: 950px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}
@media (max-width: 950px) {
  h5, .h5 {
    font-size: 1rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}
@media (max-width: 950px) {
  h6, .h6 {
    font-size: 18px;
  }
}

.sidebar-listings .content-card {
  display: none;
  margin-top: 18px;
  margin-left: 0;
}
.sidebar-listings .content-card:nth-of-type(1), .sidebar-listings .content-card:nth-of-type(2) {
  display: block;
}
.sidebar-listings .content-card [class*=post] a {
  padding-bottom: 20px;
}

.content-card {
  cursor: pointer;
  height: 100%;
  width: 200px;
  padding: 10px;
  margin-left: auto;
  margin-right: 0;
  border: 1px solid #DFDFDF;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.content-card:hover {
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5rem);
}
.content-card [class*=post] {
  height: 100%;
}
.content-card [class*=post].mediaalpha a {
  position: relative;
}
.content-card [class*=post].mediaalpha a::after {
  content: "Sponsored";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.7rem;
  text-align: center;
  padding: 2px 5px;
  margin-top: 0.25rem;
  background-color: #64BCE1;
  border-radius: 3px;
}
.content-card [class*=post].review a .image-wrapper__image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.content-card [class*=post] a {
  position: relative;
  display: block;
  height: calc(100% - 10px);
  padding-bottom: 10px;
}
.content-card [class*=post] a .image-wrapper {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 0.25rem;
}
.content-card [class*=post] a .image-wrapper__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.content-card [class*=post] a .h5 {
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0;
}
.content-card [class*=post] a .date {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #505050;
  font-size: 0.85rem;
  width: 100%;
}
@media (max-width: 520px) {
  .content-card {
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
  .content-card [class*=post] a {
    padding-bottom: 30px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 950px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Gravity Forms */
#site-cta .gform_wrapper#gform_wrapper_8 form .gform_body .gform_fields {
  justify-content: flex-end;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
#site-cta .gform_wrapper#gform_wrapper_8 form .gform_body .gform_fields .gfield input[type=text] {
  font-size: 1rem;
  height: 46px;
  width: 140px;
  padding: 0 1rem;
}
#site-cta .gform_wrapper#gform_wrapper_8 form .gform_body .gform_fields .gfield .wp-block-buttons .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  height: 46px;
  width: 120px;
  padding: 0 1rem;
  margin-left: 0.75rem;
  animation: pulseSmall 2s infinite;
}
#site-cta .gform_wrapper#gform_wrapper_8 form .gform_body .gform_fields .gfield .wp-block-buttons .wp-block-button__link:hover {
  animation: none;
}
#site-cta .gform_wrapper#gform_wrapper_8 form .gform_body .gform_fields .gfield p {
  display: none;
}

.gform_wrapper {
  width: 100%;
}
.gform_wrapper#gform_wrapper_5 {
  width: 100%;
  max-width: 350px;
  padding: 2.5rem;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 24px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #DFDFDF;
  border-radius: 6px;
}
@media (max-width: 520px) {
  .gform_wrapper#gform_wrapper_5 {
    padding: 2rem;
  }
}
.gform_wrapper#gform_wrapper_6 .gform_heading, .gform_wrapper#gform_wrapper_8 .gform_heading {
  display: none;
}
.gform_wrapper#gform_wrapper_6 form .gform_body .gform_fields, .gform_wrapper#gform_wrapper_8 form .gform_body .gform_fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  row-gap: 1rem;
  width: 100%;
  max-width: 356px;
}
.gform_wrapper#gform_wrapper_6 form .gform_body .gform_fields .gfield input[type=text], .gform_wrapper#gform_wrapper_8 form .gform_body .gform_fields .gfield input[type=text] {
  width: 180px;
}
.gform_wrapper#gform_wrapper_6 form .gform_body .gform_fields .gfield p, .gform_wrapper#gform_wrapper_8 form .gform_body .gform_fields .gfield p {
  color: #505050;
  font-size: 0.85rem;
  padding: 0;
  margin: 0;
}
.gform_wrapper#gform_wrapper_6 form .gform_body .gform_fields .gfield p a:hover, .gform_wrapper#gform_wrapper_8 form .gform_body .gform_fields .gfield p a:hover {
  color: #64BCE1;
}
@media (max-width: 600px) {
  .gform_wrapper#gform_wrapper_6 form .gform_body .gform_fields {
    flex-direction: column;
  }
  .gform_wrapper#gform_wrapper_6 form .gform_body .gform_fields .gfield {
    width: 100%;
    max-width: 250px;
  }
  .gform_wrapper#gform_wrapper_6 form .gform_body .gform_fields .gfield input[type=text] {
    width: 100%;
  }
  .gform_wrapper#gform_wrapper_6 form .gform_body .gform_fields .gfield .wp-block-buttons {
    width: 100%;
  }
  .gform_wrapper#gform_wrapper_6 form .gform_body .gform_fields .gfield .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  .gform_wrapper#gform_wrapper_6 form .gform_body .gform_fields .gfield .wp-block-buttons .wp-block-button__link {
    width: 100%;
  }
}
.gform_wrapper .gform_heading .gform_title {
  color: #2C4577;
}
.gform_wrapper .gform_heading .gform_description {
  display: block;
  color: #505050;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.gform_wrapper form .gform_body .gform_fields {
  grid-row-gap: 1rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-full {
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=text] {
  font-size: 1.25rem;
  text-align: left;
  height: 61px;
  width: 100%;
  padding: 0.75rem 1.25rem;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=text]:focus-visible {
  outline-color: #2C4577;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=text].invalid {
  color: #C02B0A;
  background-color: #FFF9F9;
  border-color: #C02B0A;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_submit__disclaimer {
  color: #505050;
  font-size: 0.85rem;
  width: 100%;
  max-width: 170px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_submit__disclaimer a {
  position: relative;
  color: #505050;
  text-decoration: underline;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_submit__disclaimer a:hover {
  color: #64BCE1;
}
@media (max-width: 520px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_submit {
    flex-direction: column;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_submit__disclaimer {
    order: 2;
    max-width: none;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_submit .wp-block-buttons {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_submit .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_submit .wp-block-buttons .wp-block-button__link {
    width: 100%;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .wp-block-buttons .wp-block-button__link {
  animation: pulseLarge 2s infinite;
}
.gform_wrapper form .gform_body .gform_fields .gfield .wp-block-buttons .wp-block-button__link:hover {
  animation: none;
  background-color: #F46036;
}
.gform_wrapper form .gform_footer {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.gform_wrapper .gform_validation_errors {
  display: none;
}

@keyframes pulseSmall {
  0% {
    box-shadow: 0 0 0 0 rgba(44, 69, 119, 0.5);
  }
  70% {
    box-shadow: 0 0 0 0.5rem rgba(44, 69, 119, 0);
  }
  100% {
    box-shadow: 0 0 0 rgba(44, 69, 119, 0);
  }
}
@keyframes pulseLarge {
  0% {
    box-shadow: 0 0 0 0 rgba(44, 69, 119, 0.5);
  }
  70% {
    box-shadow: 0 0 0 0.75rem rgba(44, 69, 119, 0);
  }
  100% {
    box-shadow: 0 0 0 rgba(44, 69, 119, 0);
  }
}
.cookie-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  left: 1rem;
  bottom: 1rem;
  flex-direction: column;
  width: calc(100% - 5rem);
  max-width: 300px;
  padding: 1.5rem;
  opacity: 0;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  transform: translateX(-100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cookie-disclaimer.show-disclaimer {
  opacity: 1;
  transform: translateX(0);
}
.cookie-disclaimer.above-banner {
  bottom: calc(105px + 1rem);
}
.cookie-disclaimer.banner-hidden {
  bottom: 1rem;
  transition: bottom 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.cookie-disclaimer img {
  max-width: 100px;
  margin-bottom: 1rem;
}
.cookie-disclaimer p {
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
}
.cookie-disclaimer p:not(.h5) {
  font-size: 0.85rem;
  margin: 0.75rem 0 1rem 0;
}
.cookie-disclaimer .wp-block-buttons {
  margin: 0;
}
.cookie-disclaimer .wp-block-buttons .wp-block-button__link {
  font-size: 1rem;
  background-color: #2C4577;
}
@media (max-width: 600px) {
  .cookie-disclaimer {
    border-radius: 0.5rem;
  }
}

.exit-intent {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  display: none;
  z-index: 999;
  background-color: #FFFFFF;
}
.exit-intent.show-exit-intent {
  display: flex;
}
.exit-intent__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  padding: 2px;
  border: 1px solid #2C4577;
  border-radius: 999px;
}
.exit-intent__close__image {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url(/wp-content/themes/quoteyeti/assets/img/close.svg);
          mask: url(/wp-content/themes/quoteyeti/assets/img/close.svg);
  background-color: #2C4577;
}
.exit-intent__close:hover {
  border-color: #F46036;
}
.exit-intent__close:hover .exit-intent__close__image {
  background-color: #F46036;
}
.exit-intent__inner {
  text-align: center;
  padding: 0 1.5rem;
}
.exit-intent__inner__intro {
  margin-top: -7rem;
  margin-bottom: 5rem;
}
.exit-intent__inner__intro .yeti-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
  height: 6rem;
  width: 6rem;
  margin-bottom: -3rem;
  overflow: hidden;
  background-color: #EFF4F8;
  border: 1px solid #DFDFDF;
  border-radius: 999px;
}
.exit-intent__inner__intro .yeti-wrapper img {
  height: 12rem;
  max-width: none;
  margin: -10px 0 0 -34px;
}
@media (max-width: 600px) {
  .exit-intent__inner__intro {
    margin-top: 2rem;
    border-bottom: none;
  }
}
.exit-intent__inner .wp-block-buttons {
  justify-content: center;
  margin-top: 3rem;
}

/* Templates */
.archive[class*=faq] .archive-alt .category-wrapper__inner__left {
  height: calc(100% - 20px);
}
.archive[class*=glossary] .archive-alt .category-wrapper__inner__left {
  height: calc(100% - 12px);
}
@media (max-width: 950px) {
  .archive #masthead {
    box-shadow: 1px 1px 24px 0 rgba(0, 0, 0, 0.1);
  }
}
.archive .archive-alt header .wp-block-cover {
  min-height: 560px;
  padding-bottom: 130px;
}
.archive .archive-alt header .wp-block-cover.yeti {
  overflow: hidden;
}
.archive .archive-alt header .wp-block-cover.yeti::before {
  content: "";
  position: absolute;
  z-index: 9;
  bottom: -120px;
  left: -4px;
  height: 280px;
  width: 100%;
  background-image: url(/wp-content/themes/quoteyeti/assets/img/yeti-hero.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.archive .archive-alt header .wp-block-cover__inner-container p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.archive .archive-alt .category-wrapper__inner {
  margin-top: 0;
}
.archive .archive-alt .category-wrapper__inner .glossary-terms__letter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  margin: 2.5rem 0 1.5rem 0;
  background-color: #EFF4F8;
  border-radius: 0.25rem;
}
.archive .archive-alt .category-wrapper__inner .glossary-terms__letter:first-of-type {
  margin-top: 0;
}
.archive .archive-alt .category-wrapper__inner .glossary-terms__letter h4 {
  line-height: 1;
  margin: 0 0 0.25rem 0;
}
.archive .archive-alt .category-wrapper__inner .glossary-terms__letter-terms__term {
  display: inline-block;
  color: #2C4577;
  line-height: 1;
  padding: 0.75rem 1rem;
  margin: 0 0.5rem 0.75rem 0;
  border: 1px solid #2C4577;
  border-radius: 0.25rem;
}
.archive .archive-alt .category-wrapper__inner .glossary-terms__letter-terms__term:hover {
  background-color: #EFF4F8;
}
.archive .archive-alt .category-wrapper__inner .faq-wrapper__faq:first-of-type .h4 {
  margin-top: 0;
}
.archive .archive-alt .category-wrapper__inner .faq-wrapper__faq .h4 {
  margin-top: 3rem;
}
.archive .archive-alt .category-wrapper__inner .faq-wrapper__faq a {
  color: #2C4577;
}
.archive .archive-alt .category-wrapper__inner .faq-wrapper__faq a:hover {
  text-decoration: underline;
}
.archive .archive-alt .category-wrapper__inner .faq-wrapper__faq p a {
  color: #64BCE1;
  text-decoration: none;
}
.archive .page-header {
  height: calc(100vh - 68px);
  margin-top: 68px;
}
.archive .page-header .wp-block-cover {
  height: 100%;
}
@media (max-width: 950px) {
  .archive .page-header {
    display: none;
  }
}
.archive h1 {
  text-align: center;
  margin-bottom: 0;
}
.archive h1 + p {
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 950px) {
  .archive h1 + p {
    font-size: 18px;
  }
}
.archive .category-wrapper .wp-block-group__inner-container {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.archive .category-wrapper__inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: flex-start;
  grid-template-columns: auto 980px;
  -moz-column-gap: 0;
       column-gap: 0;
  margin-top: 3rem;
}
.archive .category-wrapper__inner__left {
  height: calc(100% + 22px);
  width: 230px;
}
.archive .category-wrapper__inner__left .category-filter {
  position: sticky;
  top: 2rem;
  margin: 0;
  transition: top 0.2s linear;
}
.archive .category-wrapper__inner__left .category-filter.show-menu {
  top: calc(2rem + 68px);
}
.archive .category-wrapper__inner__left .category-filter .h5 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.archive .category-wrapper__inner__left .category-filter .menu {
  padding: 0;
  margin: 0;
}
.archive .category-wrapper__inner__left .category-filter .menu[id*=header] .menu-item {
  display: none;
}
.archive .category-wrapper__inner__left .category-filter .menu[id*=header] .menu-item.top-reviews {
  display: block;
}
.archive .category-wrapper__inner__left .category-filter .menu[id*=header] .menu-item.top-reviews > a {
  display: none;
}
.archive .category-wrapper__inner__left .category-filter .menu[id*=header] .menu-item.top-reviews > a + .sub-menu {
  padding: 0;
}
.archive .category-wrapper__inner__left .category-filter .menu[id*=header] .menu-item.top-reviews > a + .sub-menu .menu-item {
  display: inline-block;
}
.archive .category-wrapper__inner__left .category-filter .menu-item {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}
.archive .category-wrapper__inner__left .category-filter .menu-item a {
  display: inline-block;
  color: #2C4577;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem 0.25rem 0 0;
  background-color: #EFF4F8;
  border: 1px solid #EFF4F8;
  border-radius: 0.25rem;
}
.archive .category-wrapper__inner__left .category-filter .menu-item a:hover, .archive .category-wrapper__inner__left .category-filter .menu-item a.active {
  border-color: #2C4577;
}
.archive .category-wrapper__inner__left .category-filter input {
  display: block;
  width: calc(100% - 2.5rem - 2px);
  margin: 1rem 0 2rem 0;
}
.archive .category-wrapper__inner__right .posts-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  align-items: flex-start;
  row-gap: 3rem;
  width: 100%;
}
.archive .category-wrapper__inner__right .posts-wrapper.hide-2 .content-card:nth-last-child(-n+2) {
  display: none;
}
.archive .category-wrapper__inner__right .posts-wrapper.hide-3 .content-card:nth-last-child(-n+3) {
  display: none;
}
.archive .category-wrapper__inner__right .posts-wrapper.hide-4 .content-card:nth-last-child(-n+4) {
  display: none;
}
@media (max-width: 1320px) {
  .archive .category-wrapper__inner {
    grid-template-columns: auto 940px;
  }
  .archive .category-wrapper__inner__right .posts-wrapper {
    row-gap: 2.5rem;
  }
}
@media (max-width: 1280px) {
  .archive .category-wrapper__inner {
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: auto 740px;
    max-width: 1080px;
  }
  .archive .category-wrapper__inner__right .posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    row-gap: 3rem;
  }
}
@media (max-width: 1060px) {
  .archive .category-wrapper__inner {
    grid-template-columns: auto 700px;
  }
  .archive .category-wrapper__inner__right .posts-wrapper {
    row-gap: 2.5rem;
  }
}
@media (max-width: 1020px) {
  .archive .category-wrapper__inner {
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: auto 500px;
    max-width: 800px;
  }
  .archive .category-wrapper__inner__right .posts-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    row-gap: 3rem;
  }
}
@media (max-width: 780px) {
  .archive .category-wrapper__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 468px;
  }
  .archive .category-wrapper__inner__left, .archive .category-wrapper__inner__right {
    width: 100%;
  }
  .archive .category-wrapper__inner__left {
    margin-bottom: 2rem;
  }
  .archive .category-wrapper__inner__left .category-filter__search {
    display: none;
  }
  .archive .category-wrapper__inner__right .posts-wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    align-items: flex-start;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (max-width: 520px) {
  .archive .category-wrapper__inner__right .posts-wrapper {
    display: block;
  }
}
@media (max-width: 950px) {
  .archive .category-wrapper {
    margin-top: 2rem;
  }
}
.archive .category-wrapper__footer {
  margin-top: 4rem;
}
.archive .category-wrapper__footer.inactive {
  display: none;
}

html, body {
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  padding: 0;
  margin: 0;
}

html.pause-scroll {
  overflow: hidden;
}
html.pause-scroll body {
  overflow: hidden;
}

body {
  color: #505050;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  min-height: 100vh;
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

#colophon {
  position: relative;
  padding: 2.5rem 0 2rem 0;
  border-top: 1px solid #DFDFDF;
}
#colophon .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  padding: 0 2.5rem;
}
@media (max-width: 1200px) {
  #colophon .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 950px) {
  #colophon .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 740px) {
  #colophon .container {
    display: block;
  }
}
#colophon .footer-menus__footer-menu.brands .h6, #colophon .footer-menus__footer-menu.companies .h6 {
  font-weight: 400;
}
#colophon .footer-menus__footer-menu.brands .menu, #colophon .footer-menus__footer-menu.companies .menu {
  padding: 0;
  margin: 0.5rem 0 0 0;
}
#colophon .footer-menus__footer-menu.brands .menu-item, #colophon .footer-menus__footer-menu.companies .menu-item {
  display: inline-block;
  list-style-type: none;
  margin: 0 0.75rem 0 0;
}
#colophon .footer-menus__footer-menu.brands .menu-item a, #colophon .footer-menus__footer-menu.companies .menu-item a {
  display: flex;
  align-items: center;
  color: #505050;
  font-size: 0.85rem;
  height: 100%;
  width: 100%;
}
#colophon .footer-menus__footer-menu.brands .menu-item a:hover, #colophon .footer-menus__footer-menu.companies .menu-item a:hover {
  color: #64BCE1;
}
#colophon .footer-menus__footer-menu.brands {
  margin-bottom: 1.5rem;
}
@media (max-width: 950px) {
  #colophon .footer-menus {
    display: block;
  }
}
@media (max-width: 740px) {
  #colophon .footer-menus__footer-menu.brands .h6, #colophon .footer-menus__footer-menu.companies .h6 {
    margin-bottom: 1rem;
  }
  #colophon .footer-menus__footer-menu.brands .menu-item, #colophon .footer-menus__footer-menu.companies .menu-item {
    height: 42px;
    margin: 0 6px 12px 0;
  }
  #colophon .footer-menus__footer-menu.brands .menu-item:not(.mobile), #colophon .footer-menus__footer-menu.companies .menu-item:not(.mobile) {
    display: none;
  }
  #colophon .footer-menus__footer-menu.brands .menu-item a, #colophon .footer-menus__footer-menu.companies .menu-item a {
    justify-content: center;
    width: calc(100% - 1.5rem);
    padding: 0 0.75rem;
    border: 1px solid #DFDFDF;
    border-radius: 0.25rem;
  }
  #colophon .footer-menus__footer-menu.brands .menu-item a:hover, #colophon .footer-menus__footer-menu.companies .menu-item a:hover {
    color: #505050;
  }
}
#colophon .site-info {
  text-align: right;
  margin-left: 4rem;
}
#colophon .site-info__logo img {
  height: auto;
  width: 2rem;
}
#colophon .site-info__copyright {
  white-space: nowrap;
}
#colophon .site-info__copyright p {
  color: #505050;
  font-size: 0.85rem;
}
@media (max-width: 740px) {
  #colophon .site-info__copyright p {
    margin-top: 0;
  }
}
@media (max-width: 740px) {
  #colophon .site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    margin-left: 0;
  }
}

#mediaalpha {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  display: none;
  z-index: 999;
  background-color: #FFFFFF;
}
.modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 2rem;
  width: 2rem;
}
.modal__close img {
  height: 100%;
  width: 100%;
}
.modal .gform_wrapper {
  max-width: 350px;
  padding: 2rem;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 0.5rem;
}
@media (max-width: 520px) {
  .modal .gform_wrapper {
    padding: 1.75rem;
  }
}
@media (max-width: 440px) {
  .modal .gform_wrapper {
    padding: 1.25rem;
    border: none;
  }
}

.page-template-free-quotes #masthead #site-navigation, .page-template-free-quotes #masthead #site-cta, .page-template-free-quotes #masthead #site-mobile-trigger {
  display: none;
}
.page-template-free-quotes #colophon {
  border-top: none;
}
.page-template-free-quotes #colophon .site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  margin-left: 0;
}
.page-template-free-quotes #colophon .site-info__copyright p {
  margin-top: 0;
}

.skip-link {
  display: none;
}

#masthead {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  height: calc(100px - 2rem);
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: none;
  transition: height 0.4s ease, box-shadow 0.2s ease;
}
#masthead::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  content: "";
  z-index: -1;
  opacity: 0.95;
}
#masthead.sticky {
  position: fixed;
  box-shadow: 1px 1px 24px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
}
#masthead.sticky.transition {
  transition: transform 0.2s linear;
}
#masthead.sticky.show-menu {
  transform: translateY(0);
}
#masthead.shadow {
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.1);
}
#masthead .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  max-width: none;
  padding: 0 2.5rem;
}
@media (max-width: 1200px) {
  #masthead .container {
    justify-content: flex-end;
    padding: 0 2rem;
  }
}
@media (max-width: 950px) {
  #masthead .container {
    justify-content: space-between;
    padding: 0 1.5rem;
  }
}
#masthead #site-branding {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#masthead #site-branding .custom-logo-link {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
#masthead #site-branding .custom-logo-link img {
  height: 32px;
  width: 150px;
}
@media (max-width: 1200px) {
  #masthead #site-branding {
    left: 2rem;
    transform: none;
  }
}
@media (max-width: 950px) {
  #masthead #site-branding {
    position: relative;
    left: 0;
  }
}
#masthead #site-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  height: 100%;
  transition: opacity 0.2s ease;
}
#masthead #site-navigation [class*=container] .menu {
  padding: 0;
  margin: 0;
}
#masthead #site-navigation [class*=container] .menu .menu-item {
  list-style-type: none;
}
#masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children {
  position: relative;
  display: inline-block;
  padding: 1rem 0;
  margin-right: 1.5rem;
}
#masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children::before, #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -8px;
  left: -9999px;
  opacity: 0;
  background-color: #FFFFFF;
  transform: translateX(-50%) rotate(45deg);
}
#masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children::before {
  height: 14px;
  width: 14px;
  border: 1px solid #DFDFDF;
}
#masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children::after {
  height: 15px;
  width: 15px;
}
#masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children:hover::before, #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children:hover::after, #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children:hover .sub-menu {
  left: auto;
  opacity: 1;
}
#masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children:hover::before, #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children:hover::after {
  left: 50%;
}
#masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children:hover .sub-menu {
  left: auto;
}
#masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children:last-of-type {
  margin-right: 0;
}
@media (max-width: 950px) {
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children {
    display: block;
  }
}
#masthead #site-navigation [class*=container] .menu .menu-item .sub-menu {
  position: absolute;
  left: -9999px;
  padding: 0.5rem 1.5rem;
  margin-top: 1rem;
  opacity: 0;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 0.25rem;
}
#masthead #site-navigation [class*=container] .menu .menu-item .sub-menu .menu-item {
  margin: 0.5rem 0;
}
#masthead #site-navigation [class*=container] .menu .menu-item .sub-menu .menu-item a:hover {
  color: #64BCE1;
}
#masthead #site-navigation .wp-block-buttons {
  display: none;
  margin: 1.5rem;
}
#masthead #site-navigation .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}
#masthead #site-navigation .wp-block-buttons .wp-block-button a {
  color: #FFFFFF;
}
@media (max-width: 950px) {
  #masthead #site-navigation {
    position: fixed;
    left: -9999px;
    top: 68px;
    display: block;
    height: calc(100% - 68px);
    width: 100%;
    padding: 0;
    opacity: 1;
    overflow-y: scroll;
    background-color: #FFFFFF;
    border-top: 1px solid #DFDFDF;
    transform: none;
  }
  #masthead #site-navigation.open {
    left: 0;
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #DFDFDF;
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children::before, #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children::after {
    display: none;
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children .sub-menu {
    position: unset;
    left: 0;
    height: 0;
    padding: 0 1.5rem;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    border: none;
    border-radius: 0;
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children .sub-menu .menu-item:first-of-type a {
    padding-top: 0;
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-of-type {
    margin-bottom: 1rem;
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    color: #505050;
    font-family: "proxima-nova", sans-serif;
    font-size: 1rem;
    padding: 0.5rem 0;
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children .sub-menu .menu-item a::after {
    display: none;
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2C4577;
    font-family: "sofia-pro", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding: 1rem 1.5rem;
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children a::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    opacity: 1;
    transform: rotate(270deg);
    background-image: url(/wp-content/themes/quoteyeti/assets/img/chevron.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children a.open::after {
    transform: rotate(90deg);
  }
  #masthead #site-navigation [class*=container] .menu .menu-item.menu-item-has-children a.open + .sub-menu {
    height: auto;
  }
  #masthead #site-navigation .wp-block-buttons {
    display: block;
  }
}
#masthead #site-cta {
  text-align: right;
}
@media (max-width: 1200px) {
  #masthead #site-cta {
    margin-left: 1.5rem;
  }
}
@media (max-width: 950px) {
  #masthead #site-cta {
    display: none;
  }
}
#masthead #site-mobile-trigger {
  display: none;
}
#masthead #site-mobile-trigger img {
  width: 20px;
}
@media (max-width: 950px) {
  #masthead #site-mobile-trigger {
    display: flex;
  }
}
#masthead a:not(.wp-block-button__link) {
  color: #505050;
  font-size: 1rem;
}
@media (max-width: 950px) {
  #masthead {
    position: fixed;
  }
}

.page header .wp-block-cover {
  min-height: 560px;
  padding-bottom: 130px;
}
.page header .wp-block-cover.yeti {
  overflow: hidden;
}
.page header .wp-block-cover.yeti::before {
  content: "";
  position: absolute;
  z-index: 9;
  bottom: -120px;
  left: -4px;
  height: 280px;
  width: 100%;
  background-image: url(/wp-content/themes/quoteyeti/assets/img/yeti-hero.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page header .wp-block-cover__inner-container p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.page .not-front .entry-content {
  margin: 4rem 0;
}
.page .not-front .entry-content__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.page .not-front .entry-content__content h2, .page .not-front .entry-content__content .h2, .page .not-front .entry-content__content h3, .page .not-front .entry-content__content .h3, .page .not-front .entry-content__content h4, .page .not-front .entry-content__content .h4 {
  margin-top: 36px;
}
.page .not-front .entry-content__content h2:first-child, .page .not-front .entry-content__content .h2:first-child, .page .not-front .entry-content__content h3:first-child, .page .not-front .entry-content__content .h3:first-child, .page .not-front .entry-content__content h4:first-child, .page .not-front .entry-content__content .h4:first-child {
  margin-top: 0;
}
.page .not-front .entry-content__content h2, .page .not-front .entry-content__content .h2 {
  font-size: 32px;
}
.page .not-front .entry-content__content h3, .page .not-front .entry-content__content .h3 {
  font-size: 26px;
}
.page .not-front .entry-content__content h4, .page .not-front .entry-content__content .h4 {
  font-size: 21px;
}
.page .not-front .entry-content__content ul, .page .not-front .entry-content__content ol {
  padding-left: 2rem;
}
.page .not-front .entry-content__content ul li, .page .not-front .entry-content__content ol li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.page .not-front .entry-content__content ul li::before, .page .not-front .entry-content__content ol li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -1rem;
  height: 6px;
  width: 6px;
  background-color: #212529;
  border-radius: 999px;
}
.page .not-front .entry-content__content ul li:last-of-type, .page .not-front .entry-content__content ol li:last-of-type {
  margin-bottom: 0;
}
.page .not-front .entry-content__content p, .page .not-front .entry-content__content ul li, .page .not-front .entry-content__content ol li {
  line-height: 1.6;
}
.page .not-front .entry-content__content p strong, .page .not-front .entry-content__content ul li strong, .page .not-front .entry-content__content ol li strong {
  color: #212529;
}
.page .not-front .entry-content__content p a, .page .not-front .entry-content__content ul li a, .page .not-front .entry-content__content ol li a {
  color: #64BCE1;
  text-decoration: none;
}
.page .not-front .entry-content__content p a:hover, .page .not-front .entry-content__content ul li a:hover, .page .not-front .entry-content__content ol li a:hover {
  text-decoration: underline;
}
.page .not-front .entry-content__content p:first-child {
  margin-top: 0;
}
.page .not-front .entry-content__content .wp-block-cover.cover-cta {
  min-height: 280px;
  margin: 3rem 0;
}
.page .not-front .entry-content__content .wp-block-cover.cover-cta p {
  color: #505050;
  margin: 0;
}
.page .not-front .entry-content__content .wp-block-cover.cover-cta p.h3 {
  color: #2C4577;
  font-family: "plantin", serif;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0.5rem 0 2rem 0;
}

.page-template-quotes #masthead {
  position: unset;
}
.page-template-quotes #masthead.sticky {
  position: unset;
  box-shadow: unset;
  transform: unset;
}
.page-template-quotes #masthead .container {
  justify-content: flex-start;
}
.page-template-quotes #masthead #site-branding {
  position: relative;
  left: unset;
  transform: unset;
}
.page-template-quotes #masthead #site-navigation, .page-template-quotes #masthead #site-cta, .page-template-quotes #masthead #site-mobile-trigger {
  display: none;
}
@media (max-width: 600px) {
  .page-template-quotes #masthead {
    border-bottom: 1px solid #DFDFDF;
  }
}
.page-template-quotes #primary {
  background-image: url(/wp-content/themes/quoteyeti/assets/img/hero-peaks.svg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.page-template-quotes #primary .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-template-quotes #primary .container .h2 {
  text-align: center;
}
.page-template-quotes #primary .container .subhead {
  text-align: center;
  max-width: 500px;
  margin: 0;
}
@media (max-width: 950px) {
  .page-template-quotes #primary {
    background-size: 950px auto;
  }
}
.page-template-quotes .quotes-intro {
  margin-top: -50px;
  margin-bottom: 5rem;
  border-bottom: 1px solid #DFDFDF;
}
.page-template-quotes .quotes-intro .yeti-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
  height: 6rem;
  width: 6rem;
  margin-bottom: -3rem;
  overflow: hidden;
  background-color: #EFF4F8;
  border: 1px solid #DFDFDF;
  border-radius: 999px;
}
.page-template-quotes .quotes-intro .yeti-wrapper img {
  height: 12rem;
  max-width: none;
  margin: -10px 0 0 -34px;
}
@media (max-width: 600px) {
  .page-template-quotes .quotes-intro {
    margin-top: 2rem;
    border-bottom: none;
  }
}
.page-template-quotes .content-results {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 3.5rem;
  margin-bottom: 14rem;
}
.page-template-quotes .content-results .content-result {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  display: none;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 2rem;
  order: 6;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-template-quotes .content-results .content-result:hover {
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5rem);
}
.page-template-quotes .content-results .content-result.active {
  display: flex;
}
.page-template-quotes .content-results .content-result.first {
  position: relative;
  order: 1;
}
.page-template-quotes .content-results .content-result.first::before {
  content: "Rated #1 in your area";
  position: absolute;
  top: 0;
  left: 50%;
  color: #FFFFFF;
  font-family: "sofia-pro", sans-serif;
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
  margin-top: -1.5rem;
  background-color: #64BCE1;
  border-radius: 0.25rem;
  transform: translateX(-50%);
}
.page-template-quotes .content-results .content-result.second {
  order: 2;
}
.page-template-quotes .content-results .content-result.third {
  order: 3;
}
.page-template-quotes .content-results .content-result.fourth {
  order: 4;
}
.page-template-quotes .content-results .content-result.fifth {
  order: 5;
}
.page-template-quotes .content-results .content-result__left .image-wrapper {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 0.25rem;
}
.page-template-quotes .content-results .content-result__left .image-wrapper img {
  height: 100%;
  width: 100%;
}
.page-template-quotes .content-results .content-result__right {
  width: 64%;
  max-width: 380px;
}
.page-template-quotes .content-results .content-result__right .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.page-template-quotes .content-results .content-result__right .contact__title h5 {
  margin: 0;
  margin-top: -6px;
}
.page-template-quotes .content-results .content-result__right .contact__title p {
  font-size: 0.85rem;
  margin-top: 0;
}
.page-template-quotes .content-results .content-result__right .summary p {
  font-size: 0.85rem;
  margin: 0;
}
.page-template-quotes .content-results .content-result__right .summary p a {
  display: none;
}
.page-template-quotes .content-results .content-result__right .wp-block-buttons {
  margin-top: 1rem;
}
.page-template-quotes .content-results .content-result__right .wp-block-buttons .wp-block-button__link {
  font-size: 1rem;
  line-height: 1.2;
  height: 46px;
  width: 170px;
  padding-left: 0;
  padding-right: 0;
}
.page-template-quotes .content-results .content-result__right .wp-block-buttons .wp-block-button__link::after {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.5rem;
  background-image: url(/wp-content/themes/quoteyeti/assets/img/check-your-rate-arrows.svg);
}
@media (max-width: 950px) {
  .page-template-quotes .content-results {
    row-gap: 1.5rem;
    margin-bottom: 9rem;
  }
  .page-template-quotes .content-results .content-result {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding: 1.5rem;
  }
  .page-template-quotes .content-results .content-result.first::before {
    padding: 0.25rem 0.5rem;
    margin-top: -1.25rem;
  }
}
@media (max-width: 600px) {
  .page-template-quotes .content-results {
    margin-bottom: 6rem;
  }
  .page-template-quotes .content-results .content-result {
    flex-direction: column;
    justify-content: center;
  }
  .page-template-quotes .content-results .content-result__left {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .page-template-quotes .content-results .content-result__right {
    width: 100%;
  }
}
.page-template-quotes #colophon {
  border: none;
}

.single #masthead {
  box-shadow: 1px 1px 24px 0 rgba(0, 0, 0, 0.1);
}
.single .site-main .glossary .entry-content__right__content, .single .site-main .faq .entry-content__right__content {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.single .site-main .glossary .entry-content__right__content h2:first-child, .single .site-main .glossary .entry-content__right__content p:first-child, .single .site-main .faq .entry-content__right__content h2:first-child, .single .site-main .faq .entry-content__right__content p:first-child {
  margin-top: 0;
}
.single .site-main .glossary .entry-header {
  border-bottom: none;
}
.single .site-main__related-posts, .single .site-main__related-terms {
  padding: 3.5rem 0 4rem 0;
}
.single .site-main__related-posts .h4, .single .site-main__related-terms .h4 {
  text-align: center;
}
.single .site-main__related-posts {
  padding-bottom: 6rem;
}
.single .site-main__related-posts .posts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  align-items: flex-start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 2rem;
  width: 100%;
  margin-top: 2.5rem;
}
.single .site-main__related-posts .posts .content-card {
  margin-right: auto;
}
@media (max-width: 1280px) {
  .single .site-main__related-posts .posts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }
  .single .site-main__related-posts .posts .content-card:nth-of-type(5) {
    display: none;
  }
}
@media (max-width: 1020px) {
  .single .site-main__related-posts .posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    max-width: 720px;
  }
  .single .site-main__related-posts .posts .content-card:nth-of-type(4) {
    display: none;
  }
}
@media (max-width: 780px) {
  .single .site-main__related-posts .posts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    row-gap: 3rem;
    max-width: 470px;
  }
  .single .site-main__related-posts .posts .content-card:nth-of-type(4) {
    display: block;
  }
}
@media (max-width: 520px) {
  .single .site-main__related-posts .posts {
    display: block;
  }
  .single .site-main__related-posts .posts .content-card:nth-of-type(4) {
    display: none;
  }
}
.single .site-main__related-terms .h4 {
  margin-bottom: 2.5rem;
}
.single .site-main__related-terms .glossary-terms, .single .site-main__related-terms .faqs {
  text-align: center;
}
.single .site-main__related-terms .glossary-terms__term, .single .site-main__related-terms .faqs__term {
  display: inline-block;
  color: #2C4577;
  line-height: 1;
  padding: 0.75rem 1rem;
  margin: 0 0.5rem 0.75rem 0;
  border: 1px solid #2C4577;
  border-radius: 0.25rem;
}
.single .site-main__related-terms .glossary-terms__term:hover, .single .site-main__related-terms .faqs__term:hover {
  background-color: #EFF4F8;
}
.single article .container {
  max-width: 1000px;
  margin-top: 8rem;
}
@media (max-width: 950px) {
  .single article .container {
    margin-top: 7rem;
  }
}
.single article .entry-header {
  margin-bottom: 4rem;
  border-bottom: 1px solid #DFDFDF;
}
.single article .entry-header__breadcrumbs {
  color: #505050;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.single article .entry-header__breadcrumbs a, .single article .entry-header__breadcrumbs span {
  font-size: 0.85rem;
}
.single article .entry-header__breadcrumbs a {
  color: #2C4577;
  text-decoration: none;
}
.single article .entry-header__breadcrumbs a:hover {
  text-decoration: underline;
}
.single article .entry-header__categories {
  padding-bottom: 1.75rem;
  margin-top: 2.5rem;
  border-bottom: 1px solid #DFDFDF;
}
.single article .entry-header__categories a {
  display: inline-block;
  color: #2C4577;
  line-height: 1;
  padding: 0.75rem 1rem;
  margin: 0 0.75rem 0.75rem 0;
  background-color: #EFF4F8;
  border: 1px solid #EFF4F8;
  border-radius: 0.25rem;
}
.single article .entry-header__categories a:hover {
  border-color: #2C4577;
}
@media (max-width: 950px) {
  .single article .entry-header__categories {
    padding-bottom: 1.5rem;
    margin-top: 2rem;
  }
  .single article .entry-header__categories a {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    margin: 0 0.5rem 0.5rem 0;
  }
}
@media (max-width: 520px) {
  .single article .entry-header {
    margin-bottom: 3rem;
  }
}
.single article .entry-header__meta, .single article .entry-footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.5rem 0;
}
.single article .entry-header__meta__author, .single article .entry-footer__meta__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: unset;
}
.single article .entry-header__meta__author__name p, .single article .entry-footer__meta__author__name p {
  font-size: 0.85rem;
  margin: 0;
}
.single article .entry-header__meta__author .avatar, .single article .entry-footer__meta__author .avatar {
  margin-right: 0.75rem;
}
.single article .entry-header__meta__btns, .single article .entry-footer__meta__btns {
  margin-left: 0.75rem;
}
.single article .entry-header__meta__btns a, .single article .entry-footer__meta__btns a {
  display: inline-block;
  color: #2C4577;
  line-height: 1;
  padding: 0.75rem 1rem;
  margin: 0 0.75rem 0 0;
  border: 1px solid #2C4577;
  border-radius: 0.25rem;
}
.single article .entry-header__meta__btns a:hover, .single article .entry-footer__meta__btns a:hover {
  background-color: #EFF4F8;
}
@media (max-width: 740px) {
  .single article .entry-header__meta__btns, .single article .entry-footer__meta__btns {
    display: none;
  }
}
.single article .entry-header__meta__share, .single article .entry-footer__meta__share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -8px;
}
.single article .entry-header__meta__share p, .single article .entry-footer__meta__share p {
  line-height: 1;
  margin: 0 0.75rem 0 0;
}
.single article .entry-header__meta__share a, .single article .entry-footer__meta__share a {
  position: relative;
  display: inline-block;
  height: 38px;
  width: 38px;
  margin-right: 0.5rem;
  background-color: #EFF4F8;
  border: 1px solid #EFF4F8;
  border-radius: 999px;
}
.single article .entry-header__meta__share a:hover, .single article .entry-footer__meta__share a:hover {
  border-color: #2C4577;
}
.single article .entry-header__meta__share a.share.show-tooltip span, .single article .entry-footer__meta__share a.share.show-tooltip span {
  display: block;
}
.single article .entry-header__meta__share a.share span, .single article .entry-footer__meta__share a.share span {
  position: absolute;
  top: calc(100% + 0.25rem);
  right: 0;
  display: none;
  color: #505050;
  font-size: 0.85rem;
  padding: 0.75rem 1rem;
  margin-top: 0.25rem;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 0.25rem;
}
.single article .entry-header__meta__share a img, .single article .entry-footer__meta__share a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 520px) {
  .single article .entry-header__meta__share, .single article .entry-footer__meta__share {
    margin-top: 1.5rem;
  }
}
@media (max-width: 520px) {
  .single article .entry-header__meta, .single article .entry-footer__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single article .entry-content, .single article .entry-faqs {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: flex-start;
  grid-template-columns: 260px auto;
  padding-bottom: 4rem;
  border-bottom: 1px solid #DFDFDF;
}
.single article .entry-content__left, .single article .entry-faqs__left {
  width: 280px;
  height: 100%;
  /* LuckyWP Table of Contents */
}
.single article .entry-content__left__banner, .single article .entry-faqs__left__banner {
  margin-bottom: 3rem;
}
.single article .entry-content__left__banner .wp-block-cover.cover-cta, .single article .entry-faqs__left__banner .wp-block-cover.cover-cta {
  margin-top: 0;
  padding-bottom: 10rem;
}
.single article .entry-content__left__banner .wp-block-cover.cover-cta::before, .single article .entry-faqs__left__banner .wp-block-cover.cover-cta::before {
  background-image: url(/wp-content/themes/quoteyeti/assets/img/yeti-hero.svg);
  left: 50%;
  right: unset;
  bottom: -5rem;
  height: 190px;
  width: 350px;
  transform: translateX(-50%);
}
.single article .entry-content__left__banner .wp-block-cover.cover-cta::after, .single article .entry-faqs__left__banner .wp-block-cover.cover-cta::after {
  display: none;
}
.single article .entry-content__left__banner .wp-block-cover.cover-cta .wp-block-cover__inner-container h4, .single article .entry-content__left__banner .wp-block-cover.cover-cta .wp-block-cover__inner-container p, .single article .entry-faqs__left__banner .wp-block-cover.cover-cta .wp-block-cover__inner-container h4, .single article .entry-faqs__left__banner .wp-block-cover.cover-cta .wp-block-cover__inner-container p {
  text-align: center;
}
.single article .entry-content__left__banner .wp-block-cover.cover-cta .wp-block-cover__inner-container .wp-block-buttons, .single article .entry-faqs__left__banner .wp-block-cover.cover-cta .wp-block-cover__inner-container .wp-block-buttons {
  justify-content: center;
}
.single article .entry-content__left .lwptoc, .single article .entry-faqs__left .lwptoc {
  position: sticky;
  top: 2rem;
  max-height: calc(100vh - 2rem);
  padding-right: 1rem;
  margin: 0;
  overflow-y: scroll;
  transition: top 0.2s linear;
}
.single article .entry-content__left .lwptoc.show-menu, .single article .entry-faqs__left .lwptoc.show-menu {
  top: calc(2rem + 68px);
  max-height: calc(100vh - 2rem - 68px);
}
.single article .entry-content__left .lwptoc_i, .single article .entry-faqs__left .lwptoc_i {
  padding: 0;
}
.single article .entry-content__left .lwptoc_header, .single article .entry-faqs__left .lwptoc_header {
  display: none;
}
.single article .entry-content__left .lwptoc_items .lwptoc_item, .single article .entry-faqs__left .lwptoc_items .lwptoc_item {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 0 -0.25rem;
}
.single article .entry-content__left .lwptoc_items .lwptoc_item_label, .single article .entry-faqs__left .lwptoc_items .lwptoc_item_label {
  color: #505050;
  font-size: 1rem;
  line-height: 1.3;
}
.single article .entry-content__left .lwptoc_items .lwptoc_item::before, .single article .entry-faqs__left .lwptoc_items .lwptoc_item::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  content: "";
  left: 4px;
  width: 4px;
  background-color: #F1F1F1;
}
.single article .entry-content__left .lwptoc_items .lwptoc_item:first-of-type::before, .single article .entry-faqs__left .lwptoc_items .lwptoc_item:first-of-type::before {
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}
.single article .entry-content__left .lwptoc_items .lwptoc_item:last-of-type::before, .single article .entry-faqs__left .lwptoc_items .lwptoc_item:last-of-type::before {
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}
.single article .entry-content__left .lwptoc_items .lwptoc_item.active::before, .single article .entry-faqs__left .lwptoc_items .lwptoc_item.active::before {
  background-color: #2C4577;
}
.single article .entry-content__left .lwptoc_items .lwptoc_item.active .lwptoc_item_label, .single article .entry-faqs__left .lwptoc_items .lwptoc_item.active .lwptoc_item_label {
  color: #2C4577;
}
.single article .entry-content__right, .single article .entry-faqs__right {
  width: 100%;
}
.single article .entry-content__right__feature, .single article .entry-faqs__right__feature {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 100%;
  padding-top: 47.85%;
  margin-bottom: 3.5rem;
  overflow: hidden;
  border-radius: 6px;
}
.single article .entry-content__right__feature img, .single article .entry-faqs__right__feature img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single article .entry-content__right__contact, .single article .entry-faqs__right__contact {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.single article .entry-content__right__contact__left, .single article .entry-faqs__right__contact__left {
  margin-right: 3rem;
}
.single article .entry-content__right__contact__left img, .single article .entry-faqs__right__contact__left img {
  width: 200px;
  border-radius: 0.25rem;
}
.single article .entry-content__right__contact__right .star-rating, .single article .entry-faqs__right__contact__right .star-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
}
.single article .entry-content__right__contact__right .star-rating__stars, .single article .entry-faqs__right__contact__right .star-rating__stars {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 2rem;
  margin-top: 0.5rem;
  margin-left: -2px;
  background-color: #2C4577;
  -webkit-mask: url(/wp-content/themes/quoteyeti/assets/img/icons/star.svg);
          mask: url(/wp-content/themes/quoteyeti/assets/img/icons/star.svg);
}
.single article .entry-content__right__contact__right .star-rating__logic, .single article .entry-faqs__right__contact__right .star-rating__logic {
  position: relative;
  margin-left: 0.75rem;
}
.single article .entry-content__right__contact__right .star-rating__logic__trigger, .single article .entry-faqs__right__contact__right .star-rating__logic__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2C4577;
  font-family: "sofia-pro", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  height: 1rem;
  width: 1rem;
  background-color: #EFF4F8;
  border: 1px solid #EFF4F8;
  border-radius: 999px;
}
.single article .entry-content__right__contact__right .star-rating__logic__trigger:hover, .single article .entry-faqs__right__contact__right .star-rating__logic__trigger:hover {
  border-color: #2C4577;
}
.single article .entry-content__right__contact__right .star-rating__logic__trigger:hover + span, .single article .entry-faqs__right__contact__right .star-rating__logic__trigger:hover + span {
  display: block;
}
.single article .entry-content__right__contact__right .star-rating__logic__trigger + span, .single article .entry-faqs__right__contact__right .star-rating__logic__trigger + span {
  position: absolute;
  display: none;
  font-size: 0.85rem;
  width: 220px;
  padding: 0.75rem 1rem;
  margin-top: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 0.25rem;
}
.single article .entry-content__right__contact__right .star-rating__logic__trigger img, .single article .entry-faqs__right__contact__right .star-rating__logic__trigger img {
  height: 16px;
  width: 16px;
}
.single article .entry-content__right__contact__right .h3, .single article .entry-faqs__right__contact__right .h3 {
  margin-bottom: 0.75rem;
}
.single article .entry-content__right__contact__right .icon, .single article .entry-faqs__right__contact__right .icon {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.5rem 0;
}
.single article .entry-content__right__contact__right .icon a, .single article .entry-faqs__right__contact__right .icon a {
  color: #2C4577;
  text-decoration: none;
}
.single article .entry-content__right__contact__right .icon a:hover, .single article .entry-faqs__right__contact__right .icon a:hover {
  text-decoration: underline;
}
@media (max-width: 740px) {
  .single article .entry-content__right__contact__right .star-rating, .single article .entry-faqs__right__contact__right .star-rating {
    position: relative;
  }
  .single article .entry-content__right__contact__right .star-rating__logic, .single article .entry-faqs__right__contact__right .star-rating__logic {
    position: unset;
  }
  .single article .entry-content__right__contact__right .star-rating__logic__trigger + span, .single article .entry-faqs__right__contact__right .star-rating__logic__trigger + span {
    left: 0;
    width: auto;
  }
}
@media (max-width: 520px) {
  .single article .entry-content__right__contact, .single article .entry-faqs__right__contact {
    display: block;
  }
  .single article .entry-content__right__contact__left, .single article .entry-faqs__right__contact__left {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.single article .entry-content__right__offices, .single article .entry-content__right__content, .single article .entry-faqs__right__offices, .single article .entry-faqs__right__content {
  padding-top: 2.75rem;
  margin-top: 2.5rem;
  border-top: 1px solid #DFDFDF;
}
.single article .entry-content__right__offices, .single article .entry-faqs__right__offices {
  margin-bottom: 3.25rem;
}
.single article .entry-content__right__offices h6, .single article .entry-faqs__right__offices h6 {
  margin-top: 0;
}
.single article .entry-content__right__offices .office-wrapper, .single article .entry-faqs__right__offices .office-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1rem;
  margin-top: 1.5rem;
  border: 1px solid #DFDFDF;
  border-radius: 0.5rem;
}
.single article .entry-content__right__offices .office-wrapper__left .image-wrapper, .single article .entry-faqs__right__offices .office-wrapper__left .image-wrapper {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 0.25rem;
}
.single article .entry-content__right__offices .office-wrapper__left .image-wrapper img, .single article .entry-faqs__right__offices .office-wrapper__left .image-wrapper img {
  height: 100%;
  width: 100%;
}
.single article .entry-content__right__offices .office-wrapper__right .contact, .single article .entry-faqs__right__offices .office-wrapper__right .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.single article .entry-content__right__offices .office-wrapper__right .contact__title h5, .single article .entry-faqs__right__offices .office-wrapper__right .contact__title h5 {
  margin: 0 0 0.5rem 0;
}
.single article .entry-content__right__offices .office-wrapper__right .contact__title p, .single article .entry-faqs__right__offices .office-wrapper__right .contact__title p {
  font-size: 0.85rem;
  margin-top: 0;
}
.single article .entry-content__right__offices .office-wrapper__right .contact a, .single article .entry-faqs__right__offices .office-wrapper__right .contact a {
  position: relative;
  display: inline-block;
  height: 38px;
  width: 38px;
  background-color: #EFF4F8;
  border: 1px solid #EFF4F8;
  border-radius: 999px;
}
.single article .entry-content__right__offices .office-wrapper__right .contact a:hover, .single article .entry-faqs__right__offices .office-wrapper__right .contact a:hover {
  border-color: #F46036;
}
.single article .entry-content__right__offices .office-wrapper__right .contact a img, .single article .entry-faqs__right__offices .office-wrapper__right .contact a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 18px;
  width: 18px;
  margin: 10px;
}
.single article .entry-content__right__offices .office-wrapper__right .summary p, .single article .entry-faqs__right__offices .office-wrapper__right .summary p {
  font-size: 0.85rem;
  margin: 0;
}
.single article .entry-content__right__offices .office-wrapper__right .summary p a, .single article .entry-faqs__right__offices .office-wrapper__right .summary p a {
  color: #64BCE1;
  text-decoration: none;
}
.single article .entry-content__right__offices .office-wrapper__right .summary p a:hover, .single article .entry-faqs__right__offices .office-wrapper__right .summary p a:hover {
  text-decoration: underline;
}
.single article .entry-content__right__offices .office-wrapper__right .agents, .single article .entry-faqs__right__offices .office-wrapper__right .agents {
  margin-top: 1rem;
}
.single article .entry-content__right__offices .office-wrapper__right .agents__list, .single article .entry-faqs__right__offices .office-wrapper__right .agents__list {
  margin-top: 0.5rem;
}
.single article .entry-content__right__offices .office-wrapper__right .agents__list__agent, .single article .entry-faqs__right__offices .office-wrapper__right .agents__list__agent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  margin-top: 0.25rem;
}
.single article .entry-content__right__offices .office-wrapper__right .agents__list__agent__contact, .single article .entry-faqs__right__offices .office-wrapper__right .agents__list__agent__contact {
  text-align: right;
}
.single article .entry-content__right__offices .office-wrapper__right .agents__list__agent__contact a, .single article .entry-faqs__right__offices .office-wrapper__right .agents__list__agent__contact a {
  color: #64BCE1;
  font-size: 0.85rem;
  text-decoration: none;
  margin-left: 1.5rem;
}
.single article .entry-content__right__offices .office-wrapper__right .agents__list__agent__contact a:first-of-type, .single article .entry-faqs__right__offices .office-wrapper__right .agents__list__agent__contact a:first-of-type {
  margin-left: 0;
}
.single article .entry-content__right__offices .office-wrapper__right .agents__list__agent__contact a:hover, .single article .entry-faqs__right__offices .office-wrapper__right .agents__list__agent__contact a:hover {
  text-decoration: underline;
}
.single article .entry-content__right__offices .office-wrapper__right .agents__list__agent p, .single article .entry-faqs__right__offices .office-wrapper__right .agents__list__agent p {
  font-size: 0.85rem;
  margin: 0;
}
.single article .entry-content__right__offices .office-wrapper__right .agents h6, .single article .entry-faqs__right__offices .office-wrapper__right .agents h6 {
  margin: 0;
}
.single article .entry-content__right__offices .office-wrapper:first-of-type, .single article .entry-faqs__right__offices .office-wrapper:first-of-type {
  margin-top: 0;
}
.single article .entry-content__right__content h2, .single article .entry-content__right__content .h2, .single article .entry-content__right__content h3, .single article .entry-content__right__content .h3, .single article .entry-content__right__content h4, .single article .entry-content__right__content .h4, .single article .entry-faqs__right__content h2, .single article .entry-faqs__right__content .h2, .single article .entry-faqs__right__content h3, .single article .entry-faqs__right__content .h3, .single article .entry-faqs__right__content h4, .single article .entry-faqs__right__content .h4 {
  margin-top: 36px;
}
.single article .entry-content__right__content h2:first-child, .single article .entry-content__right__content .h2:first-child, .single article .entry-content__right__content h3:first-child, .single article .entry-content__right__content .h3:first-child, .single article .entry-content__right__content h4:first-child, .single article .entry-content__right__content .h4:first-child, .single article .entry-faqs__right__content h2:first-child, .single article .entry-faqs__right__content .h2:first-child, .single article .entry-faqs__right__content h3:first-child, .single article .entry-faqs__right__content .h3:first-child, .single article .entry-faqs__right__content h4:first-child, .single article .entry-faqs__right__content .h4:first-child {
  margin-top: 0;
}
.single article .entry-content__right__content h2, .single article .entry-content__right__content .h2, .single article .entry-faqs__right__content h2, .single article .entry-faqs__right__content .h2 {
  font-size: 32px;
}
.single article .entry-content__right__content h3, .single article .entry-content__right__content .h3, .single article .entry-faqs__right__content h3, .single article .entry-faqs__right__content .h3 {
  font-size: 26px;
}
.single article .entry-content__right__content h4, .single article .entry-content__right__content .h4, .single article .entry-faqs__right__content h4, .single article .entry-faqs__right__content .h4 {
  font-size: 21px;
}
.single article .entry-content__right__content ul, .single article .entry-content__right__content ol, .single article .entry-faqs__right__content ul, .single article .entry-faqs__right__content ol {
  padding-left: 2rem;
}
.single article .entry-content__right__content ul li, .single article .entry-content__right__content ol li, .single article .entry-faqs__right__content ul li, .single article .entry-faqs__right__content ol li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.single article .entry-content__right__content ul li::before, .single article .entry-content__right__content ol li::before, .single article .entry-faqs__right__content ul li::before, .single article .entry-faqs__right__content ol li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -1rem;
  height: 6px;
  width: 6px;
  background-color: #212529;
  border-radius: 999px;
}
.single article .entry-content__right__content ul li:last-of-type, .single article .entry-content__right__content ol li:last-of-type, .single article .entry-faqs__right__content ul li:last-of-type, .single article .entry-faqs__right__content ol li:last-of-type {
  margin-bottom: 0;
}
.single article .entry-content__right__content p, .single article .entry-content__right__content ul li, .single article .entry-content__right__content ol li, .single article .entry-faqs__right__content p, .single article .entry-faqs__right__content ul li, .single article .entry-faqs__right__content ol li {
  line-height: 1.6;
}
.single article .entry-content__right__content p strong, .single article .entry-content__right__content ul li strong, .single article .entry-content__right__content ol li strong, .single article .entry-faqs__right__content p strong, .single article .entry-faqs__right__content ul li strong, .single article .entry-faqs__right__content ol li strong {
  color: #212529;
}
.single article .entry-content__right__content p a, .single article .entry-content__right__content ul li a, .single article .entry-content__right__content ol li a, .single article .entry-faqs__right__content p a, .single article .entry-faqs__right__content ul li a, .single article .entry-faqs__right__content ol li a {
  color: #F46036;
  text-decoration: none;
}
.single article .entry-content__right__content p a:hover, .single article .entry-content__right__content ul li a:hover, .single article .entry-content__right__content ol li a:hover, .single article .entry-faqs__right__content p a:hover, .single article .entry-faqs__right__content ul li a:hover, .single article .entry-faqs__right__content ol li a:hover {
  text-decoration: underline;
}
.single article .entry-content__right__content p:first-child, .single article .entry-faqs__right__content p:first-child {
  margin-top: 0;
}
@media (max-width: 950px) {
  .single article .entry-content {
    display: block;
    padding-bottom: 3rem;
  }
  .single article .entry-content__left {
    display: none;
  }
}
.single article .entry-faqs {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 950px) {
  .single article .entry-faqs {
    display: block;
  }
  .single article .entry-faqs__left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.single article .entry-faqs .faq {
  margin-top: 2rem;
}
.single article .entry-faqs .faq:first-of-type {
  margin-top: 0;
}
.single article .entry-faqs .faq h5 {
  margin-bottom: 1rem;
}
.single article .entry-faqs .faq p {
  margin: 0.75rem 0;
}
.single article .entry-faqs .faq p:last-of-type {
  margin-bottom: 0;
}
.single article .entry-faqs .faq p a {
  color: #64BCE1;
  text-decoration: none;
}
.single article .entry-faqs .faq p a:hover {
  text-decoration: underline;
}
.single article .entry-footer {
  border-bottom: 1px solid #DFDFDF;
}

.lower-banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  top: unset;
  bottom: 0;
  width: 100%;
  padding: 0;
  opacity: 0;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.lower-banner.show-lower-banner {
  opacity: 1;
  transform: translateY(0);
}
.lower-banner__inner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.lower-banner__inner .container .close {
  cursor: pointer;
  padding: 2px;
  margin-right: 1rem;
  border: 1px solid #2C4577;
  border-radius: 999px;
}
.lower-banner__inner .container .close .image {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url(/wp-content/themes/quoteyeti/assets/img/close.svg);
          mask: url(/wp-content/themes/quoteyeti/assets/img/close.svg);
  background-color: #2C4577;
}
.lower-banner__inner .container .close:hover {
  border-color: #F46036;
}
.lower-banner__inner .container .close:hover .image {
  background-color: #F46036;
}
.lower-banner__inner .container .yeti {
  margin-right: 1rem;
}
.lower-banner__inner .container .yeti img {
  height: auto;
  width: 140px;
  margin: -2rem 0;
}
.lower-banner__inner .container .content {
  max-width: 400px;
}
.lower-banner__inner .container .content p {
  font-size: 0.85rem;
  margin: 0;
}
.lower-banner__inner .container .content p.h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.lower-banner__inner .container .wp-block-buttons .wp-block-button__link {
  color: #FFFFFF;
  font-size: 1rem;
  background-color: #2C4577;
}
@media (max-width: 950px) {
  .lower-banner {
    display: none;
  }
}

/* @import '_archive'; */
/* Blocks */
.mt-0 {
  margin-top: 0;
}

.mb-12, .mb-12:last-of-type {
  margin-bottom: 3rem;
}

.wp-block-buttons {
  display: flex;
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}
.wp-block-buttons .wp-block-button.pulse .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.pulse-small .wp-block-button__link:hover {
  animation: none;
  background-color: #F46036;
}
.wp-block-buttons .wp-block-button.pulse .wp-block-button__link {
  animation: pulseLarge 2s infinite;
}
.wp-block-buttons .wp-block-button.pulse-small .wp-block-button__link {
  animation: pulseSmall 2s infinite;
}
.wp-block-buttons .wp-block-button__link {
  border-radius: 6px;
}
.wp-block-buttons .wp-block-button__link:hover {
  background-color: #64BCE1;
}
.wp-block-buttons .wp-block-button__link.button-sm {
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
}

.wp-block-columns {
  justify-content: space-between;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2rem;
  margin-bottom: 0;
}
.wp-block-columns.gap-4 .wp-block-column, .wp-block-columns.gap-6 .wp-block-column {
  margin: 0;
}
.wp-block-columns.gap-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
.wp-block-columns.gap-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0;
}
@media (max-width: 1200px) {
  .wp-block-columns {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 950px) {
  .wp-block-columns:not([class*=respond-below]) {
    flex-direction: column;
    margin-left: 0;
  }
  .wp-block-columns:not([class*=respond-below]) .wp-block-column {
    display: inline-block;
    width: auto;
    margin-left: 0;
  }
  .wp-block-columns:not([class*=respond-below]) .wp-block-column.order-1 {
    order: 1;
  }
  .wp-block-columns:not([class*=respond-below]) .wp-block-column.order-2 {
    order: 2;
  }
}
@media (max-width: 780px) {
  .wp-block-columns.respond-below-base {
    flex-direction: column;
    margin-left: 0;
  }
  .wp-block-columns.respond-below-base .wp-block-column {
    display: inline-block;
    width: auto;
    margin-left: 0;
  }
  .wp-block-columns.respond-below-base .wp-block-column.order-1 {
    order: 1;
  }
  .wp-block-columns.respond-below-base .wp-block-column.order-2 {
    order: 2;
  }
}
@media (max-width: 740px) {
  .wp-block-columns.respond-below-md {
    flex-direction: column;
    margin-left: 0;
  }
  .wp-block-columns.respond-below-md .wp-block-column {
    display: inline-block;
    width: auto;
    margin-left: 0;
  }
  .wp-block-columns.respond-below-md .wp-block-column.order-1 {
    order: 1;
  }
  .wp-block-columns.respond-below-md .wp-block-column.order-2 {
    order: 2;
  }
}
@media (max-width: 600px) {
  .wp-block-columns.respond-below-sm {
    flex-direction: column;
    margin-left: 0;
  }
  .wp-block-columns.respond-below-sm .wp-block-column {
    display: inline-block;
    width: auto;
    margin-left: 0;
  }
  .wp-block-columns.respond-below-sm .wp-block-column.order-1 {
    order: 1;
  }
  .wp-block-columns.respond-below-sm .wp-block-column.order-2 {
    order: 2;
  }
}

.wp-block-cover__inner-container {
  padding: 0 2.5rem;
}
@media (max-width: 1200px) {
  .wp-block-cover__inner-container {
    padding: 0 2rem;
  }
}
@media (max-width: 950px) {
  .wp-block-cover__inner-container {
    padding: 0 1.5rem;
  }
}
.wp-block-cover.hero {
  position: relative;
  overflow: hidden;
}
.wp-block-cover.hero::before {
  content: "";
  position: absolute;
  z-index: 9;
  bottom: -140px;
  left: -4px;
  height: 320px;
  width: 100%;
  background-image: url(/wp-content/themes/quoteyeti/assets/img/yeti-hero.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wp-block-cover.hero .wp-block-cover__inner-container::before {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
  top: 68px;
  left: 0;
  height: 300px;
  width: 200vw;
  background-image: url(/wp-content/themes/quoteyeti/assets/img/hero-clouds.svg);
  background-size: 50% auto;
  background-position: top center;
  background-repeat: repeat-x;
  animation: cloudSlide 40s linear infinite;
}
@media (max-width: 740px) {
  .wp-block-cover.hero .wp-block-cover__inner-container::before {
    top: 80px;
    height: 500px;
    background-image: url(/wp-content/themes/quoteyeti/assets/img/hero-clouds-mobile.svg);
  }
}
.wp-block-cover.hero h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 4.25rem;
}
@media (max-width: 950px) {
  .wp-block-cover.hero h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 780px) {
  .wp-block-cover.hero h1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 600px) {
  .wp-block-cover.hero h1 {
    font-size: 2.75rem;
    margin-bottom: 0;
  }
  .wp-block-cover.hero p.text-lg {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}
.wp-block-cover.category-hero {
  position: relative;
  padding: 0;
  background-color: #FFFFFF;
}
.wp-block-cover.category-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  content: "";
  z-index: 9;
  opacity: 0;
  mix-blend-mode: multiply;
  background-color: #FFFFFF;
  transition: opacity 0.2s ease;
}
.wp-block-cover.category-hero.video-end::before {
  opacity: 1;
}
.wp-block-cover.category-hero.video-end .wp-block-cover__video-background {
  opacity: 0.25;
}
.wp-block-cover.category-hero.video-end .wp-block-cover__inner-container {
  left: 0;
  opacity: 1;
}
.wp-block-cover.category-hero .wp-block-cover__video-background {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.wp-block-cover.category-hero .wp-block-cover__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
  left: -9999px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wp-block-cover.cover-cta {
  position: relative;
  min-height: 240px;
  padding: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
}
.wp-block-cover.cover-cta::before, .wp-block-cover.cover-cta::after {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: 9;
  bottom: -7rem;
  right: -5rem;
  height: 320px;
  min-height: unset;
  width: 320px;
  transition: opacity 0.2s ease;
}
.wp-block-cover.cover-cta::before {
  background-image: url(/wp-content/themes/quoteyeti/assets/img/mascot/thumbs-up-left.svg);
}
.wp-block-cover.cover-cta::after {
  opacity: 0;
  background-image: url(/wp-content/themes/quoteyeti/assets/img/mascot/thumbs-up-left-wink.svg);
}
.wp-block-cover.cover-cta.wink::after {
  opacity: 1;
}
.wp-block-cover.cover-cta .wp-block-cover__image-background {
  margin-top: 35px;
}
.wp-block-cover.cover-cta .wp-block-cover__inner-container {
  padding: 0;
}
.wp-block-cover.cover-cta .wp-block-cover__inner-container h4, .wp-block-cover.cover-cta .wp-block-cover__inner-container .h4 {
  color: #2C4577;
  font-family: "plantin", serif;
  font-size: 1.75rem;
  margin: 0 0 2.5rem 0;
}
.wp-block-cover.cover-cta .wp-block-cover__inner-container p {
  color: #505050;
  margin: 0 0 0.25rem 0;
}
@media (max-width: 950px) {
  .wp-block-cover.cover-cta {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .wp-block-cover.cover-cta {
    padding-bottom: 10rem;
  }
  .wp-block-cover.cover-cta::before {
    background-image: url(/wp-content/themes/quoteyeti/assets/img/yeti-hero.svg);
    left: 50%;
    right: unset;
    bottom: -5rem;
    height: 190px;
    width: 350px;
    transform: translateX(-50%);
  }
  .wp-block-cover.cover-cta::after {
    display: none;
  }
  .wp-block-cover.cover-cta .wp-block-cover__inner-container h4, .wp-block-cover.cover-cta .wp-block-cover__inner-container p {
    text-align: center;
  }
  .wp-block-cover.cover-cta .wp-block-cover__inner-container .wp-block-buttons {
    justify-content: center;
  }
}
.wp-block-cover.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover.object-cover img.wp-block-cover__image-background {
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-cover.viewport {
  height: 100vh;
  width: 100vw;
  padding: 0;
}
.wp-block-cover img.wp-block-cover__image-background {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}

@keyframes cloudSlide {
  100% {
    transform: translateX(-100vw);
  }
}
.wp-block-gallery.flex .blocks-gallery-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wp-block-gallery.flex .blocks-gallery-grid .blocks-gallery-item {
  margin: 0;
}
@media (max-width: 950px) {
  .wp-block-gallery.flex .blocks-gallery-grid {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 2rem;
    max-width: 580px;
  }
}
@media (max-width: 740px) {
  .wp-block-gallery.flex .blocks-gallery-grid {
    max-width: 400px;
  }
}

.wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 7rem 2.5rem;
}
@media (max-width: 1200px) {
  .wp-block-group__inner-container {
    padding: 5rem 2rem;
  }
}
@media (max-width: 950px) {
  .wp-block-group__inner-container {
    max-width: 800px;
    padding: 4rem 1.5rem;
  }
}

.wp-block-image figure.alignright {
  margin: 0 0 1.5rem 2rem;
}
.wp-block-image figure figcaption {
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  text-align: center;
  max-width: calc(100% - 2rem);
}
.wp-block-image img {
  height: auto;
  width: 100%;
}

.wp-block-latest-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote {
  margin: 0;
}
.wp-block-quote p {
  color: #2C4577;
  font-family: "plantin", serif;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
.wp-block-quote cite {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  color: #505050;
  font-size: 1rem;
  font-style: normal;
  margin-top: 1.5rem;
}
.wp-block-quote cite::before {
  content: "";
  display: block;
  height: 64px;
  width: 64px;
  margin-right: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 999px;
}
.wp-block-quote cite span {
  display: flex;
  flex-direction: column;
}
.wp-block-quote cite span::after {
  content: "Verified customer";
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.85rem;
  text-align: center;
  width: 120px;
  padding: 0.25rem 0;
  margin-top: 0.25rem;
  background-color: #64BCE1;
  border-radius: 0.25rem;
}

.wp-block-authentikblock-authentik-card {
  overflow: hidden;
  border: 1px solid #DFDFDF;
  border-radius: 0.5rem;
}
.wp-block-authentikblock-authentik-card .headline, .wp-block-authentikblock-authentik-card .stats, .wp-block-authentikblock-authentik-card .rank-content {
  background-color: transparent;
  border: none;
}
.wp-block-authentikblock-authentik-card .headline, .wp-block-authentikblock-authentik-card .stats {
  border-bottom: 1px solid #DFDFDF;
}
.wp-block-authentikblock-authentik-card .headline .rank {
  border-color: #DFDFDF;
}
.wp-block-authentikblock-authentik-card .headline .title h2 {
  margin: 0;
}
.wp-block-authentikblock-authentik-card .stats .item {
  border-color: #DFDFDF;
}
.wp-block-authentikblock-authentik-card .stats .item.link {
  margin: -1px;
}
.wp-block-authentikblock-authentik-card .stats .item.link a {
  background-color: #2C4577;
}
.wp-block-authentikblock-authentik-card .stats .item p {
  line-height: 1;
  margin: 0.5rem 0 0 0;
}
.wp-block-authentikblock-authentik-card .featured-image {
  display: none;
}

@media (max-width: 740px) {
  .wp-block-separator {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.wp-block-table {
  padding: 0.5rem 0;
  margin: 1.5rem 0;
}
.wp-block-table.is-style-stripes {
  border: none;
}
.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #EFF4F8;
}
.wp-block-table table {
  overflow: hidden;
  border-radius: 6px;
}
.wp-block-table table tbody tr td {
  padding: 1rem 1.5rem;
}
.wp-block-table table tbody tr td strong {
  color: #212529;
}

/* Shortcodes */
.author-block {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: flex-start;
  grid-template-columns: 260px auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}
.author-block__left {
  width: 280px;
  height: 100%;
}
.author-block__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: unset;
  width: 100%;
  margin-top: 0.5rem;
}
.author-block__right .author {
  width: calc(50% - 4rem);
  padding: 1.5rem;
  margin-bottom: 1.75rem;
  border: 1px solid #DFDFDF;
  border-radius: 0.5rem;
}
.author-block__right .author__content {
  margin-top: 1rem;
}
.author-block__right .author__content__name {
  margin-bottom: 0.25rem;
}
.author-block__right .author__content__name a {
  font-family: "sofia-pro", sans-serif;
}
.author-block__right .author__content__bio {
  font-size: 1rem;
  margin-top: 0;
}
.author-block__right .author img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 950px) {
  .author-block__right {
    flex-direction: column;
  }
  .author-block__right .author {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    width: calc(100% - 2.5rem);
    padding: 1.25rem;
  }
  .author-block__right .author__content {
    margin-top: 0;
  }
}
@media (max-width: 780px) {
  .author-block__right .author {
    display: block;
  }
  .author-block__right .author__content {
    margin-top: 1rem;
  }
}
@media (max-width: 600px) {
  .author-block__right {
    flex-direction: column;
  }
  .author-block__right .author {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    width: calc(100% - 2.5rem);
    padding: 1.25rem;
  }
  .author-block__right .author__content {
    margin-top: 0;
  }
}
@media (max-width: 440px) {
  .author-block__right .author {
    display: block;
  }
  .author-block__right .author__content {
    margin-top: 1rem;
  }
}
@media (max-width: 600px) {
  .author-block {
    display: block;
  }
  .author-block__left {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#category-grid .categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 1.5rem;
}
#category-grid .categories__single {
  position: relative;
  height: calc(320px - 3rem - 2px);
  padding: 1.75rem;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  transition: box-shadow 0.2s ease;
}
#category-grid .categories__single__image {
  position: relative;
  height: 62px;
  width: 100%;
  margin-bottom: 1.5rem;
}
#category-grid .categories__single__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
#category-grid .categories__single__image img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFFFFF;
  transition: opacity 0.2s ease;
}
#category-grid .categories__single:hover {
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.075);
}
#category-grid .categories__single:hover .categories__single__image img:first-of-type {
  opacity: 1;
}
#category-grid .categories__single .h5 {
  text-align: center;
  margin-bottom: 1rem;
}
#category-grid .categories__single p {
  font-size: 0.85rem;
}
#category-grid .categories__single .wp-block-buttons {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  width: calc(100% - 3rem);
}
#category-grid .categories__single .wp-block-buttons .wp-block-button {
  width: 100%;
  margin: 0;
}
#category-grid .categories__single .wp-block-buttons .wp-block-button__link {
  display: block;
  width: 100%;
}
@media (max-width: 740px) {
  #category-grid .categories__single {
    height: auto;
    width: calc(100% - 3.5rem);
  }
  #category-grid .categories__single h5 {
    font-size: 1.75rem;
  }
  #category-grid .categories__single p {
    font-size: 1rem;
    text-align: center;
  }
  #category-grid .categories__single .wp-block-buttons {
    position: unset;
    width: 100%;
  }
}
@media (max-width: 740px) {
  #category-grid .categories {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}/*# sourceMappingURL=index.css.map */