@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700,700italic|Lato:400,700);
/* Making the header shrink when the page is scrolled */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 122px;
  overflow: hidden;
  -webkit-transition: height;
  transition: height;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #1a1a23; }
  header .banner {
    background-color: #1a1a23;
    color: #F9F500;
    background-color: #1a1a23;
    padding-left: 20px; }
    header .banner.top-half {
      position: relative;
      height: 68px;
      padding-top: 20px;
      z-index: 5;
      -webkit-transition: height;
      transition: height; }
    header .banner.bottom-half {
      position: absolute;
      bottom: 0;
      width: 100%;
      -webkit-transition: opacity;
      transition: opacity;
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      z-index: 4;
      padding-bottom: 20px;
      padding-top: 5px; }
    header .banner .logo {
      display: inline-block;
      width: 200px; }
    header .banner .header-text {
      display: inline-block;
      position: absolute;
      right: 20px;
      /* for the benefit of old browsers */
      right: 4vw;
      text-align: right; }
      header .banner .header-text > * {
        /* A little tweak to line up text with images */
        position: relative;
        top: 3px; }
      header .banner .header-text .phone-number {
        font-weight: bold;
        font-size: 42px; }
        header .banner .header-text .phone-number .phone-image-holder {
          display: inline-block;
          max-width: 80px; }
        header .banner .header-text .phone-number a {
          text-decoration: none;
          color: inherit; }
      header .banner .header-text .strapline {
        display: inline-block;
        vertical-align: super;
        /* This lines it up with the bottom line of the logo */
        font-size: 21px;
        font-style: italic;
        color: white; }

