@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Wed Apr 11 2018 09:37:27 GMT+0100 (BST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General.bg-light-grey
 * - Content
 * - Modules
    Accordion
    Back to top
    Magnific popup
    Skip links
    Slick
    
    Checking this is github now
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.tabs__tab-list, .popup__list, .skip-links__list, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix, .newsletter-signup .newsletter-signup-form, nav .close-wrapper, footer section.social .social-wrapper {
  *zoom: 1;
}

.clearfix:before, .newsletter-signup .newsletter-signup-form:before, nav .close-wrapper:before, footer section.social .social-wrapper:before, .clearfix:after, .newsletter-signup .newsletter-signup-form:after, nav .close-wrapper:after, footer section.social .social-wrapper:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .newsletter-signup .newsletter-signup-form:after, nav .close-wrapper:after, footer section.social .social-wrapper:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.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;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 1;
  padding: 0;
  outline: 1px dotted #212121;
  
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities b
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #333;
  color: #cccccc;
}

td {
  border: 1px solid #333;
}

/* Buttons */
.button, .add-fav-btn, .download-btn, .saved-pages-component button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #333;
  color: #cccccc;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .add-fav-btn, .download-btn, .saved-pages-component button, .button:visited, .add-fav-btn:visited, .download-btn:visited, .saved-pages-component button:visited {
  text-decoration: none;
}

.button:focus, .add-fav-btn:focus, .download-btn:focus, .saved-pages-component button:focus, .button:hover, .add-fav-btn:hover, .download-btn:hover, .saved-pages-component button:hover {
  background-color: black;
  outline: thin dotted;
}

.button:focus, .add-fav-btn:focus, .download-btn:focus, .saved-pages-component button:focus {
  outline: 1px dotted #212121;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #333;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #333;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

/*
--------------------
Modules
--------------------
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}



@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .taskgrid {
      padding-left: 0;
      padding-right: 0;
  }
  .taskgrid__img {
      background-position: center; 
      width: 150px; height:130px; 
      background-size: cover; 
      background-repeat: no-repeat;
      tab-index: none;
  }

}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .copy {
  margin-top: 0px;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 65.875em) {
  .copy {
   margin-top: -147px;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-8.columns {
      padding-top: 20px;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0.5rem;
  margin-bottom: 0 ;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.4375rem;
    margin-bottom: 0.5rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
}

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 85.375rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
/*  color: #2563BA;*/
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ol a {
    text-decoration: underline;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
color: #696969; 
font-size: 20px;
font-weight: bold;
margin-top: 0.7rem;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 65.875em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 65.875em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 65.8125em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 65.875em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 65.875em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 65.8125em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 65.875em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 65.8125em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

body {
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
  color: #333;
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

body.dark {
  background: #0a0a0a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
  color: #5e243c;
  font-weight: bold;
}

h5 {
    font-weight: normal;
}

.promo-item h2 {
    color: #5e243c;
    font-weight: bold;
}
.promo-item p {
    font-weight: bold
}

#page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transform: translateX(0);
}

#page-wrapper main {
  margin-top: 1em;
  margin-bottom: 1em;
}

#page-wrapper .off-screen-inner {
  transition: transform 0.2s;
}

#page-wrapper .off-screen-inner .main-content {
  background: #fefefe;
  padding-bottom: 1em;
}

#page-wrapper.off-screen {
  overflow-x: hidden;
}

#page-wrapper.off-screen .off-screen-inner {
  transform: translateX(90%);
}

#page-wrapper.off-screen .off-screen-inner header.header, #page-wrapper.off-screen .off-screen-inner .main-content, #page-wrapper.off-screen .off-screen-inner .newsletter-signup, #page-wrapper.off-screen .off-screen-inner footer {
  opacity: 0.4;
}

#page-wrapper .main-wrapper {
  flex: 1;
}

p a {
  transition: color 0.3s, opacity 0.3s;
  color: #2563BA;
  text-decoration: underline;
}

.sidebar p a {
    text-decoration: none;
}

.sidebar p a:hover {
    text-decoration: underline;
}

/*a p:hover {
    text-decoration: underline;
} */

a {
  transition: color 0.3s, opacity 0.3s;
  color: #2563BA;
}

.manual-related h5 a:hover {
    text-decoration: none;
    color: #2563BA;
}

.accordion-content a {
    text-decoration: underline;
}

.large-8 ul li a {
    text-decoration: underline;
}

/*Removed as per jira ticket OFCOMWDA-26*/
/*.promo-item ul li a {*/
/*    text-decoration: none;*/
/*}*/

h3 a {
    text-decoration: underline;
}

a:hover, a:focus {
  color: #00376f;
  text-decoration: underline;
}

/* components */
/* Global form elements */
input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=password],
input[type=date],
textarea {
  border: 2px solid #909090;
  outline: none;
  background: #fefefe;
  padding: 0.25em;
  padding-left: 1em;
  color: #333;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  line-height: 1.65em;
  height: 48px;
  border-radius: 2px;
  width: 100%;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=search]:placeholder-shown,
input[type=tel]:placeholder-shown,
input[type=password]:placeholder-shown,
input[type=date]:placeholder-shown,
textarea:placeholder-shown {
  font-style: italic;
}

input[type=text].error,
input[type=email].error,
input[type=search].error,
input[type=tel].error,
input[type=password].error,
input[type=date].error,
textarea.error {
  border: 1px solid #AD2B00;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus {
  border: 2px solid #ccc;
}

textarea {
  height: auto;
}

input[type=search] {
  height: 40px;
  
}

input[type=submit] {
  background: #D93361;
  color: #fefefe;
  border: none;
  width: 175px;
  padding: 0.75em 0;
  border-radius: 2px;
  transition: color 0.3s, background 0.3s;
  height: 48px;
}

input[type=submit]:hover {
  background: #b7224b;
  outline: 1px dotted #212121;
}

input[type=submit]:focus {
  background: #b7224b;
  outline: 1px dotted #212121;
}

input[type=reset] {
  background: #ccc;
  border: none;
  width: 175px;
  padding: 0.75em 0;
  border-radius: 2px;
  transition: color 0.3s, background 0.3s;
  height: 48px;
}

input[type=reset]:hover {
  background: #b3b3b3;
}

/* special styling for select dropdown */
label.select {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 0;
}

label.select:focus::after {
  color: blue;
}

label.select:after {
  content: '\f078';
  color: #333;
  background: transparent;
  top: 10px;
  bottom: 3px;
  right: 8px;
  padding: 0.5em 0.3em 0.3em 0.7em;
  position: absolute;
  pointer-events: none;
  font-size: 0.85em;
  border-radius: 2px;
}

label.select select {
  margin: 0;
  background: #ccc;
  color: #333;
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.65em;
  padding-left: 0.75em;
  line-height: 1.2em;
  font-size: 0.95em;
  border: 1px solid transparent;
}

label.select select.error {
  border: 1px solid #AD2B00;
}

label.select select:focus {
  border: 1px dashed #D93361;
  background: #ebebeb;
  color: #D93361;
}

.sq-form-question-datetime select {
  position: relative;
  margin: 0;
  background: #fefefe;
  color: #333;
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
  height: 38px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: none;
  outline: none;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  padding: 0.65em;
  padding-left: 0.75em;
  line-height: 1.2em;
  font-size: 0.95em;
}

.sq-form-question-datetime select.error {
  border: 1px solid #AD2B00;
}

/* checkbox */
label.checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  height: 25px;
  padding-top: 9px;
}

label.checkbox:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #fefefe;
  border: 1px solid #ccc;
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
}

input[type=checkbox]:focus + label {
  color: #D93361;
}

input[type=checkbox]:checked + label.checkbox:before {
  content: "\2713";
  font-size: 1.4em;
  color: #fefefe;
  background: #D93361;
  text-align: center;
  line-height: 1em;
  border: none;
}

/* radio button */
label.radio-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
}

label.radio-button:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0px;
  background-color: #fefefe;
  border: 1px solid #999;
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
  border-radius: 18px;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label.radio-button:before {
  content: "\2022";
  font-size: 3.5em;
  color: #D93361;
  background: #fefefe;
  text-align: center;
  line-height: 0.4em;
  border: none;
}

/* errors */
label.error,
span.error {
  color: #AD2B00;
}

label.error i,
span.error i {
  margin-right: 0.5em;
}

/* Specific forms */
/* newsletter signup form */
.newsletter-signup {
  background: #ebebeb;
}

.newsletter-signup .newsletter-signup-form {
  padding: 1.25em 1em;
}

.newsletter-signup .newsletter-signup-form h5 {
  color: #642566;
  font-weight: bolder;
  content: '\f0a8';
}

.newsletter-signup .newsletter-signup-form input[type=submit] {
  width: 100%;
  background-color: #642566;
}

.newsletter-signup .newsletter-signup-form label.select {
  margin-bottom: 0.75em;
}

@media screen and (min-width: 40em) {
  .newsletter-signup .newsletter-signup-form {
    padding: 2em 0.75em 1.25em 0.75em;
  }
  .newsletter-signup .newsletter-signup-form h5, .newsletter-signup .newsletter-signup-form input[type=email], .newsletter-signup .newsletter-signup-form label, .newsletter-signup .newsletter-signup-form input[type=submit] {
    float: left;
    margin-right: 8px;
  }
  .newsletter-signup .newsletter-signup-form h5 {
    padding-top: 0.75em;
  }
  .newsletter-signup .newsletter-signup-form input[type=submit] {
    width: 20%;
    margin-top: 4px;
    float: left;
  }
}

