/*  Global Styles  */
#divworkspacearea {
  max-width: 1600px;
  padding: 20px 10px 20px 10px;
  margin: 0 auto;
}

.grid-container {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 10px;
}

.HomePageForm #divworkspacearea {
  position: relative;
  padding: 0;
}

#home-page-contaner img {
  max-width: 100%;
  height: auto;
  display: block;
}

#home-page-contaner a {
  text-decoration: none;
}

.video {
  position: relative;
  padding: 6% 0 50% 0;
  height: 0;
  margin-bottom: 32px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

*:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #808080;
  -webkit-box-shadow: 0 0 5px #808080;
  box-shadow: 0 0 5px #808088;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

header ul,
footer ul {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  background-color: #fff;
  font-family: "Roboto", "Railway", sans-serif;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*  End Global Styles */

/* header */
header {
  border-bottom: 1px solid #eee;
}

header section#top {
  background: #114d89;
  color: #fff;
}

header section#top .grid-container {
  font-size: 14px;
  padding: 10px 15px;
}

header section#top .header-button {
  align-self: center;
  text-align: left;
}

header section#top .grid-container > div.mobile {
  display: none;
}

header section#top p {
  margin: 0;
  padding: 0;
}

header section#top a {
  color: #fff;
  text-decoration: none;
}

header section#top a:hover {
  color: #969696e6;
  text-decoration: underline;
}

header section#top ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header section#top ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

header section#top ul li:after {
  content: "";
  border-right: 1px solid #fff;
  padding-left: 15px;
}

header section#top ul li:last-of-type:after {
  display: none;
}

header section#middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 50px;
}

header section#middle img {
  width: 100%;
  height: auto;
}

header section#middle > div {
}

header section#middle > div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header section#middle > div ul li {
  display: inline-block;
  vertical-align: middle;
}

header section#middle > div#mobile {
  display: none;
}

header section#middle > div#logo {
  order: 2;
  flex: 20%;
  -ms-flex: 1 0 auto;
  text-align: center;
}

header section#middle > div#logo img {
  width: 100%;
  height: auto;
  max-width: 230px;
  padding: 10px;
  box-sizing: border-box;
}

header section#middle > div#search {
  order: 1;
  position: relative;
  flex: 10%;
}

header section#middle > div#search button {
  background: #333;
  color: #fff;
  padding: 8px;
  height: 35px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

header section#middle > div#search input[type="text"] {
  border: 2px solid #eee;
  border-radius: 4px;
  padding: 8px;
  height: 35px;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
}

header section#middle > div#links {
  order: 3;
  font-size: 14px;
  flex: 10%;
  text-align: right;
  margin-right: 10px;
}

header section#middle > div#links ul {
  position: relative;
}

header section#middle > div#links ul li {
  margin: 0 25px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

header section#middle > div#links ul li:last-of-type {
  margin: 0 0 0 10px;
}

header section#middle > div#links ul li a {
  color: #333;
  text-decoration: none;
}

header section#middle > div#links ul li.account,
header section#middle > div#links ul li.stores,
header section#middle > div#links ul li.cart {
  font-size: 12px;
}

header section#middle > div#links ul li.account i,
header section#middle > div#links ul li.stores i {
  margin-bottom: 4px;
}

header section#middle > div#links ul li.account i:hover,
header section#middle > div#links ul li.stores i:hover {
  color: #777;
}

header section#middle > div#links ul li.cart .cartSummary_Quantity {
  font-size: 23px;
}

header section#middle > div#links ul li.account ul {
  display: none;
}

header section#middle > div#links ul li.account:hover ul {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 1000;
  box-shadow: 0px 0px 5px 0px #ccc;
  padding: 15px;
  border-radius: 5px;
  right: 0;
  width: 90px;
  text-align: right;
}

header section#middle > div#links ul li.account ul li {
  margin: 0 0 8px 0;
  line-height: 22px;
  text-align: right;
}

header section#middle > div#links ul li.account ul li::after {
  content: "";
  display: table;
}

