@media screen and (min-width: 320px) and (max-width: 639px) and (min-device-width: 320px) {
  .main_wrapper {
    width: 320px;
  }
  header img {
    margin-left: 15px;
  }
  
  nav {
  clear: both;
  }
  
  .c2,
  .e2 {
    width: 320px;
  }
  .chalf {
    width: 320px !important;
  }
  .ctriple {
    width: 320px !important;
  }
  nav {
    line-height: 1.5;
    float: left !important;
  }
  nav a {
    margin-left: 0px !important;
    display: block !important;
  }
  .nodisplay {
    display: none !important;
  }
  .claim_text {
    width: 100% !important;
  }
  .service {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) and (min-device-width: 640px) {
  .main_wrapper {
    width: 640px;
  }
  .c2,
  .e2 {
    width: 320px;
  }
  nav {
    font-size: 21px !important;
  }
  .claim_text {
    width: 100% !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) and (min-device-width: 960px) {
  .main_wrapper {
    width: 960px;
  }
  .c2 {
    width: 640px;
  }
  .e2 {
    width: 320px;
  }
  .claim_text {
    width: 100% !important;
  }
}
@media screen and (min-width: 1280px) and (min-device-width: 1280px) {
  .main_wrapper {
    width: 1280px;
  }
  .c2 {
    width: 960px;
  }
  .e2 {
    width: 640px;
  }
}
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  color: #292929;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fbfbfb;
}
body {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
img {
  float: left;
  border: 0px;
}
.clear {
  clear: both;
}
p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}
h1 {
  font-weight: 300;
  font-size: 34px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  color: #292929;
}
h2 {
  font-weight: 300;
  font-size: 24px;
  border-bottom: 1px solid #2593e9;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  color: #292929;
}
h3 {
  color: #1174b1;
  margin: 0px 0px 15px 0px;
}
a {
  text-decoration: underline;
  color: #4ca134;
}
a:hover {
  text-decoration: none;
}
label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.main_wrapper {
  margin: 0px auto 0px auto;
}
.column {
  height: 100%;
  float: left;
}
.element {
  float: left;
}
.c1,
.e1 {
  width: 320px;
}
.chalf {
  width: 50%;
}
.ctriple {
  width: calc(33.33333333%);
}
.efull,
.cfull {
  width: 100%;
}
header {
  padding: 15px 0px 15px 0px;
}
#header_wrapper {
  width: 100%;
  background: #0999d6;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5OTlkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYzOTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0999d6 0%, #006398 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0999d6), color-stop(100%, #006398));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0999d6 0%, #006398 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0999d6 0%, #006398 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0999d6 0%, #006398 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0999d6 0%, #006398 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0999d6', endColorstr='#006398', GradientType=0);
  /* IE6-8 */
}
.wrapper {
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  float: left;
  padding: 15px;
}
nav {
  float: right;
  font-size: 21px;
  font-weight: 300;
  color: white;
  margin-top: 10px;
}
nav a {
  color: white;
  padding: 10px 15px 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 20px;
  text-decoration: none;
}
nav a:first-of-type {
  margin-left: 0px !important;
}
nav a:hover {
  text-decoration: none;
  color: white;
  background: rgba(255, 255, 255, 0.25);
}
#hp_banners {
  margin-top: 15px;
}
#hp_banners img {
  max-width: 1280px;
  width: 100%;
}
.headline_stripe {
  background: #eeeeee;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #555555;
  text-shadow: 1px 1px #ffffff;
  text-align: center;
}
.footer_stripe {
  background: #eeeeee;
  border-bottom: 1px solid #d5d5d5;  
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
  font-size: 16px;
  color: #555555;
  text-shadow: 1px 1px #ffffff;
}
.service {
  text-align: center;
}
.service_detail {
  margin-bottom: 25px;
}
.service img {
  float: none;
  margin: 15px 0px 15px 0px;
}
.service a {
  background: #1174b1;
  color: white;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
}
.whyus img {
  float: left;
  margin: 5px 25px 0px 0px;
}
.whyus p {
  display: block;
  float: left;
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
}
.content {
  padding: 0px 10px 0px 10px;
}
.content2 {
  padding: 0px 25px 0px 25px;
}
.center {
  text-align: center;
}
.centred_img {
  width: 75px;
  height: 75px;
  margin: 0px auto 15px auto;
  float: none;
  display: block;
}
.claim_text {
  width: 75%;
  margin: 15px auto 15px auto;
}
.main_claim {
  position: absolute;
  font-size: 36px;
}

#logo {
height: 60px;
}

.hpimg {
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  width: -o-calc(100% - 25px);
  width: calc(100% - 25px);
}
