@import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
table {
  border-collapse: collapse;
  width: 100%; }

td {
  vertical-align: top; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*-------- COLORS --------

*/
/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*---These are Variables. They are being used in place of the hex color easily changes site colors but updating these variables----*/
/*----These are Mixins. They work similarly to variables and are plugged in using @include in place of the CSS----*/
.btn {
  display: inline-block;
  border: solid 1px #fff;
  margin: 3px;
  padding: 12px 22px;
  align-items: center;
  text-transform: uppercase;
  border-radius: 8px;
  transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease, border-color .25s ease; }

.green {
  background: #145C3A;
  color: #fff; }

.white-trans {
  color: #fff;
  background: rgba(255, 255, 255, 0.1); }

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25); }

.btn.green:hover,
.btn.green:focus-visible {
  background: #0f4a2f;
  color: #fff; }

.btn.white-trans:hover,
.btn.white-trans:focus-visible {
  background: rgba(182, 212, 234, 0.22);
  border-color: #B6D4EA;
  color: #fff; }

/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Roboto Condensed", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "New Amsterdam", sans-serif; }

a {
  text-decoration: none !important; }

/*---Animations---*/
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes Appear {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.width {
  max-width: 1350px;
  margin: 0 auto;
  width: 96%;
  box-sizing: border-box; }

.pad {
  padding: clamp(20px, 3vw, 50px) 10px; }

/*--- HEADER STYLES ---------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  max-width: 1350px;
  margin: 0 auto;
  width: 96%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0; }

.logo {
  max-width: 120px;
  width: 100%; }
  .logo img {
    width: 100%; }

.head-btn {
  height: 47px;
  align-self: center;
  width: auto !important; }
  .head-btn i {
    padding-right: 10px; }

/*--------Hero---------*/
.hero {
  width: 100%;
  height: 900px;
  position: relative;
  background-color: #000; }
  .hero .top-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; }
  .hero .btm-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    -index: 1; }

.hero-text {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff; }

.p-text {
  z-index: 15;
  color: #fff;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  animation: 2s ease-out 0s 1 Appear; }
  .p-text h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8); }
  .p-text p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
    padding: 20px 0; }

.hero-title {
  position: relative;
  display: inline-block;
  /* Outline layer */ }
  .hero-title h1, .hero-title .h1 {
    margin: 0;
    line-height: .8;
    font-weight: 400;
    text-transform: uppercase;
    animation: 1s ease-out 0s 1 slideInFromBottom; }
  .hero-title h1 {
    font-size: clamp(45px, 5vw, 140px);
    color: #fff;
    position: relative;
    z-index: 5;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); }
  .hero-title h1 span {
    display: block;
    font-size: clamp(70px, 14vw, 250px); }
  .hero-title .h1 {
    font-size: clamp(45px, 5vw, 140px);
    font-family: "New Amsterdam", sans-serif;
    position: absolute;
    line-height: .8;
    inset: 0;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    z-index: 15;
    pointer-events: none; }
  .hero-title .h1 span {
    display: block;
    font-size: clamp(70px, 14vw, 250px); }

.body-content {
  width: 100%;
  height: auto !important;
  background-color: #fff;
  background-image: url("/siteart/texture.jpg");
  background-position: center;
  background-repeat: repeat;
  height: auto;
  z-index: 20;
  position: relative;
  background-attachment: fixed; }

.center-heading {
  width: 100%;
  text-align: center;
  padding: 20px 0px; }
  .center-heading h2 {
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    display: contents; }
    .center-heading h2 span {
      font-size: clamp(25px, 4vw, 40px); }

