@font-face {
  font-family: 'gill_sansregular';
  src: url('../css/fonts/gillsans-webfont.eot');
  src: url('../css/fonts/gillsans-webfont.eot?#iefix') format('embedded-opentype'), url('../css/fonts/gillsans-webfont.woff') format('woff'), url('../css/fonts/gillsans-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gill_sanslight';
  src: url('../css/fonts/gillsans-light-webfont.eot');
  src: url('../css/fonts/gillsans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../css/fonts/gillsans-light-webfont.woff') format('woff'), url('../css/fonts/gillsans-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
img,
video,
embed {
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 1.25em;
  -webkit-text-size-adjust: 1.25em;
  -ms-text-size-adjust: 1.25em;
  /* 1 */

  line-height: 29.3333334px;
  line-height: 1.46666667rem;
}
/* on smarphones font-size is ok smaller. */
@media screen and (max-width: 30em) {
  html {
    font-size: 1.125em;
    /* 1 */
  
    -webkit-text-size-adjust: 1.25em;
    -ms-text-size-adjust: 1.25em;
    /* 2 */
  
    line-height: 1.5;
  }
}
html,
button,
input,
select,
textarea {
  font-family: 'gill_sanslight', "Trebuchet MS", Arial, sans-serif;
}
body {
  color: #00676d;
  background-color: white;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #00676d;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
a:focus,
a:hover {
  text-decoration: none;
  border-bottom: 2px solid currentColor;

}
a a:hover,
a a:active {
  outline: 0;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'gill_sansregular', "Trebuchet MS", Arial, sans-serif;
}
h1 {
  font-size: 35px;
  font-size: 1.75rem;
  line-height: 45px;
  line-height: 2.25rem;
  margin-top: 20px;
  margin-top: 1rem;
  margin-bottom: 18px;
  margin-bottom: 0.9rem;
}
h2 {
  font-size: 28px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 1.8rem;
  margin-top: 12px;
  margin-top: 0.6rem;
  margin-bottom: 7px;
  margin-bottom: 0.35rem;
}
h3 {
  font-size: 24px;
  font-size: 1.2rem;
  line-height: 31px;
  line-height: 1.55rem;
  margin-top: 8px;
  margin-top: 0.4rem;
  margin-bottom: 5px;
  margin-bottom: 0.25rem;
}
h4 {
  font-size: 20px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.5rem;
  margin-top: 10px;
  margin-top: 0.5rem;
}
h5 {
  font-size: 18px;
  font-size: 0.9rem;
  line-height: 27px;
  line-height: 1.35rem;
  margin-top: 3px;
  margin-top: 0.15rem;
}
h6 {
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 24px;
  line-height: 1.2rem;
  margin-top: 12px;
  margin-top: 0.6rem;
}
b,
strong {
  font-weight: 600;
}
blockquote {
  margin: 1.5em 40px;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}
i,
em {
  font-style: italic;
}
big {
  font-size: 24px;
  font-size: 1.2rem;
  font-weight: 600;
}
p,
pre {
  line-height: 30px;
  line-height: 1.5rem;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 75%;
}
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}
dd {
  margin: 0 0 0 1em;
}
menu,
ol,
ul {
  padding: 0 0 0 1em;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
figure {
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
table tr {
  border-bottom: solid 1px #c7cdcf;
}
table tr:first-child {
  margin-bottom: 3px;
}
table th:first-child,
table td:first-child {
  padding-left: 40px;
  padding-left: 2rem;
}
table td {
  padding: 14px 10px 14px 10px;
  padding: 0.7rem 0.5rem 0.7rem 0.5rem;
}
table th {
  padding: 14px 10px 18px 10px;
  padding: 0.7rem 0.5rem 0.9rem 0.5rem;
}
table th {
  color: white;
  text-shadow: 0 1px 1px #333333;
}
hr {
  height: 1px;
  background-color: #c7cdcf;
  margin-top: 2em;
  margin-bottom: 2em;
}
.l-wrapper {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
}
.mainheader {
  padding-top: 20px;
  padding-top: 1rem;
  margin-bottom: -8px;
  overflow: hidden;
  position: relative;
}
.hand {
  margin-bottom: -10px;
  margin: 0 auto -30px;
}
@media screen and (min-width: 30em) {
  .hand-wrap {
    text-align: center;
  }
  .hand {
    margin: 0 auto -10px;
  }
}
@media screen and (min-width: 50em) {
  .hand {
    position: absolute;
    bottom: 0px;
    right: 0;
    margin-bottom: 0;
  }
}
.mainbody {
  background-color: #00676d;
  color: white;
  padding-top: 40px;
  padding-top: 2rem;
  padding-bottom: 60px;
  padding-bottom: 3rem;
  position: relative;
  margin-bottom: -10px;
}
.mainbody a {
  color: white;
}
.mainbody ul {
  margin: 0;
  padding: 0;
}
.mainbody li {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  list-style: none;
  padding-top: 4px;
  padding-top: 0.2rem;
  padding-bottom: 4px;
  padding-bottom: 0.2rem;
}
.mainbody li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.mainbody li.no-line {
  border-bottom: none;
}
.mainbody h3 {
  line-height: 40px;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  .mainbody {
    display: inline-block;
    width: 100%;
  }
  .mainbody .services {
    width: 48%;
    float: left;
  }
  .mainbody .services {
    margin-right: 4%;
  }
  .mainbody .information {
    margin-top: 0;
    float: right;
    width: 48%;
  }
}
@media screen and (min-width: 50em) {
  .mainbody .services {
    width: 67%;
    float: left;
    margin-right: 2%;
  }
  .mainbody .services ul {
    width: 48%;
    float: left;
  }
  .mainbody .services ul.first-half {
    margin-right: 4%;
  }
  .mainbody .services li.no-line {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .mainbody .information {
    width: 31%;
    margin-top: 0;
  }
}
.information {
  margin-top: 40px;
  margin-top: 2rem;
}
.information a {
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.information a:hover,
.information a:focus {
  text-decoration: none;
border-bottom: 2px solid rgba(255, 255, 255, 0.7);

}
.openingHours {
  width: 100%;
  display: inline-block;
}
.openingHours li {
  border: none;
  float: left;
  width: 25%;
  text-align: center;
  margin-top: 8px;
  margin-top: 0.4rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.openingHours li:last-child {
  border-bottom: none;
}
.openingHours li img {
  display: block;
  margin: 0 auto 10px;
}
.phone,
.email,
.facebook {
  display: block;
  position: relative;
}
.phone:before,
.email:before,
.facebook:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
}
.phone:before {
  background: transparent url(../img/phone.png) 0 0 no-repeat;
}
.email:before {
  background: transparent url(../img/email.png) 0 0 no-repeat;
}
.facebook:before {
  background: transparent url(../img/facebook.png) 0 0 no-repeat;
}
.main-footer {
  clear: both;
  padding-top: 60px;
  padding-top: 3rem;
}
.main-footer p {
  font-size: 12px;
  font-size: 0.6rem;
  line-height: 17px;
  line-height: 0.85rem;
}
.logo {
  margin-bottom: 20px;
  margin-bottom: 1rem;
}
.logo img {
  width: 10%;
  height: auto;
}
.logo h1 {
  display: inline-block;
  padding-left: 10px;
  padding-left: 0.5rem;
  margin: 2% 0;
  vertical-align: top;
  font-size: 20px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.2rem;
}
@media screen and (min-width: 30em) {
  .logo-wrap {
    text-align: center;
    margin-top: 20px;
    margin-top: 1rem;
    margin-bottom: 20px;
    margin-bottom: 1rem;
  }
  .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .logo h1 {
    margin: 18px 0;
    font-size: 28px;
    font-size: 1.4rem;
    line-height: 33.6px;
    line-height: 1.68rem;
  }
}
@media screen and (min-width: 50em) {
  .logo-wrap {
    text-align: left;
  }
  .logo {
    margin-left: 0;
    margin-right: 0;
  }
  .logo img {
    margin-bottom: 10px;
  }
  .logo h1 {
    margin: 0;
    display: block;
    padding-left: 0;
    max-width: 5em;
    line-height: 25.6px;
    line-height: 1.28rem;
  }
}
.claim h1 {
  font-family: 'gill_sanslight', "Trebuchet MS", Arial, sans-serif;
}
.claim h1 span {
  font-family: 'gill_sansregular', "Trebuchet MS", Arial, sans-serif;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 30em) {
  .claim h1 {
    font-size: 28px;
    font-size: 1.4rem;
    line-height: 33.6px;
    line-height: 1.68rem;
  }
}
@media screen and (min-width: 30em) {
  .claim {
    margin-top: 60px;
    margin-top: 3rem;
    margin-bottom: 60px;
    margin-bottom: 3rem;
  }
  .claim h1 {
    max-width: 13em;
    font-size: 44px;
    font-size: 2.2rem;
    line-height: 52.800000000000004px;
    line-height: 2.64rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 50em) {
  .claim {
    position: relative;
    z-index: 10;
    margin-top: 30px;
    margin-top: 1.5rem;
  }
  .claim h1 {
    margin: 60px 0px 80px 0px;
    margin: 3rem 0rem 4rem 0rem;
  }
}
