﻿@charset "UTF-8";
/* =================================================
   BVA SKELETON
================================================== */
/**
 * This document is the base of your SASS skeleton
 * List your contents below and add a note if you feel
 * like you need to explain what each file does.
 *
 * Then add your file to the import section so that it
 * is compiled.
 */
/* $Contents
================================================== */
/**
 * Contents............ You’re reading it!
 * Imports............. Begin importing the sections _below_
 *
 * Vars................ Your variables
 * Mixins.............. Useful SASS helpers - vendor prefix etc.
 * Clearfix............ Extend this class
 *
 * ------- Base -------
 * Grids............... Fluid, proportional and nestable grids
 * Layout.............. High-level elements like `html`, `body`, as well as wrappers that are used on every page
 * Headings............ Heading hierachy
 * Paragraphs.......... Used for where paragraph styles appear over various modules
 * Typography.......... Smallprint, quotes, bold and other text styling elements
 * Links............... Used for links that are used over more than one module
 * Lists............... Standard list style, or any lists used across different modules
 * Images.............. Basic image control
 * HTML5 Display....... Video, Audio, Canvas styling
 * Tables..............
 * Forms............... Form reset to start, followed by standard form styling for modular use
 *
 * ------ Objects -----
 * Navigation.......... Navigation list
 *
 * ------- Media ------
 * 768 Media........... Media Queries for devices < 720
 * 480 Media........... Media Queries for devices < 480
 * Retina Media........ Media Queries for retina devices
 * Print Media......... Media Queries for print
 *
 * Helper.............. A series of helper classes to use arbitrarily
 */
/* $Imports
================================================== */
/* global styles and options that are used site wide */
/* $Vars
================================================== */
/**
 * Set up project-specific variables here which
 * are then used throughout your build.
 */
/* main font coluor */
/* title module font colour */
/* light black font colour */
/* white font colour */
/* underline border colour */
/* main border colour */
/* white border colour */
/* background grey */
/* yellow */
/* main blue */
/* title grey */
/* lighter blue */
/* alert panel yellow */
/* tax and payment panel pink */
/* search and resul section sidebar yellow */
/* download title green */
/* background logo blue */
/* background red */
/* $Mixins
================================================== */
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10);`
 *
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(box-sizing, border-box);`
 *
 */
/**
 * Create border-radius CSS in one go, e.g.
 *
   `@include rounded-corners(value);`
 *
 */
.rounded-top {
  -webkit-border-radius: 12px 0px 0px 0px;
  -moz-border-radius: 12px 0px 0px 0px;
  border-radius: 12px 0px 0px 0px;
}

/**
 * Colorize function: reate darken or lighten variant of a declared colour, e.g.:
 * n value defaults to the declared colour
 *
   `background: colorize($color-1,l1);`
   `color: colorize($bg-1, d1);`
   `border: 1px solid colorize($color-2, n);`
 *
 */
/**
 * Media Query Mixin for min/max/min-device and max-device width or height, e.g.:
 * Base font size needs to be declared
 *
   `@include mq(480, max)`
   `@include mq($tablet, true, min, height)`
 *
 */
/* $Clearfix
================================================== */
/* Micro clearfix.
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing
 * @extend .cf; */
.cf {
  zoom: 1;
}
  .cf:before, .cf:after {
    content: "";
    display: table;
  }
  .cf:after {
    clear: both;
  }