.blue-back {
  background: #cfe9fc; }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px; }
  .flex-row .flex3 {
    width: calc(33.33% - 10px); }

.icons {
  text-align: center;
  padding: 30px 0 15px 0; }
  .icons i {
    font-size: 40px;
    color: #145C3A;
    height: 70px;
    width: 70px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
  .icons h3 {
    font-size: clamp(20px, 2vw, 25px);
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000;
    padding: 15px 0; }
  .icons p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
    color: #222; }
  .icons a {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
    color: #222;
    transition: .3s ease;
    text-decoration: underline !important; }

.rv-links {
  margin: 0 auto;
  width: 100%;
  padding: 10px; }

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px; }
  .buttons .tabs {
    display: inline-flex;
    padding: 12px 20px;
    border: solid 1px #000;
    color: #000;
    border-radius: 20px;
    background: #B6D4EA;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif; }

.buttons .tabs:hover,
.buttons .tabs.active {
  background: #145C3A;
  color: #fff; }

.panel {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: 0;
  overflow: hidden;
  will-change: opacity, transform; }

.panel.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  height: auto; }

.links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff; }
  .links a {
    display: flex;
    flex-direction: column;
    transition: .3s ease;
    align-items: center;
    justify-content: center;
    width: calc(25% - 4px);
    border: 2px solid #fff;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #145C3A;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 26px;
    font-family: "New Amsterdam", sans-serif; }
    .links a img {
      transition: .3s ease;
      max-width: 185px;
      width: 100%; }

.links a:hover {
  background: #B6D4EA;
  color: #000; }

.links a:hover img {
  filter: invert(1); }

/*----About Section----*/
.about-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 60px; }
  .about-row .about-links {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px; }
    .about-row .about-links a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: calc(50% - 8px);
      border: 2px solid #fff;
      padding: 30px;
      text-align: center;
      color: #fff;
      background: #145C3A;
      text-decoration: none;
      transition: 0.3s ease; }
      .about-row .about-links a h3 {
        font-size: clamp(20px, 2vw, 25px);
        font-weight: 600;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 1.1;
        text-transform: uppercase;
        color: #fff;
        padding: 8px 0; }
      .about-row .about-links a p {
        font-size: 16px;
        line-height: 24px;
        font-family: "Roboto Condensed", sans-serif;
        color: #fff; }
      .about-row .about-links a img, .about-row .about-links a i {
        transition: .3s ease;
        max-width: 180px;
        width: 100%; }
      .about-row .about-links a i {
        font-size: 70px;
        padding-bottom: 10px; }
    .about-row .about-links a:hover {
      background: #B6D4EA;
      color: #000; }
    .about-row .about-links a:hover img {
      filter: invert(1); }
    .about-row .about-links a:hover h3, .about-row .about-links a:hover p {
      color: #000; }
  .about-row .about-text {
    width: calc(50% - 30px); }
    .about-row .about-text h2 {
      font-size: clamp(35px, 5vw, 65px);
      font-weight: 400;
      color: #000;
      text-transform: uppercase;
      line-height: 1; }
      .about-row .about-text h2 span {
        color: #145C3A; }
    .about-row .about-text p {
      font-size: 16px;
      line-height: 24px;
      font-family: "Roboto Condensed", sans-serif;
      padding: 20px 0; }

/*---------Pages----------*/
.page-hero {
  width: 100%;
  height: 600px;
  position: relative;
  background: #000; }
  .page-hero .page-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; }
  .page-hero .hero-title h1 {
    z-index: 20;
    line-height: 1.1 !important; }
    .page-hero .hero-title h1 span {
      font-size: clamp(50px, 5vw, 120px) !important; }
  .page-hero .hero-text {
    top: 29% !important; }
  .page-hero .page-h1 {
    font-size: clamp(30px, 5vw, 100px);
    font-family: "New Amsterdam", sans-serif;
    position: absolute;
    line-height: 150px;
    color: #fff !important;
    border: none !important;
    z-index: 15;
    pointer-events: none;
    line-height: 1.1 !important; }

.left-heading {
  width: 100%;
  text-align: left;
  padding: 20px 0px; }
  .left-heading h2 {
    font-size: clamp(35px, 5vw, 65px);
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1; }
    .left-heading h2 span {
      color: #145C3A; }

.page-text {
  width: 100%; }
  .page-text p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
    padding: 10px 0; }

.faq-items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 40px; }
  .faq-items .faq-item {
    width: calc(50% - 20px); }
    .faq-items .faq-item h3 {
      font-size: clamp(20px, 2vw, 25px);
      font-weight: 600;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 1.1;
      text-transform: uppercase; }
    .faq-items .faq-item p {
      font-size: 16px;
      line-height: 24px;
      font-family: "Roboto Condensed", sans-serif;
      padding: 10px 0; }

.inv-page-hero {
  width: 100%;
  height: 400px;
  position: relative;
  background: #000;
  margin-bottom: 20px; }
  .inv-page-hero .page-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10; }
  .inv-page-hero .hero-text {
    top: 45% !important; }
  .inv-page-hero .page-h1 {
    font-size: clamp(30px, 5vw, 100px);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: "New Amsterdam", sans-serif;
    position: absolute;
    line-height: 150px;
    color: #fff !important;
    border: none !important;
    z-index: 15;
    pointer-events: none;
    line-height: 1.1 !important; }

/*--------GENERIC FORM TEMPLATE--------------------*/
.flex-form {
  width: 100%;
  margin: 0 auto 2rem auto;
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  font-size: 15px; }
  .flex-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.02em; }
  .flex-form input,
  .flex-form select,
  .flex-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: "Roboto Condensed", sans-serif;
    background: #ffffff;
    font-size: 15px;
    color: #333;
    transition: border-color 0.2s;
    box-sizing: border-box; }
    .flex-form input:focus,
    .flex-form select:focus,
    .flex-form textarea:focus {
      border-color: #145C3A;
      outline: none; }
  .flex-form textarea {
    min-height: 100px;
    resize: vertical; }
  .flex-form .form-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem; }
    .flex-form .form-row > * {
      flex: 1 1 0; }
  .flex-form .form-actions {
    text-align: right; }
  .flex-form button,
  .flex-form input[type="submit"],
  .flex-form .submit-button,
  .flex-form .fake-submit button {
    display: inline-block !important;
    padding: 14px 28px !important;
    width: auto !important;
    background: #145C3A !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-family: "New Amsterdam", sans-serif !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s; }
    .flex-form button:hover,
    .flex-form input[type="submit"]:hover,
    .flex-form .submit-button:hover,
    .flex-form .fake-submit button:hover {
      background: #B6D4EA !important; }
  .flex-form .form-note {
    font-size: 13px;
    color: #888;
    margin-bottom: 1rem; }

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem; }
  .flex-row > * {
    flex: 1 1 0; }

.form-whole {
  width: 100%; }

.form-half {
  width: calc(50% - 0.5rem); }

.form-third {
  width: calc(33.333% - 0.67rem); }

@media (max-width: 900px) {
  .form-half,
  .form-third {
    width: 100%; } }
.submit-button,
.flex-form .submit-button,
.fake-submit button {
  display: inline-block !important;
  padding: 14px 28px !important;
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-family: "New Amsterdam", sans-serif !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform .25s ease, box-shadow .25s ease; }

.submit-button:hover,
.fake-submit button:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18); }

