#PageMain, #PageFooter { margin-top: 0; }
img.winterclearance-img {
width: 400px;
}

a.joeButton {
max-width:164px;
}
.sePage .sePageLayout .sePageMain a:not(.btn) {
 color: #0b9440;
}

.container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 0;
 padding-right: 0;
}
row {
 margin-right: 0;
 margin-left: 0;
}

/* Next & previous buttons */
.prev, .next {
 cursor: pointer;
 position: absolute;
 top: 50%;
 width: auto;
 margin-top: -22px;
 padding: 16px;
 color: white;
 font-weight: bold;
 font-size: 18px;
 transition: 0.6s ease;
 border-radius: 5px;
}

/* Position the "next button" to the right */
.next {
 right: 16px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .prev:active, .next:hover, .next:active {
 color: #0b6440;
 background-color: rgba(0,0,0,0.8);
}

/* Caption text 
.text {
 color: #f2f2f2;
 font-size: 15px;
 padding: 8px 12px;
 position: absolute;
 bottom: 8px;
 width: 100%;
 text-align: center;
}*/

.text {
 color: #ffffff
 padding: 8px 12px;
 position: absolute;
 bottom: 30%;
 width: 100%;
 text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
 color: #f2f2f2;
 font-size: 12px;
 padding: 8px 12px;
 position: absolute;
 top: 0;
}

/* The dots/bullets/indicators */
.dot {
 cursor: pointer;
 height: 15px;
 width: 15px;
 margin: 0 2px;
 background-color: #bbb;
 border-radius: 50%;
 display: inline-block;
 transition: background-color 0.6s ease;
}

.active, .dot:hover {
 background-color: #717171;
}

/* Fading animation */
.fade {
 -webkit-animation-name: fade;
 -webkit-animation-duration: 1.5s;
 -webkit-animation-fill-mode: forwards; 
 animation-name: fade;
 animation-duration: 1.5s;
 animation-fill-mode: forwards;
}

@-webkit-keyframes fade {
 from {opacity: .4}
 to {opacity: 1}
}

@keyframes fade {
 from {opacity: .4}
 to {opacity: 1}
}

@media only screen and (min-width: 993px) {

.joeButton1 {
padding-left:30%;
}

.joeButton2 {
padding-left:25%;
}

.blackFridayBanner{
min-height:610px;
}

.brandContainer {
 margin-left: 15%;
 }

.mySlides {
max-width: 100%;
}

.slide-height{
height:500px;
}

/* Position the "next button" to the right */
.next {
 right: 6%;
 border-radius: 5px
}
/* Position the "prev button" to the left*/
.prev {
 left: 6%;
 border-radius: 5px
}
}

@media only screen and (max-width:992px) {
img.winterclearance-img {
width: 45%;
}

.joeButton1 {
padding-left:20%;
}

.joeButton2 {
padding-right:20%;
}

.blackFridayBanner{
min-height:340px;
}
.slide-height{
height: 500px;
}
}

@media only screen and (max-width: 767px) {
img.winterclearance-img {
width: 40%;
}
.winterrefresh-img{
width: 55%;
}

.joeButton1 {
padding-left:1%;
}

.joeButton2 {
padding-left:0%;
padding-right:1%;
}
.logoDiv {
 margin-left: 8%;
 }
.lastLogoDiv {
 margin-left: 18%;
 }
.slide-height{
height:450px;
}
}

@media only screen and (min-width: 993px) {
img.winterrefresh-img{
width: 450px;
}
img.overhaulBanner{
width: 50%;
}
}
@media only screen and (max-width: 992px) {
img.winterrefresh-img{
width: 50%;
}
img.overhaulBanner{
width: 60%;
}
}
@media only screen and (max-width: 775px) {
img.winterrefresh-img{
width: 50%;
}
img.overhaulBanner{
width: 70%;
}
}
@media only screen and (max-width: 650px) {
img.winterrefresh-img{
width: 60%;
}
img.overhaulBanner{
width: 80%;
}
}