body {
  font-family: sans-serif;
}

/* unvisited link */
a:link {
    color: #dc2628;
}

/* visited link */
a:visited {
    color: #dc2628;
}

/* mouse over link */
a:hover {
    color: #ff3336;
}

/* selected link */
a:active {
    color: #ff3336;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  background-image: url("bgtile.jpg")
  margin:0;
}

#footer {
  max-width: 100%;
  height: 280px;
  background-color: #464646;
  clear: both;
  border-top: 6px solid #a71317;
}
.clear {
  clear: both;
}

.shadow {
-moz-box-shadow: 0 0 30px 5px #999;
-webkit-box-shadow: 0 0 30px 5px #999;
}

.footerlogo {
  vertical-align:middle; 
}

.icon1 {
display: inline-block;
width: 41px;
height: 41px;
line-height: 1;
vertical-align: middle;
background-image: url("icon_customerfocused.png");
background-repeat: no-repeat;
float:left;
}

.icon2 {
display: inline-block;
width: 41px;
height: 41px;
line-height: 1;
vertical-align: middle;
background-image: url("icon_dependability.png");
background-repeat: no-repeat;
float:left;
}

.icon3 {
display: inline-block;
width: 41px;
height: 41px;
line-height: 1;
vertical-align: middle;
background-image: url("icon_experience.png");
background-repeat: no-repeat;
float:left;
}

.icon4 {
display: inline-block;
width: 41px;
height: 41px;
line-height: 1;
vertical-align: middle;
background-image: url("icon_compliance.png");
background-repeat: no-repeat;
float:left;
}

.icon5 {
display: inline-block;
width: 41px;
height: 41px;
line-height: 1;
vertical-align: middle;
background-image: url("icon_stage2.png");
background-repeat: no-repeat;
float:left;
}

.icon6 {
display: inline-block;
width: 41px;
height: 41px;
line-height: 1;
vertical-align: middle;
background-image: url("icon_certifications.png");
background-repeat: no-repeat;
float:left;
}

ul.check {
font-size: 9px;
line-height: 2em;
font-weight: normal;
text-decoration: none;
text-indent: 5px;
list-style-position: outside;
list-style-image: url(checkmark.png);
list-style-type: square;
}

ul {
  text-align: left;
}

@media (min-width: 1024px) {
  .container {
    width: 960px;
    margin: 0 auto;
    -moz-box-shadow: 0 0 30px 5px #999;
-webkit-box-shadow: 0 0 30px 5px #999;
background-color: #fff;
  }
  .container:after {
    content: "";
    clear: both;
    width: 100%;
  }

  h3 {
    padding-left: 45px;
    margin-top:0px;
  }

  h3.single {
    padding-top:15px;
  }

  h3.clear {
    padding-top:0px;
    padding-left:0px;
    margin-top:0px;
  }

  .footeraddress {
    float:right;
    padding:25px;
    width:400px;
    color:#fff;
    text-transform: uppercase;
    text-align:right;
    font-size: 1em;
    line-height: 1.25em;
  }

  .header {
    width: 960px;
    margin: 0 0px;
    display:inline-block;
  }

  #cert {
    width: 280px;
    float: left;
    height: 85px;
    margin: 0 0px;
    font-size: 1em;
    padding: 5px;
  }

    #cert p {
    font-size: 11pt;
    line-height: 16pt;
  }

    #toc {
    width: 280px;
    float: left;
    height: 100px;
    margin: 0 0px;
    font-size: 1em;
    padding: 5px;
  }

  #toc img {
    -webkit-box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.27);
-moz-box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.27);
box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.27);

  }

  #col4 {
    width: 270px;
    float: left;
    margin: 0 10px;
    height:285px;
    border-top: 1px solid #CCC;
    font-size: 1em;
    padding: 15px;
  }

    #col4 p {
    font-size: 11pt;
    line-height: 16pt;
  }

    #col2 {
    width: 910px;
    float: left;
    margin: 0 10px;
    border-top: 1px solid #CCC;
    font-size: 1em;
    padding: 15px;
  }

    #col2 p {
    font-size: 11pt;
    line-height: 16pt;
  }

  .image {
    text-align: center;
  }

  img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }

  p.slogan {
    text-align: center;
    font-size: 1.75em;
    color: #464646;
  }

  .newspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    padding: 15px;
}
}
@media (min-width: 600px) and (max-width: 1023px) {
  .container {
    width: 96%;
    padding:15px;
    background-color: #fff;
  }

  #col2 {
        border-top: 1px solid #CCC;
        padding:15px;
  }

    h3.clear {
    padding-top:0px;
    padding-left:0px;
    margin-top:0px;
  }


    p.slogan {
    text-align: center;
    font-size: 1.75em;
    color: #464646;
  }

    #cert {
    float: left;
    margin: 0 20px;
    font-size: 1em;
    padding: 5px;
        margin-bottom:25px;
  }
    #cert:after {
    content: "";
    clear: both;
    width: 100%;
  }

    #cert p {
    font-size: 11pt;
    line-height: 16pt;
  }

      #toc {
    width: 280px;
    float: left;
    height: 100px;
    margin: 0 0px;
    font-size: 1em;
    padding: 5px;
  }

    #toc img {
    -webkit-box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.27);
-moz-box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.27);
box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.27); margin-bottom:10px;
    
  }

    .footeraddress {
    float:left;
    margin-left:25px;
    width:200px;
    color:#fff;
    text-transform: uppercase;
    text-align:left;
    font-size:12px;
    margin-top:15px;
    clear:both;
  }

  .header {
    width: 100%px;
    margin: 0 0px;
  }

  #col4 {

    padding: 20px 0;
    border-top: 2px solid #CCC;
    padding:15px;
  }
  #col4:after {
    content: "";
    clear: both;
    width: 100%;
  }

  .image {
    float: left;
    width: 40%;
  }

  .copy {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

  img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
    .newspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    padding: 15px;
    margin-bottom:15px;
  }
    h3 {
    padding-left: 45px;
  }

  h3.single {
    padding-top:0px;
  }
}

@media (max-width: 599px) {
  .container {
    width: 96%;
    background-color: #fff;
    padding:15px;
    background-color: #fff;
  }

    #col2 {
        border-top: 1px solid #CCC;
        padding:15px;
  }


    h3.clear {
    padding-top:0px;
    padding-left:0px;
    margin-top:0px;
  }

      #cert {
    float: left;
    margin: 0 15px;
    font-size: 1em;
    padding: 5px;
    margin-bottom:25px;
  }

    #cert p {
    font-size: 11pt;
    line-height: 16pt;
  }

      #toc {
    width: 280px;
    height: 100px;
    margin: 0 0px;
    font-size: 1em;
    padding: 5px;
  }

      #toc img {
    -webkit-box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.27);
-moz-box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.27);
box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.27); margin-bottom:10px;
    
  }


    p.slogan {
    text-align: left;
    color: #464646;
    font-size: 1.25em;
  }

    .footeraddress {
    float:left;
    margin-left:25px;
    width:200px;
    color:#fff;
    text-transform: uppercase;
    text-align:left;
    font-size:12px;
    margin-top:15px;
    clear:both;
  }
    h3.single {
    padding-top:15px;
  }

    .header {
    margin: 0 0px;
  }

  #col4 {
    padding:15px;
    border-top: 1px solid #CCC;
  }

  .image, .copy {
    text-align: center;
  }
}