/* CAPTCHA AREA (hidden state) */
.include-captcha {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease; }

/* SHOW STATE */
.include-captcha.show {
  opacity: 1;
  max-height: 350px;
  transform: translateY(0); }

/* FAKE BUTTON FADE OUT */
.fake-submit {
  opacity: 1;
  transition: opacity 0.3s ease; }

.fake-submit.hide {
  opacity: 0;
  pointer-events: none;
  display: none; }

.CaptchaPanel {
  text-align: left !important; }

/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  background-image: url("/siteart/texture.jpg");
  background-position: center;
  background-repeat: repeat;
  height: auto;
  z-index: 15;
  position: relative;
  background-attachment: fixed; }

.top-foot-img {
  width: 100%;
  margin-bottom: -10px; }
  .top-foot-img img {
    width: 100%; }

.footer {
  width: 100%;
  background: #020612;
  color: #fff;
  padding: 30px 0; }
  .footer h2 {
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    font-size: clamp(30px, 7vw, 120px);
    text-transform: uppercase;
    padding: 40px 0 0 0;
    opacity: .2; }

.footer-wrap {
  max-width: 1350px;
  margin: 0 auto;
  width: 96%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0; }

.foot-left {
  width: 30%; }
  .foot-left img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 10px; }
  .foot-left p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff; }