@media screen and (min-width: 65.875em) {
  .newsletter-signup .newsletter-signup-form {
    padding: 2em 0 2em 0.9375em;
  }
  .newsletter-signup .newsletter-signup-form h5, .newsletter-signup .newsletter-signup-form input[type=email], .newsletter-signup .newsletter-signup-form label, .newsletter-signup .newsletter-signup-form input[type=submit] {
    margin-right: 13px;
    margin-top: 0;
  }
}

/* search filters */
.filters {
  font-size: 0.9em;
  margin: 2em 0;
  background: #ebebeb;
  padding: 1em;
  border-top: 4px solid #00ABBD;
}

.filters .clear-all {
  float: right;
  color: #0b4f80;
  font-weight: bold;
}

.filters h2 {
  color:#000;
  font-weight: bold;
}

.filters h4 {
  font-weight: normal;
  color: #000;
}

.filters h6 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0;
}

.filters .see-more, .filters .see-less {
  display: block;
  margin-top: 1em;
  margin-left: 25px;
}

.filters fieldset {
  width: 100%;
}

.filters legend::before, .filters legend::after {
  content: ' ';
  display: table;
}

.filters legend::after {
  clear: both;
}

.filters button {
  background: transparent;
  border: 0 none;
  padding: 0;
  color: #0b4f80;
}

.filters button:hover, .filters button:active, .filters button:focus {
  color: #00376f;
  text-decoration: underline;
  outline: none;
}

.filters .date-buttons-wrapper {
  clear: both;
  display: inline-block;
  width: 100%;
}

.filters .date-buttons-wrapper .date-buttons {
  float: right;
}

.filters .date-buttons-wrapper .date-buttons button {
  display: block;
  padding: 0 10px;
  float: left;
  margin-top: 20px;
  color: #0b4f80;
  font-weight: bold;
}

.consultation-form {
  font-size: .9em;
}

.consultation-form .label {
  margin-top: .5em;
}

.consultation-form .form-section {
  margin-bottom: 2em;
}

.consultation-form .form-section label span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2em;
}

.consultation-form .form-section textarea {
  margin: .5em 0;
}

.consultation-form label.select select {
  padding-bottom: .5em;
}

.matrix-consultation-form {
  background: #ebebeb;
  padding: 1em;
}

.matrix-consultation-form legend {
  display: none;
}

.main form {
  background: #ebebeb;
  padding: 1em;
}

.main form.search-form {
  background: transparent;
  padding: 0;
  
}

.main .sq-form-section {
  border: none;
}

.main .sq-form-question {
  margin: .5em 0;
}

.main fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.main .sq-form-question-select .sq-form-question-answer, .main .sq-form-question-country .sq-form-question-answer {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 0;
}

/*.main .sq-form-question-select .sq-form-question-answer:after, .main .sq-form-question-country .sq-form-question-answer:after {
  background-image: url("https://www.ofcom.org.uk/__data/assets/image/0018/118233/arrowdown-blue-right.png?v=0.1.1?v=0.1.2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: ' ';
  color: #333;
  top: 4px;
  bottom: 3px;
  right: 8px;
  padding: 0.5em 0.3em 0.3em 0.7em;
  position: absolute;

} */

.main .sq-form-question-select .sq-form-question-answer select, .main .sq-form-question-country .sq-form-question-answer select {
  margin: 0;
  background: #ccc;
  color: #333;
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.65em;
  padding-left: 0.75em;
  line-height: 1.2em;
  font-size: 0.95em;
    background-image: url('https://www.ofcom.org.uk/__data/assets/image/0018/118233/arrowdown-blue-right.png?v=0.1.1?v=0.1.1');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10%;
}

select::-ms-expand {
    display: none;
}

.main .sq-form-question-select .sq-form-question-answer select.error, .main .sq-form-question-country .sq-form-question-answer select.error {
  border: 1px solid #AD2B00;
}

.main .sq-form-question-select .sq-form-question-answer select:focus, .main .sq-form-question-country .sq-form-question-answer select:focus {
  border: 1px dashed #D93361;
  background: #ebebeb;
  color: #D93361;
      background-image: url('https://www.ofcom.org.uk/__data/assets/image/0018/118233/arrowdown-blue-right.png?v=0.1.1?v=0.1.1');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10%;
}

.main .sq-form-question-tickbox-list .sq-form-field {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.main .sq-form-question-tickbox-list .sq-form-question-answer ul {
  list-style-type: none;
  margin-left: 0;
}

.main .sq-form-question-tickbox-list .sq-form-question-answer label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  height: 25px;
  padding-top: 9px;
}

.main .sq-form-question-tickbox-list .sq-form-question-answer label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 13px;
  background-color: #fefefe;
  border: 1px solid #ccc;
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
}

.main .sq-form-question-tickbox-list .sq-form-question-answer input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 1.4em;
  color: #fefefe;
  background: #D93361;
  text-align: center;
  line-height: 1em;
  border: none;
}

.main .sq-form-question-option-list ul {
  list-style-type: none;
  margin-left: 0;
}

.main .sq-form-question-option-list .sq-form-question-answer label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
}

.main .sq-form-question-option-list .sq-form-question-answer label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #fefefe;
  border: 1px solid #999;
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
  border-radius: 18px;
}

.main .sq-form-question-option-list .sq-form-question-answer input[type=radio]:checked + label:before {
  content: "\2022";
  font-size: 3.2em;
  color: #D93361;
  background: #fefefe;
  text-align: center;
  line-height: 0.41em;
  border: 1px solid #999;
}

.main .formSection .hidden {
  display: none;
}

.main .sq-form-error {
  color: red;
  font-size: .75em;
}

.main .errorList {
  margin: 1em 0;
  background-color: #eee;
  padding: 1em;
}

.main .errorList:empty {
  padding: 0;
}

.main .errorList a {
  color: #AD2B00;
}

.main .errorList ul {
  margin: 0 0 0 1.25rem;
}

.select__label {
  margin: 0 0 5px 0;
  display: block;
  color: #642566;
  font-size: 1.5em;
}

.checkbox-group input[type="checkbox"]:focus + label, .sq-form-question-tickbox-list .sq-form-question-answer input[type="checkbox"]:focus + label {
  color: #D93361;
}

.checkbox-group input[type="checkbox"]:focus + label:before, .sq-form-question-tickbox-list .sq-form-question-answer input[type="checkbox"]:focus + label:before {
  border: 1px dashed #D93361;
}



.small-text span {
  margin-right: .3em;
}

.small-text span:after {
  position: relative;
  top: 3px;
  padding-left: .3em;
  font-size: 1.5em;
  content: "\00b7";
}

.small-text span:last-child:after {
  content: "";
  padding-left: 0;
}

.consultation-date-panel {
  font-size: .8em;
}

.consultation-date-panel ul {
  margin-bottom: 0.5em;
}

.consultation-date-panel ul li {
  display: inline;
}

.consultation-date-panel ul li:after {
  position: relative;
  top: 3px;
  padding-left: .5em;
  padding-right: .3em;
  font-size: 1.5em;
  content: "\00b7";
  line-height: 5px;
}

.consultation-date-panel ul li:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}



.taskgrid__img {
   background-position: center; height:130px; width: 150px; background-size: cover; 
   background-repeat: no-repeat;
   tab-index: none;

}

.taskgrid__content {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    height: 130px;
    font-size: 20px;
    flex-grow: 1;
}

.task-container__box--position {
    position: relative;
}

.task-container__box--position > a:focus {
    outline: none;
}
.task-container__box--position > a:focus .taskgrid__content__text-colour {
    outline: thin dotted;
}
    
.task-container__box--position > a:focus .taskgrid__content__text-grey {
    outline: thin dotted;
}

