@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.offer-container-wrapper {
  background: #F6F7F7;
  padding: 3rem 24px;
}
@media screen and (min-width: 1000px) {
  .offer-container-wrapper {
    background: #fff;
    padding: 3rem 2rem 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .offer-container-wrapper {
    background: #fff;
    padding: 3rem 4rem 4rem;
  }
}
.offer-container {
  *zoom: 1;
}
.offer-container:before, .offer-container:after {
  content: "";
  display: table;
}
.offer-container:after {
  clear: both;
}
.offer-container {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
}
@media screen and (min-width: 650px) {
  .offer-container {
    max-width: none;
  }
}
@media screen and (min-width: 730px) {
  .offer-container {
    max-width: 730px;
  }
}
@media screen and (min-width: 1000px) {
  .offer-container {
    max-width: 1100px;
  }
}
.offer-container-main {
  padding: 2rem 1rem;
}
@media screen and (min-width: 650px) {
  .offer-container-main {
    padding: 4rem 2rem 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .offer-container-main {
    padding: 2rem;
  }
}
.offer-container-secondary {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
@media screen and (min-width: 650px) {
  .offer-container-secondary {
    padding: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .offer-container-secondary {
    background: #F6F7F7;
    border-radius: 4px 4px 0 0;
    padding: 2rem 0 0;
    flex-direction: row;
  }
}
.offer-container-featured {
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 500px) {
  .offer-container-featured {
    padding: 1rem 2rem 2rem;
  }
}
@media screen and (min-width: 650px) {
  .offer-container-featured {
    padding: 0 4rem 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .offer-container-featured {
    background: #F6F7F7;
    border-top: 1px solid #ccc;
    margin-bottom: 4rem;
    padding: 4rem 6rem;
  }
}
@media screen and (min-width: 500px) {
  .offer-aside {
    padding: 0 0 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .offer-aside {
    padding: 1rem 0 1rem 2rem;
  }
}
@media screen and (min-width: 500px) {
  .offer-aside-main {
    margin: -4rem auto 0;
    max-width: 400px;
  }
}
@media (min-height: 700px) and (min-width: 1000px) {
  .offer-aside-main {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
  }
}
@media (min-height: 760px) and (min-width: 1000px) {
  .offer-aside-main {
    top: 1rem;
  }
}
@media (min-height: 800px) and (min-width: 1000px) {
  .offer-aside-main {
    top: 3rem;
  }
}
@media screen and (min-width: 650px) {
  .offer-aside-main {
    margin: 0 -2rem;
    max-width: none;
  }
}
@media screen and (min-width: 700px) {
  .offer-aside-main {
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .offer-aside-main {
    float: left;
    margin: 0;
    max-width: 400px;
    padding-top: 1rem;
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .offer-content {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  .offer-content-main {
    float: right;
    padding: 36rem 0 0 2rem;
    width: calc(100% - 400px);
  }
}
.offer-content-secondary {
  margin: 0 0 3rem;
}
@media screen and (min-width: 500px) {
  .offer-content-secondary {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 650px) {
  .offer-content-secondary {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .offer-content-secondary {
    float: left;
    margin: 0;
    padding: 1rem 2rem 0 4rem;
    width: 50%;
  }
}
@media screen and (min-width: 500px) {
  .offer-heading-main {
    font-size: 30px;
  }
}
@media screen and (min-width: 650px) {
  .offer-heading-main {
    font-size: 40px;
  }
}
.offer-section-main {
  margin-top: -6.5rem;
  padding: 9.5rem 1rem 1rem;
}
@media screen and (min-width: 1000px) {
  .offer-section-main {
    margin: 0;
    padding: 1rem 2rem;
  }
}
.offer-section-main:last-child p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .offer-section-secondary {
    height: 100%;
    padding: 0 0 7rem;
    position: relative;
  }
}
.offer-section-secondary .author-details {
  padding-bottom: 16px;
}

.offer-hero {
  height: 200px;
  background: #F6F7F7 url("/assets/v4/images/offer/offer-hero-mobile.jpg") bottom;
  background-size: cover;
  width: 100%;
}
@media (min-width: 350px) {
  .offer-hero {
    height: 250px;
  }
}
@media (min-width: 430px) {
  .offer-hero {
    height: 300px;
  }
}
@media (min-width: 500px) {
  .offer-hero {
    height: 400px;
  }
}
@media (min-width: 650px) {
  .offer-hero {
    height: 100%;
    position: absolute;
    background: #fff url("/assets/v4/images/offer/offer-hero-tablet.jpg") no-repeat;
    background-size: contain;
  }
}
@media (min-width: 750px) {
  .offer-hero {
    height: 600px;
    background-size: cover;
    background-position: bottom;
  }
}
@media (min-width: 850px) {
  .offer-hero {
    background-position: center;
  }
}
@media (min-width: 1000px) {
  .offer-hero {
    background: #F6F7F7 url("/assets/v4/images/offer/offer-hero-desktop.jpg") 53% 0;
    background-size: cover;
  }
}
.offer-hero-overlay {
  display: none;
}
@media (min-width: 650px) {
  .offer-hero-overlay {
    bottom: -1px;
    display: block;
    position: absolute;
    width: 100%;
  }
}

#vaLoanBookRequest {
  padding: 0.5rem;
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
}

.fmcty-style-alpha.fmcty-style-theme-on-dark .fmcty-section-first {
  padding: 1rem;
}
.fmcty-style-alpha.fmcty-style-theme-on-dark .fmcty-section-first .fmcty-radio-option-label {
  background-color: #005AF7;
  color: #fff;
}
.fmcty-style-alpha.fmcty-style-theme-on-dark .fmcty-section-first .fmcty-radio-option-label strong {
  color: #FFC528;
  margin-left: 0.25rem;
}
.fmcty-style-alpha.fmcty-style-theme-on-dark .fmcty-section-first .fmcty-radio-option-label .book-price {
  position: relative;
}
.fmcty-style-alpha.fmcty-style-theme-on-dark .fmcty-section-first .fmcty-radio-option-label .book-price:before {
  content: "";
  bottom: 9px;
  right: -2px;
  width: 60px;
  height: 4px;
  position: absolute;
  transform: rotate(-14deg);
  background: #FFC528;
}
.fmcty-style-alpha.fmcty-style-theme-on-dark .fmcty-section-first .fmcty-field-next {
  display: none;
}
.fmcty-style-alpha.fmcty-style-theme-on-dark .field-phone_full .fmcty-label,
.fmcty-style-alpha.fmcty-style-theme-on-dark .field-name_label .fmcty-label,
.fmcty-style-alpha.fmcty-style-theme-on-dark .field-address_label .fmcty-label,
.fmcty-style-alpha.fmcty-style-theme-on-dark .field-address_search .fmcty-label,
.fmcty-style-alpha.fmcty-style-theme-on-dark .field-time_at_current_address .fmcty-label {
  padding-top: 0;
}
.fmcty-style-alpha.fmcty-style-theme-on-dark .field-phone_full .fmcty-label:before,
.fmcty-style-alpha.fmcty-style-theme-on-dark .field-name_label .fmcty-label:before,
.fmcty-style-alpha.fmcty-style-theme-on-dark .field-address_label .fmcty-label:before,
.fmcty-style-alpha.fmcty-style-theme-on-dark .field-address_search .fmcty-label:before,
.fmcty-style-alpha.fmcty-style-theme-on-dark .field-time_at_current_address .fmcty-label:before {
  display: none;
}
.fmcty-style-alpha.fmcty-style-theme-on-dark .fmcty-field.field-city,
.fmcty-style-alpha.fmcty-style-theme-on-dark .fmcty-field.field-state {
  margin-bottom: 0;
}

.offer-message {
  border-radius: 8px;
  line-height: 1.25;
  margin: -3rem -1rem 2rem;
  position: relative;
  text-align: left;
  min-height: 60px;
}
@media screen and (min-width: 330px) {
  .offer-message {
    min-height: 56px;
  }
}
.offer-message-success {
  background: #D3EE8B;
  border: 2px solid #7CC456;
  color: #001941;
  padding: 0.5rem 0.5rem 0.5rem 2.25rem;
}
@media screen and (min-width: 330px) {
  .offer-message-success {
    padding: 1rem 0.5rem 1rem 2.25rem;
  }
}
.offer-message-success strong::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23005AF7' d='M22.726,5.087l-.1.161-.159.1c-.1.066-10.09,6.673-12.073,14.748l-.075.306-.259.18A2.485,2.485,0,0,1,8.717,21a2.106,2.106,0,0,1-1.281-.435l-.125-.095-.082-.133c-.03-.05-3.062-4.948-5.708-6.461l-.232-.133L1.177,13.5a1.939,1.939,0,0,1,.031-1.662L1.6,11.15l6.46,3.192C9.322,12.6,13.44,7.572,21.6,2.981l.591-.332.446.51A1.625,1.625,0,0,1,22.726,5.087Z'%3E%3C/path%3E%3C/svg%3E");
  content: "";
  height: 18px;
  left: 0.75rem;
  position: absolute;
  width: 18px;
}
.offer-message-failure {
  background: #F3AA9D;
  border: 2px solid #E02B0B;
  color: #000;
  padding: 0.5rem 3rem;
  text-align: center;
}
.offer-message.hidden {
  display: none;
}
.offer-cta-heading {
  font-family: "VU Sans", "Avenir Next", Avenir, Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}
.offer-cta-heading-top {
  color: #FFC528;
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 400px) {
  .offer-cta-heading-top {
    margin-bottom: 1rem;
  }
}
.offer-cta-heading-bottom {
  color: #fff;
  display: block;
  line-height: 1;
  margin: 0 0 1rem;
}
@media screen and (min-width: 650px) {
  .offer-cta-heading-bottom {
    font-size: 34px;
  }
}
@media screen and (min-width: 1000px) {
  .offer-cta-heading-bottom {
    font-size: 38px;
  }
}
.offer-cta-heading-bottom span {
  white-space: nowrap;
}
.offer-cta-text {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0 0 1rem;
  text-align: left;
}
@media screen and (min-width: 400px) {
  .offer-cta-text {
    font-size: 16px;
  }
}

.offer-container .fmcty-style-alpha {
  margin: 0 -1rem;
}
@media screen and (min-width: 400px) {
  .offer-container .fmcty-style-alpha {
    margin: 0;
  }
}
.offer-container .fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-label,
.offer-container .fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-field-description {
  text-align: left;
}
@media (min-width: 500px) and (max-width: 1000px) {
  .offer-container .fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-label,
  .offer-container .fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-field-description,
  .offer-container .fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-field-next {
    margin: 1rem 13px;
    max-width: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .offer-container #askTheAuthor {
    float: right;
    padding: 1rem 0 0;
    width: 50%;
  }
  .offer-container #askTheAuthor_question {
    height: 80px;
  }
  .offer-container .fmcty-form-style-ask-the-author {
    margin: 0;
    background: none;
    background-image: none;
    padding: 0;
  }
  .offer-container .fmcty-form-style-ask-the-author .fmcty-label {
    color: #001941;
  }
  .offer-container .fmcty-form-style-ask-the-author .fmcty-section-first {
    background-position: right;
  }
  .offer-container .fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-label {
    color: #001941;
    font-size: 20px;
    line-height: 1.85;
    margin-bottom: 2rem;
  }
  .offer-container .fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-field-description {
    color: #001941;
    line-height: 1.7;
    margin: 0 auto;
  }
  .offer-container .fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-section-content {
    padding: 1rem 1rem 9rem 2rem;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .offer-container .fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-section-content {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 1000px) {
  .offer-container .fmcty-form-style-ask-the-author .contact-form-response h3.h-bravo, .offer-container .fmcty-form-style-ask-the-author .contact-form-response p {
    color: #001941;
  }
  .offer-container .fmcty-form-style-ask-the-author .contact-form-response h3.h-bravo {
    line-height: 1;
  }
  .offer-container .fmcty-form-style-ask-the-author .contact-form-response p {
    margin: 0 auto;
    max-width: 330px;
  }
  .offer-container .fmcty-form-style-ask-the-author .fmcty-field-next {
    bottom: 4rem;
    padding: 0;
    position: absolute;
    width: calc(100% - 3rem);
  }
  .offer-container .fmcty-form-style-ask-the-author .fmcty-field-next .fmcty-next {
    font-family: "VU Sans", "Avenir Next", Avenir, Roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    padding: 1rem;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1100px) {
  .offer-container .fmcty-form-style-ask-the-author .fmcty-field-next .fmcty-next {
    font-size: 14px;
  }
}

.offer-nav {
  background: #F6F7F7;
  border-radius: 4px;
  margin: 0 -1rem 1rem;
  padding: 2rem 1rem;
  width: calc(100% + 2rem);
}
@media screen and (min-width: 400px) {
  .offer-nav {
    margin: 24px 0 1rem;
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 450px) {
  .offer-nav {
    padding: 2rem;
  }
}
@media screen and (min-width: 650px) {
  .offer-nav {
    border-radius: 0;
    margin-bottom: 0;
    padding: 2rem 1.5rem 2rem 2rem;
  }
}
@media (min-height: 730px) and (min-width: 1000px) {
  .offer-nav {
    border-radius: 4px;
  }
}
.offer-nav-heading {
  display: block;
  font-size: 20px;
  margin: 0 0 1rem 0.25rem;
}
@media (min-width: 650px) and (max-width: 999px) {
  .offer-nav-list {
    column-count: 2;
  }
}
.offer-nav-list li {
  display: inline-block;
  width: 100%;
}
.offer-nav-list a {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  position: relative;
  text-decoration: none;
  border-bottom: 0 !important;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .offer-nav-list a {
    line-height: 1.7;
    margin-bottom: 0;
  }
}
.offer-nav-list a:before {
  bottom: -10px;
  color: #001941;
  content: "•";
  font-size: 28px;
  left: 8px;
  position: absolute;
  top: 3px;
}
@media (min-width: 650px) and (max-width: 999px) {
  .offer-nav-list a:before {
    top: -8px;
  }
}
.offer-nav-list a:hover, .offer-nav-list a:focus {
  background: #fff;
  color: #001941;
}

.review-cards:before {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
  left: -16px;
  z-index: 2;
}
.review-cards:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgb(255, 255, 255) 100%);
  right: 0;
}
.review-cards.owl-carousel {
  margin-left: -16px;
  position: relative;
}
.review-cards.owl-carousel:before, .review-cards.owl-carousel:after {
  content: "";
  bottom: 0;
  position: absolute;
  top: 0;
  width: 0;
}
@media screen and (min-width: 350px) {
  .review-cards.owl-carousel:before, .review-cards.owl-carousel:after {
    width: 2rem;
  }
}
.review-cards.owl-carousel .owl-stage-outer {
  padding: 5px 10px 24px;
}
.review-cards.owl-carousel .owl-item {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  width: 260px !important;
}

.review-card-body .review-card-content {
  height: 215px;
}
.review-card-body .review-card-content:before, .review-card-body .review-card-content:after {
  margin-top: 0;
}
.review-card-body .review-card-content:before {
  margin-left: -0.6em;
}

.author-section {
  background: #F6F7F7;
  position: relative;
}
.author-details-heading {
  margin-bottom: 2rem;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .author-details-heading {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 650px) {
  .author-details-heading {
    max-width: none;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 730px) {
  .author-details-heading {
    max-width: 730px;
  }
}
@media screen and (min-width: 1000px) {
  .author-details-heading {
    line-height: 1;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.author-details-image {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  vertical-align: middle;
  width: 70px;
}
.author-details p {
  display: inline-block;
  margin: 0;
  padding-left: 1rem;
  vertical-align: middle;
}
.author-details-info {
  display: block;
  line-height: 1.25;
  margin: 0;
}
.author-details-info a {
  text-decoration: none;
}
.author-social-btn {
  -webkit-appearance: none;
  display: block;
  background-position: 1rem 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
  font-family: "VU Sans", "Avenir Next", Avenir, Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  line-height: 1em;
  padding: 1rem 1rem 1rem 3.5rem;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .author-social-btn {
    display: inline-block;
    margin: 2rem 0 0;
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 1000px) {
  .author-social-btn {
    bottom: 4rem;
    position: absolute;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .author-social-btn {
    background-position: 0.5rem 50%;
    font-size: 14px;
    padding: 1rem 0.5rem 1rem 2.75rem;
  }
}
.author-social-btn:hover, .author-social-btn:focus {
  color: #fff;
}
.author-social-btn-facebook {
  background-color: #3b5998;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z'/%3E%3C/svg%3E");
}
@media screen and (min-width: 650px) {
  .author-social-btn-facebook {
    float: right;
  }
}
@media screen and (min-width: 1000px) {
  .author-social-btn-facebook {
    left: 0;
    margin: 0;
  }
}
.author-social-btn-twitter {
  background-color: #1DA1F2;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z'/%3E%3C/svg%3E");
  margin: 2rem 0 1rem;
}
@media screen and (min-width: 650px) {
  .author-social-btn-twitter {
    float: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .author-social-btn-twitter {
    right: 0;
    margin: 0;
  }
}
.author-featured-heading {
  text-align: center;
}
@media screen and (min-width: 650px) {
  .author-featured-heading {
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .author-featured-heading {
    background: #F6F7F7;
    left: calc(50% - 4.5rem);
    margin: 0;
    position: absolute;
    top: -15px;
    width: 9rem;
  }
}
@media screen and (min-width: 1000px) {
  .author-featured-image-small {
    display: none;
  }
}
.author-featured-image-large {
  display: none;
}
@media screen and (min-width: 1000px) {
  .author-featured-image-large {
    display: block;
  }
}

.offer-aside-secondary-aside .fmcty-form-style-ask-the-author {
  margin-bottom: 0;
  padding: 1rem 0 0 1rem;
}

.offer-section-secondary .author-details {
  padding-bottom: 16px;
}

.share-links {
  padding-top: 16px;
}
.share-links .share-link-facebook,
.share-links .share-link-instagram,
.share-links .share-link-twitter,
.share-links .share-link-linkedin {
  background: #005AF7;
  border-radius: 50%;
  display: inline-block;
  height: 44px;
  margin-right: 8px;
  position: relative;
  width: 44px;
  transition: all 0.2s ease;
}
.share-links .share-link-facebook:hover,
.share-links .share-link-instagram:hover,
.share-links .share-link-twitter:hover,
.share-links .share-link-linkedin:hover {
  transform: scale(1.1);
}
.share-links a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.share-links svg {
  opacity: 1;
  transition: all 0.2s ease;
}
.share-links .svg-facebook svg {
  height: 26px;
  margin: -13px 0 0 -13px;
  width: 26px;
}
.share-links .svg-instagram svg {
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.share-links .svg-twitter svg {
  height: 32px;
  margin: -15px 0 0 -15px;
  width: 32px;
}
.share-links .svg-instagram svg {
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.share-links.text {
  font-size: 16px;
  display: block;
  background: transparent;
  width: auto;
  word-break: break-all;
  line-height: 1.4rem;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  height: 30px;
}
@media screen and (min-width: 600px) {
  .share-links.text {
    font-size: 18px;
  }
}
.share-links.text:hover {
  transform: none;
}
.share-links.text a {
  text-decoration: none;
}

.fmcty-form-style-ask-the-author {
  border-radius: 4px;
  padding: 0;
  padding-top: 1rem;
  background: #001941;
}
.fmcty-form-style-ask-the-author.fmcty-style-standard .fmcty-field-textarea dd {
  padding: 0;
}
.fmcty-form-style-ask-the-author .fmcty-form {
  margin-left: 0;
  margin-right: 0;
}
.fmcty-form-style-ask-the-author .fmcty-section-first {
  background-image: url("/assets/images/education/hero-birk-standing.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 75px auto;
}
@media screen and (min-width: 500px) {
  .fmcty-form-style-ask-the-author .fmcty-section-first {
    background-position: calc(100% + 35px) 100%;
    background-size: contain;
  }
}
.fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-section-content {
  padding: 1rem;
}
@media screen and (min-width: 500px) {
  .fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-section-content {
    width: calc(100% - 170px);
  }
}
.fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-label {
  font-family: "VU Sans", "Avenir Next", Avenir, Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.fmcty-form-style-ask-the-author .fmcty-section-first .fmcty-field-description {
  color: #F6F7F7;
}
.fmcty-form-style-ask-the-author #field_askTheAuthor_name_label {
  padding-top: 1rem;
}
.fmcty-form-style-ask-the-author .fmcty-label {
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 499px) {
  .fmcty-form-style-ask-the-author .fmcty-field-next {
    max-width: none;
    width: calc(100% - 75px);
  }
}
.fmcty-form-style-ask-the-author .fmcty-field-next .fmcty-next {
  width: 100%;
}
.fmcty-form-style-ask-the-author .fmcty-field-next,
.fmcty-form-style-ask-the-author .fmcty-field-prev {
  padding-bottom: 2rem;
}
.fmcty-form-style-ask-the-author .field-wants_mortgage_contact {
  margin-top: 1rem;
}
.fmcty-form-style-ask-the-author .contact-form-response {
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
}
.fmcty-form-style-ask-the-author .contact-form-response .h-bravo,
.fmcty-form-style-ask-the-author .contact-form-response p {
  color: #fff;
}
.fmcty-form-style-ask-the-author .field-kitten_type {
  display: none;
}

@media print {
  body {
    color: #000;
    font-size: 12px;
  }
  .offer-hero,
  .offer-aside,
  .nav-primary,
  .acct-login,
  .star-rating,
  .author-social-btn,
  #askTheAuthor,
  .author-details-image,
  .author-featured-image-small,
  .search-form,
  .nav-extended,
  .nav-utility,
  .page-footer-share-links,
  .page-footer-logo {
    display: none;
  }
  .author-featured-image-large {
    display: block;
  }
  .page-header {
    border-bottom: 1px solid #F6F7F7;
    border-top: 1px solid #F6F7F7;
    padding: 12px 0;
  }
  .page-header-logo {
    display: inline-block;
  }
  .page-header-utility {
    display: inline-block;
    margin-top: 12px;
    position: static;
    text-align: right;
    vertical-align: middle;
    width: calc(100% - 245px);
  }
  .page-header .link-tel {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
  }
  .banner-legal {
    border-top: 1px solid #F6F7F7;
  }
  .page-endcap {
    background: none;
    background-color: none;
    border-bottom: 1px solid #F6F7F7;
    border-top: 1px solid #F6F7F7;
  }
  .page-endcap .page-endcap-line-1, .page-endcap .page-endcap-line-2 a, .page-endcap small {
    color: #000;
  }
  .offer-content-secondary {
    margin: 0;
  }
  .offer-section-main {
    margin: 0 0 2rem;
    padding: 0;
  }
  .offer-container {
    max-width: none;
  }
  .offer-container-main {
    padding: 2rem 1rem 0;
  }
  .offer-container-featured {
    padding: 0 0 3rem;
  }
  .offer-container-wrapper {
    background: none;
    padding: 0 1rem;
  }
  .author-details-heading {
    max-width: none;
  }
  .review-cards .owl-stage-outer {
    padding: 0;
  }
  .review-card {
    border: 1px solid #F6F7F7;
    box-shadow: none;
    margin-bottom: 2rem;
    width: 600px;
  }
  .author-details p {
    margin: 0 0 1rem;
    padding: 0;
  }
  .author-featured-heading {
    font-weight: 700;
    text-align: left;
  }
}
.page-header {
  margin: 0;
}

/*# sourceMappingURL=offer.css.map */
