/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    color: #353434;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 14px;
}


a{
    text-decoration: none;
}


.clearFieldBlurred { color: #666 !important;}
.clearFieldActive { color: #000 !important; }


strong{
    font-weight: 700;
}

.container{
    float: left;
    width: 100%;
    padding: 0;
    z-index: 0;
    position: relative;
}

.inner{
    margin: 0 auto 0px auto;
    padding: 0;
    width: 974px;
    text-align: left;
    position: relative;
}



/*--- header ---*/

#header{
    background: #F3F3F3;
}

#header #logo{
    float: left;
}


#searchForm p{
    float: right;
    margin: 22px 0 0 0;
    padding: 0;
}

#searchForm label{
    font-size: 14px;
}

#searchForm input{
    float: left;
    margin: 6px 0 0 0;
}

#searchForm input#keywords{
    font-size: 12px;
    margin: 6px 5px 0 0;
    border: 1px solid black;
    padding: 5px;
    box-sizing: border-box;
    height: 29px;
    line-height: 29px;
    width: 200px;
    color: #000000;
}


/*--- navigation ---*/

#navigation{
    float: left;
    width: 100%;
    height: 45px;
    z-index: 1001;
    position: relative;
    background: url("../images/assets/nav-bg.png") repeat-x 0 0;
}

#navigation li,
#navigation li a{
    float: left;
    height: 44px;
    line-height: 44px;
    position: relative;
}

#navigation li a{
    text-align: center;
    color: #353434;
    font-size: 15px;
    background: url("../images/assets/nav-divider.png") no-repeat 100% 0;
}

#navigation li#nav-sub-home a{width:67px;}
#navigation li#nav-sub-town-council a{width:139px;}
#navigation li#nav-sub-town-information a{width:167px;}
#navigation li#nav-sub-news a{width:79px;}
#navigation li#nav-sub-events a{width:89px;}
#navigation li#nav-sub-town-action-plan a{width:166px;}
#navigation li#nav-sub-contact-us a{width:106px;}
#navigation li#nav-sub-town-projects a{width:161px;}
#nav-sub-Town-Events a{width:120px;}


#navigation li.last a{
    background: none;
}

#navigation li:hover a,
#navigation li.here a,
#navigation li.parent-here a,
#sawbridgeworth-news li#nav-sub-news a,
#upcoming-events li#nav-sub-events a{
    color: #a50505;
}

#navigation li.here a,
#navigation li.parent-here a,
#sawbridgeworth-news li#nav-sub-news a,
#upcoming-events li#nav-sub-events a{
    font-weight: 700;
}


#navigation li ul{
    position: absolute;
    width: 512px;
    top: 44px;
    padding: 10px 0 30px 0;
    left: -9999px;
    z-index: 1000;
    background: url("../images/assets/dropdown-bg.png");
    border-bottom: 7px solid #BB2521;
    -webkit-transition: opacity ease-in-out 0.1s;
    -moz-transition: opacity ease-in-out 0.1s;
    -o-transition: opacity ease-in-out 0.1s;
    transition: opacity ease-in-out 0.1s;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    opacity: 0;
}


#navigation li#nav-sub-town-information ul{
    width: 762px;
}

#navigation li ul li{
    width: 235px;
    padding: 0 0 0 15px;
    height: auto !important;
    line-height: 1em !important;
}


#navigation li ul li a{
    width: 100% !important;
    height: auto !important;
    padding: 10px 0;
    line-height: 1em !important;
    background: none;
    color: #FFF !important;
    text-align: left;
    font-weight: normal !important;
    border-bottom: 1px solid #6983B0;
}

#navigation li ul li a:hover,
#navigation li ul li.here a{
    color: #a50505 !important;
}

#navigation li:hover ul{
    left: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    opacity: 1;
}


#navigation li#nav-sub-news:hover ul{left: auto; right: 0;}
#navigation li#nav-sub-events:hover ul{left: auto; right: 0;}
#navigation li#nav-sub-town-action-plan:hover ul{left: auto; right: 0;}
#navigation li#nav-sub-contact-us:hover ul{left: auto; right: 0;}

#navigation .btns{
    display: none;
}


#navigation ul ul ul{
    display: none;
}

