@import url(generic/base.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
/** Setup and Helpers **/
/** Setup file, colours and variables **/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

html {
    font-size: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    margin: 0;
    overflow-x: hidden;
}

a:focus, input:focus, .gsc-input:focus, a:focus h3, a:focus img, .accordion-btn:focus {
    outline: #99c0e0 3px solid !important;
	/*background-color: #FFFF00;
	color: #000000 !important;*/
}

/*a:focus h3, p a:focus, ul a:focus, img a:focus, .logo a:focus {
	outline: #99c0e0 3px solid;
	color: #000000 !important;
	Padding: 10px !important;
}*/

/*input:focus, .gsc-input:focus {
    outline: #99c0e0 3px solid !important;
    color: #000 !important;
}*/

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

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

b, strong, .strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

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

p, pre {
    margin: 1em 0;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-family: 'courier new',monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl, menu, ol, ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset:not(.no-border) {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

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

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

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

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

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

input {
    font-family: "open sans", sans-serif;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#columnPrimary a, #columnSecondary a {
	font-weight: 300;
}


#columnPrimary ul li a:hover, #columnSecondary ul li a:hover {
    color: #000!important;
    text-decoration: none !important;
}

#columnPrimary ul li a:active, #columnSecondary ul li a:active {
    text-decoration: none;
}
.boxed a {
    text-decoration: underline !important;
    color: #fff!important;
}

/** Base **/
/* The max-width of your containers */
/* The number of columns you want, consider carefully. Maximum of 24 */
/* The width of the space between columns. This number is the width, in pixels, of the gutters when the container is at it's max-width. */
/** Calculations used for converting grid metrics into unit-suffixed widths, don't change these unless you want something weird like an em-based container width **/
/** Sassy maths to calculate the column widths, don't change this **/

.show-grid:nth-child(2n + 1) div {
    background: #fac8f0;
}

.show-grid:nth-child(3n + 1) div {
    background: #c8faf0;
}

.show-grid div {
    height: 200px;
    background: #b4c8f0;
}

.container, .site-header {
    width: 100%;
    max-width: 1100px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    display: block;
    margin-bottom: 1.2em;
    clear: both;
    overflow: hidden;
}

.grid-master {
    position: absolute;
    z-index: 999;
    text-align: center;
    overflow: auto;
    width: 100%;
}

.grid-overlay {
    height: 2000px;
}

.grid-overlay div {
    height: 2000px;
    background: rgba(255, 0, 0, 0.1) !important;
}

.column, .site-header .item-list, .site-header .form__search, .sidebar__primary, #content, .sidebar__secondary {
    margin-right: 1.81818%;
    display: block;
    float: left;
}

.column:last-child, .site-header .item-list:last-child, .site-header .form__search:last-child, .sidebar__primary:last-child, #content:last-child, .sidebar__secondary:last-child {
    margin-right: 0;
}

.pull-right, .site-header .form__search {
    float: right;
    margin-left: 0;
}

.pull-right:last-child, .site-header .form__search:last-child {
    margin-right: 1.81818%;
}

.span-1 {
    width: 6.51515%;
}

.span-2, .sidebar__secondary {
    width: 14.84848%;
}

