@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url("https://chessingtoncache.staging.reserveandride.co.uk/css/fonts/opensans/v6/300.woff?v=b91d942e-f055-4c2f-99f3-9a229ec8939e")
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url("https://chessingtoncache.staging.reserveandride.co.uk/css/fonts/opensans/v6/400.woff?v=b91d942e-f055-4c2f-99f3-9a229ec8939e")
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url("https://chessingtoncache.staging.reserveandride.co.uk/css/fonts/opensans/v6/600.woff?v=b91d942e-f055-4c2f-99f3-9a229ec8939e")
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url("https://chessingtoncache.staging.reserveandride.co.uk/css/fonts/opensans/v6/700.woff?v=b91d942e-f055-4c2f-99f3-9a229ec8939e")
      format("woff");
}
/* apply brand specific font */
@font-face {
  font-family: "Frutiger 55";
  font-style: normal;
  font-weight: 500;
  src: local("frutiger55"),
    url("https://chessingtoncache.staging.reserveandride.co.uk/css/fonts/frutiger55/Frutiger 55 Roman.woff2?v=b91d942e-f055-4c2f-99f3-9a229ec8939e")
      format("woff2"),
    url("https://chessingtoncache.staging.reserveandride.co.uk/css/fonts/frutiger55/Frutiger 55 Roman.woff?v=b91d942e-f055-4c2f-99f3-9a229ec8939e")
      format("woff");
}
@font-face {
  font-family: "Frutiger 65";
  font-style: normal;
  font-weight: 600;
  src: local("frutiger65"),
    url("https://chessingtoncache.staging.reserveandride.co.uk/css/fonts/frutiger65/Frutiger 65 Bold.woff2?v=b91d942e-f055-4c2f-99f3-9a229ec8939e")
      format("woff2"),
    url("https://chessingtoncache.staging.reserveandride.co.uk/css/fonts/frutiger65/Frutiger 65 Bold.woff?v=b91d942e-f055-4c2f-99f3-9a229ec8939e")
      format("woff");
}
@font-face {
  font-family: "Utile-Semibold";
  font-style: normal;
  font-weight: 500;
  src: local("Utile-Semibold"),
    url("https://chessingtoncache.staging.reserveandride.co.uk/css/fonts/Utile-Semibold/Utile-Semibold.woff?v=b91d942e-f055-4c2f-99f3-9a229ec8939e")
      format("woff");
}
@font-face {
  font-family: "Utile-Bold";
  font-style: normal;
  font-weight: 600;
  src: local("Utile-Bold"),
    url("https://chessingtoncache.staging.reserveandride.co.uk/css/fonts/Utile-Bold/Utile-Bold.woff?v=b91d942e-f055-4c2f-99f3-9a229ec8939e")
      format("woff");
}

html {
  font-family: "Utile-Semibold", sans-serif !important;
}

body {
  margin: 0;
}

ul {
  list-style-type: square;
}

#navbar {
  overflow: hidden;
  background: linear-gradient(315deg, #00a13a 0, #00a13a 100%) !important;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%),
    0 1px 10px 0 rgb(0 0 0 / 12%);
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#navbar a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
}

.content {
  padding: 15px;
  text-align: left;
}

h3 {
  font-size: 16px;
  clear: both;
  font-weight: 400;
  color: #00abe4;
}
h3.email {
  word-wrap: break-word;
}
h4 {
  color: #00a13a;
  margin-bottom: 5px;
}