.header-fade-layer {
  /* a blank layer to fade out the top of the page */
  position: fixed;
  top: 68px;
  height: 163px;
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.05), white 10px, white);
  z-index: 3;
  -webkit-transition: height;
  transition: height;
  transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.certificates {
  -webkit-transition: top;
  transition: top;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  position: fixed;
  top: 122px;
  right: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  z-index: 5;
  background-color: white;
  text-align: right;
  /* This starts to become quite specific in order to make the Yoskhi div behave itself */ }
  .certificates .certificates-content {
    margin: auto; }
    .certificates .certificates-content > a {
      text-decoration: none;
      margin-left: 10px;
      margin-right: 10px;
      margin-right: 0.5vw; }
      .certificates .certificates-content > a:last-child {
        margin-right: 0; }
      .certificates .certificates-content > a:first-child {
        margin-left: 0; }
      .certificates .certificates-content > a > img {
        vertical-align: middle;
        max-height: 59px; }
      .certificates .certificates-content > a a img {
        vertical-align: middle; }
  .certificates .breadcrumbs {
    position: absolute;
    bottom: -0.2em;
    left: 0;
    right: 0;
    font-size: small;
    color: #3b3b4f; }
    .certificates .breadcrumbs a {
      text-decoration: none;
      color: inherit; }
      .certificates .breadcrumbs a:hover {
        text-decoration: underline; }
    .certificates .breadcrumbs .breadcrumbs-content {
      max-width: 1100px;
      margin-left: auto;
      padding-right: 310px; }
      @media screen and (min-width: 1100px) {
        .certificates .breadcrumbs .breadcrumbs-content {
          width: 1100px;
          max-width: auto;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 834px) {
        .certificates .breadcrumbs .breadcrumbs-content {
          padding-right: 20px;
          padding-right: 4vw; } }

body.scrolled header {
  height: 78px;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }
body.scrolled .banner.top-half {
  height: 68px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  padding-bottom: 20px; }
body.scrolled .banner.bottom-half > * {
  opacity: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s; }
body.scrolled .header-fade-layer {
  height: 123px; }
body.scrolled .certificates {
  top: 78px;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }
body.scrolled .page {
  -webkit-transition: transform;
  transition: transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

@media screen and (max-width: 834px) {
  .certificates {
    padding-left: 20px; }
    .certificates .certificates-content {
      max-width: 1100px; } }
@media screen and (max-width: 834px) {
  .advertising-column {
    display: none; } }
@media screen and (min-width: 680px) {
  .certificates .certificates-content {
    padding-right: 20px;
    /* A fallback for browsers that don't understand vw */
    padding-right: 4vw; } }
@media screen and (max-width: 679px) {
  header {
    height: 95px;
    height: 11vw;
    text-align: center;
    -webkit-transition: none;
    transition: none; }
    header .banner.top-half {
      height: auto;
      padding: 10px 10px 10px 10px;
      padding: 2vw 10px 10px 2vw;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
    header .banner.bottom-half {
      display: none; }
    header .banner .logo {
      width: auto; }
      header .banner .logo img {
        width: auto;
        height: 40px;
        height: 6.4vw; }
    header .banner .header-text {
      position: static;
      width: 100%;
      width: 42vw;
      margin-right: 24vw;
      text-align: center; }
      header .banner .header-text .phone-number {
        font-size: 26px;
        font-size: 5.5vw; }
        header .banner .header-text .phone-number img {
          display: none;
          max-height: 5.5vw; }

  .certificates, .header-fade-layer {
    display: none; }

  body.scrolled header {
    height: 95px;
    height: 11vw; }
    body.scrolled header .banner.top-half {
      height: auto;
      padding-bottom: 10px; }
  body.scrolled .page {
    padding-top: 11vw; } }
@media screen and (max-height: 400px) {
  body .page-holder .page {
    padding-top: 11vw; } }
@media screen and (max-height: 400px) and (min-width: 680px) {
  .certificates, .header-fade-layer {
    display: none; }

  body .page-holder .page {
    padding-top: 142px; }

  .menu-switch {
    opacity: 0.8; } }
* {
  box-sizing: border-box; }

html {
  position: relative; }

body {
  margin: 0;
  font-family: lato;
  color: #1a1a23;
  font-size: larger; }

h1, h2 {
  font-family: "josefin sans";
  text-transform: uppercase; }

ul.areas-covered {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  list-style: none;
  padding-left: 1em; }

.top-navigation {
  position: absolute;
  padding-top: 92px;
  top: 10px;
  bottom: 0;
  z-index: 7;
  -webkit-transition: left;
  transition: left;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: none;
  transform: none; }
  .top-navigation .menu {
    background: #1a1a23;
    padding-top: 20px; }
    .top-navigation .menu > div {
      white-space: nowrap;
      color: #F9F500;
      margin: 10px;
      padding: 5px 10px;
      font-weight: bold;
      font-family: "josefin sans";
      text-transform: uppercase; }
      .top-navigation .menu > div div {
        padding-top: 0;
        padding-bottom: 0;
        font-family: lato;
        text-transform: none; }
      .top-navigation .menu > div a {
        text-decoration: none;
        color: inherit; }
  body.scrolled .top-navigation {
    padding-top: 68px; }

.menu-switch {
  -webkit-transition: left;
  transition: left;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: none;
  transform: none;
  background: #1a1a23;
  position: fixed;
  height: 60px;
  top: 146.5px;
  z-index: 7;
  margin-left: 62px;
  padding-top: 8px;
  padding-right: 6px;
  overflow-x: hidden;
  text-align: right;
  transition-delay: 0.01s;
  /* Making it move slightly after the menu makes things look a little bit smoother */
  font-size: 40px;
  background-color: #1a1a23;
  color: #F9F500;
  cursor: pointer; }
  .menu-switch .menu-switch-text {
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 13.33333px;
    font-weight: bold;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    letter-spacing: 2px; }
  .menu-switch i {
    -webkit-transition: transform;
    transition: transform;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s; }
    .menu-switch i.small-icon {
      display: none; }

.advertising-column {
  -webkit-transition: left;
  transition: left;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  top: 231px;
  right: 0;
  width: 310px;
  z-index: 2;
  padding-right: 20px;
  padding-right: 44px;
  padding-top: 10px;
  text-align: right; }
  .advertising-column .referenceline-badge {
    font-size: 0;
    margin-bottom: 15px;
    margin-left: auto;
    width: 244px;
    padding-left: 10px;
    padding-top: 7px;
    background-color: #B4002F;
    text-align: left; }
    .advertising-column .referenceline-badge > * {
      font-size: medium; }
    .advertising-column .referenceline-badge .referenceline-commentary {
      width: 109px;
      display: inline-block;
      vertical-align: top;
      padding-top: 23px;
      padding-right: 5px;
      font-family: "josefin sans";
      font-weight: bold;
      text-transform: uppercase;
      color: white;
      text-align: right; }

.page-holder {
  -webkit-transition: left;
  transition: left;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: none;
  transform: none;
  position: relative; }
  .page-holder .page {
    max-width: 1100px;
    margin-left: auto;
    padding-right: 310px;
    padding-top: 231px;
    padding-left: 20px;
    position: relative;
    background-color: white; }
    @media screen and (min-width: 1100px) {
      .page-holder .page {
        width: 1100px;
        max-width: auto;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 834px) {
      .page-holder .page {
        padding-right: 20px;
        padding-right: 4vw; } }
    .page-holder .page .top-picture {
      position: relative;
      margin-top: 10px; }
      .page-holder .page .top-picture .title-holder {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center; }
        .page-holder .page .top-picture .title-holder h1 {
          display: inline-block;
          padding: 0 0.25em;
          /* The top padding makes it look rotten on a desktop, but correct on a phone */
          margin-bottom: 0;
          border-radius: 3px;
          font-size: 4vw;
          background-color: #1a1a23;
          color: #F9F500; }
      .page-holder .page .top-picture img {
        max-width: 100%; }
    .page-holder .page .no-top-picture h1 {
      margin-top: 20px;
      text-align: center; }
    .page-holder .page .page-content {
      clear: both; }
      .page-holder .page .page-content h2 {
        clear: both; }
  .page-holder .page-intro {
    font-weight: bold; }
  .page-holder .content-foot-picture img {
    max-width: 100%; }

body.home .page, body.home footer {
  padding-right: 2.5vw; }
body.home h1, body.home h2, body.home .page-content, body.home .footer-sections, body.home .footer-notice {
  width: 92vw;
  margin-left: auto;
  margin-right: 0; }
body.home h1 {
  margin-bottom: 0; }
body.home h2 {
  text-transform: none;
  font-style: italic;
  margin-top: 0; }

.page-tiles {
  width: 790px;
  margin-left: auto;
  margin-right: 0;
  width: 92vw;
  margin-left: auto;
  margin-right: 0;
  font-size: 0;
  margin-left: auto;
  margin-right: 0; }
  .page-tiles a {
    text-decoration: none;
    color: inherit; }
    .page-tiles a:hover {
      text-decoration: underline; }
  .page-tiles .tall-column {
    width: 200px;
    width: 23.5vw; }
  .page-tiles #survey {
    float: left;
    width: 190px;
    width: 21.5vw; }
    .page-tiles #survey .page-tile {
      width: 190px;
      width: 21.5vw;
      border-left: 0; }
  .page-tiles .wide-column {
    width: 400px;
    width: 47vw; }
    .page-tiles .wide-column .page-tile {
      width: 50%; }
      .page-tiles .wide-column .page-tile.wide {
        width: 100%; }
  .page-tiles .page-tile {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 200px;
    width: 23.5vw;
    height: 200px;
    height: 23.5vw;
    border-left: 10px solid white;
    border-left: 2vw solid white;
    border-bottom: 10px solid white;
    border-bottom: 2vw solid white; }
    .page-tiles .page-tile.tall {
      height: 400px;
      height: 47vw; }
    .page-tiles .page-tile .link-text {
      left: 10px;
      left: 2vw;
      right: 10px;
      right: 2vw; }
    .page-tiles .page-tile.wide .link-text {
      left: 110px;
      left: 13.75vw;
      right: 110px;
      right: 13.75vw; }
  @media screen and (max-width: 680px) {
    .page-tiles .page-tile {
      border-left: none;
      border-left: 2vw solid white;
      border-bottom: none;
      border-bottom: 2vw solid white; } }
  .page-tiles .tall-column, .page-tiles .wide-column {
    display: inline-block;
    vertical-align: top; }
  .page-tiles #storage-and-currencies {
    float: right; }
  .page-tiles .page-tile {
    overflow: hidden; }
    .page-tiles .page-tile .tile-content {
      height: 100%;
      width: 100%; }
    .page-tiles .page-tile img {
      position: relative;
      width: 105%;
      height: 105%;
      left: -2.5%;
      top: -2.5%;
      transition-duration: 0.2s;
      transition-timing-function: linear; }
    .page-tiles .page-tile:hover img {
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      transition-duration: 0.075s; }
    .page-tiles .page-tile.currencies {
      background-color: #e57100; }
      .page-tiles .page-tile.currencies img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .page-tiles .page-tile.currencies:hover img {
        width: 95%;
        height: 95%;
        left: 2.5%;
        top: 2.5%; }
    .page-tiles .page-tile .link-text {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0.5em 0;
      border-radius: 3px;
      background-color: rgba(26, 26, 35, 0.9);
      color: #F9F500;
      text-align: center;
      font-size: medium;
      font-size: 2vw;
      font-weight: bold;
      font-family: 'josefin sans';
      text-transform: uppercase; }
      .page-tiles .page-tile .link-text.short {
        line-height: 2.55; }

.page-text a, .news-item a, .history-page-text a {
  text-decoration: none;
  color: inherit; }
  .page-text a:hover, .news-item a:hover, .history-page-text a:hover {
    text-decoration: underline; }
.page-text a, .news-item a, .history-page-text a {
  font-weight: bold; }
.page-text img, .news-item img, .history-page-text img {
  float: right;
  margin-left: 10px; }
  .page-text img.left, .news-item img.left, .history-page-text img.left {
    float: left;
    margin-right: 10px;
    margin-left: 0; }
  .page-text img.centre, .news-item img.centre, .history-page-text img.centre {
    float: none;
    display: block;
    margin: auto; }
  .page-text img.inset, .news-item img.inset, .history-page-text img.inset {
    max-width: 125px; }
.page-text li, .news-item li, .history-page-text li {
  margin-bottom: 0.5em; }
.page-text blockquote, .news-item blockquote, .history-page-text blockquote {
  margin-top: 0;
  font-size: small;
  font-style: italic;
  text-align: center; }
  .page-text blockquote p, .news-item blockquote p, .history-page-text blockquote p {
    margin-top: 0; }
.page-text .call-to-action, .news-item .call-to-action, .history-page-text .call-to-action {
  display: block;
  text-align: right;
  font-size: xx-large;
  font-weight: bold; }

.page-link-holder {
  text-align: right;
  clear: both; }
  .page-link-holder .page-link-phone {
    display: inline-block;
    font-size: x-large;
    font-weight: bold;
    margin-right: 20px; }
    .page-link-holder .page-link-phone a {
      color: inherit; }
  .page-link-holder .page-link {
    background-color: #1a1a23;
    color: #F9F500;
    display: inline-block;
    margin: 1em auto;
    padding: 0.75em 1em;
    border: none;
    border-radius: 3px;
    font-family: 'josefin sans';
    font-size: x-large;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
    .page-link-holder .page-link a {
      text-decoration: none;
      color: inherit; }
      .page-link-holder .page-link a:hover {
        text-decoration: underline; }
    .page-link-holder .page-link .text-holder {
      -webkit-transform: scaleX(1.01) scaleY(1.01);
      transform: scaleX(1.01) scaleY(1.01);
      transition-timing-function: linear;
      transition-duration: 0.075s; }
    .page-link-holder .page-link:hover .text-holder {
      -webkit-transform: scaleX(1.05) scaleY(1.1);
      transform: scaleX(1.05) scaleY(1.1);
      transition-duration: 0.02s; }
    .page-link-holder .page-link a {
      text-decoration: none !important; }
    .page-link-holder .page-link.newer {
      margin-top: 1em;
      text-align: left; }
    .page-link-holder .page-link.older {
      margin-top: 1em;
      text-align: right; }

.news-item {
  clear: both;
  border-bottom: 1px solid black; }
  .news-item:first-child h2 {
    margin-top: 0; }
  .news-item .news-foot-image {
    float: none; }
  .news-item img {
    max-width: 100%; }

.products {
  font-size: 0;
  clear: both;
  margin-top: 40px;
  text-align: center; }
  .products > * {
    font-size: medium; }
  .products .packaging-product {
    display: inline-block;
    max-width: 33%;
    padding: 20px; }
    .products .packaging-product .dimensions {
      font-size: small; }
    .products .packaging-product .product-description {
      text-align: left; }
    .products .packaging-product .price {
      font-weight: bold; }
    .products .packaging-product .multiple-prices {
      font-size: small;
      font-weight: bold; }
      .products .packaging-product .multiple-prices p {
        margin: 0;
        white-space: nowrap; }
    .products .packaging-product .including-vat {
      font-size: small; }

.link-section, .page-section {
  clear: both;
  padding-bottom: 20px; }
  .link-section .logos, .page-section .logos {
    float: right;
    max-width: 220px;
    margin: 0 20px 20px; }
    .link-section .logos a, .page-section .logos a {
      text-decoration: none;
      color: inherit; }
      .link-section .logos a:hover, .page-section .logos a:hover {
        text-decoration: underline; }
    .link-section .logos a, .page-section .logos a {
      font-weight: bold; }
    .link-section .logos img, .page-section .logos img {
      display: block;
      margin: auto auto 10px; }
    .link-section .logos .logo-link, .page-section .logos .logo-link {
      text-align: center;
      font-size: small; }
      .link-section .logos .logo-link a, .page-section .logos .logo-link a {
        text-decoration: none; }

.page-section {
  padding-top: 20px; }
  .page-section:last-child {
    padding-bottom: 20px; }
  .page-section .section-content {
    padding-top: 0.5em; }
  .page-section img {
    margin-bottom: 20px; }
    .page-section img.right {
      float: right;
      margin-left: 20px; }
    .page-section img.left {
      float: left;
      margin-right: 20px; }

.contact-form {
  width: 100%; }
  .contact-form .form-section, .contact-form .form-controls {
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top; }
    .contact-form .form-section > *, .contact-form .form-controls > * {
      font-size: medium; }
    .contact-form .form-section .section-header, .contact-form .form-controls .section-header {
      width: 100%; }
  .contact-form .form-controls {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right; }
  .contact-form .form-input {
    margin-bottom: 10px;
    padding-right: 10px; }
  .contact-form .form-help {
    font-size: small;
    margin-left: 1em;
    margin-top: 0.25em;
    opacity: 0.7; }
  .contact-form .name, .contact-form .phone-number, .contact-form .email, .contact-form .date, .contact-form .from, .contact-form .to {
    width: 33.33%; }
  .contact-form .enquiry {
    width: 100%; }
  .contact-form .how-did-you-hear, .contact-form .used-before {
    width: 50%; }
  .contact-form .used-before {
    padding-top: 0.5em;
    text-align: right; }
  .contact-form input, .contact-form textarea {
    width: 100%;
    padding-left: 1em;
    border: 1px solid lightGrey;
    border-radius: 3px;
    font-family: lato; }
    .contact-form input[type='text'], .contact-form input[type='email'], .contact-form textarea[type='text'], .contact-form textarea[type='email'] {
      height: 3em; }
    .contact-form input[type='checkbox'], .contact-form textarea[type='checkbox'] {
      width: auto; }
  .contact-form textarea {
    margin-top: 0;
    padding-top: 1em;
    height: 100%;
    min-height: 10em; }
  .contact-form label {
    display: none; }
    .contact-form label.keep {
      display: inline; }
  .contact-form .button-holder {
    width: 50%;
    display: inline-block;
    padding-right: 10px; }
    .contact-form .button-holder .button {
      background-color: #1a1a23;
      color: #F9F500;
      display: inline-block;
      margin: 1em auto;
      padding: 0.75em 1em;
      border: none;
      border-radius: 3px;
      font-family: 'josefin sans';
      font-size: x-large;
      font-weight: bold;
      text-transform: uppercase;
      padding: 10px 0; }
      .contact-form .button-holder .button a {
        text-decoration: none;
        color: inherit; }
        .contact-form .button-holder .button a:hover {
          text-decoration: underline; }
      .contact-form .button-holder .button .text-holder {
        -webkit-transform: scaleX(1.01) scaleY(1.01);
        transform: scaleX(1.01) scaleY(1.01);
        transition-timing-function: linear;
        transition-duration: 0.075s; }
      .contact-form .button-holder .button:hover .text-holder {
        -webkit-transform: scaleX(1.05) scaleY(1.1);
        transform: scaleX(1.05) scaleY(1.1);
        transition-duration: 0.02s; }
      .contact-form .button-holder .button a {
        text-decoration: none !important; }
  .contact-form #contact-form_date {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .contact-form .date-picker {
    font-size: small; }
    @media all and (max-width: 939px) and (min-width: 680px) {
      .contact-form .date-picker {
        font-size: x-small; } }
    .contact-form .date-picker > div {
      width: 100%;
      border-top: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-color: lightGrey; }

.form-footer {
  margin-left: 7em;
  margin-right: 7em;
  margin-bottom: 2.5em;
  font-size: smaller; }
  .form-footer:after {
    content: '';
    display: both;
    clear: both; }

.history-page-text .event .event-year {
  display: table-cell;
  font-weight: bold;
  padding: 10px; }
.history-page-text .event .event-description {
  display: table-cell; }
.history-page-text .history-item-picture img {
  max-width: 100%;
  margin-top: 20px; }

.content-foot-picture {
  text-align: center;
  margin-top: 20px; }

.find-us .map {
  max-width: 100%;
  margin-top: 20px; }
  .find-us .map iframe {
    max-width: 100%; }

footer {
  background-color: #1a1a23;
  color: #F9F500;
  width: 100%;
  clear: both;
  margin-top: 20px;
  padding: 20px;
  padding-right: 44px;
  text-align: center; }
  footer > * {
    text-align: left; }
  footer .footer-section {
    vertical-align: top;
    padding-right: 20px;
    font-size: small; }
    footer .footer-section a {
      text-decoration: none;
      color: inherit; }
      footer .footer-section a:hover {
        text-decoration: underline; }
    footer .footer-section:last-child {
      padding-right: 0; }
    footer .footer-section h3 {
      margin-top: 0; }
    footer .footer-section .phone-number {
      margin: 0; }
    footer .footer-section img {
      max-height: 125px; }
    footer .footer-section .social-buttons a {
      text-decoration: none; }
    footer .footer-section .social-buttons .social-button {
      vertical-align: middle;
      max-height: 60px;
      margin: 5px; }
    footer .footer-section .menu {
      margin-top: 2.7em; }
    footer .footer-section.images {
      margin-top: 2.5em;
      text-align: center; }
  footer .footer-notice {
    font-size: x-small; }

@media screen and (min-width: 1100px) {
  .referenceline {
    width: 310px; }

  .page-holder .page .top-picture .title-holder h1, .page-holder .page .no-top-picture .title-holder h1 {
    font-size: 45px; }

  body.home h1, body.home .page-content {
    width: 1010px;
    margin-left: auto;
    margin-right: 0; }
  body.home .page, body.home footer {
    padding-left: 20px;
    padding-right: 70px; }
  body.home .footer-sections, body.home .footer-notice {
    width: 1010px;
    margin-left: auto;
    margin-right: 0;
    margin: auto;
    padding-right: 0;
    padding-left: 0; }

  .page-tiles {
    width: 790px;
    margin-left: auto;
    margin-right: 0;
    width: 1010px;
    margin-left: auto;
    margin-right: 0; }
    .page-tiles .tall-column {
      width: 200px;
      width: 258px; }
    .page-tiles #survey {
      float: left;
      width: 190px;
      width: 236px; }
      .page-tiles #survey .page-tile {
        width: 190px;
        width: 236px;
        border-left: 0; }
    .page-tiles .wide-column {
      width: 400px;
      width: 516px; }
      .page-tiles .wide-column .page-tile {
        width: 50%; }
        .page-tiles .wide-column .page-tile.wide {
          width: 100%; }
    .page-tiles .page-tile {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 200px;
      width: 258px;
      height: 200px;
      height: 258px;
      border-left: 10px solid white;
      border-left: 22px solid white;
      border-bottom: 10px solid white;
      border-bottom: 22px solid white; }
      .page-tiles .page-tile.tall {
        height: 400px;
        height: 516px; }
      .page-tiles .page-tile .link-text {
        left: 10px;
        left: 22px;
        right: 10px;
        right: 22px; }
      .page-tiles .page-tile.wide .link-text {
        left: 110px;
        left: 151px;
        right: 110px;
        right: 151px; } }
  @media screen and (min-width: 1100px) and (max-width: 680px) {
    .page-tiles .page-tile {
      border-left: none;
      border-left: 22px solid white;
      border-bottom: none;
      border-bottom: 22px solid white; } }
@media screen and (min-width: 1100px) {
    .page-tiles .page-tile .link-text {
      font-size: 22px; }

  footer {
    padding-right: 0;
    padding-left: 0; }
    footer .footer-sections, footer .footer-notice {
      margin-right: auto;
      max-width: 1100px;
      padding-right: 44px;
      padding-left: 20px; } }
@media screen and (min-width: 835px) {
  .page {
    min-height: 860px;
    /* This makes sure that the referenceline banner fits in the page */ }

  .news-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
    .news-list .news-item {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }
@media screen and (max-width: 834px) {
  .page-holder .page .top-picture .title-holder h1 {
    font-size: 5.5vw; }

  body.home .page {
    padding-right: 20px; }

  .certificates {
    padding-left: 70px; }

  footer {
    padding-right: 20px; } }
@media screen and (min-width: 680px) {
  h1 {
    margin-top: 0; }

  .mobile-breadcrumbs {
    display: none; }

  .page-tiles #commercial-and-international {
    white-space: nowrap; }

  .footer-sections {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

  .footer-notice {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 679px) {
  .page-holder .page {
    padding-top: 95px;
    padding-top: 11vw;
    padding-left: 0;
    padding-right: 0; }
    .page-holder .page .top-picture {
      margin-top: 0; }
      .page-holder .page .top-picture .title-holder h1 {
        padding-top: 0.25em;
        /* This makes it look rotten on a desktop, but correct on a phone */ }
    .page-holder .page .page-content, .page-holder .page .page-link-holder {
      padding-left: 3vw;
      padding-right: 3vw; }

  .top-navigation {
    top: -5px;
    padding-top: 11vw; }

  .menu-switch {
    top: 0;
    left: auto !important;
    right: 0;
    z-index: 9;
    height: auto;
    width: auto !important;
    padding: 6px 4% 10px 25px;
    padding: 3vw 3vw 3vw 13vw;
    font-size: 6vw;
    text-align: right;
    background: none; }
    .menu-switch .menu-switch-text {
      display: none;
      -webkit-transform: none;
      transform: none;
      position: relative;
      top: -5px;
      left: 0;
      letter-spacing: 0;
      font-size: small;
      font-weight: bold; }
    .menu-switch i.small-icon {
      display: block; }
    .menu-switch i.large-icon {
      display: none; }

  .mobile-breadcrumbs {
    padding-right: 3vw;
    font-size: small;
    text-align: right; }
    .mobile-breadcrumbs a {
      text-decoration: none;
      color: inherit; }
      .mobile-breadcrumbs a:hover {
        text-decoration: underline; }

  body.home .page-holder {
    overflow-x: hidden; }
  body.home .page {
    padding-left: 0;
    padding-right: 0; }
  body.home h1, body.home h2, body.home .page-content {
    width: auto;
    padding-left: 10px; }
  body.home .page-content {
    padding-right: 20px; }

  .page-tiles {
    width: 100%;
    padding-right: 2vw;
    /* because the individual columns have this as a padding-left */
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-tiles a {
      text-decoration: none;
      color: inherit; }
      .page-tiles a:hover {
        text-decoration: underline; }
    .page-tiles .page-tile {
      height: auto;
      width: 100%; }
      .page-tiles .page-tile .link-text {
        left: 10%;
        left: 4.5vw;
        right: 10%;
        right: 4.5vw;
        font-size: 15px;
        font-size: 4.6vw; }
      .page-tiles .page-tile.wide .link-text {
        left: 30vw !important;
        right: 30vw !important; }
    .page-tiles .wide-column {
      width: 100%; }
    .page-tiles .tall-column {
      width: 50%; }
      .page-tiles .tall-column#survey {
        width: 50%; }
        .page-tiles .tall-column#survey .page-tile {
          width: 100%;
          padding-left: 2vw; }
      .page-tiles .tall-column .page-tile {
        height: 50%; }
        .page-tiles .tall-column .page-tile.tall {
          height: auto; }
    .page-tiles #domestic {
      -webkit-order: 1;
      order: 1; }
    .page-tiles #survey {
      -webkit-order: 2;
      order: 2; }
    .page-tiles #commercial-and-international {
      -webkit-order: 3;
      order: 3;
      width: 100%;
      width: 51vw; }
      .page-tiles #commercial-and-international .page-tile {
        width: 50%;
        width: 51vw; }
        .page-tiles #commercial-and-international .page-tile:last-child {
          margin-left: -3px;
          margin-left: 0vw; }
    .page-tiles #storage-and-currencies {
      -webkit-order: 4;
      order: 4;
      width: 50%;
      width: 102vw; }
      .page-tiles #storage-and-currencies .page-tile {
        width: 100%;
        width: 51vw;
        height: 100%; }

  .page-tiles {
    padding: 0;
    margin-left: -2vw;
    /* Cheating: this is easier than taking off all the little padding-lefts */
    width: 102%; }
    .page-tiles .page-tile {
      width: 100%; }
      .page-tiles .page-tile img {
        width: 100%;
        height: auto;
        height: 49vw;
        left: 0;
        top: 0; }
      .page-tiles .page-tile:hover img {
        height: auto;
        height: 49vw; }
      .page-tiles .page-tile.currencies img {
        height: auto; }
      .page-tiles .page-tile.currencies:hover img {
        width: 100%;
        height: auto;
        left: 0;
        top: 0; }

  .link-section h2, .page-section h2 {
    text-align: center; }
  .link-section .logos, .page-section .logos {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .history-page-text .history-item-picture {
    text-align: center; }
    .history-page-text .history-item-picture img {
      float: none; }

  .products .packaging-product {
    max-width: 50%; }

  .contact-form .form-section .used-before, .contact-form .form-controls .used-before {
    text-align: center; }
  .contact-form .form-section .form-input, .contact-form .form-controls .form-input {
    width: 100%; }

  footer .footer-sections {
    font-size: 0;
    min-width: 200px; }
    footer .footer-sections > * {
      font-size: medium; }
    footer .footer-sections .footer-section .menu {
      display: inline-block;
      text-align: left;
      width: 125px; }
    footer .footer-sections .footer-section.images {
      margin-bottom: 20px; } }
@media screen and (max-width: 679px) and (min-width: 410px) {
  footer .footer-sections {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media screen and (max-width: 409px) {
  .products .packaging-product {
    max-width: 100%; }

  .page-text img, .news-item img, .history-page-text img {
    display: block;
    float: none; }

  footer .footer-section {
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 20px; }
    footer .footer-section p {
      margin: 0; } }

/*# sourceMappingURL=styles20170207.css.map */