#navigation li ul li ul li{
    padding: 0 0 0 0;
}

#navigation ul li#nav-sub-town-information ul ul{
    display: block;
    position: relative;
    width: 100%;
    top: auto;
    padding: 10px 0 30px 0;
    left: auto;
    background: none;
    border-bottom: none;
}

#navigation ul li#nav-sub-town-information ul li a{
    border-bottom: none;
    font-weight: 700 !important;
}


#navigation ul li#nav-sub-town-information ul li ul li a{
    border-bottom: 1px solid #6983B0;
    font-weight: 400 !important;
}

#content{
    background: url("../images/assets/bg.gif");
}



/*--- banner ---*/

#banner{
    border-bottom: 1px solid #D2D2D2;
}


#banner img{
    float: left;
    width: 100%;
}


/*--- content ---*/

#content{
    padding: 34px 0;
    border-bottom: 7px solid #F3F3F3;
}


#content a{
    color: #353434;
    font-weight: bold;
}


#content a:hover{
    text-decoration: underline;
}


#mainContent{
    float: left;
    width: 629px;
}


.text{
    position: relative;
}


#content .col,
#content .col2{
    float: left;
    width: 300px;
}

#content .right{
    float: right;
}


#content .box{
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}


#content .heading{
    height: 55px;
    line-height: 55px;
    padding: 0 23px;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}


#content .blue{
    background: #F5F9F9;
    color: #305578;
}

#content .heading .rss{
    position: absolute;
    top: -15px;
    right: 0;
}

#content .text{
    margin: 0 0 0 0;
}


#content .box h1,
#content .box h2,
#content .text h1,
#content .text h2{
    font-size: 32px;
    padding: 0 0 20px 0;
    line-height: 1.3em;
    font-weight: 400;
}


#content .text h1.pageTitle{
    padding: 0 220px 20px 0;
}

#content .box h2 a{
    font-weight: 400;
}

#content .box p,
#content .text p{
    padding: 0 0 25px 0;
    line-height: 1.6em;
}


#content .text img{
    float: left;
    width: 282px !important;
    height: auto !important;
    margin: 0 0 25px 0;
    border: 9px solid #FFF;
}


#content .text img.dont-size{
    clear: both;
    float: none !important;
    margin: 0;
    width: auto !important;
}

#content .text img.articleImage{
    width: 611px !important;
}

#content .text h3{
    font-weight: 700;
    font-size: 20px;
    padding: 0 0 20px 0;
}


#content .text h4{
    padding: 0 0 20px 0;
}


#content .text ul,
#content .text ol{
    padding: 0 0 20px 0;
}

#content .text ul li,
#content .text ol li{
    padding: 0 0 5px 0;
    margin: 0 0 0 25px;
    list-style: disc;
}


#content .text ol li{
    list-style: decimal;
}



#content .text table{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    background: #FFF;
}

#content .text table td{
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 5px 10px;
}


#content .text ul li ul{
    padding: 5px 0 0px 0;
}

#content blockquote{
    padding: 25px 25px 0 25px;
    background: #FFF;
    margin: 0 0 25px 0;
}

#content .box p.more{
    padding: 9px;
    background: #FFF;
}

#content .box p.more a{
    display: block;
    padding: 12px 20px;
    color: #FFF;
    background: #0E377F url("../images/assets/icon-more.png") no-repeat 100% 50%;
}


#content .box p.more a:hover{
    text-decoration: none;
}

#content .events{
    background: #FFF;
}


#content .events .event{
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #D8D8D8;
    background: url("../images/assets/icon-event.png") no-repeat 100% 0;
}


#content .events .event p.date{
    font-weight: bold;
    padding: 25px 0 0 0;
    color: #4479ab;
}

#content .events .event h4{
    font-size: 19px;
}


#content .events .event h4 span{
    font-size: 54px;
    font-weight: 700;
}

#content .feature{
    width: 250px;
    padding: 25px;
    background: #96B7D8;
}


#content .feature h2{
    padding: 0 0 10px 0;
}


#content .bus{
    background: #96B7D8 url("../images/assets/bus-bg.png") no-repeat 100% 100%;
    padding: 25px 25px 55px 25px;
}