.taskgrid__content__text-colour {
    transform: translate(0, -50%); 
    position: absolute; top: 50%; 
    padding-left: 20px; 
    color: #fff; 
    margin-right: 30px;
    /*width: 80%;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

 .taskgrid__content:hover p {
     text-decoration:underline;
}

.taskgrid__content__text-grey {
    color: #404041; 
    position: absolute; 
    top: 50%;transform: translate(0, -50%); 
    padding-left: 20px; 
    margin-right: 70px;
    /*width: 80%;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

@media screen and (max-width: 1140px) {
    .taskgrid__content p {
        font-size: 0.75em;
    }
}

.taskgrid-box{
    display:flex;
    padding-bottom: 10px;
    height: 140px
}

.taskgrid-box-landing {
        display: block;
}

.taskgrid__link a {
    text-decoration: none;
}

.taskgrid__link a:hover {
    text-decoration: none;
}

.taskgrid__link  > a:hover .taskgrid__content {
    text-decoration: underline;
}



.taskgrid-bg-purple {
  background: #581067;
  color: #fefefe
}


.taskgrid-bg-red {
  background: #d93361;
  color: #fefefe
}

 .taskgrid-bg-pink {
   background: #5E243C;
   color: #fefefe
 }

.taskgrid-bg-burgundy {
  background: #5E243C;
  color: #fefefe
}

.taskgrid-bg-blue {
  background: #18808e;
  color: #fefefe
}

.taskgrid-bg-orange {
  background: #ad2b00;
  color: #fefefe
}

.taskgrid-bg-green {
  background: #6c7b02;
  color: #fefefe
}
.taskgrid-bg-grey {
    background: #d2c1d8;
    color: #fefefe
}

.bg-purple {
  background: #642566;
  color: #fefefe
}

.bg-purple h2 {
  padding-top: 15px;
  
}

.bg-purple .content {
    padding: 15px 15px 15px 15px
}

.bg-purple--news {
  padding-bottom: 20px;
  background-color: #642566;
  color: #fefefe;
  background-image: url("https://www.ofcom.org.uk/__data/assets/image/0017/118214/footer_pic_15h.jpg?v=0.1.1?v=0.1.1");
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center bottom;
   flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
}


.bg-purple a {
  float: right;
  color: #fff;
  font-size: 80%;
}


.bg-purple  a img {
  float: right;
  padding-left: 13px;
  width: 33px;
}

.bg-purple .heading {
    color: #fff;
    
}


.bg-light-grey {
  background: #ebebeb;
}

.bg-dark-grey {
  background: #666;
}

.bg-grey {
  background: #999;
}

.grey {
  color: #666;
}

.light-grey {
  color: #ebebeb;
}

.icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.icon-star:after {
  content: "\f005";
}

.icon-download:after {
  content: "\f019";
}

.icon-profile:before {
  content: url("https://www.ofcom.org.uk/__data/assets/image/0021/118209/icon-profile.png?v=0.1.1?v=0.1.1");
}

.icon-briefcase:before {
  content: url("https://www.ofcom.org.uk/__data/assets/image/0013/118210/icon-case.png?v=0.1.1?v=0.1.1");
}

.icon-img {
  padding-left: 3em;
  display: block;
  position: relative;
  min-height: 45px;
}

.icon-img:before {
  position: absolute;
  left: 0px;
}

.dotted-divider {
  position: relative;
}

.dotted-divider:before {
  width: 100%;
  height: 4px;
  content: "";
  background: url("https://www.ofcom.org.uk/__data/assets/image/0014/118211/grey-dots.png?v=0.1.1?v=0.1.1") repeat-x 0 0;
  display: block;
  padding-top: 1em;
}

.dotted-purple::after {
  width: 100%;
  background: url("https://www.ofcom.org.uk/__data/assets/image/0016/118222/purpledotlight.png?v=0.1.1?v=0.1.1") repeat-x 0 0;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 5px;
}


@media screen and (min-width: 65.875em) {
  .dotted-divider:before {
    margin-top: -1em;
  }
}

.lead {
  color: #696969;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.breadcrumb {
  margin-bottom: 1em;
}

.breadcrumb ol {
  margin-left: 0;
  clear: both;
  overflow: hidden;
}

.breadcrumb li {
  list-style-type: disc;
  margin-right: 4px;
  float: left;
  margin-left: 24px;
}

.breadcrumb li a {
    text-decoration: none;    
}

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

.breadcrumb li:first-child {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.breadcrumb li:last-child:after {
  content: "";
  padding-left: 0;
}

.tasks-container .task-item {
  margin: 0 0 1rem 0;
  padding: 1rem;
}

.tasks-container .task-item .heading {
  font-size: 1em;
}

.tasks-container .heading:after {
  display: inline-block;
  width: 100%;
  height: 8px;
  content: "";
  background: url("https://www.ofcom.org.uk/__data/assets/image/0015/118212/colour-dots.png?v=0.1.1?v=0.1.1") no-repeat 0 0;
}

@media screen and (min-width: 40em) {
  .tasks-container .medium-4:nth-child(3n-2),
  .tasks-container .medium-4:nth-child(3n-1) {
    padding-right: 0;
  }

}

.item-container .list-item {
  padding-bottom: 1em;
  padding-top: 0em;
}

@media screen and (min-width: 40em) {
  .item-container .list-item {
    padding-top: 1em;
  }
}

.item-container .list-item h3 {
  font-size: 1rem;
}

.item-container .list-item .row {
  margin-top: 2em;
}

.item-container .list-item img {
  width: 100%;
}


.item-container .list-item .img-container {
  padding-right: 0;
}

.item-container.grid .dotted-divider:nth-child(-n+2):before {
  background: none;
}

@media screen and (min-width: 40em) {
  .item-container.grid .dotted-divider:nth-child(-n+3):before {
    background: none;
    padding-top: 0;
  }
}

.item-container.list .dotted-divider:nth-of-type(1):before {
  background: none;
  padding-top: 0;
}

.item-container.list p:last-child {
  margin-bottom: 0;
}

.item-container.list .list-item:last-child {
  padding-bottom: 0;
}

.item-container.list h3, .item-container.list h5 {
  font-size: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 65.875em) {
  .item-container.list p {
    margin-bottom: .5em;
  }
}

.item-container:not(.list) .list-item:first-child:nth-last-child(2),
.item-container:not(.list) .list-item:first-child:nth-last-child(2) ~ .list-item {
  padding-bottom: 0;
}

.response-list .dotted-divider::before {
  padding-top: 0;
  margin-top: 0;
}

.response-list .small-text small {
  display: block;
}

@media screen and (min-width: 65.875em) {
  .response-list .small-text small {
    display: inline;
  }
}

.response-list .list-item {
  padding-top: 0;
}

.response-list .heading {
  font-weight: bold;
}

.feature-callout {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  overflow: hidden;
  margin-top: 1em;
  
}

.feature-callout h2:hover {
text-decoration: underline;
  
}

.item-container:last-child .feature-callout {
  margin-bottom: 0;

}

.feature-callout h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.feature-callout .list-item {
  padding-top: 1em;
  display: flex;
  background-color: #EFE8EF;
}

.feature-callout .list-item--img {
    background-position: center;
    background-size: cover;
    height: 100%;
}

.feature-callout .list-item img {
  width: 100%;
}

@media screen and (min-width: 65.875em) {
  .feature-callout .list-item img {
    width: auto;
  }
}

.feature-callout .list-item a {
  display: block;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.feature-callout .list-item a p {
  color: #404041;
  font-size: 18px;
  padding-right: 40px;
  margin-bottom: 0;
}

.feature-callout .list-item a h2 {
  color: #015898;
  font-weight: bolder;
  font-size: 22px;
}

.feature-callout .list-item .thumbnail {
  min-width: 116px;
  max-width: 116px;
}

.sidebar .contact-info h3, .sidebar .contact-info h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.sidebar .contact-info .contact-info-list li {
  margin-bottom: 1em;
}

.sidebar .contact-info .contact-info-list li strong {
  display: block;
}

.sidebar .generic-content {
  margin-bottom: 1em;
}

.sidebar .generic-content .links-list {
  margin-top: 1em;
}

@media screen and (min-width: 65.875em) {
  .sidebar .generic-content .links-list {
    margin-top: 0;
  }
}

.sidebar .accordion-container {
  margin-top: 4em;
}

.sidebar .item-container a .small-text {
  display: block;
}

.search-container .search-input {
  position: relative;
  background: #fff;
  padding: 1em;
  margin: 1em 0;
}

.search-container .search-input .search-input-field {
  width: 95%;
}

.search-container .search-input .search-button {
  background: #c90044;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  height: 48px;
  position: absolute;
  right: 1em;
  top: 20px;
  transition: color 0.3s ease 0s;
  width: 48px;
  border: 2px solid #909090;
  border-left: none;
  padding: 0;
}

.search-button:focus {

outline: thin dotted #571067;
}

.search-container .large-9.columns {
  margin-top: 1em;
}

@media screen and (min-width: 65.875em) {
  .search-container .large-3.columns {
    padding-right: 0;
  }
  .search-container .large-9.columns {
    padding-left: 0;
    margin-top: 0;
  }
}

.search-container .small-text {
  line-height: 1em;
}

.search-container .url {
  color: #006621;
  font-size: 0.8em;
  line-height: 1.2em;
}

.best-bets {
  padding: 1em;
  margin-bottom: 1em;
}

.main .social-wrapper {
  display: none;
}

@media screen and (min-width: 65.875em) {
  .main .social-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
  }
  .main .social-wrapper a {
    display: inline-block;
    text-align: left;
    width: 23%;
    color: #666;
  }
    .main .social-wrapper ul {

    margin-bottom: 0;
  }
}

.main .social-wrapper .custom_images li {
  display: inline;
}

.cookie-message {
  color: #000000;
  padding: 20px 30px;
  display: none;
  transition: all 0.5s ease 0s;
    background: #571067;
  border: 0;
  border-radius: 3px;
}

.cookie-message .row {
  padding: 0;
  display: block;

}


.cookie-message .row p {
  width: 100%;
  float: left;
  color: #fff;
}

.cookie-message .row p a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 65.875em) { 
    .cookie-message .row p {
  width: 80%;
  float: left;
  color: #fff;
  padding-left: 100px;
}
.cookie-message .row {
    display:flex;
}
}

.cookie-message .row .close-button {
  float: left;
  width: 5%;
}

.accept-cookie-container a {
    color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 65.875em) { 
    .accept-cookie-container a {
    display: block;
    width:100%;
}

}

@media screen and (max-width: 65.875em) { 
.accept-cookie-container .find-more {
    float:right;
}
}
.ui-autocomplete {
  width: 340px;
}

.ui-autocomplete .ui-menu-item {
  padding: .2em 0;
}

.ui-menu {
  padding: 0 0.75em !important;
}

.external:after {
  /* external link styles, use :before or :after if you want! */
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 3px;
}

.loader {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 48%;
  display: none;
}

.search-results, .results-container {
  position: relative;
}

.search-results.fading, .results-container.fading {
  opacity: 0.4;
}

.facets-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  opacity: 0.4;
  display: none;
}

.popular-searches h3 {
  margin-top: 1em;
}

.popular-searches ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popular-searches li {
  float: left;
  margin: 0.25em 0.5em 0.25em 0em;
}

.popular-searches a {
  display: block;
  padding: 0.5em 1em;
  text-transform: capitalize;
}

.context-nav {
  margin-top: 1em;
  background: #ebebeb;
  padding: 1em;
  overflow: hidden;
}

.context-nav li {
  width: 50%;
  float: left;
}

blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
}

blockquote p {
  color: #333;
}

blockquote p:before {
  content: "\201D";
}

blockquote p:after {
  content: "\201C";
}

blockquote:before {
  content: "";
}