/* $Custom-Fonts
================================================== */
@font-face {
  font-family: 'aktiv_grotesklight';
  src: url("/SiteElements/fonts/aktivgroteskstdlt.eot");
  src: url("/SiteElements/fonts/aktivgroteskstdlt.eot?#iefix") format("embedded-opentype"), url("/SiteElements/fonts/woff/aktivgroteskstdlt.woff") format("woff"), url("/SiteElements/fonts/aktivgroteskstdlt.ttf") format("truetype"), url("/SiteElements/fonts/aktivgroteskstdlt.svg#aktiv_grotesklight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'aktiv_groteskbold';
  src: url("/SiteElements/fonts/aktivgroteskstdbd.eot");
  src: url("/SiteElements/fonts/aktivgroteskstdbd.eot?#iefix") format("embedded-opentype"), url("/SiteElements/fonts/woff/aktivgroteskstdbd.woff") format("woff"), url("/SiteElements/fonts/aktivgroteskstdbd.ttf") format("truetype"), url("/SiteElements/fonts/aktivgroteskstdbd.svg#aktiv_groteskbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Base styles unclassed HTML elements */
/* $Grids
================================================== */
/*
 * Variables are set in:
 * "global/_vars.scss"
 *
 */
.grids {
  width: auto;
  max-width: 960px;
  clear: both;
  list-style: none;
  overflow: hidden;
}

[class*="grid-"] {
  float: left;
}

.grid-1 {
  width: 12.5%;
}

.grid-2 {
  width: 25%;
}

.grid-3 {
  width: 37.5%;
}

.grid-4 {
  width: 50%;
}

.grid-5 {
  width: 62.5%;
}

.grid-6 {
  width: 75%;
}

.grid-7 {
  width: 87.5%;
}

.grid-8 {
  width: 100%;
}

/*
 *    This iterates through each column and produces output like this:
 *
 *  .grid-1 {
 *    width: 6.25%;
 *    margin-left: 2.08333%;
 *  }
 *
 *
 *  Simply add .grid-n as a class to your element
 *  <div class="grid-12">
 *
 */
/* $Layout
================================================== */
html {
  font: 0.9375em/1.53333 serif;
  overflow-y: scroll;
}

body {
  max-width: 960px;
  margin: 0 auto;
  background: #cbcbcb;
  color: #333333;
}

.lt-ie9 body {
  width: 960px;
}

html, button, input, select, textarea {
  font-family: Arial, sans-serif;
}

.header,
.homepage-title,
.alert-module,
.feedback-module,
.tabs-module,
.area-module,
.links-module,
.breadcrumb-module,
.news-module,
.homepage-news-module,
.featured-events-module,
.featured-news-module,
.slideshow-news-module,
.intro-module,
.panel-module,
.download-panel-module,
.listing-panel-module,
.results-module,
.tax-module,
.slideshow-module,
.rate-module,
.twitter-module,
.keywords-module,
.directory-module,
.invoice-module,
.video-module,
.related-video-module,
.meetings-module,
.area-postcode-block,
.feedback-module .sys_comments-rating-and-button .sys_button,
.register-login-module,
.local-informations-module,
.tabs-map,
.request-module,
.steps-module,
.form-module,
.upload-module,
.archive-module,
.login-register-module,
.audio-module,
.checkbox-module,
.personnel-module,
.bin-module,
.payments-module,
.white-box-module,
.footer {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.tabs-module {
  overflow: visible;
}

.slideshow-module {
  position: relative;
  background: #fff;
}

.feedback-module {
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* $Headings
================================================== */
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .alpha {
  font-size: 50px;
  font-size: 3.33333rem;
  line-height: 1.38;
}

h2, .beta {
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 1.64286;
}

h3, .gamma {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.15;
  line-height: 30px;
}

.form-module label,
.form-module .sys_legend,
.form-module select,
.form-module .custom-select,
.form-module option,
.form-module .sys_upload .sys_fieldcontent:before,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_form-submit {
  font-size: 20px !important;
  font-size: 1.33333rem !important;
  line-height: 1.15 !important;
  line-height: 30px !important;
}

h4, .delta {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.53333;
  
  font-weight: bold;
  margin: 0;
}

h5, .epsilon {
  font-size: 13px;
  font-size: 0.8rem;
  line-height: 1.53333;
}

h6, .zeta {
  font-size: 10px;
  font-size: 0.6rem;
  line-height: 1.53333;
}

/* Heading group */
.heading-group {
  margin-bottom: 0;
}

h1,
h2,
h3,
/* h4, */
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 96px;
  font-size: 6.4rem;
  line-height: 1.19792;
}

.mega {
  font-size: 72px;
  font-size: 4.8rem;
  line-height: 1.27778;
}

.kilo {
  font-size: 59px;
  font-size: 3.93333rem;
  line-height: 1.16949;
}

/* $Paragraphs
================================================== */
/**
 * The `.lede` class is used to make the introductory
 * text of a document slightly larger.
 */
.lede {
  font-size: 1.125em;
}

/* $Typography
================================================== */
b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

abbr[title] {
  border-bottom: 1px dotted;
}

small {
  font-size: 80%;
}

/* SubScript & SuperScript
================================================== */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* $Quotes
================================================== */
q {
  quotes: "‘" "’" "“" "”";
}

q:before {
  content: "‘";
  content: open-quote;
}

q:after {
  content: "’";
  content: close-quote;
}

q q:before {
  content: "“";
  content: open-quote;
}

q q:after {
  content: "”";
  content: close-quote;
}

blockquote {
  quotes: "“" "”";
  text-indent: -0.4em;
  margin: 15px 0 0;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

blockquote p:before {
  content: "“";
  content: open-quote;
}

blockquote p:after {
  content: "";
  content: no-close-quote;
}

blockquote p:last-of-type:after {
  content: "”";
  content: close-quote;
}

/* $Links
================================================== */
a {
  color: #333333;
}

a,
a.active,
.active
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

.article a,
.underline {
  border-bottom: 1px solid #125cd8;
}

/* dm */
.article a:hover{ background: #cbcbcb; }
a.img, a.img:hover{ border-bottom: 0; background: none; }
a.icon-prev:hover, a.icon-next:hover{ background: #dbdbdb; }
.tab-title li > a:hover{ background-color: #d3e8fa; }
.tab-title li > a.active:hover{ background-color: #fff; }

.refine-column a,
a.js-tab-control,
div.news-button a,
.sys_ui-stars-cancel a,
.sys_ui-stars-star a,
a.show-all,
a[class*="button"],
[class*="button"] a,
a[class^="icon"] {
  border: 0 none;
}

.underline.current {
  border-bottom: none;
}

a[href$="@"] {
  word-wrap: break-word;
}

/* $Floated Content
================================================== */
.usr_floatright {
    float: right;
    margin: 0 0 20px 20px;
}

.usr_floatleft {
    float: left;
    margin: 0 16px 16px 0;
}

.usr_floatimageright {
    float: right;
    margin: 0 0 16px 16px;
}

.usr_floatimageleft {
    float: left;
    margin: 0 16px 16px 0;
}

/* $Editor Styles .dm
================================================== */
.usr_small{
  font-size: 10px;
  font-size: 0.6rem;
  line-height: 1.53333;
}

/* $Lists
================================================== */
dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Remove vertical spacing from nested lists */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* Lists style */
.nav-list {
  background: #d3e8fa;
  position: absolute;
}

.nav-list {
  top: 100%;
  left: 0;
  display: none;
  z-index: 100;
  overflow: visible;
}

.tab-list {
  padding: 15px 0 12px;
  
  /* fix responsive tab module - dm */
  position: absolute;
  left: 0;
  background: #fff;
}

.nav-list li {
  min-height: 100px;
}

.tab-list li {
  min-height: 68px;
}

.nav-list .first-row,
.tab-list span,
.tab-list > li > div {
  margin: 0 20px;
  display: block;
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}

.tab-list span,
.tab-list > li > div {
  padding-top: 10px;
}

.nav-list .first-row,
.tab-list .first-row {
  border-top: none;
}

.tab-list p {
  margin: 0;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.bulleted-list {
  /* background: hypen image; */ }

.bulleted-list li {
  border-top: none !important;
  margin-top: 0 !important;
  width: 100%;
  max-width: 75%;
  position: relative;
}

.bulleted-list h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.bulleted-list .icon-list {
  padding: 0 10px 0 0;
  margin-top: 14px;
}

.bulleted-list p {
  margin: 0;
}

.listing-panel-container .bulleted-list li,
.bulleted-list li {
  padding-left: 35px;
}

.white-box-module ul,
.panel-container ul {
  list-style: disc inside;
  padding: 5px 0;
}

.white-box-module ol,
.panel-container ol {
  list-style: decimal inside;
  padding: 10px 0;
}

.white-box-module ul li,
.white-box-module ol li,
.panel-container ul li,
.panel-container ol li {
  border-top: none !important;
  margin-top: 0 !important;
  padding: 5px 0 !important;
}

/* $Images
================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Corrects overflow displayed oddly in IE 9 */
svg:not(:root) {
  overflow: hidden;
}

/* Responsive image wrap */
.image-wrap {
  display: block;
  line-height: 0;
}

.image-wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 0;
}

  /* slideshow-NoNav, hide navigation .dm */
.slideshow-module-no-nav .slideshow-controller{ display: none; }
/* responsive slideshow-item .dm */
.image-wrap-responsive img{ display: none; }
.image-wrap-responsive img:first-child{ display: block; }

/*Branding image style */
.branding-image-container {
  border-left: 1px solid #cbcbcb;
  min-height: 89px;
}

.branding-image-container img {
  padding: 20px;
}

/* $HTML5 Display
================================================== */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

figure {
  margin: 0;
}

/* $Tables
================================================== */
/* Remove most spacing between table cells */
table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
  margin: 15px 0 5px;
}

th,
td {
  padding: 0.25rem;
  text-align: left;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 17px 20px;
}

th {
  background: #e9e9e9;
}

tbody tr:nth-child(2n+1),
thead + tbody tr:nth-child(2n+2) {
  background: #eee;
}

thead + tbody tr:nth-child(2n+1) {
  background: #fff;
}

/* $Forms
================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 11px 0 9px 10px;
  white-space: normal;
  *margin-left: -7px;
}

legend.trim {
  padding: 5px 0 9px 10px;
}

select {
  padding: 2px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="text"], textarea, input[type="search"], input[type="submit"] {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #cbcbcb;
}

/* Button hover effects - dm */
input[type="submit"]:focus, a.button:focus, .news-button a:focus, .homepage-news-button a:focus, .homepage-title a:focus{ background: #ffee9a; }
input[type="submit"]:hover, a.button:hover, .news-button a:hover, .homepage-news-button a:hover, .homepage-title a:hover{ background: #ffe054; }
input.sys_search-button:focus{ background: url("/SiteElements/img/spritemap.png") no-repeat scroll -185px -385px #F1F1F1; }
input.sys_search-button:hover{ background: url("/SiteElements/img/spritemap.png") no-repeat scroll -185px -385px #dbdbdb; }

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type="text" class="text-input">
   <input type="email" class="text-input">
   <input type="password" class="text-input">
 *
 */
/**
 * Group sets of form fields in a list, e.g.:
   <ul class="form-fields">
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields {
  list-style: none;
  margin: 0;
}

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class="label">Select an option below:</span>
       <ul class="multi-list four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label, .label {
  display: block;
}

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class="check-list">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list {
  list-style: none;
  margin: 0;
}

/* Labels in check-lists */
.check-label, .check-list label,
.check-list .label {
  display: inline-block;
}

/* Hide label in main search */
.header label.sys_search-label {
  display: none;
}

/* Postcode form */
.area-postcode form,
.area-postcode-block form,
.search-form form {
  background: #fff;
  overflow: hidden;
}

.search-account .search-form form {
  margin: 0 0 1px 1px;
}

.search-form form {
  margin: 10px 10px 0 1px;
}

/* Reset */
.area-postcode .copy,
.area-postcode .action,
.area-postcode-block .copy,
.area-postcode-block .action,
.tax-postcode .label,
.tax-postcode .copy,
.tax-postcode .action,
.bin-postcode .label,
.bin-postcode .copy,
.bin-postcode .action,
.invoice-number .copy,
.invoice-number .action,
.search-form .sys_searchbox,
.search-form .sys_search-button,
.login-form .label,
.login-form .copy,
.login-form .action,
.register-form .label,
.register-form .copy,
.register-form .action,
.form-module .sys_cms-form-control ul.sys_cms-form-body
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_form-submit,
.checkbox-module form {
  -webkit-appearance: none;
  border: none;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.search-form .copy,
.search-form .sys_searchbox {
  /*max-width: 155px;
  float: left;
  margin: 17px 0 17px 20px;
  padding: 0;*/
  padding: 19px 84px 20px 20px;
  width: 100%;
  height: 64px;
}
/*
.search-form .copy,
.search-form .sys_searchbox {
  max-width: 375px;
}*/

.area-postcode .copy,
.area-postcode-block .copy {
  width: 92%;
  float: left;
  padding: 16px 10px 16px 20px;
  margin: 20px 10px 20px 20px;
  border: 1px solid #cbcbcb;
}

.area-postcode .copy.house,
.area-postcode-block .copy.house {
  margin: 20px 20px 20px 10px;
}

.area-postcode .copy:focus,
.area-postcode-block .copy:focus
.tax-postcode .copy:focus,
.login-form .copy:focus,
.register-form .copy:focus,
.invoice-number .copy:focus,
.search-form .copy:focus {
  outline: none;
}

.search-form .action,
.search-form .sys_search-button {
  /*float: right;
  margin: 10px 20px 10px 0;*/
  position: absolute;
  right: 20px;
  top: 10px;
}

.area-postcode .action,
.area-postcode-block .action {
  margin: 20px 0 20px 20px;
  padding: 23px 20px;
  background: #ffe77c;
  display: block;
  text-align: left;
  width: 92%;
}

.rate-module .sys_theme-simple .sys_comments-control .sys_add-your-comment .sys_addcomments-name,
.rate-module .sys_theme-simple .sys_comments-control .sys_add-your-comment .sys_addcomments-email,
.rate-module .sys_theme-simple .sys_comments-control .sys_add-your-comment .sys_addcomments-url {
  display: none;
}

.rate-module .sys_theme-simple .sys_comments-control .sys_add-your-comment .sys_addcomments-comments textarea {
  height: 66px;
  width: 75%;
  float: left;
}

.sys_theme-simple .sys_comments-control .sys_add-your-comment .sys_comments-rating-and-button input.sys_button {
  margin: -5px 0 0 0 !important;
  padding: 23px 20px !important;
  background: #ffe77c !important;
  width: 148px !important;
  height: auto !important;
  float: right !important;
  text-align: left !important;
}

/* Address selection */
.select-address-container {
  background: #fff;
  margin-left: 1px;
}

/* Feeback textarea */
.feedback-textarea textarea {
  padding: 5px;
  margin-left: 20px;
  height: 52px;
  width: 448px;
}

/* Invoice form */
.invoice-number {
  background: #fff;
  overflow: hidden;
}

.invoice-number .copy {
  width: 97.5%;
  padding: 16px 0 16px 20px;
  margin: 20px;
  border: 1px solid #cbcbcb;
}

.invoice-number .action {
  margin: 20px 0 20px 20px;
  padding: 17px 20px;
  background: #ffe77c;
  display: block;
  text-align: left;
  width: 100%;
}

/* Search list */
.search-form {

  position: relative;
}
.sys_search-query-control{ margin: 0 0 1px 1px; }

.search-list {
  position: absolute;
  top: 100%;
  z-index: 2;
}

.search-list ul {
  background: #fff;
  margin-left: 1px;
  padding: 10px;
}

.search-list a {
  display: block;
  background: #ffe77c;
  margin-top: 10px;
  padding: 17px 10px;
}

.search-list li:first-child a {
  margin-top: 0;
}

/* Tax/bin postcode form */
.tax-postcode form,
.bin-postcode form {
  background: #fff;
  overflow: hidden;
  padding: 20px 0 10px;
}

.tax-postcode input,
.bin-postcode input {
  margin-bottom: 10px;
}

.tax-postcode .label,
.bin-postcode .label {
  text-indent: 20px;
  padding-top: 18px;
}

.tax-postcode .copy,
.bin-postcode .copy {
  padding: 18px 20px;
  border: 1px solid #cbcbcb;
  width: 96.5%;
}

.tax-postcode .action,
.bin-postcode .action {
  padding: 19px 20px;
  background: #ffe77c;
  display: block;
  text-align: left;
}

/* Login and Register forms */
.login-form,
.register-form {
  background: #fff;
  overflow: hidden;
  padding: 0;
}

.login-form input,
.register-form input {
  margin-bottom: 10px;
}

.login-form .label,
.register-form .label {
  text-indent: 20px;
  padding: 12px 0;
}

.login-form .copy,
.register-form .copy {
  padding: 18px 0 18px 20px;
  border: 1px solid #cbcbcb;
  width: 92%;
  margin: 0 20px;
}

.login-form .action,
.register-form .action {
  background: #ffe77c;
  text-align: left;
  margin: 20px;
  width: 100%;
  padding: 23px 0;
  text-indent: 20px;
}

/* Form module forms */
.form-module .sys_cms-form-control ul.sys_cms-form-body li.sys_cms-form-item,
.form-module .sys_cms-form-control.sys_showinstructions ul.sys_cms-form-body li.sys_cms-form-item {
  background: none;
  background-image: none;
  margin: 0;
  padding: 0;
  width: inherit;
  position: relative;
  list-style-type: none !important;
  list-style-image: none !important;
  color: inherit;
  font-family: aktiv_grotesklight, Arial, sans-serif !important;
  font-size: inherit;
}


.form-module .sys_cms-form-control ul.sys_cms-form-body li.sys_cms-form-item,
.form-module .sys_cms-form-control ul.sys_cms-form-body li.sys_cms-form-item .sys_fieldcontent > div,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_checkbox .sys_legend {
  margin-bottom: 10px !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body li.sys_cms-form-item {
  display: block !important;
  clear: both !important;
  overflow: hidden !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body li.sys_sectionbreak .sys_sectionbreak-text {
  font-size: 1em!important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body label,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_radio .sys_legend,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_time .sys_legend {
  float: left !important;
  width: 25% !important;
  font-family: aktiv_grotesklight, Arial, sans-serif !important;
  font-weight: normal !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body label,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_radio .sys_legend {
    margin-right: 12px!important;
    width: 48% !important;
    text-align: left!important;
}

/*.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_checkbox .sys_legend,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_name .sys_legend,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_address .sys_legend {
  display: none !important;
}*/

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_checkbox .sys_legend
    display: none !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_radio .sys_legend {
  display: inline !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body label {
  padding: 15px 0 0 0 !important;
  display: block;
  font-size: inherit;
  color: inherit;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_cms-form-item.sys_checkbox label,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_cms-form-item.sys_radio label {
  padding-top: 7px !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_cms-form-item.sys_radio label {
  width: auto !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .long-select .label {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}

.select-module .label {
  padding-top: 0 !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body li div.sys_fieldcontent {
  float: none !important;
  width: auto; /* !important */
}

.form-module .sys_cms-form-control ul.sys_cms-form-body li input {
    font-size: 20px!important;
    font-size: 1.33333rem!important;
    font-family: aktiv_grotesklight, Arial, sans-serif !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_textbox input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_number input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_name input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_address input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_email input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_phone input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_website input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_timesubelement input,
.form-module .sys_cms-form-control ul.sys_cms-form-body label.sys_otherlabel + input,
.feedback-module .sys_add-your-comment input {
  padding: 18px 0 18px 20px !important;
  border: 1px solid #cbcbcb !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_textbox input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_number input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_name input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_address input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_email input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_phone input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_website input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_timesubelement input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_upload .sys_fieldcontent,
.form-module .sys_cms-form-control ul.sys_cms-form-body label.sys_otherlabel + input,
.feedback-module .sys_add-your-comment input {
  border: 1px solid #cbcbcb !important;
}

.feedback-module .sys_add-your-comment input {
  width: 90% !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_textbox input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_number input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_name input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_address input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_email input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_phone input,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_website input,
.form-module .sys_cms-form-control ul.sys_cms-form-body label.sys_otherlabel + input{
  width: 50% !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_cms-form-item.sys_radio label.sys_otherlabel {
    width: 25%!important;
    clear: left!important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body li span.sys_choices_other label.sys_otherlabel,
.form-module .sys_cms-form-control ul.sys_cms-form-body li span.sys_choices_other label.sys_otherlabel + input.sys_medium {
    display: none;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body li span.sys_choices_other label.sys_otherlabel + input.sys_medium {
    float: left;
    clear: none!important;
}

/*Custom Radio & Checkbox Styling*/
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_radio span input + label,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_checkbox span input + label {
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding-bottom: 7px!important;
  padding-left: 66px!important;
  cursor: pointer;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_radio span input + label {
  background-image: url("/SiteElements/img/radio-off.png");
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_checkbox span input + label {
  background-image: url("/SiteElements/img/checkbox-off.png");
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_radio span input[type="radio"],
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_checkbox span input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_radio span input + label.checked {
  background-image: url("/SiteElements/img/radio-on.png");
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_checkbox span input + label.checked {
  background-image: url("/SiteElements/img/checkbox-on.png");
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_cms-form-item.sys_radio span,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_time .sys_fieldcontent {
  float: left !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_cms-form-item.sys_radio span.sys_required {
    float: none!important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .error .copy,
.form-module .sys_cms-form-control ul.sys_cms-form-body .error .custom-select-container {
  border: 2px solid #ff706f !important;
}

/* Time Inputs */
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_time .sys_fieldcontent {
  width: 60% !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_time .sys_legend {
  line-height: 108px !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_timesubelement {
  margin-right: 40px !important;
  width: 15% !important;
  float: left !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_timesubelement:last-child {
  width: 120px !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_timesubelement label {
  padding-top: 0 !important;
  float: none !important;
  text-align: center !important;
  width: auto !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_timesubelement input {
  width: 100% !important;
}

/*Upload Styles*/
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_upload .sys_fieldcontent {
  background: url("/SiteElements/img/uploadBg.png") no-repeat 100% 0px !important;
  display: inline-block !important;
  position: relative !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_upload .sys_fieldcontent:before {
  /* content: "Select a file" !important; */
  position: absolute !important;
  top: 16px !important;
  left: 20px !important;
  font-weight: normal !important;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_upload input {
  padding: 0 !important;
  width: 229px !important;
  font-weight: normal !important;
  
  height: 63px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_upload input {
  opacity: 0.01 !important;
}

/* dm */
.form-module .file-upload-label{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        padding-left: 22px;
        font: normal 20px/63px aktiv_grotesklight, Arial, sans-serif;
}
input[type=file]{ width: 100%; }
.sys_fieldcontent{ overflow: hidden; }
.file-upload-on{ background-image: none !important; width: 45% !important; font-family: Arial, sans-serif !important; }
@media(max-width: 570px){
    .file-upload-on{ width: 229px !important; }
}
.file-upload-on .file-upload-label{ padding-left: 39px; font: normal 15px/63px Arial, sans-serif; }
.file-upload-on .icon-document{ position: absolute; top: 0; left: 0; }
.file-upload-on .icon-delete{ position: relative; z-index: 10; margin: 0; padding: 0; border: 26px solid #fff; background-color: #fff; cursor: pointer; }

/* Faux Checkboxes */
.faux-radio,
.faux-checkbox {
  float: left !important;
  clear: left !important;
  width: 44px !important;
  height: 44px !important;
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -300px -800px !important;
  margin: 0 20px 20px 0 !important;
}

.faux-checkbox {
  background: #f1f1f1 !important;
}

.faux-radio.active {
  background-position: -300px -900px !important;
}

.faux-checkbox.active {
  background: #f1f1f1 url("/SiteElements/img/spritemap.png") no-repeat -286px -985px !important;
}

/* Custom Select */
.custom-select-container {
  position: relative !important;
  float: left !important;
  border: 1px solid #cbcbcb !important;
  padding: 11px 0 !important;
  margin: 0 !important;
  width: 95.5% !important;
  font-family: aktiv_grotesklight, Arial, sans-serif !important;
}

.sys_timesubelement .custom-select-container {
  padding: 7px 0 6px 0 !important;
}

.tax-postcode .custom-select-container,
.bin-postcode .custom-select-container {
  width: 96% !important;
}

.custom-select {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
}

select.custom-dropdown.replaced,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_dropdown select.replaced,
.sys_timesubelement .replaced {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
  border: 0 !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  cursor: pointer !important;
}

.dd-wrap .selected {
  float: left !important;
  padding: 0 0 0 20px !important;
  height: 63px !important;
  line-height: 63px !important;
  width: 60% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.sys_timesubelement .dd-wrap .selected {
  width: auto !important;
}

.sys_checkbox.sys_sidebyside.image-selection span {
  margin-bottom: 10px !important;
  padding: 0 10px 0 10px !important;
  float: left !important;
}

.sys_checkbox.sys_sidebyside.image-selection span div.faux-checkbox, .sys_checkbox.sys_sidebyside.image-selection span label {
  display: inline-block !important;
}

.sys_checkbox.sys_sidebyside.image-selection span img {
  margin-bottom: 10px;
  display: block !important;
  clear: both !important;
}

.sys_checkbox.sys_sidebyside.image-selection span p {
  margin: 0;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.53333;
  line-height: 23px;
}

.dd-btn {
  float: right !important;
  background: #f1f1f1 url("/SiteElements/img/spritemap.png") no-repeat -185px -582px !important;
  width: 44px !important;
  height: 44px !important;
  margin: 10px !important;
}

.sys_timesubelement .dd-btn {
  margin: 5px 10px !important;
}

.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_pagebreak button,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_form-submit {
  background: #ffe77c !important;
  text-align: left !important;
  margin: 20px 20px 20px 0 !important;
  width: 25% !important;
  padding: 23px 18px !important;
  font-weight: normal !important;
  font-family: aktiv_grotesklight, Arial, sans-serif;
  border: 0 none !important;
}

/* Form module validation errors */
.sys_cms-form-validationsummary {
    display: none!important;
}

.sys_cms-form-control ul.sys_cms-form-body li div.sys_fieldcontent div {
  position: relative;
}

.sys_cms-form-control ul.sys_cms-form-body li div label.error,
.sys_cms-form-control ul.sys_cms-form-body li div label.sys_cms-form-error {
  background: #ff706f;
  padding: 17px 70px 17px 20px!important;
  color: #fff!important;
  font-family: aktiv_grotesklight, Arial, sans-serif;
  font-size: 20px!important;
  font-size: 1.33333rem!important;
  line-height: 1.15;
  line-height: 30px;
  width: 67.5%!important;
  position: absolute;
  left: 0;
  bottom:0;
}

.sys_cms-form-control ul.sys_cms-form-body li div.sys_namesubelement label.error,
.sys_cms-form-control ul.sys_cms-form-body li div.sys_namesubelement label.sys_cms-form-error {
  width: 60%!important;
}

.sys_cms-form-control ul.sys_cms-form-body li div input.error,
.sys_cms-form-control ul.sys_cms-form-body li div input.sys_cms-form-error,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_radio span input.sys_cms-form-error + label,
.form-module .sys_cms-form-control ul.sys_cms-form-body .sys_checkbox span input.sys_cms-form-error + label {
  margin-bottom: 80px;
}

/* $Titles
================================================== */
.homepage-title {
  color: #fff;
  font-family: aktiv_groteskbold, Arial, sans-serif;
}

.homepage-title h1 {
  line-height: 1em;
  padding: 20px 20px 30px;
  letter-spacing: -0.05em;
  max-width: 700px;
}

.homepage-title span {
  line-height: 1em;
  display: inline-block;
}

.homepage-title span a {
  float: left;
  background-color: #ffe77c;
  padding: 2px 3px 2px 5px;
  border: 0 none;
  margin-top: -13px;
  position: relative;
  top: 13px;
}

.homepage-title span .icon-expand {
  background-color: #ffe77c;
  /*background-position: -82px -95px;
  padding: 5px 5px 5px 17px;*/
  background-position: -101px -101px;
  margin-top: -3px;
  position: relative;
  top: 7px;
  margin-left: 22px;
}

.page-title-container {
  background: #fff;
  overflow: hidden;
}

.page-title h1 {
  font-family: aktiv_groteskbold, Arial, sans-serif;
  padding: 10px 20px;
}

.page-title h2 {
  padding: 0 20px 20px;
  font-family: aktiv_grotesklight, Arial, sans-serif;
  max-width: 560px;
  margin-top: -10px;
  line-height: 1.25em;
}

/* Title bar of a general module */
.title,
.title-grey,
.title-link {
  background: #e9e9e9;
  padding: 19px 20px;
  font-family: aktiv_grotesklight, Arial, sans-serif;
  color: #252525;
}

.title-link {
  padding: 0;
}

.results-module .title,
.directory-module .title,
.archive-module .title,
.contact-module .title,
.form-module .title,
.upload-module .title,
.checkbox-module .title,
.request-module .title,
.personnel-module .title,
.panel-module .title-link {
  margin-bottom: 1px;
}

.roadworks-module .title {
  margin-bottom: 0;
}

/* Breadcrumb in Title bar */
.breadcrumb-title {
  background: #e9e9e9;
  padding: 17px 20px;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

/* Title bar for the a panel module */
.panel-module .title,
.panel-module .title-link {
  background: #d3e8fa;
}

.download-panel-module .title,
.download-panel-module .title-link {
  background: #d4f7d1;
}

.panel-module .title,
.download-panel-module .title,
.panel-module .title-link,
.download-panel-module .title-link {
  padding: 17px 70px 17px 20px;
  display: block;
  cursor: pointer;
  position: relative;
}

.download-panel-module .title,
.download-panel-module .title-link {
  cursor: default;
}

.panel-module h2.title {
  background: #e9e9e9;
  margin-bottom: 1px;
}

/* Slideshow title */
.slideshow-module h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding: 16px 20px;
  margin-bottom: 1px;
  background: #fff;
  clear: both;
}

/* Title bar for search module */
.results-module .search-title {
  background: #e9e9e9;
  margin-bottom: 1px;
}

/* Optional subtitle */
.optional-subtitle {
  background: #fff;
  margin-bottom: 1px;
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding: 17px 20px;
}

/* $Buttons
================================================== */
.links-module .button,
.links-module .button-blue,
.alert-module .button a,
.feedback-module .button a,
.tab-list .button,
.news-button a,
.homepage-news-button a,
.results-module .results-container .button,
.rate-button a,
.contact-button a,
.personnel-button a,
.steps-buttons a,
.roadworks-button a {
  margin: 0 0 0 20px;
  padding: 20px;
  background: #ffe77c;
  display: block;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.tax-pay .button {
  background: #fff;
  font-family: aktiv_grotesklight, Arial, sans-serif;
  display: block;
  float: right;
  padding: 17px 0;
  width: 100%;
  text-indent: 20px;
  position: absolute;
  bottom: 20px;
}

.links-module .button-blue,
.steps-buttons .back,
.steps-buttons .next {
  background: #d3e8fa;
}

.alert-module .button a,
.feedback-module .button a,
.results-module .results-container .button {
  background: #fff;
}

.tab-list .button {
  margin: 0 -20px 0 0;
}

.news-button a,
.homepage-news-button a,
.contact-button a,
.personnel-button a {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 180px;
}

.rate-button {
  float: right;
}

.slideshow-controller {
  position: absolute;
  right: 0;
  top: 0;
}

.slideshow-controller a {
  display: block;
  border-left: 1px solid #fff;
  min-height: 84px;
  background-color: #e9e9e9;
}

.slideshow-controller span {
  position: relative;
  left: 27%;
  top: 16px;
}

.panel .button,
.download-panel .button,
.filter .button {
  float: right;
  position: relative;
  display: block;
}

.filter .button {
  margin-right: 0;
}

.pay {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.steps-buttons {
  float: right;
  margin: -9px 0 10px;
}

.steps-buttons .solo {
  float: right;
}

.steps-buttons a {
  margin-left: 0;
  padding: 17px 20px;
}

.steps-buttons a:first-child {
  margin-right: 1px;
}

/* $Alerts
================================================== */
.error-message {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  color: #fff;
  padding: 17px 70px 17px 20px;
  background: #ff706f;
  position: relative;
}

.roadworks-module .error-message {
  display: block;
  margin: 20px;
  padding: 21px 70px 21px 20px;
  font-family: Arial, sans-serif;
}

.error-message p {
  margin: 0;
}

.error-message .arrow-down {
  position: absolute;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff706f;
}

/* $Videos
================================================== */
.video-container {
  max-width: 960px;
  background: white;
}

iframe {
  max-width: 100%;
}

/* Objects and modules */
/* $Header
================================================== */
.header {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  overflow: visible;
  float: left;
  position: relative;
}

.header .logo-print {
  display: none;
}

.header + div {
  clear: both;
}

.logo {
  background: #0b2864;
}

.logo span {
  margin: 20px 20px 50px;
}

.search a,
.account p,
.directory a,
.mobile-nav-container a {
  margin: 0 0 1px 1px;
  display: block;
}

.search a {
  background: #fff;
}

.account p,
.mobile-nav-container a {
  background: #e1f0fc;
}

.mobile-nav-container div + div + div a {
  background: #d3e8fa;
}

.mobile-nav-container .grid-2 a {
  background: #ffe77c;
}

.search a,
.account p,
.directory a,
.mobile-nav-container a {
  padding: 17px 20px;
}

#LiveSearchResults {
  display: none;
  width: 477px;
  position: absolute;
  z-index: 999;
  top: 64px;
  border: 1px solid #cbcbcb;
  right: 0;
}

#LiveSearchResults .no-results {
    display: none;
}

#LiveSearchResults .grid-6 {
  width: 100%;
}

#LiveSearchResults li {
  background-color: #d4f7d1;
  padding: 16px 10px 16px 20px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#LiveSearchResults li.loading {
    line-height: 1;
    text-align: center;
}

#LiveSearchResults li:last-child {
    border: 0 none;
}

/* $Navigation
================================================== */
.nav-title,
.mobile-nav > a {
  background: #d3e8fa;
  display: block;
  padding: 17px 70px 17px 20px;
  margin-top: -65px;
  position: relative;
}

.mobile-nav .nav-title {
  display: none;
}

.nav-title {
  cursor: pointer;
}

.lt-ie8 .nav-title {
  margin-top: -63px;
}

.nav-title .icon-expand,
.mobile-nav .icon-expand {
  float: right;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -27px;
}

.js .js-accordion-content.nav-list:hover,
.nav-title:hover ~ .nav-list,
.nav-list:hover {
  display: block;
}

.nav-title:hover,
.mobile-nav > a:hover {
  padding: 17px 70px 18px 20px;
  display: block;
  background: #fff;
}

.nav-title.active {
  background: #fff;
}

.mobile-nav > a {
  display: none;
}

.lt-ie8 .nav-list,
.lt-ie8 .nav-list:hover,
.lt-ie8 .nav-list:active,
.lt-ie8 .nav-list:focus {
  z-index: 1000;
}

.lt-ie8 .nav {
  z-index: 100;
}

.lt-ie8 .header {
  z-index: 10;
}

/* $Alert-Feedback-Module
================================================== */
.alert-module,
.feedback-module {
  background: #ffe77c;
  padding: 10px 0;
}

.alert-module h3,
.feedback-module h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding: 17px 20px;
}

.alert-module .alert-title {
 width: 75%;
 float:left;
}

.alert-module div.alert-title:last-child {
 width:100%;
}

/* $Tabs-Module
================================================== */
/* Original BVA tabs css : */
.tab-title {
  background: #fff;
  position: relative;
  margin-bottom: 10px; }

.tab-title > li {
  min-height: 305px; }

.map-module .tab-title > li {
  height: 755px; }

.tab-title li > a {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding: 17px 34px 17px 17px;
  background: #d3e8fa;
  margin: 1px 0 0 1px;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.tab-title a.active {
  background: #fff; }

.tab-title:first-child li > a {
  margin-left: 0; }

.tab-title li .icon-arrow-down {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -4px; }

.map {
  width: 100%;
  height: 100%; }

.tabs-map {
  height: 455px;
  position: absolute;
  top: 300px;
  left: 0; }

.no-js .tabs-map {
  display: none; }

.no-js .map-module .tab-title > li {
  height: auto; }

.map {
  width: 100%;
  height: 100%;
  background: #FFF; }

.js-map-point__lat,
.js-map-point__long,
.js-map-point__description {
  display: none !important; }
  
  /* InfoWindows */
.tabs-map h1 {
  font-size: 20px;
  font-family: aktiv_grotesklight, Arial, sans-serif; }

.tabs-map p {
  font-size: 15px;
  margin: 5px 0; }

.tabs-map a {
  border-bottom: 1px solid #125cd8; }

.tabs-map {
  display: none; }

.active ~ .tabs-map {
  display: block; }

.no-js .tab-list {
  position: relative;
  display: block; }

.no-js .tab-list li {
  width: 100%; }















































































/* InfoWindows */
.tabs-map h1 {
  font-size: 20px;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.tabs-map p {
  font-size: 15px;
  margin: 5px 0;
}

.tabs-map a {
  border-bottom: 1px solid #125cd8;
}

.tabs-map {
  display: none;
}

.active ~ .tabs-map {
  display: block;
}

.no-js .tab-list {
  position: relative;
  display: block;
}

.no-js .tab-list li {
  width: 100%;
}

/* $Area-Module
================================================== */
.area-module h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.area-postcode {
  margin-bottom: 1px;
  overflow: hidden;
}

.area-postcode.grid-8 {
  margin: 10px 0;
}

.area-postcode h3 {
  padding: 17px 20px;
  background: #fff;
}

.area-information div {
  background: #fce1fa;
  overflow: hidden;
  margin: 0 0 1px 1px;
  padding: 15px 20px 20px;
  min-height: 146px;
}

.area-information li:first-child div {
  margin-left: none;
}

.area-information h3 {
  padding-bottom: 3px;
  min-height: 77px;
}

.area-information p {
  margin: 20px 0 0;
}

.area-information span {
  display: block;
  background: #fff;
}

.area-bin span {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding: 10px;
  line-height: 1.1em;
}

.area-tax span {
  font-family: aktiv_groteskbold, Arial, sans-serif;
  padding: 7px 10px;
  line-height: 1em;
}

.area-mp span {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding: 5px 10px;
  line-height: 1.35em;
}

.area-news a {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  line-height: 1em;
}

.area-links li {
  padding-top: 11px;
}

.area-links li:first-child {
  padding-top: 0;
}

/* $Links-Module
================================================== */
.link-box-container {
  background: #fff;
  padding: 15px 0 20px;
  margin-left: 1px;
  height: 100%;
}

.link-box:first-child .link-box-container {
  margin-left: 0;
}

.link-box-content {
  min-height: 180px;
}

.link-box h3,
.link-box p {
  margin: 0 20px;
}

.link-box h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.link-box p {
  padding: 15px 0 20px;
}

/* $News-Module
================================================== */
.news-module,
.featured-news-module,
.homepage-news-module,
.featured-events-module,
.slideshow-news-module {
  position: relative;
}

.featured-news-module,
.homepage-news-module,
.featured-events-module,
.slideshow-news-module {
  background: #fff;
}

.news-container {
  padding-bottom: 15px;
  background: #fff;
  position: relative;
  margin-bottom: 1px;
}

.slideshow-news-module .news-container {
  position: static;
  padding-bottom: 0;
}

.panel-module .news-container {
  background: #fff;
  position: relative;
  margin-bottom: 1px;
}

.news-single {
  margin: 0 20px;
  border-top: 1px solid #cbcbcb;
}

.slideshow-news-module .news-single {
  border-top: 0;
}

.homepage-news-single,
.featured-events-single {
  padding: 7px 20px 23px;
}

.news-single:first-child {
  border-top: none;
}

.homepage-news-single h1,
.featured-events-single h1 {
  font-family: aktiv_groteskbold, Arial, sans-serif;
}

.homepage-news-single h2,
.featured-events-single h2,
.homepage-news-single p,
.featured-events-single p,
.homepage-news-single a,
.featured-events-single a {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

/*.homepage-news-single {
  margin-top: -20px;
}*/

.news-single h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  max-width: 545px;
  padding: 15px 0;
}

.news-single .event-date {
  margin: -5px 0 0;
  padding: 0;
}

.news-single .news-date {
  margin: -5px 0 5px;
  padding: 0;
}

.news-single p,
.homepage-news-single p,
.featured-events-single p {
  margin: 0 0 5px;
  max-width: 545px;
}

.homepage-news-single,
.featured-events-single p {
  line-height: 1.3em;
  padding-right: 20px;
}

.news-single span {
  display: block;
  padding-bottom: 15px;
}

.news-button {
  background: #fff;
}

/* $Intro-Module
================================================== */
.intro-container {
  background: #fff;
  padding: 15px 20px 20px;
}

.intro-container h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  width: 62.5%;
}

.intro-container .name {
  display: block;
  padding-bottom: 10px;
}

.intro-container p {
  max-width: 545px;
  margin: 5px 0 0;
}

.intro-container .divider {
  border-top: 1px solid #cbcbcb;
  margin-top: 15px;
  padding-top: 15px;
  clear: both;
}

.intro-container ul {
  margin-top: 5px;
}

.intro-container li {
  max-width: 190px;
  margin-top: 10px;
}

.intro-container .address {
  float: left;
}

.intro-container .mail-phone {
  margin-bottom: 55px;
}

.intro-container .mail-phone p {
  margin-top: 0;
}

.intro-container .mail-phone p:first-child {
  margin-top: .5em;
  margin-bottom: 0;
}

.intro-container .mail-phone span {
  padding-left: 28px;
}

.intro-container .mail-phone p:first-child span {
  padding-left: 34px;
}

.intro-container .links-list {
  overflow: hidden;
  margin-top: 0;
}

.intro-container .links-list li {
  max-width: 100%;
  margin-top: 0;
}

.intro-container .links-list li h3 {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #cbcbcb;
}

.intro-container .links-list .first-row h3 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.intro-container .links-list li h3,
.intro-container .links-list li ul {
  margin-right: 40px;
}

.intro-container .links-list .last-column h3,
.intro-container .links-list .last-column ul {
  margin-right: 0;
}

.intro-container .links-list li li {
  margin-top: 12px;
}

/* $Panel-Module
================================================== */
.panel,
.download-panel {
  position: relative;
}

.panel-container,
.download-panel-container,
.listing-panel-container {
  background: #fff;
  padding: 15px 20px;
}

.panel-container h3,
.download-panel-container h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  max-width: 680px;
}

.panel-container h3 {
  margin-top: 35px;
}

.panel-container h3:first-child {
  margin-top: 0;
}

.download-panel-container h3 {
  padding-bottom: 25px;
}

.blank-container p,
.panel-container p {
  max-width: 680px;
  margin: 0 0 8px 0;
}

.download-panel-container p {
  margin: 0;
}

.panel-container li,
.download-panel-container li,
.download-panel-container p,
.listing-panel-container li {
  margin-top: 10px;
  padding: 15px 0 7px 35px;
  border-top: 1px solid #cbcbcb;
}

.download-panel-container p {
  padding-left: 33px;
  position: relative;
}
  .download-panel-container p:before {
    background: url("/SiteElements/img/spritemap.png") transparent no-repeat -300px -100px;
    content: "";
    position: absolute;
    width: 13px;
    height: 16px;
    top: 19px;
    left: 0;
  }
  .download-panel-container p a {
    border-bottom: 1px solid #125cd8;
  }

.panel-container .news-single {
  margin: 0;
}

.download-panel-container li:first-child,
.download-panel-container h3 + p,
.listing-panel-container li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.download-panel-container h3 + p:before {
  top: 6px;
}

.download-panel .icon-download {
  right: 10px;
}

.listing-panel-container h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.download-panel-container p a:after {
  padding-left: 5px;
  position: absolute;
}
.download-panel-container p a.sys_17:after {
  content: " MS WORD";
}

.download-panel-container p a.sys_18:after {
  content: " MS EXCEL";
}

.download-panel-container p a.sys_19:after {
  content: " MS PP";
}

.download-panel-container p a.sys_21:after {
  content: " PDF";
}

/* $Results-Module
================================================== */
.results-module {
  position: relative;
}

.results-module .filter-sections {
  position: absolute;
  top: 0;
  right: 0;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.results-module .search-title .filter-sections {
  position: relative;
}

.results-module .search-title .search-form {
  float: right;
}

.results-module .search-title .search-form .action {
  margin-right: 10px;
}

.results-module .filter-sections a {
  display: block;
  padding: 27px 10px 27px 20px;
  border-left: 1px solid #fff;
}

.results-module .search-title .filter-sections a {
  border-left: none;
  background: #fff;
  padding: 17px 10px 17px 20px;
  margin: 10px 0;
}

.results-module .mobile-refine {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding: 17px 10px 17px 20px;
  background: #d3e8fa;
  margin-bottom: 1px;
  display: none;
  cursor: pointer;
  position: relative;
}

.results-module .mobile-refine .icon-expand {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -27px;
}

.results-module .refine-column > div {
  background: #e9e9e9;
  margin-top: 1px;
  position: relative;
}

.refine-column > div:first-child {
  margin-top: 0;
}

.refine-column > div,
.refine-column .refine-column-title {
  margin-right: 1px;
  overflow: hidden;
}

.refine-column .refine-column-title {
  background: #e9e9e9;
}

.refine-column h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  display: block;
  padding: 17px 70px 17px 20px;
  position: relative;
}

.refine-column h3 .icon-expand {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -27px;
}

.refine-column a {
  display: block;
}

.results-module .refine-column li {
  margin: 0 20px;
  padding: 15px 0;
  border-bottom: 1px solid #cbcbcb;
}

.refine-column li:first-child {
  padding-top: 9px;
}

.results-module .refine-column .show-more {
  float: right;
  margin-right: 20px;
  padding: 15px 0;
}

.results-module .results-container h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding-left: 20px;
}

.results-module .actions-section,
.results-module .pages-section {
  overflow: hidden;
}

.results-module .pages-section-title {
  margin-top: 1px;
  margin-bottom: 1px;
  overflow: hidden;
  background: #fff;
  height: 64px;
}

.results-module .actions-section-title {
  margin-bottom: 1px;
  overflow: hidden;
  background: #ffe77c;
  height: 64px;
}

.results-module .actions-section-title h3,
.results-module .pages-section-title h3 {
  float: left;
  padding: 17px 20px;
}

.results-module .results-container .show-all {
  float: right;
  margin: 20px;
}

.results-module .sys_standardlist-title {
   display: none;
}

.results-module #TopSearchResult_List .sys_subitem {
  background: #e1f0fc;
}

.results-module .pages-section .sys_subitem {
  margin-top: 1px;
  background: #fff;
  padding: 12px 0 17px;
}


.results-module .actions-section .sys_subitem {
  background: #ffe77c;
  padding: 12px 0 17px;
  width: 33.334%;
  min-height: 215px;
  float: left;
  position: relative;
}

.results-module .actions-section .sys_subitem:nth-child(1n+4) {
  display: none;
}


.results-module .actions-section .sys_subitem-heading,
.results-module .actions-section p {
  margin: 0 20px;
  padding-left: 0;
}

.results-module .actions-section p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.results-module .results-container .actions-section .button {
    width: 100%;
    position: absolute;
    bottom: 17px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.results-module .icon-arrow-down {
  border-bottom: 0;
  margin: 8px 0 0 8px;
  display: block;
}

.results-module .show-all .icon-arrow-down {
  margin-left: 16px;
}

.results-module .pages-section .sys_subitem-summary dt,
.results-module .pages-section .sys_subitem-summary dd.sys_search-url {
  display: none;
}

.results-module .pages-section .sys_subitem-summary dd.sys_search-description,
.results-module .pages-section .sys_subitem-summary dd.sys_generic_list-description {
  margin: 0;
  padding-left: 20px;
}

.results-module .sys_search-control > .sys_search-control {
  display: none;
}

.results-container > .sys_search-control {
  background: #d3e8fa;
  margin-bottom: 1px;
  padding: 12px 20px;
  width: 100%;
  font-family: aktiv_grotesklight, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.15;
  line-height: 30px;
  box-sizing: border-box;
}

.results-container > .sys_search-control p {
    margin: 0;    
}

.results-module .sys_noresults {
  background-color: #d3e8fa;
  padding: 12px 20px 17px;
  font-family: aktiv_grotesklight, Arial, sans-serif;
  font-weight: normal;
}

.results-module .sys_noresults p {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.15rem;
  line-height: 30px;
}

.results-module .sys_flickrpager {
  background-color: #fff;
  margin-top: 1px;
  padding: 12px 20px 7px;
  overflow: hidden;
  height: 64px;
  box-sizing: border-box;
}

.results-module .sys_flickrpager a {
  border: 0 none;
}

.results-module .sys_paginginfo,
.results-module .sys_navigation {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.15rem;
  line-height: 32px;
}

.results-module .sys_paginginfo {
  float: left;
}

.results-module .sys_navigation {
  float: right;
}


.results-module .sys_navigation > span {
  margin-left: 5px;
  float: left;
  height: 30px;
}

.results-module .sys_navigation > span > * {
  background-color: #e1f0fc;
  display: block;
  line-height: 30px;
  text-align: center;
}

.results-module .sys_ellipsis {
  display: none;
}

.results-module .sys_page span,
.results-module .sys_page a {
  width: 30px;
}


.results-module .sys_page span {
  background: none;
}

.results-module .sys_navigationnext span,
.results-module .sys_navigationprevious span {
  display: none;
}

.results-module span.sys_selected span,
.results-module span a:hover {
  background: #ffe77c;
}


.results-module .sys_navigationnext > *,
.results-module .sys_navigationprevious > * {
  padding-left: 12px;
  padding-right: 12px;
}

.lt-ie8 .results-module .show-all,
.lt-ie8 .results-module .show-more {
  text-align: right;
}

/* $Tax-Module
================================================== */
.tax-postcode {
  overflow: hidden;
}

.tax-information h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.tax-information span {
  font-family: aktiv_groteskbold, Arial, sans-serif;
  padding: 7px 10px;
  line-height: 1em;
  display: block;
  background: #fff;
  max-width: 200px;
  margin-top: 12px;
  float: left;
}

.tax-band,
.tax-total {
  background: #fce1fa;
  padding: 15px 20px 20px;
  overflow: hidden;
}

.tax-total {
  margin-left: 1px;
  position: relative;
}

.tax-total a {
  display: block;
  float: left;
  margin: 10px 20px;
}

.tax-pay {
  background: #fce1fa;
  overflow: hidden;
  min-height: 140px;
  position: relative;
}

/* $Rate-Module
================================================== */
/*
.rate-section {
  background: #fff;
  margin-bottom: 1px;
  padding: 17px 20px;
  overflow: hidden;
}

.rate-section > div {
  float: left;
  margin-right: 20px;
}

.feedback-section {
  background: #fff;
  overflow: hidden;
  padding: 20px 0;
}*/


.sys_addcomments-title {
  display: none;
}

/* $Keywords-Module
================================================== */
.keyword-container {
  margin-left: 1px;
  background: #fff;
  overflow: hidden;
  padding: 20px 0;
  min-height: 129px;
  position: relative;
}

.keywords-module > .grid-4:first-child .keyword-container {
  margin-left: 0;
}

.keywords-module h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  line-height: 1.15em;
  padding: 0 20px;
}

.keywords-module li span {
  padding-top: 15px;
  margin: 15px 20px 0;
  border-top: 1px solid #cbcbcb;
  display: block;
}

.keyword-container .button {
  display: none;
}

/* $Directory-Module
================================================== */
.directory-module {
  position: relative;
}

.directory-module .refine-column > div {
  margin-right: 0;
}

.directory-module .refine-column h3 {
  margin: 0 1px 1px 0;
  position: relative;
}

.directory-module .refine-column li:first-child {
  padding-top: 0;
}

.directory-module .refine-column li .letter {
  padding: 15px 0;
  margin: 0 1px 1px 0;
  text-align: center;
}

.directory-module .refine-column li span {
  display: block;
}

.directory-module .refine-column h3,
.directory-module .refine-column li .letter {
  background: #e9e9e9;
}

.directory-module .refine-column .letter {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.directory-module .refine-column li a:hover,
.directory-module .refine-column li a:active,
.directory-module .refine-column li a:focus {
  background: #e1f0fc;
}

.directory-module .refine-column .active a {
  background: #ffe77c;
}

.directory-content-title {
  overflow: hidden;
  background: #fff;
  margin-bottom: 1px;
}

.directory-content h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding-left: 20px;
}

.directory-content-title h3 {
  font-family: aktiv_groteskbold, Arial, sans-serif;
  line-height: 1.29;
}

.no-results .directory-content-title h3 {
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}

.directory-content li {
  margin-bottom: 1px;
  background: #fff;
  padding: 12px 0 17px;
}

.directory-content li div,
.directory-content p {
  margin-left: 20px;
}

.directory-content .address {
  width: 240px;
  float: left;
}

.directory-content .mail-phone p {
  margin-top: 0;
}

.directory-content .mail-phone p:first-child {
  margin-top: 1em;
  margin-bottom: 0;
}

.directory-content .mail-phone span {
  padding-left: 28px;
}

.directory-content .mail-phone p:first-child span {
  padding-left: 34px;
}

.directory-content .download {
  background: #d4f7d1;
  padding: 21px 70px 21px 14px;
  clear: both;
  position: relative;
}

.directory-content .download .icon-document {
  margin-right: 5px;
}

/* $Meetings-Module
================================================== */
.meetings-list {
  background: #fff;
  padding: 0 20px;
}

.meetings-list li {
  padding: 13px 0 23px;
  border-top: 1px solid #cbcbcb;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.meetings-list li:first-child {
  border-top: none;
  margin-top: 0;
}

.meetings-list span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 15px;
  margin-bottom: -10px;
  line-height: 1.75em;
}

/* $Archive-Module
================================================== */
.archive-module .refine-column h3 {
  margin: 0 1px 1px 0;
  padding-bottom: 16px;
}

.archive-module .refine-column .year-refine li {
  margin: 0;
  padding: 0;
  border-bottom: none;
  border-top: 1px solid #cbcbcb;
}

.archive-module .refine-column .year-refine li:first-child {
  padding-top: 0;
}

.archive-module .refine-column .year-refine li a {
  padding: 17px 20px;
  margin: 0 1px 1px 0;
}

.archive-module .refine-column h3,
.archive-module .refine-column .filter li a {
  background: #e9e9e9;
}

.archive-module .refine-column .year-refine .active a {
  background: #ffe77c;
}

.archive-module .refine-column a {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.archive-module .refine-column .year-refine li a:hover,
.archive-module .refine-column .year-refine li a:active,
.archive-module .refine-column .year-refine li a:focus {
  background: #e1f0fc;
}

.archive-module .refine-column .select-type-container {
  background: #e9e9e9;
  padding: 20px;
  margin: 0 1px 1px 0;
}

.archive-module .results-container li:first-child {
  margin-top: 0;
}

.archive-module .results-container .meetings-list li {
  padding: 15px 0;
  margin: 0;
}

.archive-module .results-container .meetings-list p {
  margin: 0;
}

.archive-module .results-container .button {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.archive-module .select-field {
  overflow: hidden;
  background: #fff;
  margin: 10px 20px 20px;
}

.archive-module .custom-select-container {
  width: 99.4%;
}

.archive-module .dd-wrap .selected {
  width: 40%;
}

/* $Register-Login-Module
================================================== */
.register-login-module {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.register-login-module p {
  display: block;
  background: #fff;
  padding: 17px 20px;
  margin: 0;
}

.register-login-module .login a {
  margin-right: 0;
}

/* $Local-Information-Module
================================================== */
.local-ward h3,
.local-ward div,
.local-information h3,
.local-information div {
  margin-right: 1px;
}

.local-ward h2,
.local-information h2,
.local-application h2 {
  margin: 0 1px 1px 0;
}

.local-application h2 {
  margin-right: 0;
}

.local-ward h3,
.local-information h3,
.local-application h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding-bottom: 10px;
}

.local-list {
  padding: 0 20px;
  background: #fce1fa;
}

.local-list > ul > li {
  padding: 17px 0;
  border-top: 1px solid #cbcbcb;
}

.local-list > ul > li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 17px;
}

.local-list div li {
  margin-top: 10px;
}

.local-list div li:first-child {
  margin-top: 0;
}

.local-information .area-information div {
  padding: 0;
  min-height: 0;
}

.local-information .area-information h3 {
  min-height: 0;
  padding-bottom: 10px;
}

/* $Contact-Module
================================================== */
.contact-module {
  overflow: hidden;
}

.contact-module .intro-container {
  overflow: hidden;
}

.contact-module .mail-phone {
  margin-bottom: 0;
}

/* $Login-Register-Module
================================================== */
.login-module .title,
.login-module .login-form {
  margin-right: 1px;
}

.login-module .action-container,
.register-module .action-container {
  float: right;
}

.login-module a {
  margin: 15px 20px;
  display: inline-block;
}

.login-module p {
    font-family: aktiv_grotesklight,Arial,sans-serif;
    padding: 5px 20px;
    text-align: justify;
    vertical-align: top;
}

/* $Request-Module
================================================== */
.request-module .request-content {
  margin-top: 1px;
  background: #fff;
  padding: 0 20px;
}

.request-module .request-content .divider {
  border-top: 1px solid #cbcbcb;
}

.request-module .request-content p {
  margin: 0;
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding: 12px 0;
}

.request-module .request-content ul {
  list-style: disc;
  padding-left: 20px;
}

.request-module .request-content li {
  padding: 0 0 12px 20px;
}

.request-module .request-footer {
  margin-top: 1px;
  padding: 6px 20px;
  background: #fff;
  color: #888;
}

.request-module .request-footer a {
  color: #888;
}

.request-form-container {
  background: #fff;
  overflow: hidden;
}

.request-form-container li {
  padding: 20px 0;
}

.request-form-container li > .input-container,
.request-form-container li > .image-wrap,
.request-form-container li > p {
  padding: 0 10px;
}

.request-form-container input {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}

.request-form-container span {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  margin-bottom: 10px;
  display: block;
  padding-top: 10px;
}

.request-form-container .image-wrap {
  margin-bottom: 10px;
}

.request-form-container p {
  padding: 0;
  margin: 0;
}

/* $Steps-Module
================================================== */
.steps-module ul {
  list-style: none;
}

.steps-module li {
  float: left;
  padding: 0;
  margin: 0;
  background: #e1f0fc;
}

.steps-module .active {
  background: #ffe77c;
}

.steps-module a {
  padding: 21px 10px 21px 55px;
  display: block;
  position: relative;
}

.steps-module li:first-child a {
  padding-left: 20px;
}

.steps-module .arrow-right-inner {
  position: absolute;
  right: -35px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 35px solid #e1f0fc;
  z-index: 2;
}

.steps-module .active .arrow-right-inner {
  border-left-color: #ffe77c;
}

.steps-module .arrow-right-outer {
  position: absolute;
  right: -36px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 35px solid #cbcbcb;
}

/* $Review-Module
================================================== */
.review-module p {
  margin: 0 0 2px;
}

/* $Form-Module
================================================== */
.form-module .form-container,
.checkbox-module .checkbox-container,
.feedback-module {
  overflow: hidden;
  background: #fff;
  padding: 20px;
}

.checkbox-module .checkbox-container {
  padding-bottom: 0;
}

.form-module .form-container form {
  clear: both;
  padding-top: 10px;
}

.form-module .form-container form:first-child {
  padding-top: 0;
}

.form-module .form-container .help {
  background: #ffe77c;
  font-size: 15px;
  padding: 20px 50px 20px 75px;
  position: relative;
}

.form-module .form-container .help p {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

.form-module .form-container .input-field .faux-radio {
  clear: none;
  margin: 20px 20px 0 0;
}

.form-module .form-container .input-field .grid-4 span,
.form-module .sys_radio label {
  display: block;
  float: left;
  padding: 27px 40px 0 0;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.form-module .form-container .date select,
.form-module .sys_date input {
  float: left;
}

.no-js .calendar {
  display: none;
}

.form-module .sys_date input {
  display: block;
  width: 191px;
  height: 62px;
  background: transparent url("/SiteElements/img/icon-calendar.png") no-repeat 140px 15px;
  border: 1px solid #cbcbcb;
  outline: 0;
  cursor: pointer;
  padding: 0 20px;
  margin-left: 0;
}

.form-module .form-container textarea {
  padding: 20px;
  width: 100%;
  max-width: 418px;
  font-size: 15px;
  min-height: 85px;
  resize: both;
}

.checkbox-module .checkbox-container form {
  line-height: 45px;
}

.checkbox-module .checkbox-container span {
  margin-bottom: 20px;
  display: inline-block;
}

/* $Upload-Module
================================================== */
.upload-module .upload-container {
  overflow: hidden;
  background: #fff;
  padding: 20px;
}

.upload-module .upload-container p {
  margin: 0;
  padding: 0;
}

.upload-module .upload-container > p {
  padding-top: 15px;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.upload-module .upload-container a {
  text-indent: -9999px;
  display: block;
}

.upload-module .upload-container .upload-select,
.upload-module .upload-container .upload-document {
  margin-left: 10px;
  clear: both;
  overflow: hidden;
}

.upload-module .upload-container .upload-select p {
  border: 1px solid #cbcbcb;
  padding: 16px 22px;
  float: left;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.upload-module .upload-container .upload-select a {
  border: 1px solid #cbcbcb;
  border-left: none;
  background: #ffe77c;
  float: left;
  width: 62px;
  height: 62px;
}

.upload-module .upload-container .upload-document {
  margin-top: 10px;
  border: 1px solid #cbcbcb;
  width: 100%;
  max-height: 438px;
}

.upload-module .upload-container .upload-document p {
  padding: 21px 10px;
  float: left;
}

.upload-module .progress-bar {
  height: 4px;
  width: 70%;
  max-width: 310px;
  background: #000;
  display: inline-block;
  overflow: hidden;
  margin-top: 30px;
}

.upload-module .progress-bar span {
  width: 20%;
  height: 2px;
  display: block;
  background: #ffe77c;
  margin: 1px;
}

/* $Twitter-Module
================================================== */
.twitter-timeline {
  width: 100% !important;
  height: auto !important;
  display: block;
  background: #fff;
}
a.twitter-timeline{ padding: 15px 20px 20px; }

/* $Audio-Module
================================================== */
.audio-module .audio-container {
  height: 65px;
  background: #4a4a4a;
}

/* $Personnel-Module
================================================== */
.personnel-module .personnel-container li {
  background: #fff;
  margin-top: 1px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

.personnel-module .personnel-container li:first-child {
  margin-top: 0;
}

.personnel-module .personnel-container h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  float: left;
  width: 50%;
}

.personnel-module .personnel-container h3 ~ p {
  color: #888;
  float: left;
  display: block;
  margin: 0;
  width: 50%;
}

.personnel-module .personnel-container img {
  margin: 0 20px;
  float: left;
  border: 1px solid #cbcbcb;
}

.personnel-module .personnel-container .address,
.personnel-module .personnel-container .mail-phone {
  width: 35%;
  float: left;
  padding-top: 18px;
}

.personnel-module .personnel-container .address p,
.personnel-module .personnel-container .mail-phone p {
  margin: 0;
}

.personnel-module .personnel-container .mail-phone a {
  word-wrap: break-word;
}

.personnel-module .personnel-container p:first-child span {
  padding-left: 34px;
}

.personnel-module .personnel-container .mail-phone span {
  padding-left: 28px;
}

/* $Video-Module
================================================== */
.video-module .video-caption {
  background: #fff;
  height: 155px;
  width: 100%;
  overflow: auto;
  margin-top: 1px;
  padding: 20px 0;
}

.video-module .video-caption p {
  display: block;
  padding-left: 20px;
  width: 70%;
}

.related-video-module {
  position: relative;
}

.related-video-module .related-video-container li {
  overflow: hidden;
}

.related-video-module .related-video-container li > div {
  margin-left: 1px;
  background: #fff;
  padding-bottom: 15px;
}

.related-video-module .related-video-container .image-wrap {
  margin-bottom: 10px;
  position: relative;
}

.related-video-module .related-video-container .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 61px;
  width: 61px;
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -300px -700px;
  margin: -31px 0 0 -31px;
}

.related-video-module .related-video-container p {
  margin: 0;
  padding: 0 20px;
}

/* $Roadworks-Module
================================================== */
.roadworks-module .title p {
  margin: 0;
}

.roadworks-module > div:first-child {
  margin-top: 1px;
}

.roadworks-module > div {
  margin-top: 1px;
}

.roadworks-module .roadworks-container {
  padding: 20px 0;
  background: #fff;
  overflow: hidden;
  margin-top: 1px;
}

.roadworks-module .roadworks-container p {
  padding-left: 20px;
  max-width: 575px;
  margin: 0;
  display: block;
}

.roadworks-module .roadworks-container .error-message p {
  padding-left: 0;
}

.roadworks-button a {
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.roadworks-module .roadworks-container h3 {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding: 0 20px;
}

.roadworks-module .roadworks-container .divider {
  margin: 20px 20px 0;
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}

.roadworks-module .roadworks-container .divider p {
  padding-left: 0;
}

.roadworks-module .roadworks-button a {
  padding: 21px 20px;
}

/* $Bin-Module
================================================== */
.bin-postocde {
  overflow: hidden;
}

.bin-information {
  background: #fce1fa;
  overflow: hidden;
  padding-bottom: 20px;
}

.bin-alert {
  border-bottom: 1px solid #cbcbcb;
}

.bin-module .bin-information .grid-2 {
  clear: left;
}

.bin-alert p {
  margin: 0;
  font-family: aktiv_grotesklight, Arial, sans-serif;
  padding: 15px 20px 20px;
}

.bin-alert,
.bin-what,
.bin-when {
  overflow: hidden;
}

.bin-what h3,
.bin-when p {
  padding: 15px 20px 20px;
  margin: 0;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.bin-what {
  margin-top: 20px;
}

.bin-when {
  position: relative;
  background: #fff;
  margin: 20px 20px 0 0;
}

.bin-when p:first-child {
  border-bottom: 1px solid #fce1fa;
}

.bin-when ul {
  padding-bottom: 15px;
}

.bin-when li {
  margin: 15px 20px 0;
  border-top: 1px solid #cbcbcb;
  padding-top: 15px;
}

.bin-when li:first-child {
  border-top: none;
  margin-top: 0;
}

.bin-information a {
  float: left;
  margin-top: 15px;
}

.bin-information span {
  float: right;
  margin: 15px 10px 0 0;
}

.bin-information .icon-asterisk {
  margin: 18px 40px 0 0;
}

.bin-when .icon-asterisk {
  margin: 3px 0 0 0;
}

.lt-ie8 .bin-when .icon-asterisk {
  margin-top: -13px;
}

/* $Footer
================================================== */
.footer-links a {
  display: block;
  background: #d3e8fa;
  margin-left: 1px;
  padding: 20px;
}

.footer-links li:first-child a {
  margin-left: 0;
}

.footer .bottom {
  background: #fff;
  margin-top: 1px;
}

.footer .bottom .copyright {
  padding: 31px 0;
  color: #666666;
}

.footer .bottom .copyright p {
  padding-left: 20px;
  margin: 0;
}

.footer .bottom .social {
  padding: 15px;
}

.lt-ie8 .footer .bottom .social li {
  float: left;
}

.footer .bottom .social a {
  float: left;
  text-indent: -9999px;
  margin-right: 5px;
}

.footer .bottom .gov {
  float: right;
  margin: 33px 20px 0;
}

.footer .back-top,
.footer .mobile-footer > a,
.footer .nav-title {
  font-family: aktiv_grotesklight, Arial, sans-serif;
  font-size: 20px;
  padding: 17px 70px 17px 20px;
  margin-bottom: 1px;
  display: none;
  background: #d3e8fa;
}

.mobile-footer {
  position: relative;
}

.mobile-footer .icon-expand {
  float: right;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -27px;
}

/* $Footer
================================================== */
.icon-logo {
  background: transparent url("/SiteElements/img/logo.png") no-repeat 0 0;
  width: 201px;
  height: 59px;
  display: block;
  text-indent: -9999px;
}

.icon-search,
.search-form .sys_search-button {
  background: #f1f1f1 url("/SiteElements/img/spritemap.png") no-repeat -185px -385px;
  width: 44px;
  height: 44px;
  display: block;
  text-indent: -9999px;
  text-transform: capitalize;
}

.icon-expand {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -100px -100px;
  width: 54px;
  height: 54px;
  display: inline-block;
  text-indent: -9999px;
}

.icon-facebook {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -200px -100px;
  width: 54px;
  height: 54px;
  display: inline-block;
  text-indent: -9999px;
}

.icon-twitter {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -200px -200px;
  width: 54px;
  height: 54px;
  display: inline-block;
  text-indent: -9999px;
}

.icon-flickr {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -200px -300px;
  width: 54px;
  height: 54px;
  display: inline-block;
  text-indent: -9999px;
}

.icon-arrow-down {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -200px -600px;
  width: 15px;
  height: 8px;
  display: inline-block;
  text-indent: -9999px;
  float: right;
  margin-top: 5%;
}

.icon-prev,
.icon-next {
  position: relative;
}

.icon-prev span {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -100px -200px;
  height: 54px;
  width: 54px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px;
}

.icon-next span {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -100px -300px;
  height: 54px;
  width: 54px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px;
}

.icon-prev.disabled,
.icon-next.disabled {
  cursor: not-allowed;
  zoom: 1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.panel .button,
.download-panel .button,
.filter .button,
.archive-module .panel .button,
.related-video-module .button,
.keyword-container .button {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -100px -700px;
  text-indent: -9999px;
  width: 54px;
  height: 54px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -27px;
}

.panel.active .button,
.filter.active .button,
.related-video-module .active .button,
.keyword-container .active .button {
  background-position: -100px -800px;
}

.icon-open-close {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -100px -700px;
  width: 54px;
  height: 54px;
  display: inline-block;
  text-indent: -9999px;
}

.icon-download {
  float: right;
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -100px -500px;
  text-indent: -9999px;
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -27px;
}

.icon-error {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -100px -900px;
  width: 54px;
  height: 54px;
  display: inline-block;
  text-indent: -9999px;
  float: right;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -27px;
}

.icon-asterisk {
  text-indent: -9999px;
  display: inline-block;
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -300px -300px;
  width: 17px;
  height: 15px;
}

.icon-help {
  text-indent: -9999px;
  display: inline-block;
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -100px -600px;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -27px;
}

.icon-arrow-right {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -200px -800px;
  width: 8px;
  height: 15px;
  display: inline-block;
  text-indent: -9999px;
  float: left;
  position: relative;
  top: 25px;
  left: 28px;
}

.lt-ie8 .icon-arrow-right {
  top: 0;
}

.icon-document {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -300px -100px;
  width: 13px;
  height: 16px;
  display: inline-block;
  text-indent: -9999px;
  float: left;
  margin: 24px 13px;
}

.directory-module .icon-document,
.download-panel-module .icon-document {
  margin: 2px 20px 0 0;
}

.download-panel-module .icon-document {
  margin-top: 4px;
}

.icon-delete {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -200px -900px;
  width: 11px;
  height: 11px;
  display: inline-block;
  text-indent: -9999px;
  float: right;
  margin: 26px 28px;
}

.icon-gov {
  width: 116px;
  height: 21px;
  display: inline-block;
  text-indent: -9999px;
  background: transparent url("/SiteElements/img/gov.png") no-repeat 0 0;
}

.bulleted-list li:before {
  background: transparent url("/SiteElements/img/spritemap.png") no-repeat -300px -200px;
  display: inline-block;
  float: left;
  width: 21px;
  height: 2px;
  text-indent: -9999px;
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
}

.bulleted-list li:first-child:before {
  top: 11px;
  left: 0;
}

/* Hiding Content that needs to be revealed, but only if JS is enabled */
.js .js-accordion-content,
.js .js-filter-content,
.js .js-tab-content,
.no-js-solution {
  display: none;
}

.footer .js-accordion-content,
.mobile-nav-container.js-accordion-content {
  display: block;
}

/* showing Content that is a no-js soluton */
.no-js .no-js-solution {
  display: block;
}

/* Tabs */
.js-tab-control {
  cursor: pointer;
}

/* Accordions */
.js-accordion-item {
  overflow: hidden;
}

.header .js-accordion-item {
  overflow: visible;
}

.header .js-accordion-content {
  margin-bottom: 0;
}

.js-accordion-control {
  position: relative;
  z-index: 2;
}

.header .js-accordion-control {
  z-index: 0;
}

.js-accordion-content {
  overflow: hidden;
  margin-bottom: 10px;
}

.refine-column .js-accordion-content {
  margin-bottom: 0;
}

/* Slideshows */
.js-slideshow-area,
.js-slideshow-wrapper {
  overflow: hidden;
}

.js-slideshow-wrapper,
.js-slideshow-item {
  position: relative;
}

.js .js-slideshow-item {
  float: left;
}

/* Date Selector */
.pika-single.is-hidden {
  display: none;
}

/*!
 * Pikaday
 * Copyright © 2012 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 247px;
  padding: 20px;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  top: 7px;
  outline: none;
  border: 0;
  padding: 0;
  width: 7px;
  height: 13px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("/SiteElements/img/spritemap.png");
  background-position: -200px -700px;
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("/SiteElements/img/spritemap.png");
  background-position: -200px -800px;
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
}

.pika-table th {
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}

.pika-table th abbr {
  border-bottom: none;
}

.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 15px;
  text-align: middle;
  background: transparent;
}

.is-today .pika-button {
  background: #ffe77c;
}

.is-selected .pika-button {
  background: #ffe77c;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.pika-button:hover {
  background: #d3e8fa !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* $Payments-Module
================================================== */
.payments-module .payments-container {
  background: #fff;
  padding: 20px 0 0;
  overflow: hidden;
}

.payments-module .gamma {
  font-family: aktiv_grotesklight, Arial, sans-serif;
}

.payments-module h3 {
  padding: 0 20px;
  margin: 0;
}

.payments-module .divider {
  height: 1px;
  background: #cbcbcb;
  margin: 10px 20px 0;
}

.payments-module .grid-2 {
  min-height: 230px;
}

.payments-module .grid-2 span {
  margin: 0 20px;
  border-top: 1px solid #cbcbcb;
  overflow: hidden;
  display: block;
  padding: 20px 0;
}

.payments-module .grid-2 .first-row {
  border-top: none;
}

.payments-module .grid-2 h3 {
  padding: 0;
  margin: 0;
}

.payments-module .grid-2 li {
  padding-top: 10px;
}

/* $White-Box-Module
================================================== */
.white-box-module .blank-container {
  background: #fff;
  padding: 15px 20px 20px;
  overflow: hidden;
}

/* Media queries */
/* $768 Media Queries
================================================== */
@media screen and (max-width: 48em) {
  /* Header + Nav */
  .nav-list li,
  .logo,
  .nav {
    width: 33.334%;
  }

  .search-account,
  .mobile-nav {
    width: 66.667%;
  }
  
    #LiveSearchResults {
        display: none!important;
        border: 0 none!important;
    }

  .nav-list .first-row.last-item,
  .tab-list .first-row.last-item {
    border-top: 1px solid #cbcbcb;
  }

  /* Footer */
  .footer .bottom .copyright,
  .footer .bottom .social {
    width: 33.334%;
  }

  /* Area Module */
  .area-module .area-information > li {
    width: 50%;
  }

  .area-module .area-information li:nth-child(odd) div {
    margin-right: 0;
  }

  .area-module .area-information div {
    min-height: 125px;
  }

  .area-module .area-mp span {
    padding: 19px 10px;
  }

  .area-module .area-information h3 {
    min-height: 56px;
  }

  /* Homepage News Module Featured + News Module Featured + Slideshow News Module + News Module */
  .homepage-news-container,
  .homepage-news-module .title-container,
  .featured-events-module .title-container,
  .news-container .news-single,
  .slideshow-news-container,
  .slideshow-news-module .title-container,
  .featured-news-container,
  .featured-news-module .title-container {
    width: 66.667%;
  }

  .homepage-news-container .slideshow-controller,
  .homepage-news-button,
  .slideshow-news-module .slideshow-controller,
  .news-button,
  .slideshow-news-container .slideshow-controller,
  .news-button {
    width: 33.334%;
  }

  .homepage-news-button a,
  .slideshow-news-button a,
  .featured-news-button a {
    width: 195px;
  }

  .news-button a {
    width: 25.334%;
  }

  /* Slideshow Module */
  .slideshow-module .title-container,
  .slideshow-module .slideshow-controller {
    width: 66.667%;
    min-height: 130px;
  }

  .slideshow-module .slideshow-controller {
    width: 33.334%;
  }

  .slideshow-module .slideshow-controller a {
    height: 130px;
  }
  
  .slideshow-module-no-nav .slideshow-controller{ display: none; }

  /* Breadcrumb Module Branding */
  .breadcrumb-module .page-title-container .page-title {
    width: 66.667%;
  }

  .breadcrumb-module .page-title-container .branding-image {
    width: 33.334%;
  }

  /* Intro Module */
  .intro-module .intro-container h3 {
    width: 66.667%;
  }

  /* Rate Module */
  .rate-module .feedback-title {
    width: 66.667%;
  }

  .rate-module .button {
    width: 33.334%;
  }

  /* Directory Module */
  .directory-module .refine-column {
    width: 33.334%;
  }

  .directory-module .directory-container {
    width: 66.667%;
  }

  .directory-module .directory-container .address,
  .directory-module .directory-container .mail-phone {
    width: 100%;
    margin-left: 0;
  }

  .directory-module .directory-container .address p,
  .directory-module .directory-container .mail-phone p {
    margin-left: 20px;
  }

  .directory-module .refine-column h3 {
    cursor: pointer;
  }

  /* Results Module */
  .results-module .refine-column {
    width: 33.334%;
  }

  .results-module .results-container {
    width: 66.667%;
  }

  .results-module .results-container .link-box {
    width: 100%;
  }

  .results-module .results-container .link-box .link-box-container {
    margin-left: 0;
    margin-top: 1px;
  }

  .results-module .results-container .link-box:first-child .link-box-container {
    margin-top: 0;
  }

  .results-module .results-container .link-box .link-box-content {
    min-height: 0;
  }

  .results-module .results-container .link-box .button {
    margin-top: 20px;
  }

  .results-module .search-title .grid-2 {
    width: 33.334%;
  }

  .results-module .search-title .search-form {
    width: 66.667%;
    padding-right: 0;
  }

  /* Tax Module */
  .tax-module .tax-postcode label,
  .tax-module .tax-postcode span {
    width: 100%;
  }

  .tax-module .tax-postcode label {
    padding-top: 0;
  }

  .tax-module .tax-postcode span .copy {
    margin-left: 20px;
    width: 94.5%;
  }

  .tax-module .tax-postcode .action {
    float: right;
    width: 97.5%;
    margin-top: 10px;
  }

  .tax-module .tax-information .grid-2,
  .tax-module .tax-information .grid-5,
  .tax-module .tax-information .grid-1 {
    width: 100%;
  }

  .tax-module .tax-information .grid-5 > div {
    margin-left: 0;
  }

  .tax-module .tax-information .grid-2,
  .tax-module .tax-information .grid-5,
  .tax-module .tax-information .grid-1 {
    margin-top: 1px;
  }

  .tax-module .tax-information .grid-2 {
    margin-top: 0;
  }

  .tax-module .tax-information .tax-total a {
    margin: 10px 0;
    display: inline;
    clear: left;
  }

  .tax-module .tax-information .tax-pay {
    min-height: 0;
  }

  .tax-module .tax-information .tax-pay .button {
    position: relative;
    bottom: inherit;
    margin: 20px 0 20px 20px;
    float: inherit;
  }

  /* Invoice Module */
  .invoice-module .invoice-number .grid-6 {
    width: 66.667%;
  }

  .invoice-module .invoice-number .grid-2 {
    width: 33.334%;
  }

  /* Form Module */
  .form-module .form-container .calendar {
    width: 66.667%;
    float: right;
  }

  /* Request Module */
  .request-form-container li {
    width: 50%;
  }

  /* Steps Module */
  .steps-module a {
    padding: 21px 0 21px 45px;
  }

  .steps-module li:first-child a {
    padding-left: 10px;
  }

  /* Login Register Module */
  .login-register-module > div {
    width: 100%;
  }

  .login-register-module .login-module .title,
  .login-register-module .login-module .login-form {
    margin-right: 0;
  }

  .login-register-module .login-module .login-form {
    margin-bottom: 10px;
  }

  .login-register-module .login-module .label,
  .login-register-module .register-module .label {
    width: 33.334%;
  }

  .login-register-module .login-module span,
  .login-register-module .register-module span {
    width: 66.667%;
    margin-top: 10px;
  }

  .login-register-module .login-module .action-container,
  .login-register-module .register-module .action-container {
    width: 33.334%;
    margin-top: 0;
  }

  .login-register-module .login-module .form,
  .login-register-module .register-module .form {
    padding-top: 10px;
  }

  /* Expandable Article Listing Module */
  .news-single {
    margin-left: 0;
    margin-right: 0;
  }

  .news-single h3,
  .news-single p,
  .news-single span {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Bin Module */
  .bin-module .grid-2 {
    width: 33.334%;
  }

  .bin-module .grid-5 {
    width: 66.667%;
  }

  .bin-module .grid-1 {
    width: 16.667%;
    float: right;
    margin-top: 20px;
  }

  /* Roadworks Module */
  .roadworks-module .roadworks-container .actions .grid-6 {
    width: 66.667%;
  }

  .roadworks-module .roadworks-container .roadworks-button {
    width: 33.334%;
  }

  /* Video Module */
  .video-module .video-caption p {
    width: 90%;
  }

  .related-video-module .related-video-container li {
    width: 49.9%;
  }

  .related-video-module .related-video-container li > div {
    margin-bottom: 1px;
  }

  /* Personnel Module */
  .personnel-module .personnel-container .address,
  .personnel-module .personnel-container .mail-phone {
    width: 40%;
  }

  .personnel-module .personnel-container .mail-phone {
    padding: 10px 0 0 145px;
  }

  .personnel-module .personnel-container .personnel-button {
    width: 100%;
  }

  .personnel-module .personnel-container .personnel-button a {
    width: 90%;
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }

  .personnel-module .personnel-container .mail-phone a {
    word-wrap: normal;
  }

  /* Register Login Module */
  .register-login-module .grid-4,
  .register-login-module .grid-2 {
    width: 33.334%;
  }

  /* Local Informations Module */
  .local-informations-module .grid-2,
  .local-informations-module .grid-4 {
    width: 33.334%;
  }

  /* Form module */
  .form-module .form-container .grid-2 {
    width: 33.334%;
  }

  .form-module .form-container .grid-4 {
    width: 66.667%;
  }

  .form-module .form-container .long-select .grid-6 {
    width: 100%;
  }

  .form-module .form-container .error .error-box {
    width: 100%;
  }

  .form-module .form-container .error .help {
    padding: 22px 20px 22px 75px;
    margin: 15px 0;
  }

  .form-module .form-container .select-field .custom-select-container {
    width: 100%;
  }

  .form-module .form-container .copy {
    width: 96%;
  }

  .form-module .form-container textarea {
    max-width: 92%;
  }

  /* Upload module */
  .upload-module .upload-container .grid-2 {
    width: 33.334%;
  }

  .upload-module .upload-container .grid-4 {
    width: 66.667%;
  }

  .upload-module .upload-container .upload-document {
    width: 98%;
  }

  .upload-module .progress-bar {
    width: 60%;
  }

  /* Steps Buttons */
  .steps-buttons {
    width: 50%;
  }

  /* Contact Module */
  .contact-module .intro-container .address,
  .contact-module .intro-container .mail-phone {
    width: 50%;
  }

  .contact-module.panel-module .intro-container {
    padding-bottom: 95px;
  }

  .contact-module.panel-module .contact-button a {
    width: 92%;
    bottom: 30px;
  }

  /* Payments Module */
  .payments-module .grid-2 {
    width: 50%;
  }

  .payments-module .grid-2 .first-row {
    border-top: 1px solid #cbcbcb;
  }

  .payments-module .grid-2:nth-child(-n+2) span {
    border-top: none;
    }

    /*Rate This Page Module*/
  .sys_theme-simple .sys_comments-control .sys_add-your-comment .sys_comments-rating-and-button input.sys_button {
    margin: 20px 20% 0 0!important;
  }
}

/* $690 Media Queries
================================================== */
@media screen and (max-width: 43.125em) {
  /* Header + Nav */
  /* .mobile-nav a {
    display: block;
  } */


  .nav-title:hover {
    padding: 17px 70px 17px 20px;
    display: block;
    background: #d3e8fa;
  }

  .active .nav-title {
    background: #fff;
  }

  .mobile-nav .nav-title {
    display: block;
  }

  .nav-list li,
  .logo,
  .nav,
  .search-account,
  .mobile-nav,
  .register,
  .login,
  .directory,
  .report,
  .pay {
    width: 100%;
  }

  .nav-title,
  .mobile-nav a {
    margin-top: 0;
  }

  .search-form,
  .mobile-nav,
  .nav {
    margin-bottom: 1px;
  }

  .mobile-nav .mobile-nav-container,
  .nav .nav-list {
    display: block;
    background: #fff;
    overflow: hidden;
  }

  .mobile-nav.enhance .mobile-nav-container,
  .nav.enhance .nav-list {
    display: none;
  }

    /*
    .mobile-nav a:hover ~ .mobile-nav-container,
    .mobile-nav a:focus ~ .mobile-nav-container,
    .mobile-nav a:active ~ .mobile-nav-container,
    .mobile-nav-container:hover,
    .mobile-nav-container:focus,
    .mobile-nav-container:active, {
      display: none;
      position: relative;
    }

  .nav-title:hover ~ .nav-list,
  .nav-title:focus ~ .nav-list,
  .nav-title:active ~ .nav-list,
  .nav-list:hover,
  .nav-list:active,
  .nav-list:focus {
    display: none;
  }
  */
  .mobile-nav div span {
    margin: 0 20px;
    display: block;
    border-top: 1px solid #cbcbcb;
    padding: 16px 0;
  }

  .mobile-nav .register span {
    border-top: none;
  }

  .mobile-nav div span a {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #125cd8;
    display: inline-block;
  }

  .nav-title:focus,
  .nav-title:active,
  .mobile-nav > a:focus,
  .mobile-nav > a:active {
    padding: 17px 70px 17px 20px;
    background: #D3E8FA;
  }

  .js-accordion-item.active a.js-accordion-control {
    background: #fff;
  }

  .footer .js-accordion-content,
  .mobile-nav-container.js-accordion-content {
    display: none;
  }

  .nav-list {
    position: relative;
  }

  .nav-list .first-row {
    border-top: 1px solid #cbcbcb;
  }

  .nav-list li:first-child .first-row {
    border-top: none;
  }

  .nav-list li {
    min-height: inherit;
  }

  .nav-list li span {
    padding: 17px 0;
  }

  .search-account .search-form form {
    margin: 0;
  }

  .search-list {
    position: relative;
    margin-top: 1px;
  }

  .search-list ul {
    margin-left: 0;
  }

  .search-form .action {
    margin-right: 10px;
  }
  
    #LiveSearchResults {
        display: none!important;
        border: 0 none!important;
    }

  /* Footer */
  .footer .back-top,
  .footer .mobile-footer > a {
    display: block;
  }

  .footer .footer-links li {
    width: 100%;
  }

  .footer .nav-title {
    display: block;
    margin-bottom: 0;
  }

  .footer .bottom div,
  .footer .bottom ul {
    width: 100%;
  }

  .footer .bottom .copyright {
    padding: 20px 0;
  }

  .footer .bottom .gov {
    float: left;
    margin: 10px 20px 20px;
  }

  .footer .footer-links li {
    background: #fff;
  }

  .footer .footer-links span {
    margin: 0 20px;
    display: block;
    border-top: 1px solid #cbcbcb;
    padding: 16px 0;
  }

  .footer .footer-links li:first-child span {
    border-top: none;
  }

  .footer .footer-links span a {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #125cd8;
    display: inline-block;
    font-family: aktiv_grotesklight, Arial, sans-serif;
    font-size: 20px;
  }

  .mobile-footer a:hover,
  .mobile-footer a:focus,
  .mobile-footer a:active {
    margin-bottom: 0;
    background: #D3E8FA;
    padding-bottom: 18px;
  }

  .mobile-footer .footer-links {
    display: block;
  }

  .mobile-footer.enhance .footer-links {
    display: none;
  }

  .mobile-footer.active a.js-accordion-control,
  .mobile-footer.active .nav-title {
    background-color: #fff;
  }

  .footer .bottom .copyright,
  .footer .bottom .social,
  .footer .bottom .gov {
    width: 100%;
  }

  .footer .bottom .copyright {
    padding-bottom: 0;
  }

  /* Tab-module */
  .tab-title {
    background: transparent;
  }

  .tab-title > li,
  .map-module .tab-title > li {
    height: 100%;
    width: 100%;
    min-height: 0;
  }

  .tabs-map {
    position: relative;
    top: 0;
    margin-bottom: 0;
  }

  .tab-list {
    padding: 0;
    position: relative;
  }

  .tab-list li {
    width: 100%;
    min-height: 0;
  }

  .tab-list span {
    padding: 17px 0;
  }

  .tab-list .first-row {
    border-top: 1px solid #cbcbcb;
  }

  .tab-list li:first-child span {
    border-top: none;
  }

  .icon-arrow-down {
    margin-top: 2%;
  }

  /* Links Module */
  .links-module .link-box {
    width: 100%;
  }

  .links-module .link-box .link-box-container {
    margin-left: 0;
    margin-bottom: 1px;
  }

  .link-box-content {
    min-height: 109px;
  }

  /* Steps Module */
  .steps-module li {
    display: none;
    width: 100%;
    font-size: 20px;
    font-family: aktiv_grotesklight, Arial, sans-serif;
    padding: 17px 20px;
  }

  .steps-module .active {
    display: block;
  }

  .steps-module a,
  .steps-module li:first-child a {
    padding: 0;
  }

  .steps-module .active span {
    display: none;
  }

  .dd-wrap .selected {
    width: 40%;
    }
  
      /* responsive slideshow-item <690px .dm */
	.image-wrap-responsive img{ display: block; }
  	.image-wrap-responsive img:first-child{ display: none; }
}

/* $480 Media Queries
================================================== */
@media screen and (max-width: 30em) {
    /* Actions & Directory menu - dm */
    .search a,
    .account p,
    .directory a,
    .mobile-nav-container a {
        padding: 17px 10px;
    }
  /* Fonts */
  .homepage-title h1,
  .homepage-title a,
  .page-title h1,
  .directory-content-title h3 {
    font-size: 40px;
  }
  
    #LiveSearchResults {
        display: none!important;
        border: 0 none!important;
    }
      


  h2.title {
    font-size: 22px;
  }

  /* Titles */
  .homepage-title h1 {
    padding: 10px 20px 20px;
  }

  .homepage-title span .icon-expand {
    padding: 4px 10px;
    background-position: -90px -995px;
    width: 38px;
    height: 38px;
  }

  /* Alert Module */
  .alert-module {
    padding-bottom: 20px;
  }

  /* Area Postcode */
  .area-postcode form span,
  .area-postcode-block form span {
    width: 100%;
  }

  .area-postcode .copy,
  .area-postcode-block .copy,
  .area-postcode .copy.house,
  .area-postcode-block .copy.house {
    width: 87.5%;
    margin: 20px 20px 0;
  }

  .area-postcode .action,
  .area-postcode-block .action {
    margin: 20px 0 20px 20px;
    width: 96%;
  }

  .area-module .area-information > li {
    width: 100%;
  }

  .area-module .area-information div {
    margin-right: 0;
  }

  /* Homepage News Module Featured + News Module Featured + Slideshow News Module + News Module */
  .homepage-news-container,
  .news-container,
  .slideshow-news-container,
  .featured-news-container {
    width: 100%;
    margin: 1px 0 0;
  }

  .news-container .news-single {
    width: 100%;
    margin: 0;
  }

  .news-container .news-single h3,
  .news-container .news-single p,
  .news-container .news-single span {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-container .news-single .news-date ~ p,
  .news-container .news-single .event-date ~ p {
    display: none;
  }

  .homepage-news-module .title-container,
  .featured-events-module .title-container,
  .homepage-news-container .slideshow-controller,
  .homepage-news-button,
  .slideshow-news-module .title-container,
  .news-module .title-container,
  .news-container .slideshow-controller,
  .slideshow-news-module .slideshow-controller,
  .news-button {
    width: 100%;
  }

  .homepage-news-container .slideshow-controller,
  .news-container .slideshow-controller,
  .slideshow-news-module .slideshow-controller {
    position: relative;
    margin-bottom: 15px;
  }

  .slideshow-news-module .slideshow-controller {
    margin-bottom: 0;
  }

  .homepage-news-single h1,
  .featured-events-single h1 {
    line-height: 1em;
  }

  .homepage-news-single h2,
  .featured-events-single h2 {
    margin-top: 0;
  }

  .news-single span {
    padding-bottom: 5px;
  }

  .homepage-news-button a,
  .news-button a {
    width: 88%;
  }

  .news-button a,
  .homepage-news-button a {
    position: relative;
    margin-top: 15px;
  }

  .slideshow-news-module .news-single {
    padding-bottom: 15px;
  }

  /* Slideshow Module */
  .slideshow-module .title-container,
  .slideshow-module .slideshow-controller {
    width: 100%;
    min-height: 0;
  }

  .slideshow-module .slideshow-controller,
  .slideshow-news-module .slideshow-controller {
    top: 0;
    position: relative;
    margin-top: 1px;
  }

  .slideshow-module .slideshow-controller > div {
    width: 50%;
  }

  .slideshow-module .slideshow-controller a {
    height: 75px;
  }

  /* Breadcrumb Module Branding */
  .breadcrumb-module .page-title-container .page-title,
  .breadcrumb-module .page-title-container .branding-image {
    width: 100%;
  }

  .breadcrumb-module .page-title-container .branding-image-container {
    border-top: 1px solid #cbcbcb;
    border-left: none;
    min-height: 74px;
  }

  /* Intro Module */
  .intro-module .intro-container h3 {
    width: 100%;
  }

  /* Rate Module */
  .rate-module .feedback-title,
  .rate-module .button {
    width: 100%;
  }

  /*.rate-module .feedback-module {
    padding: 0 0 20px;
  }*/

  /* Directory Module */
  .directory-module .refine-column,
  .directory-module .directory-container {
    width: 100%;
  }

    /*
    .directory-module .refine-column ul {
      display: none;
    }

    .directory-module .refine-column h3:hover + ul,
    .directory-module .refine-column h3:focus + ul,
    .directory-module .refine-column h3:active + ul,
    .directory-module .refine-column ul:hover,
    .directory-module .refine-column ul:focus,
    .directory-module .refine-column ul:active,*/
  .refine-column h3 .icon-expand {
    display: block;
  }

  /* Results Module */
  .results-module .refine-column,
  .results-module .results-container {
    width: 100%;
  }

  .results-module .mobile-refine {
    display: block;
    overflow: hidden;
  }

    /*
    .results-module .refine-column {
      display: none;
    }

    .results-module .mobile-refine:hover + .refine-column,
    .results-module .mobile-refine:focus + .refine-column,
    .results-module .mobile-refine:active + .refine-column,
    .results-module .refine-column:hover,
    .results-module .refine-column:focus,
    .results-module .refine-column:active {
      display: block;
    }
  */
  .results-module .search-title .grid-2,
  .results-module .search-title .search-form {
    width: 100%;
  }

  .results-module .search-title .search-form {
    padding: 0;
    border-top: 1px solid #cbcbcb;
  }

  .results-module .search-title .search-form form {
    margin: 0;
  }

  /* Tax Module */
  .tax-module .tax-postcode span .copy {
    width: 87.5%;
  }

  .tax-module .tax-postcode .action {
    width: 93.5%;
  }

  /* Invoice Module */
  .invoice-module .invoice-number .grid-6,
  .invoice-module .invoice-number .grid-2 {
    width: 100%;
  }

  .invoice-module .invoice-number .copy {
    width: 88%;
  }

  .invoice-number .copy {
    margin-bottom: 0;
  }

  /* Twitter Module */
  .twitter-module .twitter-container {
    width: 100%;
  }

  .twitter-module .twitter-container {
    border-top: 1px solid #cbcbcb;
  }

  .twitter-module .twitter-container:first-child {
    border-top: none;
  }

  /* Form Module */
  .form-module .form-container .date .no-js-solution {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .form-module .form-container .date .calendar {
    float: left;
    width: 100%;
  }

  /* Request Module */
  .request-form-container {
    padding: 0;
  }

  .request-form-container li {
    width: 100%;
    border-top: 1px solid #cbcbcb;
    padding: 10px 0 20px;
  }

  .request-form-container li:first-child {
    border-top: none;
  }

  /* Login Register Module */
  .login-register-module .login-module .label,
  .login-register-module .register-module .label,
  .login-register-module .login-module span,
  .login-register-module .register-module span,
  .login-register-module .login-module .action-container,
  .login-register-module .register-module .action-container {
    width: 100%;
  }

  .login-register-module .login-module a,
  .login-register-module .register-module a {
    margin-bottom: 0;
  }

  .login-register-module .login-module span,
  .login-register-module .register-module span,
  .login-register-module .login-module .form,
  .login-register-module .register-module .form {
    padding-top: 0;
    margin-top: 0;
  }

  .login-register-module .login-form .copy,
  .login-register-module .register-form .copy {
    width: 87.5%;
  }

  /* Expandable Article Listing Module */
  .panel-module .news-container {
    margin-top: 0;
  }

  .panel-module .news-container .news-button a {
    bottom: 5px;
  }

  /* News Module Featured */
  .news-module .news-container .news-button a {
    bottom: 5px;
  }

  /* Bin Module */
  .bin-module .grid-2,
  .bin-module .grid-5,
  .bin-module .grid-1,
  .bin-module .grid-7 {
    width: 100%;
  }

  .bin-module .bin-postcode form {
    padding-top: 0;
  }

  .bin-module .bin-postcode .label {
    padding: 12px 20px;
    text-indent: 0;
  }

  .bin-module .bin-postcode .copy,
  .bin-module .bin-postcode .custom-select-container {
    width: 87.5%;
    margin-left: 20px;
  }

  .bin-module .bin-postcode .copy {
    margin-bottom: 0;
  }

  .bin-module .bin-postcode .action {
    width: 93.5%;
  }

  .bin-module .bin-information .bin-what,
  .bin-module .bin-information .bin-when {
    margin-top: 0;
  }

  .bin-module .bin-information .bin-what h3,
  .bin-module .bin-information .bin-when p {
    padding: 15px 20px;
  }

  .bin-module .bin-information .bin-when,
  .bin-module .bin-information a {
    margin-left: 20px;
  }

  .bin-module .bin-information span {
    clear: left;
    float: left;
    margin-left: 20px;
  }

  .bin-module .bin-information .icon-asterisk {
    float: right;
    margin-left: 0;
  }

  /* Roadworks Module */
  .roadworks-module .roadworks-container .actions .grid-6,
  .roadworks-module .roadworks-container .roadworks-button {
    width: 100%;
  }

  .roadworks-module .roadworks-container .actions .grid-6 a {
    margin-bottom: 0;
  }

  .roadworks-module .roadworks-container .roadworks-button a {
    margin-bottom: 20px;
  }

  .roadworks-module .error-message {
    margin-bottom: 0;
  }

  /* Video Module */
  .video-module .video-caption {
    display: none;
  }

  .related-video-module .title {
    background: #d3e8fa;
    cursor: pointer;
    padding: 14px 70px 14px 20px;
    position: relative;
  }

  .related-video-module .title .icon-open-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -27px;
  }

    /*
    .related-video-module .related-video-container {
      display: none;
    }

    .related-video-module .title:hover ~ .related-video-container,
    .related-video-module .title:active ~ .related-video-container,
    .related-video-module .title:focus ~ .related-video-container,
    .related-video-module .related-video-container:hover,
    .related-video-module .related-video-container:active,
    .related-video-module .related-video-container:focus {
      display: block;
    }
  */
  .related-video-module .related-video-container li {
    width: 100%;
  }

  .related-video-module .related-video-container li > div {
    margin-left: 0;
    margin-top: 1px;
  }

  .related-video-module .related-video-container li:first-child > div {
    margin-top: 0;
  }

  /* Personnel Module */
  .personnel-module .personnel-container img {
    display: none;
  }

  .personnel-module .personnel-container .mail-phone {
    padding-left: 0;
  }

  .personnel-module .personnel-container .grid-6 {
    padding: 0 20px;
  }

  .personnel-module .personnel-container .grid-6,
  .personnel-module .personnel-container .grid-6 > h3,
  .personnel-module .personnel-container .grid-6 > p,
  .personnel-module .personnel-container .grid-6 > div {
    width: 100%;
  }

  .personnel-module .personnel-container .personnel-button a {
    width: 88%;
  }

  /* Keywords Module */
  .keywords-module .grid-4 {
    width: 100%;
  }

  .keywords-module .keyword-container {
    margin-left: 0;
    margin-top: 1px;
    padding-top: 0;
    min-height: 0;
    padding-bottom: 0;
  }

  .keywords-module .keyword-container h3 {
    background: #d3e8fa;
    padding: 20px 70px 20px 20px;
    cursor: pointer;
    position: relative;
  }

  .keyword-container .button {
    display: block;
  }

  .keywords-module div .grid-4:first-child .keyword-container {
    margin-top: 0;
  }

  .keywords-module .keyword-container li:first-child span {
    border-top: none;
    padding-top: 5px;
  }

  .keywords-module .keyword-container ul {
    overflow: hidden;
    padding-bottom: 20px;
    /* display: none; */ }

    /*
    .keywords-module .keyword-container h3:hover ~ ul,
    .keywords-module .keyword-container h3:focus ~ ul,
    .keywords-module .keyword-container h3:active ~ ul,
    .keywords-module .keyword-container ul:hover,
    .keywords-module .keyword-container ul:focus,
    .keywords-module .keyword-container ul:active {
      display: block;
    }
  */
  /* Register Login Module */
  .register-login-module .grid-4,
  .register-login-module .grid-2 {
    width: 100%;
  }

  .register-login-module .grid-2 a {
    margin: 1px 0 0 1px;
  }

  /* Local Informations Module */
  .local-informations-module .grid-2,
  .local-informations-module .grid-4 {
    width: 100%;
    margin-bottom: 10px;
  }

  .local-informations-module .grid-4 {
    margin-bottom: 0;
  }

  .local-informations-module .grid-2 > h2,
  .local-informations-module .grid-4 > h2,
  .local-informations-module .grid-2 > div,
  .local-informations-module .grid-4 > div {
    margin-right: 0;
  }

  /* Form module */
  .form-module .form-container .grid-2,
  .form-module .form-container .grid-4 {
    width: 100%;
  }

  .form-module .form-container .error .help {
    margin-bottom: 0;
  }

  .form-module .form-container .copy {
    width: 92%;
  }

  .form-module .form-container .label {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .form-module .form-container textarea {
    max-width: 85%;
  }

  .form-module .form-container .input-field .faux-radio {
    margin-top: 0;
  }

  .form-module .form-container .input-field .grid-4 span {
    padding-top: 8px;
  }

  /* Upload module */
  .upload-module .upload-container .grid-2,
  .upload-module .upload-container .grid-4 {
    width: 100%;
  }

  .upload-module .upload-container .grid-2 {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .upload-module .upload-container .upload-select,
  .upload-module .upload-container .upload-document {
    margin-left: 0;
  }

  .upload-module .upload-container .upload-document {
    width: 99%;
  }

  /* Steps Buttons */
  .steps-buttons {
    width: 100%;
  }

  /* Contact Module */
  .contact-module.intro-module .intro-container h3,
  .contact-module.intro-module .intro-container .address,
  .contact-module.intro-module .intro-container .mail-phone,
  .contact-module.panel-module .intro-container h3,
  .contact-module.panel-module .intro-container .address,
  .contact-module.panel-module .intro-container .mail-phone {
    width: 100%;
  }

  .contact-module.panel-module .contact-button a {
    width: 81%;
  }

  /* Table */
  .panel-module table,
  .panel-module table th,
  .panel-module table td {
    display: block;
    line-height: 22px;
    font-size: 15px;
  }

  .panel-module table thead {
    float: left;
  }

  .panel-module tbody {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    line-height: 0;
    font-size: 0;
  }

  .panel-module table tbody tr {
    display: inline-block;
  }

  /* Bulleted Listing Module */
  .bulleted-list li {
    max-width: 100%;
  }

  /* Payments Module */
  .payments-module .grid-2 {
    width: 100%;
  }

  .payments-module .grid-2:nth-child(-n+2) span {
    border-top: 1px solid #cbcbcb;
  }

  .payments-module .grid-2:first-child span {
    border-top: none;
  }

  .payments-module .grid-2 {
    min-height: 0px;
  }

  .tab-title > a {
    margin-left: 0;
    }
}

/* $Retina Media Queries
================================================== */
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-search,
  .icon-expand,
  .icon-facebook,
  .icon-twitter,
  .icon-flickr,
  .icon-arrow-down,
  .icon-prev span,
  .icon-next span,
  .icon-fullscreen,
  .panel .button,
  .download-panel-open .button,
  .download-panel-close .button,
  .filter-open .button,
  .filter-close .button,
  .icon-download,
  .icon-error,
  .icon-asterisk,
  .icon-help,
  .icon-arrow-right,
  .icon-document,
  .icon-delete,
  .form-module .form-container .calendar a,
  .pika-prev,
  .is-rtl .pika-next,
  .pika-next,
  .is-rtl .pika-prev,
  .dd-btn,
  .faux-radio,
  .faux-checkbox,
  .icon-play,
  .icon-list {
    background-image: url("/SiteElements/img/spritemap@2x.png");
    -webkit-background-size: 500px 1100px;
    background-size: 500px 1100px;
  }

  .icon-logo {
    background-image: url("/SiteElements/img/logo@2x.png");
    -webkit-background-size: 201px 59px;
    background-size: 201px 59px;
  }

  .icon-calendar {
    background-image: url("/SiteElements/img/icon-calendar@2x.png");
    -webkit-background-size: 29px 29px;
    background-size: 29px 29px;
    }
}
/* $Print Media Queries
================================================== */
@media print {
  /* Print reset */
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .header > div,
  .header > a,
  .footer {
    display: none;
  }

  .header .logo-print {
    display: block !important;
  }

  a {
    border-bottom: none !important;
    word-wrap: break-word;
    }
}

/* Helper classes */
/* $Helper
================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

.accessibility {
  position: absolute;
  left: -99999px;
}

.hide {
  display: none;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faux-radio,
.faux-checkbox, .js-tab-control, .js-accordion-control {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Effects
================================================== */
.opaque {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.transition {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* Arrows
================================================== */
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue;
}

/* styles added by julia to fix error messages */
.field-container,  .label{ float: none; }
.field-container + .error-message{ margin-top: 20px; margin-bottom: -5px; }


.checkbox-container label {
     background-repeat: no-repeat;
  margin-bottom: 20px;
  padding-bottom: 7px!important;
  padding-left: 66px!important;
  cursor: pointer;
    margin-left: 20px;
    font-family: aktiv_grotesklight, Arial, sans-serif;
}

.checkbox-container input[type=radio] + label {
  line-height:40px;
}

.checkbox-container input[type=radio]:not(:checked) + label {
  background-image: url("/SiteElements/img/radio-off.png");
}

.checkbox-container input[type=checkbox]:not(:checked) + label {
  background-image: url("/SiteElements/img/checkbox-off.png");
}

.checkbox-container input[type=checkbox] + label {
  background-image: url("/SiteElements/img/checkbox-off.png");
}

.checkbox-container input[type=radio] + label {
  background-image: url("/SiteElements/img/radio-off.png");
}

.checkbox-container input[type=checkbox],
.checkbox-container input[type=radio] {
 position: absolute;
  left: 0;
  opacity: 0.01;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.checkbox-container input[type=radio]:checked + label {
  background-image: url("/SiteElements/img/radio-on.png");
}

.checkbox-container input[type=checkbox]:checked + label {
  background-image: url("/SiteElements/img/checkbox-on.png");
}