header section#middle > div#links ul li.account ul li a:hover {
  text-decoration: underline;
}

#cartSummary {
  display: none !important;
}

header section#middle > div#links ul li.cart a span.count {
  position: absolute;
  top: 11px;
  right: 9px;
}

header section#middle > div#links ul li.cart a img {
  padding-left: 10px;
  color: #921e07;
  margin: 0 auto;
  max-width: 25px;
  height: auto;
  vertical-align: middle;
  margin-bottom: 10px;
  box-sizing: content-box;
}

header section#middle > div#links ul li a span {
  color: #333;
}
/* end header */

/* navigation */
nav {
  background: rgba(238, 238, 238, 0.9);
  font-size: 14px;
  position: relative;
  padding-top: 5px;
}

nav .grid-container {
  display: flex;
  padding: 0;
}

nav .grid-container > ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

nav .grid-container > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

nav .grid-container > ul > li.mobile-only {
  display: none;
}

nav .grid-container > ul > li.last a {
  color: #114d89;
  font-weight: bold;
}

nav .grid-container > ul > li.last a::after {
  display: none;
}

nav .grid-container > ul > li > a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 600;
}

nav .grid-container > ul > li:hover {
  background-color: #6f6f6f;
}

nav .grid-container > ul > li:hover a {
  color: #fff;
}

nav .grid-container > ul > .last:hover {
  background: unset;
}

nav .grid-container > ul > .last:hover a {
  color: #969696e6;
}

nav .grid-container > ul > li:hover a::after {
  display: none;
}

nav .grid-container > ul > li > a.nav-arrow::after {
  content: "";
  border: solid #114d89;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
  position: absolute;
  top: 40%;
}

nav .grid-container > ul > li:hover a.nav-arrow::after {
  border-color: #FFF;
}

nav .drop-down {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 95%;
  left: 0;
  opacity: 0;
  background: #114d89;
}

nav ul:first-of-type {
  flex: auto;
}

nav ul li:hover .drop-down {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 175px;
}

nav .drop-down ul {
  position: relative;
  padding: 20px 15px 20px;
  margin: 0;
}

nav .drop-down ul li {
  display: block;
  margin: 0;
  padding: 3px 0;
}

nav .drop-down ul li:hover {
  background: #29649e;
}

nav .drop-down ul li a {
  color: #fff;
  display: block;
  padding: 2px;
  text-decoration: none;
}

nav .drop-down > span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  header section#top .grid-container > div.mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    order: 2;
    flex: 20%;
  }

  header section#middle > div#logo {
    text-align: center;
  }

  header section#top ul li:after {
    display: none;
  }

  header section#middle > div#logo img {
    padding: 10px 0;
  }

  header section#middle > div#mobile {
    order: 0;
    display: flex;
    margin-left: 10px;
    flex: 10%;
  }

  header section#middle > div#mobile a {
    color: #333;
  }

  header section#middle > div#search {
    order: 4;
    width: 100%;
    margin: 5px 10px;
    flex: 100%;
  }

  header section#middle > div#search input[type="text"] {
    background: #eee;
  }

  header section#middle > div#links {
  }

  header section#middle > div#links ul li {
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }

  header section#middle > div#links ul li.cart {
    display: none;
  }

  header section#middle > div#links ul li.stores {
    display: inline-block;
  }

  nav {
    background: #114d89;
    padding-top: 0;
  }

  nav .grid-container > ul {
    display: none;
  }

  /* mobile nav */
  header section#middle {
    padding: 0;
  }
  nav .grid-container > ul > li {
    border-bottom: 1px solid #ccc;
  }

  nav .grid-container > ul > li > a {
    padding: 15px;
    font-size: 14px;
    color: #FFF;
    position: relative;
  }

  nav .grid-container > ul > li {
    display: block;
  }

  nav .grid-container > ul > li > a::after {
    display: none;
  }

  nav .grid-container > ul > li > a.nav-arrow::after {
    border-color: #FFF;
  }

  nav ul li:hover .drop-down {
    display: none;
  }

  nav .drop-down ul li a:hover {
    text-decoration: underline;
  }

  nav ul li .drop-down.nav-active {
    display: block;
    position: relative;
    width: 100%;
    opacity: 1;
  }

  nav ul li .drop-down.nav-active > ul {
    position: relative;
    margin-right: 0;
    padding: 10px 0;
    background: #29649e;
  }

  nav ul li .drop-down.nav-active > ul li {
    background: #29649e;
    padding: 3px 15px;
  }

  header section#middle > div#mobile .fa-close {
    display: none;
    font-size: 1.75em;
  }

  header section#middle > div#mobile .fa-bars {
    display: inline-block;
    font-size: 1.75em;
  }

  header section#middle > div#mobile.active .fa-close {
    display: inline-block;
  }

  header section#middle > div#mobile.active .fa-bars {
    display: none;
  }

  #top div .mobile .fa-phone {
    font-size: 1.75em;
  }

  nav .grid-container > ul > li.mobile-only {
    display: block;
  }
}
/* end mobile nav */