#content .report{
    width: 256px;
    padding: 20px 15px 0 15px;
    border: 7px solid #96B7D8;
    background: #FFF url("../images/assets/icon-report.png") no-repeat 100% 0;
}


#content .report h3{
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px 0;
}

#content .report em{
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    margin: 10px 0 0 0;
    padding: 0;
}

#content .report a{
    color: #4479ab;
    text-decoration: underline;
    font-weight: normal;
}


#content .report a:hover{
    text-decoration: none;
}


#content .news{
    background: #FFF;
}

#content .news .item{
    width: 270px;
    padding: 15px 15px 0px 15px;
    border-bottom: 1px solid #D8D8D8;
}

#content .news .item img{
    display: block;
    padding: 0 0 15px 0;
    width: 100%;
    height: auto;
}


#content .news .item h5,
#content .news .item em{
    font-weight: bold;
    color: #a50505;
    font-style: normal;
}

#content .news .item h5{
    padding: 0 0 4px 0;
}


#content .nav h3{
    font-size: 18px;
    padding: 16px 0 20px 0;
}


#content .nav ul,
#content .nav ul li,
#content .nav ul li a{
    float: left;
    width: 300px;
}

#content .nav ul li a{
    margin: 0 0 10px 0;
    padding: 13px 50px 13px 18px;
    width: 215px;
    border-left: 17px solid #0E377F;
    font-weight: 400;
    font-size: 16px;
    background: #FFF url("../images/assets/arrow-grey-new.png") no-repeat 100% 0;
}


#content .nav ul li a:hover,
#content .nav ul li.here a,
#content .nav ul li.parent-here a{
    text-decoration: none;
    background-color: #BBBBBB;
    border-color: #BB2521;
    background-position: 100% -150px;
}


#content .entry{
    float: left;
    width: 300px;
    margin: 0 0 20px 0;
    clear: left;
}

#content .month-block .entry:nth-of-type(even){
    float: right;
    clear: none;
}

#content .newEvents	.entry{
    width: 100%;
    border-bottom: 1px solid #c8c7c7;
    margin: 0 0 10px 0;
}


#content .newEvents	.entry .author{
    color: #12397d;
}




#content .entry h3{
    font-size: 15px;
    padding: 0 0 0px 0;
}

#content .entry h4,
#content .eventDate{
    font-size: 19px;
    margin: 0;
    padding: 0;
}


#content .entry h4 span,
#content .eventDate span{
    font-size: 54px;
    font-weight: 700;
}


#content .entry img{
    margin-right:  20px;
}

#content .col2 .entry img{
    margin-right:  0px;
}


#content .text em,
#content .entry em{
    font-style: normal;
    color: #12397d;
}


#content p.author{
    padding: 0;
}

#content .entry p a{
    color: #b92727;
}

#content .entry .call,
#content .summary .call{
    color: #a50505;
    font-weight: 700;
    border-top: 1px solid #B3B3B1;
    border-bottom: 1px solid #B3B3B1;
    padding: 10px 0;
    background: url("../images/assets/call-bg.png") no-repeat 100% 50%;
}


#content .entry .noIcon,
#content .summary .noIcon{
    background: none;
}


#content .summary{
    float: right;
    width: 300px;
}

#content .bio{
    float: left;
    width: 100%;
}

#content .form{
    float: left;
    width: 250px;
    padding: 30px 25px 10px 25px;
    background: #FFF url("../images/assets/form-bg.png") no-repeat 100% 0;
}

#eventform form{
    float: left;
    width: 90%;
    padding: 30px 5% 30px 5%;
    background: #FFF;
}

#content .form h3{
    font-size: 27px;
    line-height: 1.2em;
    padding: 0 0 20px 0;
}

#content #eventform form h2{
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 0 0px 0;
}

#content .form .field,
#content .form .upload,
#content .form .send{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}


#content .form .field label{
    position: absolute;
    left: -9999px;
}


#content .form .field input,
#content .form .field textarea,
#content #eventform form .unit input,
#content #eventform form .unit textarea{
    float: left;
    width: 214px;
    padding: 5px 17px;
    border: 1px solid #D1D1D1;
    color: 626161;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #EbEbEb;
}

