/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 30 September 2017 16:34:07
*/


/* Config 
-------------------------------------------------------------------------------------------------------------------------------------------------------------- 

updated: 03 July 2017 C Westney
*/
/*---------------------------------------------------
    LESS Prefixer
  ---------------------------------------------------
    
    All of the CSS3 fun, none of the prefixes!

    As a rule, you can use the CSS properties you
    would expect just by adding a '.':

    box-shadow => .box-shadow(@args)

    Also, when shorthand is available, arguments are
    not parameterized. Learn CSS, not LESS Prefixer.

    -------------------------------------------------
    TABLE OF CONTENTS
    (*) denotes a syntax-sugar helper
    -------------------------------------------------

        .animation(@args)
            .animation-delay(@delay)
            .animation-direction(@direction)
            .animation-duration(@duration)
            .animation-iteration-count(@count)
            .animation-name(@name)
            .animation-play-state(@state)
            .animation-timing-function(@function)
        .background-size(@args)
        .border-radius(@args)
        .box-shadow(@args)
            .inner-shadow(@args) *
        .box-sizing(@args)
            .border-box() *
            .content-box() *
        .columns(@args)
            .column-count(@count)
            .column-gap(@gap)
            .column-rule(@args)
            .column-width(@width)
        .gradient(@default,@start,@stop) *
            .linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
            .linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
        .opacity(@factor)
        .transform(@args)
            .rotate(@deg)
            .scale(@factor)
            .translate(@x,@y)
            .translate3d(@x,@y,@z)
            .translateHardware(@x,@y) *
        .text-shadow(@args)
        .transition(@args)
            .transition-delay(@delay)
            .transition-duration(@duration)
            .transition-property(@property)
            .transition-timing-function(@function)



    Credit to LESS Elements for the motivation and
    to CSS3Please.com for implementation.

    Copyright (c) 2012 Joel Sutherland
    MIT Licensed:
    http://www.opensource.org/licenses/mit-license.php

-----------------------------------------------------*/
/* Animation */
/* Background Size */
/* Border Radius */
/* Box Shadows */
/* Box Sizing */
/* Columns */
/* Gradients */
/* Opacity */
/* Text Shadow */
/* Transforms */
/* Transitions */
.boxSizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.unBoxSizing {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
body {
  max-width: 100%;
}
.pageWidth {
  max-width: 1010px;
}
.testWidth {
  width: 1010px;
  padding: 0 20px;
}
.group {
  *zoom: 1;
  margin: 0 -20px;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
body > .group {
  margin: 0;
}
.column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  clear: none;
  padding: 0 20px;
  min-height: 1px;
}
.gridRow {
  display: block;
  width: 100%;
}
.gridRow > .column {
  display: block;
  float: none;
}
.vBottom {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .column {
    float: left;
  }
  .column.right {
    float: right;
  }
  .gridRow {
    display: table;
    width: 100%;
  }
  .gridRow > .column {
    display: table-cell;
    float: none;
  }
  .one_half,
  .two_quarters,
  .three_sixths,
  .four_eighths {
    width: 50%;
  }
  .one_third,
  .two_sixths,
  .three_ninths {
    width: 33.333333333333336%;
  }
  .two_thirds,
  .four_sixths,
  .six_ninths {
    width: 66.66666666666667%;
  }
  .one_quarter,
  .two_eighths {
    width: 25%;
  }
  .three_quarters,
  .six_eighths {
    width: 75%;
  }
  .one_fifth {
    width: 20%;
  }
  .two_fifths {
    width: 40%;
  }
  .three_fifths {
    width: 60%;
  }
  .four_fifths {
    width: 80%;
  }
  .one_sixth {
    width: 16.666666666666668%;
  }
  .five_sixths {
    width: 83.33333333333333%;
  }
  .one_seventh {
    width: 14.285714285714286%;
  }
  .two_sevenths {
    width: 28.571428571428573%;
  }
  .three_sevenths {
    width: 42.857142857142854%;
  }
  .four_sevenths {
    width: 57.142857142857146%;
  }
  .five_sevenths {
    width: 71.42857142857143%;
  }
  .six_sevenths {
    width: 85.71428571428571%;
  }
  .one_eighth {
    width: 12.5%;
  }
  .three_eighths {
    width: 37.5%;
  }
  .five_eighths {
    width: 62.5%;
  }
  .seven_eighths {
    width: 87.5%;
  }
  .one_ninth {
    width: 11.11111111111111%;
  }
  .two_ninths {
    width: 22.22222222222222%;
  }
  .four_ninths {
    width: 44.44444444444444%;
  }
  .five_ninths {
    width: 55.55555555555556%;
  }
  .seven_ninths {
    width: 77.77777777777777%;
  }
  .eight_ninths {
    width: 88.88888888888889%;
  }
  
  .full{width:100%
  }
}

.hide{display:none;}
a.show{display:inline;}
div.show{display:block;}



/* Web fonts 
------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Sosa';
  src: url('../webfonts/sosa.eot?') format('eot'), url('../webfonts/sosa.woff') format('woff'), url('../webfonts/sosa.ttf') format('truetype');
}
/* Variables 
------------------------------------------------------------------------------- */
/* LESS source 
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
  font-size: 80%;
}
body {
  font: 13px/21px sans-serif;
  text-align: center;
  overflow-y: scroll;
  color: #111111;
  max-width: 100%;
}
@media screen and (max-width: 400px) {
  body.touch {
    background: url(http://www.lakedistrict.gov.uk/__data/assets/image/0007/617074/bkgmobile.jpg?v=0.1.1) 0 240px scroll no-repeat #cccccc;
    background-size: 100% auto;
  }

.pageWidth{
padding:0 10px;
}
}


@media screen and (min-width: 401px) and (max-width: 600px) {
  body.touch {
    background: url(http://www.lakedistrict.gov.uk/__data/assets/image/0006/617073/bkgmobile2.jpg?v=0.1.1) 0 190px scroll no-repeat #cccccc;
    background-size: 100% auto;
  }
.pageWidth{
padding:0 10px;
}
}





@media screen and (min-width: 601px) {
  body {
    background: url(http://www.lakedistrict.gov.uk/__data/assets/image/0003/301917/bg-home-windermere.jpg) fixed no-repeat #cccccc;
    background-size: cover;
  }
.pageWidth{
padding:0 40px;
}
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  body.touch {
    background-size: auto 800px;
    background-attachment: scroll;
    background-position: 50% 0;
  }
}
@media screen and (min-width: 801px) {
  body.touch {
    background-size: auto 650px;
    background-attachment: scroll;
    background-position: 50% 0;
  }
}
.pageWidth {
  position: relative;
  margin: 0 auto;
  text-align: left;
  min-height: 100%;
  *zoom: 1;
  max-width: 960px;
}
.pageWidth:before,
.pageWidth:after {
  content: "";
  display: table;
}
.pageWidth:after {
  clear: both;
}
.ieBkg {
  display: none;
}
.print {
  display: none;
}
a,
a:visited {
  font-weight: bold;
  color: #5f3869;
  text-decoration: none;
}
a:hover {
  color: #00b4df;
  border-color: #00b4df;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
p > a,
li > a {
  border-bottom: 1px solid #ccc;
}
.button .button2,
input.sq-form-field[type="submit"], input.sq-form-field[type="reset"], input[type="button"] {
  display: inline-block;
  padding: 5px 20px;
  background: #00b4df;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}


input.button,
input.sq-form-field[type="submit"], input.sq-form-field[type="reset"], input[type="button"] {
  margin: 0 5px 5px 0;
  border: 0;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
a.button{
 font-size:1.3em; 
  font-family:BrownStd-Bold;
}

.button-v2 {
  display: block;
  padding: 5px 2px;
  background: #f0703a;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  width:50%;
  margin:auto;
}

input.button-v2,
input.sq-form-field[type="submit"], input.sq-form-field[type="reset"], input[type="button"] {
  margin: 0 5px 5px 0;
  border: 0;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

a.button-v2{
 font-size:1.3em; 
  font-family:BrownStd-Bold;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5f3869;
  margin-bottom: 25px;
  margin-top: 1.6em;
  font-family:BrownStd-Bold;
}

h7 {
  color: #f0703a;
  margin-bottom: 25px;
  margin-top: 1.6em;
  font-family:BrownStd-Bold;
  font-size: 1.9em;
  line-height:1.1em;
}




h1 {
  font-size: 2.6em;
  line-height: 1em;
}
h3 {
  font-size: 1.31em;
  line-height: 1.1em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.1em;
}
h5 {
  font-size: 1.1em;
  line-height: 1.1em;
}
h6 {
  margin-bottom: 0;
}
.intro {
  line-height: 1.3em;
  margin-bottom: 1.6em;
}
.column > h1:first-child,
.column > h2:first-child,
.column > h3:first-child,
.column > h4:first-child,
.column > h5:first-child,
.column > h6:first-child {
  margin-top: 0;
}
.subHeading {
  font-size: 1.7em;
  margin-top: -5px;
}
.heading {
  border-top: 3px solid #00b4df;
  background: url(http://www.lakedistrict.gov.uk/__data/assets/image/0006/617082/headingShade.png?v=0.1.3) 50% 0 no-repeat;
  background-size: 100% auto;
  padding-top: 15px;
}
.boxHeading {
  background-color: #5f3869;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  border-top: 0;
}
.subBoxHeading {
  background: url(http://www.lakedistrict.gov.uk/__data/assets/image/0006/617082/headingShade.png?v=0.1.3) 50% 0 no-repeat #222222;
  text-align: center;
  margin: -25px 0 0;
  padding: 6px 0;
}
.subBoxHeading a {
  color: #fff;
  background: #555;
  padding: 4px 10px 2px;
  border-radius: 5px;
  border: 0;
  font-weight: bold;
  font-size: 0.75em;
}
.subBoxHeading a:hover {
  background: #666;
}
h1.heading {
  padding-top: 30px;
}
h3.heading {
  min-height: 2.2em;
}
.flex + .heading,
.hd-caption + .heading,
.breadcrumb + h1 {
  margin-top: -6px;
}
.hd-caption {
  *zoom: 1;
  font-size: 0.9em;
  line-height: 0;
  margin: -2.2em 0 0.7em;
  background: rgba(255, 255, 255, 0.4);
  float: right;
  line-height: 12px;
  padding: 5px 10px 2px;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hd-caption:before,
.hd-caption:after {
  content: "";
  display: table;
}
.hd-caption:after {
  clear: both;
}
.hd-caption:hover {
  background: rgba(255, 255, 255, 0.7);
}
#footer,
.small {
  color: #555;
  font-size: 0.93em;
}
#page ul li {
  list-style-image: url(http://www.lakedistrict.gov.uk/__data/assets/image/0007/617083/bullet.gif?v=0.1.1);
line-height:1.8em;
}
.spacedList li {
  margin-bottom: 5px;
}
.inlineList {
  margin-left: 0;
  padding-left:0;
}
.inlineList li {
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.inlineList li:last-child {
  border-right: 0;
  margin-right: 0;
}
.breadcrumb {
  font-size: 0.9em;
  margin: 0 0 14px;
}
.breadcrumb li {
  border-right: 0;
  padding: 0;
}
.breadcrumb li a {
  margin-right: 12px;
}
.flex {
  width: 100%;
  height: auto;
}
.picture-left img,
.picture-right img {
  width: auto;
  height: auto;
}
.picture-left {
  float: left;
  margin: 0 20px 20px 0;
}
.picture-right {
  float: right;
  margin: 0 0 20px 20px;
}
.rightCol,
.leftCol {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .rightCol {
    margin: 0 0 20px 20px;
    float: right;
    padding: 0 0 0 20px;
  }
  .leftCol {
    margin: 0 20px 20px 0;
    padding: 0 20px 0 0;
  }
}
/* header 
------------------------------------------------------------------------------- */
#header {
  background: #5f3869;
  z-index: 90;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#banner{
background:#00b4df;
padding:2px 24px 0 24px;
font-size:90%;
color:#fff;
}