.button, .add-fav-btn, .download-btn, .saved-pages-component button {
  margin-top: 1em;
  color: #fefefe;
  border: none;
  width: 175px;
  padding: 0.75em 0;
  border-radius: 2px;
  transition: color 0.3s, background 0.3s;
  height: 48px;
  text-align: center;
}

.grey-btn {
  background: #ccc;
  color: #333;
}

.grey-btn:hover {
  color: #333;
  background: #b3b3b3;
}

.grey-btn:focus {
  color: #333;
  background: #b3b3b3;
}

.purple-btn, .add-fav-btn, .saved-pages-component button {
  background: #642566;
  color: #fefefe;
}

.purple-btn:hover, .add-fav-btn:hover, .saved-pages-component button:hover {
  color: #fefefe;
  background: #32093b;
}

.pink-btn {
  background: #D93361;
  color: #fefefe;
}

.pink-btn:hover {
  color: #fefefe;
  background: #b7224b;
}

.add-fav-btn {
  width: 45px;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  float: right;
}

.add-fav-btn.icon:after {
  float: right;
}

.add-fav-btn span {
  display: none;
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
}

@media screen and (min-width: 65.875em) {
  .add-fav-btn {
    width: 100%;
    float: none;
  }
  .add-fav-btn span {
    display: inline-block;
  }
}

.download-btn {
  width: 200px;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
}

.download-btn.icon:after {
  float: right;
}

.download-btn span {
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
}

.styled-select #gMonthForm, #gMonthTo {
  width: 95px;
  height: 20px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
 background:  url("https://www.ofcom.org.uk/__data/assets/image/0019/118234/select-arrow-down.png?v=0.1.1?v=0.1.2") no-repeat right  white;
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  font-size: 14px;
  padding-left: 5px;
  background-size: contain;
}



.styled-select #gYearForm, #gYearTo {
  width: 55px;
  height: 20px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
 background:  url("https://www.ofcom.org.uk/__data/assets/image/0019/118234/select-arrow-down.png?v=0.1.1?v=0.1.2") no-repeat right  white;
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  font-size: 14px;
  padding-left: 5px;
  background-size: contain;
      margin-left: 10px;
}

.styled-select select {
  background: transparent;
  -webkit-appearance: none;
  width: 100px;
  font-size: 11px;
  border: 0;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}

.accordion {
  position: relative;
  background: #ebebeb;
  padding: 1em;
  margin: .5em 0;
}

.accordion .accordion-title {
  cursor: pointer;
  display: block;
  color: #2563BA;
  font-size: 1.0625rem;
  margin-right: 20px;
}

.accordion .accordion-title span:after {
  content: "\f067";
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 1.5em;
}

.accordion .accordion-title.open span:after {
  content: "\f068";
}

.accordion .accordion-title:hover {
  color: #00376f;
}

.accordion .accordion-content {
  margin: 1em 0 0 0;
}

.accordion .accordion__item {
  margin: 0;
}

.accordion .accordion__item h2 {
  font-size: 1.0625rem;
  margin-bottom: 0;
}

.accordion .accordion__item .accordion__target.uber-accordion__target {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion .accordion__item .accordion__target.uber-accordion__target-active {
  padding-top: 10px;
}

.accordion .accordion__item .accordion__link {
  display: inline-block;
  width: 100%;
}

.accordion .accordion__item .accordion__link:hover {
  text-decoration: none;
  color: #2563BA;
}

.accordion .accordion__item .accordion__link:focus {
  color: #2563BA;
  outline: none;
}

.accordion .accordion__item .accordion__link .fa {
  position: absolute;
  top: 20px;
  right: 20px;
}

.accordion .accordion__item .accordion__link::after {
  display: none;
  border: none;
  float: right;
  right: 20px;
  position: absolute;
  width: auto;
  content: "\f067";
  font-family: FontAwesome;
}

.accordion .accordion__item .accordion__link.uber-accordion__button-active::after {
  content: "\f068";
}

.accordion .accordion__item .uber-accordion__target-active {
  margin: 1em 0 0;
}

.accordion__title {
  color: #2563BA;
  display: inline;
  font-size: 1.0625rem;
}

a:hover .accordion__title {
  color: #00376f;
}

.element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
}

.hero-container {
  margin-top: 1em;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}

.hero-container .slick-dots {
  font-size: 0;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  margin: 15px 0;
}

.hero-container .slick-dots .slick-active button {
  background: #D93361;
}

.hero-container .slick-dots li {
  display: inline-block;
  margin-left: 16px;
}

.hero-container .slick-dots li button {
  border: none;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: #C0C0C0;
}

.hero-container .slick-dots li:first-child {
  margin-left: 0;
}





@media screen and (min-width: 65.875em) {
  .hero-container .large-9.columns {
    padding-right: 0;
  }
}

.hero-container .large-3.columns {
  padding-left: 0;
}

/*.hero-container .slider {
  width: 80%;
}

@media screen and (min-width: 65.875em) {
  .hero-container .slider {
    width: 763px;
  }
}*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 100%;
}

.hero-container .slider.banner {
  width: 80%;
}

.hero-container .slider.banner img {
  width: 80%;
}

/*.hero-container .slick-slide img {
  width: 80%;
}*/

@media screen and (min-width: 40em) {
  .hero-container .slick-initialized .slick-slide img {
    height: auto;
  }
}

.hero-container .slide {
  position: relative;
}

.hero-container .slide p {
   position: absolute;
    top: 38px;
    left: 16px;
    font-size: 18px;
}

.hero-container .slide a {
  color: #ffffff;
}

.hero-container .slide .image-content-container {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  display: none;
}

.hero-container .slide .image-content-container .content {
  padding: 1em;
  background: #4d4d4d;
  min-height: 100%;
  color: #fefefe;
  font-size: 1.5em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=87)";
  filter: alpha(opacity=87);
  opacity: 0.87;
}

.hero-container .slide .image-content-container .read-more {
  font-size: .65em;
  display: block;
  margin-top: 1em;
}

@media screen and (min-width: 40em) {
  .hero-container .slide .image-content-container {
    top: auto;
    bottom: 0;
    height: auto;
  }
}

@media screen and (min-width: 65.875em) {
  .hero-container .slide .image-content-container {
    width: 281px;
    top: 2.3em;
    bottom: auto;
    right: 24%;
    height: auto;
  }
  .hero-container .slide .image-content-container .content {
    border-radius: 15px;
    margin-bottom: 63px;
  }
  .hero-container .slide .image-content-container .content:after {
    content: "";
    background: url("https://www.ofcom.org.uk/__data/assets/image/0018/118206/speech-bubble2.png?v=0.1.1?v=0.1.1") no-repeat 0 0;
    position: absolute;
    right: 1em;
    bottom: 16px;
    width: 69px;
    height: 49px;
  }
  .hero-container .slide .image-content-container .content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)";
    filter: alpha(opacity=97);
    opacity: 0.97;
  }
}

@media screen and (min-width: 75em) {
  .hero-container .slide .image-content-container {
    right: 15%;
  }
}

.hero-container .slider-nav, .hero-container .js-tabs_control {
  display: none;
  margin: 0;
}

@media screen and (min-width: 65.875em) {
  .hero-container .slider-nav, .hero-container .js-tabs_control {
    background: white;
    display: block;
  }
  .hero-container .slider-nav .slider-nav-item, .hero-container .js-tabs_control .slider-nav-item {
    position: relative;
  }
  .hero-container .slider-nav .slider-nav-item .slider-nav-item:last-child, .hero-container .js-tabs_control .slider-nav-item .slider-nav-item:last-child {
    padding: 0;
  }
  .hero-container .slider-nav .slick-slider .slick-list, .hero-container .js-tabs_control .slick-slider .slick-list {
    margin: 0;
  }
  .hero-container .slider-nav .slick-track, .hero-container .js-tabs_control .slick-track {
    width: 80% !important;
    margin-left: .7em;
  }
  .hero-container .slider-nav .slick-track .slick-slide, .hero-container .js-tabs_control .slick-track .slick-slide {
    width: 100%;
    display: inline-block;
    margin-left: 7.5em;
  }
  .hero-container .slider-nav .slick-track .slick-slide a, .hero-container .js-tabs_control .slick-track .slick-slide a {
   display: none;
  }
  .hero-container .slider-nav .slick-track .slick-current a, .hero-container .js-tabs_control .slick-track .slick-current a {
    background: #D93361;
    color: #fefefe;
  }
  .hero-container .slider-nav .slick-track .slick-current:focus, .hero-container .js-tabs_control .slick-track .slick-current:focus {
    outline: none;
  }
  .hero-container .slider-nav .slick-track .slick-current:active, .hero-container .js-tabs_control .slick-track .slick-current:active {
    outline: none;
  }
  .hero-container .slider-nav .slick-track .slick-current:before, .hero-container .js-tabs_control .slick-track .slick-current:before {
    content: "";
    background: url("mysource_files/hero-arrow.png") no-repeat 0 0;
    position: absolute;
    left: -11px;
    width: 11px;
    height: 114px;
  }
}

.hero-container .slick-dots {
  font-size: 0;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  margin: 15px 0;
}

.hero-container .slick-dots .slick-active button {
  background: #D93361;
}

.hero-container .slick-dots li {
  display: inline-block;
  margin-left: 16px;
}

.hero-container .slick-dots li button {
  border: none;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: #C0C0C0;
}

.hero-container .slick-dots li:first-child {
  margin-left: 0;
}


.page-title {
  margin-right: 55px;
}

@media screen and (min-width: 65.875em) {
  .page-title {
    margin-right: auto;
  }
}


.saved-pages {
  display: none;
}