#content #eventform form .unit input[type=text],
#content #eventform form .unit textarea{
    width: 96%;
    padding: 5px 2%;
}


#content #eventform form ul{
    float: left;
    width: 100%;
    margin: -20px 0 10px 0;
    padding: 0;
}

#content #eventform form li{
    float: left;
    width: 100%;
    list-style: none;
    margin:0;
    padding: 0 0 10px 0;
    position: relative;
}

#content #eventform form li input[type=checkbox]{
}

#content #eventform form li input{
    float: left;
    margin :4px 0  0 0;
    padding: 0;
    width: auto !important;
}

#content #eventform form li label{
    float: right;
    width: 95%;
    margin:0;
    padding: 0;
}

#content .form .upload{
    font-size: 12px;
}

#content .form .note{
    padding: 0 0 5px 0;
}

#content .form .note em{
    font-size: 12px;
    color: #12397d;
    font-style: normal;
}

#content .form .send{
    margin: 10px 0 20px 0;
}

#content .form .send input,
#content #eventform form input[type=submit]{
    background: #BB2521;
    color: #FFF;
    border: none;
    padding: 8px 17px;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#content #eventform form input[type=submit]{
    width: 100px;
    margin-top: 15px;
}

#content #eventform form img{
    width: auto !important;
    height: auto !important;
    margin: -10px 20px 5px 0;
}

#content #eventform form input[name="captcha"]{
    margin: -10px 0 0 0;
}

#content #eventform form br{
    display:none;
}

#content .back{
    position: absolute;
    top: 16px;
    right: 0;
}

#content .back a{
    font-size: 18px;
    font-weight: 400;
    color: #0E377F;
}


#content .meetings{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}


#content .meetings dt{
    float: left;
    width: 100%;
    font-size: 24px;
    padding: 0 0 10px 0;
}

#content .meetings dd{
    float: left;
    width: 120px;
    padding: 10px;
    margin: 0 10px 0 0;
    min-height: 60px;
    background: #fff;
}

#content .meetings dd a{
    color: #b92727;
}


#content .archive .meetings dt{
    float: left;
    width: 100%;
    font-size: 24px;
    padding: 0 0 10px 0;
}

#content .archive .meetings dd{
    float: left;
    width: 49%;
    padding: 15px 20px;
    margin: 0 0 2% 0;
    min-height: 60px;
    background: #fff;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    clear: right;
}


#content .archive .meetings dd.right{
    float: right;
    clear: none;
}

#content .archive .meetings dd strong{
    font-size: 18px;
}

#content .archive .meetings dd a{
    color: #353434;
    font-size: 16px;
    font-weight: normal;
}

#content .archive .meetings dd a:hover,
#content .archive .meetings dd a i{
    color: #b92727;
    text-decoration: none;
}

#content .archive #refine{
    float: left;
    width: 100%;
    padding: 30px 0;
}

#content .archive #refine h3{
    float: left;
    width: 16%;
    font-weight: normal;
}

#content .archive #refine dl{
    float: left;
    width: 41%;
    margin: -5px 0 0 1%;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
}


#content .archive #refine dl dt,
#content .archive #refine dl dd{
    float: left;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    cursor:pointer;
}

#content .archive #refine dl dt{
    height: 40px;
    border: 1px solid #d2d2d2;
}

#content .archive #refine dl dt em{
    color: #333;
}

#content .archive #refine dl span{
    float: left;
    width: 100%;
    position: absolute;
    top: 39px;
    left: -9999px;
    border: 1px solid #d2d2d2;
    border-top: none;
    background: #FFF;
    box-sizing: border-box;
    z-index: 100;
}

#content .archive #refine dl.open span{
    left: 0;
}


#content .archive #refine dl dt i{
    float: right;
    color: #d2d2d2;
    font-size: 18px;
}

#content .archive #refine dl:hover dt{
    background: #f3f3f3;
}

#content .archive #refine dl:hover dt i{
    color: #CCC;
}

#content .archive #refine dl dd:hover,
#content .archive #refine dl dd.here{
    color: #b92727;
}

#content .month{
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
}



.colLeft,
.colRight{
    float: left;
    width: 300px;
}