@media screen and (min-width: 768px) {
  #header {
    position: asbsolute;
    top: -1px;
    zoom: 1;
  }
  .no-touch #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #header form .hide {
    display: block;
  }
}
#header a {
  color: #fff;
}
#header nav {
  float: right;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

 #header .logo {
 position:relative;
 margin:10px auto;
 top:0;
 float:left;
}


#header form,
#header ul {
  clear: both;
  float: left;
}
#header form {
  margin-top: 10px;
  background: #422749;
}
#header form label {
  float: left;
  padding: 10px 12px 4px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
#header form .searchReveal {
  position: relative;
  float: left;
  background: #fff;
  margin: 7px 7px 0 0;
  padding: 0 0 0 5px;
}
#header form .searchReveal input {
  background: none;
  border: none;
}
body #header form .searchterm {
  width: 70px;
  padding: 7px 30px 8px 0;
  margin: 0;
}
body #header form .searchterm:focus {
  outline: 0;
}
#header form .hide {
  display: block;
}
#header form .searchReveal input.submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 29px;
  height: 29px;
  background: url(http://www.lakedistrict.gov.uk/__data/assets/image/0011/617078/submit.gif?v=0.1.1) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #header form .hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header form .searchReveal {
    width: 70%;
  }
  #header form {
    width: 98%;
  }
  body #header form .searchterm {
    width: 95%;
    padding: 7px 30px 8px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