/* end navigation */

/* main content */
section .slideshow {
  margin-bottom: 50px;
}

section .slideshow img {
  width: 100%;
}

section#main-content img {
  width: 100%;
  height: auto;
}

section h3 {
  font-size: 2.4em;
  font-family: "Roboto", sans-serif;;
  text-align: center;
  font-weight: normal;
  color: var(--accent);
  width: 100%;
  margin: 0 0 15px 0;
  color: #114d89;
}

section #hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

section #hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section #hero > div h2 {
  text-align: center;
  margin: 0 0 15px 0;
  color: var(--accent);
  font-size: 2.4em;
  line-height: 1em;
  font-family: "Roboto", sans-serif;;
  font-weight: normal;
  color: #114d89;
}

section #hero > div h3 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px 0;
  color: var(--accent);
  font-size: 1.25em;
  font-weight: 600;
  color: #114d89;
  letter-spacing: 1px;
}


section #hero > div:first-child {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 60%;
  box-sizing: border-box;
}

section #hero > div:last-child {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 40%;
  box-sizing: border-box;
}

section #hero > div > div {
  position: relative;
  padding: 10px;
  align-self: flex-start;
  width: 100%;
}

section #hero > div > div a {
  color: #fff;
  display: block;
}

section #hero > div > div span {
  position: absolute;
  display: block;
  left: 25px;
  bottom: 25px;
  padding: 15px 45px;
  color: var(--accent);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  background: linear-gradient(to left, #333 50%, #114d89 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

section #hero > div > div span:after {
  content: "\f178";
  font-family: "FontAwesome";
  z-index: 10;
  right: 0;
  margin: 0 0 0 15px;
}

section #hero > div > div span:hover {
  background-color: var(--text);
  color: #fff;
  background-position: left;
}

section #seo-text {
  margin: 75px 0;
}

section #seo-text img {
  max-width: 100%;
  height: auto;
}

section #seo-text a {
  text-decoration: none;
  color: #333;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px 20px;
}

section #seo-text a:hover {
  color: #fff;
  background-color: #114d89;
}

section #seo-text > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  align-items: center;
}

section #seo-text > div h2 {
  font-size: 1.75em;
  font-weight: bold;
}

section #seo-text > div h4 {
  font-size: 1.4em;
  font-weight: 300;
  margin: 5px 0 20px 0;
}

section #seo-text > div > div {
  padding: 15px;
  box-sizing: border-box;
}

section #seo-text > div > div > div {
  padding: 45px;
  box-sizing: border-box;
}

section #seo-text > div > .top {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-self: flex-start;
  flex: 60%;
}

section #seo-text > div > .bottom {
  display: -webkit-inline-flex;
  display: inline-flex;
  flex: 40%;
  margin-bottom: 25px;
}

section #seo-text > div > .bottom > div {
  align-self: flex-end;
}

section #shop-department {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  text-align: center;
  margin: 75px 0;
  padding: 0;
}