.colRight{
    float: right;
    margin-top: 62px;
}


#paginate{
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 20px 0 0 0;
}

#paginate ul{
    float: right;
}


#paginate ul li,
#paginate ul strong{
    float: left;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #FFF;
    margin: 0 0 0 10px !important;
    color: #686869;
    list-style: none !important;
}


#paginate ul li.active{
    background: #BB2521;
    color: #FFF !important;
}

#paginate ul li.active a {
    color: #FFF !important;
}


#paginate ul li a:hover{
    text-decoration: none;
}



#content .contacts{
    padding-top: 61px;
}


#content .contacts p{
    padding: 0 0 15px 0;
}

#content .contacts img{
    float: none;
    border: none;
    width: auto !important;
}

#content .contacts p em{
    color: #a50505;
    font-weight: 700;
    font-size: 20px;
    padding-left: 25px;
    margin-left: -25px;
    background: url("../images/assets/icon-telephone.png") no-repeat 0 50%;
}


#contactForm{
    float: left;
    width: 575px;
    padding: 20px 20px 0px 20px;
    border: 7px solid #96B7D8;
    background: #F3F3F3 url("../images/assets/icon-report.png") no-repeat 100% 0;
}


#contactForm p.agree{
    padding-bottom: 20px !important;
}


#contactForm label{
    position: absolute;
    left: -9999px;
}


#contactForm .field,
#contactForm .textarea,
#contactForm .send{
    float: left;
    width: 278px;
    padding: 0;
    margin: 0;
}


#contactForm .send{
    width: 304px;
}

#contactForm .wide{
    width: 575px;
    min-height:170px;
    height:auto !important;
    height:170px;
}


#contactForm .field input{
    float: left;
    width: 90%;
    padding: 10px 5%;
    margin: 0 0 0 0;
    border: none;
    background: #FFF;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
}


#contactForm .textarea textarea{
    float: left;
    width: 90%;
    height: 82px;
    padding: 10px 5%;
    margin: 0 0 0 0;
    border: none;
    background: #FFF;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
}

#contactForm .wide textarea{
    width: 95%;
    padding: 10px 2.5%;
    min-height:150px;
    height:auto !important;
    height:150px;
}


#contactForm .send input{
    float: left;
    width: 100%;
    padding: 10px 5%;
    margin: 0 0 0 0;
    border: none;
    background: #0E377F url("../images/assets/arrow-blue.png") no-repeat 100% 50%;
    color: #FFF;
    border: none;
    text-align: left;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
}

#contactForm .right{
    float: right;
    width: 278px;
}


#content #gmap{
    float: left;
    width: 611px;
    height: 302px;
    margin: 0 0 25px 0;
    border: 9px solid #FFF !important;
}


#content #map img{
    float: none;
    margin: 0 0 0 0;
    border: none;
    width: auto !important;
}


#sideBar{
    float: right;
    width: 300px;
    margin: 0 3px 0 0;
}


#sideBar.padded{
    padding-top: 61px;
}

#sideBar.home{
    margin-top: -90px;
}


/*--- footer ---*/

#footer{
    padding: 4px 0 24px 0;
    border-top: 3px solid #DBDADA;
    background: #F3F3F3;
    color: #343434;
}


#footer h4{
    font-size: 18px;
    padding: 20px 0 15px 0;
}


#footer p{
    padding: 0 0 10px 0;
    line-height: 1.6em;
}


#footer ul{
    float: left;
    width: 96%;
}

#footer ul li,
#footer ul li a{
    float: left;
    width: 100%;
}

#footer ul li a{
    padding: 10px 0;
    border-top: 1px solid #ACACAC;
    background: url("../images/assets/arrow-grey2.png") no-repeat 100% 50%;
}

#footer ul li.first a{
    border-top: none;
}


#footer em{
    font-weight: bold;
    color: #a50505;
    font-style: normal;
}

#footer .contact a{
    color: #4479ab;
    color: #305578; 
    text-decoration: underline;
    font-weight: normal;
}


#footer .contact a:hover{
    text-decoration: none;
}


#footer a{
    color: #343434;
    color: #305578; 
    text-decoration: underline;
}

#footer a:hover{
    text-decoration: none;
}