#header ul {
  list-style: none;
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 900;
  width: 100%;
}
#header li {
  float: left;
  padding-top: 5px;
  margin-right: 5px;
  width: 100%;
}
#header li a {
  display: block;
  padding: 5px 5px 3px;
  background: #422749;
  margin: 0 0;
  border: none;
}
#header li.current a {
  background: #fff;
  color: #422749;
}
#header li a:hover {
  background: #00b4df;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 400px) {
  #header li {
    width: 48%;
  }
}
@media screen and (min-width: 600px) {
  #header .logo {
  margin-top:-30px;
} 


 #header form {
    float: right;
    clear: none;
  }
  #header ul {
    clear: none;
  }
  #header nav,
  #header ul {
    width: auto;
    display: inline;
  }
  #header li {
    width: auto;
    padding-top: 10px;
    margin-right: 0;
    margin-left: 5px;
  }
  #header li a {
    padding-top: 10px;
    padding-bottom: 7px;
  }
  #header form {
    margin-left: 5px;
  }
}
@media screen and (min-width: 780px) {
  #header li a {
    padding-left: 25px;
    padding-right: 25px;
  }
  body #header form .searchterm {
    width: 153px;
  }
}
/* hero 
------------------------------------------------------------------------------- */
#hero {
  position: relative;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #hero {
    margin: 150px 0 40px;
  }
}
#hero .heroIntro {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-top: 40px;
}
#hero h1,
#hero h2 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #hero .heroIntro {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(http://www.lakedistrict.gov.uk/__data/assets/image/0004/617080/heroIntro.png?v=0.1.1) 50% 50% repeat-y;
  }
}
#hero .heroIntro .column {
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 50;
}
#hero .heroIntro h1 {
  margin-top: 10px;
}
#hero .heroIntro a {
  color: #fff;
}
#hero .heroIntro a:hover {
  color: #00b4df;
}
.home #hero .heroLinks ul {
  margin: 100px 0 0;
}
#hero .heroLinks ul {
  list-style: none;
  margin: 0;
}
#hero .heroLinks li a {
  display: block;
  padding: 11px 25px 7px;
  background: #fff;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 17px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#hero .heroLinks li a:hover {
  background: #00b4df;
  color: #fff;
}
.heroCTA {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-top: 35px;
  color: #fff;
}
.heroCTA a,
.feature .button {
  display: inline-block;
  padding: 5px 20px 5px 10px;
  background: url(http://www.lakedistrict.gov.uk/__data/assets/image/0005/617081/heroCTA.png?v=0.1.1) right no-repeat;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.heroCTA a,
.feature .button2 {
  display: inline-block;
  padding: 5px 20px 5px 10px;
  background: url("http://www.lakedistrict.gov.uk/__data/assets/image/0008/947141/orange_arrow.png") right no-repeat;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  float: right;
}

@media screen and (min-width: 480px) {
  .heroCTA {
    display: block;
  }
}
/* page 
------------------------------------------------------------------------------- */
#page {
  margin-bottom: 5px;
  margin-top: 100px;
}
.home #page,
.visiting #page {
  margin-top: 0;
}
#page .pageWidth,
#footer .pageWidth {
  background: #f1f2ed;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  padding-top: 40px;
  padding-bottom: 40px;
}
.webCam {
  *zoom: 1;
  margin-bottom: 20px;
}
.webCam:before,
.webCam:after {
  content: "";
  display: table;
}
.webCam:after {
  clear: both;
}
.webCam dt {
  float: left;
  margin-right: 10px;
}
.webCam dd h3,
.webCam dd h6 {
  margin: 0 0 5px;
}
.feature + .feature {
  border-top: 1px solid #ddd;
  padding-top: 25px;
}
.feature dt {
  width: 100%;
}
.feature dt img {
  /*border: 6px solid #fff; box-shadow: 0 1px 4px -2px rgba(0,0,0,0.5), 0 0 12px -3px rgba(0,0,0,0.2);*/
  margin-right: 5px;
  width: 100%;
  height: auto;
}
div.eventimage {float:right; padding-left:1em; width:auto;}