section #shop-department > h2 {
  font-size: 2.4em;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: normal;
  color: var(--accent);
  width: 100%;
  margin: 0 0 15px 0;
  color: #114d89;
}

section #shop-department > h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: var(--accent);
  font-size: 1.25em;
  font-weight: 600;
  width: 100%;
  color: #114d89;
  letter-spacing: 1px;
}

section #shop-department > div {
  width: 33%;
  padding: 10px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

section #shop-department > div h4 {
  color: var(--accent);
  font-size: 1.6em;
  letter-spacing: 1px;
  margin: 10px 0 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #333;
}

section #shop-department > div p {
  color: #333;
  margin: 0;
}

section #shop-department > div a {
  color: var(--accent);
  text-decoration: none;
}

section #shop-department > div a:hover {
  color: #333;
  text-decoration: underline;
}

section #shop-department > div a img {
  object-fit: cover;
}

section #sales {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  text-align: center;
  margin: 20px 0;
  padding: 0;
}

section #sales > div {
  width: 33%;
  padding: 10px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

section #sales a {
  text-decoration: none;
  color: #114d89;
}

section #sales span {
  display: block;
  font-size: 1.6em;
  letter-spacing: 1px;
  margin: 20px 0 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #333;
  border: 1px solid #333;
  padding: 5px 10px;
}

section #sales span:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 896px) {
  section #hero {
    display: block;
  }
  section #hero > div h1 {
    font-size: 2.5em;
  }

  section #shop-department > div {
    width: 100%;
  }

  section #seo-text > div,
  section #seo-text > div > div {
    padding: 0;
    display: block !important;
  }

  section #seo-text > div > .bottom {
    margin-bottom: 0;
  }

  section #sales {
    margin: 0;
  }

  section #sales > div {
    width: 100%;
  }
}

/* end main content */

/* footer */
footer {
  background: #114d89;
  color: #fff;
  padding: 30px 5px;
  clear: both;
}

footer .grid-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer h1 {
  font-size: 1.5em;
}

footer .grid-container > div {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-content: flex-start;
  flex: 1;
  width: 25%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px;
  box-sizing: border-box;
  margin: 0 0 45px 0;
}

footer .grid-container > div p.heading {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(189, 189, 189, 0.6);
  margin: 0 0 15px 0;
  padding-bottom: 5px;
  width: 100%;
}

footer .grid-container > div #sign-up {
  position: relative;
  width: 100%;
  width: 100%;
  margin: 5px 0 40px 0;
}

footer .grid-container > div #sign-up button {
  background: transparent;
  padding: 8px;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

footer .grid-container > div #sign-up input[type="email"] {
  border: 1px solid #eee;
  padding: 8px;
  height: 30px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px 8px 8px;
  -webkit-appearance: none;
}

footer .grid-container > div #social-media ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .grid-container > div #social-media ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

footer .grid-container > div #social-media ul li a {
  color: #FFF;
}

footer .grid-container > div #social-media ul li a .fa {
  border: 1px solid #FFF;
  padding: 5px;
}

footer .grid-container > div #bbb {
  margin-top: 25px;
  clear: both;
  display: block;
  width: 100%;
}

footer .grid-container > div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .grid-container > div ul li {
  display: block;
  margin: 0 0 7px 0;
  font-size: 14px;
}

footer .grid-container > div ul li a {
  color: #FFF;
}

footer #copyright {
  margin-left: 35px;
}

footer #copyright p,
footer #copyright a {
  font-size: 14px;
}

