/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* regular weight */
@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-Regular.woff2") format("woff2"), url("../fonts/graphik/Graphik-Regular.woff") format("woff"), url("../fonts/graphik/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* bold weight */
@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/Graphik-Bold.woff2") format("woff2"), url("../fonts/graphik/Graphik-Bold.woff") format("woff"), url("../fonts/graphik/Graphik-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: Graphik;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

body {
  margin: 0;
  font-family: "Graphik", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px; }

p {
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    line-height: 2; }

h1, .h1 {
  font-size: 6rem; }

h2, .h2 {
  font-size: 3rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 1.0rem; }

h6, .h6 {
  font-size: .75rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 1.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }
  display: block;
  margin: 0 auto;

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  max-width: 100%;
  height: auto;}

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #404245;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #404245; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out; }

    @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
    }

.form-control:focus {
    color: #404245;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
    }

    .form-check-input {
    margin-top: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 0;
    border-radius: 0; }

.form-control::placeholder {
	color: #878A8A;
	opacity: 1;
}

select {
    border-radius: 0px; }

body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%; }

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #000000;
  text-decoration: none; }

  a:hover,
  a:focus {
    color: #000000;
    text-decoration: underline;
  }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.5px; }

.ftco-h4 {
  font-weight: bold; }

.text-primary {
  color: #000000 !important;
  letter-spacing: 0.5px;
}

.ftco-hr {
  border-top: solid 1px #c3c0c0;
  height: 0px;
  margin: 0rem auto 1rem 0rem !important;
  margin-block-start: 6rem !important;
  margin-block-end: 1rem !important; }

/*MAIN MENU NAV*/
.ftco-navbar-light {
  background: transparent !important;
  z-index: 3;
  padding: 2rem 0; }

@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #fff !important;
    position: relative;
    top: 0;
    padding: 10px 15px; }
}

.ftco-navbar-light.ftco-navbar-light-2 {
  position: relative;
  top: 0; }

.ftco-navbar-light .navbar-brand {
  color: #212529; }

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
  color: #404245; }

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-brand {
    color: #fff; }
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-bottom: 10px; }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 0.95rem;
  text-transform: uppercase;
  padding: 0.9rem 20px 0.9rem 20px;
  font-weight: 400;
  color: #404245;
  letter-spacing: 0;
  opacity: 1 !important; }

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #878A8A;
  text-decoration: none; }

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: #404245; }

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #878A8A; }
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 14px; }

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  background: transparent;
  color: #1b5633; }

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px; }

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    padding-left: 0;
    margin-left: 0; }
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05); }

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    display: none; }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #212529; }

@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 15px;
    padding-right: 15px; }
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #ffa45c; }
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #404245; }

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff; }
}

.ftco-navbar-light .navbar-toggler {
  border: none;
  color: #404245 !important;
  cursor: pointer;
  padding: 1em 0 0 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0; }

.ftco-navbar-light .navbar-toggler:focus {
  outline: none !important; }

.ftco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.ftco-navbar-light.scrolled .nav-item.active > a {
  color: #ffa45c !important; }

.ftco-navbar-light.scrolled .nav-item.cta > a {
  color: #fff !important;
  background: #ffa45c;
  border: none !important; }

.ftco-navbar-light.scrolled .nav-item.cta > a span {
  display: inline-block;
  color: #fff !important; }

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
  border-color: #ffa45c; }

@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important; }
}

@media (max-width: 767.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important; }
}

.ftco-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: #1b5633 !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em; }

