.nav {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

.slide1wrapper img, .slide2wrapper img, .slide3wrapper img {
  max-height: 400px;
}

.slide1wrapper {
  width: 100%;
  background: #164006; /* Old browsers */
  background: -moz-linear-gradient(left,  #1c5407 50%, #164006 52%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%,#1c5407), color-stop(52%,#164006)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #1c5407 50%,#164006 52%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #1c5407 50%,#164006 52%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #1c5407 50%,#164006 52%); /* IE10+ */
  background: white !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5407', endColorstr='#164006',GradientType=1 ); /* IE6-9 */
}

.slide2wrapper {
  width: 100%;
  background: #FFF;
}

.slide3wrapper {
  width: 100%;
  background: url(/Shared/Themes/importtheme/images/banner2bg.jpg) repeat-x;
  background-size: auto 100%;
}

.BlueGradient {
  background: rgb(121,184,229); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(121,184,229,1) 0%, rgba(108,171,221,1) 50%, rgba(98,165,217,1) 51%, rgba(76,146,205,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,184,229,1)), color-stop(50%,rgba(108,171,221,1)), color-stop(51%,rgba(98,165,217,1)), color-stop(100%,rgba(76,146,205,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(121,184,229,1) 0%,rgba(108,171,221,1) 50%,rgba(98,165,217,1) 51%,rgba(76,146,205,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(121,184,229,1) 0%,rgba(108,171,221,1) 50%,rgba(98,165,217,1) 51%,rgba(76,146,205,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(121,184,229,1) 0%,rgba(108,171,221,1) 50%,rgba(98,165,217,1) 51%,rgba(76,146,205,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(121,184,229,1) 0%,rgba(108,171,221,1) 50%,rgba(98,165,217,1) 51%,rgba(76,146,205,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79b8e5', endColorstr='#4c92cd',GradientType=0 ); /* IE6-9 */
}

.BlueGradientArea {
  background: rgb(111,39,186); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(111,39,186,1) 0%, rgba(40,129,188,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(111,39,186,1)), color-stop(100%,rgba(40,129,188,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(111,39,186,1) 0%,rgba(40,129,188,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(111,39,186,1) 0%,rgba(40,129,188,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(111,39,186,1) 0%,rgba(40,129,188,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(111,39,186,1) 0%,rgba(40,129,188,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f27ba', endColorstr='#2881bc',GradientType=1 ); /* IE6-9 */
  text-shadow: 2px 2px 0px #335689;
  color: #E9F6FF;
}

.BlueGradientArea p, .BlueGradientArea p a {
  color: #E9F6FF;
  font-size: 19px;
  font-weight: bold;
}


.ThemeButton {
  background: #164006; /* Old browsers */
  background: -webkit-gradient(linear,  left top, left bottom,  from(#1c5407), to(#164006));
  background: -webkit-linear-gradient(top,  #1c5407 0%, #164006 100%);
  background: -moz-linear-gradient(top,  #1c5407 0%, #164006 100%);
  background: -o-linear-gradient(top,  #1c5407 0%, #164006 100%);
  background: linear-gradient(to bottom,  #1c5407 0%, #164006 100%); /* W3C */
}

.ThemeButton:hover {
  background: #1c5407; /* Old browsers */
  background: -webkit-gradient(linear,  left bottom, left top,  from(#1c5407), to(#164006));
  background: -webkit-linear-gradient(bottom,  #1c5407 0%, #164006 100%);
  background: -moz-linear-gradient(bottom,  #1c5407 0%, #164006 100%);
  background: -o-linear-gradient(bottom,  #1c5407 0%, #164006 100%);
  background: linear-gradient(to top,  #1c5407 0%, #164006 100%); /* W3C */
}

.nav .SubCats {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(238,238,238,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(66%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(238,238,238,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(238,238,238,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}



/* Large desktop */
@media (max-width: 1340px) {
  .BlueGradientArea p, .BlueGradientArea p a {
    font-size: 17px;
  }
  .SwiftSpace {
    background-position: -120px bottom;
  }
  .SwiftSpaceInner {
    margin-left: 40%;
  }
}

@media (max-width: 1200px) {
  .BlueGradientArea p, .BlueGradientArea p a {
    font-size: 15px;
  }
  .Shredder {
    background-position: 10px bottom, calc(100% - 10px) bottom;
  }
}

@media (max-width: 1150px) {
  .nav .SubCats {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 1100px) {
  .nav ul li a {
    font-size: 16px;
  }
  .HardDrive p {
    font-size: 14px;
  }
}

@media (max-width: 1020px) {
  .Shredder {
    background-position: -40px bottom, calc(100% + 40px) bottom;
  }
  .SwiftSpaceInner {
    margin-left: 20%;
  }
  .SwiftSpace {
    background-position: -200px bottom;
  }
}

@media (min-width: 1200px) {  }

@media (max-width: 992px) {
  .Newsletter {
    background-position-x: -80px;
  }
  .nav ul li a {
    font-size: 15px;
  }
  .MBMD {
    margin-bottom: 30px;
  }
  .MTMD {
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
  .RedArea p a {
    color: #FFF;
    font-size: 16.5px;
    padding-bottom: 33px;
    display: block;
  }
  .BlueGradientArea p, .BlueGradientArea p a {
    font-size: 14px;
  }
  .Shredder {
    background-position: -120px bottom, calc(100% + 120px) bottom;
  }
  .SwiftSpace {
    background-position: -300px bottom;
  }
  .SwiftSpaceInner {
    margin: 20px;
  }
  .nav ul li a {
    font-size: 14px;
    padding: 20px 12px;
  }

}


@media (max-width: 810px) {
  .Shredder {
    background-position: -160px bottom, calc(100% + 160px) bottom;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .PhoneTextCenter {
    text-align: center !important;
  }
  .PadBPhone {
    padding-bottom: 30px
  }
  .MBPhone {
    margin-bottom: 30px;
  }
  .PadB15Phone {
    padding-bottom: 15px;
  }
  .MPad20LR { padding: 0 20px;}
  .RedArea p a {
    color: #FFF;
    font-size: 16.5px;
    padding-bottom: 21px;
    display: block;
  }
  .BlueGradientArea p, .BlueGradientArea p a {
    font-size: 17px;
  }
  .Newsletter {
    padding-bottom: 130px;
    background-position-x: center;
  }
  table#dlCategory > tbody tr > td { width: 50% !important;}

  .Shredder, .PaperCutter {
    padding-bottom: 180px;
    height: auto;
  }

  .HomeMidBanner, .HomeMidFull { height: auto;}
}

/* Landscape phones and down */
@media (max-width: 480px) { 
  .BlueGradientArea p, .BlueGradientArea p a {
    font-size: 14px;
  }

  table#dlCategory > tbody tr > td { width: 100% !important; display:block; float: left;}

}