div.eventimage p {
display:block;
text-align:right;
font-size:90%;
}

div.iconimage{
display:inline-block;
}

div.iconimage img{
margin:0; 
}

@media screen and (max-width: 401px) {
img.eventimage{
   width: 100%;
    height: auto;  
  }
     div.eventimage{
   width:100%; 
  }
}


#page .eventlist li{
display:block;
clear:both;
line-height:1.2em;
  }
#page .eventlist h3{
display:block;
  clear:both;
  border-top:1px solid #999;
  padding-top:0.8em;
   color: #f0703a;
   font-size: 2em;
}
#page .eventlist li h4{
 margin-bottom:0.8em; 
}

.eventlist img{
 display:none;
  }



@media screen and (min-width: 768px) {
  .feature dt {
    width: auto;
  }
  .feature dt img {
    width: auto;
    height: auto;
  }
  .eventlist li{
display:block;
min-height:120px;
}
        
.eventlist img{
display:block;
float:right; 
 margin: -25px 0 50px 10px;
  }
}


div.newsimage{
 width:40%;
 float:right;
 margin:0 0 1.1em 1.1em;
line-height:0;
}

div.newsimage img{
width:100%;
height:auto;
margin:0;
padding:0;
}
div.newsimage .caption{
 line-height:1em;
  padding:0.8em;
  color:#fff;
  background-color:#422749;
  font-size:90%;
}

img.newslist{
float:right;
margin: 0 0 0 1em ;
}
@media screen and (max-width: 400px) {
img.newslist{
display:none;
}
}
.one_half img.contentimage {width:100%}

@media screen and (min-width: 768px) {
.one_half img.contentimage {
    width: auto;
  }
}

.boxed,
.boxed + .boxed,
.pagination {
  border: 1px solid #ddd;
  padding: 15px 15px 10px;
  background: #eee;
  border-color: #ccc #ddd #ddd #ccc;
  box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.2) inset;
}
.subNavTitle {
  font-size: 2.9em;
}
.subNavTitle a {
  display: block;
  font-weight: normal;
  border: 0;
  padding: 8px 0 25px;
}
#mobileMenuLink {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 5px 0;
  background: #5f3869;
}
.subNav {
  display: none;
  border: 2px solid #5f3869;
  border-top: 0;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  #mobileMenuLink {
    display: none;
  }
  .subNav {
    display: block !important;
    border: 0;
    padding: 0;
  }
  .visiting .subNavTitle {
    position: absolute;
    top: -53px;
    left: 0;
    width: 100%;
  }
  .visiting .subNavTitle a {
    display: inline;
    background: rgba(0, 0, 0, 0.5);
    padding: 28px 40px 22px;
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
.subNav {
  border-top: 1px solid #ccc;
  margin-left: 0;
  list-style: none;
}
#page .subNav li {
  border-bottom: 1px solid #ccc;
  line-height: 1em;
  list-style: none;
}
.subNav a {
  display: block;
  border: 0;
  font-weight: normal;
  padding: 8px 0;
}
.subNav li ul {
  margin-bottom: 6px;
}
.subNav li ul a {
  padding: 3px 0;
}
#page .subNav li ul > li {
  border: 0;
  list-style-image: url(http://www.lakedistrict.gov.uk/__data/assets/image/0010/617077/subNavBullet.gif?v=0.1.1);
}
.subNav .open > a {
  color: #000;
  font-weight: bold;
}
.subNav .current > a {
  color: #00b4df;
}
#calendarTable table {
  width: 100% !important;
}
#calendarTable table th,
#calendarTable table td {
  border-top: 1px solid #ddd;
  padding: 5px 10px 10px;
  line-height: 1em;
  font-size: 0.95em;
  background: #eee;
}
#calendarTable table th {
  width: 90px;
}
#calendarTable table th:first-child {
  width: 10px;
}
#calendarTable a {
  font-weight: normal;
}
#calendarTable .dateLink {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2em;
  color: #333;
  border-bottom: 1px solid #ccc;
}
#calendarTable .event a {
  display: block;
  margin-top: 5px;
}
#calendarTable table .dayLabel,
#calendarTable table .dayLabelWeekend {
  background: #ddd;
  border-left: 1px dotted #ccc;
  color: #666;
  font-weight: bold;
  padding-top: 10px;
  border-bottom: 1px solid #bbb;
}
#calendarTable table .dayLabel:first-child {
  border-left: 0;
}
#calendarTable table .dayLabelWeekend {
  background: #d5d5d5;
  border-left: 1px dotted #c5c5c5;
}
#calendarTable table td {
  border-left: 1px dotted #ddd;
}
#calendarTable table .weekend {
  border-left: 1px dotted #d5d5d5;
  background: #e9e9e9;
}
#calendarTable table .weekLink {
  vertical-align: middle;
  background: #e9e9e9;
}
#calendarTable table .date {
  height: 90px !important;
}
#calendarTable table .date div {
  width: auto !important;
}
#calendarTable table .eventDate {
  background: rgba(0, 180, 223, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 180, 223, 0.5);
}