#footer .col{
    float: left;
    width: 300px;
}


#footer .left{
    float: left;
    width: 629px;
}


#footer .right{
    float: right;
}


#footer .boxed{
    width: 256px;
    padding: 0px 15px 0 20px;
    margin: 20px 0 0 0;
    border: 7px solid #D4D3D3;
}


#footer .boxed h4{
    padding: 15px 0 15px 0;
}

#footer .boxed form input{
    float: left;
    width: 236px;
    max-width: 100%;
    margin: 10px 0 0px 0;
    border: 1px solid black;
    padding: 5px;
    box-sizing: border-box;
    background: #FFF;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
}


#footer .boxed form button#mc-embedded-subscribe{
    background: #96B7D8;
    margin: 15px 0 20px 0;
    color: #000;
    font-weight: 700;
    width: 256px;
    text-align: left;
    max-width: 100%;
}


#footer p#terms{
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}


#footer p#terms a.designer{
    text-decoration: underline;
}


#footer p#terms a.designer:hover{
    text-decoration: underline;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

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


    .inner{
        width: 740px;
    }


    #header #logo img{
        width: 400px;
        margin: 10px 0;
    }

    #navigation li a{
        font-size: 14px;
    }

    #navigation li#nav-sub-home a{width:53px;}
    #navigation li#nav-sub-town-council a{width:108px;}
    #navigation li#nav-sub-town-information a{width:134px;}
    #navigation li#nav-sub-news a{width:53px;}
    #navigation li#nav-sub-events a{width:60px;}
    #navigation li#nav-sub-town-action-plan a{width:129px;}
    #navigation li#nav-sub-contact-us a{width:83px;}
    #navigation li#nav-sub-town-projects a{width:120px;}




    #navigation li ul{
        position: absolute;
        width: 280px;
        top: 44px;
        padding: 10px 0 30px 0;
        left: -9999px;
        z-index: 1000;
        background: url("../images/assets/dropdown-bg.png");
        border-bottom: 7px solid #BB2521;
    }


    #navigation li#nav-sub-town-information > ul{
        width: 530px !important;
    }


    #navigation li ul li{
        width: 210px;
        padding: 0 0 0 35px;
        height: auto !important;
        line-height: 1em !important;
    }


    #mainContent{
        width: 355px;
    }

    #content .text h1.pageTitle{
        padding: 0 50px 20px 0;
    }


    #content .text .back{
        top: 6px;
    }

    #content .text .back span{
        display: none;
    }

    #content .col,
    #content .col2{
        width: 355px;
    }

    #content .feature{
        width: 305px;
    }

    #content .report{
        width: 311px;
        position: absolute;
        bottom: 0;
        right: 3px;
    }

    #content .news .item{
        width: 325px;
    }

    #content .nav ul,
    #content .nav ul li,
    #content .nav ul li a{
        float: left;
        width: 355px;
    }

    #content .nav ul li a{
        width: 270px;
    }






    #content .form{
        width: 305px;
    }

    #content .form .field input,
    #content .form .field textarea{
        width: 269px;
    }

    #content #eventform form li label{
        float: right;
        width: 90%;
        margin:0;
        padding: 0;
    }

    #contactForm{
        width: 300px;
    }

    #contactForm .field,
    #contactForm .textarea,
    #contactForm .send{
        width: 300px;
    }

    #contactForm .send,
    #contactForm .wide{
        width: 300px;
    }

    #contactForm .right{
        width: 300px;
    }

    #content #gmap{
        width: 337px;
        height: 340px;
    }

    .colLeft,
    .colRight{
        width: 355px;
    }

    .colRight{
        margin-top: 0px;
    }

    #content .text img{
        width: 337px !important;
    }




    #content .text img.articleImage{
        width: 337px !important;
    }



    #content .entry{
        margin: 0 0 30px 0;
        width: 355px;
    }


    #content .rightEntry{
        float: left;
    }

    #content .back a{
        font-size: 12px !important;
    }

    #content .contacts{
        padding-top: 31px;
    }

    #content .contacts img{
        width: auto;
    }

    #content .summary{
        float: left;
        width: 355px;
        margin-bottom: 30px;
    }


    #sideBar{
        width: 355px;
        padding-bottom: 210px;
        margin: 0 0 0 0;
    }

    #footer .col{
        width: 355px;
    }

    #footer .left{
        width: 355px;
    }

    #footer .boxed{
        width: 311px;
    }

    #footer .boxed form input{
        width: 291px;
    }

    #footer .boxed form button#mc-embedded-subscribe{
        float: right;
        width: auto;
        width: 145px;
        max-width: 100%;
    }

    #content .contacts img{
        width: auto !important;
    }


    #content #eventform form img{
        margin: -10px 20px 5px 0;
    }

    #content #eventform form input[name="captcha"]{
        margin: 0px 0 0 0;
    }


    #content .archive #refine h3{width: 100%;}
    #content .archive #refine dl{width: 48%;}
    #content .archive dl.meetings dd{width: 100%;}

}

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


    .inner{
        width: 300px;
    }

    #header #logo img{
        width: 300px;
        margin: 10px 0;
    }

    #banner .inner{
        width: 320px;
    }

    #header{
        position: relative;
        z-index: 10000;
    }

    #searchForm{
        display: none;
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 20000 !important;
    }



    #searchForm #keywords{
        position: absolute;
        top: 0;
        left: 0;
        height: 27px !important;
        border: 1px solid #D2D2D2 !important;
        position: relative;
        z-index: 1001;
    }


    #searchForm label{
        display: none;
    }


    #navigation .bg{
        float: left;
        width: 100%;
        min-height: 44px;
        border-top: 2px solid #E8E8E8;
        border-bottom: 2px solid #E8E8E8;
    }

    #navigation{
        position: relative;
        z-index: 100;
        height: auto;
        background: none;
        border-top: 1px solid #D2D2D2;
        border-bottom: 1px solid #D2D2D2;
    }


    #navigation ul{
        display: none;
    }

    #navigation ul li,
    #navigation ul li a{
        float: left;
        background: none;
        width: 100% !important;
    }

    #navigation ul li a{
        border-bottom: 1px solid #D2D2D2;
    }

    #navigation ul li.last a{
        border-bottom: none;
    }


    #navigation li{
        height: auto;
    }


    #navigation li.parent-here ul,
    #navigation li.here ul{
        display: block;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        opacity: 1;
    }


    #navigation li ul{
        float: left;
        position: static !important;
        width: 100% !important;
        top: auto !important;
        padding: 0px 0px 0;
        left: auto !important;
        z-index: 1000;
        background: none;
        border-bottom: 1px solid #D2D2D2;
    }


    #navigation li ul li{
        width: 100% !important;
        padding: 0 0 0 0;
        height: auto !important;
        line-height: auto !important;
    }


    #navigation li ul li a{
        width: 100% !important;
        height: auto !important;
        padding: 10px 0;
        line-height: 1em !important;
        background: none;
        color: #999 !important;
        text-align: center;
        font-weight: normal !important;
        border-bottom: none;
    }


    #navigation li ul li ul li a{
        color: #333 !important;
    }

    #navigation li ul li a:hover,
    #navigation li ul li.here a{
        color: #a50505 !important;
    }

    #navigation li:hover ul{
        left: auto !important;
    }



    #navigation li ul ul{
        display: none !important;
    }

    #navigation li#nav-sub-town-information ul ul{
        display: block !important;
    }


    #navigation li#nav-sub-town-information-town-council-services > a:hover{
        color: #999 !important;
        cursor: default;
    }


    #navigation li#nav-sub-town-information > ul{
        width: 300px !important;
    }


    #navigation .btns{
        display: block;
        float: left;
        cursor: pointer;
    }


    #navigation #btnNav{
        position: absolute;
        top: 11px;
        left: 5px;
        z-index: 100;
    }

    #navigation #btnSearch{
        position: absolute;
        top: 11px;
        right: 5px;
        z-index: 100;
    }


    #mainContent{
        width: 300px;
    }

    #content .box h1,
    #content .box h2,
    #content .text h1,
    #content .text h2{
        font-size: 24px;
    }



    #content .col,
    #content .col2{
        width: 300px;
    }

    #content .feature{
        width: 250px;
    }

    #content .report{
        width: 256px;
        position: relative;
        bottom: 0;
        right: 0px;
        margin-bottom: 30px;
    }

    #content .news .item{
        width: 270px;
    }

    #content .nav ul,
    #content .nav ul li,
    #content .nav ul li a{
        float: left;
        width: 300px;
    }

    #content .nav ul li a{
        width: 265px;
    }

    #content .form{
        width: 250px;
    }

    #content .form .field input,
    #content .form .field textarea{
        width: 214px;
    }


    #contactForm{
        width: 245px;
    }

    #contactForm .field,
    #contactForm .textarea,
    #contactForm .send{
        width: 245px;
    }

    #contactForm .send,
    #contactForm .wide{
        width: 245px;
    }

    #contactForm .right{
        width: 245px;
    }

    #content #gmap{
        width: 282px;
        height: 340px;
    }

    .colLeft,
    .colRight{
        width: 300px;
    }

    .colRight{
        margin-top: 0px;
    }

    #content .text img{
        width: 282px !important;
    }

    #content .text img.articleImage{
        width: 282px !important;
    }

    #content .entry{
        margin: 0 0 30px 0;
        width: 300px;
    }


    #content .back a{
        font-size: 12px !important;
    }

    #content .contacts{
        padding-top: 31px;
    }

    #content .contacts img{
        width: auto !important;
    }

    #sideBar{
        width: 300px;
        padding-bottom: 0px;
    }



    #content .nav ul li a{
        width: 215px;
    }


    #content .summary{
        float: left;
        width: 300px;
        margin-bottom: 30px;
    }


    #sideBar.home{
        margin-top: 0;
    }

    #footer .col{
        width: 300px;
    }

    #footer .left{
        width: 300px;
    }

    #footer .boxed{
        width: 256px;
    }

    #footer .boxed form input{
        width: 236px;
    }

    #footer .boxed form button#mc-embedded-subscribe{
        float: right;
        width: auto;
        width: 145px;
    }

    #footer #terms{
        font-size: 13px;
        line-height: 2em;
    }

    #footer #terms .designer{
        display: block;
    }

    #content .archive #refine dl{width: 100%;margin: 0 0 20px 0;}

}