.foot-right {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap; }
  .foot-right .foot-col {
    width: 25%; }
    .foot-right .foot-col p {
      font-size: 20px;
      color: #fff;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      padding-bottom: 10px; }
    .foot-right .foot-col ul {
      margin: 0;
      padding: 0; }
      .foot-right .foot-col ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        color: #fff;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 16px;
        line-height: 35px;
        text-transform: uppercase; }
        .foot-right .foot-col ul li a {
          color: #fff;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 16px;
          line-height: 35px;
          text-transform: uppercase;
          transition: .3s ease; }
        .foot-right .foot-col ul li a:hover {
          color: #B6D4EA; }
  .foot-right .foot-col:last-of-type {
    min-width: 230px; }

.copy {
  max-width: 1350px;
  margin: 0 auto;
  width: 96%;
  box-sizing: border-box;
  padding: 15px;
  border-top: solid 1px #ccc; }
  .copy p {
    font-size: 14px;
    color: #e4e4e4; }

.bird {
  background-image: url("/siteart/birds.svg");
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite; }
  .bird--one {
    animation-duration: 1s;
    animation-delay: -0.5s; }
  .bird--two {
    animation-duration: 0.9s;
    animation-delay: -0.75s; }
  .bird--three {
    animation-duration: 1.25s;
    animation-delay: -0.25s; }
  .bird--four {
    animation-duration: 1.1s;
    animation-delay: -0.5s; }

.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }
  .bird-container--one {
    animation-duration: 15s;
    animation-delay: 0; }
  .bird-container--two {
    animation-duration: 16s;
    animation-delay: 1s; }
  .bird-container--three {
    animation-duration: 14.6s;
    animation-delay: 9.5s; }
  .bird-container--four {
    animation-duration: 16s;
    animation-delay: 10.25s; }

@keyframes fly-cycle {
  100% {
    background-position: -900px 0; } }
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw); }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4); }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5); }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6); }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6); }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6); }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6); }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6); } }
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5); }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4); }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6); }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45); }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5); }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45); }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45); }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45); } }
/* ---- INVENTORY STYLES - KEEP AT BOTTOM OF CSS ---- */
.listing-top-right .buy-now-link,
.listing-top-right .check-availability-link,
.listing-top-right .email-seller-link {
  background: #145C3A !important;
  color: #fff !important; }

.view-listing-details-link .apply-button,
.view-listing-details-link .nuf-button,
.contact-options a .apply-button,
.contact-options a .nuf-button,
.fin-calc-mobile > a .apply-button,
.fin-calc-mobile > a .nuf-button,
button.g-recaptcha.button .apply-button,
button.g-recaptcha.button .nuf-button,
.show-all-modal .apply-button,
.show-all-modal .nuf-button {
  background: #145C3A !important;
  color: #fff !important; }

.list-error-container .info button,
.mobile-done-button,
a.buy-btn.des-buy-now,
a.buy-btn.gtm-buynow.des-buy-now,
button.selected-facet.ts-button,
.detail-contact-bar .contact-bar-btn,
button.page-nav {
  background: #145C3A !important;
  color: #fff !important; }

/* --------------------------------
   Hover states
-------------------------------- */
.view-listing-details-link:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover,
button.g-recaptcha.button:hover,
.email-seller-link:hover,
.mc-nav-controls .mc-icon-navarrow span,
a.buy-btn.des-buy-now:hover,
a.buy-btn.gtm-buynow.des-buy-now:hover,
.detail-contact-bar .contact-bar-btn:hover {
  background: #B6D4EA !important;
  color: #fff !important; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1800px) {
  .hero {
    height: 850px; } }
@media only screen and (max-width: 1200px) {
  .hero {
    height: 700px; }

  .hero-text {
    top: 25%;
    padding: 10px; }

  .about-row {
    flex-direction: column-reverse;
    gap: 0; }
    .about-row .about-links {
      width: 100%; }
    .about-row .about-text {
      width: 100%;
      padding: 20px 0; } }
@media only screen and (max-width: 1100px) {
  .head-btn {
    display: none !important; } }
@media only screen and (max-width: 1000px) {
  .links a {
    width: calc(33.33% - 4px); }

  .flex-row {
    flex-direction: column;
    gap: 5px; }

  .flex3 {
    width: 100% !important; }

  .footer-wrap {
    flex-direction: column;
    gap: 40px; }

  .foot-left, .foot-right {
    width: 100%;
    justify-content: flex-start; } }
@media only screen and (max-width: 900px) {
  .hero-text {
    top: 200px; }

  .bird-container {
    top: 10% !important; }

  .faq-items {
    gap: 20px; }

  .faq-items .faq-item {
    width: 100%; } }
@media only screen and (max-width: 800px) {
  .about-row .about-links a i {
    font-size: 50px; }

  .about-row .about-links a img {
    width: 110px; } }
@media only screen and (max-width: 700px) {
  .links a {
    width: calc(50% - 4px); } }
@media only screen and (max-width: 600px) {
  .hero-title .h1 {
    display: none;
    padding-bottom: 15px; }

  .p-text h2 {
    font-size: 22px;
    padding: 10px 0; }

  .hero-title h1, .hero-title .h1 {
    line-height: 1 !important;
    z-index: 15; }

  .about-row .about-links a {
    padding: 15px; }
    .about-row .about-links a p {
      display: none; }

  .bird-container {
    top: 0% !important; }

  .foot-right .foot-col {
    width: 45%; }

  .inv-page-hero {
    height: 220px; }
    .inv-page-hero .hero-text {
      top: 60% !important; } }
@media only screen and (max-width: 500px) {
  .hero-text {
    top: 160px; }

  .links a {
    padding: 20px;
    font-size: 20px; }

  .buttons {
    flex-direction: column;
    text-align: center;
    justify-content: center; }

  .foot-left img {
    max-width: 120px; }

  .page-hero {
    height: 650px; }
    .page-hero .hero-text {
      top: 25% !important; }

  .about-row .about-links {
    gap: 10px; }

  .about-row .about-links a i {
    font-size: 40px; }
  .about-row .about-links a img {
    width: 90px; }
  .about-row .about-links a h3 {
    font-size: 18px; } }
@media only screen and (max-width: 430px) {
  .pad {
    padding: clamp(20px, 3vw, 50px) 2px; } }
@media only screen and (max-width: 380px) {
  .links a {
    padding: 15px; }

  .foot-right .foot-col {
    width: 100%; } }