.eventinfo h2{
margin-bottom:0.3em;
}

@media screen and (max-width: 768px) {
  #calendarTable table td {
    display: none;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .dayLabel,
  .dayLabelWeekend,
  .weekLink {
    display: none;
  }
  #calendarTable table .date {
    display: block;
    height: auto !important;
  }
  .subBoxHeading a {
    display: inline-block;
    white-space: nowrap;
    margin: 0 5px 5px;
  }
  .subBoxHeading a + a {
    margin-bottom: 0;
  }
}


table.content{
border-collapse:collapse;
}
table.content td{
padding:3px;
border:1px solid #5F3869;
}

table.content th{
padding:4px;
color:#fff;
background:#5F3869;
}


.pagination {
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}
.pagination ul {
  display: inline;
  list-style: none;
  margin: 0 20px;
}
.pagination li {
  display: inline;
  font-size: 15px;
}
.pagination a {
  padding: 9px 15px 7px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border: none;
  display: inline-block;
margin-bottom: 0.5em;
}
.pagination a:hover {
  background: #00b4df;
  color: #fff;
}
.pagination li a {
  padding: 8px 10px 5px;
}
.pagination .current a {
  color: #fff;
  background: #5f3869;
}
.gallery {
  float: left;
  width: 100%;
  clear: both;
  margin: 0 -15px 20px;
}
.gallery li {
  list-style: none;
  display: block;
  float: left;

  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
}
.gallery img {

}
.gallery a {
  border: none;
}

a.video { display: block; width: 340px; height: 240px;}

.videocontain{
position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
margin-bottom:40px;
}

.videocontain iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media screen and (min-width: 768px) {
  .gallery li {
    width: 33.3%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery li {
    width: 25%;
  }
}
form table {
  border-collapse: collapse;
}
form table td {
  float: left;
  width: 100%;
  clear: both;
  vertical-align: top;
}
.pair3070 {
  display: block;
  clear: left;
}
.pair3070 dt {
  font-weight: bold;
  margin-bottom: 8px;
}
.pair3070 .radioPair,
.pair3070 .radioPair dt {
  margin-bottom: 0;
}

#page .pair3070 li{  
list-style: disc; 
list-style-position:inside; 
margin-left:-1.5em;}

.newLine {
  clear: left;
  display: block;
}
.required {
  color: #990000;
  font-size: 11px;
  padding-top: 6px;
}
.additional {
  font-weight: bold;
}
.date,
.credit,
.additional,
.info, .note{
  font-size: 11px;
  margin: 0 0 2px;
}
 span.note, span.notebig {
   font-weight:normal;
   display:block;
  }
select,
textarea,
input.sq-form-field[type="text"],input.sq-form-field[type="email"],
.textField {
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  margin: 0 6px 6px 0;
  padding: 7px 5px 5px;
  width: 98%;
}
.formError {
  background: #dd4a32;
  color: #FFF;
}
.formError p {
  margin: 0;
}
.formError a {
  color: #fff;
}
.formValidation {
  border-radius: 3px;
  clear: both;
  display: block;
  margin: 0 0 20px;
  padding: 10px 15px 9px;
}
.formValidationPoint {
  border-radius: 3px;
  clear: both;
  display: block;
  padding: 3px 8px 2px;
  margin: 0 0 5px;
}
.errorMessage ul {
  border-radius: 3px;
  clear: both;
  display: block;
  margin: 0 0 20px;
  padding: 10px 15px 9px 30px;
  background: #dd4a32;
  color: #FFF;
}
#page .errorMessage ul li {
  list-style: disc;
}
.errorMessage .errors, p.sq-form-error {
  color: #dd4a32;
  font-weight: bold;
}
.dateTable table {
  width: 79%;
}
.dateTable select,
.dateTable input,
.dateTable input.sq-form-field[type="text"] {
  float: left;
  width: 30%;
}
#queries_date_query_from_js_calendar_span,
#ie_queries_date_query_from_js_calendar_span_iframe {
  margin-left: 2px;
  margin-top: -111px;
}
#ie_queries_date_query_from_js_calendar_span_shadow {
  margin-left: 9px;
  margin-top: -108px;
}
textarea,
textarea.textField {
  height: 100px;
  width: 97%;
}
#calendar_event_single_0_duration, #calendar_event_single_0_end_month{
width:auto;
}