.ftco-navbar-light.scrolled .nav-link {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  color: #1b5633 !important; }

.ftco-navbar-light.scrolled .nav-link.active {
  color: #6abc6e !important; }

.ftco-navbar-light.scrolled .nav-link:hover {
  color: #6abc6e !important; }

.ftco-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out; }

.ftco-navbar-light.scrolled.sleep {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out; }

.ftco-navbar-light.scrolled .navbar-brand {
  color: #1b5633;}

.navbar-brand {
  padding: 0px;
  /*margin: auto;*/}

@media (max-width: 991.98px) {
  .navbar-brand {
    padding: 0.5rem;
    margin: auto; }
}

@media (max-width: 767.98px) {
  .navbar-brand {
    padding: 0.5rem;
    margin: auto; }
}

/*
* ==========================================================
*     TOP NAV BAR
* ==========================================================
*/
.topper-wrapper {
  background: #000000;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .topper-wrapper {
    margin: 5px 0; }
}

.topper {
  /*background: transparent !important;*/
  z-index: 1001;
  /* padding: 2rem 0;*/ }

@media (max-width: 991.98px) {
  .topper {
    /*background: #fff !important;*/
    position: relative;
    top: 0;
    padding: 10px 15px; }
}

/*.topper.topper-2 {
    position: relative;
    top: 0; }*/
@media (max-width: 991.98px) {
  .topper .navbar-nav {
    padding-bottom: 10px; }
}

.topper-wrapper > .navbar {
  padding: 0; }

.topper .navbar-nav > .nav-item > .nav-link,
.topper .navbar-nav > .nav-item > .nav-static {
  font-size: 0.7rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.5px;
  opacity: 1 !important;
  display: inline-block; }

.topper .navbar-nav > .nav-item > .nav-link,
.topper .navbar-nav > .nav-item > .nav-static {
  padding: 0.25rem 0rem 0.25rem .75rem; }

.topper .navbar-nav > .nav-item > .nav-link.points {
  padding: 0.25rem 0; }

.topper .navbar-nav > .nav-item > .nav-static {
  display: inline-block; }

.topper .navbar-nav > .nav-item > .nav-link:hover {
  text-decoration: underline; }

@media (max-width: 991.98px) {
  .topper .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    /*padding-top: .9rem;
        padding-bottom: .9rem;*/
    color: #ffffff; }

  .topper .navbar-nav > .nav-item > .nav-link:hover {
    text-decoration: underline; }
}

.topper .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  border: 1px solid #ededed;
  margin: 0;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.topper .navbar-collapse .navbar-nav > .nav-item .dropdown-item {
  font-size: 0.75rem;
  color: #212529;
  text-align: left;}
  
.topper .navbar-collapse .navbar-nav > .nav-item .dropdown-item:hover,
.topper .navbar-collapse .navbar-nav > .nav-item .dropdown-item:focus {
  background: transparent;
  color: #a7a8aa; }

.topper .navbar-nav > .nav-item.ftco-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px; }

@media (max-width: 991.98px) {
  .topper .navbar-nav > .nav-item.ftco-seperator {
    padding-left: 0;
    margin-left: 0; }
}

.topper .navbar-nav > .nav-item.ftco-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05); }

@media (max-width: 991.98px) {
  .topper .navbar-nav > .nav-item.ftco-seperator:before {
    display: none; }
}

.topper > .navbar-toggler {
  padding: 0.25rem 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff; }

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }


/*
* ==========================================================
*     HERO SECTION
* ==========================================================
*/
.hero-welcome {
  background: url(../images/welcome-banner.jpg);
  background-position: center top; }

/*.hero-newReg {
  background: url(..//images/Oak-Thorne.jpg);
  background-position: center top; }*/

/*.hero-tracking {
  background: url(..//images/Bradley-Surfside2.jpg);
  background-position: bottom center; }*/

/*.hero-statement {
  background: url(..//images/Sherman.jpg);
  background-position: center center; }*/

/*.hero-style {
  background: url(..//images/Bradley-Surfside.jpg);
  background-position: center top; }*/

/*.hero-myaccount {
  background: url(..//images/Emerald-Bonus.jpg);
  background-position: center top; }*/

/*.hero-terms {
  background: url(..//images/My-Texas-House.jpg);
  background-position: center top; }*/

/*.hero-faq {
  background: url(..//images/Street-Of-Dreams.jpg);
  background-position: center top; }*/

.bgimage {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-size: auto;*/ }

.hero-welcome h1 {
  font-family: "Graphik-regular", sans-serif;
  font-size: 3.5rem;
  /*text-shadow: 1px 0px 3px #ffffff;*/
  font-weight: bold;
  color: #ffffff;
  padding-top: 3rem;
  line-height: 1.25;
  text-align: center; }  

.hero h1 {
  font-family: "Graphik-regular", sans-serif;
  font-size: 3.75rem;
  /*text-shadow: 1px 0px 3px #ffffff;*/
  font-weight: bold;
  padding-top: 1rem;
  line-height: 1.25;
  text-align: center; }