@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

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

.gallery {
    position: relative;
    background: #f3f3f3;
    max-width: 630px;
    width: 100%;
    border-left: 5px solid white;
    border-right: 5px solid white;
}

#content .text .gallery .slider-nav img{
        width: 100% !important;
        border: none;
        margin-bottom: 0;
           vertical-align: middle;
    display: inline-block;

}

.slider-for{
    padding: 20px;
    border: 5px solid white;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
}

.slider-for .slick-slide{
    text-align: center;

}

#content .text .slider-for .slick-slide{

}

#content .text .slider-for .slick-slide img{
    display: inline-block;
    float: none;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin:0;
}

.slider-nav {
    padding: 0;
    border-bottom: 5px solid white;
}


.slider-nav .slick-slide{
    box-sizing: border-box;

    margin: 5px;
    height: 75px;
    position: relative;

}

 @media only screen and (min-width: 974px){

    .slider-nav .slick-slide{
        height: 120px;

    }
}

.slider-nav .slick-slide img{

    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gallery button{
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.gallery button.slick-disabled{
    opacity: .5;
    cursor: auto;
}

.gallery button.slick-prev{
    left: 0;
    background: #0d377f url('svg/arrow-right.svg') no-repeat;
    background-position: center;

    transform: scaleX(-1) translateY(-50%);
    filter: FlipH;
    -ms-filter: "FlipH";

}
.slick-next{
    right: 0;
    background: #0d377f url('svg/arrow-right.svg') no-repeat;
    background-position: center;
}

#current-slide{
    font-size: 14px;
    padding-bottom: 20px;    
}

.slider-nav.slider{
    background: white;
}

@media only screen and (min-width: 974px){

    #current-slide{
        position: absolute;
        top: 18px;
        right: 0;
    }
}


#mainContent .caption {
    padding-top: 15px;
}

#mainContent .caption p{
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 1.57;
    letter-spacing: normal;
    color: #3c3c3c;
}

#content .form .field label[for="ae-captcha"] {
    position: static;
}