.dateTable .sq-backend-data input, .dateTable .sq-backend-data select{
width:auto;
}
.sq-form-question {margin-bottom:1.2em;}


.sq-form-question {margin-bottom:1.2em;}
form #sq_delivery_method_597849 table input[type="text"], form #sq_delivery_method_597849 table input[type="email"], form #sq_delivery_method_597849 table textarea{
margin-bottom:40px;
} 

@media screen and (min-width: 508px) {
  .pair3070 dt {
    float: left;
    font-weight: bold;
    position: relative;
    width: 30%;
  }
  .pair3070 dd {
    float: left;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  input.sq-form-field[type="text"], input.sq-form-field[type="email"],
  .textField, textarea.textField {
    width: 322px;
  }
  select,
  select.textField {
    width: 334px;
  }
  .halfField {
    width: 150px;
  }
  select.halfField {
    width: 162px;
  }
  form table td {
    float: none;
    width: auto;
  }
}
.radioPair {
  clear: left;
}
.radioPair dt {
  float: left;
  font-weight: bold;
  width: 10%;
}
.radioPair dd {
  float: left;
  width: 90%;
}


/* poll 
------------------------------------------------------------------------------- */

#homepoll{
width:94%;
float:left;
margin:0 auto;
padding-left:20px;
}

#poll ul{
margin:0;
}

#poll ul li{
display:inline-block;
width:20%;
text-align:center;
font-size:90%;
}

#poll ul li span{
display:block;
font-weight:bold;
}

#poll ul li input{
display:inline-block;
}

#homepoll{
  
}

@media screen and (min-width: 768px) {
#homepoll {
width:70%;
}
}

@media screen and (max-width: 508px){
#poll ul li{
display:block;
margin-top:1em;
}

}


/* footer 
------------------------------------------------------------------------------- */

#footer {
  margin-bottom: 120px;
}
#footer .nplogo, #footer .logo{
 display:inline-block;
  margin-bottom:10px;
}
@media screen and (min-width: 480px){
#footer .nplogo{
 margin-left:1em;
}}

/* responsive images */ 


.responsive-img {

max-width: 635px;

}


/* UL styling */

#thumbnails ul {

margin-left: 20px;

}


/*CSS for distinctive area update/news section */

.container-updates
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
}


.col1 {
  position:relative;
  margin-right: 40px;
  float:left;
  width:270px;
  margin: 0;
  padding: 0;
}

.col1 p {
  
  margin-top:20px;
  
}


.divider{
    position:absolute;
    left:50%;
    top:20%;
    bottom:5%;
    border-left:1px solid black;
}


.col2 {
  position:relative;
  margin-right: 40px;
  float:right;
  width:270px;
  margin: 0;
  padding: 0;
}

.col2 p {
  
  margin-top:20px;
  
}


/* media query */

@media only screen and (max-device-width: 480px) {

.col1 {width: 400px;}


    }


.anchor{padding-top:130px;}



.newsletter {
    background: #726e20 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 18px 15px 25px;
  width:97%;
  margin-bottom:2.4em;
}

.newsletter h2
{margin:0 0 0 0;
padding:0;
color:#fff;}


.subscribe-title {
  
  margin-right: 30px;
  font-family: arial;
  color: #FFFFFF;
  line-height: 1.7;
}

.newsletter span {
  
  margin-right: 50px;
}


.newsletter label {
  
  color: #FFFFFF;
  font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    position: relative;
  font-family: arial;
}

.newsletter input {
  
  background-color: #fff;
  font-family: arial;
background-image: none;
  border: 1px solid transparent;
border-radius: 4px;
  color: #424039;
    font-size: 14px;
  line-height: 1.71429;
    padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 95%;
  margin-top:10px
  
}

.newsletter button {
    margin-top:2.3em;
    border-color: #522a5b;
    color: #fff;
    background-color: #cddd03;
  background-image: none;
    border-color: #cddd03;
  border: 1px solid transparent;
    color: #616365;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 30px;
  
  font-weight: 800;
font-family: arial;
}


/*grid for partnerships page */

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.og-grid li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top;
    height: 200px;
}

.og-grid li > a,
.og-grid li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
    width: 160px;
}

.og-grid li.og-expanded > a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ddd;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
}

.og-expander {
    position: absolute;
    background: #ddd;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
}

.og-expander-inner {
    padding: 50px 30px;
    height: 100%;
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.og-close::before,
.og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    transform: rotate(45deg);
}

.og-close::after {
    transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
    background: #333;
}

.og-fullimg,
.og-details {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.og-details {
    padding: 0 40px 0 20px;
    color: #000;
}

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

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.og-details h3 {
    font-weight: 300;
    font-size: 52px;
    padding: 40px 0 10px;
    margin-bottom: 10px;
    color: #000;
}

.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
}