@media screen and (min-width: 65.875em) {
  .saved-pages {
    background: #642566;
    border: 0;
    border-radius: 3px;
    float: right;
    cursor: pointer;
    display: block;
    height: 48px;
    color: #fff;
    position: relative;
    font-size: 14px;
    margin: 34px 0;
  }
}

.saved-pages .text {
  padding: 9px 15px;
  height: 100%;
  box-sizing: border-box;
  line-height: 30px;
  margin-right: 25px;
}

.saved-pages .text:hover {
text-decoration: underline;
}

.saved-pages .text .icon {
  position: absolute;
  top: 12px;
  transform: rotate(0);
  right: 15px;
}

.saved-pages .text .icon.active {
  transform: rotate(180deg);
  top: 7px;
}

.saved-pages .text .icon i.fa {
  font-size: 1.5em;
  marign-left: 20px;
}

@media screen and (min-width: 65.875em) {
  .saved-pages-component {
    float: right;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 1em;
  }
}

.header-container {
  position: relative;
  /*float: left;*/
}

.header-container .saved-pages-component {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -10px;
}

@media screen and (min-width: 65.875em) {
  .header-container .saved-pages-component {
    display: none;
  }
}


.sidebar .saved-pages-component {
  display: none;
}

/*
.sidebar .saved-pages-component {
    position: fixed;
    top: 95px;
    right: 15px;
}*/

@media screen and (min-width: 65.875em) {
  .sidebar .saved-pages-component {
    float: right;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 1em;
  }
}

.saved-pages-component button {
  width: 45px;
  height: auto;
  min-height: 48px;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  float: right;
}

.saved-pages-component button span {
  display: none;
  font-family: "Titillium Web", "Calibri", Arial, sans-serif;
}

@media screen and (min-width: 65.875em) {
  .saved-pages-component button {
    width: auto;
    float: none;
  }
  .saved-pages-component button span {
    display: inline-block;
    margin: 0 25px 0 0;
  }
  .saved-pages-component button i {
    position: absolute;
    top: 32px;
    right: 15px;
  }
}

.saved-pages-component button.saved i {
  color: #ffff00;
}

@media screen and (min-width: 65.875em) {
  .sq-navigation .your-pages {
    display: none;
  }
  .sq-navigation .your-pages > a {
    display: none;
  }
}

.sq-navigation .your-pages a.toggle {
  cursor: default;
}

.sq-navigation .your-pages a.toggle:hover {
  background: #ebebeb;
  text-decoration: none;
}

.saved-elements {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  margin-top: 7px;
  z-index: 12;
  padding: 10px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  list-style-type: none;
  text-transform: none;
  cursor: default;
  min-width: 150px;
}

.saved-elements ul {
  margin: 0 0 10px;
  padding: 0;
}

.saved-elements li {
  border-bottom: 1px dotted #ccc;
  position: relative;
  list-style-type: none;
  padding: 5px;
  line-height: 1.3;
}

.saved-elements li a {
  margin: 0 30px 0 0;
  text-decoration: none;
  text-transform: none;
  color: #408fe0;
  cursor: pointer;
}

.saved-elements-question {
  text-decoration: none;
  text-transform: none;
  color: #408fe0;
  cursor: pointer;
  margin: 0 5px 0;
  display: inline-block;
}

.saved-elements li .delete {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
}

.saved-elements span.close {
  border-radius: 5px;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 21px;
}

.saved-elements-message {
  margin: 0 !important;
  border-bottom: 1px solid #eee;
  padding: 0 0.6em 0.3em 0.6em;
}

.saved-elements-close {
  padding: 0 0.6em;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}

.notification-message {
  padding: 1em 6.5%;
  margin: 0 0 1em 0;
  border: 2px solid #999999;
  background: #fff;
  color: #777;
  position: relative;
}

.notification-message:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.notification-message:before {
  position: absolute;
  top: 0.5em;
  left: 0.75em;
  font-size: 1.5em;
}

.notification-message--welsh {
  border-color: #18808E;
}

.notification-message--important {
  position: relative;
  border-color: #d93361;
}

.notification-message--important:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.notification-message--important:before {
  position: absolute;
  top: 0.5em;
  left: 0.75em;
  font-size: 1.5em;
  color: #CF0A00;
}

.notification-title {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0.75em;
}

.notification-close {
  position: absolute;
  right: 0.5em;
  top: 0.25em;
  color: #777;
}

@media screen and (max-width: 700px) {
  .notification-body {
    padding: 0 35px;
  }
  .notification-title + .notification-body {
    padding: 0;
  }
}

.ratings-message {
  padding: 1em 6.5%;
  margin: 1em 0 1em 0;
  border: 2px solid #ccc;
  background: #F5F2F2;
  color: #000;
}

.ratings-message .checkbox-group input[type="radio"]:focus + label,
.ratings-message .sq-form-question-option-list .sq-form-question-answer input[type="radio"]:focus + label {
  color: #D93361;
}

.ratings-message .sq-form-question-option-list input[type="radio"]:focus + label {
  color: #D93361;
}

.ratings-message .sq-form-question-option-list .sq-form-question-answer input[type=radio]:checked + label:before {
  font-size: 52px;
}

.ratings-message .sq-form-question-option-list .sq-form-question-answer label:before {
  top: 0;
}

.ratings-message .sq-form-question-option-list input[type=radio] {
  display: inline-block;
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ratings-message .sq-form-question-option-list input[type=radio]:focus + label {
  outline: dotted 1px;
}

.ratings-message .sq-form-question-option-list ul {
  margin-bottom: 0;
  margin-top: 1em;
}

.ratings-message form.rate-this-page-form {
  background: transparent;
  padding: 0;
}

.ratings-message .sq-form-question-answer label {
  overflow: hidden;
}

.ratings-message__section--comments textarea {
  border: 1px solid #ccc;
}

.ratings-message input[type="submit"]:focus {
  background: #561024;
  outline: 1px dotted #212121;
}

/* modules */
/*test */
header.header {
  background: #fff;
  position: relative;
  height: 80px;
  text-align: center;
  /* mobile buttons */
  /* search input */
  /* logo */
  /* Lang toggle */
  /* Desktop */
}

header.header .mobile-el {
  display: block;
  height: 100%;
  width: 80px;
  position: absolute;
  top: 0;
  text-align: center;
}


header.header .mobile-el i {
  font-size: 2.0em;
  margin-top: 5px;
  margin-bottom: 5px;
}

header.header .mobile-el span {
  font-size: 0.85em;
  display: block;
}




header.header .mobile-el.mobile-menu {
  background: #D93361;
  left: 0;
  color: #fefefe;
}

header.header .mobile-el.mobile-menu:focus {
    outline: thin dotted #571067;
}

header.header .mobile-el.mobile-search {
  right: 0;
  color: #666;
}

header.header .mobile-el.mobile-search a span {
  font-weight: bold;
}

header.header .mobile-el.mobile-search a:hover span {
  text-decoration: none;
}

header.header .mobile-el.mobile-search.active {
  background: #fff;
  color: #fefefe;
}

header.header .mobile-el.mobile-search .search-button {
  background: #dc1150;
  color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  margin-top: 1.1em;
  width: 48px;
  height: 48px;
}

header.header .mobile-el .search-button i {
    font-size: 1.5rem;
}

header.header .search-input {
  display: none;
  background: #fff;
  width: 100%;
  padding: 1em;
  position: absolute;
  top: 81px;
  left: 0;
  z-index: 100;
}

header.header .search-input form {
    position: relative;
}

header.header .search-input .search-button {
  background: #c90044;
  height: 48px;
  width: 48px;
  display: block;
  color: #fff;
  position: absolute;
  right: 0.9em;
  top: 19px;
  font-size: 1.2em;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: color 0.3s;
  border: 2px solid #ccc;
  border-left: none;
  padding: 0;
}

header.header img.logo {
  max-height: 60px;
  margin-top: 13px;
}

header.header img.logo.logo-mob {
  width: 35%;
  display: inline;
  max-height: 60px;
  margin-top: 15px;
  margin-right: 60px;
}

header.header img.logo.welsh-logo {
  width: auto;
}

header.header img.logo.logo-lg {
  display: none;
}

header.header .lang-toggle {
  display: none;
}

header.header .lang-switch-mobile {
  display: block;
  position: absolute;
  right: 70px;
  top: 0;
  padding: 0;
  height: 100%;
  width: 70px;
  color: #666;
}

header.header .lang-switch-mobile i {
  font-size: 1.5em;

}

header.header .lang-switch-mobile a {
  font-size: 0.85em;
  display: block;
  color: #666;
}



@media screen and (min-width: 65.875em) {
  header.header {
    height: 100px;
    text-align: left;
    /* lang toggle */
  }
  header.header .mobile-el {
    display: none;
  }
  header.header img.logo {
    margin-top: 30px;
    float: left;
  }
  header.header img.logo.logo-mob {
    display: none;
  }
  header.header img.logo.logo-lg {
    width: 360px;
    display: inline;
  }
  header.header .lang-toggle {
    display: block;
    position: relative;
    top: 0px;
    float: right;
    width: 9%;
    padding: 0;
    margin-top: 2.5em;
    
  }
  header.header .lang-toggle a {
    float: right;
    color: #642566;
    font-weight: bold;
  }
    header.header .lang-toggle a:hover {
    text-decoration: underline;
  }
  
  header.header .lang-switch-mobile {
    display: none;
  }
  header.header .search-input {
    display: block;
    position: relative;
    top: 30px;
    float: right;
    width: 35%;
    padding: 0;
    left: 20px;
  }
  header.header .search-input .search-input-field {
    width: 90%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #909090;
  }
  header.header .search-input .search-button {
    background: #c90044;
    height: 48px;
    width: 48px;
    display: block;
    color: #fff;
    position: absolute;
    right: 1em;
    top: 4px;
    font-size: 1.2em;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    transition: color 0.3s;
    border: 2px solid #909090;
    border-left: none;
  }
  header.header .search-input .search-button:hover {
    color: #fff;
  }
  header.header .search-input .search-button:focus {
    color: #fff;
    border: 1px dashed #D93361;
  }
  header.header .search-input .tt-hint {
    color: #999999 !important;
  }
  header.header .search-input .tt-menu {
    background-color: #FFFFFF;
    margin-top: -11px;
    width: 100%;
    border-bottom: 4px solid #D93361;
  }
  header.header .search-input .tt-menu.tt-open {
    display: table !important;
  }
  header.header .search-input .twitter-typeahead {
    width: 100%;
  }
  header.header .search-input .tt-suggestion {
    padding: 1em;
  }
  header.header .search-input .tt-suggestion a {
    display: block;
  }
  header.header .search-input .tt-suggestion:hover {
    cursor: pointer;
    background-color: #d2d2d2;
    color: #FFFFFF;
  }
  header.header .search-input .tt-suggestion p {
    margin: 0;
  }
  header.header .search-input .tt-dataset {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    width: 50%;
    font-size: 0.8em;
    height: 100%;
  }
  header.header .search-input .tt-dataset-search {
    background: #ebebeb;
    border-right: 2px solid #bdbdbd;
  }
  header.header .search-input .tt-dataset-search .tt-suggestion a {
    color: #333;
  }
  header.header .search-input .tt-dataset-search .tt-highlight {
    color: #D93361;
  }
  header.header .search-input .tt-dataset-recommend .tt-suggestion {
    border-bottom: 1px solid #ebebeb;
  }
  header.header .search-input .fb-search-block-heading {
    background: #d2d2d2;
    padding: 1em;
  }
}

@media screen and (min-width: 700px) {
  .lang-switch-mobile {
    display: block;
    position: absolute;
    right: 80px;
    top: 0;
    padding: 43px 10px 20px 10px;
  }
}

/** added 4/10/2018 **/

.lang-switch-mobile--button {
    background: #dc1150;
    color: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 48px;
    height: 48px;
}
header.header .lang-switch-mobile i {
    padding-top: 7px;
}
header.header .search-input .search-button {
    right: 0em;
    top: 3.5px;
}

.mobile-icon {
    background: #dc1150;
    color: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 48px;
    height: 48px;
}
/** end additions **/

nav {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

nav .close-wrapper {
  background: #ccc;
  padding: 0.5em;
}

nav .close-wrapper a {
  color: #333;
  opacity: 1;
}

nav .close-wrapper a:hover {
  opacity: 0.5;
}

nav .close-wrapper a.mobile-menu-close {
  float: right;
}

nav .close-wrapper a.mobile-menu-back {
  font-weight: bold;
}

nav header.sub-nav-heading {
  background: #D93361;
  padding: 0.5em;
  margin-bottom: 2px;
}

nav header.sub-nav-heading h2 {
  color: #fefefe;
  font-weight: bold;
  font-size: 1.25em;
}

nav .main-nav, nav .sub-nav {
  list-style: none;
  margin: 0;
  background: #fefefe;
}

nav .main-nav .current a, nav .sub-nav .current a {
  background: #d2c1d8;
}

nav .main-nav header.sub-nav-heading, nav .sub-nav header.sub-nav-heading {
  margin-bottom: 5px;
  margin-top: 5px;
}

nav .main-nav header.sub-nav-heading h2, nav .sub-nav header.sub-nav-heading h2 {
  margin-bottom: 0;
  margin-top: 0;
}

.sub-nav-heading a:hover {
    text-decoration-color: white;
}

nav .main-nav li, nav .sub-nav li {
  padding: 0 !important;
  position: relative;
}

nav .main-nav li:before, nav .sub-nav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #999;
}

nav .main-nav li > a, nav .sub-nav li > a {
  background: #ebebeb;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0.5em;
  padding-left: 1em;
  color: #333;
}

nav .main-nav li > a:hover, nav .sub-nav li > a:hover {
  background: #d2d2d2;
}

nav .main-nav li > a:focus, nav .sub-nav li > a:focus {
  background: #d2d2d2;
}

nav .main-nav li > span, nav .sub-nav li > span {
  background: #ebebeb;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0.5em;
  padding-left: 1em;
  color: #333;
}

nav .main-nav li + li, nav .sub-nav li + li {
  margin-top: 5px;
}

nav .main-nav li.active:before, nav .sub-nav li.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #c90044;
}