@media screen and (max-width: 896px) {
  footer .grid-container > div.newsletter {
    order: -1;
    margin-bottom: 15px;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-justify-content: center;

    border-bottom: 1px solid rgba(189, 189, 189, 0.6);
    padding-bottom: 25px;
  }

  footer .grid-container > div.newsletter hr.spacer {
    display: none;
  }

  footer .grid-container > div #social-media {
    margin-top: 15px;
  }

  footer .grid-container > div #bbb {
    text-align: center;
  }

  footer .grid-container > div.newsletter ul {
    display: block;
  }

  footer .grid-container > div.newsletter p.heading {
    display: none;
  }

  footer .grid-container > div {
    flex: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  footer .grid-container > div p.heading {
    cursor: pointer;
  }

  footer .grid-container > div p.heading:after {
    content: "+";
    float: right;
    border: 1px solid rgba(189, 189, 189, 0.6);
    border-radius: 100%;
    color: #c1c1c1;
    padding: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 10px;
    box-sizing: content-box;
  }

  footer .grid-container > div.active p.heading:after {
    content: "-";
  }

  footer .grid-container > div p#newsletter:after {
    content: "";
    border: none;
  }

  footer .grid-container > div.active p.heading {
    border-bottom: 0;
  }

  footer .grid-container > div ul {
    display: none;
  }

  footer .grid-container > div.active {
    margin-bottom: 25px;
  }

  footer .grid-container > div.active ul {
    display: block;
  }
}

/* end footer */

@media print {
  .no-print,
  .no-print * {
      display: none !important;
  }
}

/* Custom Upholstery */

.customupholsteryheading {
  margin-top: 50px;
  margin-bottom: 30px;
}

.customupholsteryheading p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.customupholsterypic {
  text-align: center;
  margin: 25px 0;
}

.customupholsterypic img {
  max-width: 100%;
  height: auto;
}

.toppadding {
  padding-top: 20px;
}

.customupholsterytitle {
  text-align: center;
  margin-top: 20px;
}

.customupholsterytitle p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

/* End Custom Upholstery */

/* Fabrics Browser Image */

.fabricsbrowserpic {
  text-align: center;
  margin-bottom: 20px;
}

.fabricsbrowserpic img {
  max-width: 100%;
  height: auto;
}

/* End Fabrics Browser Image */

/* About Us */

@media screen and (max-width: 767px) {

  .aboutuspic {
      float: none;
      margin-left: 0;
      margin-bottom: 20px;
  }

}

/* End About Us */

/* Interior page styles */

#slpagecontent {
  width: 100% !important;
  background-color: #fff !important;
}

#storeLocatorHeading {
  width: 300px;
}

#storeLocatorHeading h2 {
  font-family: Arial, sans-serif;
  font-size: 30px;
}

#storeLocatorFrame iframe {
  width: 100%;
  height: 1000px;
  border: 0;
  overflow: hidden;
}

#englandpagetitle {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #104c8b;
}

#englandpagetitle h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  padding-left: 20px;
  letter-spacing: 2px;
}

#endglandCustomPageBottom {
  width: 980px;
  height: 10px;
  margin: 0 auto;
  margin-left: -15px;
}

#madeInUSA {
  text-align: center;
  background: url('images/usaflag.jpg') center top no-repeat;
}

#madeInUSA p {
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 32px !important;
  line-height: 36px !important;
  color: #293764 !important;
  padding-top: 169px !important;
}

#dynamicContentCMS {
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
  padding-left: 17px;
}

#storeLocatorContentCMS {
  font-family: Arial, sans-serif;
  font-size: 15px !important;
  padding-bottom: 10px;
}

#slheaderTitle h2 {
  font-size: 30px !important;
}

#dynamicContentCMS p {
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
}

#englandCoverImageRow {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.englandCoverImage {
  width: 150px;
  height: 225px;
  float: left;
  padding-left: 38px;
  padding-top: 25px;
}

#formleftcolumn {
  padding-left: 15px !important;
  padding-right: 12px !important;
}

#formrightcolumn {
  padding-left: 10px !important;
}

#customUphPageHeading {
  padding-bottom: 20px;
}

#customUphPageHeading h2 {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
}

#customUphSubHeading {
  padding-left: 45px;
  padding-top: 20px;
}

#customUphSubHeading h3 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: normal !important;
}

.customupholstersteps {
  width: 100%;
  background: #eeeeee;
  margin-top: 10px;
  float: left;
}

#selectCategoryHeading {
  padding-left: 45px;
  padding-top: 40px;
}