.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
}

.og-details a:hover {
    border-color: #999;
    color: #999;
}

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    animation: loader 0.5s infinite ease-in-out both;
}

@keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}


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

    .og-expander h3 { font-size: 32px; }
    .og-expander p { font-size: 13px; }
    .og-expander a { font-size: 12px; }

}


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

    .og-fullimg { display: none; }
    .og-details { float: none; width: 100%; }
    
}

/*CSS for tabs for events calendar*/

.js .tabbed{margin:0 0 2em;margin:0 0 2rem}

@media screen and (min-width: 768px){
.js .tabbed{margin:0 0 4em;margin:0 0 4rem}
}

.js .tabbed .tabs{list-style:none;display:table;margin:0;position:relative;z-index:2}
.js .tabbed .tabs li{display:table-cell;padding:0.5em 0.75em;border:1px solid #f9f9f9;border-right:1px solid #fff;border-bottom:none;background:#f9f9f9;line-height:1.3em;cursor:pointer;position:relative;vertical-align:middle}
.js .tabbed .tabs li.current{background:#fff;cursor:default;border:1px solid #ccc;border-bottom:none}
.js .tabbed .tabs li.current:after{content:"";display:block;position:absolute;left:0;bottom:-1px;height:1px;width:100%;background:#fff}


#eventsearchbox .gridRow{
width:100%;
display:block;
}
#eventsearchbox .column{
padding:0 1em 1em 0;
}
#eventsearchbox span.label{
display:block;
}
#eventsearchbox select{
width:auto;
display:inline;
margin:0;
}

#eventsearchbox input{
width:auto;
margin:0;
}

#eventsearchbox .datepicker{
display:inline;
}

#eventsearchbox .button{
margin: 0;
}

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

#eventsearchbox select{
width:100%;
float:none;
}

#eventsearchbox table{
width:100%;
}

#eventsearchbox tr{
width:100%;
}

#eventsearchbox .datepicker{
display:none;
}


#eventsearchbox input{
width:95%;
}


}


/* CSS for blog sections on the website  */