nav .main-nav li.active > a, nav .sub-nav li.active > a {
  background: #c90044;
  color: #fefefe;
}

nav .main-nav li.nav-red ~ .nav-red, nav .sub-nav li.nav-red ~ .nav-red {
  margin-top: 2px;
}

nav .main-nav li.nav-red:before, nav .sub-nav li.nav-red:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #c90044;
}

nav .main-nav li.nav-red header.sub-nav-heading, nav .sub-nav li.nav-red header.sub-nav-heading {
  background: #c90044;
}

nav .main-nav li.nav-red li:before, nav .sub-nav li.nav-red li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #c90044;
}

nav .main-nav li.nav-red li.focus-only:before, nav .sub-nav li.nav-red li.focus-only:before {
  display: none;
}

nav .main-nav li.nav-red.active > a, nav .sub-nav li.nav-red.active > a {
  background: #c90044;
}

nav .main-nav li.nav-purple ~ .nav-purple, nav .sub-nav li.nav-purple ~ .nav-purple {
  margin-top: 2px;
}

nav .main-nav li.nav-purple:before, nav .sub-nav li.nav-purple:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #642566;
}

nav .main-nav li.nav-purple header.sub-nav-heading, nav .sub-nav li.nav-purple header.sub-nav-heading {
  background: #642566;
}

nav .main-nav li.nav-purple li:before, nav .sub-nav li.nav-purple li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #642566;
}

nav .main-nav li.nav-purple li.focus-only:before, nav .sub-nav li.nav-purple li.focus-only:before {
  display: none;
}

nav .main-nav li.nav-purple.active > a, nav .sub-nav li.nav-purple.active > a {
  background: #642566;
}

nav .main-nav li.nav-blue ~ .nav-blue, nav .sub-nav li.nav-blue ~ .nav-blue {
  margin-top: 2px;
}

nav .main-nav li.nav-blue:before, nav .sub-nav li.nav-blue:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #00abbd;
}

nav .main-nav li.nav-blue header.sub-nav-heading, nav .sub-nav li.nav-blue header.sub-nav-heading {
  background: #00abbd;
}

nav .main-nav li.nav-blue li:before, nav .sub-nav li.nav-blue li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #00abbd;
}

nav .main-nav li.nav-blue li.focus-only:before, nav .sub-nav li.nav-blue li.focus-only:before {
  display: none;
}

nav .main-nav li.nav-blue.active > a, nav .sub-nav li.nav-blue.active > a {
  background: #00abbd;
}

nav .main-nav li.nav-green ~ .nav-green, nav .sub-nav li.nav-green ~ .nav-green {
  margin-top: 2px;
}

nav .main-nav li.nav-green:before, nav .sub-nav li.nav-green:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #a9cf38;
}

nav .main-nav li.nav-green header.sub-nav-heading, nav .sub-nav li.nav-green header.sub-nav-heading {
  background: #a9cf38;
}

nav .main-nav li.nav-green li:before, nav .sub-nav li.nav-green li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #a9cf38;
}

nav .main-nav li.nav-green li.focus-only:before, nav .sub-nav li.nav-green li.focus-only:before {
  display: none;
}

nav .main-nav li.nav-green.active > a, nav .sub-nav li.nav-green.active > a {
  background: #a9cf38;
}

nav .main-nav li.nav-orange ~ .nav-orange, nav .sub-nav li.nav-orange ~ .nav-orange {
  margin-top: 2px;
}

nav .main-nav li.nav-orange:before, nav .sub-nav li.nav-orange:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #f7941d;
}

nav .main-nav li.nav-orange header.sub-nav-heading, nav .sub-nav li.nav-orange header.sub-nav-heading {
  background: #f7941d;
}

nav .main-nav li.nav-orange li:before, nav .sub-nav li.nav-orange li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #f7941d;
}

nav .main-nav li.nav-orange li.focus-only:before, nav .sub-nav li.nav-orange li.focus-only:before {
  display: none;
}

nav .main-nav li.nav-orange.active > a, nav .sub-nav li.nav-orange.active > a {
  background: #f7941d;
}

nav .main-nav li.nav-lang-toggle:before, nav .sub-nav li.nav-lang-toggle:before {
  background: none;
}

nav .main-nav li.nav-lang-toggle a, nav .sub-nav li.nav-lang-toggle a {
  background: none;
  color: #2563BA;
}

@media screen and (min-width: 65.875em) {
  nav .main-nav li.nav-lang-toggle, nav .sub-nav li.nav-lang-toggle {
    display: none;
  }
}

nav .sub-nav li + li {
  margin-top: 2px;
}

.focus-only a {
  opacity: 0;
}

.focus-only a:focus {
  opacity: 1;
  text-decoration: none;
}