.span-2 .one-eigth, .sidebar__secondary .one-eigth {
    width: 1.5873%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .one-eigth:last-child, .sidebar__secondary .one-eigth:last-child {
      margin-right: 0;
}

.span-2 .one-seventh, .sidebar__secondary .one-seventh {
    width: 3.59572%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .one-seventh:last-child, .sidebar__secondary .one-seventh:last-child {
      margin-right: 0;
}

.span-2 .one-sixth, .sidebar__secondary .one-sixth {
    width: 6.27362%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .one-sixth:last-child, .sidebar__secondary .one-sixth:last-child {
      margin-right: 0;
}

.span-2 .one-fith, .sidebar__secondary .one-fith {
    width: 10.02268%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .one-fith:last-child, .sidebar__secondary .one-fith:last-child {
      margin-right: 0;
}

.span-2 .three-eigths, .sidebar__secondary .three-eigths {
    width: 29.70522%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .three-eigths:last-child, .sidebar__secondary .three-eigths:last-child {
      margin-right: 0;
}

.span-2 .one-quarter, .sidebar__secondary .one-quarter {
    width: 15.64626%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .one-quarter:last-child, .sidebar__secondary .one-quarter:last-child {
      margin-right: 0;
}

.span-2 .two-sevenths, .sidebar__secondary .two-sevenths {
    width: 19.6631%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .two-sevenths:last-child, .sidebar__secondary .two-sevenths:last-child {
      margin-right: 0;
}

.span-2 .two-fiths, .sidebar__secondary .two-fiths {
    width: 32.51701%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .two-fiths:last-child, .sidebar__secondary .two-fiths:last-child {
      margin-right: 0;
}

.span-2 .one-third, .sidebar__secondary .one-third {
    width: 25.0189%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .one-third:last-child, .sidebar__secondary .one-third:last-child {
      margin-right: 0;
}

.span-2 .three-sevenths, .sidebar__secondary .three-sevenths {
    width: 35.73048%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .three-sevenths:last-child, .sidebar__secondary .three-sevenths:last-child {
      margin-right: 0;
}

.span-2 .half, .sidebar__secondary .half {
    width: 43.76417%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .half:last-child, .sidebar__secondary .half:last-child {
      margin-right: 0;
}

.span-2 .five-eigths, .sidebar__secondary .five-eigths {
    width: 57.82313%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .five-eigths:last-child, .sidebar__secondary .five-eigths:last-child {
      margin-right: 0;
}

.span-2 .four-sevenths, .sidebar__secondary .four-sevenths {
    width: 51.79786%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .four-sevenths:last-child, .sidebar__secondary .four-sevenths:last-child {
      margin-right: 0;
}

.span-2 .three-fiths, .sidebar__secondary .three-fiths {
    width: 55.01134%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .three-fiths:last-child, .sidebar__secondary .three-fiths:last-child {
      margin-right: 0;
}

.span-2 .two-thirds, .sidebar__secondary .two-thirds {
    width: 62.50945%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .two-thirds:last-child, .sidebar__secondary .two-thirds:last-child {
      margin-right: 0;
}

.span-2 .three-quarters, .sidebar__secondary .three-quarters {
    width: 71.88209%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .three-quarters:last-child, .sidebar__secondary .three-quarters:last-child {
      margin-right: 0;
}

.span-2 .five-sevenths, .sidebar__secondary .five-sevenths {
    width: 67.86524%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .five-sevenths:last-child, .sidebar__secondary .five-sevenths:last-child {
      margin-right: 0;
}

.span-2 .four-fiths, .sidebar__secondary .four-fiths {
    width: 77.50567%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .four-fiths:last-child, .sidebar__secondary .four-fiths:last-child {
      margin-right: 0;
}

.span-2 .five-sixths, .sidebar__secondary .five-sixths {
    width: 81.25472%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .five-sixths:last-child, .sidebar__secondary .five-sixths:last-child {
      margin-right: 0;
}

.span-2 .six-sevenths, .sidebar__secondary .six-sevenths {
    width: 83.93262%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .six-sevenths:last-child, .sidebar__secondary .six-sevenths:last-child {
      margin-right: 0;
}

.span-2 .seven-eigths, .sidebar__secondary .seven-eigths {
    width: 85.94104%;
    margin-right: 12.47166%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-2 .seven-eigths:last-child, .sidebar__secondary .seven-eigths:last-child {
      margin-right: 0;
}

.span-3, .site-header .form__search, .sidebar__primary {
    width: 23.18182%;
}

.span-3 .one-eigth, .site-header .form__search .one-eigth, .sidebar__primary .one-eigth {
    width: 5.51017%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-3 .one-eigth:last-child, .site-header .form__search .one-eigth:last-child, .sidebar__primary .one-eigth:last-child {
      margin-right: 0;
}

.span-3 .one-seventh, .site-header .form__search .one-seventh, .sidebar__primary .one-seventh {
    width: 7.43853%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-3 .one-seventh:last-child, .site-header .form__search .one-seventh:last-child, .sidebar__primary .one-seventh:last-child {
      margin-right: 0;
}

.span-3 .one-sixth, .site-header .form__search .one-sixth, .sidebar__primary .one-sixth {
    width: 10.00968%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-3 .one-sixth:last-child, .site-header .form__search .one-sixth:last-child, .sidebar__primary .one-sixth:last-child {
      margin-right: 0;
}

.span-3 .one-fith, .site-header .form__search .one-fith, .sidebar__primary .one-fith {
    width: 13.6093%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-3 .one-fith:last-child, .site-header .form__search .one-fith:last-child, .sidebar__primary .one-fith:last-child {
      margin-right: 0;
}

.span-3 .three-eigths, .site-header .form__search .three-eigths, .sidebar__primary .three-eigths {
    width: 32.50726%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-3 .three-eigths:last-child, .site-header .form__search .three-eigths:last-child, .sidebar__primary .three-eigths:last-child {
      margin-right: 0;
}

.span-3 .one-quarter, .site-header .form__search .one-quarter, .sidebar__primary .one-quarter {
    width: 19.00871%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-3 .one-quarter:last-child, .site-header .form__search .one-quarter:last-child, .sidebar__primary .one-quarter:last-child {
      margin-right: 0;
}

.span-3 .two-sevenths, .site-header .form__search .two-sevenths, .sidebar__primary .two-sevenths {
    width: 22.86544%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span-3 .two-sevenths:last-child, .site-header .form__search .two-sevenths:last-child, .sidebar__primary .two-sevenths:last-child {
      margin-right: 0;
}

.span-3 .two-fiths, .site-header .form__search .two-fiths, .sidebar__primary .two-fiths {
    width: 35.20697%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .two-fiths:last-child, .site-header .form__search .two-fiths:last-child, .sidebar__primary .two-fiths:last-child {
      margin-right: 0; }
  .span-3 .one-third, .site-header .form__search .one-third, .sidebar__primary .one-third {
    width: 28.00775%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .one-third:last-child, .site-header .form__search .one-third:last-child, .sidebar__primary .one-third:last-child {
      margin-right: 0; }
  .span-3 .three-sevenths, .site-header .form__search .three-sevenths, .sidebar__primary .three-sevenths {
    width: 38.29235%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .three-sevenths:last-child, .site-header .form__search .three-sevenths:last-child, .sidebar__primary .three-sevenths:last-child {
      margin-right: 0; }
  .span-3 .half, .site-header .form__search .half, .sidebar__primary .half {
    width: 46.00581%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .half:last-child, .site-header .form__search .half:last-child, .sidebar__primary .half:last-child {
      margin-right: 0; }
  .span-3 .five-eigths, .site-header .form__search .five-eigths, .sidebar__primary .five-eigths {
    width: 59.50436%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .five-eigths:last-child, .site-header .form__search .five-eigths:last-child, .sidebar__primary .five-eigths:last-child {
      margin-right: 0; }
  .span-3 .four-sevenths, .site-header .form__search .four-sevenths, .sidebar__primary .four-sevenths {
    width: 53.71927%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .four-sevenths:last-child, .site-header .form__search .four-sevenths:last-child, .sidebar__primary .four-sevenths:last-child {
      margin-right: 0; }
  .span-3 .three-fiths, .site-header .form__search .three-fiths, .sidebar__primary .three-fiths {
    width: 56.80465%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .three-fiths:last-child, .site-header .form__search .three-fiths:last-child, .sidebar__primary .three-fiths:last-child {
      margin-right: 0; }
  .span-3 .two-thirds, .site-header .form__search .two-thirds, .sidebar__primary .two-thirds {
    width: 64.00387%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .two-thirds:last-child, .site-header .form__search .two-thirds:last-child, .sidebar__primary .two-thirds:last-child {
      margin-right: 0; }
  .span-3 .three-quarters, .site-header .form__search .three-quarters, .sidebar__primary .three-quarters {
    width: 73.0029%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .three-quarters:last-child, .site-header .form__search .three-quarters:last-child, .sidebar__primary .three-quarters:last-child {
      margin-right: 0; }
  .span-3 .five-sevenths, .site-header .form__search .five-sevenths, .sidebar__primary .five-sevenths {
    width: 69.14618%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .five-sevenths:last-child, .site-header .form__search .five-sevenths:last-child, .sidebar__primary .five-sevenths:last-child {
      margin-right: 0; }
  .span-3 .four-fiths, .site-header .form__search .four-fiths, .sidebar__primary .four-fiths {
    width: 78.40232%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .four-fiths:last-child, .site-header .form__search .four-fiths:last-child, .sidebar__primary .four-fiths:last-child {
      margin-right: 0; }
  .span-3 .five-sixths, .site-header .form__search .five-sixths, .sidebar__primary .five-sixths {
    width: 82.00194%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .five-sixths:last-child, .site-header .form__search .five-sixths:last-child, .sidebar__primary .five-sixths:last-child {
      margin-right: 0; }
  .span-3 .six-sevenths, .site-header .form__search .six-sevenths, .sidebar__primary .six-sevenths {
    width: 84.57309%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .six-sevenths:last-child, .site-header .form__search .six-sevenths:last-child, .sidebar__primary .six-sevenths:last-child {
      margin-right: 0; }
  .span-3 .seven-eigths, .site-header .form__search .seven-eigths, .sidebar__primary .seven-eigths {
    width: 86.50145%;
    margin-right: 7.98838%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-3 .seven-eigths:last-child, .site-header .form__search .seven-eigths:last-child, .sidebar__primary .seven-eigths:last-child {
      margin-right: 0; }

.span-4 {
  width: 31.51515%; }
  .span-4 .one-eigth {
    width: 7.35844%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .one-eigth:last-child {
      margin-right: 0; }
  .span-4 .one-seventh {
    width: 9.24908%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .one-seventh:last-child {
      margin-right: 0; }
  .span-4 .one-sixth {
    width: 11.76994%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .one-sixth:last-child {
      margin-right: 0; }
  .span-4 .one-fith {
    width: 15.29915%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .one-fith:last-child {
      margin-right: 0; }
  .span-4 .three-eigths {
    width: 33.82746%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .three-eigths:last-child {
      margin-right: 0; }
  .span-4 .one-quarter {
    width: 20.59295%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .one-quarter:last-child {
      margin-right: 0; }
  .span-4 .two-sevenths {
    width: 24.37424%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .two-sevenths:last-child {
      margin-right: 0; }
  .span-4 .two-fiths {
    width: 36.47436%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .two-fiths:last-child {
      margin-right: 0; }
  .span-4 .one-third {
    width: 29.41595%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .one-third:last-child {
      margin-right: 0; }
  .span-4 .three-sevenths {
    width: 39.49939%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .three-sevenths:last-child {
      margin-right: 0; }
  .span-4 .half {
    width: 47.06197%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .half:last-child {
      margin-right: 0; }
  .span-4 .five-eigths {
    width: 60.29647%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .five-eigths:last-child {
      margin-right: 0; }
  .span-4 .four-sevenths {
    width: 54.62454%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .four-sevenths:last-child {
      margin-right: 0; }
  .span-4 .three-fiths {
    width: 57.64957%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .three-fiths:last-child {
      margin-right: 0; }
  .span-4 .two-thirds {
    width: 64.70798%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .two-thirds:last-child {
      margin-right: 0; }
  .span-4 .three-quarters {
    width: 73.53098%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .three-quarters:last-child {
      margin-right: 0; }
  .span-4 .five-sevenths {
    width: 69.74969%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .five-sevenths:last-child {
      margin-right: 0; }
  .span-4 .four-fiths {
    width: 78.82479%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .four-fiths:last-child {
      margin-right: 0; }
  .span-4 .five-sixths {
    width: 82.35399%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .five-sixths:last-child {
      margin-right: 0; }
  .span-4 .six-sevenths {
    width: 84.87485%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .six-sevenths:last-child {
      margin-right: 0; }
  .span-4 .seven-eigths {
    width: 86.76549%;
    margin-right: 5.87607%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-4 .seven-eigths:last-child {
      margin-right: 0; }

.span-5 {
  width: 39.84848%; }
  .span-5 .one-eigth {
    width: 8.43367%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .one-eigth:last-child {
      margin-right: 0; }
  .span-5 .one-seventh {
    width: 10.30237%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .one-seventh:last-child {
      margin-right: 0; }
  .span-5 .one-sixth {
    width: 12.79397%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .one-sixth:last-child {
      margin-right: 0; }
  .span-5 .one-fith {
    width: 16.28221%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .one-fith:last-child {
      margin-right: 0; }
  .span-5 .three-eigths {
    width: 34.59548%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .three-eigths:last-child {
      margin-right: 0; }
  .span-5 .one-quarter {
    width: 21.51458%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .one-quarter:last-child {
      margin-right: 0; }
  .span-5 .two-sevenths {
    width: 25.25198%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .two-sevenths:last-child {
      margin-right: 0; }
  .span-5 .two-fiths {
    width: 37.21166%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .two-fiths:last-child {
      margin-right: 0; }
  .span-5 .one-third {
    width: 30.23518%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .one-third:last-child {
      margin-right: 0; }
  .span-5 .three-sevenths {
    width: 40.20158%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .three-sevenths:last-child {
      margin-right: 0; }
  .span-5 .half {
    width: 47.67638%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .half:last-child {
      margin-right: 0; }
  .span-5 .five-eigths {
    width: 60.75729%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .five-eigths:last-child {
      margin-right: 0; }
  .span-5 .four-sevenths {
    width: 55.15119%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .four-sevenths:last-child {
      margin-right: 0; }
  .span-5 .three-fiths {
    width: 58.14111%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .three-fiths:last-child {
      margin-right: 0; }
  .span-5 .two-thirds {
    width: 65.11759%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .two-thirds:last-child {
      margin-right: 0; }
  .span-5 .three-quarters {
    width: 73.83819%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .three-quarters:last-child {
      margin-right: 0; }
  .span-5 .five-sevenths {
    width: 70.10079%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .five-sevenths:last-child {
      margin-right: 0; }
  .span-5 .four-fiths {
    width: 79.07055%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .four-fiths:last-child {
      margin-right: 0; }
  .span-5 .five-sixths {
    width: 82.55879%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .five-sixths:last-child {
      margin-right: 0; }
  .span-5 .six-sevenths {
    width: 85.0504%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .six-sevenths:last-child {
      margin-right: 0; }
  .span-5 .seven-eigths {
    width: 86.9191%;
    margin-right: 4.64723%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-5 .seven-eigths:last-child {
      margin-right: 0; }

.span-6, .site-header .item-list {
  width: 48.18182%; }
  .span-6 .one-eigth, .site-header .item-list .one-eigth, #content .one-eigth {
    width: 9.13697%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .one-eigth:last-child, .site-header .item-list .one-eigth:last-child, #content .one-eigth:last-child {
      margin-right: 0; }
  .span-6 .one-seventh, .site-header .item-list .one-seventh, #content .one-seventh {
    width: 10.99131%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .one-seventh:last-child, .site-header .item-list .one-seventh:last-child, #content .one-seventh:last-child {
      margin-right: 0; }
  .span-6 .one-sixth, .site-header .item-list .one-sixth, #content .one-sixth {
    width: 13.46378%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .one-sixth:last-child, .site-header .item-list .one-sixth:last-child, #content .one-sixth:last-child {
      margin-right: 0; }
  .span-6 .one-fith, .site-header .item-list .one-fith, #content .one-fith {
    width: 16.92523%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .one-fith:last-child, .site-header .item-list .one-fith:last-child, #content .one-fith:last-child {
      margin-right: 0; }
  .span-6 .three-eigths, .site-header .item-list .three-eigths, #content .three-eigths {
    width: 35.09783%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .three-eigths:last-child, .site-header .item-list .three-eigths:last-child, #content .three-eigths:last-child {
      margin-right: 0; }
  .span-6 .one-quarter, .site-header .item-list .one-quarter, #content .one-quarter {
    width: 22.1174%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .one-quarter:last-child, .site-header .item-list .one-quarter:last-child, #content .one-quarter:last-child {
      margin-right: 0; }
  .span-6 .two-sevenths, .site-header .item-list .two-sevenths, #content .two-sevenths {
    width: 25.8261%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .two-sevenths:last-child, .site-header .item-list .two-sevenths:last-child, #content .two-sevenths:last-child {
      margin-right: 0; }
  .span-6 .two-fiths, .site-header .item-list .two-fiths, #content .two-fiths {
    width: 37.69392%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .two-fiths:last-child, .site-header .item-list .two-fiths:last-child, #content .two-fiths:last-child {
      margin-right: 0; }
  .span-6 .one-third, .site-header .item-list .one-third, #content .one-third {
    width: 30.77102%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .one-third:last-child, .site-header .item-list .one-third:last-child, #content .one-third:last-child {
      margin-right: 0; }
  .span-6 .three-sevenths, .site-header .item-list .three-sevenths, #content .three-sevenths {
    width: 40.66088%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .three-sevenths:last-child, .site-header .item-list .three-sevenths:last-child, #content .three-sevenths:last-child {
      margin-right: 0; }
  .span-6 .half, .site-header .item-list .half, #content .half {
    width: 48.07827%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .half:last-child, .site-header .item-list .half:last-child, #content .half:last-child {
      margin-right: 0; }
  .span-6 .five-eigths, .site-header .item-list .five-eigths, #content .five-eigths {
    width: 61.0587%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .five-eigths:last-child, .site-header .item-list .five-eigths:last-child, #content .five-eigths:last-child {
      margin-right: 0; }
  .span-6 .four-sevenths, .site-header .item-list .four-sevenths, #content .four-sevenths {
    width: 55.49566%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .four-sevenths:last-child, .site-header .item-list .four-sevenths:last-child, #content .four-sevenths:last-child {
      margin-right: 0; }
  .span-6 .three-fiths, .site-header .item-list .three-fiths, #content .three-fiths {
    width: 58.46261%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .three-fiths:last-child, .site-header .item-list .three-fiths:last-child, #content .three-fiths:last-child {
      margin-right: 0; }
  .span-6 .two-thirds, .site-header .item-list .two-thirds, #content .two-thirds {
    width: 65.38551%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .two-thirds:last-child, .site-header .item-list .two-thirds:last-child, #content .two-thirds:last-child {
      margin-right: 0; }
  .span-6 .three-quarters, .site-header .item-list .three-quarters, #content .three-quarters {
    width: 74.03913%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .three-quarters:last-child, .site-header .item-list .three-quarters:last-child, #content .three-quarters:last-child {
      margin-right: 0; }
  .span-6 .five-sevenths, .site-header .item-list .five-sevenths, #content .five-sevenths {
    width: 70.33044%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .five-sevenths:last-child, .site-header .item-list .five-sevenths:last-child, #content .five-sevenths:last-child {
      margin-right: 0; }
  .span-6 .four-fiths, .site-header .item-list .four-fiths, #content .four-fiths {
    width: 79.23131%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .four-fiths:last-child, .site-header .item-list .four-fiths:last-child, #content .four-fiths:last-child {
      margin-right: 0; }
  .span-6 .five-sixths, .site-header .item-list .five-sixths, #content .five-sixths {
    width: 82.69276%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .five-sixths:last-child, .site-header .item-list .five-sixths:last-child, #content .five-sixths:last-child {
      margin-right: 0; }
  .span-6 .six-sevenths, .site-header .item-list .six-sevenths, #content .six-sevenths {
    width: 85.16522%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .six-sevenths:last-child, .site-header .item-list .six-sevenths:last-child, #content .six-sevenths:last-child {
      margin-right: 0; }
  .span-6 .seven-eigths, .site-header .item-list .seven-eigths, #content .seven-eigths {
    width: 87.01957%;
    margin-right: 3.84347%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-6 .seven-eigths:last-child, .site-header .item-list .seven-eigths:last-child, #content .seven-eigths:last-child {
      margin-right: 0; }

.span-7 {
  width: 56.51515%; }
  .span-7 .one-eigth {
    width: 9.63286%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .one-eigth:last-child {
      margin-right: 0; }
  .span-7 .one-seventh {
    width: 11.47708%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .one-seventh:last-child {
      margin-right: 0; }
  .span-7 .one-sixth {
    width: 13.93605%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .one-sixth:last-child {
      margin-right: 0; }
  .span-7 .one-fith {
    width: 17.37861%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .one-fith:last-child {
      margin-right: 0; }
  .span-7 .three-eigths {
    width: 35.45204%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .three-eigths:last-child {
      margin-right: 0; }
  .span-7 .one-quarter {
    width: 22.54245%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .one-quarter:last-child {
      margin-right: 0; }
  .span-7 .two-sevenths {
    width: 26.2309%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .two-sevenths:last-child {
      margin-right: 0; }
  .span-7 .two-fiths {
    width: 38.03396%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .two-fiths:last-child {
      margin-right: 0; }
  .span-7 .one-third {
    width: 31.14884%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .one-third:last-child {
      margin-right: 0; }
  .span-7 .three-sevenths {
    width: 40.98472%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .three-sevenths:last-child {
      margin-right: 0; }
  .span-7 .half {
    width: 48.36163%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .half:last-child {
      margin-right: 0; }
  .span-7 .five-eigths {
    width: 61.27122%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .five-eigths:last-child {
      margin-right: 0; }
  .span-7 .four-sevenths {
    width: 55.73854%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .four-sevenths:last-child {
      margin-right: 0; }
  .span-7 .three-fiths {
    width: 58.68931%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .three-fiths:last-child {
      margin-right: 0; }
  .span-7 .two-thirds {
    width: 65.57442%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .two-thirds:last-child {
      margin-right: 0; }
  .span-7 .three-quarters {
    width: 74.18082%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .three-quarters:last-child {
      margin-right: 0; }
  .span-7 .five-sevenths {
    width: 70.49236%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .five-sevenths:last-child {
      margin-right: 0; }
  .span-7 .four-fiths {
    width: 79.34465%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .four-fiths:last-child {
      margin-right: 0; }
  .span-7 .five-sixths {
    width: 82.78721%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .five-sixths:last-child {
      margin-right: 0; }
  .span-7 .six-sevenths {
    width: 85.24618%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .six-sevenths:last-child {
      margin-right: 0; }
  .span-7 .seven-eigths {
    width: 87.09041%;
    margin-right: 3.27674%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-7 .seven-eigths:last-child {
      margin-right: 0; }

.span-8 {
  width: 64.84848%; }
  .span-8 .one-eigth {
    width: 10.0013%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .one-eigth:last-child {
      margin-right: 0; }
  .span-8 .one-seventh {
    width: 11.83801%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .one-seventh:last-child {
      margin-right: 0; }
  .span-8 .one-sixth {
    width: 14.28695%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .one-sixth:last-child {
      margin-right: 0; }
  .span-8 .one-fith {
    width: 17.71547%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .one-fith:last-child {
      margin-right: 0; }
  .span-8 .three-eigths {
    width: 35.71521%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .three-eigths:last-child {
      margin-right: 0; }
  .span-8 .one-quarter {
    width: 22.85826%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .one-quarter:last-child {
      margin-right: 0; }
  .span-8 .two-sevenths {
    width: 26.53167%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .two-sevenths:last-child {
      margin-right: 0; }
  .span-8 .two-fiths {
    width: 38.2866%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .two-fiths:last-child {
      margin-right: 0; }
  .span-8 .one-third {
    width: 31.42956%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .one-third:last-child {
      margin-right: 0; }
  .span-8 .three-sevenths {
    width: 41.22534%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .three-sevenths:last-child {
      margin-right: 0; }
  .span-8 .half {
    width: 48.57217%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .half:last-child {
      margin-right: 0; }
  .span-8 .five-eigths {
    width: 61.42913%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .five-eigths:last-child {
      margin-right: 0; }
  .span-8 .four-sevenths {
    width: 55.919%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .four-sevenths:last-child {
      margin-right: 0; }
  .span-8 .three-fiths {
    width: 58.85774%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .three-fiths:last-child {
      margin-right: 0; }
  .span-8 .two-thirds {
    width: 65.71478%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .two-thirds:last-child {
      margin-right: 0; }
  .span-8 .three-quarters {
    width: 74.28609%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .three-quarters:last-child {
      margin-right: 0; }
  .span-8 .five-sevenths {
    width: 70.61267%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .five-sevenths:last-child {
      margin-right: 0; }
  .span-8 .four-fiths {
    width: 79.42887%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .four-fiths:last-child {
      margin-right: 0; }
  .span-8 .five-sixths {
    width: 82.85739%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .five-sixths:last-child {
      margin-right: 0; }
  .span-8 .six-sevenths {
    width: 85.30633%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .six-sevenths:last-child {
      margin-right: 0; }
  .span-8 .seven-eigths {
    width: 87.14304%;
    margin-right: 2.85566%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-8 .seven-eigths:last-child {
      margin-right: 0; }

.span-9 {
  width: 73.18182%; }
  .span-9 .one-eigth {
    width: 10.28583%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .one-eigth:last-child {
      margin-right: 0; }
  .span-9 .one-seventh {
    width: 12.11673%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .one-seventh:last-child {
      margin-right: 0; }
  .span-9 .one-sixth {
    width: 14.55793%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .one-sixth:last-child {
      margin-right: 0; }
  .span-9 .one-fith {
    width: 17.97562%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .one-fith:last-child {
      margin-right: 0; }
  .span-9 .three-eigths {
    width: 35.91845%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .three-eigths:last-child {
      margin-right: 0; }
  .span-9 .one-quarter {
    width: 23.10214%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .one-quarter:last-child {
      margin-right: 0; }
  .span-9 .two-sevenths {
    width: 26.76394%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .two-sevenths:last-child {
      margin-right: 0; }
  .span-9 .two-fiths {
    width: 38.48171%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .two-fiths:last-child {
      margin-right: 0; }
  .span-9 .one-third {
    width: 31.64635%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .one-third:last-child {
      margin-right: 0; }
  .span-9 .three-sevenths {
    width: 41.41115%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .three-sevenths:last-child {
      margin-right: 0; }
  .span-9 .half {
    width: 48.73476%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .half:last-child {
      margin-right: 0; }
  .span-9 .five-eigths {
    width: 61.55107%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .five-eigths:last-child {
      margin-right: 0; }
  .span-9 .four-sevenths {
    width: 56.05837%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .four-sevenths:last-child {
      margin-right: 0; }
  .span-9 .three-fiths {
    width: 58.98781%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .three-fiths:last-child {
      margin-right: 0; }
  .span-9 .two-thirds {
    width: 65.82317%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .two-thirds:last-child {
      margin-right: 0; }
  .span-9 .three-quarters {
    width: 74.36738%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .three-quarters:last-child {
      margin-right: 0; }
  .span-9 .five-sevenths {
    width: 70.70558%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .five-sevenths:last-child {
      margin-right: 0; }
  .span-9 .four-fiths {
    width: 79.4939%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .four-fiths:last-child {
      margin-right: 0; }
  .span-9 .five-sixths {
    width: 82.91159%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .five-sixths:last-child {
      margin-right: 0; }
  .span-9 .six-sevenths {
    width: 85.35279%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .six-sevenths:last-child {
      margin-right: 0; }
  .span-9 .seven-eigths {
    width: 87.18369%;
    margin-right: 2.53048%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-9 .seven-eigths:last-child {
      margin-right: 0; }

.span-10 {
  width: 81.51515%; }
  .span-10 .one-eigth {
    width: 10.51219%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .one-eigth:last-child {
      margin-right: 0; }
  .span-10 .one-seventh {
    width: 12.33847%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .one-seventh:last-child {
      margin-right: 0; }
  .span-10 .one-sixth {
    width: 14.77351%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .one-sixth:last-child {
      margin-right: 0; }
  .span-10 .one-fith {
    width: 18.18257%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .one-fith:last-child {
      margin-right: 0; }
  .span-10 .three-eigths {
    width: 36.08013%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .three-eigths:last-child {
      margin-right: 0; }
  .span-10 .one-quarter {
    width: 23.29616%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .one-quarter:last-child {
      margin-right: 0; }
  .span-10 .two-sevenths {
    width: 26.94872%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .two-sevenths:last-child {
      margin-right: 0; }
  .span-10 .two-fiths {
    width: 38.63693%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .two-fiths:last-child {
      margin-right: 0; }
  .span-10 .one-third {
    width: 31.81881%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .one-third:last-child {
      margin-right: 0; }
  .span-10 .three-sevenths {
    width: 41.55898%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .three-sevenths:last-child {
      margin-right: 0; }
  .span-10 .half {
    width: 48.86411%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .half:last-child {
      margin-right: 0; }
  .span-10 .five-eigths {
    width: 61.64808%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .five-eigths:last-child {
      margin-right: 0; }
  .span-10 .four-sevenths {
    width: 56.16923%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .four-sevenths:last-child {
      margin-right: 0; }
  .span-10 .three-fiths {
    width: 59.09128%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .three-fiths:last-child {
      margin-right: 0; }
  .span-10 .two-thirds {
    width: 65.9094%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .two-thirds:last-child {
      margin-right: 0; }
  .span-10 .three-quarters {
    width: 74.43205%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .three-quarters:last-child {
      margin-right: 0; }
  .span-10 .five-sevenths {
    width: 70.77949%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .five-sevenths:last-child {
      margin-right: 0; }
  .span-10 .four-fiths {
    width: 79.54564%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .four-fiths:last-child {
      margin-right: 0; }
  .span-10 .five-sixths {
    width: 82.9547%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .five-sixths:last-child {
      margin-right: 0; }
  .span-10 .six-sevenths {
    width: 85.38974%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .six-sevenths:last-child {
      margin-right: 0; }
  .span-10 .seven-eigths {
    width: 87.21603%;
    margin-right: 2.27179%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-10 .seven-eigths:last-child {
      margin-right: 0; }

.span-11 {
  width: 89.84848%; }
  .span-11 .one-eigth {
    width: 10.69655%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .one-eigth:last-child {
      margin-right: 0; }
  .span-11 .one-seventh {
    width: 12.51907%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .one-seventh:last-child {
      margin-right: 0; }
  .span-11 .one-sixth {
    width: 14.9491%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .one-sixth:last-child {
      margin-right: 0; }
  .span-11 .one-fith {
    width: 18.35113%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .one-fith:last-child {
      margin-right: 0; }
  .span-11 .three-eigths {
    width: 36.21182%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .three-eigths:last-child {
      margin-right: 0; }
  .span-11 .one-quarter {
    width: 23.45419%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .one-quarter:last-child {
      margin-right: 0; }
  .span-11 .two-sevenths {
    width: 27.09923%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .two-sevenths:last-child {
      margin-right: 0; }
  .span-11 .two-fiths {
    width: 38.76335%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .two-fiths:last-child {
      margin-right: 0; }
  .span-11 .one-third {
    width: 31.95928%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .one-third:last-child {
      margin-right: 0; }
  .span-11 .three-sevenths {
    width: 41.67938%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .three-sevenths:last-child {
      margin-right: 0; }
  .span-11 .half {
    width: 48.96946%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .half:last-child {
      margin-right: 0; }
  .span-11 .five-eigths {
    width: 61.72709%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .five-eigths:last-child {
      margin-right: 0; }
  .span-11 .four-sevenths {
    width: 56.25954%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .four-sevenths:last-child {
      margin-right: 0; }
  .span-11 .three-fiths {
    width: 59.17557%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .three-fiths:last-child {
      margin-right: 0; }
  .span-11 .two-thirds {
    width: 65.97964%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .two-thirds:last-child {
      margin-right: 0; }
  .span-11 .three-quarters {
    width: 74.48473%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .three-quarters:last-child {
      margin-right: 0; }
  .span-11 .five-sevenths {
    width: 70.83969%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .five-sevenths:last-child {
      margin-right: 0; }
  .span-11 .four-fiths {
    width: 79.58778%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .four-fiths:last-child {
      margin-right: 0; }
  .span-11 .five-sixths {
    width: 82.98982%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .five-sixths:last-child {
      margin-right: 0; }
  .span-11 .six-sevenths {
    width: 85.41985%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .six-sevenths:last-child {
      margin-right: 0; }
  .span-11 .seven-eigths {
    width: 87.24236%;
    margin-right: 2.06108%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-11 .seven-eigths:last-child {
      margin-right: 0; }

.span-12 {
  width: 98.18182%; }
  .span-12 .one-eigth {
    width: 10.84962%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .one-eigth:last-child {
      margin-right: 0; }
  .span-12 .one-seventh {
    width: 12.66902%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .one-seventh:last-child {
      margin-right: 0; }
  .span-12 .one-sixth {
    width: 15.09488%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .one-sixth:last-child {
      margin-right: 0; }
  .span-12 .one-fith {
    width: 18.49108%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .one-fith:last-child {
      margin-right: 0; }
  .span-12 .three-eigths {
    width: 36.32116%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .three-eigths:last-child {
      margin-right: 0; }
  .span-12 .one-quarter {
    width: 23.58539%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .one-quarter:last-child {
      margin-right: 0; }
  .span-12 .two-sevenths {
    width: 27.22418%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .two-sevenths:last-child {
      margin-right: 0; }
  .span-12 .two-fiths {
    width: 38.86831%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .two-fiths:last-child {
      margin-right: 0; }
  .span-12 .one-third {
    width: 32.0759%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .one-third:last-child {
      margin-right: 0; }
  .span-12 .three-sevenths {
    width: 41.77935%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .three-sevenths:last-child {
      margin-right: 0; }
  .span-12 .half {
    width: 49.05693%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .half:last-child {
      margin-right: 0; }
  .span-12 .five-eigths {
    width: 61.7927%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .five-eigths:last-child {
      margin-right: 0; }
  .span-12 .four-sevenths {
    width: 56.33451%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .four-sevenths:last-child {
      margin-right: 0; }
  .span-12 .three-fiths {
    width: 59.24554%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .three-fiths:last-child {
      margin-right: 0; }
  .span-12 .two-thirds {
    width: 66.03795%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .two-thirds:last-child {
      margin-right: 0; }
  .span-12 .three-quarters {
    width: 74.52846%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .three-quarters:last-child {
      margin-right: 0; }
  .span-12 .five-sevenths {
    width: 70.88967%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .five-sevenths:last-child {
      margin-right: 0; }
  .span-12 .four-fiths {
    width: 79.62277%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .four-fiths:last-child {
      margin-right: 0; }
  .span-12 .five-sixths {
    width: 83.01898%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .five-sixths:last-child {
      margin-right: 0; }
  .span-12 .six-sevenths {
    width: 85.44484%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .six-sevenths:last-child {
      margin-right: 0; }
  .span-12 .seven-eigths {
    width: 87.26423%;
    margin-right: 1.88615%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-12 .seven-eigths:last-child {
      margin-right: 0; }

.span-13 {
  width: 106.51515%; }
  .span-13 .one-eigth {
    width: 10.97874%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .one-eigth:last-child {
      margin-right: 0; }
  .span-13 .one-seventh {
    width: 12.7955%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .one-seventh:last-child {
      margin-right: 0; }
  .span-13 .one-sixth {
    width: 15.21785%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .one-sixth:last-child {
      margin-right: 0; }
  .span-13 .one-fith {
    width: 18.60914%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .one-fith:last-child {
      margin-right: 0; }
  .span-13 .three-eigths {
    width: 36.41339%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .three-eigths:last-child {
      margin-right: 0; }
  .span-13 .one-quarter {
    width: 23.69606%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .one-quarter:last-child {
      margin-right: 0; }
  .span-13 .two-sevenths {
    width: 27.32959%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .two-sevenths:last-child {
      margin-right: 0; }
  .span-13 .two-fiths {
    width: 38.95685%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .two-fiths:last-child {
      margin-right: 0; }
  .span-13 .one-third {
    width: 32.17428%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .one-third:last-child {
      margin-right: 0; }
  .span-13 .three-sevenths {
    width: 41.86367%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .three-sevenths:last-child {
      margin-right: 0; }
  .span-13 .half {
    width: 49.13071%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .half:last-child {
      margin-right: 0; }
  .span-13 .five-eigths {
    width: 61.84803%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .five-eigths:last-child {
      margin-right: 0; }
  .span-13 .four-sevenths {
    width: 56.39775%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .four-sevenths:last-child {
      margin-right: 0; }
  .span-13 .three-fiths {
    width: 59.30457%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .three-fiths:last-child {
      margin-right: 0; }
  .span-13 .two-thirds {
    width: 66.08714%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .two-thirds:last-child {
      margin-right: 0; }
  .span-13 .three-quarters {
    width: 74.56535%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .three-quarters:last-child {
      margin-right: 0; }
  .span-13 .five-sevenths {
    width: 70.93183%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .five-sevenths:last-child {
      margin-right: 0; }
  .span-13 .four-fiths {
    width: 79.65228%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .four-fiths:last-child {
      margin-right: 0; }
  .span-13 .five-sixths {
    width: 83.04357%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .five-sixths:last-child {
      margin-right: 0; }
  .span-13 .six-sevenths {
    width: 85.46592%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .six-sevenths:last-child {
      margin-right: 0; }
  .span-13 .seven-eigths {
    width: 87.28268%;
    margin-right: 1.73858%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-13 .seven-eigths:last-child {
      margin-right: 0; }

.span-14 {
  width: 114.84848%; }
  .span-14 .one-eigth {
    width: 11.08912%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .one-eigth:last-child {
      margin-right: 0; }
  .span-14 .one-seventh {
    width: 12.90363%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .one-seventh:last-child {
      margin-right: 0; }
  .span-14 .one-sixth {
    width: 15.32297%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .one-sixth:last-child {
      margin-right: 0; }
  .span-14 .one-fith {
    width: 18.71006%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .one-fith:last-child {
      margin-right: 0; }
  .span-14 .three-eigths {
    width: 36.49223%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .three-eigths:last-child {
      margin-right: 0; }
  .span-14 .one-quarter {
    width: 23.79068%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .one-quarter:last-child {
      margin-right: 0; }
  .span-14 .two-sevenths {
    width: 27.41969%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .two-sevenths:last-child {
      margin-right: 0; }
  .span-14 .two-fiths {
    width: 39.03254%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .two-fiths:last-child {
      margin-right: 0; }
  .span-14 .one-third {
    width: 32.25838%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .one-third:last-child {
      margin-right: 0; }
  .span-14 .three-sevenths {
    width: 41.93575%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .three-sevenths:last-child {
      margin-right: 0; }
  .span-14 .half {
    width: 49.19378%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .half:last-child {
      margin-right: 0; }
  .span-14 .five-eigths {
    width: 61.89534%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .five-eigths:last-child {
      margin-right: 0; }
  .span-14 .four-sevenths {
    width: 56.45182%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .four-sevenths:last-child {
      margin-right: 0; }
  .span-14 .three-fiths {
    width: 59.35503%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .three-fiths:last-child {
      margin-right: 0; }
  .span-14 .two-thirds {
    width: 66.12919%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .two-thirds:last-child {
      margin-right: 0; }
  .span-14 .three-quarters {
    width: 74.59689%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .three-quarters:last-child {
      margin-right: 0; }
  .span-14 .five-sevenths {
    width: 70.96788%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .five-sevenths:last-child {
      margin-right: 0; }
  .span-14 .four-fiths {
    width: 79.67751%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .four-fiths:last-child {
      margin-right: 0; }
  .span-14 .five-sixths {
    width: 83.06459%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .five-sixths:last-child {
      margin-right: 0; }
  .span-14 .six-sevenths {
    width: 85.48394%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .six-sevenths:last-child {
      margin-right: 0; }
  .span-14 .seven-eigths {
    width: 87.29845%;
    margin-right: 1.61243%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-14 .seven-eigths:last-child {
      margin-right: 0; }

.span-15 {
  width: 123.18182%; }
  .span-15 .one-eigth {
    width: 11.18457%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .one-eigth:last-child {
      margin-right: 0; }
  .span-15 .one-seventh {
    width: 12.99713%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .one-seventh:last-child {
      margin-right: 0; }
  .span-15 .one-sixth {
    width: 15.41388%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .one-sixth:last-child {
      margin-right: 0; }
  .span-15 .one-fith {
    width: 18.79732%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .one-fith:last-child {
      margin-right: 0; }
  .span-15 .three-eigths {
    width: 36.56041%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .three-eigths:last-child {
      margin-right: 0; }
  .span-15 .one-quarter {
    width: 23.87249%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .one-quarter:last-child {
      margin-right: 0; }
  .span-15 .two-sevenths {
    width: 27.49761%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .two-sevenths:last-child {
      margin-right: 0; }
  .span-15 .two-fiths {
    width: 39.09799%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .two-fiths:last-child {
      margin-right: 0; }
  .span-15 .one-third {
    width: 32.3311%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .one-third:last-child {
      margin-right: 0; }
  .span-15 .three-sevenths {
    width: 41.99809%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .three-sevenths:last-child {
      margin-right: 0; }
  .span-15 .half {
    width: 49.24833%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .half:last-child {
      margin-right: 0; }
  .span-15 .five-eigths {
    width: 61.93624%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .five-eigths:last-child {
      margin-right: 0; }
  .span-15 .four-sevenths {
    width: 56.49856%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .four-sevenths:last-child {
      margin-right: 0; }
  .span-15 .three-fiths {
    width: 59.39866%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .three-fiths:last-child {
      margin-right: 0; }
  .span-15 .two-thirds {
    width: 66.16555%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .two-thirds:last-child {
      margin-right: 0; }
  .span-15 .three-quarters {
    width: 74.62416%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .three-quarters:last-child {
      margin-right: 0; }
  .span-15 .five-sevenths {
    width: 70.99904%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .five-sevenths:last-child {
      margin-right: 0; }
  .span-15 .four-fiths {
    width: 79.69933%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .four-fiths:last-child {
      margin-right: 0; }
  .span-15 .five-sixths {
    width: 83.08278%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .five-sixths:last-child {
      margin-right: 0; }
  .span-15 .six-sevenths {
    width: 85.49952%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .six-sevenths:last-child {
      margin-right: 0; }
  .span-15 .seven-eigths {
    width: 87.31208%;
    margin-right: 1.50335%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-15 .seven-eigths:last-child {
      margin-right: 0; }

.span-16 {
  width: 131.51515%; }
  .span-16 .one-eigth {
    width: 11.26792%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .one-eigth:last-child {
      margin-right: 0; }
  .span-16 .one-seventh {
    width: 13.07878%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .one-seventh:last-child {
      margin-right: 0; }
  .span-16 .one-sixth {
    width: 15.49326%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .one-sixth:last-child {
      margin-right: 0; }
  .span-16 .one-fith {
    width: 18.87353%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .one-fith:last-child {
      margin-right: 0; }
  .span-16 .three-eigths {
    width: 36.61994%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .three-eigths:last-child {
      margin-right: 0; }
  .span-16 .one-quarter {
    width: 23.94393%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .one-quarter:last-child {
      margin-right: 0; }
  .span-16 .two-sevenths {
    width: 27.56565%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .two-sevenths:last-child {
      margin-right: 0; }
  .span-16 .two-fiths {
    width: 39.15515%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .two-fiths:last-child {
      margin-right: 0; }
  .span-16 .one-third {
    width: 32.39461%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .one-third:last-child {
      margin-right: 0; }
  .span-16 .three-sevenths {
    width: 42.05252%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .three-sevenths:last-child {
      margin-right: 0; }
  .span-16 .half {
    width: 49.29595%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .half:last-child {
      margin-right: 0; }
  .span-16 .five-eigths {
    width: 61.97197%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .five-eigths:last-child {
      margin-right: 0; }
  .span-16 .four-sevenths {
    width: 56.53939%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .four-sevenths:last-child {
      margin-right: 0; }
  .span-16 .three-fiths {
    width: 59.43676%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .three-fiths:last-child {
      margin-right: 0; }
  .span-16 .two-thirds {
    width: 66.1973%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .two-thirds:last-child {
      margin-right: 0; }
  .span-16 .three-quarters {
    width: 74.64798%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .three-quarters:last-child {
      margin-right: 0; }
  .span-16 .five-sevenths {
    width: 71.02626%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .five-sevenths:last-child {
      margin-right: 0; }
  .span-16 .four-fiths {
    width: 79.71838%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .four-fiths:last-child {
      margin-right: 0; }
  .span-16 .five-sixths {
    width: 83.09865%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .five-sixths:last-child {
      margin-right: 0; }
  .span-16 .six-sevenths {
    width: 85.51313%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .six-sevenths:last-child {
      margin-right: 0; }
  .span-16 .seven-eigths {
    width: 87.32399%;
    margin-right: 1.40809%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-16 .seven-eigths:last-child {
      margin-right: 0; }

.span-17 {
  width: 139.84848%; }
  .span-17 .one-eigth {
    width: 11.34134%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .one-eigth:last-child {
      margin-right: 0; }
  .span-17 .one-seventh {
    width: 13.1507%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .one-seventh:last-child {
      margin-right: 0; }
  .span-17 .one-sixth {
    width: 15.56318%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .one-sixth:last-child {
      margin-right: 0; }
  .span-17 .one-fith {
    width: 18.94065%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .one-fith:last-child {
      margin-right: 0; }
  .span-17 .three-eigths {
    width: 36.67238%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .three-eigths:last-child {
      margin-right: 0; }
  .span-17 .one-quarter {
    width: 24.00686%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .one-quarter:last-child {
      margin-right: 0; }
  .span-17 .two-sevenths {
    width: 27.62558%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .two-sevenths:last-child {
      margin-right: 0; }
  .span-17 .two-fiths {
    width: 39.20549%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .two-fiths:last-child {
      margin-right: 0; }
  .span-17 .one-third {
    width: 32.45054%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .one-third:last-child {
      margin-right: 0; }
  .span-17 .three-sevenths {
    width: 42.10047%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .three-sevenths:last-child {
      margin-right: 0; }
  .span-17 .half {
    width: 49.33791%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .half:last-child {
      margin-right: 0; }
  .span-17 .five-eigths {
    width: 62.00343%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .five-eigths:last-child {
      margin-right: 0; }
  .span-17 .four-sevenths {
    width: 56.57535%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .four-sevenths:last-child {
      margin-right: 0; }
  .span-17 .three-fiths {
    width: 59.47033%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .three-fiths:last-child {
      margin-right: 0; }
  .span-17 .two-thirds {
    width: 66.22527%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .two-thirds:last-child {
      margin-right: 0; }
  .span-17 .three-quarters {
    width: 74.66895%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .three-quarters:last-child {
      margin-right: 0; }
  .span-17 .five-sevenths {
    width: 71.05023%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .five-sevenths:last-child {
      margin-right: 0; }
  .span-17 .four-fiths {
    width: 79.73516%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .four-fiths:last-child {
      margin-right: 0; }
  .span-17 .five-sixths {
    width: 83.11264%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .five-sixths:last-child {
      margin-right: 0; }
  .span-17 .six-sevenths {
    width: 85.52512%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .six-sevenths:last-child {
      margin-right: 0; }
  .span-17 .seven-eigths {
    width: 87.33448%;
    margin-right: 1.32418%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-17 .seven-eigths:last-child {
      margin-right: 0; }

.span-18 {
  width: 148.18182%; }
  .span-18 .one-eigth {
    width: 11.4065%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .one-eigth:last-child {
      margin-right: 0; }
  .span-18 .one-seventh {
    width: 13.21453%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .one-seventh:last-child {
      margin-right: 0; }
  .span-18 .one-sixth {
    width: 15.62524%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .one-sixth:last-child {
      margin-right: 0; }
  .span-18 .one-fith {
    width: 19.00023%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .one-fith:last-child {
      margin-right: 0; }
  .span-18 .three-eigths {
    width: 36.71893%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .three-eigths:last-child {
      margin-right: 0; }
  .span-18 .one-quarter {
    width: 24.06271%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .one-quarter:last-child {
      margin-right: 0; }
  .span-18 .two-sevenths {
    width: 27.67877%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .two-sevenths:last-child {
      margin-right: 0; }
  .span-18 .two-fiths {
    width: 39.25017%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .two-fiths:last-child {
      margin-right: 0; }
  .span-18 .one-third {
    width: 32.50019%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .one-third:last-child {
      margin-right: 0; }
  .span-18 .three-sevenths {
    width: 42.14302%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .three-sevenths:last-child {
      margin-right: 0; }
  .span-18 .half {
    width: 49.37514%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .half:last-child {
      margin-right: 0; }
  .span-18 .five-eigths {
    width: 62.03136%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .five-eigths:last-child {
      margin-right: 0; }
  .span-18 .four-sevenths {
    width: 56.60726%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .four-sevenths:last-child {
      margin-right: 0; }
  .span-18 .three-fiths {
    width: 59.50011%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .three-fiths:last-child {
      margin-right: 0; }
  .span-18 .two-thirds {
    width: 66.25009%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .two-thirds:last-child {
      margin-right: 0; }
  .span-18 .three-quarters {
    width: 74.68757%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .three-quarters:last-child {
      margin-right: 0; }
  .span-18 .five-sevenths {
    width: 71.07151%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .five-sevenths:last-child {
      margin-right: 0; }
  .span-18 .four-fiths {
    width: 79.75006%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .four-fiths:last-child {
      margin-right: 0; }
  .span-18 .five-sixths {
    width: 83.12505%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .five-sixths:last-child {
      margin-right: 0; }
  .span-18 .six-sevenths {
    width: 85.53575%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .six-sevenths:last-child {
      margin-right: 0; }
  .span-18 .seven-eigths {
    width: 87.34379%;
    margin-right: 1.24972%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-18 .seven-eigths:last-child {
      margin-right: 0; }

.span-19 {
  width: 156.51515%; }
  .span-19 .one-eigth {
    width: 11.46472%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .one-eigth:last-child {
      margin-right: 0; }
  .span-19 .one-seventh {
    width: 13.27156%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .one-seventh:last-child {
      margin-right: 0; }
  .span-19 .one-sixth {
    width: 15.68069%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .one-sixth:last-child {
      margin-right: 0; }
  .span-19 .one-fith {
    width: 19.05346%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .one-fith:last-child {
      margin-right: 0; }
  .span-19 .three-eigths {
    width: 36.76051%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .three-eigths:last-child {
      margin-right: 0; }
  .span-19 .one-quarter {
    width: 24.11262%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .one-quarter:last-child {
      margin-right: 0; }
  .span-19 .two-sevenths {
    width: 27.7263%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .two-sevenths:last-child {
      margin-right: 0; }
  .span-19 .two-fiths {
    width: 39.29009%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .two-fiths:last-child {
      margin-right: 0; }
  .span-19 .one-third {
    width: 32.54455%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .one-third:last-child {
      margin-right: 0; }
  .span-19 .three-sevenths {
    width: 42.18104%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .three-sevenths:last-child {
      margin-right: 0; }
  .span-19 .half {
    width: 49.40841%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .half:last-child {
      margin-right: 0; }
  .span-19 .five-eigths {
    width: 62.05631%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .five-eigths:last-child {
      margin-right: 0; }
  .span-19 .four-sevenths {
    width: 56.63578%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .four-sevenths:last-child {
      margin-right: 0; }
  .span-19 .three-fiths {
    width: 59.52673%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .three-fiths:last-child {
      margin-right: 0; }
  .span-19 .two-thirds {
    width: 66.27227%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .two-thirds:last-child {
      margin-right: 0; }
  .span-19 .three-quarters {
    width: 74.70421%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .three-quarters:last-child {
      margin-right: 0; }
  .span-19 .five-sevenths {
    width: 71.09052%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .five-sevenths:last-child {
      margin-right: 0; }
  .span-19 .four-fiths {
    width: 79.76336%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .four-fiths:last-child {
      margin-right: 0; }
  .span-19 .five-sixths {
    width: 83.13614%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .five-sixths:last-child {
      margin-right: 0; }
  .span-19 .six-sevenths {
    width: 85.54526%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .six-sevenths:last-child {
      margin-right: 0; }
  .span-19 .seven-eigths {
    width: 87.3521%;
    margin-right: 1.18318%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-19 .seven-eigths:last-child {
      margin-right: 0; }

.span-20 {
  width: 164.84848%; }
  .span-20 .one-eigth {
    width: 11.51705%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .one-eigth:last-child {
      margin-right: 0; }
  .span-20 .one-seventh {
    width: 13.32283%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .one-seventh:last-child {
      margin-right: 0; }
  .span-20 .one-sixth {
    width: 15.73053%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .one-sixth:last-child {
      margin-right: 0; }
  .span-20 .one-fith {
    width: 19.10131%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .one-fith:last-child {
      margin-right: 0; }
  .span-20 .three-eigths {
    width: 36.7979%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .three-eigths:last-child {
      margin-right: 0; }
  .span-20 .one-quarter {
    width: 24.15748%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .one-quarter:last-child {
      margin-right: 0; }
  .span-20 .two-sevenths {
    width: 27.76902%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .two-sevenths:last-child {
      margin-right: 0; }
  .span-20 .two-fiths {
    width: 39.32598%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .two-fiths:last-child {
      margin-right: 0; }
  .span-20 .one-third {
    width: 32.58442%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .one-third:last-child {
      margin-right: 0; }
  .span-20 .three-sevenths {
    width: 42.21522%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .three-sevenths:last-child {
      margin-right: 0; }
  .span-20 .half {
    width: 49.43832%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .half:last-child {
      margin-right: 0; }
  .span-20 .five-eigths {
    width: 62.07874%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .five-eigths:last-child {
      margin-right: 0; }
  .span-20 .four-sevenths {
    width: 56.66141%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .four-sevenths:last-child {
      margin-right: 0; }
  .span-20 .three-fiths {
    width: 59.55065%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .three-fiths:last-child {
      margin-right: 0; }
  .span-20 .two-thirds {
    width: 66.29221%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .two-thirds:last-child {
      margin-right: 0; }
  .span-20 .three-quarters {
    width: 74.71916%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .three-quarters:last-child {
      margin-right: 0; }
  .span-20 .five-sevenths {
    width: 71.10761%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .five-sevenths:last-child {
      margin-right: 0; }
  .span-20 .four-fiths {
    width: 79.77533%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .four-fiths:last-child {
      margin-right: 0; }
  .span-20 .five-sixths {
    width: 83.14611%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .five-sixths:last-child {
      margin-right: 0; }
  .span-20 .six-sevenths {
    width: 85.5538%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .six-sevenths:last-child {
      margin-right: 0; }
  .span-20 .seven-eigths {
    width: 87.35958%;
    margin-right: 1.12337%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-20 .seven-eigths:last-child {
      margin-right: 0; }

.span-21 {
  width: 173.18182%; }
  .span-21 .one-eigth {
    width: 11.56435%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .one-eigth:last-child {
      margin-right: 0; }
  .span-21 .one-seventh {
    width: 13.36916%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .one-seventh:last-child {
      margin-right: 0; }
  .span-21 .one-sixth {
    width: 15.77557%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .one-sixth:last-child {
      margin-right: 0; }
  .span-21 .one-fith {
    width: 19.14455%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .one-fith:last-child {
      margin-right: 0; }
  .span-21 .three-eigths {
    width: 36.83168%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .three-eigths:last-child {
      margin-right: 0; }
  .span-21 .one-quarter {
    width: 24.19802%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .one-quarter:last-child {
      margin-right: 0; }
  .span-21 .two-sevenths {
    width: 27.80764%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .two-sevenths:last-child {
      margin-right: 0; }
  .span-21 .two-fiths {
    width: 39.35841%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .two-fiths:last-child {
      margin-right: 0; }
  .span-21 .one-third {
    width: 32.62046%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .one-third:last-child {
      margin-right: 0; }
  .span-21 .three-sevenths {
    width: 42.24611%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .three-sevenths:last-child {
      margin-right: 0; }
  .span-21 .half {
    width: 49.46534%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .half:last-child {
      margin-right: 0; }
  .span-21 .five-eigths {
    width: 62.09901%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .five-eigths:last-child {
      margin-right: 0; }
  .span-21 .four-sevenths {
    width: 56.68458%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .four-sevenths:last-child {
      margin-right: 0; }
  .span-21 .three-fiths {
    width: 59.57228%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .three-fiths:last-child {
      margin-right: 0; }
  .span-21 .two-thirds {
    width: 66.31023%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .two-thirds:last-child {
      margin-right: 0; }
  .span-21 .three-quarters {
    width: 74.73267%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .three-quarters:last-child {
      margin-right: 0; }
  .span-21 .five-sevenths {
    width: 71.12305%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .five-sevenths:last-child {
      margin-right: 0; }
  .span-21 .four-fiths {
    width: 79.78614%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .four-fiths:last-child {
      margin-right: 0; }
  .span-21 .five-sixths {
    width: 83.15511%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .five-sixths:last-child {
      margin-right: 0; }
  .span-21 .six-sevenths {
    width: 85.56153%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .six-sevenths:last-child {
      margin-right: 0; }
  .span-21 .seven-eigths {
    width: 87.36634%;
    margin-right: 1.06931%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-21 .seven-eigths:last-child {
      margin-right: 0; }

.span-22 {
  width: 181.51515%; }
  .span-22 .one-eigth {
    width: 11.60731%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .one-eigth:last-child {
      margin-right: 0; }
  .span-22 .one-seventh {
    width: 13.41124%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .one-seventh:last-child {
      margin-right: 0; }
  .span-22 .one-sixth {
    width: 15.81648%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .one-sixth:last-child {
      margin-right: 0; }
  .span-22 .one-fith {
    width: 19.18382%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .one-fith:last-child {
      margin-right: 0; }
  .span-22 .three-eigths {
    width: 36.86236%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .three-eigths:last-child {
      margin-right: 0; }
  .span-22 .one-quarter {
    width: 24.23484%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .one-quarter:last-child {
      margin-right: 0; }
  .span-22 .two-sevenths {
    width: 27.8427%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .two-sevenths:last-child {
      margin-right: 0; }
  .span-22 .two-fiths {
    width: 39.38787%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .two-fiths:last-child {
      margin-right: 0; }
  .span-22 .one-third {
    width: 32.65319%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .one-third:last-child {
      margin-right: 0; }
  .span-22 .three-sevenths {
    width: 42.27416%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .three-sevenths:last-child {
      margin-right: 0; }
  .span-22 .half {
    width: 49.48989%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .half:last-child {
      margin-right: 0; }
  .span-22 .five-eigths {
    width: 62.11742%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .five-eigths:last-child {
      margin-right: 0; }
  .span-22 .four-sevenths {
    width: 56.70562%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .four-sevenths:last-child {
      margin-right: 0; }
  .span-22 .three-fiths {
    width: 59.59191%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .three-fiths:last-child {
      margin-right: 0; }
  .span-22 .two-thirds {
    width: 66.32659%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .two-thirds:last-child {
      margin-right: 0; }
  .span-22 .three-quarters {
    width: 74.74495%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .three-quarters:last-child {
      margin-right: 0; }
  .span-22 .five-sevenths {
    width: 71.13708%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .five-sevenths:last-child {
      margin-right: 0; }
  .span-22 .four-fiths {
    width: 79.79596%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .four-fiths:last-child {
      margin-right: 0; }
  .span-22 .five-sixths {
    width: 83.1633%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .five-sixths:last-child {
      margin-right: 0; }
  .span-22 .six-sevenths {
    width: 85.56854%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .six-sevenths:last-child {
      margin-right: 0; }
  .span-22 .seven-eigths {
    width: 87.37247%;
    margin-right: 1.02022%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-22 .seven-eigths:last-child {
      margin-right: 0; }

.span-23 {
  width: 189.84848%; }
  .span-23 .one-eigth {
    width: 11.64649%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .one-eigth:last-child {
      margin-right: 0; }
  .span-23 .one-seventh {
    width: 13.44963%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .one-seventh:last-child {
      margin-right: 0; }
  .span-23 .one-sixth {
    width: 15.8538%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .one-sixth:last-child {
      margin-right: 0; }
  .span-23 .one-fith {
    width: 19.21965%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .one-fith:last-child {
      margin-right: 0; }
  .span-23 .three-eigths {
    width: 36.89035%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .three-eigths:last-child {
      margin-right: 0; }
  .span-23 .one-quarter {
    width: 24.26842%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .one-quarter:last-child {
      margin-right: 0; }
  .span-23 .two-sevenths {
    width: 27.87469%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .two-sevenths:last-child {
      margin-right: 0; }
  .span-23 .two-fiths {
    width: 39.41474%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .two-fiths:last-child {
      margin-right: 0; }
  .span-23 .one-third {
    width: 32.68304%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .one-third:last-child {
      margin-right: 0; }
  .span-23 .three-sevenths {
    width: 42.29975%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .three-sevenths:last-child {
      margin-right: 0; }
  .span-23 .half {
    width: 49.51228%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .half:last-child {
      margin-right: 0; }
  .span-23 .five-eigths {
    width: 62.13421%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .five-eigths:last-child {
      margin-right: 0; }
  .span-23 .four-sevenths {
    width: 56.72481%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .four-sevenths:last-child {
      margin-right: 0; }
  .span-23 .three-fiths {
    width: 59.60983%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .three-fiths:last-child {
      margin-right: 0; }
  .span-23 .two-thirds {
    width: 66.34152%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .two-thirds:last-child {
      margin-right: 0; }
  .span-23 .three-quarters {
    width: 74.75614%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .three-quarters:last-child {
      margin-right: 0; }
  .span-23 .five-sevenths {
    width: 71.14988%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .five-sevenths:last-child {
      margin-right: 0; }
  .span-23 .four-fiths {
    width: 79.80491%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .four-fiths:last-child {
      margin-right: 0; }
  .span-23 .five-sixths {
    width: 83.17076%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .five-sixths:last-child {
      margin-right: 0; }
  .span-23 .six-sevenths {
    width: 85.57494%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .six-sevenths:last-child {
      margin-right: 0; }
  .span-23 .seven-eigths {
    width: 87.37807%;
    margin-right: 0.97544%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-23 .seven-eigths:last-child {
      margin-right: 0; }

.span-24 {
  width: 198.18182%; }
  .span-24 .one-eigth {
    width: 11.68238%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .one-eigth:last-child {
      margin-right: 0; }
  .span-24 .one-seventh {
    width: 13.48478%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .one-seventh:last-child {
      margin-right: 0; }
  .span-24 .one-sixth {
    width: 15.88798%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .one-sixth:last-child {
      margin-right: 0; }
  .span-24 .one-fith {
    width: 19.25246%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .one-fith:last-child {
      margin-right: 0; }
  .span-24 .three-eigths {
    width: 36.91599%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .three-eigths:last-child {
      margin-right: 0; }
  .span-24 .one-quarter {
    width: 24.29918%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .one-quarter:last-child {
      margin-right: 0; }
  .span-24 .two-sevenths {
    width: 27.90399%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .two-sevenths:last-child {
      margin-right: 0; }
  .span-24 .two-fiths {
    width: 39.43935%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .two-fiths:last-child {
      margin-right: 0; }
  .span-24 .one-third {
    width: 32.71039%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .one-third:last-child {
      margin-right: 0; }
  .span-24 .three-sevenths {
    width: 42.32319%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .three-sevenths:last-child {
      margin-right: 0; }
  .span-24 .half {
    width: 49.53279%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .half:last-child {
      margin-right: 0; }
  .span-24 .five-eigths {
    width: 62.14959%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .five-eigths:last-child {
      margin-right: 0; }
  .span-24 .four-sevenths {
    width: 56.74239%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .four-sevenths:last-child {
      margin-right: 0; }
  .span-24 .three-fiths {
    width: 59.62623%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .three-fiths:last-child {
      margin-right: 0; }
  .span-24 .two-thirds {
    width: 66.35519%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .two-thirds:last-child {
      margin-right: 0; }
  .span-24 .three-quarters {
    width: 74.76639%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .three-quarters:last-child {
      margin-right: 0; }
  .span-24 .five-sevenths {
    width: 71.16159%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .five-sevenths:last-child {
      margin-right: 0; }
  .span-24 .four-fiths {
    width: 79.81312%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .four-fiths:last-child {
      margin-right: 0; }
  .span-24 .five-sixths {
    width: 83.1776%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .five-sixths:last-child {
      margin-right: 0; }
  .span-24 .six-sevenths {
    width: 85.5808%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .six-sevenths:last-child {
      margin-right: 0; }
  .span-24 .seven-eigths {
    width: 87.3832%;
    margin-right: 0.93442%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .span-24 .seven-eigths:last-child {
      margin-right: 0; }

.omega {
  margin-right: 0; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.offset-12 {
  margin-left: 100%; }

.offset-13 {
  margin-left: 108.33333%; }

.offset-14 {
  margin-left: 116.66667%; }

.offset-15 {
  margin-left: 125%; }

.offset-16 {
  margin-left: 133.33333%; }

.offset-17 {
  margin-left: 141.66667%; }

.offset-18 {
  margin-left: 150%; }

.offset-19 {
  margin-left: 158.33333%; }

.offset-20 {
  margin-left: 166.66667%; }

.offset-21 {
  margin-left: 175%; }

.offset-22 {
  margin-left: 183.33333%; }

.offset-23 {
  margin-left: 191.66667%; }

.offset-24 {
  margin-left: 200%; }

/*
.logo {
    @extend .span-2;
    @extend .column;
}
*/

/** layout **/
.bx-wrapper {
    position: relative;
    margin: 0 auto 40px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    opacity: 1;
}

.bx-wrapper .bx-next:hover {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.carousel-widget {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
}

.carousel-slides {
    padding: 0;
    list-style: none;
}

.carousel-slide {
    float: left;
}

.tab-content-container {
    display: none;
}

.no-js .carousel-slide {
    margin-bottom: 15px;
}

.no-js .carousel-slide:last-child {
    margin-bottom: 0;
}

.carousel-slide img {
    width: 100%;
}

.carousel-slide-text {
    padding: 8px 10px;
    overflow: auto;
}

.carousel-slide-text h2 {
    font-size: 1.5em;
    padding: 10px 0 5px 0;
}

.carousel-slide-text a {
    color: #27599F;
    text-decoration: none;
}

.carousel-slide-text a:hover, .carousel-slide-text a:focus {
  color: #000; }

.carousel-slide-text p {
    color: #000;
    display: block;
}

.carousel-controls {
    margin-top: -12px;
    position: absolute;
    width: 100%;
    overflow: visible !important;
    top: 30%;
    padding-left: 0;
}

.no-js .carousel-controls {
    display: none;
}

.tabs {
    list-style-type: none;
    padding: 0;
    margin: -1em;
}

.tabs li {
    padding: 18px 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.hot-links .span-6, .hot-links .site-header .item-list, .site-header .hot-links .item-list, .hot-links #content {
    font-size: 1.5em;
    text-align: center;
    background: #999;
    margin: 0 5px;
}


.carousel-controls li {
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 30px;
    display: block;
    overflow: hidden;
    height: 35px;
    width: 35px;
}

.carousel-prev {
    margin-left: -18px;
    background: url(../../images/arrow-left.png);
    height: 62px;
}

.carousel-next {
    margin-right: -18px;
    background: url(../../images/arrow-right.png);
    height: 62px;
}

.carousel-controls a {
    background: #ccc;
    border-radius: 26px;
    display: block;
    height: 100%;
    text-decoration: none;
    text-indent: -20000px;
    width: 100%;
}

.carousel-controls a:hover, .carousel-controls a:active {
    opacity: .75;
}

.carousel-controls a:before {
    color: #fff;
    display: block;
    font-size: .8em;
    padding: .5em 0;
    text-align: center;
    text-indent: 0;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 11px;
}

.carousel-prev {
    float: left;
    margin-left: 10px;
}

.carousel-prev a:before {
    padding-right: 2px;
}

.carousel-next {
    float: right;
    margin-right: 10px;
}

.carousel-next a:before {
    padding-left: 2px;
}

.container, .site-header {
    margin: 0 auto;
}

.wrapper .container .column, .wrapper .site-header .column, .site-header .wrapper .container .item-list, .wrapper .site-header .item-list, .site-header .wrapper .container .form__search, .wrapper .site-header .form__search, .wrapper .container .sidebar__primary, .wrapper .site-header .sidebar__primary, .wrapper .container #content, .wrapper .site-header #content, .wrapper .container .sidebar__secondary, .wrapper .site-header .sidebar__secondary {
    margin: 2px;
    overflow: hidden;
}

.wrapper .container .clear, .wrapper .site-header .clear {
    border: 0;
}

#main {
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 20px;
}

h1 {
    color: #505050;
}

h1, h2, .h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    margin: 0.5em 0;
}

h2,
.h2 {
    font-size: 1.8em;
    line-height: 1.1;
}

h3 {
    font-size: 1.6em;
    line-height: 1.3;
}

h3.title-small {
    font-size: 1.2em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

.links span, .links a {
    font-family: 'Roboto Slab', serif;
    font-size: 1.2em;
    font-weight: 400;
    padding-left: 10px;
}

.links a {
    color: #fff;
    text-decoration: none;
}

.links h1 {
	font-size: 1.2em;
	font-weight: 400;
	padding-left: 10px;
	color: #ffffff;
	margin: -4px 0 -1px 0;
	height: 29px;
}

section.twothirds {
    width: 100%;
}

section.onethird {
    width: 30%;
    float: right;
}

section ol {
    list-style: none;
}

.slidewrap {
    overflow: hidden !important;
    position: relative;
    width: 100%;
}

.crop {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.carousel-tabs, .slidecontrols, .slider {
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel-tabs li, .slidecontrols li {
    display: inline;
    margin-right: 6px !important;
}

.more-services-list {
    background: #f0f0f0;
    border: 1px solid #e3e2e2;
    margin-top: 1em;
}

.slidecontrols li {
    position: absolute;
}

.carousel-tabs li span {
    display: none;
}

.carousel-tabs li a:link, .carousel-tabs li a:visited, .slidecontrols li a:link, .slidecontrols li a:visited {
    display: block;
    position: relative;
    text-indent: -999999px;
}

.carousel-tabs li.carousel-active-tab a {
    font-weight: normal;
}

.slidecontrols a.carousel-disabled:link, .slidecontrols a.carousel-disabled:visited, .slidecontrols a.carousel-disabled:active, .slidecontrols a.carousel-disabled:hover {
    font-weight: normal;
    cursor: default;
    color: #ccc;
    text-decoration: none;
}

.container > .column.span-9, .site-header > .column.span-9, .site-header .container > .span-9.item-list, .site-header > .span-9.item-list, .site-header .container > .span-9.form__search, .site-header > .span-9.form__search, .container > .span-9.sidebar__primary, .site-header > .span-9.sidebar__primary, .container > .span-9#content, .site-header > .span-9#content, .container > .span-9.sidebar__secondary, .site-header > .span-9.sidebar__secondary {
    margin-top: 4em;
    overflow: hidden;
}

.span-12.document {
    margin-right: 0;
    width: 100%;
}

.span-12.landing {
    float: left;
}

.imageTextWidget:hover {
    background: #f0f0f0;
    cursor: pointer;
}

.image-text,
.imageTextWidget {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper > .container > .document, .wrapper > .site-header > .document {
    margin-top: 1em;
    overflow: hidden;
}

.wrapper > .container > .breadcrumb, .wrapper > .site-header > .breadcrumb {
    margin-top: 1em;
}

.breadcrumb ul li a:hover {
    text-decoration: underline;
}

.links {
    overflow: hidden;
    clear: both;
}

.links > column {
    margin-right: 0;
}

.links > .span-8 {
    background: #cd1543;
    color: #fff;
    padding: 10px 0;
}

.links > .span-12 {
    background: #cd1543;
    color: #fff;
    padding: 10px 0;
	width: 97.2%;
}

header .span-4 span {
    padding-left: 20px;
}

.links > .span-4 {
    background: url("../images/news-room.png") 96% center no-repeat #f99b1c;
    color: #fff;
    padding: 10px 0;
}

.links > .span-4:hover {
    text-decoration: underline;
    cursor: pointer;
}

.container .span-3, .site-header .span-3, .site-header .form__search, .container .sidebar__primary, .site-header .sidebar__primary {
    width: 25.18182%;
}

.links .column, .links .site-header .item-list, .site-header .links .item-list, .links .site-header .form__search, .site-header .links .form__search, .links .sidebar__primary, .links #content, .links .sidebar__secondary {
    font-size: 1.3em;
}

.task-slider {
    position: relative;
    width: 97%;
}

.task-slider .button, .task-slider input[type=submit] {
    border: 0;
    padding: 0;
}

.task-slider .icon-wrap {
    float: none;
    display: inline-block;
    padding-right: 1%;
    padding-bottom: 10px;
    margin-right: -4px;
    vertical-align: top;
    width: 49%;
}

.more-services-list .icon-wrap {
    width: 100%;
    display: block;
    margin-right: 0;
}

.more-services-list {
    float: left;
    width: 100%;
    max-width: 750px;
    position: relative;
}

.more-services-list .pink-chevron:last-child {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}

.more-services-button {
    margin: 35px auto 10px auto;
    display: block;
    width: 300px;
    text-align: center;
    background: #cb1443;
    padding: 10px 0 5px 0;
    width: 50%;
}

.more-services-button a {
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
}

.more-services-button a:hover {
    text-decoration: underline;
}

.more-services-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.action-lists {
    clear: both;
    padding: 1em 0;
    background: #f0f0f0;
}

.action-lists .action-lists-inner {
    background: #fff;
    margin: 0 1em;
}

.action-lists h3 {
    color: #00747b;
    padding: 10px;
    margin: 0;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.2em;
}

.action-lists ul {
    list-style-type: none;
    border-top: 1px solid #aaa;
    margin: 0 10px 6px 10px;
    padding: 0px;
}

.action-lists li {
    padding: 7px 0;
    font-size: 1em;
}

.action-lists a {
    text-decoration: none;
    color: #505050;
}

.action-lists a:hover {
    text-decoration: underline;
}

.action-lists ul li:last-child {
    margin: 0px -5px;
    background: url("../images/arrow.jpg") right center no-repeat #00747b;
}

.action-lists ul li:last-child a {
    color: #fff;
    padding: 0 5px;
    font-weight: bold;
    display: block;
}

.icon:before {
    display: block;
    font-size: 7.2em;
    height: .75em;
    line-height: .5em;
    text-align: center;
    width: .75em;
    margin: 0 auto;
}

.slidecontrols {
    margin-top: 44%;
    position: absolute;
    width: 100%;
    z-index: 4000;
}

.slidecontrols .next-item {
    right: 0;
    top: 0px;
}

.carousel-disabled {
    display: none !important;
}

.slidecontrols .previous {
    left: 6px;
    top: 0px;
}

.prev {
    float: right;
    height: 62px;
    width: 38px;
    text-decoration: none;
    background: url(../images/arrow-left.png);
}

.next {
    float: left;
    height: 62px;
    width: 38px;
    text-decoration: none;
    background: url(../images/arrow-right.png);
}

.category:hover .copy h2 {
    text-decoration: underline;
}

.category .copy h2 {
    margin: .5em 0 0 0;
    font-family: Arial, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
}

.imageTextWidget .copy h2 {
    font-family: "Roboto Slab",serif;
    font-size: 1.6em;
    margin: 0 0.1em;
}

.imageTextWidget .copy h2 a {
    color: #cb1443;
}

.copy {
    display: inline;
    text-align: center;
    width: 80%;
}

.copy h2 {
    padding: 0;
    margin: 0.5em 0;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    font-size: 1.4em;
    color: #cb1443;
}

.copy p {
    color: #505050;
    margin: 1em 0.5em;
}

.copy p a,
.copy p a:active,
.copy p a:visited {
    color:#505050;
}

.supplement #slider5 {
    padding-bottom: 0;
}

#slider5 {
    height: 1%;
    overflow: hidden;
    padding: 0 0 54%;
}

#slider5 .viewport {
    float: left;
    width: 240px;
    height: 100%;
}

#slider5 div {
    margin-bottom: 0;
}

#slider5 img {
	max-height: 450px;
	width: 100%;
	display: block;
}

#slider5 .text, .adverts .text {
    position: relative;
    background: #00747b;
    color: #fff;
    padding-left: 10px;
}
#slider5 h3 a,
.adverts h3 a {
    color: #fff;
}
#slider5 h3 a:hover,
.adverts h3 a:hover {
    text-decoration: underline;
}

.triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 21px 118px 0 119px;
    border-color: #00757b transparent transparent transparent;
    margin-top: -15px;
}

.text h3 {
    font-size: 1.6em;
    margin: 0;
}

.text p {
    line-height: 1.3em;
    padding-bottom: 5px;
    font-size: 1.143em;
}

#slider5 .buttons {
    background: #fff;
    border-radius: 35px;
    display: block;
    margin: 30px 10px 0 0;
    float: left;
    width: 35px;
    height: 34px;
    position: relative;
    color: #00757b;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

#slider5 .play-pause {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    margin: 8px 8px 0 0;
}

#slider5 .pause {
    background: url(../images/carousel-pause.jpg) center no-repeat;
    background-color: #FFF;
    background-size: 70%;
    text-indent: 4px;
    font-size: 17px;
    line-height: 37px;
}

#slider5 .play {
    background: url(../images/carousel-play.jpg) center no-repeat;
    background-color: #FFF;
    background-size: 70%;
    text-indent: 4px;
    font-size: 17px;
    line-height: 37px;
}

#slider5 .next {
    background: url(../images/carousel-arrow-down.jpg) center no-repeat;
    background-color: #FFF;
    background-size: 70%;
    font-size: 19px;
    margin: -42px 0 0 10px;
    left: 35%;
}

#slider5 .prev {
    background: url(../images/carousel-arrow-up.jpg) center no-repeat;
    background-color: #FFF;
    background-size: 70%;
    font-size: 19px;
    line-height: 33px;
    margin: -37px 0 0 0;
    left: 40%;
    text-indent: -1px;
    top: 45px;
    z-index: 40000;
}

#slider5 .disable {
    visibility: hidden;
}

#slider5 .overview {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 240px;
    position: relative;
}

#slider5 .overview li {
	float: left;
	margin: 0 20px 0 0;
	padding: 1px;
	width: 236px;
}

#slider5 .triangle {
    z-index: 1000;
    position: relative;
}

#columnPrimary #slider5, #columnPrimary .adverts {
    margin-bottom: 0;
}

.imageTextWidget a {
    text-decoration: none;
}

.imageTextWidget .active h2 {
    font-weight: bold;
}

.supCallToAction a {
    background: #CB1443;
    color: #fff;
    padding: 1em;
    display: block;
}
#columnPrimary .supCallToAction a:hover {
    text-decoration: underline;
}
.supCallToAction a span {
    font-size: 1.8em;
    font-family: 'Roboto Slab',serif;
    display: block;
    padding-bottom: 10px;
}

.supMultimedia {
    border: 1px solid #AAA;
    padding: 1em 1em 0;
}

.supMultimedia object {
    max-width: 100%;
}

#columnPrimary .supMultimedia div {
    margin-bottom: 0;
}

#columnPrimary .vertical-slide {
    overflow: hidden;
}

/*
.task-slider .icon-wrap:nth-child(2n+1) {
  clear: left; }
*/

.icon-wrap a:hover {
    text-decoration: underline;
	color: #cb1443;
}

.more-services-list .category:nth-child(odd) {
    clear: left;
}

.landing h2 {
    margin: 0;
}

.landing p {
    padding: 0 10px;
    text-align: left;
}

.intro {
    margin-bottom: 1em !important;
}

.intro span {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    margin: .5em 0 1em 0;
    float: left;
}

.bread {
    border: 1px solid #aaa;
    float: left;
    padding: 2px 0 3px;
    margin-top: 2em;
}

.bread li {
    display: inline;
    padding: 6px 6px 6px 6px;
    display: inline-block;
    line-height: 1.2em;
}

.bread li:after {
    content: ">";
    padding-left: 10px;
}

.bread .active:after {
    content: none;
}

.bread li a {
    color: #aaa;
    text-decoration: none;
}

.bread .active {
    background: none;
    color: #00747b;
}

.arrow-right {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    background: #fff;
    float: left;
}

.rate {
    padding-bottom: 2em;
}

.inactive {
    background: #999;
}

.advert {
    text-align: center;
    margin-bottom: 2em;
    height: 100%;
    padding: 0 10px;
}

.supp h3 {
    padding-left: 10px;
    font-size: 1.5em;
}

.supp {
    font-size: 1em;
    margin: 20px 0 !important;
}

.supp li {
    padding: 2px 0;
    clear: both;
}

.supp span {
    color: #cb1443;
}

.contact h3 {
    color: #cb1443;
}

.pagenavbox .contact ul li {
    margin: 5px 0;
    clear: both;
}

.supp .face {
    color: #000;
}

.supp ul {
    padding: 0 0 0 10px;
    list-style: none;
    width: 99% !important;
}

.tab {
    padding: 10px 0;
}

.tab span {
    padding: 0 0 0 10px;
}

.tab.inactive:hover {
    text-decoration: underline;
    cursor: pointer;
}

.tab span > span {
    padding: 0;
}

.document h2, .main-title {
    font-weight: 400;
    font-size: 2.4em;
    margin: 0;
    color: #505050;
}

.intro {
    margin-top: 0;
}

.nav-header {
    font-weight: 300;
    font-size: 2em;
}

.float_left,
.float_right {
    max-width: 100%;
}

.content-wrap p,
.content-wrap table,
.content-wrap ul,
.content-wrap ol,
.content-wrap address {
    font-size: 1.143em;
}

.content-wrap ul ul,
.content-wrap ol ol {
    font-size: 1em;
	margin: 0 0 0 2em;
}

.byEditor {
    overflow: hidden;
}

.byEditor p {
    line-height: 1.5em;
}

.byEditor img.float_left {
    margin: 0 1em 1em 0;
}

.byEditor img.float_right {
    margin: 0 0 1em 1em;
}

.byEditor ol, .byEditor ul {
    margin: 1em 0 1em 2em;
}

.byEditor ul {
    list-style: disc;
}

.byEditor ul ul {
	list-style: outside none circle;
}

.doc-logo {
    display: block;
    font-size: 6em;
    line-height: .5em;
    text-align: center;
    width: 1em;
    float: left;
    margin-right: 0.2em;
}

.left-col {
    margin: 0;
}

.left-col li {
    padding: 7px 0px;
    list-style: none;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    font-size: 1.3em;
    clear: both;
}

.left-col li a {
    color: #cb1443 !important;
    text-decoration: none;
}

.left-col li.active {
    background: #dddddd;
    display: block;
    float: left;
}

#slider5 {
    display: none;
}

.adverts {
    float: left;
    background: #00757b;
    width: 100%;
}

.bxslider {
    background: #00757b;
    overflow: hidden;
}

.adverts .text {
    float: right;
    width: 47%;
    border: 0;
    padding-left: 3%;
}

.adverts img {
    width: 45%;
    float: left;
    margin-left: 5%;
}

.crumb {
    max-width: 600px;
}

.pagenavbox ul {
    display: block !important;
    margin: 0;
    width: 100%;
}

.pagenavbox ul li {
    display: block;
    float: left;
    clear: both;
    margin: 2px 0;
    padding: 0 10px;
    background: #00747b;
    width: 100%;
}

.pagenavbox .byEditor ul li {
    background: none;
}

.pagenavbox ul li.active {
    padding-top: 0.7em;
    border-top: 1px solid #aaa;
    background: none;
    margin-top: 2em;
}

.pagenavbox ul li a {
    font-size: 1.25em;
    line-height: 1em;
    padding-top: 0;
    position: static;
    text-align: left;
    text-decoration: none;
    width: 100%;
    color: white !important;
}

.pagenavbox ul li span {
    color: white !important;
}

.pagenavbox .byEditor ul li span {
    color: #cb1443 !important;
}

.active .pagenav {
    padding-left: 10px;
    color: #505050 !important;
}

.imageTextWidget {
    float: left;
    padding: 1em 0.5em;
}

.imageTextWidget img {
    width: 80px;
    height: 80px;
}

html {
    font-family: Arial, sans-serif;
    font-size: .9em;
}

body {
    padding-top: 71px;
}

.no-js body {
    padding-top: 0;
}

header {
    background-color: #cb1443;
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}

.no-js header {
    position: relative;
}

header .container, header .site-header {
    padding: 10px;
}

header .container {
    align-items: center;
    display: flex;
    height: 81px;
    justify-content: space-between;
}

wrapper {
    max-width: 990px;
    margin: 0 auto;
}

.logo {
    height: 100%;
    width: 50%;
    display: block;
    margin-left: 2%;
    margin-top: -10px;
    -moz-box-shadow: 16px -34px 15px 2px  #B21439, -16px -28px 8px -4px #B21439;
    -webkit-box-shadow: 16px -34px 15px 2px #B21439, -16px -28px 8px -4px #B21439;
    box-shadow: 16px -34px 15px 2px #B21439, -16px -28px 8px -4px #B21439;
}

.logo img {
    display: block;
}

input[type=submit].icon-search {
    color: #cb1443 !important;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 28px;
    background: none;
    font-size: 2em;
    top: -18px;
    padding: 0;
    text-align: right;
    width: 50px;
}

.icon-search:hover {
    color: #505050 !important;
}

input[type="submit"].search-button {
    background: url(css_img/telford_search.png) no-repeat transparent;
    width: 15%!important;
    float: right;
    border: none!important;
    padding: 0!important;
    text-indent: -9999px;
}

input[type="submit"].search-button:hover {
    background: url(css_img/telford_search_hover.png) no-repeat transparent 1px 0;
}

.button input, input[type=submit] input {
    display: inline-block;
    width: 19em;
    padding: 10px;
}

a.button.az {
    /*padding: 0.5em!important;*/
	padding: 4px 0 !important;
	margin: 0 2%;
}

a.button.active.az {
    height: 7px;
    display: inline;
    /*padding: 0.5em!important;*/
	padding: 4px 0 !important;
	margin: 0 2%;
}

input.search {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
    width: 0em;
    height: 2em;
    margin: 1em;
    margin-right: -4.5em;
    background: #fff;
    color: #000;
    font-size: 1em;
    font-weight: 600;
    padding: 0px;
    border: 0;
    border-radius: 5px;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.announcement {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #cd1543;
    box-sizing: border-box;
    color: #000;
    margin-bottom: 2em;
    padding: 10px;
    /*width: 97.2%;*/
	width: 100%;
}


@media screen and (max-width: 800px) {

.announcement {
	width: 100%;
}

}

.announcement a {
    color: #cb1443;
    line-height: 2em;
    padding: 8px 0;
    text-decoration: none;
}

.announcement p {
    font-size: 1.143em;
    color: #000;
}

.announcement a:hover {
    text-decoration: underline;
}

nav ul {
    text-align: left;
    margin: 0;
    padding: 0px;
}

.top-links {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.top-links-container {
    float: right;
}

.top-links nav .show_hide_small {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Roboto Slab', serif;
    left: 10px;
    position: absolute;
    top: -11px;
}

.top-links nav a {
    color: #fff;
    font-size: 1.5em;
    font-family: 'Roboto Slab', serif;
}

.background {
    background: url(../../images/bottom-img.png) center bottom;
}

.top-links nav ul li {
    display: inline;
    margin: 0 2px 0 0;
    padding: 9px 0;
}

.span-4 span.menu {
    padding-left: 0;
}

.show_hide_small {
    display: none;
    float: left;
    font-size: 5em;
    text-decoration: none;
}

.show_hide_small .menu {
    display: none;
}

.top-links nav ul {
    list-style-type: none;
    padding-bottom: 10px;
    padding: 10px 0;
    left: 0px;
    display: block !important;
    text-align: right;
}

.top-links nav ul li {
    display: inline;
    padding-left: 5px;
}

.top-links nav ul li a {
    text-decoration: none;
    padding: 4px 0;
	margin: 0 8px;
}

.top-links nav ul li a:last-child {
    margin-right: 0;
}

.top-links nav ul li a:hover,
.top-links nav ul li a:focus,
.top-links nav ul li a:active {
    text-decoration: underline;
}

.top-links .button, .top-links input[type=submit] {
    border: 0;
    line-height: 0em;
    margin: 0;
    padding: 4px 4%;
}

.top-links > .button, .top-links > input[type=submit] {
    background: none;
}

.top-links > .button.active, .top-links > input.active[type=submit] {
    background: #00747b;
    padding: 5px 0;
}

.search[aria-hidden="true"] {
    display: none;
}

.search-button,
.menu-button {
    background: transparent;
    border: 0;
    padding: 0;
}

.search-button:hover,
.menu-button:hover {
    opacity: .7;
}

.menu-button {
    padding: 3px 0 4px;
}

.search-button {
    align-items: center;
    display: flex;
    height: 23px;
    justify-content: center;
    position: relative;
    width: 23px;
}

.search-button[aria-expanded="true"] svg {
    opacity: 0;
}

.search-button svg {
    height: 20px;
    opacity: 1;
    transition: opacity .2s ease-out;
    width: 20px;
}

.mobile-menu {
    display: flex;
    float: right;
}

.mobile-menu li {
    display: inline-block;
    margin-left: 20px;
}

@media screen and (max-width: 800px) {
    .js-menu {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 100000;
        opacity: 0;
    }

    .js-menu ul {
        background: #0C000E;
    }

    .js-menu[aria-hidden="false"] {
        opacity: 1;
    }

    .js-menu[aria-hidden="true"] {
        display: none;
    }

    .top-links .js-menu ul {
        text-align: center;
    }

    .top-links .js-menu li {
        display: block;
    }
}

@media screen and (min-width: 800px) {
    .search-focus {
        display: none;
    }
}

.toggle-icon {
    display: inline-block;
    height: 18px;
    position: relative;
    transform: rotate(0deg);
    vertical-align: middle;
    width: 23px;
}

.toggle-icon::before, .toggle-icon::after {
    background-color: #fff;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transform: translateY(0) rotate(0deg);
    transition: top 0.2s ease-out, bottom 0.2s ease-out, transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    width: 100%;
}

[aria-expanded="true"] .toggle-icon::before, [aria-expanded="true"] .toggle-icon::after {
    bottom: auto;
    height: 2px;
    top: 50%;
}

.toggle-icon::before {
    top: 0;
}

[aria-expanded="true"] .toggle-icon::before {
    transform: translateY(-50%) rotate(45deg);
}

.toggle-icon::after {
    bottom: 0;
}

[aria-expanded="true"] .toggle-icon::after {
    transform: translateY(-50%) rotate(-45deg);
}

.toggle-icon .toggle-icon__line {
    background-color: #fff;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: transform 0.2s ease-out, opacity 0.2s-fast ease-out;
    transition: transform 0.2s ease-out;
    width: 100%;
}

[aria-expanded="true"] .toggle-icon .toggle-icon__line {
    opacity: 0;
    transform: translate(-100%, -50%);
}

.toggle-icon--search {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s ease-out;
}

@media screen and (max-width: 599px) {
    .toggle-icon--search {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.toggle-icon--search .toggle-icon__line {
    opacity: 0;
}

[aria-expanded="true"] .toggle-icon--search {
    opacity: 1;
}

.news-room {
	background-color: none;
}

.az-list {
    z-index: 90000;
    width: 100%;
    position: absolute;
    padding: 5px 0;
    background: #0C000E;
    font-family: 'Roboto Slab', serif;
    font-weight: lighter;
    border: none !important;
    top: 100%;
}

.az-list[aria-hidden] {
    height: 0;
}

.az-list[aria-hidden=true] {
    opacity: 0;
    visibility: hidden;
    transition: height .2s ease-out, opacity .1s .2s linear, visibility .1s .2s linear;
}

.az-list[aria-hidden=true] * {
    opacity: 0;
}

.az-list[aria-hidden=false] {
    /* Height to match heaader container */
    height: 81px;
    opacity: 1;
    visibility: visible;
    transition: height .2s ease-out;
}

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

.az-list ul {
    margin: 0;
    text-align: center;
}

.az-list li {
	font-weight: 400;
    display: inline-block;
    font-size: 1.143em;
    margin-right: 3px;
}

.az-list a {
    color: #fff;
    display: block;
    padding: 5px;
}

.az-list a:hover,
.az-list a:focus,
.az-list a:active {
    text-decoration: underline;
}

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

.az-list {
    border: 0;
}

footer {
    width: 100%;
    float: left;
    background: #cb1443;
	/*padding-bottom: 50px;*/ /* added for CAN iBar */
	padding-bottom: 0;
}

footer ul {
    list-style-type: none;
}

.bottom-links li {
    display: inline-block;
    line-height: 1.3;
    margin: 3px 10px;
}

.bottom-links a:hover {
    text-decoration: underline;
}

.social {
    float: left;
    margin-top: 5px;
    margin-bottom: 0.2em;
}

.social li a:hover span,
.social li a:focus span {
    text-decoration: underline;
}

.social .title {
    display: none;
}

.social a {
    display: inline-block;
}

.social a:hover img {
    opacity: .7;
}

.social a:focus img {
    outline: none !important;
}

.social img {
    height: 37px;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    width: 37px;
}

.facebook, .twitter, .flickr, .youtube {
    padding: 0 .3em;
}

footer li {
    display: inline;
}

.bottom-links {
    float: left;
    /*font-size: 11.5px;*/
	font-size: 1em;
    padding: 0;
    margin: 0;
}

.bottom-links a {
    color: #fff;
    text-decoration: none;
}

.alert {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em 1em;
    position: relative;
    margin: 1em 0;
    border-style: solid;
    border-width: 2px;
    border-color: #d2d2d2;
    border-radius: 5px;
}

.alert p {
    margin: 0;
    width: 90%;
    font-size: 0.85em;
}

.alert h2 {
    margin: 0;
    font-size: 1.1em;
}

.alert__success {
    background: #c6edcc;
    border-color: #36b14a;
}

.alert__success p {
    color: #1e6329;
}

.alert__success h2 {
    color: #2a8a3a;
}

.alert__danger {
    background: #edc6c6;
    border-color: #b13636;
}

.alert__danger p {
    color: #631e1e;
}

.alert__danger h2 {
    color: #8a2a2a;
}

.alert__info {
    background: #c6d2ed;
    border-color: #365cb1;
}

.alert__info p {
    color: #1e3363;
}

.alert__info h2 {
    color: #2a488a;
}

.alert__warning {
    background: #e2e1aa;
    border-color: #8f8e31;
}

.alert__warning p {
    color: #434317;
}

.alert__warning h2 {
    color: #696824;
}

.quote {
    font-size: 1em;
    font-weight: 600;
    background: #ebebeb;
    color: #606060;
    padding: 10px;
    font-style: italic;
}

.quote__pullquote, .quote__pullquote-right {
    width: 80%;
    margin-left: 0;
    display: block;
}

.quote__pullquote-right {
    margin-left: auto;
    margin-right: 0;
}

.boxed {
    padding: 1em;
    box-sizing: border-box;
    margin-top: 2em;
}

.boxed__primary {
    background: #d2d2d2;
}

.boxed__secondary {
    background: #cb1443;
    color: #FFFFFF;
}

.boxed__secondary .button {
    background: #fff;
    color: #cb1443;
}

.boxed__standout {
    border: 2px solid #00868e;
    background: #00747b;
    color: #FFFFFF;
	margin-top: 0;
}

.boxed__standout .button {
    background: #fff;
    color: #00747b !important;
    text-decoration: none !important;
}

.boxed__standout p, #content .boxed__standout label {
    color: #FFFFFF;
}

.boxed__standout a {
    color: #FFFFFF;
    text-decoration: underline !important;
}

.boxed__standout a:hover {
    text-decoration: none !important;
}

.boxed__news li {
    font-size: 1.4em;
}

.boxed__news h2 {
    font-size: 1.8em !important;
}

.boxed__news li a {
    color: #cd1543 !important;
    text-decoration: none !important;
}

.breadcrumb {
    width: 100%;
    float: left;
    display: none;
    position: relative;
    z-index: 100;
}

.breadcrumb ol {
    padding: 5px 10px;
    background: #cccccc;
}

.breadcrumb ol li {
    list-style: none;
    display: inline;
}

.breadcrumb ol li:first-child:before {
    display: none;
}

.breadcrumb ol li:before {
    content: '>';
    padding: 0 10px;
}

.button.trigger, input.trigger[type=submit] {
        position: absolute;
        font-size: 2em;
        padding: 0!important;
        right: 30px;
        color: white !important;
        top: 13px;
        width: 1em!important;
    }

.button {
    border: none !important;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.button, input[type=submit] {
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    font-size: 1em;
    padding: 0.5em 1em !important;
    margin: 0.2em 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.button:active, input[type=submit]:active {
    border-bottom-width: 1px;
}

.button__primary {
    background: #00747b !important;
    color: #FFFFFF !important;
    border-color: #00969f !important;
}

.button__primary:hover {
    background: #339096!important;
}

.button__success {
    background: #9ee2a9;
    color: #36b14a;
    border-color: #36b14a;
}

.button__success:hover {
    background: #77d687;
}

.button__warning {
    background: #d5d484;
    color: #8f8e31;
    border-color: #8f8e31;
}

.button__warning:hover {
    background: #c8c75e;
}

.button__danger {
    background: #cb1443;
    color: #FFFFFF !important;
}

.button__danger:hover {
    background: #d67777 !important;
}

.button__info {
    background: #9eb3e2;
    color: #365cb1;
    border-color: #365cb1;
}

.button__info:hover {
    background: #7794d6;
}

.button__disabled {
    background: white;
    color: #cccccc;
    cursor: default !important;
    border-color: #cccccc;
    border-bottom-width: 1px;
}

.button__disabled:active {
    margin-top: 0;
}

.button__muted {
    background: #e0e0e0;
    color: #939393;
    border-color: #939393;
}

.button__muted:hover {
    background: #cccccc;
}

.form__append .button, .form__append input[type=submit] {
    margin-left: -10px !important;
    margin-right: 0.2em !important;
    margin-top: 0;
    height: 2em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    -webkit-appearance: none !important;
}

.calendar {
    width: 100%;
    border-collapse: collapse;
    border-radius: 4px;
}

.calendar th {
    border: 1px solid #000;
    margin: 0;
    padding: 4px;
}

.calendar td {
    padding: 4px;
    border: 1px solid #000;
    margin: -4px;
    text-align: center;
}

.callout {
    padding: 0.25em 1em;
    margin: 1em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.callout__success {
    background: #edf9ef;
}

.callout__success p {
    color: #1e6329;
}

.callout__success h2 {
    color: #2a8a3a;
}

.callout__warning {
    background: #f5f5e3;
}

.callout__warning p {
    color: #434317;
}

.callout__warning h2 {
    color: #696824;
}

.callout__danger {
    background: #f9eded;
}

.callout__danger p {
    color: #631e1e;
}

.callout__danger h2 {
    color: #8a2a2a;
}

.callout__info {
    background: #edf1f9;
}

.callout__info p {
    color: #1e3363;
}

.callout__info h2 {
    color: #2a488a;
}

.callout__disabled {
    background: #cccccc;
    cursor: none;
}

.callout__disabled p {
    color: #999999;
}

.callout__disabled h2 {
    color: #b3b3b3;
}

.callout__muted {
    background: #b3b3b3;
}

.callout__muted p {
    color: gray;
}

.callout__muted h2 {
    color: #999999;
}

.callout__feature {
    background: #e6e6e6;
}

.callout__feature p {
    color: #b3b3b3;
}

.form strong {
    margin-top: 0;
    margin-bottom: 1em;
    display: block;
    float: left;
    margin-right: .5em;
}

.checkbox input, .radio input {
    display: inline;
    margin-right: 0.5em;
}

.field {
    border-style: solid;
    border-width: 1px;
    padding: 6px;
}

textarea.field {
    padding-top: 2px;
}

.field__danger {
    background: #fcf4f4;
    border-color: #b13636;
    color: #b13636;
}

.field__success {
    background: #edf9ef;
    border-color: #36b14a;
    color: #36b14a;
}

.field__info {
    background: #edf1f9;
    border-color: #365cb1;
    color: #365cb1;
}

.field__disabled {
    border-color: #cccccc;
}

.select__success {
    border-width: 2px;
    border-style: solid;
    border-color: #36b14a;
}

textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
}

input:focus {
    outline: none;
}

.form__inline label, .form__search label {
    display: none;
}

.form__inline .field, .form__search .field {
    display: inline;
}

.form__inline .button, .form__search .button, .form__inline input[type=submit], .form__search input[type=submit] {
    display: inline;
}

.form__inline select, .form__search select {
    display: inline;
}

.form__block>div {
    overflow: auto;
    margin-bottom: 10px;
}

.form__block .field {
    display: block;
}

.form__block select {
    display: block;
}

.form__block label strong, form p strong, .form__block .label strong, .form__block .error {
    color: #f00;
    display: inline;
}

.form__append {
    margin: 1em 0;
    overflow: auto;
}

.form__append .field {
    border-radius: 0;
    font-size: 1em;
    -moz-box-sizing: content-box;
    /* or `border-box` */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
}

.form__block .field, .form__block .text, .form__block textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    min-width: none;
}

.form__block label, .form__block .label {
    width: 100%;
    padding: 8px 0;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    clear: both;
    position: relative;
    font-weight: bold;
}

.form__block select {
    width: 100%;
    height: 30px;
    -webkit-appearance: menulist-button;
    border: 1px solid #ccc;
}

form input[type="checkbox"], form input[type="radio"] {
    border: none;
}

form textarea {
    resize: none;
}

form select {
    -webkit-appearance:menulist-button;
    padding: 6px;
}

form input[type="checkbox"], form input[type="radio"] {
    border: none;
}

.form #image {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9em;
    clear: both;
}

.form-submit {
    background: #e3e3e3;
    padding: 2em 1.5em;
    border-top: 1px solid #BBB;
    clear: both;
}

.form__block input[type="checkbox"], .form__block input[type="radio"] {
    clear: both;
    float: left;
    position: absolute;
    right: 120px;
    margin-top: 6px;
}

.form__block .dateOfBirth {
    width: 100%;
    float: left;
    margin-left: 0;
}

.form__block .dateOfBirth li {
    display: inline-block;
    margin-right: -4px;
    width: 33%;
}

.form__block .dateOfBirth li label {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form__block .dateOfBirth li input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.help {
    width: 100%;
    float: left;
    clear: both;
    font-size: 85%;
}

img {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.caption {
    color: #6d6d6d;
    margin-top: 6px;
}

.overlay-text.one-quarter {
    width: 48%;
}

.overlay {
    margin: -70px 0 20px 0;
    padding: 5px;
    background: rgba(96, 96, 96, 0.5);
    position: relative;
    z-index: 43;
    color: #fff;
    overflow: hidden;
}

.overlay h3 {
    margin: 0;
}

.overlay p {
    margin: 0.4em 0;
}

.overlay img {
    width: 120%;
}

.thumbnail, .image__avatar {
    width: 20%;
    max-width: 150px;
    height: auto;
}

.thumbnail img, .image__avatar img {
    width: 125%;
    height: auto;
}

.image__avatar {
    max-width: 60px;
}

.image__avatar img {
    border-radius: 30px;
    border: 2px solid #000;
}

.item-list {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.item-list li {
    margin: 3px 0;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
    list-style: none;
}

.item-list li a {
    text-decoration: none;
}

.item-list__rich {
  padding: 0;
}

.item-list__rich li:first-child {
    border-top: 1px solid #606060;
}

.item-list__rich li {
    border-bottom: 1px solid #606060;
    list-style: none;
    padding: 8px 0;
}

.item-list__inline li {
    display: inline;
    margin-right: 1.8em;
}

.item-list__striped {
    padding: 0;
}

.item-list__striped li {
    list-style: none;
    padding: 0.3em 0.5em;
    background: white;
    border: none;
}

.item-list__striped li:nth-child(odd) {
      background: #e1e1e1;
}

.paginator ol {
    padding: 0;
}

.paginator li {
    list-style: none;
    display: inline;
    padding: 0 4px;
}

.paginator a {
    padding: 6px;
    background: #b3b3b3;
}

.paginator__numbered li:first-child {
    padding: 0;
}

.paginator__numbered li:last-child {
    padding: 0;
}

.paginator__text li {
padding: 0 4px;
}

.progress-bar {
    width: 100%;
    background: #d2d2d2;
    border-radius: 3px;
    position: relative;
    height: 30px;
}

.progress-bar img {
      height: 30px;
      position: absolute;
}

.progress-bar .progress-indicator {
    background: #b3b3b3;
    border-radius: 3px 0 0 3px;
    padding: 10px 0;
}

.progress-bar__success .progress-indicator {
    background: #36b14a;
}

.progress-bar__danger .progress-indicator {
    background: #b13636;
}

.progress-bar__info .progress-indicator {
    background: #365cb1;
}

.sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 1em;
    box-sizing: border-box;
}

.sidebar__primary {
    background: #d2d2d2;
}

.sidebar__secondary {
    background: #606060;
}

.supplement__contact .image__avatar {
    margin: 0 auto;
}

.data-table {
    width: 100%;
}

.data-table th {
    padding: 1em;
    text-align: left;
}

.data-table td {
    padding: 1em;
}

.data-table__compact th {
    padding: 0.5em;
}

.data-table__compact td {
    padding: 0.5em;
}

.data-table__striped tr {
    background: white;
}

.data-table__striped tr:nth-child(odd) {
    background: #eeeeee;
}

.data-table__bordered {
    border: 1px solid #000;
}

.data-table__bordered th {
    border-bottom: 1px solid #000;
}

.data-table__bordered td {
    border: 1px solid #000;
}

.data-table__bordered th + th {
    border-left: 1px solid #000;
}

.data-table__bordered td + td {
    border-left: 1px solid #000;
}

/* ADDED IN CMS BUILD */

.announcement {
    margin-top: 2em;
    overflow: hidden;
}

.announcement .h2 {
    color: #cb1443;
    font-family: "Roboto Slab",serif;
    font-size: 1.8em;
	line-height: inherit; /*added after UAT testing */
	margin: 0; /*added after UAT testing */
}

#content .announcement {
    margin-top: 0;
}

#wrapper address:before {
    font-family: 'fontello';
    content: '\e801';
    position: absolute;
    left: 0;
    top: 2px;
}
#wrapper address {
    position: relative;
    font-style: normal;
    padding: 3px 0 3px 20px;
    margin: 1em 0;
}

.announcement .content-left {
    width: 100%;
    float: none;
}

.announcement img {
    float: none;
    margin: 0;
    width: auto;
    display: block;
    padding-top: 1em;
}

.task-more-button {
    text-align: center;
}

.task-button {
    margin: 10px auto;
    background: #cb1443;
    color: #FFFFFF;
    position: relative;
    text-align: center;
    width: 300px;
    max-width: 100%;
    padding: 0;
    clear: both;
    min-height: 50px;
    font-size: 1.3em;
}

.task-button a {
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    display: block;
    border: none;
}

.rss-icon {
    margin-right: 10px;
}

/* SUPPLEMENTS */

.advert__supplement, .contact__supplement, .image__supplement {
    background: #ffffff;
    padding: 0;
	margin: 0;
    color: #FFFFFF;
}

.image__supplement > h2 {
	background-color: #cd1543;
	margin: 0 0 1px 0;
	padding: 10px;
}

.advert__supplement img {
    text-align: center;
}

.advert__supplement p {
    background: #00747b;
    margin: 0;
    padding: 0.5em 0;
}

.advert__supplement a, .contact__supplement a, .image__supplement a, .navigation__supplement a {
    color: #FFFFFF;
    text-decoration: underline !important;
}

.advert__supplement a:hover, .contact__supplement a:hover, .image__supplement a:hover, .navigation__supplement a:hover {
    text-decoration: none !important;
}

.image__supplement a {
	text-decoration: none !important;
}

.image__supplement a:hover {
	text-decoration: underline !important;
}


.contact__supplement h2 {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 0.5em;
}

.contact__supplement img {
    float: right;
    width: 30%;
    max-width: 115px;
    border: 4px solid #FFFFFF;
    margin: 0 0 10px 10px;
    height: auto;
}

.contact__supplement .contact_address {
    border-top: 1px solid #00939c;
    border-bottom: 1px solid #00939c;
    clear: both;
}

.contact__supplement .contact_tel {
    border-bottom: 1px solid #00939c;
}

.furtherinfo__supplement {
    border: 1px solid #aaa;
    padding: 0 1em;
}

.furtherinfo__supplement h2 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #00939c;
}

.image__supplement img {
    padding: 4px;
	border: 1px solid #aaa;
	width: 100%;
}

.image__supplement p.description {
    border-top: 0;
    margin-top: 0;
}

.image__supplement .description {
    border-top: 1px solid #00939c;
    border-bottom: 1px solid #00939c;
    padding-bottom: 10px;
}

.navigation__supplement {
    background: #cb1443;
    padding: 1em;
    color: #FFFFFF;
}

.navigation__supplement h2 {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
}

.navigation__supplement ul {
    margin-bottom: 0;
    margin-left: 10px;
}

.navigation__supplement li {
    padding-bottom: 10px;
}

/* A-Z */
.a-z-list {
    text-align: center;
}

.a-z-list li {
    display: inline-block;
    margin-right: -4px;
    padding: 2px;
    text-transform: uppercase;
}

.a-z-list li span {
    padding: 15px;
    background: #e3e3e3;
    display: block;
    width: 20px;
    text-align: center;
}

.a-z-list li a {
    padding: 15px;
    background: #00747b;
    color: #FFFFFF;
    display: block;
    width: 20px;
    text-align: center;
}

.a-z-list li a:hover {
    background: #339096!important;
}

.a-z-search {
    margin: 3em 0 1em;
}


/* DOCUMENTS */
.marg-top {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #e3e3e3;
}

.marg-top a {
    text-decoration: none;
}

.cate_info {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1.5em;
    /*float: left;
    width: 100%;*/
}

.cate_info:last-child {
    border-bottom: none;
}

ul.indented-list {
    float: left;
    width: 100%
}
.indented-list li {
    margin: 0.5em 0 0.5em 20px;
    list-style: disc;
    float: left;
    width: 45%;
}


/* XFORMS */

h2.warning {
    color: #f00;
}

.xforms_searchText {
    width: 100% !important;
    margin: 0 0 1em !important;
}

.progressmarker {
    background-repeat: repeat-x;
    height: 30px;
    background-color: #00747b;
    background-repeat: repeat-x;
    color: #ffffff;
}

#content .xform p {
    margin: 1em 0 3em;
}

.button_right {
    float: right;
}

input.button_left {
    float: left;
    margin-right: 10px;
}

input[type="file"] {
    border: none;
    padding: 0;
}

/* EVENTS */

.underline {
    border-bottom: 2px solid #00747b;
    padding-bottom: 0.5em
}

#calendar {
    width: 100%;
}

#calendar .nav {
    text-decoration: none;
}

#calendar td {
    padding: 5px 0;
    text-align: center;
}

#calendar td.today {
    background: #ddd;
    font-weight: bold;
}

.calendar_form {
    border: 1px solid #e3e3e3;
    padding: 0 10px;
}

.event-selection label {
    width: 100%;
    display: block
}

.event-selection select {
    height: 32px;
    margin: 10px 0;
    -webkit-appearance:  menulist-button;
    border: 1px solid #ccc;
    width: 75%;
	background-color: #ffffff;
}

.event-selection .button {
    width: 20%;
    margin-top: 10px;
}

.featured_event {
    background: #d7f1f3;
    padding: 0.5em 1em;
    margin-bottom: 3em;
}

.event_wrap {
    padding: 0.5em 1em;
}

.featured_event .byEditor, .event_wrap .byEditor {
    margin-top: 0 !important;
}

.featured_event .byEditor p, .event_wrap .byEditor p {
    padding: 0;
}

.event_info {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}

.event_info h3 {
    font-size: 1.2em;
}

.event_info:last-child {
    border-bottom: none;
}

.event_categories .cate_info {
    border-bottom: none;
    padding-left: 15px;
}

.event_info_list li {
    margin-bottom: 1.58em;
    padding-left: 15px;
}

.center {
    text-align: center;
}


/* DOWNLOADS */

.download ul li img {
    padding-right: 5px;
}

.browse_topic {
    padding: 1em 0;
}

.browse_topic .cate_info {
    padding-left: 15px;
    border-bottom: none;
}

.download_box .item-list li {
    border-bottom: 1px solid #e3e3e3;
    margin: 1em 0 1em 15px;
}

.download_box .item-list li ul {
    margin: 0;
}

.download_box .item-list li ul li {
   border-bottom: none;
   margin: 0;
}

.additional-links li {
    display: inline;
}

/* NEWS & PRESS */

.news li {
    border-bottom: 1px solid #e3e3e3;
    margin: 1em 0;
    clear: both;
    min-height: 10px;
    overflow: hidden;
}

.news li:first-child {
       border-bottom: none;
       margin: 0 0 1em 0;
}

.news_article {
    background: #00747b;
    color: #FFFFFF;
    padding: 1em 1.5em;
    margin-bottom: 2em;
    clear: both;
    min-height: 10px;
    overflow: hidden;
}

.news_article h2 {
    font-size: 1.8em;
    line-height: 1.1em;
}

.news_article a {
    color: #FFFFFF;
}
.news_article a:hover {
    color: #003235;
}

.news_archive {
    margin: 0 0 1em;
}

.news_archive li {
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    margin: 0 0 1em;
    min-height: 10px;
    overflow: hidden;
}

.news_category li {
    border-bottom: 1px solid #e3e3e3;
    margin: 1em 0;
    clear: both;
    min-height: 10px;
    overflow: hidden;
}

.news_category li:first-child {
    margin-top: 0;
}
.news_category h2 {
    line-height: 1.3;
}

.date {
    font-size: 0.9em;
}

.summary {
    font-style: italic;
    font-weight: bold;
}

.news img {
    width: 30%;
}

.press_years {
    width: 100px;
}

#content .press_years_label {
    width: 100px;
}

/* GALLERIES */

.gallery_box {
    overflow: hidden;
    padding-bottom: 1em;
}

.gallery_box div {
    width: 100%;
}

.gallery_box h3 {
    clear: none;
    margin-top: 0;
}

ul.list_gallery li {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    padding: 1em;
    vertical-align: top;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

ul.list_gallery li a {
    text-align: center;
}

ul.list_gallery li img {
    display: block;
    margin: 0 auto 10px;
    padding: 0.5em;
    border: 1px solid #DDD;
}

ul.list_gallery li a:hover {
    opacity: 0.6;
}

ul.list_gallery li span {
    display: block;
    clear: both;
    position: absolute;
    left: -99999px;
    top: -999999px;
}

#gallery_item, #podcast_multimedia {
    border: 1px solid #AAA;
    margin-right: 0;
    padding: 1em;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#gallery_item img.img-gallery {
    display: block;
    margin: 30px auto 10px;
}

.gallery_info, .podcast_info {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 1em;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#gallery_near_items a:hover {
    opacity: 0.6;
}

#gallery_near_items li {
    text-align: center;
    width: 50%;
    padding: 0 1em;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#gallery_near_items img {
    padding: 0.5em;
    border: 1px solid #DDD;
}

#content .gallery_box a.galImg {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    float: none;
    display: block;
}

#content .gallery_box a img {
    display: block;
    margin: 0 auto;
}

/* FAQS */

ul.list_faqs .byEditor {
    margin: 0!important;
}

ul.list_faqs .byEditor p {
    padding: 0;
}

ul.list_faqs p.faq {
    margin: 0;
    font-weight: bold;
}

/* DIRECTORY */

table td.record {
    text-align: left;
    width: 75%;
}

table td.record img {
    max-width: 100%;
}

table td.record .byEditor {
    margin-top: 0!important;
}

table td.record .byEditor p {
    padding: 0;
    margin-top: 0;
}

table td.record .googleMap, form .googleMap {
    width: 100%!important;
}

.user-style table td.record .googleMap *,
.user-style form .googleMap *,
.user-style .googleMap * {
    background: transparent !important;
    color: #000 !important;
}

form .googleMap {
    margin-bottom: 1em;
}

.googleMap img {
    width: auto;
    max-width: none;
}

table td.record a {
    -ms-word-break: break-all;
     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
      hyphens: auto;
}

/* COUNCILLORS */

.list-person {
    margin: -2em 0 0 0;
}

.list-person li {
    width: 100%;
    display: block;
    margin-right: 0;
    vertical-align: top;
    overflow: hidden;
}

.list-person li img {
    width: 25%;
    float: left;
    margin: 0 10px 10px 0;
}

.list-person li p {
    margin: 0;
}

.list-person li h4 {
    margin-top: 2em;
}

.person_info .contentimage {
    width: 30%;
    float: right;
    margin: 0 0 10px 20px;
}

.person_info h2 {
    clear: none;
}

.person_info .byEditor p {
    padding: 0;
}

/* USER SETTINGS */

.userTextPref label {
    display: block;
    clear: both;
}

.userTextPref li {
    width: 100%;
    display: block;
    margin: 0 -4px 10px 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 0;
}

.userTextPref select {
    width: 100%;
}

.userSettings label {
    padding: 5px;
    display: block;
}

.userSettings label input {
    margin-right: 5px;
}

.userSettings li {
    width: 100%;
    display: block;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 0;
}

.prefContrast label {
    background: #000;
    color: #ff0;
}

.prefCream label {
    background: #FFF9D2;
    color: #010066;
}

.prefBlue label {
    background: #9FCFFF;
    color: #010066;
}

#preview_box {
    padding: 1em;
    margin-top: 1em;
}

#preview_box img {
    float: right;
    margin: 0 0 1em 1em;
}

.form_user .button {
    margin-bottom: 10px;
}

form .list-check li {
    margin-bottom: 0;
}

form li.form_text label {
    width: 80%;
}

form li.form_text label input[type="checkbox"] {
    right: 0;
}

/* PODCASTS */

.list-article li {
    border-top: 1px solid #e3e3e3;
    margin: 1em 0;
    clear: both;
    min-height: 10px;
    overflow: hidden;
    padding: 0 10px;
}

#podcast_multimedia object {
    max-width: 100%;
    display: block;
    margin: 2em auto;
}

/* CONTACT */

.vcard_contact {
    padding: 1em;
    margin-bottom: 1.58em;
}

.vcard_contact li {
    margin: 0.5em 0;
}

.vcard_contact_other {
    border-color: #00747B;
}

.vcard_contact_other h2 {
    border-bottom: 1px solid #00939C;
    padding-bottom: 0.5em;
    margin-top: 0;
}

/* 404 PAGE */

.form_error_page input.field {
    width: 60%;
}

.form_error_page input[type="submit"] {
    margin-left: 10px;
}

/* SEARCH RESULTS */

#search_checkbox {
    list-style: none;
}

#keyList li {
    overflow: hidden;
    display: inline-block;
    padding-right: 10px;
}

#keyList img {
    width: 3%;
    float: left;
    margin: 0 5px 5px 0;
    display:none;
}

p.sorting {
    display: block;
    clear: both;
}

.list_results {
    list-style: none;
}

.list_results p.url {
    font-size: 0.9em;
    color: #00747B;
    -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.list_results .icon img {
    float: left;
    margin: 0 10px 5px 0;
    width: 5%;
}

.list-poll .progress-bar, .list-poll .progressmarker {
    height: 10px;
}

#cookieAlertMessage {
    background: #00747B;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}

#cookieAlertMessage p {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 10px 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    text-align: center;
}

#cookieAlertMessage p a {
    color: #fff;
	text-decoration:underline;
}

#cookieAlertMessage .close {
    background: #004F54;
    box-sizing: content-box;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 0.5em 1em;
    text-decoration: none;
    display: block;
    clear: both;
    width: 250px;
    margin: 10px auto 0;
}

#cookieAlertMessage .close:hover {
    background: #003033;
}

/* MAIN HOMEPAGE - REMOVE MARGIN AT TOP OF CONTENT SO ALWAYS IN ALIGN */

.home #content .content-wrap {
	margin-top: 0;
}

.home.oneCol #contentDoc {
    margin-top: 10px;
}


/* DOCUMENT INFO PAGES NAV */

#contentDoc {
    position: relative;
}

.oneCol #contentDoc {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 2em;
}

.twoCol #contentDoc {
    width: 100%;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.threeCol #contentDoc {
    width: 100%;
}

.oneCol #contentDoC #content, .twoCol #contentDoc #content, .threeCol #contentDoc #content {
    width: 100%;
    margin: 0;
}

#pagesNav ol {
    list-style: none;
    margin: 0;
    white-space: nowrap;
    display: inline-block;
}

#pagesNav li {
    margin: 5px 0 0;
}

#pagesNav li a, #pagesNav li span.active {
    display: block;
    text-decoration: none;
    padding: 0 12px;
    font-size: 2em;
    height: 1.875em;
    line-height: 1.95em;
    font-family: 'Roboto Slab', serif;
}

#pagesNav li:first-child a, #pagesNav li:first-child span.active {
    border-left: none;
}

#pagesNav li a:hover {
    background: #005f64;
}

.pagesNav_scroll {
    position: absolute;
    top:0.2em;
    bottom:0.2em;
    right:0.2em;
    width: 1.8em;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 1.5em;
    line-height: 1.8em;
    cursor: pointer;
}

.pagesNav_scroll__left {
    right: 2.2em;
}

.pagesNav_scroll:hover {
    background: #cd1543;
    color: #fff;
}

.pagesNav__hasScroll {
    padding-right: 6em;
}

.no-js #pagesNav {
  overflow: visible;
}

.no-js #pagesNav li {
    display: block;
    clear: both;
}

.no-js #pagesNav li a, .no-js #pagesNav li span.active {
    display: block;
    clear: both;
    padding: 0;
    height: auto;
    background: none;
    color: #CB1443;
    border: 0;
}

.gm_sidebar_anchor {
    display: inline !important;
    font-size: inherit !important;
    padding: 0 !important;
}

.gm_sidebar_anchor:hover {
    background-color: transparent !important;
}

.search {
    position: absolute;
    top: 100%;
    transition: opacity .2s linear;
    width: 100%;
    z-index: 101;
}

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

.search:before {
    background-color: #757575;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    opacity: .75;
    right: 0;
    top: 0;
    z-index: -1;
}

.identity {
    box-sizing: border-box;
    padding: 6px 0;
}

.identity__link {
    display: block;
}

.identity__link picture {
    display: block;
}

.identity__link:focus img {
    outline: none !important;
}

.identity__link:hover {
    opacity: .7;
}

.identity__logo {
    display: block;
    width: 100%;
}

.identity-container {
    min-width: 184px;
}

.gm_sidebar_anchor:focus img {
    outline: none !important;
}

.banner {
    background-size: cover;
    height: 100%;
    position: relative;
}

.banner::after {
    clear: both;
    content: '';
    display: table;
}

.silhouette {
    bottom: -1px;
    margin: 80px 0 -8px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.parallax-slider {
    left: 0 !important;
}

.home #wrapper {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.no-touch .wrapper__featured-items {
    background-image: none !important;
}

.touch .parallax-slider {
    display: none;
}

.featured-items {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 680px;
    padding: 10px 25px 25px;
}

.mobile-featured-image {
    background-size: cover;
    min-height: 11.5rem;
}

.no-js .mobile-featured-image {
    display: none;
}

.latest-news {
    background-color: #CB1344;
    padding: 30px 0;
}

.latest-news__item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.latest-news__heading {
    color: #FFF;
    margin: 0 0 .75em;
}

.latest-news__link {
    text-decoration: none;
}

.latest-news__link:hover,
.latest-news__link:focus,
.latest-news__link:active {
    text-decoration: underline;
}

.latest-news__link:focus {
    outline: 0 !important;
}

.latest-news__link:focus::before {
    outline: #99c0e0 3px solid !important;
}

.latest-news__link::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.latest-news__content {
    background-color: #FFF;
    flex-grow: 1;
    padding: 0 1em 1em;
}

.latest-news__item:hover .latest-news__img {
    transform: scale(1.1);
}

.latest-news__image {
    overflow: hidden;
}

.latest-news__img {
    display: block;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    transition: transform .3s;
    width: 100%;
}

.latest-news__button-container {
    text-align: center;
}

.latest-news__button-container .button {
    margin: 30px 0 .2em;
    width: auto;
}

.latest-news__item-heading {
    font-size: 18px;
}

.latest-news__text {
    color: #757575;
    font-size: 14px !important;
    line-height: 1.3;
    margin-top: 0;
}

.wrapper__council-services {
    background: #fff;
    box-sizing: border-box;
    margin: -8px 0 0;
    overflow: hidden;
    padding: 0;
    transition: height 0.5s ease, margin-bottom 0.5s ease;
}

.wrapper__council-services.inner {
    padding: 20px 10px;
}

.wrapper__council-services.inner .widget-width {
    border-bottom: 1px solid #0C000E;
    border-top: 1px solid #0C000E;
}

.wrapper__council-services.has-more-button {
    border-bottom: 5em solid #fff;
}

.wrapper__council-services.has-more-button + .more--services {
    opacity: 1;
    visibility: visible;
}

.wrapper__council-services .widget-width {
    overflow: auto;
}

.wrapper__council-services + .more--services {
    clear: both;
    display: block;
    margin: -4.2em auto 30px;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.3s ease 0.2s, background-color 0.2s linear;
    visibility: hidden;
    width: auto;
}

.wrapper__council-services.council-services-closed .widget__custom-council-services {
    display: none;
}

.wrapper__council-services.council-services-closed .widget__custom-council-services:nth-child(-n+6) {
    display: block;
}

.widget__custom-council-services {
    background: #fff;
    border-bottom: 1px solid #E1DDDD;
    border-right: 1px solid #E1DDDD;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 103px;
    text-align: center;
    vertical-align: top;
    width: 33%;
}

.council-services__link {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}

.council-services__link .council-page {
    background: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.council-services__link .council-page.focused {
    left: 0;
    opacity: 1;
}

.council-services__link .council-page h3 {
    color: #fff;
    display: none;
    margin: 0;
    padding: 1em 0 0;
}

.council-services__link .council-page ul {
    font-size: 0.85em;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.council-services__link .council-page li {
    display: none;
    height: 100%;
    list-style-type: none;
    width: 100%;
}

.council-services__link .council-page li:first-child {
    display: block;
    text-indent: -99999px;
}

.council-services__link .council-page li:last-child {
    padding-top: 0.5em;
}
.council-services__link .council-page li a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
}

.council-services__link .council-section {
    height: 100%;
    margin: 0;
}

.council-services__link:focus {
    height: 94%;
    margin: 5px;
}

.council-services__link h2,
.council-services__link h3 {
    color: #cb1443;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 0;
    padding: 0 1em;
}

.council-services__link .icon-container {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em;
}

.council-services__link .icon-container .icon {
    background-size: cover;
    display: block;
    height: 65px;
    width: 65px;
}

.council-services__link:hover .council-page {
    left: 0;
    opacity: 1;
}

.widget--homepage-council-services {
    text-align: center;
}

.site-footer__supplier-link {
    color: #fff !important;
}

.site-footer__supplier-link:hover,
.site-footer__supplier-link:focus,
.site-footer__supplier-link:active {
    text-decoration: underline;
}

.site-footer__text {
    display: inline-block;
    font-size: 11.5px;
    padding: 0 8px;
    line-height: 1.3;
}

.site-footer__text:first-child {
    border-right: 1px solid #fff;
}

.carousel {
    display: block;
    margin-top: 1em;
    position: relative;
}

.carousel:first-child {
    margin-top: 0;
}

.slide {
    padding: 0;
    position: relative;
    width: 100%;
}

.slide__media,
.slide__content,
.slide__video {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.carousel {
    overflow: hidden;
}

.slide__content {
    padding: 1em;
}

.slide__heading {
    color: #000;
    margin: 0;
}

.slide__summary {
    margin: 0.5em 0 0;
}

.slide__link {
    margin: 1em 0 0;
}

.js .slide {
    opacity: 0.5;
    transition: opacity 0.2s;
}

.slide.is-selected {
    opacity: 1;
}

.carousel .flickity-page-dots {
    bottom: 0;
    display: block;
    list-style: none;
    padding: 0.5em 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.carousel .flickity-page-dots .dot {
    background: #000;
    border: 1px solid #fff;
    margin: 0 0.25em;
    opacity: 0.5;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.carousel .flickity-page-dots .dot.is-selected,
.carousel .flickity-page-dots .dot:hover,
.carousel .flickity-page-dots .dot:focus,
.carousel .flickity-page-dots .dot:active {
    opacity: 1;
}

.carousel .flickity-prev-next-button {
    background-color: #cb1443;
    background-image: none;
    border: 0;
    bottom: 3px;
    box-sizing: border-box;
    color: #fff;
    float: none;
    height: 45px;
    position: absolute;
    transition: 0.2s linear;
    width: 67px;
    z-index: 1;
}

.carousel .flickity-prev-next-button.previous {
    right: 70px;
}

.carousel .flickity-prev-next-button.next {
    background-color: #0C000E;
    right: 3px;
}

.carousel .flickity-prev-next-button svg {
    height: 18px;
    height: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.carousel .flickity-prev-next-button:hover,
.carousel .flickity-prev-next-button:focus,
.carousel .flickity-prev-next-button:active {
    background-color: #b3153d;
}

.carousel .flickity-button-icon {
    fill: #fff;
}

.focus-reference-point {
    display: block !important;
    height: 0;
    left: 0;
    line-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
}

.home .container #content {
    margin-bottom: 0;
}

.widget--twitter {
    padding: 50px 0 30px;
}

.widget--twitter h2 {
    font-size: 20px;
    margin-top: 0;
}

.twitter-content {
    flex-grow: 1;
}

.widget--twitter .carousel p {
    color: #757575;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0;
    width: 70%;
}

.widget--twitter .carousel a {
    text-decoration: underline;
}

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

.widget--twitter .slide {
    left: 0%;
    margin-bottom: 40px;
    position: absolute;
}

.no-js .widget--twitter .slide {
    position: static;
}

.widget--twitter .flickity-page-dots {
    margin: 0;
    width: auto;
}

.widget--twitter .container {
    display: flex;
}

.widget--twitter svg {
    margin-right: 20px;
}

.widget--carousel .carousel__content {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 291px;
    padding: 20px;
    position: absolute;
    top: 60px;
    width: calc(100% - 20px);
}

.carousel img {
    display: block;
    object-fit: cover;
    height: 389px;
    width: 100%;
}

.widget--carousel .flickity-viewport ~ .flickity-button {
    display: none;
}

.widget--carousel .carousel__heading {
    margin-top: 0;
    font-size: 20px;
}

.widget--carousel .carousel__heading a {
    text-decoration: none;
}

.widget--carousel .carousel__heading a:hover,
.widget--carousel .carousel__heading a:focus,
.widget--carousel .carousel__heading a:active {
    text-decoration: underline;
}

.widget--carousel .carousel .flickity-prev-next-button.next {
    bottom: 0;
    right: 0;
}

.widget--carousel .carousel .flickity-prev-next-button.previous {
    bottom: 0;
    right: 67px;
}

.widget--carousel .carousel__text {
    color: #757575;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 45px;
}

@media screen and (max-width: 650px) {
    .parallax-mirror {
        left: 0 !important;
        width: 100% !important;
    }

    .parallax-slider {
        display: none;
    }

    .featured-items {
        background-color: #F7F8F8;
        padding: 0 1em 1em;
    }

    .featured-items__item + .featured-items__item {
        margin-top: 1.5em;
    }

    .featured-items__item .button {
        width: auto;
    }

    .latest-news {
        padding-bottom: 17px;
        padding-top: 25px;
    }

    .latest-news__item {
        margin-bottom: 20px;
    }

    .latest-news__item:last-child {
        margin-bottom: 0;
    }

    .latest-news__button-container .button {
        margin-top: 20px;
    }

    .widget__custom-council-services:nth-child(3n+3) {
        border-right-width: 0;
    }

    .council-services__link .icon-container .icon {
        height: 42px;
        width: 42px;
    }

    .widget--twitter .carousel .flickity-page-dots {
        padding: 0;
    }

    .widget--twitter .carousel p {
        width: 100%;
    }

    .widget--twitter {
        padding: 20px 0;
    }

    .widget--carousel .carousel__heading {
        font-size: 18px;
    }

    .widget--carousel .carousel__text {
        font-size: 14px;
    }

    .carousel img {
        height: 246px;
    }

    .widget--carousel .carousel__content {
        max-width: 100%;
        padding: 10px 0 20px;
        position: relative;
        top: auto;
        width: 100%;
    }

    .widget--carousel .carousel .flickity-prev-next-button.next,
    .widget--carousel .carousel .flickity-prev-next-button.previous {
        bottom: 10px;
    }

    .widget--carousel img {
        height: 11.5rem;
    }

    .widget--carousel .flickity-page-dots {
        margin: 0 0 0 6px;
        width: auto;
    }

    .council-services__link:hover h2 {
        text-decoration: underline;
    }
}

@media screen and (min-width: 650px) {
    .featured-items {
        border-radius: 4px;
        display: flex;
    }

    .featured-items__item {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        width: 50%;
    }

    .featured-items__item .button {
        margin-top: auto;
    }

    .js .mobile-featured-image {
        display: none;
    }

    .wrapper__featured-items {
        padding: 230px 20px 30px;
    }

    .no-js .wrapper__featured-items {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .featured-items__title {
        font-size: 1.8em;
    }

    .latest-news__item-container {
        display: flex;
    }

    .latest-news__item {
        display: flex;
        flex-direction: column;
        margin-right: 1em;
        position: relative;
        width: 33.333%;
    }

    .latest-news__item:last-child {
        margin-right: 0;
    }

    .latest-news__item-heading {
        font-size: 20px;
    }

    .latest-news__text {
        font-size: 15px !important;
    }

    .wrapper__council-services.council-services-closed .widget__custom-council-services:nth-child(-n+8),
    .wrapper__council-services.council-services-closed .widget__custom-council-services:nth-child(-n+10) {
        display: block;
    }

    .council-services__link .council-page {
        background: #0C000E;
        left: -100%;
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .council-services__link .council-page h3 {
        display: block;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .council-services__link .council-page ul {
        padding: 0.5em 0.5em 0;
        font-size: 12px;
    }

    .council-services__link .council-page li {
        display: list-item;
        height: auto;
        width: auto;
    }

    .council-services__link .council-page li a {
        display: inline-block;
        height: auto;
        max-width: 100%;
        overflow: hidden;
        text-decoration: underline;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
    }

    .council-services__link .council-page li a:hover, .council-services__link .council-page li a:focus, .council-services__link .council-page li a:active {
        text-decoration: none;
    }

    .council-services__link .council-page li .button {
        font-size: 12px;
        padding: .4em 1em !important;
        text-decoration: none;
    }

    .council-services__link .council-page li .button:hover,
    .council-services__link .council-page li .button:focus,
    .council-services__link .council-page li .button:active {
        background-color: #fff;
        color: #000 !important;
    }

    .council-services__link .icon-container {
        padding: 1em;
    }

    .widget__custom-council-services {
        width: 25%;
    }

    .widget__custom-council-services:nth-child(4n+4) {
        border-right-width: 0;
    }

    .widget__custom-council-services {
        height: 140px;
        width: 20%;
    }

    .widget__custom-council-services:nth-child(4n+4) {
        border-right-width: 1px;
    }

    .widget__custom-council-services:nth-child(5n+5) {
        border-right-width: 0;
    }

    .wrapper__council-services.has-more-button {
        border-bottom: 8em solid #fff;
    }

    .wrapper__council-services + .more--services {
        font-size: 18px;
    }

    .council-services__link .council-page li:first-child {
        display: none;
    }

    .home.oneCol #contentDoc {
        margin-top: 0;
    }
}

.featured-items__title {
    margin-bottom: .25em;
}

.button--primary,
.button--primary:visited {
    color: #fff !important;
    background-color: #cb1443;
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active {
    background-color: #0C000E;
}

.button--secondary {
    background-color: #FFF;
}

.content-wrap p.featured-items__description {
    color: #525252;
    font-size: 1.04167rem;
    line-height: 1.3;
    margin-top: 0;
    width: 100%;
}

/* MEDIA QUERIES */

@media screen and (max-width: 800px) {

    .column:not(.column--auto), .site-header .item-list, .site-header .form__search, .sidebar__primary, #content, .sidebar__secondary {
        width: 100% !important;
         margin-right: 0;
        margin-left: 0 !important;
        float: none;
        clear: both;
    }

    .top-links-container {
        width: auto;
    }

    .top-links nav a {
        font-size: 1.2em;
    }

    #selectedNav .content-wrap {
        border: 1px solid #aaa;
        box-sizing: border-box;
        margin-right: 0;
        padding: 1em;
        width: 100%;
    }

    #pagesNav ol {
        display: block;
        width: 100%;
        white-space: normal;
    }

    .pagesNav__hasScroll {
        padding-right: 0;
    }

    #pagesNav li#selectedNav span.active {
        color: #ffffff;
        font-size: 1.6em;
        padding: 8px 50px 8px 8px;
        border-radius: 5px 5px 0 0;
        height: auto;
        line-height: 1.1;
        background: #005f64 url(css_img/up-arrow.jpg) no-repeat 95% center;
    }
}

.identity__link:hover {
    opacity: .7;
}

.identity__logo {
    display: block;
    width: 100%;
}

.identity-container {
    min-width: 184px;
}

.gm_sidebar_anchor:focus img {
    outline: none !important;
}

.banner {
    background-size: cover;
    height: 100%;
    position: relative;
}

.banner::after {
    clear: both;
    content: '';
    display: table;
}

.silhouette {
    bottom: -1px;
    margin: 80px 0 -8px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.parallax-slider {
    left: 0 !important;
}

.home #wrapper {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.no-touch .wrapper__featured-items {
    background-image: none !important;
}

.touch .parallax-slider {
    display: none;
}

.featured-items {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 680px;
    padding: 10px 25px 25px;
}

.mobile-featured-image {
    background-size: cover;
    min-height: 11.5rem;
}

.no-js .mobile-featured-image {
    display: none;
}

.latest-news {
    background-color: #CB1344;
    padding: 30px 0;
}

.latest-news .container {
    padding-bottom: 6px;
}

.latest-news__item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.latest-news__heading {
    color: #FFF;
    margin: 0 0 .75em;
}

.latest-news__link {
    text-decoration: none;
}

.latest-news__link:hover,
.latest-news__link:focus,
.latest-news__link:active {
    text-decoration: underline;
}

.latest-news__link:focus {
    outline: 0 !important;
}

.latest-news__link:focus::before {
    outline: #99c0e0 3px solid !important;
}

.latest-news__link::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.latest-news__content {
    background-color: #FFF;
    flex-grow: 1;
    padding: 0 1em 1em;
}

.latest-news__item:hover .latest-news__img {
    transform: scale(1.1);
}

.latest-news__image {
    overflow: hidden;
}

.latest-news__img {
    display: block;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    transition: transform .3s;
    width: 100%;
}

.latest-news__button-container {
    text-align: center;
}

.latest-news__button-container .button {
    margin: 30px 0 .2em;
    width: auto;
}

.latest-news__item-heading {
    font-size: 18px;
}

.latest-news__text {
    color: #757575;
    font-size: 14px !important;
    line-height: 1.3;
    margin-top: 0;
}

.wrapper__council-services {
    background: #fff;
    box-sizing: border-box;
    margin: -8px 0 0;
    overflow: hidden;
    padding: 0;
    transition: height 0.5s ease, margin-bottom 0.5s ease;
}

.wrapper__council-services.inner {
    padding: 20px 10px;
}

.wrapper__council-services.inner .widget-width {
    border-bottom: 1px solid #0C000E;
    border-top: 1px solid #0C000E;
}

.wrapper__council-services.has-more-button {
    border-bottom: 5em solid #fff;
}

.wrapper__council-services.has-more-button + .more--services {
    opacity: 1;
    visibility: visible;
}

.wrapper__council-services .widget-width {
    overflow: auto;
}

.wrapper__council-services + .more--services {
    clear: both;
    display: block;
    margin: -4.2em auto 30px;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.3s ease 0.2s, background-color 0.2s linear;
    visibility: hidden;
    width: auto;
}

.wrapper__council-services.council-services-closed .widget__custom-council-services {
    display: none;
}

.wrapper__council-services.council-services-closed .widget__custom-council-services:nth-child(-n+6) {
    display: block;
}

.widget__custom-council-services {
    background: #fff;
    border-bottom: 1px solid #E1DDDD;
    border-right: 1px solid #E1DDDD;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 103px;
    text-align: center;
    vertical-align: top;
    width: 33%;
}

.council-services__link {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}

.council-services__link .council-page {
    background: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.council-services__link .council-page.focused {
    left: 0;
    opacity: 1;
}

.council-services__link .council-page h3 {
    color: #fff;
    display: none;
    margin: 0;
    padding: 1em 0 0;
}

.council-services__link .council-page ul {
    font-size: 0.85em;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.council-services__link .council-page li {
    display: none;
    height: 100%;
    list-style-type: none;
    width: 100%;
}

.council-services__link .council-page li:first-child {
    display: block;
    text-indent: -99999px;
}

.council-services__link .council-page li:last-child {
    padding-top: 0.5em;
}
.council-services__link .council-page li a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
}

.council-services__link .council-section {
    height: 100%;
    margin: 0;
}

.council-services__link:focus {
    height: 94%;
    margin: 5px;
}

.council-services__link h2,
.council-services__link h3 {
    color: #cb1443;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 0;
    padding: 0 1em;
}

.council-services__link .icon-container {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em;
}

.council-services__link .icon-container .icon {
    background-size: cover;
    display: block;
    height: 65px;
    width: 65px;
}

.council-services__link:hover .council-page {
    left: 0;
    opacity: 1;
}

.widget--homepage-council-services {
    text-align: center;
}

.site-footer__supplier-link {
    color: #fff !important;
}

.site-footer__supplier-link:hover,
.site-footer__supplier-link:focus,
.site-footer__supplier-link:active {
    text-decoration: underline;
}

.site-footer__text {
    display: inline-block;
    font-size: 11.5px;
    padding: 0 8px;
    line-height: 1.3;
}

.site-footer__text:first-child {
    border-right: 1px solid #fff;
}

.carousel {
    display: block;
    margin-top: 1em;
    position: relative;
}

.carousel:first-child {
    margin-top: 0;
}

.slide {
    padding: 0;
    position: relative;
    width: 100%;
}

.slide__media,
.slide__content,
.slide__video {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.carousel {
    overflow: hidden;
}

.slide__content {
    padding: 1em;
}

.slide__heading {
    color: #000;
    margin: 0;
}

.slide__summary {
    margin: 0.5em 0 0;
}

.slide__link {
    margin: 1em 0 0;
}

.js .slide {
    opacity: 0.5;
    transition: opacity 0.2s;
}

.slide.is-selected {
    opacity: 1;
}

.carousel .flickity-page-dots {
    bottom: 0;
    display: block;
    list-style: none;
    padding: 0.5em 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.carousel .flickity-page-dots .dot {
    background: #000;
    border: 1px solid #fff;
    margin: 0 0.25em;
    opacity: 0.5;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.carousel .flickity-page-dots .dot.is-selected,
.carousel .flickity-page-dots .dot:hover,
.carousel .flickity-page-dots .dot:focus,
.carousel .flickity-page-dots .dot:active {
    opacity: 1;
}

.carousel .flickity-prev-next-button {
    background-color: #cb1443;
    background-image: none;
    border: 0;
    bottom: 3px;
    box-sizing: border-box;
    color: #fff;
    float: none;
    height: 45px;
    position: absolute;
    transition: 0.2s linear;
    width: 67px;
    z-index: 1;
}

.carousel .flickity-prev-next-button.previous {
    right: 70px;
}

.carousel .flickity-prev-next-button.next {
    background-color: #0C000E;
    right: 3px;
}

.carousel .flickity-prev-next-button svg {
    height: 18px;
    height: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.carousel .flickity-prev-next-button:hover,
.carousel .flickity-prev-next-button:focus,
.carousel .flickity-prev-next-button:active {
    background-color: #b3153d;
}

.carousel .flickity-button-icon {
    fill: #fff;
}

.focus-reference-point {
    display: block !important;
    height: 0;
    left: 0;
    line-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
}

.home .container #content {
    margin-bottom: 0;
}

.widget--twitter {
    padding: 50px 0 30px;
}

.widget--twitter h2 {
    font-size: 20px;
    margin-top: 0;
}

.twitter-content {
    flex-grow: 1;
}

.widget--twitter .carousel p {
    color: #757575;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0;
    width: 70%;
}

.widget--twitter .carousel a {
    text-decoration: underline;
}

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

.widget--twitter .slide {
    left: 0%;
    margin-bottom: 40px;
    position: absolute;
}

.no-js .widget--twitter .slide {
    position: static;
}

.widget--twitter .flickity-page-dots {
    margin: 0;
    width: auto;
}

.widget--twitter .container {
    display: flex;
}

.widget--twitter svg {
    margin-right: 20px;
}

.widget--carousel .carousel__content {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 291px;
    padding: 20px;
    position: absolute;
    top: 60px;
    width: calc(100% - 20px);
}

.carousel img {
    display: block;
    object-fit: cover;
    height: 389px;
    width: 100%;
}

.widget--carousel .flickity-viewport ~ .flickity-button {
    display: none;
}

.widget--carousel .carousel__heading {
    margin-top: 0;
    font-size: 20px;
}

.widget--carousel .carousel__heading a {
    text-decoration: none;
}

.widget--carousel .carousel__heading a:hover,
.widget--carousel .carousel__heading a:focus,
.widget--carousel .carousel__heading a:active {
    text-decoration: underline;
}

.widget--carousel .carousel .flickity-prev-next-button.next {
    bottom: 0;
    right: 0;
}

.widget--carousel .carousel .flickity-prev-next-button.previous {
    bottom: 0;
    right: 67px;
}

.widget--carousel .carousel__text {
    color: #757575;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 45px;
}

@media screen and (max-width: 650px) {
    .parallax-mirror {
        left: 0 !important;
        width: 100% !important;
    }

    .parallax-slider {
        display: none;
    }

    .featured-items {
        background-color: #F7F8F8;
        padding: 0 1em 1em;
    }

    .featured-items__item + .featured-items__item {
        margin-top: 1.5em;
    }

    .featured-items__item .button {
        width: auto;
    }

    .latest-news {
        padding-bottom: 17px;
        padding-top: 25px;
    }

    .latest-news__item {
        margin-bottom: 20px;
    }

    .latest-news__item:last-child {
        margin-bottom: 0;
    }

    .latest-news__button-container .button {
        margin-top: 20px;
    }

    .widget__custom-council-services:nth-child(3n+3) {
        border-right-width: 0;
    }

    .council-services__link .icon-container .icon {
        height: 42px;
        width: 42px;
    }

    .widget--twitter .carousel .flickity-page-dots {
        padding: 0;
    }

    .widget--twitter .carousel p {
        width: 100%;
    }

    .widget--twitter {
        padding: 20px 0;
    }

    .widget--carousel .carousel__heading {
        font-size: 18px;
    }

    .widget--carousel .carousel__text {
        font-size: 14px;
    }

    .carousel img {
        height: 246px;
    }

    .widget--carousel .carousel__content {
        max-width: 100%;
        padding: 10px 0 20px;
        position: relative;
        top: auto;
        width: 100%;
    }

    .widget--carousel .carousel .flickity-prev-next-button.next,
    .widget--carousel .carousel .flickity-prev-next-button.previous {
        bottom: 10px;
    }

    .widget--carousel img {
        height: 11.5rem;
    }

    .widget--carousel .flickity-page-dots {
        margin: 0 0 0 6px;
        width: auto;
    }

    .council-services__link:hover h2 {
        text-decoration: underline;
    }
}

@media screen and (min-width: 650px) {
    .featured-items {
        border-radius: 4px;
        display: flex;
    }

    .featured-items__item {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        width: 50%;
    }

    .featured-items__item .button {
        margin-top: auto;
    }

    .js .mobile-featured-image {
        display: none;
    }

    .wrapper__featured-items {
        padding: 230px 20px 30px;
    }

    .no-js .wrapper__featured-items {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .featured-items__title {
        font-size: 1.8em;
    }

    .latest-news__item-container {
        display: flex;
    }

    .latest-news__item {
        display: flex;
        flex-direction: column;
        margin-right: 1em;
        position: relative;
        width: 33.333%;
    }

    .latest-news__item:last-child {
        margin-right: 0;
    }

    .latest-news__item-heading {
        font-size: 20px;
    }

    .latest-news__text {
        font-size: 15px !important;
    }

    .wrapper__council-services.council-services-closed .widget__custom-council-services:nth-child(-n+8),
    .wrapper__council-services.council-services-closed .widget__custom-council-services:nth-child(-n+10) {
        display: block;
    }

    .council-services__link .council-page {
        background: #0C000E;
        left: -100%;
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .council-services__link .council-page h3 {
        display: block;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .council-services__link .council-page ul {
        padding: 0.5em 0.5em 0;
        font-size: 12px;
    }

    .council-services__link .council-page li {
        display: list-item;
        height: auto;
        width: auto;
    }

    .council-services__link .council-page li a {
        display: inline-block;
        height: auto;
        max-width: 100%;
        overflow: hidden;
        text-decoration: underline;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
    }

    .council-services__link .council-page li a:hover, .council-services__link .council-page li a:focus, .council-services__link .council-page li a:active {
        text-decoration: none;
    }

    .council-services__link .council-page li .button {
        font-size: 12px;
        padding: .4em 1em !important;
        text-decoration: none;
    }

    .council-services__link .council-page li .button:hover,
    .council-services__link .council-page li .button:focus,
    .council-services__link .council-page li .button:active {
        background-color: #fff;
        color: #000 !important;
    }

    .council-services__link .icon-container {
        padding: 1em;
    }

    .widget__custom-council-services {
        width: 25%;
    }

    .widget__custom-council-services:nth-child(4n+4) {
        border-right-width: 0;
    }

    .widget__custom-council-services {
        height: 140px;
        width: 20%;
    }

    .widget__custom-council-services:nth-child(4n+4) {
        border-right-width: 1px;
    }

    .widget__custom-council-services:nth-child(5n+5) {
        border-right-width: 0;
    }

    .wrapper__council-services.has-more-button {
        border-bottom: 8em solid #fff;
    }

    .wrapper__council-services + .more--services {
        font-size: 18px;
    }

    .council-services__link .council-page li:first-child {
        display: none;
    }

    .home.oneCol #contentDoc {
        margin-top: 0;
    }
}

.featured-items__title {
    margin-bottom: .25em;
}

.button--primary,
.button--primary:visited {
    color: #fff !important;
    background-color: #cb1443;
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active {
    background-color: #0C000E;
}

.button--secondary {
    background-color: #FFF;
}

.content-wrap p.featured-items__description {
    color: #525252;
    font-size: 1.04167rem;
    line-height: 1.3;
    margin-top: 0;
    width: 100%;
}

/* MEDIA QUERIES */

@media screen and (max-width: 800px) {

    .column:not(.column--auto), .site-header .item-list, .site-header .form__search, .sidebar__primary, #content, .sidebar__secondary {
        width: 100% !important;
         margin-right: 0;
        margin-left: 0 !important;
        float: none;
        clear: both;
    }

    .top-links-container {
        width: auto;
    }

    .top-links nav a {
        font-size: 1.2em;
    }

    #selectedNav .content-wrap {
        border: 1px solid #aaa;
        box-sizing: border-box;
        margin-right: 0;
        padding: 1em;
        width: 100%;
    }

    #pagesNav ol {
        display: block;
        width: 100%;
        white-space: normal;
    }

    .pagesNav__hasScroll {
        padding-right: 0;
    }

    #pagesNav li#selectedNav span.active {
        color: #ffffff;
        font-size: 1.6em;
        padding: 8px 50px 8px 8px;
        border-radius: 5px 5px 0 0;
        height: auto;
        line-height: 1.1;
        background: #005f64 url(css_img/up-arrow.jpg) no-repeat 95% center;
    }

    #pagesNav ol li > a span {
        display: none;
    }

    #pagesNav ol li > a,
    #pagesNav ol li > a:hover {
        color: #ffffff;
        font-size: 1.6em;
        padding: 8px 50px 8px 8px;
        border-radius: 5px;
        line-height: 1.1;
        height: auto;
        background: #cd1543 url(css_img/down-arrow.jpg) no-repeat 95% center;
    }
    #pagesNav ol li > a:hover {
        background: #005f64 url(css_img/down-arrow.jpg) no-repeat 95% center;
    }

    #pagesNav ol .byEditor li > a,
    #pagesNav ol .byEditor li > a:hover {
        color: #cb1443;
        font-size: 1em;
        padding: 0;
        border-radius: 0;
        line-height: 1.1;
        height: auto;
        background: none;
    }
    #pagesNav ol .byEditor li > a:hover {
        background: none;
        color: #000;
    }

    #pagesNav li .byEditor a {
        font-size: 1em;
        display: inline;
        padding: 0;
        font-family: Arial,sans-serif;
    }
    #pagesNav li .byEditor a:hover {
        background: none;
        text-decoration: underline;
    }
    #pagesNav li .announcement {
        margin-top: 0;
    }
    #pagesNav li .announcement a {
        font-size: 1em;
        display: block;
        padding: 0;
        font-family: Arial,sans-serif;
        color: #fff;
    }
    #pagesNav li .announcement a:hover {
        background: none;
        text-decoration: underline;
    }

	.news-room {
		padding: 12px 0 12px !important;
	}

    .banner {
        background-color: #4b4a4a;
    }
}

@media (max-width:400px) and (min-width:100px) {
    .widget__custom-council-services {
        height: 118px;
    }

    .news-room {
    	background-color: none;
    	margin-top: 6px !important;
    	display: block !important;
    	padding: 9px 0 9px 0 !important;
    }
}


@media screen and (min-width: 480px) {




  .container > .column.span-9, .site-header > .column.span-9, .site-header .container > .span-9.item-list, .site-header > .span-9.item-list, .site-header .container > .span-9.form__search, .site-header > .span-9.form__search, .container > .span-9.sidebar__primary, .site-header > .span-9.sidebar__primary, .container > .span-9#content, .site-header > .span-9#content, .container > .span-9.sidebar__secondary, .site-header > .span-9.sidebar__secondary {
    margin-top: 4em; }

    .action-lists {
        background: #fff;
        padding: 0;
    }

    .action-lists .action-lists-inner {
        width: 100%;
        clear: none;
        float: left;
        border: 1px solid #aaa;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .more-services-list .category:nth-child(odd) {
        clear: none;
    }

    .slidecontrols {
        margin-top: 11%;
    }

    .more-services-list li.category {
        width: 33%;
        float: left;
    }

    .more-services-list li.category:nth-child(3n+1) {
        clear: left;
    }

    .more-services-list li.category .icon-wrap {
        width: 100%;
        padding-bottom: 2em;
    }

    .more-services-list li.category .icon-wrap h2 {
        margin-top: 0.5em;
    }

    .crop {
        float: left;
        overflow: hidden;
        height: 90px;
        text-align: center;
    }

    .copy {
        text-align: center;
        width: 100%;
    }

  .carousel-tabs {
    margin: -15px 0 15px 0;
    list-style: none outside none;
    padding: 8px 0 4px 0px;
    width: 100%; }

  #slider5 .viewport {
    /*height: 1000px;*/
	height: 560px;
    overflow: hidden;
    margin-top: 0.3em;
    }

  .copy h2 {
  margin: 0;
  font-size: 1.6em;
  }

  .copy h2 a {
    padding: 0;
    margin: 0;
    font-size: 1em; }

    .top-links .button, .top-links input[type=submit] {
        height: 0em;
    }

    header nav ul {
        left: 55%;
        top: 7.5%;
    }

    .show_hide_small .menu {
        font-size: .4em;
        margin-top: 28px;
        float: left;
        display: block;
        padding-right: 10px;
    }

    nav ul li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

    nav ul li a {
        padding: 0 3px;
    }

    .logo {
        width: 40%;
    }

    .action-lists .action-lists-inner {
        margin: 0;
    }

    #content .gallery_box a.galImg {
        margin: 0;
        width: 20%;
        float: left;
        text-align: center;
        display: inline;
    }

    .gallery_box div {
        width: 75%;
        float: right;
    }

    #content .xform input.button {
        width: auto;
    }

    .button {
        width: auto;
    }

    .announcement img {
        float: right;
        margin: 0;
        width: auto;
        padding-top: 0;
        max-width: 180px;
    }

    .announcement .content-left {
        width: 70%;
        float: left;
    }

    .widget--directory-search input[type="text"] {
        width: 60%;
    }

    .more-services-list .icon-wrap {
        width: 49%;
        display: inline-block;
        margin-right: -4px;
    }
}

@media screen and (min-width: 580px) {
    .logo {
        -moz-box-shadow: 7px -95px 15px 2px #B21439, -12px -88px 8px -4px #B21439;
        -webkit-box-shadow: 7px -95px 15px 2px #B21439, -12px -88px 8px -4px #B21439;
        box-shadow: 7px -95px 15px 2px #B21439, -12px -88px 8px -4px #B21439;
    }
}

@media only screen and (min-width: 600px) {

    .document h2, .main-title {
        font-size: 2.4em;
    }

    #content .xform input, .xform select, .xform textarea {
        max-width: 350px; width: 100%;
    }

    #content .form__inline {
        margin: 0 auto;
        width: 100%;
    }

    img.main_image, div.main_image {
        max-width: 30%;
        float: right;
        padding: 0 0 10px 10px;
    }

    .main_image_small {
        width: 15% !important;
        float: right;
        padding: 0 0 10px 10px;
    }

    .news_article h2 {
        font-size: 1.8em;
    }

    .form label, .form .label {
        width: 30%;
        text-align: right;
        padding: 6px 8px 8px;
        display: block;
        float: left;
    }

    .form__control--danger strong {
        width: 100%;
        margin-bottom: .25em;
        text-align: right;
    }

    .help {
        width: 30%;
        text-align: right;
    }

    .form .field, .form select {
        max-width: 225px;
        margin: 4px;
        margin-left: 20px;
    }

    .form__block .field, .form__block select, .form__block .text, .form__block textarea {
        margin-left: 20px;
        max-width: 300px;
        float: left;
    }

    .form__block table .field, .form__block table select, .form__block table .text, .form__block table textarea {
        margin-left: 0;
    }

    .form #image {
        max-width: 225px;
        clear: none;
    }

    .form__block input[type="checkbox"], .form__block input[type="radio"] {
        right: -30px;
    }

    .form__block .dateOfBirth {
        width: 60%;
        margin-left: 20px;
    }
    .form__block .dateOfBirth li {
        width: 30%;
    }

    .userTextPref li {
        width: 33%;
        display: inline-block;
        margin: 0 -4px 10px 0;
        padding: 0 1em;
    }
    .userSettings li {
        width: 50%;
        display: inline-block;
        margin: 0 -4px 10px 0;
        padding: 0 1em;
    }

    .form_user .button {
        margin-bottom: 0;
    }

    .list-person li {
        width: 50%;
        display: inline-block;
        margin-right: -4px;
    }

    .list_results .icon img {
        width: 5%;
    }
    #cookieBanner button {
        margin-left: 20px;
    }

    .form__block input[type="checkbox"], .form__block input[type="radio"] {
        margin-top: 5px;
    }

    form li.form_text label {
        text-align: left;
        padding-left: 30px;
    }

    form li.form_text label input[type="checkbox"] {
        left: 0px;
    }

    .overlay-text.one-quarter {
        width: 23%;
    }

}


@media (max-width:800px) and (min-width:601px) {

a.button.az {
	padding: 10px 0 !important;
	margin: 0 4%;
}

a.button.active.az {
	padding: 10px 0 !important;
	margin: 0 4%;
	}


}

@media screen and (min-width: 801px) {
    .site-footer__text:first-child {
        padding-left: 0;
    }

    .home .search[aria-hidden="true"] {
        display: block;
    }

    .home .header--scrolled .search[aria-hidden="true"] {
        opacity: 0;
    }

    .home .header--scrolled-delay .search[aria-hidden="true"] {
        display: none;
    }

    .home .mobile-menu,
    .menu-button {
        display: none;
    }

    .home .header--scrolled .mobile-menu {
        display: block;
    }

  .span-12.byEditor {
    width: 99.5%; }

    .more-services-list {
        max-width: 97%;
    }
    .task-slider .more-services-list {
        max-width: 100%;
    }
  .container > .column.span-9, .site-header > .column.span-9, .site-header .container > .span-9.item-list, .site-header > .span-9.item-list, .site-header .container > .span-9.form__search, .site-header > .span-9.form__search, .container > .span-9.sidebar__primary, .site-header > .span-9.sidebar__primary, .container > .span-9#content, .site-header > .span-9#content, .container > .span-9.sidebar__secondary, .site-header > .span-9.sidebar__secondary {
    margin-top: 5em; }

    .icon-wrap {
        margin: 0 1% 0 0;
        width: 24%;
        float: left;
    }
    .task-slider .icon-wrap {
        width: 24%;
    }

  .imageTextWidget {
    margin: 0 1% 0 0;
    float: left; }

  .slidecontrols {
    margin-top: 7%; }

  .pagenavbox ul li {
    clear: none;
    background: none;
    width: auto;
    margin: 0; }

  .thispage {
    margin-bottom: 2em;
    border-bottom: 1px solid #aaa; }

  .contact {
    border-right: 1px solid #aaa; }

  .thispage h4 a {
    border: 1px solid #aaa;
    padding: 0 10px; }

  .more-services-button {
    margin: 35px auto 0px auto; }

    .more-services-button a {
        font-size: 2.1em;
    }

  .slider {
    border-top: 1px solid #aaa;
    padding: 2em 0;}

  .links .span-4 {
    float: right;
    margin-right: 2.7% !important;
    margin-top: 1px !important; }

  .links .span-8, .links .span-12 {
    float: left; }

  .action-lists h3 {
    font-size: 1.8em; }

  .more-services-list {
    border-left: 1px solid #cb1443 !important;
    border-right: 1px solid #cb1443 !important;
    margin: 0em 0 3em 0;
    background: none; }

  .span-9 .more-services-list#more-services-list {
    max-width: 100%; }

  .span-9 .more-services-list {
    max-width: 97%; }

  .slidewrap {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa; }

  .chevron:first-child {
    margin-top: 20px; }

  .chevron {
    position: relative;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 3px; }

  .chevron:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    -webkit-transform: skew(0deg, 8deg);
    -moz-transform: skew(0deg, 8deg);
    -ms-transform: skew(0deg, 8deg);
    -o-transform: skew(0deg, 8deg);
    transform: skew(0deg, 8deg);
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa; }

  .chevron:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;
    width: 50%;
    -webkit-transform: skew(0deg, -8deg);
    -moz-transform: skew(0deg, -8deg);
    -ms-transform: skew(0deg, -8deg);
    -o-transform: skew(0deg, -8deg);
    transform: skew(0deg, -8deg);
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa; }

  .chevron [class^=dash] {
    width: 100%;
    height: 0px;
    position: absolute;
    z-index: 1; }

  .chevron .chevron-inner {
    position: relative;
    z-index: 2;
    padding: 30px 20px 20px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 18px; }

  .chevron-content {
    padding: 0 10px; }

  .pink-chevron:first-child {
    margin-top: 22px; }

  .pink-chevron {
    position: relative;
    text-align: center;
    padding: 1px 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 3px;
    clear: both; }

  .pink-chevron:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    -webkit-transform: skew(0deg, 8deg);
    -moz-transform: skew(0deg, 8deg);
    -ms-transform: skew(0deg, 8deg);
    -o-transform: skew(0deg, 8deg);
    transform: skew(0deg, 8deg);
    border-left: 1px solid #cb1443;
    border-bottom: 1px solid #cb1443; }

  .pink-chevron:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 50%;
    -webkit-transform: skew(0deg, -8deg);
    -moz-transform: skew(0deg, -8deg);
    -ms-transform: skew(0deg, -8deg);
    -o-transform: skew(0deg, -8deg);
    transform: skew(0deg, -8deg);
    border-right: 1px solid #cb1443;
    border-bottom: 1px solid #cb1443; }

.pink-chevron [class^=dash] {
    width: 100%;
    height: 0px;
    position: absolute;
    z-index: 1;
}

.pink-chevron .chevron-inner {
    position: relative;
    z-index: 2;
    padding: 30px 20px 20px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 18px;
}

.pink-chevron-content {
    padding: 0 10px;
}

.text h3 {
    margin-top: 0;
    padding-top: 0.5em;
}

.links .span-8, .links .span-12 {
    margin: 1px 0 !important;
}

.links span, .links a {
    font-size: 1.5em;
}

.links h1 {
	font-size: 1.5em;
	margin: -2px 0 0 0;
	line-height: 0.975em;
	color: #ffffff;
	vertical-align: baseline;
	height: 29px;
	padding-left: 10px;
	font-weight: 400;
}


.hot-links {
    margin: 1em 0 !important;
}

.hot-links .span-6, .hot-links .site-header .item-list, .site-header .hot-links .item-list, .hot-links #content {
    float: left;
}

.doc {
    position: relative;
}

.byEditor {
    margin-top: 0;
    display: block !important;
    height: 100% !important;
}

.pagenavbox ul li.active {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}

.pagenavbox ul li a.pagenav {
    background: #fff;
    color: #444444 !important;
}

.pagenavbox ul li {
    padding: 0;
}

.pagenavbox ul li a {
    border-bottom: 0;
    color: #fff;
    background: #00747b;
    display: inline-block;
    height: 1.875em;
    font-size: 1em;
    left: 0;
    line-height: 1.95em;
    padding-top: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 1px;
    width: 24%;
}

.pagenavbox li:nth-child(2) a {
    left: 30%;
}

.pagenavbox li:nth-child(3) a {
    left: 60%;
}

.tab-container {
    overflow: hidden;
}

.tab-content-container {
    float: right;
    width: 68%;
    margin: 2%;
    display: block;
}

.tab-content .row-divider {
    margin-bottom: 10px;
}

.tabs {
    width: 26%;
    float: left;
}

.tabs li {
    width: 100%;
    float: none;
}

.tabs a {
    text-align: left;
}

.active {
    position: relative;
}

.tabs .active {
    background: #999;
}

.tabs .active a {
    color: #fff;
    padding: 5px;
}

.crumb {
    max-width: 64%;
}

#slider5 {
    display: block;
    position: relative;
}

.home .rightSupplements {
    float: right;
    width: 22%;
	margin-top: 5em;
}

.adverts {
    display: none;
}

.wrapper > .container > .breadcrumb, .wrapper > .site-header > .breadcrumb {
    margin-top: 0em;
}

.wrapper > .container > .document, .wrapper > .site-header > .document {
    margin-top: 2em;
}

.you {
    display: none;
}

.crumb {
    float: right;
    margin-top: 15px !important;
}

.action-lists {
    padding: 1em 0;
}

.top-links .button, .top-links input[type=submit] {
    padding: 0 2%;
}

.top-links nav ul {
	font-size: 10px;
}

a.button.az {
	padding: 4px 0 !important;
	margin: 0 2%;
}

a.button.active.az {
	padding: 4px 0 !important;
	margin: 0 2%;
	}

.span-1.search {
    clear: none;
    float: right;
    margin-right: 21%;
}

.more-services-list {
    border: 0;
}

.more-services-list ul {
    padding: 0 1em;
}

.top-links nav a {
    color: #505050;
    font-size: 1.5em;
}

.top-links nav ul {
    border: none;
    background: none;
    margin-left: 0%;
    width: 100%;
    padding: 5px 0;
}

.top-links #a-z {
    margin-top: -4px;
}

.top-links #a-z ul {
    width: auto;
    margin-top: 0;
}

header {
    overflow: visible;
}

header nav ul {
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
}

 .top-links nav a {
    color: #fff;
    font-size: 1.5em;
}

.trigger.button, input.trigger[type=submit] {
    display: none;
}

.top-links nav ul li {
    display: inline;
}

nav ul {
    margin: 0;
}

.search-container {
    margin-top: -.6em;
}

nav ul li a {
    padding: 0 12px;
}

.button.trigger, input.trigger[type=submit] {
    margin: 0;
}

.span-2.search, .search.sidebar__secondary {
    position: inherit;
}

header nav ul {
    top: 27.5%;
}

    .facebook, .twitter, .flickr, .youtube {
        padding: 0 1em 0 0;
        float: left;
    }

    .facebook {
        margin-left: -.75rem;
        padding-right: .75rem;
    }

    .bottom-links {
        float: right;
        margin: 1em 0;
    }

    .bottom-links li:first-child {
        padding-left: 0;
    }

    .bottom-links li:last-child {
        border-right: none;
    }

    .bottom-links li {
        padding: 0 4px;
        border-right: 1px solid #fff;
        margin: 0;
    }

    .bottom-links li {
        display: inline;
    }

    .breadcrumb {
        display: inline-block;
    }

    .announcement {
        margin-top: 3em;
    }

    #columnPrimary {
        width: 30%;
    }

    .task-button {
        margin: 1em auto -2em;
        padding: 0 2em;
        background: url(../images/button-bk.svg) no-repeat;
        background-size: cover;
        height: 63px;
        position: relative;

    }
    .task-button a {
        margin: 0;
    }

    .breadcrumb {
        width: 69%;
        float: right;
    }

    .oneCol .breadcrumb {
        float: left;
        width: 100%;
    }

    ul.list_gallery li {
        width: 20%;
    }

    #gallery_item,
    #podcast_multimedia {
        width: 70%;
        float: right;
    }
    .gallery_info,
    .podcast_info {
        padding: 1em 1em 1em 0;
        width: 30%;
    }

    .twoCol #contentDoc                 { width: 70%; margin-right: 0; float: right;}

    .threeCol #contentDoc               { width: 520px; }

    #pagesNav {
      position: relative;
      margin-bottom: -1px;
      overflow: hidden;
      border-left: 1px solid #aaa;
      font-size: 0.7em;
    }

    #pagesNav li {
        width: auto;
        margin: 0;
        display: inline-block;
        margin-right: 4px;
    }

    #pagesNav li a {
        background: #00747B;
        color: #fff;
    }
    #pagesNav li span.active {
        background: #fff;
        color: #505050;
    }

    #pagesNav li a,
    #pagesNav li span.active {
        border-bottom: 0;
        display: block;
        border: 1px solid #aaa;
        border-bottom: 0;
    }

    #pagesNav li a span {
        display: none;
    }

    .home #content {
        margin-top: 5em;
    }

    .container #content {
        margin-bottom: 3em;
    }

.news-room {
	padding: 22px 0 15px 0 !important;
}

.footer {
	padding-bottom: 15px;
}

}

@media (max-width:820px) and (min-width:801px) {

a.button.az {
	padding: 4px 0 !important;
	margin: 0 1%;
}

a.button.active.az {
	padding: 4px 0 !important;
	margin: 0 1%;
	}


}



@media screen and (min-width: 910px) {

    .pink-chevron {
        padding: 3px 0;
    }

}

@media screen and (min-width: 940px) {

    a.button.az {
    	padding: 4px 0 !important;
    	margin: 0 2%;
    }

    a.button.active.az {
    	padding: 4px 0 !important;
    	margin: 0 2%;
    }

    .banner {
        height: 600px;
    }

    .silhouette {
        position: absolute;
    }
}

@media (max-width:1014px) and (min-width:950px) {

    .top-links .button, .top-links input[type=submit] {
        padding: 4x 2%;
    }

    .top-links nav ul {
        margin-top: 0px;
        padding: 5px 0;
    }

	a.button.az {
		padding: 4px 0;
		margin: 0 2%;
	}

	a.button.active.az {
		padding: 4px 0;
		margin: 0 2%;
	}

}

@media screen and (min-width: 980px) {
    .council-services__link h2,
    .council-services__link h3 {
        font-size: 18px;
    }

    .council-services__link .council-page ul {
        font-size: 16px;
    }

    .widget__custom-council-services {
        height: 186px;
    }

    .container > .column.span-9, .site-header > .column.span-9, .site-header .container > .span-9.item-list, .site-header > .span-9.item-list, .site-header .container > .span-9.form__search, .site-header > .span-9.form__search, .container > .span-9.sidebar__primary, .site-header > .span-9.sidebar__primary, .container > .span-9#content, .site-header > .span-9#content, .container > .span-9.sidebar__secondary, .site-header > .span-9.sidebar__secondary {
        margin-top: 7em;
    }

    .pagenavbox ul li a {
        width: 18%;
    }

    .pagenavbox li:nth-child(2) a {
        left: 22%;
    }

    .pagenavbox li:nth-child(3) a {
        left: 44%;
    }

    .pink-chevron {
        padding: 3px 0;
    }

    .pink-chevron:first-child {
        margin-top: 29px;
    }

}

@media screen and (min-width: 998px) {

    .top-links nav a {
        font-size: 1.5em;
    }

}

@media screen and (min-width: 1000px) {
    .social li {
        margin-right: 1em;
    }

    .social a:hover img {
        opacity: 1;
    }

    .social .title {
        color: #fff;
        display: block;
        text-decoration: none;
        /*font-size: 13px;*/
		font-size: 1.3em;
        font-weight: 400;
        /*margin-top: 8px;*/
		margin-top: 7px;
        float: left;
        margin-left: -15px;
        font-family: 'Roboto Slab', serif;
    }

    .bottom-links li {
        padding: 0 8px;
    }

}

@media (min-width:1015px) {
    .top-links .button, .top-links input[type=submit] {
        padding: 10x 4%;
    }

    .top-links nav ul {
        margin-top: 0px;
        padding: 5px 0;
    }

	a.button.az {
		padding: 10px 0;
		margin: 0 4%;
	}

	a.button.active.az {
		padding: 10px 0 !important;
		margin: 0 4%;
	}

	.news-room {
		padding: 22px 0 15px !important;
	}

}


@media screen and (min-width: 1085px) {
    .pink-chevron {
        padding: 12px 0;
    }
}

@media screen and (min-width: 1090px) {
    .span-1.search {
        margin-right: 17%;
    }
}

@media screen and (min-width: 1100px) {
    .pink-chevron {
        padding: 12px 0;
    }
}

/* PRINT STYLES */

@media print {
  *:not(.banner) {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
    position: relative !important;
    overflow: hidden !important;
    float: none !important; }

    body{
        background: #fff!important;
    }
  footer,
  header,
  .breadcrumb,
  .announcement,
  #columnPrimary {
    display: none; }

    .twoCol #content {
        border: none;
        padding: 0;
    }

  main a,
  main a:visited {
    text-decoration: underline; }

  main a[href]:after {
    content: " (" attr(href) ")"; }

  main abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  main a[href^="javascript:"]:after,
  main a[href^="#"]:after,
  main .widget a[href]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

    table,
    td, th {
        border-collapse: collapse;
        border: 1px solid #000;
    }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

    h1 {
        padding-top: 40px;
    }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

    #cookieAlertMessage {
        display: none;
    }

    .widget__custom-council-services {
        width: 100%;
    }

    .parallax-mirror {
        display: none;
    }

    .wrapper__featured-items {
        padding: 0;
    }

    .featured-items {
        max-width: 100%;
    }

    .mobile-featured-image {
        display: none;
    }

    .visually-hidden {
        display: none;
    }

    .wrapper__council-services {
        height: auto !important;
    }
}


/**** additional styles added by Simon Owen 05-05-2015 ****/

	.content-wrap table p,
	.content-wrap table ul,
	.content-wrap table ol,
	.content-wrap ul p,
	.content-wrap ol p,
	.content-wrap table table{
		font-size: 1em;
	}

	.list_results h3 {
		font-size: 1.4em;
		margin: 0.8em 0 0.3em;
	}

	.list_results p {
		margin: 0.3em 0;
	}

	#content div.sociable ul {
		font-size: 1.143em;
	}

	table td a {
		font-size: 1em;
	}

	.news_archive h2 {
		font-size: 1.4em;
	}

	.widget--content {
		padding-right: 10px;
	}

	@media screen and (max-width: 479px) {

	.announcement img {
		display: none;
	}

	}

/****** hompage widget styles added for use in a to z *******/

#search_results li {
	margin-bottom: 0;
}

@media only screen and (min-width: 801px) {
.widget-width__50 {
	width: 48%;
	margin: 0 1% 0 0;
}
}

@media only screen and (max-width: 800px) {

.az-list { display: none !important; }

.intro {
  margin-top: 0.5em;
}

}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ElginRoadworksWidget {max-width:100%}

.text-centre {text-align:center}

 /* CAN advert styling */

 .can-leader-advert {
  margin: 15px 0 0 0;
  text-align: center;
  background: #ffffff;
}

.home .can-leader-advert {
	display: none;
}

/* hide the social media icons in left hand menu across the council website - only shown in the libraries section */

.libraries-social-media-hide {
	display: none;
}

.libraries-social-media-show {
	display: inline;
}

.libraries-social-media-show img {
	vertical-align: middle;
	margin-right: 10px;
}

.libraries-social-media-show li {
	padding: 4px 0;
}

/* show and hide the 'Privacy notice' link in the data protection section of the website */

.dp-nav-hide {
	display: none;
}

.dp-nav-show {
	display: inline;
}

/* show and hide the 'GOV.UK' links in the register office section of the website */

.ro-nav-hide {
	display: none;
}

.ro-nav-show {
	display: inherit;
}

.ro1-nav-hide {
	display: none;
}

.ro1-nav-show {
	display: inherit;
}

.ro2-nav-hide {
	display: none;
}

.ro2-nav-show {
	display: inherit;
}
.ro3-nav-hide {
	display: none;
}

.ro3-nav-show {
	display: inherit;
}

.ro4-nav-hide {
	display: none;
}

.ro4-nav-show {
	display: inherit;
}

/* New govmetric styling - increasing gap between footer links and govmetric triangle 21-06-2016 by Simon Owen ***/

.gm_sidebar_cnr {
	/*height: 147px;*/
	position: relative !important;
}

.bottom-links li {
	padding: 0 8px;
    border-right: 1px solid #fff;
    margin: 0;
}

.bottom-links li:last-child {
	border-right: none;
}

/* This block of .bottom-links media queries is no longer needed - updated March 2019, SO */
/*@media only screen and (max-width: 1330px) {

.bottom-links {
	margin-right: 20%;
}

}*/

/*@media only screen and (max-width: 1090px) {

.bottom-links {
	margin-right: 30%;
}

}*/

/*@media only screen and (max-width: 950px) {

.bottom-links {
	margin-right: 35%;
}

}*/

/*@media only screen and (min-width: 710px) and (max-width: 800px) {

.bottom-links {
	margin-right: 0;
}

}*/

/*@media only screen and (max-width: 709px) {

.bottom-links {
	margin-right: 50%;
}

}*/

/***** New styling to amend margins around the custom announcement and the gap between the page title and widgets on .oneCol home pages - 01-07-2016 by Simon Owen *****/
@media only screen and (min-width: 801px) {

.twoCol .announcement {
	margin-top: 1em;
}

.container #content {
	margin-top: 0em;
}

}

@media only screen and (max-width: 800px) {

.oneCol #content {
	margin-top: 0em;
}

}

.oneCol .announcement {
	margin-top: 0em;
}

.oneCol #content .content-wrap {
	margin-top: 0em;
}

.customh1 {
	margin: 0;
	line-height: 0;
	font-size: 0;
}

.list--skip-links {
    height: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}

.list--skip-links .list__item {
    margin: 0;
    padding: 0;
}

.list--skip-links .list__link {
    background-color: #0C000E;
    color: #FFF;
    display: block;
    padding: 1em;
    transition: none;
}

.list--skip-links .list__link:not(:hover):not(:active):not(:focus) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#maincontent:focus {
    outline: none !important;
}

a.bookmarks {
    text-decoration: none;
    cursor: text;
    color: inherit;
}

#div-gpt-ad-telfordc-ibar {
	display: none !important;
}

@media only screen and (max-width: 801px) {
#div-gpt-ad-telfordc-leaderboard-1 {
	/*z-index: 111111 !important;*/
	display: none !important;
}

#counciladvertising-leaderboard {
	display: none !important;
}

}

/* ---- Homepages ---- */

.row_divider {
	width:100%;
	clear:both;
	margin: 0 0 10px 0;
	overflow:hidden;
}

.home .row_divider {
    margin-bottom: 0;
}

.new_widget {
	float:left;
	overflow:hidden;
	width: 100%;
	margin-bottom: 1em;
}

.home .new_widget {
    margin-bottom: 0;
}

.stacking {
	margin: 0 0 10px;
	width:100%;
}

.stacking .widget {
    box-sizing: border-box;
    margin: 0 0 10px;
}

/* FOR IMAGE & TEXT WIDGET */
.widget-width__25 {
	width:49%;
	margin:0 1% 0 0;
}

.widget-width__25:nth-child(odd) {
    clear:both;
}

@media only screen and (max-width: 668px) {
    .widget-width__25 {
	    width:100%;
	    margin:0;
    }
}

@media only screen and (min-width: 480px) {
    .home .widget-width__33 {
	    width:32%;
	    margin:0 1% 0 0;
    }
}

@media only screen and (min-width: 801px) {
/*! Jadu CMS homepage widget widths */
    .widget-width__2 {width:1%;margin:0 1% 0 0;} .widget-width__3 {width:2%;margin:0 1% 0 0;} .widget-width__4 {width:3%;margin:0 1% 0 0;} .widget-width__5 {width:4%;margin:0 1% 0 0;} .widget-width__6 {width:5%;margin:0 1% 0 0;} .widget-width__7 {width:6%;margin:0 1% 0 0;} .widget-width__8 {width:7%;margin:0 1% 0 0;} .widget-width__9 {width:8%;margin:0 1% 0 0;} .widget-width__10 {width:9%;margin:0 1% 0 0;} .widget-width__11 {width:10%;margin:0 1% 0 0;} .widget-width__12 {width:11%;margin:0 1% 0 0;} .widget-width__13 {width:12%;margin:0 1% 0 0;} .widget-width__14 {width:13%;margin:0 1% 0 0;} .widget-width__15 {width:14%;margin:0 1% 0 0;} .widget-width__16 {width:15%;margin:0 1% 0 0;} .widget-width__17 {width:16%;margin:0 1% 0 0;} .widget-width__18 {width:17%;margin:0 1% 0 0;} .widget-width__19 {width:18%;margin:0 1% 0 0;} .widget-width__20 {width:19%;margin:0 1% 0 0;} .widget-width__21 {width:20%;margin:0 1% 0 0;} .widget-width__22 {width:21%;margin:0 1% 0 0;} .widget-width__23 {width:22%;margin:0 1% 0 0;} .widget-width__24 {width:23%;margin:0 1% 0 0;} .widget-width__25 {width:24%;margin:0 1% 0 0;} .widget-width__26 {width:25%;margin:0 1% 0 0;} .widget-width__27 {width:26%;margin:0 1% 0 0;} .widget-width__28 {width:27%;margin:0 1% 0 0;} .widget-width__29 {width:28%;margin:0 1% 0 0;} .widget-width__30 {width:29%;margin:0 1% 0 0;} .widget-width__31 {width:30%;margin:0 1% 0 0;} .widget-width__32 {width:31%;margin:0 1% 0 0;} .widget-width__33 {width:32%;margin:0 1% 0 0;} .widget-width__34 {width:33%;margin:0 1% 0 0;} .widget-width__35 {width:34%;margin:0 1% 0 0;} .widget-width__36 {width:35%;margin:0 1% 0 0;} .widget-width__37 {width:36%;margin:0 1% 0 0;} .widget-width__38 {width:37%;margin:0 1% 0 0;} .widget-width__39 {width:38%;margin:0 1% 0 0;} .widget-width__40 {width:39%;margin:0 1% 0 0;} .widget-width__41 {width:40%;margin: 0 1% 0 0;} .widget-width__42 {width:41%;margin: 0 1% 0 0;} .widget-width__43 {width:42%;margin: 0 1% 0 0;} .widget-width__44 {width:43%;margin: 0 1% 0 0;} .widget-width__45 {width:44%;margin: 0 1% 0 0;} .widget-width__46 {width:45%;margin: 0 1% 0 0;} .widget-width__47 {width:46%;margin: 0 1% 0 0;} .widget-width__48 {width:47%;margin: 0 1% 0 0;} .widget-width__49 {width:48%;margin: 0 1% 0 0;} .widget-width__50 {width:48%;margin: 0 1% 0 0;} .widget-width__51 {width:50%;margin: 0 1% 0 0;} .widget-width__52 {width:51%;margin: 0 1% 0 0;} .widget-width__53 {width:52%;margin: 0 1% 0 0;} .widget-width__54 {width:53%;margin: 0 1% 0 0;} .widget-width__55 {width:54%;margin: 0 1% 0 0;} .widget-width__56 {width:55%;margin: 0 1% 0 0;} .widget-width__57 {width:56%;margin: 0 1% 0 0;}  .widget-width__58 {width:57%;margin: 0 1% 0 0;} .widget-width__59 {width:58%;margin: 0 1% 0 0;} .widget-width__60 {width:59%;margin: 0 1% 0 0;} .widget-width__61 {width:60%;margin: 0 1% 0 0;} .widget-width__62 {width:61%;margin: 0 1% 0 0;} .widget-width__63 {width:62%;margin: 0 1% 0 0;} .widget-width__64 {width:63%;margin: 0 1% 0 0;} .widget-width__65 {width:64%;margin: 0 1% 0 0;} .widget-width__66 {width:65%;margin: 0 1% 0 0;} .widget-width__67 {width:66%;margin: 0 1% 0 0;} .widget-width__68 {width:67%;margin: 0 1% 0 0;} .widget-width__69 {width:68%;margin: 0 1% 0 0;} .widget-width__70 {width:69%;margin: 0 1% 0 0;} .widget-width__71 {width:70%;margin: 0 1% 0 0;} .widget-width__72 {width:71%;margin: 0 1% 0 0;} .widget-width__73 {width:72%;margin: 0 1% 0 0;} .widget-width__74 {width:73%;margin: 0 1% 0 0;} .widget-width__75 {width:74%;margin: 0 1% 0 0;} .widget-width__76 {width:75%;margin: 0 1% 0 0;} .widget-width__77 {width:76%;margin: 0 1% 0 0;} .widget-width__78 {width:77%;margin: 0 1% 0 0;} .widget-width__79 {width:78%;margin: 0 1% 0 0;} .widget-width__80 {width:79%;margin: 0 1% 0 0;} .widget-width__81 {width:80%;margin: 0 1% 0 0;} .widget-width__82 {width:81%;margin: 0 1% 0 0;} .widget-width__83 {width:82%;margin: 0 1% 0 0;} .widget-width__84 {width:83%;margin: 0 1% 0 0;} .widget-width__85 {width:84%;margin: 0 1% 0 0;} .widget-width__86 {width:85%;margin: 0 1% 0 0;} .widget-width__87 {width:86%;margin: 0 1% 0 0;} .widget-width__88 {width:87%;margin: 0 1% 0 0;} .widget-width__89 {width:88%;margin: 0 1% 0 0;} .widget-width__90 {width:89%;margin: 0 1% 0 0;} .widget-width__91 {width:90%;margin: 0 1% 0 0;} .widget-width__92 {width:91%;margin: 0 1% 0 0;} .widget-width__93 {width:92%;margin: 0 1% 0 0;} .widget-width__94 {width:93%;margin: 0 1% 0 0;} .widget-width__95 {width:94%;margin: 0 1% 0 0;} .widget-width__96 {width:95%;margin: 0 1% 0 0;} .widget-width__97 {width:96%;margin: 0 1% 0 0;} .widget-width__98 {width:97%;margin: 0 1% 0 0;} .widget-width__99 {width:98%;margin: 0 1% 0 0; }

.lastWidget2 {width:2%;margin:0 0 0 0;} .lastWidget3 {width:3%;margin:0 0 0 0;} .lastWidget4 {width:4%;margin:0 0 0 0;} .lastWidget5 {width:5%;margin:0 0 0 0;} .lastWidget6 {width:6%;margin:0 0 0 0;} .lastWidget7 {width:7%;margin:0 0 0 0;} .lastWidget8 {width:8%;margin:0 0 0 0;} .lastWidget9 {width:9%;margin:0 0 0 0;} .lastWidget10 {width:10%;margin:0 0 0 0;} .lastWidget11 {width:11%;margin:0 0 0 0;} .lastWidget12 {width:12%;margin:0 0 0 0;} .lastWidget13 {width:13%;margin:0 0 0 0;} .lastWidget14 {width:14%;margin:0 0 0 0;} .lastWidget15 {width:15%;margin:0 0 0 0;} .lastWidget16 {width:16%;margin:0 0 0 0;} .lastWidget17 {width:17%;margin:0 0 0 0;} .lastWidget18 {width:18%;margin:0 0 0 0;} .lastWidget19 {width:19%;margin:0 0 0 0;} .lastWidget20 {width:20%;margin:0 0 0 0;} .lastWidget21 {width:21%;margin:0 0 0 0;} .lastWidget22 {width:22%;margin:0 0 0 0;} .lastWidget23 {width:23%;margin:0 0 0 0;} .lastWidget24 {width:24%;margin:0 0 0 0;} .lastWidget25 {width:25%;margin:0 0 0 0;} .lastWidget26 {width:26%;margin:0 0 0 0;} .lastWidget27 {width:27%;margin:0 0 0 0;} .lastWidget28 {width:28%;margin:0 0 0 0;} .lastWidget29 {width:29%;margin:0 0 0 0;} .lastWidget30 {width:30%;margin:0 0 0 0;} .lastWidget31 {width:31%;margin:0 0 0 0;} .lastWidget32 {width:32%;margin:0 0 0 0;} .lastWidget33 {width:33%;margin:0 0 0 0;} .lastWidget34 {width:34%;margin:0 0 0 0;} .lastWidget35 {width:35%;margin:0 0 0 0;} .lastWidget36 {width:36%;margin:0 0 0 0;} .lastWidget37 {width:37%;margin:0 0 0 0;} .lastWidget38 {width:38%;margin:0 0 0 0;} .lastWidget39 {width:39%;margin:0 0 0 0;} .lastWidget40 {width:40%;margin:0 0 0 0;} .lastWidget41 {width:41%;margin:0 0 0 0;} .lastWidget42 {width:42%;margin:0 0 0 0;} .lastWidget43 {width:43%;margin:0 0 0 0;} .lastWidget44 {width:44%;margin:0 0 0 0;} .lastWidget45 {width:45%;margin:0 0 0 0;} .lastWidget46 {width:46%;margin:0 0 0 0;} .lastWidget47 {width:47%;margin:0 0 0 0;} .lastWidget48 {width:48%;margin:0 0 0 0;} .lastWidget49 {width:49%;margin:0 0 0 0;} .lastWidget50 {width:50%;margin:0 0 0 0;} .lastWidget51 {width:51%;margin:0 0 0 0;} .lastWidget52 {width:52%;margin:0 0 0 0;} .lastWidget53 {width:53%;margin:0 0 0 0;} .lastWidget54 {width:54%;margin:0 0 0 0;} .lastWidget55 {width:55%;margin:0 0 0 0;} .lastWidget56 {width:56%;margin:0 0 0 0;} .lastWidget57 {width:57%;margin:0 0 0 0;} .lastWidget58 {width:58%;margin:0 0 0 0;} .lastWidget59 {width:59%;margin:0 0 0 0;} .lastWidget60 {width:60%;margin:0 0 0 0;}  .lastWidget61 {width:61%;margin:0 0 0 0;} .lastWidget62 {width:62%;margin:0 0 0 0;} .lastWidget63 {width:63%;margin:0 0 0 0;} .lastWidget64 {width:64%;margin:0 0 0 0;} .lastWidget65 {width:65%;margin:0 0 0 0;} .lastWidget66 {width:66%;margin:0 0 0 0;} .lastWidget67 {width:67%;margin:0 0 0 0;} .lastWidget68 {width:68%;margin:0 0 0 0;} .lastWidget69 {width:69%;margin:0 0 0 0;} .lastWidget70 {width:70%;margin:0 0 0 0;} .lastWidget71 {width:71%;margin:0 0 0 0;} .lastWidget72 {width:72%;margin:0 0 0 0;} .lastWidget73 {width:73%;margin:0 0 0 0;} .lastWidget74 {width:74%;margin:0 0 0 0;} .lastWidget75 {width:75%;margin:0 0 0 0;} .lastWidget76 {width:76%;margin:0 0 0 0;} .lastWidget77 {width:77%;margin:0 0 0 0;} .lastWidget78 {width:78%;margin:0 0 0 0;} .lastWidget79 {width:79%;margin:0 0 0 0;} .lastWidget80 {width:80%;margin:0 0 0 0;} .lastWidget81 {width:81%;margin:0 0 0 0;} .lastWidget82 {width:82%;margin:0 0 0 0;} .lastWidget83 {width:83%;margin:0 0 0 0;} .lastWidget84 {width:84%;margin:0 0 0 0;} .lastWidget85 {width:85%;margin:0 0 0 0;} .lastWidget86 {width:86%;margin:0 0 0 0;} .lastWidget87 {width:87%;margin:0 0 0 0;} .lastWidget88 {width:88%;margin:0 0 0 0;} .lastWidget89 {width:89%;margin:0 0 0 0;} .lastWidget90 {width:90%;margin:0 0 0 0;} .lastWidget91 {width:91%;margin:0 0 0 0;} .lastWidget92 {width:92%;margin:0 0 0 0;} .lastWidget93 {width:93%;margin:0 0 0 0;} .lastWidget94 {width:94%;margin:0 0 0 0;} .lastWidget95 {width:95%;margin:0 0 0 0;} .lastWidget96 {width:96%;margin:0 0 0 0;} .lastWidget97 {width:97%;margin:0 0 0 0;} .lastWidget98 {width:98%;margin:0 0 0 0;} .lastWidget99 {width:99%;margin:0 0 0 0;}
.width100 {width:100%; margin: 0;}

.widget-width__25:nth-child(odd) {
    clear:none;
}

}

.widget .item-list {
    margin-top: 1em;
}

#content .widget--middle-adverts img {
	float: left;
	border: 1px solid #ccc;
}

#content .widget--right-adverts img {
	border: 1px solid #ccc;
}

#content .widget--right-adverts h2 {
	display:block;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

#content .widget--right-adverts div {
	padding-bottom: 10px;
}

#content .widget--homepage-banner span {
	display:block;
}

#content .widget--events-calendar { padding: 0 0 10px 0;}
#content .widget--events-calendar table.calendar {background: none; border-collapse: collapse; border: none; font-size: 0.9em; margin: 0; width: 100%;}
#content .widget--events-calendar table th { text-transform: uppercase; color: #fff; text-align: center;}

.widget--events-calendar h2 {
    background: #00747b;
    margin: 0;
    padding: 10px 0;
    color: #FFFFFF;
    text-align: center;
}

.widget--events-calendar table th {
    font-size: 1.2em;
    border: 1px solid #e3e3e3;
}

.widget--events-calendar table tr:nth-child(2) td:empty {
    display: none;
}

.widget--events-calendar table tr td {
    border: 1px solid #e3e3e3;
font-size: 1.2em;
}

.widget--events-calendar .calendar a {
    color: #cd1543;
    display: block;
    font-weight: normal;
    font-size: 1em;
}

.widget--events-calendar .today a {
    color: #cd1543;
    font-weight: bold;
}

.widget--directory-search {
    padding: 10px;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget--directory-search label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.widget--directory-search input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    max-width: 100%;
}


.widget--homepage-banner .banner img {
    width: 100%;
}

.widget--homepage-banner .banner span {
    background: #cd1543;
    color: #FFFFFF;
    margin-top: -6px;
    padding: 10px;
}

.widget--image img, .iconWidget img {
    border: none;
}

.widget--image p, .iconWidget p {
    background: none;
    color: #000;
    margin-top: -6px;
    padding: 10px;
}

.widget--image a, .iconWidget a {
    color: #CB1443;
    text-decoration: underline;
}

.iconWidget {
    text-align: center;
}

.widget--image a:hover {
    text-decoration: none;
}

.widget--content .byEditor {
    margin-top: 0 !important;
}

.widget--latest-news, .newsWidget {
    background: #cd1543;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
}

.widget--latest-news h2, .widget--middle-adverts h2, .widget--navigation h2, .twitterFeed h2, .newsWidget h2 {
    margin-top: 0;
    font-weight: 400;
}

.widget--latest-news h3, .newsWidget h3 {
    margin-bottom: 0.8em;
}

.widget--latest-news a, .widget--middle-adverts a, .widget--navigation ul li a, .widget--what-s-new-on-site ul li:first-child a, .twitterFeed a,
.newsWidget a {
    color: #FFFFFF;
    text-decoration: underline;
}

.widget--latest-news a:hover, .widget--middle-adverts a:hover, .widget--navigation ul li a:hover, .widget--what-s-new-on-site ul li:first-child a:hover, .twitterFeed a:hover, .newsWidget a:hover {
    text-decoration: none;
}

.widget--latest-news p, .widget--middle-adverts p, .newsWidget p {
    font-weight: 100;
    line-height:1.4em;
}

.widget--middle-adverts, .widget--navigation {
    background: #00747b;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
}

.widget--middle-adverts img {
    margin: 0 0 1em;
}

.widget--middle-adverts h3 {
    font-weight: 100;
}

.widget--middle-adverts h4 {
    font-size: 1.4em;
}

.widget--middle-adverts div {
    overflow: hidden;
}

.widget--opinion-poll, .widget--what-s-new-on-site, .widget--top-faqs {
    border: 1px solid #aaa;
    padding: 1em;
}

.widget--navigation ul li {
    padding: 0.5em 0;
    border-bottom: 1px solid #00969f;
}

.widget--navigation ul, .widget--what-s-new-on-site ul, .widget--top-faqs ul {
    margin-bottom: 0;
}

.widget--top-faqs ul li {
    padding: 0.5em 0;
    border-bottom: 1px solid #e3e3e3;
}

.widget--what-s-new-on-site ul li {
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.widget--navigation ul li:last-child, .widget--what-s-new-on-site ul li:last-child, .widget--top-faqs ul li:last-child {
    border-bottom: 0;
}

.widget--what-s-new-on-site ul li:first-child {
    background: #00747b;
    padding: 10px;
    color: #FFFFFF;
}

.widget--opinion-poll h2, .widget--what-s-new-on-site h2, .widget--top-faqs h2 {
    color: #00747b;
    margin: 0;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.2em;
}

.twitterFeed {
    background: #00747b;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
}

.twitterFeed p {
    background: #096c72;
    padding: 10px;
}


#content .dateWidget p {
	color: #fff;
	font-size: 67px;
	text-align: center;
	font-weight:bolder;
	padding:0;
	margin:0;
	height: 94px;
	line-height: 94px;
}

#content .dateWidget p.Mon { background: #999 url(../css_img/mon.gif) no-repeat left center;}
#content .dateWidget p.Tue { background: #999 url(../css_img/tues.gif) no-repeat left center;}
#content .dateWidget p.Wed { background: #999 url(../css_img/weds.gif) no-repeat left center;}
#content .dateWidget p.Thu { background: #999 url(../css_img/thurs.gif) no-repeat left center;}
#content .dateWidget p.Fri { background: #999 url(../css_img/fri.gif) no-repeat left center;}
#content .dateWidget p.Sat { background: #999 url(../css_img/sat.gif) no-repeat left center;}
#content .dateWidget p.Sun { background: #999 url(../css_img/sun.gif) no-repeat left center;}

#content .widget--opinion-poll form label {float:none; width: auto; display:block; margin: 1em 0; padding: 0; text-align: left;}

/* Document preview styles */
.document-preview .more-services-list {
    display: none;
}

.document-preview #tool_buttons .button {
    margin: .5rem .5rem .5rem 0;
}

/* New custom styles */

/* Resize the carousel heading on the homepage - added by SO March 2019*/
.home .links span, .home .links a {
    font-family: 'Roboto Slab', serif;
    font-size: inherit;
    font-weight: 400;
    padding-left: 0;
}

@media screen and (min-width: 801px) {

.home .links span, .home .links a {
    font-size: inherit;
}

}

/*Ensure the marketing scroll content is not cut off when screen size is reduced*/
#slider5 .viewport {
    width: 100%;
}

#slider5 .overview {
    width: 100%;
}

#slider5 .overview li {
	margin: 0;
	width: 100%;
}

.adverts .text {
    width: 44%;
	padding-right: 3%;
}

@media screen and (min-width: 801px) {

#slider5 .text, .adverts .text {
    padding-right: 10px;
}

}

/*Add space between chevron and the right edge */
.action-lists ul li:last-child {
    background: url("../images/arrow.jpg") right 5px center no-repeat #00747b;
}

/* adds x-axis scrollbar to tables where width is greater than the content area - needs to be assigned to each table affected */
.table-responsive {
    overflow: scroll;
    width: 100%;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

/* Directory browse - indented lists, increase the width so use available space on mobiles rather than 45% of screen width */
@media screen and (max-width: 801px) {
.indented-list li {
	width: 90%;
	margin: 0.5em 0 0.5em 30px;
}
}

/* Updated the custom announcement to add a text saying 'view more information.' at the end of the announcement message. The styling makes this text appear as a link */
.announcement-link {
    color: #cb1443;
    text-decoration: underline;
}

.announcement-link:hover {
    color: #000;
    text-decoration: underline;
}

/* Added May 2019 to prevent accordion heading overlapping the arrow */
/* Removed style as changed accordion structure due to new WYSIWYG editor */
/*h3.panel-title {
	padding-right: 45px !important;
}*/

/* Added August 2019 to change the display of announcement and custom-announcement */

.oneCol.home .contentWidget, .oneCol.home .widget--content {
    padding-right: 0;
}

.custom-announcement {
	border: 3px solid #CB1443;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.oneCol.home .custom-announcement {
	/*width: 97.2%;*/
	width: 100%;
	margin-top: 28px;
	margin-bottom: 0;
}

.custom-announcement h2 a {
	text-decoration: none;
}

.oneCol.home .custom-announcement h2 {
	margin-top: 0;
}

.oneCol.home .announcement {
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 2em;
	width: 100%;
}

span.announcement-link {
    text-decoration: none;
}

/*Custom annoucements - differnt colours*/
.custom-announcement-orange {
	border: 5px solid #ee5f4e;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
		background-color:#f1dfdc;
}

.custom-announcement-yellow {
	border: 5px solid #ebb565;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color:#f4e0c3;
}
.custom-announcement-green {
	border: 5px solid #5bb0c1;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color:#cce1e5;
}

@media screen and (max-width: 1200px) {

/*.oneCol.home .custom-announcement {
	width: 100%;
}
*/
.oneCol.home .outer_announcement {
    padding: 0 10px;
}

}

/* Added September 2019 to account for WYSIWYG changes that affect bootstrap accordion */

button.accordion-btn {
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    /*background-image: url(/site/images/accordion-icon.png);
    background-repeat: no-repeat;
    background-position: 99% center;*/
    padding-right: 45px;
	font-family: 'Roboto Slab', serif;
    color: #444;
}

/*
.panel-title {
	background: none;
}
*/


/* Added February 2020 to resolve styling issue when call to action buttons spanned multiple lines, !important used to bypass media queries */
.button__danger, .button__primary {
	display: inline-block !important;
	height: auto !important;
}

/* Added May 2020 */

.twc_copyright {
    color: #ffffff;
    font-size: 14px;
    float: left;
    padding-right: 8px;
}

@media (min-width: 801px) {

.twc_copyright {
	    float: right;
}

}

/* Added June 2020 */

.home #can-ibar {
    display: none;
}

/*** Added Sep 2020 ***/

.web_chat_home {
    background: #000;
    color: #fff;
    width: 180px;
    border-radius: 0 10px 0 0;
	float: left;
	z-index: 999999;
	position: fixed;
	left: 0%;
	bottom: 0;
}

a.web_chat_link {
    color: #fff;
    text-decoration: underline !important;
    font-size: 16px !important;
    font-weight: bold;
	padding: 10px !important;
	float: right;
	width: -webkit-fill-available;
	line-height: inherit !important;
	height: unset !important;
}

img.web_chat_icon {
    border: none;
    margin: 0 10px 4px 0;
    padding: 0;
    vertical-align: bottom;
    float: left;
	width: 35px;
}

span.split_text {
    display: block;
}

@media only screen and (max-width: 992px) {
	
.web_chat_home {
	left: 0;
}
	
}

@media only screen and (max-width: 800px) {
	
.web_chat_home {
	left: 0;
}
	
}

h2.panel-title {
    text-decoration: none;
    color: #444;
    font-size: 1.4em;
	padding-top: 0;
	line-height: 1.3;
}

/**** Added for pop-up October 2020 ****/

.modal-body p a {
    cursor: pointer;
}


/**** Added April 2021 - Funeral announcement styling - comment out when not a funeral announcement ****/

/*.announcement {
    background: none repeat scroll 0 0 #000;
    border: 3px solid #000;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 2em;
    padding: 10px;
	width: 100%;
}

.announcement a {
    color: #fff;
    line-height: 2em;
    padding: 8px 0;
    text-decoration: underline;
}

.announcement p {
    font-size: 1.143em;
    color: #fff;
}

.announcement .h2 {
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 1.8em;
	line-height: inherit;
	margin: 0;
}

.announcement img {
	float: right;
	margin: 0;
	width: auto;
	padding-top: 0;
	max-width: 180px;
}

.announcement .content-left {
	width: 100%; /* changed from 70% as no image used *//*
	float: left;
}

.announcement-link {
	color: #fff;
	text-decoration: underline;
}

.announcement-link:hover {
	color: #fff201;
	text-decoration: underline;
}

span.announcement-link {
	text-decoration: underline;
}
*/

/* Added October 2021 - accessibility audit fixes */

/*change breadcrumb links to meet contrast requirements */
.bread li a {
    color: #cb1443;
}

.bread .active {
    color: #444;
}

@media (max-width: 960px) and (orientation: landscape) {

.web_chat_home {
	width: auto;
}

a.web_chat_link {
	font-size: 10px !important;
	padding: 5px !important;
}

img.web_chat_icon {
	width: 15px;
	margin: 0 5px 0px 0;
}

span.split_text {
	display: inline;
}
	

.flxb-button.flxb-docked:not(.flxb-dock-full) {
	width: 35px!important;
	height: 85px !important;
	top: 150px !important;
}


.positionStyle {
	bottom: 0 !important;
    top: unset !important;
    left: unset !important;
    right: 0 !important;
	width: 35px !important;
	height: 35px !important;
}

.gw-launchpad-icon-button--s3 {
	width: 35px !important;
	height: 35px !important;
}

body {
	padding-top: 41px;
}

header .container {
	height: 51px;
}

.identity__logo {
    width: 65%;
}

	
}

@media (max-width: 480px) and (orientation: landscape) {

.top-links nav ul li {
	padding: 0;
}

.flxb-button.flxb-docked:not(.flxb-dock-full) {
	width: 25px!important;
	height: 80px !important;
	top: 100px !important;
}

body {
	padding-top: 31px;
}

header .container {
	height: 41px;
}

}




/* end of accessibility fixes */



	/**** end of styles ****/