#selectCategoryHeading h3 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: normal !important;
}

#categoryIconRow {
  width: 100%;
  background-color: #eeeeee;
  padding: 10px 0;
  margin-top: 10px;
  float: left;
}

.categoryIconImage img {
  width: 100%;
  height: auto;
}

#englandDifferanceImageRow {
  width: 100%;
  background-color: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

.englandDifferanceImage img {
  width: 100%;
  height: auto;
}

#englandDifferencePageHeading {
  padding-top: 20px;
}

#englandDifferencePageHeading h2 {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
}

#expandedSitesIconRow {
  width: 100%;
  background-color: #eeeeee;
  margin-top: 15px;
  padding: 10px 0 0 0;
  float: left;
}

.expandedSitesIconImage {
  text-align: center;
  margin-bottom: 15px;
}

.expandedSitesIconImage p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.expandedSitesIconImage a {
  color: #293764;
}

#pagecontentheading {
  margin-left: 15px !important;
}

#formheadingcopy a {
  color: #293764 !important;
}

.CustomizeCoversCoverSwatchSuggestionsHeading {
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 0 0 0 4px !important;
  color: black !important;
}

.options-heading {
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 0 0 0 4px !important;
  color: black !important;
}

@media screen and (max-width: 400px) {

  #aboutUsPageHeading h2 {
      font-size: 25px;
  }

  #englandDifferencePageHeading h2 {
      font-size: 25px;
  }

}

@media screen and (min-width: 401px) and (max-width: 767px) {

  #aboutUsPageHeading h2 {
      font-size: 25px;
  }

  #englandDifferencePageHeading h2 {
      font-size: 25px;
  }

}

/* End Interior page styles */

/***********************************************************************************
 *POST DELIVERY EDITS
 **********************************************************************************/

.SEOHeading {
  display: none;
}

#SearchDimensionsContainer {
  display: none;
}

.productPageWarranty {
  display: none;
}

#mapLegend {
  left: 500px !important;
}

#requestInfoTitle {
  height: 1px !important;
}

#requestInfoTitle h6 {
  display: none;
}

.requestInfoCheckbox {
  display: none;
}

.requestInfoCheckboxLabel {
  display: none;
}

#requestInfoContainer {
  height: 410px !important
}

.winALivingRoomBanner {
  position: absolute;
  top: 45px;
  right: 285px;
}

/* Edits by BenC for BTS 11219 */

.printProductWarranty {
  display: none !important;
}

/* End edits by BenC */

a#TabbebContainerControl_ItemSummary1_additionallinks_linkrepeater_ctl00_linkrepeater_additionallink {
  font-size: 16px;
  color: #ff0000;
}

.RelatedItems .owl-prev {
  width: 36px !important;
  height: 36px !important;
}

.RelatedItems .owl-next {
  width: 36px !important;
  height: 36px !important;
}

.AttributeFilterDivMotionType .AttributeFilterListSleeper {
  display: none;
}

.PDFAttachmentsParagraph {
  padding-top: 5px;
}

.PDFAttachmentsParagraph a {
  color: #3E6AA2;
  font-weight: bolder;
  text-decoration: none;
}

.PDFAttachmentsParagraph a:hover {
  text-decoration: underline;
}

.staticpagenavheading {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

#staticpagenav li {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  text-transform: none;
}

#staticpagecontent {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #2a2a2a;
}

.newtitle {
  display: none;
}

/* Hide Pricing */

.PriceAndAddToCartControl {
  display: none;
}

/* End Hid Pricing */

/***********************************************************************************
*END POST DELIVERY EDITS
**********************************************************************************/

/*Ticket #45497*/
#LaunchSectionalPlanner {
  display: none !important;
}

/*Ticket #47107*/
.ProductDetailsHeading {
  display: none !important;
}

/*Ticket #47326*/
.ProductDetailsContainer {
  border-top: none !important;
}

/* 67782 1/21/21 JD */
.aspx-slideshow {
  width: 70%;
  margin: 0 auto;
}