section{
  background: none;
  box-shadow: none;
  padding: 0;
}
.landingPhone {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.caddy{font-size:15px; margin-left:10px;}

/* Inventory Search */
#InvSearchBoxHP{
  background: #C8D4EA;
  padding: 16px;
  text-align: center;
  margin: 0;
}
#InvSearchBoxHP h3.invSrchHeader {
  border-top: 1px solid #889;
  border-bottom: 1px solid #889;
  line-height: 1.5;
  font-size: 2rem;
  margin: 0 0 20px;
}
form li {
     border: medium none;
     clear: none;
     padding: 0;
}
form li:nth-child(2n+1) {background: none}
form li:last-child { border: medium none; }
form label { line-height: 1; }
input, select { float: none; }
#InvSearchBoxHP ul#InvSearchBoxTypeBox { margin-bottom: 20px; }
#InvSearchBoxHP select {
     color: #333333;
     font-size: 12px;
     font-size: 1.2rem;
  margin-bottom:8px;
     font-weight: normal;
}
#InvSearchBoxHP #InvSearchBoxSubmit span.SubmitSearchbutton {
  background: #242424;
  background: -moz-linear-gradient(top, #111 0%, #474747 32%, #2C2C2C 53%, #111 73%, #1C1C1C 91%, #131313 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111), color-stop(32%, #474747), color-stop(53%, #2C2C2C), color-stop(73%, #111), color-stop(91%, #1C1C1C), color-stop(100%, #131313));
  background: -webkit-linear-gradient(top, #111 0%, #474747 32%, #2C2C2C 53%, #111 73%, #1C1C1C 91%, #131313 100%);
  background: -o-linear-gradient(top, #111 0%, #474747 32%, #2C2C2C 53%, #111 73%, #1C1C1C 91%, #131313 100%);
  background: -ms-linear-gradient(top, #111 0%, #474747 32%, #2C2C2C 53%, #111 73%, #1C1C1C 91%, #131313 100%);
  background: linear-gradient(to bottom, #111 0%, #474747 32%, #2C2C2C 53%, #111 73%, #1C1C1C 91%, #131313 100%);
  display: block;
  float: none;
}
.invIcon.tiny.search { display: none; }
#InvSearchBoxSubmit { margin: 0; }
#InvSearchBoxHP .invIcon { width: 24px; }



/* Slideshow  */
.slideshow .slides img { border-radius: 4px; }
.slideshow {border-radius: 6px; margin-bottom:14px;}
.slideshow ul.slides{padding:4px}
.flexslider {
   background:none;
   border:none;
}
.flexslider .slides img {
   margin: 0 auto;
   width: 100% !important
}
.flexslider .slides &gt; li { text-align:center }
.flex-control-nav { margin-bottom: 4px; }
.flex-control-nav li a {
   background: #FFF;
   border: 1px solid #000;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.flex-control-nav li a.active {
   background: #000;
   border-color: #ccc;
}

.btnsBox{
  border-radius:8px;
  margin-bottom: 30px;
}
.btnsBox ul {
    margin: 10px 0 5px;
  text-align:center;
}
.btnsBox li {
    display: inline-block;
    width: 48%;
    text-align: center;
    margin: 0;
}
.btnsBox a {
    display: block;
    background: #ccc;
    margin: 0 5% 2%;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 4px;
    color: #000 !important;
}
.btnsBox a:hover {color:#fff !important; background: #666}


.btnsBoxGrey{
  border-radius:8px;
  margin-bottom: 30px;
}
.btnsBoxGrey ul {
    margin: 10px 0 5px;
  text-align:center;
}
.btnsBoxGrey li {
    display: inline-block;
    width: 48%;
    text-align: center;
    margin: 0;
}
.btnsBoxGrey a {
    margin: 0 5% 2%;
    text-decoration: none;
    font-size: 1.9em;
    line-height: 1.5;
    border-radius: 4px;
    color: #000 !important;
}
.btnsBoxGrey a:hover {color:#fff !important; background: #666;}

.chromeBg {
   background: url('https://s3.amazonaws.com/dom-cms/Site/3188b5d5-1209-4d34-8bf3-e72bfddbb0d0/template/images/ie-chrome.jpg') 0 0 #ccc;
   background: -moz-linear-gradient(top, #666666 0%, #cccccc 2%, #999999 10%, #333333 25%, #ffffff 40%, #ffffff 60%, #333333 75%, #dddddd 90%, #999999 93%, #333333 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(2%, #cccccc), color-stop(10%, #999999), color-stop(25%, #333333), color-stop(40%, #ffffff), color-stop(60%, #ffffff), color-stop(75%, #333333), color-stop(90%, #dddddd), color-stop(93%, #999999), color-stop(100%, #333333));
   background: -webkit-linear-gradient(top, #666666 0%, #cccccc 2%, #999999 10%, #333333 25%, #ffffff 40%, #ffffff 60%, #333333 75%, #dddddd 90%, #999999 93%, #333333 100%);
   background: -o-linear-gradient(top, #666666 0%, #cccccc 2%, #999999 10%, #333333 25%, #ffffff 40%, #ffffff 60%, #333333 75%, #dddddd 90%, #999999 93%, #333333 100%);
   background: -ms-linear-gradient(top, #666666 0%, #cccccc 2%, #999999 10%, #333333 25%, #ffffff 40%, #ffffff 60%, #333333 75%, #dddddd 90%, #999999 93%, #333333 100%);
   background: linear-gradient(to bottom, #666666 0%, #cccccc 2%, #999999 10%, #333333 25%, #ffffff 40%, #ffffff 60%, #333333 75%, #dddddd 90%, #999999 93%, #333333 100%);
   box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
   border: 1px solid #ccc;
  padding: 2px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.chromeInner {
   background: #000;
   border-radius: 8px;
   margin: 4px;
  overflow:hidden;
}
.chromeInnerGrey {
   background: #a8a8a8;
   border-radius: 8px;
   margin: 4px;
  overflow:hidden;
}
.brochureButton{width:100% !important;}
@media only screen and (max-width: 768px){
  section .seven.columns, section .five.columns{width:100%}
  section .chromeBg {margin: 10px auto; width: 90%;  }
  .landingPageLogos img{margin: 0 auto 20px}
  #InvSearchBoxHP ul#InvSearchBoxTypeBox li input {display: inline; width: auto;}
}
@media only screen and (max-width: 540px){
  .btnsBox span{display:none}
  .btnsBox a{margin:0 2% 2%}
}