@media (max-width: 575.98px){
    .hero-welcome h1 {
        font-size: 2.75rem;
        padding-top: 3.25rem;}

    .hero h1 {
        font-size: 2.75rem;
        padding-top: 1.25rem; }
}

  @media (min-width: 768px) and (max-width: 991.98px){
    .hero-welcome h1 {
        font-size: 3.5rem;
        padding-top: 3.25rem;}

    .hero h1 {
        font-size: 3rem;
        padding-top: 1.25rem; }
}

@media (min-width: 992px) {
    .hero-welcome h1 {
        font-size: 4rem;
        padding-top: 2rem; }

    .hero h1 {
        font-size: 3.5rem;
        padding-top: 1.25rem; }
}

.zigzag {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 0;
    height: 24px; }
    .zigzag:after {
        content: " ";
        display: block;
        width: 320px;
        height: 20px;
        text-align: center;
        background-image: url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 9 6" fill="black" enable-background="new 0 0 9 6" xml:space="preserve"><polygon opacity="1" points="4.5,4.5 0,0 0,1.208 4.5,5.708 9,1.208 9,0 "/></svg>');
        background-image: url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 9 6" fill="black" enable-background="new 0 0 9 6" xml:space="preserve"><polygon opacity="1" points="4.5,4.5 0,0 0,1.208 4.5,5.708 9,1.208 9,0 "/></svg>');
        background-repeat: repeat-x;
        background-position: left -10px top 50%;
        align-self: center; }

