.general-header {
    font-size: 42px;
    font-weight: 300;
    color: #ffffff;
    padding: 0;
    margin: 0;
}
 
.general-subhead {
    font-size: 24px;
    color: #ffffff;
    padding-top: 0;
    margin-top: 0;
}
 
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap');
 
.home-selector #app-header {
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 200;
}
 
#bgvid {
height: 395px;
width: 100%;
object-fit: cover;
}
 
#home-page .feature-region img {
background-color: transparent !important;
background-image: none;
    height: 50vh;
    background-size: cover;
    background-position: center;
 
}
#home-page .feature-region img {
 
width: 100%;
 
}
 
.header-branding > h1 > a > img {
    width: auto;
}
 
#main.product-results {
background:  url() right bottom repeat-x;
object-fit: cover;
width: 100%;
}
 
#search-form.callout-region {
  background-color: #005E8E;
  color: #005E8E;
 
}
 
#search-form .search-form-filters {
  background-color: transparent;
  color: #005E8E;
 
}
 
.search-refine-button {
  color: #FFFFFF;
  outline-color: transparent;
  box-shadow: none !important;
}
 
#search-form .search-refine-button:hover,
#search-form .search-refine-button:focus {
  color: #FFFFFF;
outline:transparent;
 
}
#search-form .search-form__actions {
  float:none !important;
  display: inline-block;
}
 
.general-header-bg {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    padding: 160px 0;
}
 
.general-header-bg h1,
.general-header-bg h3 {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
}
 
.general-header-bg h1 {
  font-weight: 600;
}
 
.general-header-bg h3 {
  font-weight: 400;
}
 
#product-page #description div a .product-account-logo{
  display: none;
}
 
#product-page #description {
  overflow-y: auto;
  max-height: 230px;
}
 
#product-page .callout-region {
  display: none;
}
 
.center {
  object-fit: cover;
  width: 100%;
}
 
@media(min-width: 1024px) {
  .center {
    height: 550px;
  }
 
.product-selector  #app-footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
 
#app-header .container .row {
  display: flex;
  flex-wrap: wrap;
}
 
@media(max-width: 768px){
     #app-header .container .row :first-child,
     #app-header .container .row :nth-child(2) {
         flex: 1 0 45%;
    }
 
    .row {
     overflow: hidden;
   }
 
.row .col-xs-12 .col-sm-6 .col-md-7 {
  flex: 0 0 43%;
}
 
.row .header-branding .logo-customized a img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
 
#app-header .container .row #header-menu {
  flex: 0 0 43%;
  justify-content: unset;
  margin-top: 0;
margin-left: auto;
}
}
 
.AccountDropdown--margin-top {
     margin-top: 13px;
}
 
@media(max-width: 450px){
.home-selector #app-header > .container {
	height: 100%;
	display: flex;
	align-items: center;
}
 
.home-selector  #app-header > .container .row > div {
	flex: 1 0 33%;
}
 
.home-selector #app-header > .container .row > div .header-branding .logo-customized {
	height: auto;
	margin: 0;
}
 
.home-selector #app-header > .container .row > div .header-branding .logo-customized a img {
	margin-top: 0;
}
}
 
@media(max-width: 450px){
.product-selector #app-header > .container {
	height: 100%;
	display: flex;
	align-items: center;
}
 
.product-selector #app-header > .container .row > div {
	flex: 1 0 33%;
}
 
.product-selector #app-header > .container .row > div .header-branding .logo-customized {
	height: auto;
	margin: 0;
}
 
.product-selector #app-header > .container .row > div .header-branding .logo-customized a img {
	margin-top: 0;
}
}
 
.product-selector #feature .product-bg  {
background-color: #f8f8f8;
 
}
.product-footer .learn-more .product-value {
      display: none;
}
 
.container .search-form {
padding-top: 10px;
}
 
/* Hides the "Browse listings" */
#listings  h1 {
display: none;
}