footer {
  background-color: #D93361;
  background-color: linear-gradient(#D93361, #c92554);
  color: #fefefe;
  padding: 2em 0;
  background-image: url("https://www.ofcom.org.uk/__data/assets/image/0017/118214/footer_pic_15h.jpg?v=0.1.1?v=0.1.1");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 10px;
}

footer a {
  color: #fefefe;
  opacity: 1;
}

footer a:hover, footer a:focus {
  color: #fefefe;
  opacity: 0.6;
}

footer section {
  padding-top: 1em;
  padding-bottom: 2em;
  border-top: 2px solid #fefefe;
}

footer section.copyright {
  text-align: center;
}



footer section.social {
  padding-bottom: 1em;
}

footer section.social .social-wrapper {
  width: 140px;
  margin: 0 auto;
}

footer section.social .social-wrapper li {
  margin-top: 0;
}

footer section.social .social-wrapper a {
  display: block;
  float: left;
  width: 33%;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
}

footer section h3 {
  margin-bottom: 1em;
  color: #fefefe;
  font-size: 1.3em;
}

footer section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer section ul li a {
  color: #fefefe;
}

footer section ul li + li {
  margin-top: 0.5em;
}

@media screen and (min-width: 65.875em) {
  footer .large-pull-9 {
    margin-top: -90px;
  }
}

.response-list-table tr {
  border-bottom: 3px dotted #ccc;
}

.response-list-table th {
  background: #fefefe;
  color: #666;
  padding: 1em 0;
  text-align: left;
}

.response-list-table td {
  border: 0 none;
  padding: 1em 0;
}

.response-list-table small {
  display: block;
  color: #666;
}

@media screen and (min-width: 75em) {
  .response-list-table small {
    display: inline-block;
  }
}

/** New table styles - Also in Table container template - Dan: 12/09/17 **/
th {
  background-color: #D93361;
  color: white;
  text-align: left;
  padding-top: 12px;
}

table, th, td {
  border: 1px solid grey;
  padding: 8px;
}

.table-responsive {
  overflow-x: auto;
}

.table-responsive.table-colored tr:nth-child(odd) {
  background-color: #f2f2f2;
}

/**
 * demo.css
 *
 * Description: Demo styles for the plugin examples
 * Author: Nomensa
 *
 */
.js-tabs {
  margin: 1em 0;
}

/* Tabs control text */
.js-tabs_control-text {
  direction: ltr;
  left: -999em;
  position: absolute;
}

/* Tabs control */
.js-tabs .js-tabs_control {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000;
}

.js-tabs .js-tabs_control li {
  background: #ddd;
  border-width: 1px 1px 0;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
}

.js-tabs .js-tabs_control button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px 0.5em 10px;
  position: relative;
  outline: 0;
  text-decoration: none;
}

.js-tabs .js-tabs_control button:hover,
.js-tabs .js-tabs_control button:focus,
.js-tabs .js-tabs_control button:active {
  border-color: #000;
  text-decoration: underline;
}

.js-tabs .js-tabs_control .badge {
  background-color: #C00000;
  border-radius: 10px;
  font-size: 80%;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  padding: 0 8px;
  text-decoration: none;
}

/* Selected tabs control */
.js-tabs .js-tabs_control .js-tabs_control-item--active,
.js-tabs .js-tabs_control .js-tabs_control-item--active:focus,
.js-tabs .js-tabs_control .js-tabs_control-item--active:active {
  background: #fafafa;
  border: 1px solid #999;
  border-bottom: none;
  color: #333;
  top: 1px;
  z-index: 1000;
}

/* Tabs panel */
.js-tabs .js-tabs_panel {
  background-color: #fafafa;
  border: 1px solid #999;
  color: #333;
  clear: left;
  display: block;
  overflow: auto;
  position: relative;
  padding: 0 1em 1em;
  visibility: visible;
  z-index: 5;
}

.js-tabs .js-tabs_panel:focus {
  outline: 1px dotted #999;
}

.js-tabs .js-tabs_panel h2 {
  display: inline-block;
}

.js-tabs .js-tabs_panel h2:focus {
  outline: 1px dotted #999;
}

.js-btn,
.js-hide-show_btn {
  background: white;
  /* Fallback */
  background: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, #f3f3f3 100%);
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 0 3px white;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  margin: 1em 5px;
  padding: 5px 1em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 white;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 1px dotted #212121;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Module: Accordion */
.accordion__link:after {
  content: '+';
  border: 1px solid;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 1em;
  width: 1em;
  text-align: center;
}

.accordion__link.uber-accordion__button-active:after {
  content: '-';
}

.js-enabled .accordion__target {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.js-enabled .accordion__target.uber-accordion__target-active {
  max-height: 100em;
}

.tabs__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.tabs__link {
  padding: .5em;
  border: 1px solid;
  border-bottom: 0;
  background: #eee;
}

.tabs__link.uber-accordion__button-active {
  background: #fff;
}

.js-enabled .tabs__target {
  display: none;
}

.js-enabled .tabs__target.uber-accordion__target-active {
  display: block;
}

.no-js .uber-accordion__target {
  display: none;
}

.no-js .uber-accordion__target:target {
  display: block;
}

/* Module: Back to top */
.back-to-top {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 2em;
  height: 2em;
  text-decoration: none;
}

.back-to-top:hover, .back-to-top:focus {
  text-decoration: none;
}

/* Module: Magnific popup */
/* Module: Skip links */
/* Module: Slick */
.slick-list {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  height: 100%;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

/* Module: S */
/*     MOBILE MENU PLUGIN */
/* overlay */
.nav-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
  z-index: 999999;
}

.nav-overlay.show {
  display: block;
}

/* open sub menu */
.opensub {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 10% !important;
  padding: 0.5em 0.25em !important;
  text-align: center;
}

/* page content */
body, html {
  height: 100%;
}

#page-wrapper {
  transform: translateX(0);
  min-height: 100vh;
}

#page-wrapper .off-screen-inner {
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  height: 100%;
}

#page-wrapper .off-screen-inner .main-content {
  background: #fff;
  padding-bottom: 1em;
}

#page-wrapper.off-screen {
  overflow-x: hidden;
}

#page-wrapper.off-screen .off-screen-inner {
  transform: translateX(90%);
  -webkit-transform: translateX(90%);
}

.sub-nav {
  display: none;
}

.showSubnav .sub-nav {
  display: block;
}

/* navigation wrapper */
.sq-navigation {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  /* close wrapper */
  /* top level navigation position */
  /* second level navigation position */
  /* Desktop */
}

.sq-navigation .close-wrapper {
  padding: 0.5em;
}

.sq-navigation .close-wrapper::before, .sq-navigation .close-wrapper::after {
  content: ' ';
  display: table;
}

.sq-navigation .close-wrapper::after {
  clear: both;
}

.sq-navigation .close-wrapper a {
  text-decoration: none;
  opacity: 1;
}

.sq-navigation .close-wrapper a:hover {
  opacity: 0.5;
}

.sq-navigation .close-wrapper a.mobile-menu-close {
  float: right;
}

.sq-navigation .close-wrapper a.mobile-menu-back {
  font-weight: bold;
}

.sq-navigation .main-nav-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  transition: transform 0.3s;
  left: 0;
  top: 0;
  z-index: 1000;
}

.sq-navigation .sub-nav-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  transition: transform 0.3s;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (min-width: 65.875em) {
  .sq-navigation {
    transform: translateX(0);
    position: relative;
  }
  .sq-navigation .close-wrapper {
    display: none;
  }
  .sq-navigation .main-nav-wrapper {
    position: static;
  }
  .sq-navigation .sub-nav-wrapper .close-wrapper {
    display: block;
  }
  .sq-navigation .sub-nav-wrapper .close-wrapper .mobile-menu-close {
    display: none;
  }
}

.main-nav-wrapper.is-hidden > ul > li > a {
  display: none;
}

.main-nav-wrapper.is-hidden > .close-wrapper {
  display: none;
}

.sub-nav-wrapper.is-hidden {
  display: none;
}

/*     END MOBILE MENU PLUGIN */
@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: Back to top */
  .back-to-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    -webkit-opacity: 0.55;
    -moz-opacity: 0.55;
    opacity: 0.55;
    -ms-filter: alpha(opacity=55);
    filter: alpha(opacity=55);
  }
  .back-to-top:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .back-to-top__text {
    display: none;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  header.header a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sq-navigation, .filters, .newsletter-signup, .footer .social, header.header .mobile-el, header.header .mobile-el, .select-subject {
    display: none;
  }
}

/* Landing page */
   /* .hero-container .row  a:focus {
        text-decoration: none;
        outline: 0;
        
    } */
    
    .hero-container .row  a:focus .banner-box, .hero-container .row  a:focus .news-content--paragraph,  .hero-container .row  a.see-all-news:focus   {
        outline: thin dotted;
    }
    .banner-box {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: stretch;
        -ms-flex-align: stretch;
        width: 100%;
        max-height: 300px;
        overflow: hidden;
    }
    @media screen and (min-width: 40em) { 
        .banner-box {
     height: 300px;
    }
    }
    .banner-box__content {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        background-color: #581067;
        padding: 1rem;
        padding-bottom: 0;
        width: 33.3%;
        background-image: url("https://www.ofcom.org.uk/__data/assets/image/0020/118235/colors.jpg?v=0.1.1?v=0.1.0");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .banner-box__content h2:hover,  .banner-box__content p:hover  {
        text-decoration: underline;
    }
    .banner-box__image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 66.6%;
    }
    .banner-box__content__text {
        color: white;
    }
    .banner-box__content__heading {
        padding-top: 1.5rem;
        width: 280px;
        }
    .banner-box__content__image {
        align-self: flex-end;
        -webkit-align-self: flex-end;
        padding-top: 30px;
    }
    .manual-related__heading {
        color: #5e243c;
        font-weight: bold;
    }
    .manual-related--list {
        margin-left: 0;
        list-style-type: none;
    }
    .manual-related--list li {
        margin-top: 0.5rem;
        line-height: 1.4;
        font-size: 1rem;
    }
    .generic-container__heading {
        color: #642566;
        font-weight: bold;
    }
    .generic-container--list {
        margin-left: 0;
        list-style-type: none;
    }
    .generic-container__date {
        color: #636463;
    }
    .generic-container__link:after {
        content: none;
    }

    .banner-box__content__box {
        overflow: hidden;
        display:block;
        max-height: 150px;
    }
    @media (max-width: 700px) {
        .banner-box {
            flex-direction: column;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            
            max-height: 600px;
        }
        .banner-box__content {
            width: 100%;
            max-height: 300px;
        }
        .banner-box__image {
            width: 100%;
            height: 300px;
        }
    }
    /*.bg-light-grey {
        background: none;
    }*/
    .feature-callout--top {
        border-top: none;
    }
    .feature-callout--top__box a h2 {
    color: #0b4f80;
    font-weight: bolder;
    font-size: 22px;
    }
    .feature-callout--top__box a:hover {
        text-decoration: none;
    }

    .feature-callout--top__content {
        height: 200px;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex; 
    }
    

    .feature-callout--top__image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 250px;
    }
    .feature-callout--top__text {
        color: #333;
        width: 100%;
        padding: 30px;
        align-self: center;
    }
    .feature-callout--top__box {
        background-color: #EFE8EF;
    }

    
    .feature-callout--top__box a p {
        display: inline;
        color: #404041;
        font-size: 16px;
        padding-right: 10px;
        font-weight: bolder;
    }
    