.bg-light {
  background: #f8f9fa !important;}

.bg-primary {
   background: #ffa45c; }

.btn {
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 0.375rem 2.5rem;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09); }

.btn:hover,
.btn:active,
.btn:focus {
  outline: none; }

  /* Primary solid button */
  .btn.btn-primary {
    background: #000000; /* Pantone black c */
    border: 1px solid #5747;
    color: #FFFFFF; /* White */
    text-transform: uppercase;
  }

    .btn.btn-primary:hover {
      background: #71744F; /* Pantone 5747 */
      border: 1px solid #71744F;
      color: #FFFFFF;
    }

    /* Primary outline version */
    .btn.btn-primary.btn-outline-primary {
      background: #FFFFFF; /* White */
      border: 1px solid #5C707A; /* Pantone 7477 */
      color: #5C707A;
    }

      .btn.btn-primary.btn-outline-primary:hover {
        background: #FFFFFF;
        border: 1px solid #8D9D93; /* Pantone 5635 */
        color: #8D9D93;
      }

/* Generic outline-primary (e.g. for forms, links) */
.btn-outline-primary {
  background: #FFFFFF; /* White */
  border: 1px solid #000000; /* Black */
  color: #000000;
  text-transform: uppercase;
}

  .btn-outline-primary:hover {
    background: #FFFFFF;
    border: 1px solid #BCAFA9; /* Pantone 7529 */
    color: #BCAFA9;
  }


.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #000000; }

.btn.btn-white:hover {
  background: #ffa45c;
  border: 1px solid #ffa45c;
  color: #fff; }

.btn.btn-white.btn-outline-white {
  border: 1px solid #fff;
  background: transparent;
  color: #fff; }

.btn.btn-white.btn-outline-white:hover {
  border: 1px solid transparent;
  background: #ffa45c;
  color: #fff; }

.btn.btn-black {
  background: #000000;
  border: 1px solid #000000;
  color: #fff; }

.btn.btn-black:hover {
  background: #ffa45c;
  border: 1px solid #ffa45c;
  color: #fff; }

.btn.btn-black.btn-outline-white {
  border: 1px solid #000000;
  background: transparent;
  color: #000000; }

.btn.btn-black.btn-outline-white:hover {
  border: 1px solid transparent;
  background: #000000;
  color: #fff; }

.img-2 {
  position: relative;
}
@media (max-width: 767.98px) {
  .img-2 {
    height: 300px;
    margin-bottom: 40px; }
}

.img-2 .icon {
  width: 100px;
  height: 100px;
  background: #ffa45c;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.img-2 .icon span {
  color: #fff;
  font-size: 24px;}

.wrap-about {
  position: relative;}

@media (min-width: 992px) {
  .wrap-about {
    padding-left: 6em; }
}

@media (min-width: 768px) {
  .wrap-about {
    padding-left: 3em;}
}

.wrap-about .heading-section-bold h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff; }

.ftco-product .owl-carousel .owl-stage-outer {
  padding-bottom: 2em;
  position: relative; }

.ftco-cart button i {
  color: #ffa45c; }

.ftco-cart .quantity-left-minus {
  background: transparent;
  padding: 16px 20px; }

.ftco-cart .quantity-right-plus {
  background: transparent;
  padding: 16px 20px; }

.ftco-cart button,
.ftco-cart .form-control {
  height: 54px !important;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: #000000 !important;
  padding: 0;
  font-size: 14px; }

.ftco-cart .form-group {
  position: relative;}

.ftco-cart .form-group .form-control {
  padding-right: 40px;}

.ftco-cart .form-group .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffa45c; }

.ftco-cart .form-group .icon span {
  color: #ffa45c; }

@media (max-width: 767.98px) {
  .ftco-cart .form-group .icon {
    right: 10px; }
}

.ftco-cart .form-group .select-wrap {
  position: relative; }

.ftco-cart .form-group .select-wrap select {
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.cart-list {
  overflow-x: scroll; }

.table {
  /*min-width: 1000px !important;*/
  width: 100%;
  /*text-align: center;*/
}

.table th {
  font-weight: 500; }

.table .thead-primary {
  background: black; }

.table .thead-primary tr th {
  padding: 20px 10px;
  color: #fff !important;
  border: 1px solid transparent !important; }

  .table tbody tr td {
    /*text-align: center !important;*/
    vertical-align: middle;
    padding: 0.875rem;
    border: 1px solid transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  }

.table tbody tr.lineitem.carttotal td {
    border: 1px solid transparent;
    font-weight: bold; }

.table tbody tr td.product-remove a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  color: #212529; }

.table tbody tr td.product-remove a:hover {
  border: 1px solid #ffa45c;
  background: #ffa45c; }

.table tbody tr td.product-remove a:hover span {
  color: #fff; }

.table tbody tr td.quantity {
  width: 20%; }

.table tbody tr td.image-prod .img {
  display: block;
  width: 100px;
  height: 150px;
  margin: 0 auto; }

.table tbody tr td.product-name {
  width: 30%; }

.table tbody tr td.product-name h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.table tbody tr td.total,
.table tbody tr td.price {
  color: #212529; }

.ftco-social {
  padding: 0;}

.ftco-social li {
  list-style: none;
  margin-right: 10px;}

.ftco-section-parallax {
  position: relative; }

.ftco-section-parallax .parallax-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 1em 0;
  background: #fff; }

.form-control:focus,
.form-control:active {
  border-color: #404040;}

textarea.form-control {
  height: inherit !important;}

.ftco-animate {
  opacity: 0;
  visibility: hidden;}

.bg-primary {
  background: #000000 !important;}

.bg-black {
  background: #000000 !important;}

.goto-here {
  width: 100%;
  display: block;}

.about-author .desc h3 {
  font-size: 24px;}

/*
* ==========================================================
*     SECTIONS
* ==========================================================
*/
.ftco-section {
  padding: 2em 0;
  position: relative;}

@media (max-width: 767.98px) {
  .ftco-section {
    padding: 1em 0; }
}

@media (max-width: 767.98px) {
  .ftco-choose {
    padding: 3em 0;}
}

.ftco-choose h2 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;}

.ftco-choose .img {
  width: 100%;}

@media (max-width: 767.98px) {
  .ftco-choose .img {
    height: 350px;}
}

@media (min-width: 992px) {
  .ftco-choose .img.img-2 {
    margin-top: -70px;
    border-top: 15px solid #fff;
    border-left: 15px solid #fff; }
}

@media (min-width: 992px) {
  .ftco-choose .text {
    margin-left: -200px; }
}

@media (min-width: 992px) {
  .ftco-choose .text.text-2 {
    margin-left: 0; }
}

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.ftco-bg-dark {
  background: #878A8A; }
  .ftco-bg-dark h2, .ftco-bg-dark h4,
  .ftco-bg-dark h5, .ftco-bg-dark p {
      color: #ffffff;
      letter-spacing: 0.5px;
      font-weight: 300; }

/*
* ==========================================================
*     FOOTER
* ==========================================================
*/
.ftco-footer {
  font-size: 14px;
  color: #404245;
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid #ced4da; }

.ftco-footer .ftco-footer-logo {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.ftco-footer .ftco-footer-widget h2 {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212529; }

.ftco-footer .ftco-footer-widget ul li {
  font-size: 14px;
  margin-bottom: 0px;
  letter-spacing: 0.5px; }

.ftco-footer .ftco-footer-widget ul li a {
  color: #212529; }
  .ftco-footer .ftco-footer-widget ul li a:hover {
    color: #c7c8ca;
    text-decoration: underline; }

.ftco-footer .ftco-footer-widget .btn-primary {
  border: 2px solid #fff !important; }
  .ftco-footer .ftco-footer-widget .btn-primary:hover {
    border: 2px solid #fff !important; }

#copyright {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #212529; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }

.ftco-footer-social li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 50%;
  position: relative; }

.ftco-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #212529; }

.ftco-footer-social li a:hover {
  color: #a7a8aa; }

.frule {
  border-top: solid 1px #ced4da;
  width: 116px;
  height: 0px;
  margin: 0rem auto 1rem 0rem !important;
  margin-block-start: 0rem !important;
  margin-block-end: 1rem !important; }

/*
* ==========================================================
*     HEADING SECTION
* ==========================================================
*/
.heading-section {
  position: relative; }

.heading-section .subheading {
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

.heading-section h2 {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff; }

.heading-section h2 strong {
  font-weight: 700; }

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px; }
}

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 30px;
  color: #fff; }

.heading-section.heading-section-white h2:after,
.heading-section.heading-section-white h2:before {
  display: none; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9);}

.hero-wrap,
.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;}

/*
* ==========================================================
*     DEFAULT.ASPX
* ==========================================================
*/
.login-logo-container {
  margin-top: 5rem; }

.login-main {
  background: #fff;
  margin: 10px auto;
  /*max-width: 75%;*/ }

.login-logo h1 {
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 2px; }

@media screen and (min-width: 992px) {
  .login-main {
    margin: 10px auto;
    /*max-width: 50%;*/
    padding-top: 2rem;}

  .login-logo h1 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px}
}

#homepg-intro {
  font-size: 18px;
  letter-spacing: 0.5px; }

/*
* ==========================================================
*     HOMEPAGE CTAs
* ==========================================================
*/
.homepg-cta {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #fff;
  background: linear-gradient(180deg, #ffffff 60%, #C1C6C8 60%); }

@media (min-width: 992px) {
    .homepg-cta {
        padding-top: 3rem; }
}

.homepg-cta-block, .cta-block {
  /*display: inline-flex;*/
  justify-content: space-between;
  flex-direction: column; 
  margin-bottom: .5rem; }

@media screen and (max-width: 767.98px) {
  .homepg-cta-block, .cta-block {
    flex-direction: row;
    margin-bottom: 2rem;}
}

.homepg-cta-block a, .cta-block a {
  width: 90%;
  margin: 0 auto;
  text-decoration: none;
  transition: all 0.4s ease;
  margin-block-end: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  cursor: auto; }

@media screen and (max-width: 991.98px) {
  .homepg-cta-block a, .cta-block a {
    margin-block-end: 0rem;
    margin-bottom: 0rem;
    margin: 0rem; }
}

@media screen and (max-width: 767.98px) {
  .homepg-cta-block a, .cta-block a {
    width: 30%; }
}

.homepg-cta-block a .install-category, .cta-block a .install-category {
  width: 100%;
  height: auto;
  padding-bottom: 66.666666666%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }

.homepg-cta-block a h3.title, .cta-block a h3.title {
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: #FAAD42;
  color: #ffffff;
  font-weight: bold !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
  font-size: 0.875rem;
  line-height: 1.1;
  letter-spacing: 2px;
}

  .homepg-cta-block a h3.title {
    padding: 1rem 1.25rem; }
    .cta-block a h3.title {
        padding: 1rem .5rem; }

.homepg-cta-block a h3.title:hover,
.homepg-cta-block a h3.title:focus,
.homepg-cta-block a h3.title:active,
.cta-block a h3.title:hover,
.cta-block a h3.title:focus,
.cta-block a h3.title:active {
  color: #ffffff;
  font-weight: bold;
  background-color: #000000; }

@media screen and (min-width: 600px) {
  .homepg-cta-block a h3.title, .cta-block a h3.title  {
    width: 100%; }
}

@media screen and (min-width: 800px) {
  .homepg-cta-block a h3.title {
    top: -20px;
    font-size: 0.75rem;
    width: 60%;
    background-color: #000000;
    color: #ffffff;
  }
  .cta-block a h3.title {
    top: -20px;
    font-size: 0.75rem;
    width: 80%;
    background-color: #FAAD42;
    color: #ffffff; }
    .homepg-cta-block a h3.title:hover,
    .homepg-cta-block a h3.title:focus,
    .homepg-cta-block a h3.title:active,
    .cta-block a h3.title:hover,
    .cta-block a h3.title:focus,
    .cta-block a h3.title:active {
        color: #ffffff;
        background-color: #53565A; }
  }

/*
* ==========================================================
*     STOREHOME.ASPX
* ==========================================================
*/
.ucrightstore {
    background: #f4f4f5;
    padding: 2rem;
    text-align: center;}

.ucrightstorebox {
    border-bottom: 1px solid #c7c8ca;
    margin-bottom: 1rem; }

@media screen and (min-width: 768px) {
    .ucrightstore {
        text-align: left; }
    .ucrightstorebox {
        border-bottom: none;
        border-right: 1px solid #c7c8ca; }
}

/*SEARCH BOX ON STOREHOME/CATITEM/PRODUCTINFO PAGES ----------------------------------*/
.search-form .form-inline {
    position: relative; }
  
.search-form .form-inline input {
    color: #212529;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  
.search-form .form-inline input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a7a8aa; }
  
.search-form .form-inline input::-moz-placeholder {
    /* Firefox 19+ */
    color: #a7a8aa; }
  
.search-form .form-inline input:-ms-input-placeholder {
    /* IE 10+ */
    color: #a7a8aa; }
  
.search-form .form-inline input:-moz-placeholder {
    /* Firefox 18- */
    color: #a7a8aa; }
  
.search-form .form-inline input:focus,
.search-form .form-inline input:active {
    border-color: #ced4da !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  
.search-form .form-inline a {
      color: #212529;}
      .search-form .form-inline a:hover {
          color: #a7a8aa; }
          
.displayResults {
    border-top: solid 1px #e0dace;
    margin: 40px 0 0 0; }
  /*END SEARCH BOX ON STOREHOME/CATITEM/PRODUCTINFO PAGES ----------------------------------*/
  
.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  background: #fff; }

.sidebar-box *:last-child {
  margin-bottom: 0; }

.sidebar-box h3.heading {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.categories,
.sidelink {
  padding: 0; }

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0; }

.categories li a,
.sidelink li a {
  display: block;
  color: #212529; }

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc; }

.categories li.active a,
.sidelink li.active a {
  color: #212529;
  font-style: italic; }

.sidebar-box-2 {
  display: block;
  width: 100%;
  margin-bottom: 40px; }

.sidebar-box-2 .heading {
  font-size: 20px;
  text-transform: uppercase; }

.sidebar-box-2 .heading a {
  color: #212529; }

.sidebar-box-2 ul {
  margin: 0;
  padding: 0; }

.sidebar-box-2 ul li {
  font-size: 12px;
  list-style: none;
  margin-bottom: 10px; }

.sidebar-box-2 ul li a {
  color: #212529; }

/*
* ==========================================================
*     TRACKING.ASPX
* ==========================================================
*/
@media screen and (max-width: 767.98px) {
  #pnlTrkOne .col-sm-12 {
    padding-top: 2rem; }
}

.form-group.col-md-4 {
  display: flex;
  align-items: center; }

/*center FIND-btn on small devices*/
.d-inline.mx-auto.center {
  text-align: center !important;
  display: block !important; }

@media screen and (max-width: 415px) {
  .d-inline.mx-auto.center {
    padding-top: 2rem; }
}

/*
* ==========================================================
*     PARTSTORE.ASPX
* ==========================================================
*/
.partstore-table-wrapper > .partstore-table .table tbody tr td {
  text-align: left !important; }


/*
* ==========================================================
*     CATITEM.ASPX
* ==========================================================
*/.ftco-section .uctopcatsearch .breadcrumb {
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    font-size: 0.875rem; }

.ftco-section .uctopcatsearch .breadcrumb-item.active {
    color: #212529; }

.ftco-section .pgTitle h2 {
    font-size: 1.75rem; }

.ftco-section .pgTitle h3 {
    font-size: 1.5rem; }

/*Cards for catItem.aspx - Category Item List*/
.card-catItem {
    border: 0px;
    background:  #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-clip: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    flex-shrink: 0;
    min-width: 0;
    word-wrap: break-word;
    height: 100%; }

/*fixing the height-issue in IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card-catItem-ie {
      display: block; }
    .h-100-ie {
     height: 100%!important; }
}

.card-catItem .card-body {
	padding: 1.25rem 1.25rem 0 1.25rem; }

.card-catItem .card-img-top {
    border: 0;
    max-width: 100%;
    cursor: pointer; } 

.card-catItem .catItem-input > input.form-control {
    text-align: center; }
  
.card-catItem .card-content {
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis; }

.card-catItem .card-content h4 {
    font-size: 1rem; }

.card-catItem .card-content p {
    font-style: italic;
    font-size: 0.875rem }

.card-catItem .card-content a {
    color: #212529 }
    .card-catItem .card-content a:hover {
        color: #a7a8aa;
        text-decoration: underline; }

.card-catItem .card-footer {
    padding: 0 1.25rem 0.75rem 1.25rem;
    background-color: #fff;
    border-top: 0}

.card-catItem .card-footer .btn {
    cursor: pointer;
    /*margin-top: 0.5rem;*/
    padding: 0.5rem 0.05rem;

/*
* ==========================================================
*     PRODUCTINFO.ASPX
* ==========================================================
*/.prodimg-wrapper {
    position: relative; }
    
.prodtitle h2 {
    font-size: 1.375rem;
    line-height: 1; }
   @media screen and (min-width: 768px) {
       .prodtitle h2 {
           font-size: 2rem; }
   }

.prodprice p {
    font-style: italic; }

.variantCodeqty {
    text-align: center; }

.zoom:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
    background:url(..//vendor/zoom-master/icon.png); }

.zoom img {
    margin: 0 auto;
    display: block;
    height: 250px;
    width: 250px; }
    @media screen and (min-width: 992px) {
        .zoom img {
            height: 400px;
            width: 400px; }
    }

.zoom img::selection {
    background-color: transparent; }

/*
* ==========================================================
*     CART.ASPX
* ==========================================================
*/.cart-wrap .table tbody tr th {
    border: 1px solid #fff;
    text-align: center;
    color: #ffffff;
    background: #000;
    letter-spacing: .75px; }

.cart-wrap .table tbody tr td,
.table tbody tr td {
    outline: none;
    border: 1px solid #f1f2f2 !important;
    border-bottom: 1px solid #f1f2f2 !important;
    text-align: center !important; }

.cart-tmbnail
{
  max-width: 100px;
}

a.remove-icon::before {
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    color: #b73d25;
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center !important; }
    a.remove-icon:hover {
        text-decoration: none; }

.cart-wrap .table tbody tr td input {
    width: 80px;
    text-align: center;
    height: 40px;
    outline: none;
    box-shadow: none;
    border: 1px solid #c7c8ca;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

/*
* ==========================================================
*     CHECKOUT.ASPX
* ==========================================================
*/.checkout-wrap .breadcrumb {
    background: none;
    font-size: 0.875rem; }

.checkout-wrap table td.checkout-label {
    font-weight: bold; }

.checkout-wrap nav.checkout-breadcrumb a.breadcrumb-item {
    color: #c7c8ca; }
    .checkout-wrap nav.checkout-breadcrumb a.breadcrumb-item:hover {
        text-decoration: underline; }

.checkout-wrap nav.checkout-breadcrumb .breadcrumb-item.active {
    color: #212529;
    font-weight: bold; }

.checkout-wrap nav.checkout-breadcrumb .breadcrumb-item,
.checkout-wrap nav.checkout-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #212529;
    font-weight: normal; }

/*
* ==========================================================
*     MODAL.ASPX
* ==========================================================
*/.ftco-section .modal .modal-body h2 {
    font-size: 1.5rem; }

/*
* ==========================================================
*     ORDERDETAIL.ASPX
* ==========================================================
*/.orderDetail{
    width: 80px; }


/*
* ==========================================================
*     MYACCOUNT.ASPX
* ==========================================================
*/
.myaccount .card-footer {
    background-color: #ffffff !important;
    border-top: 0;  
}

.toast-opaque {
  opacity: 1 !important;
  background-color: white !important;
  color: black !important;
  border: 1px solid black;
}
.points {
  color: white;
}