/*---------------------------------------
  3.7 Block Styles
-----------------------------------------*/
.block-title,
.widget .nav-tabs>li>a{
  font-family: 'BrownStd-Bold',"Noto Serif", serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #222222;
  border-bottom: 2px solid #d6d6d6;
  height: 27px;
  line-height: 17px;
  padding:0px;
  margin:0px 0px 20px 0px;
}
.block-title span{
  border-bottom: 2px solid #ff6600;
  display: inline-block;
  line-height: 17px;
  height: 27px;
}
.block-title a{
  color: #222222;
}
.block-title a:hover{
  color: #222222;
  opacity: .9;
}
.tag-title{
  color: #dadada;
  font-family: 'BrownStd-Bold',"Noto Serif", serif;
  font-weight: 900;
  font-size: 27px;
  line-height: 32px;
  margin: 0px 0px 20px;
}
.tag-title span{
  color: #222222;
}
.search-div{
  width:100%;
  margin-bottom: 30px;
}
.widget-content{
  margin:0px;
  padding:0px;
  list-style: none;
}
.widget-content li,
.small-article{
  margin-bottom: 18px;
}
.widget-content p,
.small-article p{ 
  margin: 0px; 
  color: #bbbbbb; 
}
.widget-content li,
.small-article{
  font-size: 13px;
  line-height: 17px;
}
.widget-content li h3,
.small-article h3{
  font-family: 'BrownStd-Bold',"Noto Serif", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin: 0px 0px 5px;
}
.widget-content li h3 a,
.small-article a{
  color:#222222;
  text-decoration: none;
}
.widget-content li h3 a:hover,
.small-article a:hover{
  color: #ff6600;
}
.feed-image{
  margin-bottom: 13px;
}
.feed-image a{
  display: block;
  background: #000;
}
.news-block{
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.news-block img{
  width:100%;
  height: auto;
}
.image-overlay{
  position: relative;
  display: block;
  background: #000;
  min-height: 150px;
}
.overlay-link{
  outline: none;
  text-decoration: none;
}
.news-details{
  position: relative;
  margin-top:-30px;
  padding:20px 20px 0px;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 10px;
  margin-left: 10px;
  z-index: 10;
}
.news-title{
  font-family: 'BrownStd-Bold',"Noto Serif", serif; 
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  margin-top:0px;
  margin-bottom: 10px;
}
.small-block .news-title{
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
.small-block .news-details{
  margin-top: -33px;
  padding-top: 10px;
}
.big-block .news-title{
  font-size: 41px;
  line-height: 45px;
}
.big-block .news-details{
  margin-top: -53px;
  padding-top: 15px;
}
.news-title a{
  color:#62456f;
}
.widget-content li h3 a:hover,
.news-title a:hover,
.simple-post h3 a:hover,
.widget-post h3 a:hover,
.categorywidget li a:hover, 
.categorywidget li a:hover span,
.comments-wrapper .comment-reply-link,
.post-wrapper .simple-share a, 
.parallax-wrapper .simple-share a{
  color:#ff6600;
}

/* === Simple post style === */
.simple-post{
  padding: 0px 0px 30px;
}
.simple-thumb,
.author-thumb{
  position: relative;
  float: left;
  margin: 0 30px 0 0;
  background: #000;
}
.simple-thumb{
  width:160px;
}
.widget-post .simple-thumb{
  width: 95px;
}
.simple-big .simple-thumb{
  width:255px;
}
.author-thumb,
.author-thumb a,
.author-thumb img{
  background: none;
  display: block;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.simple-post h3{
  font-size: 23px;
  line-height: 27px;
  margin:0px 0px 10px;
}
.simple-post h3 a{
  color:#222222;
}
.simple-share{
  color: #bbbbbb;
  font-size: 13px;
  line-height: 1;
  margin:0px;
}
.widget-post .simple-share{
  margin-top: 10px;
}
.simple-share a{
  color: #999999;
  text-decoration: none;
}
.simple-share a:hover{
  color: #999999;
  border-bottom: 1px solid #999999;
}

/* === Simple big post style === */
.simple-big .simple-share{
  margin-bottom: 5px;
}
.simple-big h3{
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 5px;
}
.simple-big .excerpt{
  color: #a9a9a9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.news-text-block{
  margin-top: 20px;
  margin-bottom: 20px;
}

#blog-bottom{display:none;}

@media (max-width: 400px){
#blog-bottom{display:block;margin:10px 0;}
#blog-top{display:none;}
}

.col-md-6 {
display: inline-block;
width: 50%;
box-sizing: border-box;
}


.row {
display: inline-block;
width: 100%;
box-sizing: border-box;
}


.category {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0px;
  padding: 6px 9px;
  background: #000;
  background: rgba(0, 0, 0, .2);
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}


.image-overlay {
  position: relative;
  display: block;
  background: #000;
  min-height: 150px;
  margin: 0;
}


.col-md-6 {
  width: 50%;
  float:left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

@media screen and (max-width:620px){
    .col-md-6 {
width:100%;
float:left;
padding-right:15px;
padding-left:15px;
position:relative;
}
}


@media screen and (max-width:900px) {
    
    #accombottom {
    
    display:none;
    
    }
    
}

.conistoncopper #page .pageWidth {
background:url(http://www.lakedistrict.gov.uk/__data/assets/image/0004/909292/cc-footer.png?v=0.0.5) no-repeat 0px bottom  #fff;
background-size:100% auto;
    padding-bottom:200px;
}
  
body.conistoncopper #page .heading{
color:#CC6C14;
border-color:#CC6C14;
 }

body.conistoncopper #page .heading{
color:#CC6C14;
border-color:#CC6C14;
  min-height:120px;
  background:url(http://www.lakedistrict.gov.uk/__data/assets/image/0006/910086/cc-logo.png?v=0.1.2) no-repeat 0px top  #fff;
background-size:25% auto;
  padding-left:28%; 
}



.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!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-ajax-holder .mfp-content,.mfp-inline-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-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.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:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-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:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{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,.6);background:#000}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;margin:0 auto}.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,.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){.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,.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,.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}

/* === Accordion drop down  === */

.js .tabbed{margin:0 0 2em;margin:0 0 2rem}@media screen and (min-width: 768px){.js .tabbed{margin:0 0 4em;margin:0 0 4rem}}.js .tabbed .tabs{list-style:none;display:table;margin:0;position:relative;z-index:2}.js .tabbed .tabs li{display:table-cell;padding:0.5em 0.75em;border:1px solid #f9f9f9;border-right:1px solid #fff;border-bottom:none;background:#f9f9f9;line-height:1.3em;cursor:pointer;position:relative;vertical-align:middle}.js .tabbed .tabs li.current{background:#fff;cursor:default;border:1px solid #ccc;border-bottom:none}.js .tabbed .tabs li.current:after{content:"";display:block;position:absolute;left:0;bottom:-1px;height:1px;width:100%;background:#fff}.js .accordion{margin:0 0 2em;margin:0 0 2rem}@media screen and (min-width: 768px){.js .accordion{margin:0 0 4em;margin:0 0 4rem}}.js .accordion .tab{border-top:0}.js .accordion .accordion-title{position:relative;cursor:pointer;padding:0.75em;padding-left:2.4em;margin:0;border:1px solid #f9f9f9;border-bottom:1px solid #ccc;background:#f9f9f9;line-height:1.3em}.js .accordion .accordion-title:nth-last-of-type(1){border-bottom:1px solid #f9f9f9}.js .accordion .accordion-title:hover{background:rgba(0,0,0,0.1)}.js .accordion .accordion-title .plus{display:block;width:1em;height:1em;overflow:hidden;position:absolute;left:0.85em;top:0.85em;text-indent:-9999em;cursor:pointer;transition:background-color 0.2s}.js .accordion .accordion-title .plus:before{position:absolute;top:50%;left:15%;content:"";display:block;width:70%;height:.06em;min-height:1px;margin-top:-.03em;background:#000}.js .accordion .accordion-title .plus:after{position:absolute;top:15%;left:50%;content:"";display:block;height:70%;width:.06em;min-width:1px;margin-left:-.03em;background:#000}.js .accordion .accordion-title.current{border:1px solid #ccc;border-top:1px solid #f9f9f9;background:transparent}.js .accordion .accordion-title.current .plus:after{background:transparent}.js .accordion .accordion-title.current:first-child{border-top:1px solid #ccc}