.feature-callout--top__box > a:focus {
  color: #000;
  text-decoration: none;
}
.feature-callout--top__box > a:focus .feature-callout--top__text-box {
  outline: thin dotted;
}

    .feature-callout--top__text-box:last-child::after {
        display: inline-block;
        content: "";
        width: 20px;
        height: 20px;
        background: transparent url('https://www.ofcom.org.uk/__data/assets/image/0014/118220/arrow-right-blue.png?v=0.1.1') no-repeat;
        background-size: cover;
        background-position: center;
        margin-left: 10px;
        
        
    }
    @media (max-width: 700px) {
        .feature-callout--top__content {
            height: 500px;
            width: 100%;
            flex-direction: column;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
        }
        .feature-callout--top__image {
            margin-left: auto;
            margin-top: 0.625rem;
            margin-right: auto;
            width: 95%;
            height: 80%;
        }
        .feature-callout--top__text {
            color: #333;
            padding: 0.625rem;
            width: 100%;
            align-self: auto;
    }
    }

/* End Landing page */

/*homepage */

.row .hero-container-content {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        list-style: none;
        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
  /*      border-bottom: #642566 solid 2px;*/
    }
    .news--box{
        width: 50%;
        height: 350px;
    }
    
    .hero-container__image {
        background-image: url("mysource_files/slider1.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    @media(max-width: 1050px) {
        .row .hero-container-content {
            flex-direction: column;
        }
        
        .news--box {
            width: 100%;
        }
    }
    .hero-container__paragraph {
        z-index: 1;
        padding: 20px 250px 20px 20px;
    }    
    
/* end homepage */



/*CCEB */

     div.cceb { display: inline-block; #FAFAFA; padding: 20px 20px 10px 20px; border: 4px solid; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; margin: 0; width: 100%;} div.cceb#open {border-color: #541068} h2.cceb {font-size: 2rem; font-style: bold; padding: 5px 0 0 15px; margin: 10px
    0 0 0; border-top-left-radius: 5px; border-top-right-radius: 5px; text-align: center;} h2.cceb#open {background: #541068; color: #FFFFFF; } table.cceb {border: none;} th.cceb {padding: 10px 0 10px 15px; background-color: transparent; border: none; font-family: "arial" verdana sans-serif; display: inline-block;
    float: left; clear: both; line-height: 15px; color: #000000; width: 40%;} td.cceb {padding: 10x 30px 10px 0; border: none; font-family: "arial" verdana sans-serif; font-size: 13px; font-weight: 100; text-align: left; display: block; float:right; clear: right; margin-left: 0; line-height: 15px; width:
    60%;} 

/* end CCEB */

/* consultations listing */
.consultations-listing__divider {
    border-bottom: 1px solid #00a8b2;
}

/* end consultations listing */

/*area codes */
    .allCodesTab {
        display:none;
    }
    
    .noresults p {
        display:none;
    }
    
    .firstcol {
        width: 70px;
    }
    
    .areacode {
        table-layout: fixed;
    }
/*end area codes */

/* newsletter */
.newsletter-signup .newsletter-signup-form .submit-input {
    background-image: url(https://www.ofcom.org.uk/__data/assets/image/0019/118216/arrow-right-light-purple.png?v=0.1.1);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: #642566;
    padding: 12px 50px 12px 30px;
    width: auto;
    color: white;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}    

@media(max-width: 40em) {
    .newsletter-signup .newsletter-signup-form input[type=submit] {
        width: 100%;
    }   
}   

/* end newsletter */

/*header */
    .fa-search:before {
        content: "\f002";
        font-size: 1.5rem;
    }
    .mobile-search.active .fa-search:before {
        content: "\f00d";
    }
    .lang-switch-mobile-button {
        background: #dc1150;
        color: #fff;
        border: 2px solid #ccc;
        border-radius: 2px;
        margin-top: 1.1em;
        width: 48px;
        height: 48px;
    }
    .lang-switch-mobile-button:focus {
       outline: thin dotted #571067;
    }
/* end header */

/*latest news */
    .news--purple-divider {
        padding-top: 2em;
        height: 4px;
        width: 100%;
        display: block;
        content:"";
        background: url(https://www.ofcom.org.uk/__data/assets/image/0022/118228/purpledot1.png?v=0.1.1) repeat-x;
    }
    .news-content--paragraph {
        margin-bottom: 0;
    }
    
        .news-content--paragraph:hover {
        text-decoration: underline;
    }
    
    .small-text {
        margin-bottom: 0.3em;
        margin-top: 1rem;
    }
    
    .small-text-date {
        margin-bottom: 0.3em;
        margin-top: 0;
    }
/*end latest news */

/*main slider */
.slider__image {
     width: 100%;
    height: 350px;
    position: relative;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
}

.slider__image-in {
    background-size: cover;
    background-position: right center; 
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
}
.slider__inner a {
    color: #333;
    /*margin-right: 35%;*/
    font-size: 25px;
}

.slider__inner a:focus {
    outline: thin dotted;
}
.slider__text {
    padding-top: 30px;
    width: 60%;
}
.dot:focus {
    outline: 1px dashed black;
}
@media (max-width: 520px) {
    .slider__inner a {
        font-size: 20px;
    }
}
.slider__image  a:focus .mySlides {
    outline: thin dotted;
}
.mySlides {
    display: none; 
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 15px;
    margin-right: 35%;
    font-size: 25px;
   

}

/* Slideshow container */
.slider__inner {
  position: relative;
    

    height: 350px;
}




/* The dots/bullets/indicators */

.dot__container {
    position: absolute;
    bottom: 30px;
    left: 16px;
}



.dot  {
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  background-color: #fff;
  border: #c90044 solid 2px;
  padding: 0;
  
}

.dot__active {
  background-color: #c90044;
  border: #c90044 solid 2px;
  border-radius: 50%;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

 @media(max-width: 1050px) {
    .slider__image {
        background-size: contain;
        background-position: right center; 
        background-repeat: no-repeat;
        width: auto;
        height: 250px;
     /*   border-bottom: #6d6e71 solid 3px; */
        margin-bottom: 40px;
        }
        
        .slider__image-in {
    background-size: contain;
    background-position: right center; 
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
}
    .slider__inner a {
    color: #333;
        position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

    
    .dot__container {
    position: absolute;
    bottom: -30px;
    margin-left: auto;
    margin-right: auto;
    left: 40%;
    }
}

@media(max-width: 375px) {
    
    .mySlides {
    font-size: 19px;
    }
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*end main slider */

/*social footer */

footer .social a:hover, footer .social a:focus {
 opacity: 1;
 background-color: #fefefe;
 color: #d93361;
}
footer .social a {
 transition-property: none;
}

/*end social footer*/


/*task grid general */
    .task-container {
        
    }
    .task-container__row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .task-container__box--huge {
        width: 49.5%;
        height: 130px;
        margin-bottom: 8px;
    }
    .task-container__box--small {
        width: 32.8%;
        height: 130px;
        margin-bottom: 8px;
    }
    @media(max-width: 800px) {
        .task-container__box--huge {
            width: 100%;
        }
        .task-container__box--small {
            width: 100%;
        }
    }
    .taskgrid__content__arrow {
        position: relative;
        top: 90px;
        width: 22px;
        float: right;
    }
/*end task grid general */

/*task grid landing */
   .task-container {
        
    }
    .task-container__row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        
    }
    .task-container__box--huge {
        width: 49.5%;
        height: 130px;
        margin-top: 8px;
    }
    
    .task-container__box--huge:nth-of-type(1), .task-container__box--huge:nth-of-type(2) {
       
       margin-top: 1em; 
    }
    
    @media(max-width: 800px) {
        .task-container__box--huge {
            width: 100%;
        }
    }
    .taskgrid__content__arrow {
        position: relative;
        top: 90px;
        width: 22px;
        float: right;
    }
/*end task grid landing */

/*table*/
table { 
    border-collapse: collapse; 
    font-family: "Open Sans", Arial, sans-serif; 
}
th { 
    background-color: rgba(208,0,68,1); 
    color: white; 
    text-align: left; padding-top: 12px; 
}
table, th, td { 
    border: 1px solid grey; 
    padding: 8px; 
}

.table-responsive {
    overflow-x: auto;
}
.table-responsive.table-colored tr:nth-child(odd) {
    background-color: #f2f2f2
}
/*edn table*/

/* Sitemap Table */
[id*="new_content_container_"] table,
[id*="new_content_container_"] th,
[id*="new_content_container_"] td {
    border: initial;
}
/* end Sitemap Table */

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