﻿/*
320 & UP
Mobile portrait first stylesheet
Design for a width of 320px first
*/


/* CONTENTS
==================================================
    #Global
    #Header
        - Accessibility
        - Emergency Notices
        - Logo
        - Searchbox
    #Footer
        - Explore
        - Social
        - Switchers
    #Menu
    #Breadcrumb
    #A-Z
    #Main A-Z Pages
    #2 col, 1 col
    #Sidebar
    #Landing Page
    #Events
    #News
    #Homepage
    #Forms
    #Tables
    
    #Mobile (Landscape)
    #iPad (Portrait)
    #iPad (Landscape)
    #Desktops
    #Larger screens


/* GLOBAL 
=========================================== */

/* IMPORT LOCALLY HOSTED ICON FONT FAMILIES */
@import url("/SiteElements/Stylesheets/800-icomoon.css");


    body { 
        font-family: "proxima-nova", Arial, sans-serif;
        font-style:normal;
        font-size:62.5%;
        margin:0;
        background: #FFF;
    }
    p {
        font-size:1.6em;
        line-height:1.6em;
        letter-spacing: 0.01em;
        color:#444;
        margin:10px 0;
    }


    a:focus, span a:focus {
      outline: 2px solid transparent;
      box-shadow: 0 0 0 2px #FF8FBB, 0 0 0 3px #311D35, 0 0 0px 4px #FF8FBB;
  }

     #cludo-search-form input[type="search"]:focus {
    width: 140px!important;
}
  
a.logo:focus, a.logo:active {
		Xbackground: url("/SiteElements/Images/council-logo-white.png") no-repeat!important;
        /*border-bottom: 3px solid #FFFF00 !important;
        outline: medium none !important;*/
         Xoutline:2px solid #ffdd00;
}

.demo {
  opacity:0;
}

.tabs-cemeteries {
  opacity:0;
}


  .demo a:focus {
  outline:3px solid #FF8FBB!important;
  background-color:transparent!important;
  
  }
 .homeheader {
     /*display:none;*/
     text-indent:-100000px;
     height:1px;
     }

.alert-newsline {
    display: none;
    background: #9D0B0E;
    float: left;
    width: 100%;
}     

.alert-newsline a{
    color: #fff!important;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    margin-left: 10px;
}    

.alert-newsline a:hover {
    border-bottom: 1px solid #fff;
}

.alert-newsline a:focus {
    color: #000!important;
    border-bottom: 1px solid #000;
}

.alert-newsline a:after {
    content: "\e7f3";
    font-family: 'icomoon';
    color: #fff;
    margin-left: 8px;
    font-size: 0.7em;
}




.content input[type=text], .content textarea,
.content-fullwidth input[type=text], .content-fullwidth textarea{
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
  -ms-transition: all 0.10s ease-in-out;
  -o-transition: all 0.10s ease-in-out;
  outline: none;
  border: 1px solid #888;
}
 
.content input[type=text]:focus, .content textarea:focus,
.content-fullwidth input[type=text]:focus, .content-fullwidth textarea:focus, 
.content .sys_cms-form-control input[type="tel"]:focus, 
.content .sys_cms-form-control input[type="email"]:focus {
    outline: 2px solid transparent;
      box-shadow: 0 0 0 2px #fec724, 0 0 0 4px #000, 0 0 4px 8px #fec724;
}

.content .sys_cms-form-control textarea, .content .sys_cms-form-control input[type="text"], .content-fullwidth .sys_cms-form-control textarea, .content-fullwidth .sys_cms-form-control input[type="text"] {
	-webkit-appearance: none;
}

    a:hover {
        color:black;
        text-decoration:none;
    }
    
    /* HEADINGS */
    h1, h2, h3, h4, h5, h6 {
        padding:0;
        margin:0;
    }
    h3, h4, h5, h6 {
        color:#333;
    } 
    h1 {
        font-size:3.5em;  
    }
    h2, .sys_theme-simple h2 {
        font-size:2.4em!important;
        margin:35px 0 0!important;
        color:#333!important;
        font-weight:bold!important;
      	clear: left;
    }
    h2 a {
        margin:35px 0 0!important;
        color:#333!important;
        border:none!important;
        cursor:default;
    }
  .landingbox3col h2 a {
    color:#00536A!important;
    cursor:pointer;
     text-decoration:underline;
  }
  .landingbox3col h2 a:hover {
    text-decoration:none;
  }

  .landingbox3col h2 a:focus {
      background: none!important;
      outline: 2px solid #ffdd00;
  }

	.bold-content-kal {
      font-weight: bold;
    }

/* REMOVE H2 MARGIN-TOP IF ITS FIRST ELEMENT IN CONTENT DIV */
.content h2:first-child {
	margin-top:0!important;
}
 
    h3, .sys_theme-simple h3 {
        font-size:2em!important;
      	margin:25px 0 0;
    }
    h4 {
        font-size:1.6em;
      	margin:15px 0 0;
    }
    h5 {
        font-size:1.5em;
        margin:15px 0 0;
    }
    h6 {
        font-size:1.4em;
      	margin:15px 0 0 ;
    }
    blockquote {
    border-left: 10px solid #d2e1f0;
    color: #444;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 30px 0;
    padding: 0 0 0 2%;
    width: 98%;
   }
  blockquote p {
    font-size:1em!important;
  }
    blockquote:before {
        content: "\e7a6";
        color: #d2e1f0;
        font-family: "icomoon";
        font-size: 3em;
        margin: 10px 0 15px;
        width: 100%;
        font-style:normal;
    }
    
    /* MAIN CONTENT BULLETS */
    .content ul, .content-fullwidth ul {
        list-style:square;
        margin:25px 0 25px 25px;
        padding:0;
    }
    .content ol, .content-fullwidth ol {
        margin:25px 0 20px 25px;
        padding:0;
    }
    .content ul li, .content-fullwidth ul li, .content ol li, .content-fullwidth ol li {
        font-size:1.6em;
        color:#444;
        margin-bottom:7px;
        line-height:1.5em;
       /* clear: left;*/
    }
    .content ul li ul, .content-fullwidth ul li ul {
        list-style:none;
    }
    .content ul li ul, .content-fullwidth ul li ul, .content ol li ol, .content-fullwidth ol li ol,
    .content ul li ol, .content-fullwidth ul li ol, .content ol li ul, .content-fullwidth ol li ul {
        padding:0;
        margin:16px 0;
    }        
    .content ol li ol li, .content-fullwidth ol li ol li, .content ul li ol li, 
    .content-fullwidth ul li ol li, .content ul li ul li, .content-fullwidth ul li ul li { 
        font-size:1em;
        padding:0 0 0 20px;
    }
    .content ul li ul li, .content-fullwidth ul li ul li {
        background:url("../../SiteElements/Images/blt-rht@2x.png") no-repeat 3px 8px;
        background-size:8px 5px;
    }    
    .rht {
        float:right;
    }
    .lft {
        float:left;
    }
    .show {
        display:block!important;
    }
    .floatright {
        float: left;
        margin: 26px 0;
        width: 100%;
    }

	.hidespan {
      display: block;
      float:left;
      width:1px;
      height:1px;
      text-indent: -9999px;
    }

/* ICONIZE - PDF/WORD/XL/EMAIL ICONS */

/* MAIN CONTENT WORD DOCS */
.content a[href$='.doc'], .content-fullwidth a[href$='.doc'], .content a[href$='.docx'], .content-fullwidth a[href$='.docx'] {
  	padding: 0 20px 0 0;
    background: transparent url('../../SiteElements/Images/icon-doc.gif') no-repeat right 0;
}
/* MAIN CONTENT EXCEL DOCS */
.content a[href$='.xls'], .content-fullwidth a[href$='.xls'],
.content a[href$='.xlsx'], .content-fullwidth a[href$='.xlsx'] {
	padding: 0 20px 0 0;
	background: transparent url('../../SiteElements/Images/icon-xls.gif') no-repeat right 0;
}

/* MAIN CONTENT CSV DOCS */
.content a[href$='.csv'], .content-fullwidth a[href$='.csv'] {
	padding: 0 20px 0 0;
	background: transparent url('../../SiteElements/Images/icon-xls.gif') no-repeat right 0;
}

/* MAIN CONTENT PDF DOCS */
.content a[href$='.pdf'], .content-fullwidth p a[href$='.pdf'] {
 	padding: 0 20px 0 0;
	background: url('../../SiteElements/Images/icon-pdf.gif') no-repeat right 0;        
}
.content a.imagepdf, .content-fullwidth a.imagepdf {
  background:none!important;
  padding:0!important;
  position:relative;
  float:right;
  border:none;
  margin:20px 0 20px 40px;
}
.content a.imagepdf img, .content-fullwidth a.imagepdf img {
  border:1px solid #F0F3FA;
  margin:0!important;
}

.content a.imagepdf:before, .content-fullwidth a.imagepdf:before {
 	display:none; 
}

/* email */
a[href ^="mailto:"] {
    background: url("../../SiteElements/Images/icon-mailto.gif") no-repeat 2px 2px;
    padding: 0 0 0 25px;
}


/* RELATIONSHIPS */

.relatedpdf ul li a[href$='.pdf'] + span.sys_Size:before {
    content:'(PDF, '
}
.relatedpdf ul li a[href$='.doc'] + span.sys_Size:before, .relatedpdf ul li a[href$='.docx'] + span.sys_Size:before {
    content:'(MS Word Document, '
}
.relatedpdf ul li a[href$='.xls'] + span.sys_Size:before,
.relatedpdf ul li a[href$='.xlsx'] + span.sys_Size:before {
    content:'(MS Excel Document, '
}

.relatedpdf ul li a[href$='.csv'] + span.sys_Size:before {
    content:'(CSV File Document, '
}

.relatedpdf ul li a[href$='.pdf'] + span.sys_Size:after, .relatedpdf ul li a[href$='.doc'] + span.sys_Size:after, .relatedpdf ul li a[href$='.docx'] + span.sys_Size:after, .relatedpdf ul li a[href$='.xls'] + span.sys_Size:after , .relatedpdf ul li a[href$='.csv'] + span.sys_Size:after  {
    content:')'
}


.relatedpdf ul li a[href$='.xls'],
.relatedpdf ul li a[href$='.xlsx'] {
	padding: 0 0 0 22px;
	background: transparent url('../../SiteElements/Images/icon-xls.gif') no-repeat left 0;
}

.relatedpdf ul li a[href$='.csv'] {
	padding: 0 0 0 22px;
	background: transparent url('../../SiteElements/Images/icon-xls.gif') no-repeat left 0;
}

.relatedpdf a[href$='.pdf'] { 
  	padding: 0 0 0 22px;
    background: url("../../SiteElements/Images/icon-pdf.gif") no-repeat left 0;   
}
.relatedpdf a[href$='.doc'], .relatedpdf a[href$='.docx'] {
  	padding: 0 0 0 22px;
    background: transparent url('../../SiteElements/Images/icon-doc.gif') no-repeat left 0;
}


/* use this class to make sure that images won't get iconized */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}


    
    /* HEADER ******************************************************/
    .outer-hdr {  
        background:#221f1f;
        height:134px;
    }
    .hdr {
        height:103px;
        position:relative;
        xmin-width:320px;
    }    

    /* PwU BRAND ******************************************************/

    .pwu-brand {
        width: 100%;
    }
    
    .colour-stripe {
      position: relative;
      width: 100%;
      height: 3px;
      background-image: linear-gradient(90deg, #ff8fbb 25%, #ba85bc 25%, #ba85bc 30%, #fffe49 30%, #fffe49 35%, #ffa428 35%, #ffa428 40%, #00f7b1 40%, #00f7b1 45%, #69adf2 45%, #69adf2 50%, #ff8fbb 50%, #ff8fbb 75%, #ba85bc 75%, #ba85bc 80%, #fffe49 80%, #fffe49 85%, #ffa428 85%, #ffa428 90%, #00f7b1 90%, #00f7b1 95%, #69adf2 95%, #69adf2 100%);
      background-size: 200% 10px;
    }

    /* GOOGLE TRANSLATE ******************************************************/  

    .skiptranslate.goog-te-gadget span {
        display: none;
    }

    #google_translate_element:before {
        content: "\e947";
        font-family: "icomoon";
        float: left;
        color: #fff;
        margin: 0 5px;
        font-size: 1.2em;
      }

    .goog-te-gadget {
        float: left;
        height: 28px;
        color: #221f1f!important;
    }

    .goog-te-combo {
        border: 2px solid #221f1f;
        background: #221f1f;
        font-size: 1.3em!important;
        font-family: "proxima-nova", Arial, sans-serif!important;
        color: #fff;
    }

    
    /* ACCESSIBILITY ************************************************/
    .access {
        margin:0 auto;
        padding:0;
        background: #221f1f;
        font-size: 1.2em;
        height: 30px;
    }
    
    .access span {
        color: #000;
        }
    
    .access a {
        text-decoration:none;
        padding:0 3px;
        color:#FFF;
        font-size:0.8em;
    }
    
    .access a:hover {
        color:white;
        text-decoration: underline;
    }

a.skipLink {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
  }

  a.skipLink:focus, a.skipLink:active {
    color: #000;
    background-color:#fff;
    left: 44%;
    top: auto;
    width: auto;
    height: auto;
    overflow:auto;
    margin: 3px 1%;
    padding: 6px;
    border-radius: 0 0 4px 4px;
    border: 2px solid white;
    text-align:center;
    font-size:1.3em;
    z-index:999;
  }    

/*
     .access #skip a:first-child, .access #skip span {
         display:none;
    }
    .access #skip a {
        color:white;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
    }
    

 .access #skip a:before {
        content: "\e7dd";
        font-family:'icomoon';
        margin-right:3px;
    }   
*/
    .access span.reciteme {
        display:none;
        }
    
    .myaccount-btn {
        background:url('../../SiteElements/Images/icon-btn-arrow@2x.png') no-repeat 96% center #2e4a5a;
        background-size:13px 20px;
        border-bottom: 2px solid #CCCCCC !important;
        color: #fff !important;
        font-size: 1.2em;
        font-weight: bold;
        padding: 20px 40px 20px 20px!important;
        float:left;
        margin:20px 0;
        border-radius: 6px;
        clear:both;
    }
    
    .myaccount-btn:hover {
        background-color:#2b6500!important;
    }

    .myaccount-btn.orange {
        width: 26%;
        height: 30px;
        padding: 40px!important;
        background-color:#f0661a;
    }

     .myaccount-btn.green {
        width: 26%;
        height: 30px;
        padding: 40px!important;
        background-color:#5a7500;
     }

      .myaccount-btn.orange:hover, .myaccount-btn.green:hover {
        background-color:rgb(14, 79, 165)!important;
    }

    .bioh-btn {
        background:url('../../SiteElements/Images/icon-btn-arrow@2x.png') no-repeat 96% center #ffffff;
        background-size: 13px 20px;
        border-bottom: 2px solid #cccccc!important;
        color: #000000 !important;
        font-size: 1.2em;
        padding: 25px 15px!important;
        float:left;
        margin:20px 20px 0 0;
       	width: 33%;
      	text-align: center;
      	text-transform: uppercase;

    }
    .bioh-btn:hover {
        background-color:#f0661a!important;
      	color: #fff!important;
        border-bottom: 2px solid #A6A6A6!important;
    }


   .green-btn {
        background:url('../../SiteElements/Images/icon-btn-arrow@2x.png') no-repeat 96% center #94BD10!important;
        background-size:13px 20px;
        border-bottom: 2px solid #CCCCCC !important;
        color: #FFFFFF !important;
        font-size: 1.2em;
        font-weight: bold;
        padding: 20px 40px 20px 20px!important;
        float:left;
        margin:20px 0;
    }
    .green-btn:hover {
        background-color:#83A50E!important;
    }



.account-access a {
  font-size:1.2em;
  line-height:34px;
  color: #fff!important;
}

    .account-access a:focus {
        color:#fff!important;
        text-decoration: underline;
    }

 .divLogout {font-size:1em;}

    /*.access #skip a:focus, #access #skip a:active {
        font-size:1.4em;
        font-weight:bold;
        background-color:yellow;
        padding:15px;
        position:absolute;
        top:20px;
        left:20px;
        border:5px solid black;
        border-radius:5px; 
        text-indent:0;
        color:#999!important;
    }*/
    .font-sizers {
        display:none;
        border-width: 0px;
        border-style: none;
        border-color: -moz-use-text-color;
        float: right;
        text-decoration: none;
    }
   
    /* LOGO *************************/
    /* RETINA LOGO */
    a.logo {
        display:block;
        float:left;
        width:95px;
        height:50px;
        background: url('../../SiteElements/Images/Council-PwU-logo.svg') no-repeat center;
        background-size:95px 50px;
        margin:9px 0 0 10px;
        text-indent:-9999px;   
        color: #000;   
    }
    /* "NO RETINA IMAGES ALLOWED" - BILL GATES   */
    .ie8 a.logo {
        background: url('../../SiteElements/Images/council-logo-white.png') no-repeat center;
        width:128px;
        height:67px;
    }

    /*
    a.logo:hover {
        opacity: .8;
    }
    */
    
    /* SEARCHBOX ***************************************/
    .searchbox {
        float: right;
        clear: right;
        margin: 7px 10px 0 0;
    }    
    .searchbox legend {
        display:none;
    }
    /* TEXT INPUT */
    .searchbox input[type="text"] {
        background:url('../../SiteElements/Images/mag@2x.png') no-repeat 10px center white;
        background-size: 11px 12px;
        height: 32px;
        line-height: 32px;
        padding: 0 0 0 25px;
        width: 108px;
        margin-right:2px;
        font-family: "proxima-nova",Arial,sans-serif;
        font-size: 1.1em;
        color: #666666;
        border-radius: 3px 0px 0px 3px;
        border-bottom:1px solid #777;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        border:0;
    }
    /* IE FIX */
    .ie8 .searchbox input[type="text"], .ie7 .searchbox input[type="text"] {
      background:url('../../SiteElements/Images/mag.gif') no-repeat 10px center white;
    }

    .searchbox .sys_search-query-control > input:focus {
        background:#ffffff;
        outline: 2px solid#fd0;
        outline-offset: 0px;
        z-index: 5;
    }
    
    /* SUBMIT */
    .searchbox input[type="submit"] {
        background: none repeat scroll 0 0 #DDDDDD;
        border: 0 none;
        border-radius: 0px 3px 3px 0px;
        float: right;
        font-size: 1em;
        font-weight: bold;
        height: 32px;
        line-height: 32px;
        margin: 0 0 0 -6px;
        padding: 0 8px;
     /*   text-transform: uppercase; */
         -webkit-appearance:none;
         color:#555;
    }
    /* IE FIX */
    .ie7 .searchbox input[type="submit"], .ie8 .searchbox input[type="submit"] {
        float:none;
    }
	.ie8 .searchbox input[type="text"] {
  		margin-top:1px;
	}
    .searchbox input[type="submit"]:hover {
        background-color:#97BE10;
        color:black;
        cursor:pointer;
        -webkit-transition: background-color .25s linear;
        transition: background-color .25s linear;
    }

    .searchbox input[type="submit"]:focus {
        outline: 2px solid#fd0;
        outline-offset: 0;
        background:#000;
        color:#fff;
    }
    .searchbox label {
        /* visibility:hidden; */
        xdisplay:none; /* INVALIDATES ACCESSIBILITY ON LABELS */
        text-indent:-9999px;
        float:left;
        color:white;
        font-weight:bold;
        font-size:1.8em;
        background:black;
    }
    ::-webkit-input-placeholder {
        color: #999;
        font-style:italic;    
    }
    :-moz-placeholder {
        color:    #999;
        font-style:italic;
    }
    /* override default arial font for all text inputs */
    .sys_theme-simple .sys_search-query-control input.sys_searchbox   {
        font-family:"proxima-nova";
        margin:none!important;
    }
    .searchbox input[type="submit"] {
        font-family:"proxima-nova", arial, sans-serif;
    }  

    .sys_theme-simple .sys_logon-control .sys_savepasswordpanel label {
        color: #444!important;
        font-size: 1.3em;
    }
    
    iframe {
        border:none;
    }
    
    .iframe600 {
        width:100%;
        height:600px;
    }
    
    .gcalendar {
        width:100%;
        height:500px;
        background:#e5ecf9;
        
    }
    .map_canvas {
        xwidth: 500px;
        xheight: 400px;
      }
    .library-gmap {
        width:100%;
        height:250px;
        margin:0 auto;
    }
	.library-all-map {
        width:100%;
        height:250px;
        margin:0 auto;
    }



/* GMAPS - COMMUNITY ACCESS POINTS */

	.gmap-accesspoints {
      height:300px;
    }

.gm-style-iw {
  font-family:"proxima nova";
  font-size:1em!important;
}
.gm-style-iw h2 {
  margin-top:15px!important; 
  font-size:1.5em!important;
}
.gm-style-iw h2 a {
	color:#005a73!important;
  	text-decoration:none;
  display:inline-block;
  border-bottom:1px solid #ddd!important;
  cursor:pointer;
  margin:0!important;
  transition:all .5s ease;
  
}
.gm-style-iw h2 a:hover {
 color:#000!important;
  border-bottom:1px solid #000!important;
}
.gm-style-iw P {
  font-size:1.2em;
}


    /* Responsive iFrame */
 
    .responsive-iframe-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
     
    .responsive-iframe-container iframe,  
    .vresponsive-iframe-container object, 
    .vresponsive-iframe-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    
    /* RESPONSIVE IMAGES */
    .img150px {
        width:150px!important;
        margin:0 auto!important;
        float:none!important;
    }
    .img150px-fixtop {
        width:150px!important;
        margin:0 auto!important;
        float:none!important;
    }
    .img150pxwrap {
        margin: 20px auto;
        width: 150px;
    }
    .img150pxwrap-fixtop {
        margin: 20px auto;
        width: 150px;
    }    
    
    .img200px {
        width:200px!important;
        margin:0 auto!important;
        float:none!important;
    }
    .img200px-fixtop  {
        width:200px!important;
        margin:0 auto!important;
        float:none!important;
    }    
    .img200pxwrap {
        margin: 20px auto!important;
        width: 200px;
    }
    .img200pxwrap-fixtop {
        margin: 20px auto!important;
        width: 200px;
    }
    
    .img300px {
        width:100%!important;
        height:100%;
        margin:0 auto!important;
        float:none!important;
    }
    .img300px-fixtop {
        width:100%!important;
        height:100%;
        margin:0 auto!important;
        float:none!important;
    }
    .img300pxwrap {
        margin: 20px auto;
        width: 250px;
    }
    .img300pxwrap-fixtop {
        margin: 20px auto;
        width: 250px;
    }

    .image, .image-last  {
      width:80%;
      height:100%;
      margin:20px 10% !important;
      float:none!important;
    }

	.shelteredimages {
    float: left!important;
    padding-bottom: 20px;
    margin: 0 0 20px 10px!important;
    }

 .img-trail {
        margin: 20px 20px;
        width: 350px;
        float: right;
    }
    
    ul.imgstack {
        margin:0 auto;
        list-style:none;
        width:300px;
    }
    ul.imgstack li {
        margin-top:15px;
    }


.imagealtcaption {
  margin: 0 -20px;
}

.imagealtcaption span {
  clear: right;
  float: left;
  font-size: 1.3em;
  font-weight: bold;
  padding: 5px 3% 30px 6%!important;
  width: 96%!important;
  background: #ffffff!important;
}

.imagealtcaption img {
  width: 100%;
  margin: 0!important;
  height:auto;
}

.listicleimg, .listicleimg img {
   width: 100%!important;
   height:100%!important;
   margin:0 auto!important;
}
.listicleimg  {
 margin-top:15px!important; 
  margin-bottom: 10px!important;
}

.listiclenumber {
    display: block;
    float: left;
    margin: 0 4px 0 0;
    padding: 4px;
    height: 45px;
}


.listiclename {
    line-height: 1.3em;
    background: #B1D7E9;
    color: #333333;
  	height: 50px;
  	font-weight:bold;
 	font-size:1.7em!important;
  	margin-top:15px;
    padding: 5px 7px 0 7px;
    clear:both;
    border-bottom: 4px solid #116089;
}


.listiclep {
    background: #fbfbfb;
    padding: 20px;
}



/* TICKLISTS - LISTS WITH TICKS */
.ticklist ul {
   list-style:none;
  margin:10px;  
}
.ticklist ul li {
   position:relative; 
  padding-left:30px;
}

.ticklist ul li:before {
  position: absolute;
  color:#63a015;
  content: "\e7f2";
  font-family:"icomoon";
  left:0;
}  
    
    /* LENSFLAIR SLIDER */
    
    .generic-slider h2, .generic-slider h3{ 
        margin:0!important;
    }
    .generic-slider h2 {
        font-size:1.8em!important;
       padding:20px 15px 5px 15px!important;
    }

	.generic-slider .infoWrap h3 a{
      	color: #222;
      	font-size:0.8em!important;
      	background: none;
      	font-weight: bold;
       padding:10px 15px 5px 15px!important;
    }
	
    .generic-slider p {
        font-size:1.5em!important;
        padding:0 15px 15px 15px!important;
      	color: #555!important;
    }
      .generic-slider .rsDefault.rsHor .rsArrowLeft {
        left:-6px;
    }
    .generic-slider .rsDefault.rsHor .rsArrowRight {
        right:-6px!important;
    }
     .generic-slider .content-slider-bg {
         background-color:white;
         float: left;
    margin-bottom: 30px;
        }
        
.slider-small {
  float:left;
  width:100%;
  margin:20px 0;
}
.slider-small h2 {
  padding:13px 15px 15px 15px !important;
}
.slider-small p {
  float: left;
  margin-top: 0px !important;
}

    .generic-slider .infoWrap {
    	background: white!important;
    }

    .generic-slider div.royalSlider .infoWrap h2{
    	color: #000!important;
    }

        
    .haigh-map {
        width:100%;
    }
    .haigh-map img {
        width:100%;
        height:100%;
    }
    
    
    
    
    /**  FANCYBOX MODAL **/


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
            padding:0!important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background: url('/SiteElements/Images/fancybox-sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/SiteElements/Images/fancybox-loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/SiteElements/Images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/SiteElements/Images/fancybox-overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-inner img {
    width:100%;
    height:100%;
}
.fancybox-inner h3, .fancybox-inner p {
    font-size:1.5em;
}
.fancybox-inner h3 {
    margin:20px 20px 10px 20px;
}
.fancybox-inner p { 
    line-height:1.2em;
    margin:0 20px 20px 20px;
    font-size:1.3em;
}

.fancybox-title-over-wrap {
    display:none;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox {
    display:inline;
}
a.fancybox:after {
    content:'\e9a6';
    font-family:'icomoon';
    margin-left:4px;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background: url('/SiteElements/Images/fancybox-sprite.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background: url('/SiteElements/Images/fancybox-loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


.fancybox-nav {
    width: 60px;       
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

.emergencyimage {
/*  display:none;*/
}
    
     /* EXTERNAL LINK */
    .externallinkhide {
        display: block;
        height: 1px;
        position: absolute;
        text-indent: -99999px;
    }
    

     /* EXTERNAL LINK */
    .newwindowhide {
        display: block;
        height: 1px;
        position: absolute;
        text-indent: -99999px;
    }
    
    /* EMPTY EXTERNAL LINK DEFINITION SO SELECTOR CAN BE FOUND AT ALL IN HYPERLINK PROPERTIES */
    .externallink {
        display:inline;
    }
    
    /* CUSTOM ICONS */
    .externallink:after {
        content: "\e8f1";
        font-family: "icomoon";
        font-size: 1em;
        line-height: 0;
        margin-left: 5px;
    }

    
    .collection-wrap {
        margin:10px 0 30px;
    }
    
    /* SHOW/HIDE */
    .showhide-wrap {
        border-bottom:1px solid #bdccdb!important;
        border-top:1px solid #bdccdb!important;
        margin-left: -4%;
        width: 100% !important;
        padding:0 4%;        
        margin-bottom:30px;
     }
     .showhide-wrap ul {
        margin-top:15px;     
    }
    .showhide-btn {
        display:block;
        text-decoration:none;
        font-size:1.5em;
        padding:15px 0;
        text-decoration:none!important;
        border:none!important;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
        cursor:pointer;
        font-weight:bold;
    }
    .showhide-btn:after {
        content:'\e972';
        float:right;
        font-family:'icomoon';
        color:black;
    }
    
    
    .showhide-btn-active:after {
        content:'\e971';
    }
    .showhide-content {
        display:none;
    }
    .showhide-content-open {
        display:block!important;
    }
    
    .collection-wrap .showhide-wrap {
        margin-bottom:0;
    }
    .showhidecollections h3, .showhidelocalcollection h3 {
        display:none;
    }
    
    
    /* BACK TO TOP */
    .backtotop {
        font-size:1.5em;
        text-decoration:none;
        border:1px solid #005a73!important;
        padding:8px;
        margin:8px 0;
        display:inline-block;
    }
    .backtotop:before {
         content:'\e9b6';
         font-family:'icomoon';
         margin-right:5px;
         font-weight:bold;
    }
    .backtotop:hover, .backtotop:hover:before {
        color:#0096C1;
        border-color:#0096C1!important;
    }
    
    
    /* icon master page styles /tuts/homepage-icons.aspx */
    ul.homepage-icon-wrap {
        list-style:none;
        padding:0;
        margin:0;
    }
    ul.homepage-icon-wrap li {
        float: left;
        margin-right: 1.2%;
        padding: 10px 1% 1% 1%;
        text-align: center;
        width: 11%;
        height:65px;
      background:#e2e8f5;
    }
    ul.homepage-icon-wrap li:before {
        font-size:2.3em;
        margin:10px 0;
    }
    ul.homepage-icon-wrap li span {
        display:block;
        font-family:'proxima nova';
        line-height:1em;
        font-size: 2em;
    }
 ul.homepage-icon-wrap li span + span {
   font-size:0.85em;
 }
    ul.homepage-icon-wrap li:hover {
        background:#333;
        color:white;
        transition:background 0.5s;
    }
    ul.homepage-icon-wrap li:hover:before {
        color:white;
    }
    
    
    /* MENU *********************************************************/
    .nav {
        bottom: 2px;
        clear: both;
        list-style: none outside none;
        padding: 0;
        margin:0;
        position: absolute;
        width: 100%;
    }
    .nav a {
        font-size: 1.3em;
        text-decoration: none;
    }
    .nav li {
        float:left;
        width:20%;
        margin:0;
    }
    .nav li:nth-child(2) {
        xmargin:0 1%;
    }
    .nav li:nth-child(3) {
        xmargin:0 1% 0 0;
    }
    .nav li a {
        color: white;
        display: block;
        padding: 8px 0;
        text-align: center;
       /* text-transform: uppercase;*/
    }
    .nav li a:hover {
        background: #171717;
        border-bottom: 4px solid #ffffff;
        text-decoration: underline;
    }

     .nav li a:focus {
        background-color: #171717!important;
        border-bottom: 4px solid #fff;
        text-decoration: underline;
        color:#fff!important;
        outline: 3px solid #171717;
    }

    .nav-active {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 #fff !important;
        border-color: #0099C6;
        border-image: none;
        color: #221f1f !important;
        border-bottom:4px solid #fff;
        text-decoration: underline;
    }

    .MyAccountnav-active {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 #171717 !important;
        border-color: #0099C6;
        border-image: none;
        color: white !important;
        border-bottom:4px solid #ffffff;
    }

    .nav-link-more {
        color: #97BE10 !important;
        font-style: italic;
        text-shadow:1px 1px 1px #222;
    }
    .nav-link-more:hover {
        box-shadow:none;
    }
    
    
    
    /* FOOTER  *****************************************************************************/
    .ftr {
        clear:both;
        float:left;
        width:100%;
        background-color: #bdc6c9;
    }
    .inner-ftr {
        margin:0 auto;
    }
    
    /* A-Z ***********************************************/
    .atoz-hdr {
        display:none;
    }
    .atoz {
        list-style:none;
        padding:0 2%;
        margin:0;
        width:96%;
        background:#4D585E;
        float:left;
    }
    .atoz li {
        float:left;
        height:50px;
    }
    .atoz li a {
        width:44.9px;
        color:white;
        display:block; 
        text-align:center;
        font-size:1.6em;
        text-decoration:none;
        border: 2px solid transparent;
        font-weight: 700;
        line-height: 3em;
    }

    .atoz li a:hover {
        border: #fff 2px solid;
        border-radius: 6px;
    }

    /* FOOTER BLOCKS *****************************************************************************/

    .footer-block-1 {
        clear:both;
        float:left;
        width:94%;
        margin:40px 3% 30px 3%;
    }

    .footer-block-2 p {
            color:#222;
    }

    .footer-block-2 ul {
        float:left;
        padding:0;
        margin:20px 0 0 0; 
        width:100%;
    }
    .footer-block-2 ul li {
        list-style: none;
    }

    .footer-block-2 a.signup {
        text-align: center;
        text-decoration: none;
        font-size: 1.5em;
        padding: 10px 15px;
        font-weight: bold;
        border: 2px solid #021e31;
        border-radius: 30px;
        color: #021e31;
      }

    .footer-block-2 a.signup:hover {
        border: 2px solid #0054B0;
        color: #ffffff;
        background: #0054B0;
        transition: all .3s ease;
    }        

    .footer-block-2 {
        float:left;
        width:94%;
        margin:0 3% 30px 3%;
    }

    .footer-block-1 ul {
        float:left;
        padding:0;
        margin:10px 19px 0 0px;
    }

    .footer-block-1 ul li {
        padding:5px 0 4px 0;
    }

    .footer-block-1 ul li a {
        text-decoration:none;
        color:#222;
        font-size:1.5em;
        padding:3px 5px;
		margin-left:-5px;
    }
    .footer-block-1 ul li a:hover {
        color:#000;
        text-decoration: underline;
    }

    .footer-block-3 {
        clear:both;
		float:left;
        width:94%;
        margin:0 3% 30px 3%;
    }


  .social-icons {
    float: left;
    margin: 10px 0;
  }
  
  .social-icons ul {
    float: left;
    padding: 0;
  }
  
  .social-icons li {
    display: block;
    float: left;
    margin-right: 11px;
  }

  .social-icons ul li.icon {
    width: 44px;
    height: 44px;
  }

  .social-icons ul li img {
    width: 24px;
    height: 24px;
  }
  
  .social-icons a:before {
      font-family: "icomoon";
      font-size: 2.4em;
      color: #000;
  }
  
  .social-icons a {
      text-decoration: none;
      display: block;
      background: #fff;
      border-radius: 22px;
      padding: 8px;
      border:2px solid transparent;
      color: #000;
      width: 24px;
      height: 24px;
  }

    .social-icons a:hover {
      border: 2px solid #000;
      transition:all .5s ease;
    }
  
  .sm-fb a:before {
      content: "\e9e9";
  }
  
  .social-icons span {
      display: none;
  }
  
  
  .sm-ig a:before {
      content: "\e9ff";
      }
  
  .sm-tw a:before {
      content: ""; 
      background: url('../../SiteElements/Images/Web-icons/twitter-x.png') no-repeat 1px 2px;
        display: block;
      padding: 13px 12px;
      }

    .sm-yt a:before {
        content: "\e99e";
        }
        
    .sm-ln a:before {
        content: "\e9f3";
        }
        

    
    /*
    .atoz li a:focus {
        background-color: transparent!important;
        outline: 3px solid #ffdd00;
        color: #fff!important;
    }*/
    
  
  /* EXPLORE */
    /* EXPLORE */
    .explore, .ie8 .explore {
        clear:both;
        float:left;
        width:94%;
        margin:40px 3% 30px 3%;
    }
    .explore h3, .social-media h3, .explore p, .social-media p, .ratepage h3, .ratepage p {
        padding:0 0 5px 0;
        color:black;
        font-size:1.8em;
  						font-weight:bold;
  						margin:0;
    }
	.ratepage, .ie8 .ratepage {
		clear:both;
		float:left;
        width:94%;
        margin:0 3% 30px 3%;
	}

  .ratepage a {
    text-decoration:none;
    display: inline-block;
  }
.ratepage img {
  border:none;
}
	.ratepage p {
		border-bottom:1px solid #64645e;
		margin-bottom:15px;
	}
    .explore h3 span, .social-media h3 span, .explore p span, .social-media p span, .ratepage p span, .ratepage h3 span {
        font-weight:normal;
        color:#2E3438;
    }
    .explore ul {
        float:left;
        padding:0;
        margin:20px 30px 0 0;
    }
    .explore ul li {
        background-size:8px 5px;
        padding:5px 0 3px 0;
    }
    .ie7 .explore ul li, .ie8 .explore ul li {
         background:url('../../SiteElements/Images/blt-rht.png') no-repeat left 10px;
    }
    .explore ul li a {
        text-decoration:none;
        color:#222;
        font-size:1.5em;
        padding:3px 5px;
		margin-left:-3px;
    }
    .explore ul li a:hover {
        color:#000;
        text-decoration: underline;
    }
    
    /* SOCIAL MEDIA */
    .social-media, .ie8 .social-media {
        float:left;
        width:94%;
        margin:0 3% 30px 3%;
    }
    .social-media ul {
        float:left;
        padding:0;
        margin:20px 0 0 0; 
        width:100%;
    }
    .social-media ul li {
        margin-right:5px;
        float:left;
        width:40px;
        height:40px;
    }
    .social-media ul li a {
        display:block;
        border-radius:5px;
        text-indent:-9999px;
        width:40px;
        height:40px;
        color:black;
        font-size: 2.5em;
        font-weight: bold;

    }
    /* SOCIAL MEDIA ICONS */
    .fb-icon, .twit-icon, .yt-icon, .flickr-icon, .instagram-icon, .linkedin-icon {        
        background-size:40px 80px!important;
        -webkit-tap-highlight-color:none;
    }

    .fb-icon {
        background:url('../../SiteElements/Images/icon-facebook@2x.png') no-repeat;
    }
    .twit-icon {
        background:url('../../SiteElements/Images/icon-twitter@2x.png') no-repeat;
    }
    .yt-icon {
      background:url('../../SiteElements/Images/icon-youtube@2x.png') no-repeat;
    }
    .flickr-icon {
        background:url('../../SiteElements/Images/icon-flickr@2x.png') no-repeat;
    }
    .instagram-icon {
        background:url('../../SiteElements/Images/icon-instagram@2x.png') no-repeat;
    }
 	.linkedin-icon {
        background:url('../../SiteElements/Images/icon-linkedin2x.png') no-repeat;
    }
    .twit-icon:hover, .fb-icon:hover, .flickr-icon:hover, .yt-icon:hover, .instagram-icon:hover, .linkedin-icon:hover, .ie8 .twit-icon:hover, .ie8 .fb-icon:hover, .ie8 .flickr-icon:hover, .ie8 .yt-icon:hover, .ie8 .instagram-icon:hover, .ie8 .linkedin-icon:hover {
        background-position:0 -40px;
    }



    
    /* SOCIAL MEDIA IE FIXES */
    .ie8 .fb-icon {
        background:url('../../SiteElements/Images/icon-facebook.png') no-repeat;
    }
    .ie8 .twit-icon {
        background:url('../../SiteElements/Images/icon-twitter.png') no-repeat;
    }
    .ie8 .yt-icon {
        background:url('../../SiteElements/Images/icon-youtube.png') no-repeat;
    }
    .ie8 .flickr-icon {
        background:url('../../SiteElements/Images/icon-flickr.png') no-repeat;
    }
    .ie8 .instagram-icon {
        background:url('../../SiteElements/Images/icon-instagram.png') no-repeat;
    }
.ie8 .linkedin-icon {
        background:url('../../SiteElements/Images/icon-linkedin.png') no-repeat;
    }
    /*
    .ftr-list-wrap {
        border-top:1px solid #64645e;    
    }
    */
    
    .ftr-floor {
        font-size:1.3em;
        color:#999;
        padding-top:20px;
        padding-left:20px;
        clear:both;
        min-height:80px;
        background:#221f1f;
    }
    ie7 .ftr-floor {
        margin-top:40px;
    }
    .ftr-floor p {
        color:#DCDCDC;
        /*color: #C3C3C3;*/
        font-size: 1em;
    }
    .ftr-floor a {
        padding:0 4px;
        color:#0096C1;
    }
    .inner-ftr ul {
        list-style:none;    
    }
    
    
    
    /* EMERGENCY NOTICE *******************************************/    
    .emergency {
        /* display:none; */
        /* display: block; */
        /* background:#F4ABAF; */
        color: black;        
        float: left;
        height: auto;
        position: relative;
        width: 100%;
        
    }
     .emergency a {
        color:#00485C;
        font-weight: bold;
        border-bottom: 1px dotted#222 !important;
        text-decoration: none;
        }


        
    .emergency h2 {
        color:white!important;
    }
    .emergency-wrapper {
        background:#9D0B0E;
        float: left;
        height: auto;
        margin: 0 auto;
        padding: 0;
        width: 100%;   
    }
    .emer-left{
    	border-bottom: 1px solid #FFFFFF;
        float: left;
        margin: 0 3%;
        width: 94%;
    }
    .emergency-icon {
    	display:none;
    }
    .emergency-title {
    	float: left;
        height: 76px;
        margin: 5px 0;
        padding: 0;    
    }
    .emergency-title h1 {
    	clear: none;
        color: #FFFFFF;
        float: right;
        font-size: 3em;
        font-weight: normal;
        margin: 3px 0 5px;
    }
    .emergency-title span {
    	clear: right;
    	color: #E36164;
    	float: right;
    	font-size: 2.5em;    
    }
    .emer-right{
        border-left:none;
    	clear: none;
        float: left;
        margin: 17px 0;
        padding: 0 3%;
        width: 94%; 
    }
    .emer-right p {
    	color: #FFFFFF;
        margin: 0;
        font-size:1.3em!important;
    }
    
    .alertbanner {
      	clear:both;
        background: none repeat scroll 0 0 #efeeef;
        color: #222 !important;
        float: left;
        font-size: 1em;
        margin:0 0 20px !important;
        padding:2em 3%!important;
        border-bottom:0!important;
        border-top:10px solid black!important;
        width:94%;
        text-decoration:none;
    }

    .alertbanner .landingtest a {
        color: #004C61!important;
    }

     .alertbanner .landingtest a:hover {
        color: #008CB4!important;
    }
 
    .landingpagebanner .alertbanner a {
        color:#222!important;
        font-weight:bold;
        border-bottom: 1px dotted #222!important;
      text-decoration:none;
    }
     .alertbanner a:hover {
        color:#000;
        border-bottom:1px dotted black!important;
    }
    .alertbanner span:nth-child(1) {
        font-size: 1.3em;
        line-height: 1.3em;
    }
    .alertbanner ul {
        margin: 11px 20px 5px 15px;
    }
    .alertbanner ul li {
        color:#444;
        margin-bottom:0;
    }
    
    .alertbanner span.headline {
        display: block;
        font-size: 1.8em !important;
        margin: 0 0 5px 0 !important;
        font-weight:bold;
    }
    
    .banner2col .alertbanner {
        width:88%!important;            
    }

.alertbanner a.icon-clock {
  font-size:1.5em;
}
.alertbanner a.icon-clock:hover {
  color:#008cb4;
  transition:all 0.5s;
}


.alertbanner .icon-clock:before {
  font-weight:normal;
  width:auto!important;
  margin-right:10px;
}

    .noticebox {
      	clear:both;
        background: none repeat scroll 0 0 #dde1e6;
        color: #222 !important;
        float: left;
        font-size: 1em;
        margin:0 0 20px !important;
        padding:2em 3%!important;
        border-bottom:0!important;
        width:94%;
        text-decoration:none;
    }



    /*
    .openregister .alertbanner span.headline::before {
        content:"\e076";
        float: left;
        font-family: 'icomoon';
        font-size: 2.2em;
  						margin:-6px 10px 0 0;
        }
       
      .ie8 .openregister .alertbanner span.headline::before {
      		font-size:5em;
      }
      */
      
      /* GIVE ALERT BANNERS RED BORDER*/
      .alert {
          border-color:#003b71!important;
      }
      
      /* GIVE INFO BANNERS BLUE BORDER*/
      .alertinfo {
          border-color:#0095c3!important;
      }
      
      /* GIVE SUCCESS BANNERS GREEN BORDER*/
      .alertsuccess {
          border-color:#94bd10!important;
      }
      
      .content-fullwidth-homepage .alertbanner,
      .content-fullwidth-homepage-business .alertbanner,
      .content-fullwidth-homepage-council .alertbanner {
          margin-top:5px;
          
      }
      .content-fullwidth {
          margin-bottom:20px;
    }
      
      .content-fullwidth-homepage .alertbanner,
      .content-fullwidth-homepage-business .alertbanner,
      .content-fullwidth-homepage-council .alertbanner {
        margin-bottom:0;
      }
      
      
      .banner-wiganworks {
        background:black;
        width:100%;
        padding:20px 0;
        display:block; 
        border:none!important;
        margin:-10px 0 20px 0;
        }
        .banner-wiganworks img {
            width:100%;
            height:100%;
        }
        .banner-wiganworks img:nth-child(2) {
            display:none;
        }
                
        
    
    
    
    /* BREADCRUMB ****************************************/
    .breadcrumb div {
        float: left;
        font-size: 1.5em;
        line-height: 1.4em;
        list-style: none outside none;
        margin: 20px 0 15px;
        padding: 0;
    }
    .breadcrumb div a.withlink {
        float:left;
        color:#01485B; 
        text-decoration:underline;
        border-bottom:none;
        padding-bottom:0;
        font-weight: 500;
    }
    .breadcrumb div a.withlink:hover {
        color:black;
    }
    .breadcrumb div span.nolink {
        display:none;
       /* float:left;
        color:black; */
    }
    .breadcrumb div span.separator {
        float:left; 
        padding:0 7px;
        color: #333;
    }
    
    
    .imgslider {
        margin:5px auto;
        width:320px;
        clear:both;
    }
    .imgslider .sys_imageslideshowgallery-caption {
        color: #555555;
        font-family: proxima-nova;
        font-size: 1.4em;
        font-weight: bold;
        height: 75px;
        padding: 5px 0;
        width: 290px;
    }
    .imgslider .sys_imageslideshowgallery-description {
        display:none;
    }
	.imgslider .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image {
      top:0!important;
      left:0!important;
    }
.imgslider .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container {
  height:270px!important;
  width:100%!important;
}
.imgslider .sys_theme-simple .sys_imageslideshowgallery-control {
  float:left;
}

.imgslider .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image{
    overflow: visible;
}

.imgslider .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image .ad-image-description {
    top: 200px !important;
    height: 44px;
    background: #fff;
    color: #444444;
}


.imgslider .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-controls {
    height: 28px;
}


.imgslider .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-controls p {
    margin-left: 25px;
    font-size: 1.3em;
}
    
    .imgslider .sys_imagegallery-prev, .imgslider .sys_imagegallery-next {
        width:20px;
        height:56px;
        float:left;
        border:none!important;
        text-indent:-9999px;
    }
    .imgslider .sys_imagegallery-prev:hover, .imgslider .sys_imagegallery-next:hover {
        background-color:#111;   
    }
    .imgslider .sys_itemslist {
        padding:0!important;
        margin:0 0 15px 0!important;
        float:left!important;
    }
    .imgslider .sys_itemslist li {
        margin-right:1px;
        opacity:0.6;
    }
    .imgslider .sys_itemslist .sys_selected {
        opacity:1;
    }
    .imgslider .sys_datarepeatercontrol {
        float:left;
    }
    .imgslider .sys_imagegallery-prev {
        background:url('../../SiteElements/Images/btn-gall-prev.png') no-repeat #444;
        background-size:20px 55px;
        
    }
    .imgslider .sys_imagegallery-next {
        background:url('../../SiteElements/Images/btn-gall-next.png') no-repeat #444;
        background-size:20px 55px;
    }
    
.imgslider .sys_theme-simple .sys_imageslideshowgallery-control .sys_datarepeatercontrol .sys_itemslist {
 width:9000px!important; 
}

	/* INTROCARDS */
	.intro-card {
      background:white;
      float:left;
      text-align:center;
       margin-bottom: 30px;
    padding: 0 2%;
    width: 94%;
    }
.intro-card h2, .intro-card-header h2 {
 	font-size:2em!important;
  margin:20px 20px 0 20px!important;
  padding:0;
}
.intro-card p {
  clear:left;
  margin:15px 20px 20px 20px!important;
}
 .intro-card-image, .intro-card-slider {
   width:300px;
   margin:0 auto 20px auto;
}
.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container {
  height: 180px !important;
    width: 100% !important;
}
.intro-card .ad-image-description {
  margin:0!important;
}

.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image,
.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image img {
  width:300px!important;
  height:180px!important;
}


.intro-card + table {
  clear:both;
}

.intro-card .sys_theme-simple .sys_imageslideshowgallery-control {
  width:100%!important;
}
.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshownav-control {
  overflow:hidden;
  margin:0!important;
}
.intro-card .ad-slideshow-start, .intro-card .ad-slideshow-stop {
  font-size:1.2em;
   text-decoration:underline;
}
.intro-card .ad-slideshow-countdown {
  font-size:1.2em;
}

.intro-card .ad-slideshow-running .ad-slideshow-start {
 font-weight: bold;
  text-decoration:none;
}

.intro-card .sys_imageslideshowgallery-info {
 font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 20px 10px !important;
}
.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshownav-control .sys_datarepeatercontrol {
  width:237px!important;
  margin:0 30px!important;
}
.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .ad-back {
  left:8px;
}
.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .ad-forward {
  right:8px;
}
.intro-card .ad-image {
  top:0!important;
  left:0!important;
}

.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-next,
.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-prev {
  height:180px!important;
}

    /*
    CLEAR THE NEXT PARAGRAPH AFTER THE WEB CONTROL */
    .imgslider + p {
        clear:both;
        padding-top:20px;
    }
    
    /* MODIFIED SIMPLE THEME FOR IMAGE SLIDESHOW GALLERY */
    .sys_theme-simple .sys_imageslideshowgallery-control {
        width:320px!important;
        background:#444444!important;
    }
    
    .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container {
        padding:0!important;
    }
    .sys_theme-simple a.sys_imagegallery-prev, .sys_theme-simple a.sys_imagegallery-next {
        width:25px!important;
        height:56px!important;
        background-size:24px 32px;
        margin:0px 0 7px !important;
    }
    .sys_theme-simple a.sys_imagegallery-prev:before {
        
    }
    .sys_theme-simple .sys_imageslideshowgallery-control .sys_datarepeatercontrol {
        width:246px!important;
    }
    .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshownav-control ul li.sys_subitem a {
        border:none!important;
    }
    
.sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-title, .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-caption {
    height: auto!important;
    padding: 11px 10px!important;
    position: static!important;
    width: 280px!important;
    line-height:1.2em;
}

.sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshownav-control {
    margin: 0 0 0 27px!important;
}
    
    

    /**************** MAIN A-Z PAGES ****************/
    
    /* A-Z CONTROL */
    .atoz-control .sys_itemslist {
        clear:both;
    }
    .atoz-control .sys_atoz-control {
        clear: both;
        float: left;
        width: 100%;
    }
    .atoz-control .sys_atoz-control ul {
        list-style:none;
        margin:0 0 30px 0;
        width:94%;
        background:#3B4043;
        float:left;
        border-radius:3px;
        padding:0 3%;        
    }
    .atoz-control .sys_atoz-control li {
        border-bottom: 5px solid #3B4043;
        color: #ddd;
        float: left;
        font-size: 1.9em;
        font-weight: bold;
        height: 45px;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
        width: 34px;
        margin-bottom:0;
        clear: none;
    }
    .atoz-control .sys_atoz-control li.sys_noresults {
         text-decoration:line-through;
    }
    .atoz-control .sys_atoz-control li a {
        border-bottom: none;
        color: #FFFFFF;
        display: block;
        padding: 0 5px !important;
        text-decoration: none;
    }
    .atoz-control .sys_atoz-control li a:hover {
        background-color:#fff;
        color:#333;
    }
    .atoz-control .sys_selected {
        border-bottom:5px solid #fff!important;
    }
    .atoz-control .sys_selected a {
        color:#fff!important;
    }
    .atoz-control .sys_selected a:hover {
        cursor:default;
        background:#3B4043!important;        
    }

    .atoz-control .sys_selected a:focus {
        cursor:default;
        background:#3B4043!important;        
    }

    /* NUMBERS */
    .atoz-control .sys_0to9 {
        padding:0 9px;
        border-top:5px solid #949CA5;
    }
    .atoz-control .sys_first {
        border-top:none!important;
    }
    .atoz-control .sys_subitem {
        border-bottom: 1px solid #bdccdb;
        border-top: 1px solid white;
        padding: 12px 7px;
      position:relative;
    }
    /* MAIN HEADING */
    .atoz-control .sys_atoz_heading {
        border-bottom: 5px solid #bdccdb;
        font-size: 5em;
        margin-bottom: 40px;
        padding-left:7px;
    }
    /* A-Z EXTERNAL LINK */
    .atoz-control .sys_external-site-title {
        font-size:1.3em;
        font-style:italic;
        float:left;
        margin-bottom:10px;
        color:#888;
        clear:left;
    }
    .atoz-control h2 {
        margin:3px 0 0 0!important;
    }
    /* A-Z HEADING LINK */
    .atoz-control h2.sys_subitem-heading a {
        border-bottom: medium none;
    color: #005A73 !important;
    cursor: pointer;
    float: left;
    font-size: 0.8em !important;
    margin:0 0 3px 0!important;
    text-decoration: none;
    }
    /*
    .atoz-control h3.sys_subitem-heading a:hover {
        color:black!important;
    }
    */
    /* A-Z DESCRIPTION */
    .atoz-control .sys_description {
        font-size:1.5em;
        clear:both;
        color:#333;
    }
        /* A-Z DESCRIPTION */
    .atoz-control .sys_generic_list-description {
        font-size:1.5em;
        clear:both!important;
        color:#333;
    }
        /* NAVIGATION/PAGINATION LINKS */
    .atoz-control .sys_navigation, .search-results-wrap .sys_navigation, .news-list-wrap .sys_navigation, .lwfg-blog-wrap .sys_navigation {
        padding-top:35px;
        text-align:center;
        font-size:1.4em;
        clear:both;
    }
    
    .atoz-control .sys_navigation span.sys_selected ,
    .search-results-wrap .sys_navigation span.sys_selected ,
    .news-list-wrap .sys_navigation span.sys_selected,
	.lwfg-blog-wrap .sys_navigation span.sys_selected {
        padding:0 5px;
        font-weight:bold;
    }
    
    
    .atoz-control .sys_navigationnext a, .atoz-control .sys_navigationprevious a,
    .search-results-wrap .sys_navigationnext a, .search-results-wrap .sys_navigationprevious a,
    .news-list-wrap .sys_navigationnext a {
        text-decoration:none;
    }
    .atoz-control .sys_page a, .search-results-wrap .sys_page a, .news-list-wrap .sys_page a,
	.lwfg-blog-wrap .sys_page a {
        padding:5px 10px;
        border-radius:2px;
        background:#00485d;
        text-decoration:none;
        border-bottom:none;
        color:white!important
    }
    .atoz-control .sys_page a:hover, .search-results-wrap .sys_page a:hover, .news-list-wrap .sys_page a:hover,
	.lwfg-blog-wrap .sys_page a:hover  {
        background:#0096C1;
    }

    .news-list-wrap .sys_page a:focus {
  color: #fff !important;
}
    .atoz-control .sys_disabled, .search-results-wrap .sys_disabled, .news-list-wrap .sys_disabled, .lwfg-blog-wrap .sys_disabled {
        color:#333;    
    }
    .atoz-control .sys_navigationprevious, .search-results-wrap .sys_navigationprevious, .news-list-wrap .sys_navigationprevious,
	.lwfg-blog-wrap .sys_navigationprevious  {
        margin-right:10px;
    }
    .atoz-control .sys_navigationnext, .search-results-wrap .sys_navigationnext, .news-list-wrap .sys_navigationnext,
	.lwfg-blog-wrap .sys_navigationnext {
        margin-left:10px;
    }

.lwfg-btns {
  margin:40px 5% 5px !important;
}

.sys_subitem.iconwalh {
  padding-right:100px;
  position:relative;
}
.sys_subitem.iconwalh:after {
  content:"\e602";
   font-family: "icomoon";
    font-size: 7em;
    position: absolute;
    right: 20px;
    top: 15px;
  color:#aaa;
}

.sys_subitem.iconihl {
  padding:0 115px 15px 0;
  position:relative;
}

.sys_subitem.iconihl:after {
	background: url("../../SiteElements/Images/logo-ihl.gif");
  	background-size:100%;
    content: "";
    height: 70px;
  	width: 70px;
    position: absolute;
    right: 20px;
    top: 15px;  
}

    .atoz-control .az-wlct {
         background:url('../../SiteElements/Images/az-wlct-logo.png') no-repeat 97% center;
         padding-right:130px;
    }


.sys_subitem.iconhr {
  position:relative;
  padding:0 163px 15px 0;
}
.sys_subitem.iconhr:after {
	background: url("../../SiteElements/Images/logo-hr.png");
  	background-size:100%;
    content: "";
    height: 44px;
  	width: 147px;
    position: absolute;
    right: 20px;
    top: 15px;  
}

.sys_subitem.iconlinc {
  position:relative;
  padding:0 105px 15px 0;
}
.sys_subitem.iconlinc:after {
	background: url("../../SiteElements/Images/logo-linc2-bw.gif");
  	background-size:100%;
    content: "";
    height: 33px;
  	width: 85px;
    position: absolute;
    right: 20px;
    top: 15px;  
}

    /* QUICK STYLES FOR A-Z RSS/ATOM FEEDS - May need more work if we decide we need them */
    .news-list-wrap span.sys_rss-link a, .atoz-control span.sys_atom-link a { color:black; height:20px; line-height:20px; padding:0 7px 0 23px;  background-size:20px 20px;}
    .news-list-wrap span.sys_rss-link a:hover, .atoz-control span.sys_atom-link a:hover { transition:none; }
   	.news-list-wrap span.sys_atom-link a { background: url('/SiteElements/Images/bg-icon-atom@2x.png') no-repeat left;}
    .news-list-wrap span.sys_rss-link a { background: url('/SiteElements/Images/bg-icon-rss@2x.png') no-repeat left;}
    

/* GENERIC LISTING FULL-WIDTH STYLES */
.generic-listing-wrap ul {
  list-style:none;
}
.generic-listing-wrap ul, 
.generic-listing-wrap dd.sys_generic_list-description,
.generic-listing-wrap dd.sys_generic_list-releasedate {
  margin:0;
}
.generic-listing-wrap dd.sys_generic_list-description {
  padding:5px 0;
}
.generic-listing-wrap dd.sys_generic_list-releasedate {
  font-style:italic;
}
.generic-listing-wrap dt.sys_generic_list-description,
.generic-listing-wrap dt.sys_generic_list-releasedate {
  display:none;
}

      
    /* 2 col, 1 col templates **************************/
    .content {
        padding:0 4% 40px 4%;
    }
    .ie8 .content {
        width:96%;
    }
    .content-fullwidth {
        float:left;
        clear:both;
        width:92%!important;
        margin:0 4%!important;
        padding:0 0 40px 0!important;
    }
    .content-fullwidth-homepage {
        width:100%;
        float:left;
        clear:both;
    }
    .content h1, .content-fullwidth h1 {
        padding-bottom:10px;
        margin:0 0 20px;
        clear:both;
        border-bottom:1px solid #bdccdb;
        line-height:1em;
      	float:left;
      width:100%;
    }
    .content p img, .content-fullwidth p img {        
        float: right;
        margin: 20px 0 20px 40px;
    }
    .content a, .content-fullwidth a {
        color:#01485B;
        word-wrap:break-word;
        text-decoration:none;
        border-bottom:1px dotted #01485B;
    }
    .content a:hover, .content-fullwidth a:hover {
        color:#008CB4;
  		border-color:#008CB4;
    }

.MainContentPlaceholder, #L4_FullWidthPlaceholder {
  float:left;
}

#L3_FullWidthPlaceholder {
  float:left;
  width:100%;
}
    .caption {
        position:absolute;
        bottom:0; 
        left:0;
        line-height:1.2em;
        max-width:170px; 
        background-color:#F0F3FA;
        padding:5px 8px 2px 2px; 
        width:auto; 
        font-size:1.3em;
    }
    .summary {
        padding:15px 0;
        margin:23px 15px 40px;
        line-height:1.5em;
        font-size:1.5em;
        font-weight:bold;
        border-bottom:1px solid #bdccdb;
    }
    
    
    
    /* SIDEBAR *********************************************************/
    .ie8 .sidebar {
        width:96%;
    }
    .sidebar {
        padding:35px 4% 5px 4%;
        margin-top:35px;
        border-top:5px solid #bdccdb;
        width:92%;
        clear:both;
        float:left;
    }
    .sidebar h2, .sidebar h3 {
        font-size:1.5em; 
        font-weight:bold;
        margin:0 0 10px 0;
        padding:3px 10px 8px 30px;
        float: none !important;
    }

    .sidebar div ol, .sidebar ul {
        list-style:none;
        padding:0;
        margin:0;
    }
    .sidebar div ol li, .sidebar ul li  {
        background:url('../../SiteElements/Images/blt-rht@2x.png') no-repeat 2px 10px;
        background-size:8px 5px;
    }
    .ie7 .sidebar div ol li, .ie7 .sidebar ul li, .ie8 .sidebar div ol li, .ie8 .sidebar ul li  {
        background:url('../../SiteElements/Images/blt-rht.png') no-repeat 2px 12px; 
    }
    .sidebar div ol li a, .sidebar ul li a {
        display:block;
        padding:5px 0 5px 20px;
        font-size:1.4em;
        color:#00485C;
        text-decoration:none;
        width:auto;
    }
    .sidebar div ol li a:hover, .sidebar ul li a:hover {
        color:black;
    }
    
    
    /* INTERACTIONS */
    .interactions {
      margin-bottom: 40px;
      float:left;
      width:100%;
    }
    
    .populartasks {
        display:none;
        }
    
    .interactions h2, .interactions h3 {
        font-size:1.8em!important;
        border-bottom:none;
        margin: 0 0 3px;
        padding: 8px 0 14px 59px;
    }
    .interactions ol {
        list-style:none;
        margin:0;
        padding:0;
    }
    .interactions ol li {
        width:94%;
        margin:0 3%;
    }
    .interactions ol li a {
        display:block;
        color: white!important;
        padding: 16px 60px 16px 10px !important;
        margin-bottom:10px;
        background:url('../../SiteElements/Images/icon-btn-arrow@2x.png') no-repeat 96% center;
        background-size:13px 20px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        text-decoration:none;
        background-color: #0054B0!important;
    }
    .interactions ol li a:hover {
        transition:none;
    }
     .interactions ol li a:active {
         background-color:#2A6500!important;
         border:0!important;
    }
    .interactions ol li span.sys_Size {
        color:#ffffff;
        display:block;
        text-shadow:none;
        float:right;
        margin:-42px 30px 0 -5px;  
        background:#2E4A59;
        padding:2px;
        border-radius:3px;	
    }
     .apply-button, .applypdf-button, .report-button, .reportpdf-button, .pay-button , .book-button, .sayit-button, .toptask-button, .relatedReturntopage {
        background:none;
        margin-bottom:10px!important;
        background: #fff;
        padding:5px;
        border:1px solid #BDCCDB;
    }
    .report-button h2,  .reportpdf-button h2, .report-button h3,  .reportpdf-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-report@2x.png') no-repeat 15px 2px;
        background-size:36px 33px;
    }
    .apply-button h2, .applypdf-button h2, .apply-button h3, .applypdf-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-apply@2x.png') no-repeat 15px 2px;
        background-size:36px 33px;
    }
    .pay-button h2, .pay-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-pay@2x.png') no-repeat 15px 5px;
        background-size:36px 33px;
    }
    .request-button h2, .request-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-request@2x.png') no-repeat 15px 2px;
        background-size:36px 33px;
    }
    .book-button h2, .book-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-book@2x.png') no-repeat 15px 2px;
        background-size:36px 33px;
    }
    .sayit-button h2, .sayit-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-say@2x.png') no-repeat 15px 2px;
        background-size:36px 33px;
    }
    .toptask-button h3, .toptask-button h3 {
         background:url('../../SiteElements/Images/icon-interaction-toptask@2x.png') no-repeat 15px 2px;
        background-size:36px 33px;
			}
    
    
    
    /* RELATIONSHIPS */
     .relatedpdf, .relatedpage, .relatedcontact, .relatedlinks, .relatedAddThis, .inthissection {
        margin-bottom:10px;  
        border:1px solid #B9D9F9;
        background: #fff;
    }
    .relatedcontact {
        font-size:1.5em;
    }
    .relatedcontact ul {
        margin-bottom:10px;
    }
    
    .relatedcontact ul li {
        background:none!important;
    }
    .relatedcontact ul li a {
        padding-left:0!important;
        color:#00546B;
    }
     .relatedcontact ul li a[href$='ContactEmail']:before {
         content: "\e789";
        font-family: icomoon;
        margin:0 5px;
    }
    
    .relatedcontact ul li a[href$='ContactTelephone']:before {
        content: "\e787";
        font-family: icomoon;
        margin:0 5px;
    }
    
    .relatedcontact ul li a[href$='ContactAddress']:before {
        content: "\e78a";
        font-family: icomoon;
        margin:0 5px;
    }

    .relatedcontact ul li a.ContactEmail:before {
        content: "\e789";
        font-family: icomoon;
        margin: 0 5px;
    }
    
    .relatedcontact h4 {
        border-bottom: 1px solid #DDDDDD;
        font-size: 1em;
        padding: 6px 0 5px;
        margin-bottom:15px;        
    }
    .relatedcontact a {
        font-size:1em!important;
    }
    .relatedAddThis, .relatedReturntopage {
        padding:15px;
    }
    .inthissection {
        padding-bottom:10px;
    }

    /*
    .inthissection h2 {
        border-bottom: 2px solid #BDCCDB;
    	margin: 0 0 15px!important;
    	padding: 10px 10px 15px 31px;
        background:url('../../SiteElements/Images/icon-sidebar-section@2x.png') no-repeat left 16px;
        background-size:24px 15px;
  		color: #222;
  		font-size:2.4em;
    } */

   .inthissection h2 {
    	margin: 0 0 15px!important;
    	padding: 14px 0 15px 20px;
  		color: #171717!important;
  		font-size:2.1em!important;
        background-color: #B9D9F9;
    }

    .inthissection ul {
        margin:10px 0;  
        padding:15px;
    }

     .inthissection ul li {
        background-position:2px 9px!important;
    }
    .inthissection ul li a {
        padding:3px 6px 7px 20px;
    }

    /* in this section menu active state */
    .inthissection .sys_selected, .inthissection .sys_currentitem {
        margin:4px -15px 4px -15px!important;
        background:#E1EFFD;
  		padding:8px 0 8px 15px;
  }
    .inthissection ul li div.sys_selected a {
        color:black!important;
        font-weight:bold;
    }
    .inthissection .sys_selected:hover, .inthissection .sys_currentitem:hover {
        cursor:default!important;
    }
    .relatedcontact h2,  .relatedcontact h3 {
        font-size:1.3em!important;
  		color: #171717;
  		margin:0 0 15px!important;
  		padding:14px 0 15px 20px;
        background-color: #B9D9F9;
    }

    .relatedcontact ul {
        margin:10px 0; 
        padding:15px; 
    }


    .relatedReturntopage h2,  .relatedReturntopage h3 {
        background:url('../../SiteElements/Images/icon-sidebar-return@2x.png') no-repeat left 3px;
        background-size:18px 17px;
  		color:#222;
  		font-size:1.8em;
     	margin: 0 0 15px !important;
		padding: 0px 0 15px 30px;
		border-bottom: 2px solid #BDCCDB;
    }
    .ie8 .relatedReturntopage h2,  .ie8 .relatedReturntopage h3 {
        background:url('../../SiteElements/Images/icon-sidebar-return.png') no-repeat left 0;
        background-size:18px 17px;
    }
    
    .relatedReturntopage a {
        font-size:1.5em;
        color:#00485C;
     	display: block;
		padding: 5px 0 5px 20px;
    }
    
    
    .ie8 .relatedcontact h2, .ie8 .relatedcontact h3 {
        background:url('../../SiteElements/Images/icon-sidebar-contact.png') no-repeat left 0;
    }

    /*
    .relatedpdf h2, .relatedpdf h3 { DELETE THIS TEXT WHEN YOUVE INSERTED A RETINA ICON 
       background:url('../../SiteElements/Images/icon-sidebar-docs@2x.png') no-repeat left 20px;
       background-size:20px 23px;
  		padding:20px 0 15px 30px;
  		border-bottom: 2px solid #BDCCDB;
    	margin:0 0 15px 0;
    	padding: 20px 0 15px 30px;
  	    color:#222;
    }
    */

    .relatedpdf h2, .relatedpdf h3 {
        padding:14px 0 15px 20px;
    	margin:0 0 15px 0;
  	    color:#171717;
        background-color: #B9D9F9;
    }

    .relatedpdf ul {
        margin:10px 0; 
        padding:15px;
    }

    .ie8 .relatedpdf h2, .ie8 .relatedpdf h3 {
       background:url('../../SiteElements/Images/icon-sidebar-docs.png') no-repeat left 0; 
    }
    .relatedpdf ul li {
        padding:7px 0;
        border-bottom:1px solid #ddd;
        background:none!important; /* overide arrow bg on list item to make room for icon */
    }
    .relatedpdf ul li:last-child {
            border:none;
    }
    .relatedpdf ul li span.sys_Size {
        color:#333;
        font-size:1.2em;
        margin-left:20px;
    }

/*
    .relatedpage h2, .relatedpage h3 {
       background:url('../../SiteElements/Images/icon-sidebar-pages@2x.png') no-repeat left 14px;
       background-size:23px 26px;
  		color:#222;
  		margin:0 0 15px;
  		padding:15px 0 15px 32px;
  		border-bottom:2px solid #BDCCDB;
    }
*/

    .relatedpage h2, .relatedpage h3 {
  		color:#171717;
  		margin:0 0 15px;
  		padding:14px 0 15px 20px;
        background-color: #B9D9F9;
    }

    .relatedpage ol {
        margin:10px 0!important; 
        padding:15px!important;
    }

    .ie8 .relatedpage h2, .ie8 .relatedpage h3 {
       background:url('../../SiteElements/Images/icon-sidebar-pages.png') no-repeat left 0;
    }

/*  
    .relatedlinks h2,  .relatedlinks h3 {
       background:url('../../SiteElements/Images/icon-sidebar-links@2x.png') no-repeat left 0;
       background-size:20px 23px;
  	    color:#222;
  	    border-bottom: 2px solid #BDCCDB;
        margin: 10px 0 15px;
        padding: 0 0 15px 28px;
    }
    */

  .relatedlinks h2,  .relatedlinks h3 {
  	    color:#171717;
        margin: 0 0 15px;
        padding: 14px 0 15px 20px;
        background-color: #B9D9F9;
    }

    .relatedlinks ul {
        margin:10px 0; 
        padding:15px;
    }

    .ie8 .relatedlinks h2,  .ie8 .relatedlinks h3 {
       background:url('../../SiteElements/Images/icon-sidebar-links.png') no-repeat left 0;
    }
    .relatedAddThis h2, .relatedAddThis h3 { /* DELETE THIS TEXT WHEN YOUVE INSERTED A RETINA ICON */
       background:url('../../SiteElements/Images/icon-sidebar-share@2x.png') no-repeat 3px 2px;
       background-size:18px 17px;
              }
    .ie8 .relatedAddThis h2,  .ie8 .relatedAddThis h3 {
       background:url('../../SiteElements/Images/icon-sidebar-share.png') no-repeat 3px 2px; 
    }

    /* SHARE */
    .relatedAddThis ul li {
        background:none!important;
          float:left;
    }

    .relatedAddThis ul li a {
        display: block;
        height: 31px;
        margin: 2px;
        overflow: hidden;
        padding: 0 !important;
        width: 32px;
        color:#005A73;
    }
    .relatedAddThis ul li a img {
        border:none;
    }
    
    .relatedAddThis ul li a span {
      float:left;
      height:32px;
      width:32px;
      display:block;
      text-indent:-9999px;
  	display:none;
    }   

    .relatedAddThis ul li a span.share-facebook {background: url("/SiteElements/Images/icon-share-facebook@2x.png") no-repeat scroll 0 0 / 32px 64px transparent;}
    .relatedAddThis ul li a span.share-twitter {background: url("/SiteElements/Images/icon-share-twitter@2x.png") no-repeat scroll 0 0 / 32px 64px transparent!important;}
    .relatedAddThis ul li a span.share-email {background: url("/SiteElements/Images/icon-share-email@2x.png") no-repeat scroll 0 0 / 32px 64px transparent;}
    .relatedAddThis ul li a span.share-print {background: url("/SiteElements/Images/icon-share-print@2x.png") no-repeat scroll 0 0 / 32px 64px transparent;}
    .relatedAddThis ul li a span.share-addthis {background: url("/SiteElements/Images/icon-share-addthis@2x.png") no-repeat scroll 0 0 / 32px 64px transparent;}
    
    
    .ie7 .relatedAddThis ul li a span.share-facebook, .ie8 .relatedAddThis ul li a span.share-facebook {background: url("/SiteElements/Images/icon-share-facebook.png") no-repeat scroll 0 0 / 32px 64px transparent;}
    .ie7 .relatedAddThis ul li a span.share-twitter, .ie8 .relatedAddThis ul li a span.share-twitter {background: url("/SiteElements/Images/icon-share-twitter@2x.png") no-repeat scroll 0 0 / 32px 64px transparent;}
    .ie7 .relatedAddThis ul li a span.share-email, .ie8 .relatedAddThis ul li a span.share-email {background: url("/SiteElements/Images/icon-share-email@2x.png") no-repeat scroll 0 0 / 32px 64px transparent;}
    .ie7 .relatedAddThis ul li a span.share-print, .ie8 .relatedAddThis ul li a span.share-print {background: url("/SiteElements/Images/icon-share-print@2x.png") no-repeat scroll 0 0 / 32px 64px transparent;}
     .ie7 .relatedAddThis ul li a span.share-addthis, .ie8 .relatedAddThis ul li a span.share-addthis {background: url("/SiteElements/Images/icon-share-addthis@2x.png") no-repeat scroll 0 0 / 32px 64px transparent;}
    
    .relatedAddThis ul li a:hover span.share-facebook,
    .relatedAddThis ul li a:hover span.share-twitter,
    .relatedAddThis ul li a:hover span.share-email,
    .relatedAddThis ul li a:hover span.share-print,
    .relatedAddThis ul li a:hover span.share-addthis {
        background-position:0 -32px;
    }
 
 
    /* ADDTHIS */
    .atm-i {
      background: none repeat scroll 0 0 #F0F3FA;
      border: 2px solid #0084AA;
      box-shadow: 1px 1px 5px #0084AA;
    }    
    .atm-f {
      display:none;
    }    
    .atm-s a:hover {
      background-color: #97BE10!important;
    }



    
    /* LANDING PAGE *****************************/
    /* LANDING BOXES */
    ul.landing {
        float:left;
        margin:0;
        padding:0!important;
        list-style:none;
        width:100%;
    }

    ul.landing li {
        clear:both;    
        float:left;
        text-decoration:none;
        padding:0;
        width:100%;
        font-size:1em;
        margin-bottom:0;
    }

    ul.landing li a {    
        display:block;
        text-decoration:none;
        min-height:100px;
        padding:1.5% 1%;
        border-radius:7px;
        color:#0084AA;
        background-position:11px 16px;
        border: 1px solid transparent;
    }

    ul.landing li a:hover, ul.landing li a:active {
        background-color:#E1EFFD!important;
        color:black;
        border: 1px solid transparent;
    }

    .landingicon {
        display:block;
        float:left;
        width:54px;
        height:54px;
        margin:0 10px 10px 0;
    }

    .landingicon {
        background-size:54px 54px;
        background: url('../../SiteElements/Images/icon-template@2x.png') no-repeat center;
        width:54px;
        height:54px;
    }

    .landingtitle {
        display:block; 
        color:#0084AA;
        font-size: 2.2em;
        padding-left:70px;
        margin:7px 0 5px 0;
        line-height:1.1em;
    }

    .landingdesc { 
        color: #444;
        display: block;
        font-size: 1.5em;
        margin-left: 72px;
        line-height:1.3em;
    }
    
    .landing-page-banner {
        background:#212121;
        padding:20px;
        display:none;
    }

    .landing-page-banner h1 {
        color:white;
    }

    .landing-page-banner h2 {
        color:#96BD0E;
    }

    .landingtext {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }

    .landingtext:empty {
        display: none;
    }
    
    /* MORE LINKS */
    /* hide "displaying 1 of _" info*/
    .sys_paginginfo {
        display:none;
    }
    .morelinks {
        width:100%;
        height:200px;
        float:left;
        margin-top:50px;
        padding:0;
    }
    h2.landinghdr {
        font-size:1.8em;
        border-bottom:2px solid #ddd;
  		color:#333;
        padding-bottom:5px;
    }    
    .landing-page-more ul, .homepage-more ul {
        margin-top:30px;    
    }    
    .landing-page-more ul li, .homepage-more ul li {
        float:left;
        width:100%;
        clear: none;
    }

    .landing-page-more ul li {
        clear: none;
    }
    .landing-page-more ul li a, .homepage-more ul li a {
        text-decoration:none;
        line-height:1.7em!important;
    }
    .landing-page-more ul li a:hover {
        Xcolor:black;    
    }

	.pastforwardlist .sys_navigation {
      	font-size: 1.5em;
      	color: #444;
    }

	.pastforwardlist .sys_page a:hover {
         color: #008cb4!important;     
     }
    
    /* LANDING PAGE EXTENDED ***************************/ 
    
    .landing-featured {
        clear: both;
        float: left;
        width:100%;
    }
    .landing-featured h2 {
        display: block;
        font-size: 1.8em!important;
        line-height: 1.2em;
        padding: 20px;
        margin:0!important;
        color:black;
    }
	.landingbox1col {
	}
    .landingbox1col .sys_banner-wrapper {
        margin:-10px 0 45px 0;
    }
    .landingbox2col, .landingbox3col {
		float:left;
	}
    .landingbox4col {
        xheight:100px;
    }
    
    
    .landingbox1col, .landingbox2col, .landingbox3col, .landingbox4col {
        margin-bottom:20px;
        /* activate bg color for landing page custom boxes - subtemplatelandingbox1,2,3 template  
        background:#E1E7F4;
        */ 
    }
    
    .landing-featured img {
        width:100%!important;
      	margin-bottom: 20px;
    }
    
    .landing-featured a img {
        opacity:0.8;    
    }
    .landing-featured a img:hover {
        opacity:1;
        transition:opacity 1s;
    }
    
    .landingbox1col h2, .landingbox2col h2, .landingbox3col h2, .landingbox4col {
        padding:10px 0;        
    }
    .landingbox1col ul li a:last-child, .landingbox2col ul li a:last-child, .landingbox3col ul li a:last-child {
        border-bottom:0;
    }
    
    
    
        
    .landing-featured .sys_news-control .sys_news-description {
       font-size: 0.9em;
        line-height: 1.2em;
        margin: -2px 0 22px 22px;
      }



/* LANDING PAGE FEATURED NEWS CONTROLS */


.landing-featured .sys_news-control {
    padding-bottom:20px;
}


.landing-featured p:last-child {
    margin:0;
    padding-bottom:20px;
}

.landing-featured .sys_news-control ul.sys_itemslist {
        margin: 0 20px;
        padding: 0;
        list-style:none;
    }

.landingbox1col .sys_news-control ul.sys_itemslist li {
    margin-bottom:20px;    
}
.landingbox1col .sys_news-control ul.sys_itemslist li,
.landingbox2col .sys_news-control ul.sys_itemslist li,
.landingbox3col .sys_news-control ul.sys_itemslist li,
.landingbox4col .sys_news-control ul.sys_itemslist li{
    margin-bottom:0!important;
}





.landingbox1col .sys_news-control ul.sys_itemslist li a,
.landingbox2col .sys_news-control ul.sys_itemslist li a,
.landingbox3col .sys_news-control ul.sys_itemslist li a,
.landingbox4col .sys_news-control ul.sys_itemslist li a {
    display: block;
    font-size: 1em;
    line-height: 1.2em;
    padding:5px 10px 8px 25px;
    border:0;
  	font-weight:bold;
}
.landingbox1col .sys_news-control ul.sys_itemslist li a:hover,
.landingbox2col .sys_news-control ul.sys_itemslist li a:hover,
.landingbox3col .sys_news-control ul.sys_itemslist li a:hover,
.landingbox4col .sys_news-control ul.sys_itemslist li a:hover {
    color:#0090B9;
    border-color:#0090B9;
    
}
.landingbox1col .sys_news-control ul.sys_itemslist li a:before,
.landingbox2col .sys_news-control ul.sys_itemslist li a:before,
.landingbox3col .sys_news-control ul.sys_itemslist li a:before,
.landingbox4col .sys_news-control ul.sys_itemslist li a:before{
    content: "\e77c";
    font-family: 'icomoon';
    font-size: 0.93em;
    font-weight: normal;
    margin-left: -25px;
    margin-right: 8px;
}

.landingbox1col .sys_news-control ul.sys_itemslist li a {
    font-weight:bold;    
}

.landingbox1col .sys_news-control ul.sys_itemslist li a:hover,
.landingbox2col .sys_news-control ul.sys_itemslist li a:hover,
.landingbox3col .sys_news-control ul.sys_itemslist li a:hover,
.landingbox4col .sys_news-control ul.sys_itemslist li a:hover{
    color:#0090B9;
}


.landing-featured .sys_news-control ul.sys_itemslist li dd.sys_news-datepublished,
.landing-featured .sys_news-control ul.sys_itemslist li dt.sys_news-datepublished {
    display:none;
}

.landing-featured #FMN-searchQuery {
    padding-bottom:20px;
}

.landing-featured #FMN-searchQuery input.FMN-searchQueryTextbox {
    border:none;
    border-radius: 3px;
    color: #333333;
    font-family: "Proxima-nova";
    font-size: 1.5em;
    margin: 0 6% 20px;
    padding: 10px 2%;
    width: 84%;
}
     .landing-featured #FMN-searchQuery input.FMN-searchQueryButton {
        background: #4D585E;
        border:none;
        border-radius: 3px;
        cursor: pointer;
        font-family: "Proxima-nova";
        font-size: 1.5em;
        height: 40px;
        margin: 0 6%;
        width: 88%;
        font-weight:bold;
        color:white;
        padding:0 10px;
    }
    .landing-featured #FMN-searchQuery input.FMN-searchQueryButton:hover {
        background:#97BE10;
        color:black;
    }
    .landing-featured #FMN-searchQuery label {
        xdisplay:none;
        float: left;
        text-indent: -9999px;
    }




.landingpagebanner {
  display:none;
  margin-bottom: 10px;
}

.banner-thedeal {
  background: white;
  float: left;
  width: 90%!important;
  padding: 5%;
  margin-top: -20px;
}
  
.banner-thedeal img {
 float:left!important;
  width:50%;
  height:auto;
}

/* 8X8 webchat rules */

/*.webchat8x8 button img {
    position: fixed; 
    opacity: 10;
    bottom: 15px; 
    right: 15px;
}*/

.webchat8x8 button {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed!important;
    bottom: 15px;
    right: 15px;
}
.webchat8x8 button:focus {
    outline: 2px solid transparent;
    box-shadow: 0 0 0 2px #FF8FBB, 0 0 0 3px #311D35, 0 0 0px 4px #FF8FBB;
    }


/* Cookie tool ***************************/ 

button.ot-floating-button__open:focus {
    outline: 2px solid transparent;
    box-shadow: 0 0 0 2px #FF8FBB, 0 0 0 3px #311D35, 0 0 0px 4px #FF8FBB;
    }



   /* EVENTS ***************************/ 
    .event-article-wrap {
        float:left;
    }
    .event-article-wrap h2 {
       display:none; 
    }
    .event-article-wrap p {
        clear:both;
    }
    .event-article-wrap p:first {
        float:left;
        margin-top:20px;
    }
    .event-article-wrap dt {
        background: none repeat scroll 0 0 #E2E8F5;
        clear: both;
        float: left;
        font-size: 1.5em;
        padding: 5px;
        margin-bottom:5px;
    }
    .event-article-wrap dd {
        float:left;
        font-size:1.5em;
        font-weight:bold;
        margin:0 0 0 7px;
        padding:5px;
    }
    .ie7 .event-article-wrap dt {
        margin-right:5px; 
    }
    .ie7 .event-article-wrap dd {
        float:none!important;
    }
    .event-article-wrap dd a {
        text-decoration:none;
        color:#0096C1;
    }
    .event-article-wrap dd.sys_events-description {
        font-weight:normal;
        font-size:1em;
        margin:0;
    }
    .event-article-wrap .sys_record-image-control {
        clear: both;
        margin: 0 auto 30px;
        width: 300px;
    }
    .event-article-wrap .sys_record-image-control-caption {
        font-weight:bold;
        text-align:center;
        width:300px;
        clear:both;
        float:right;
        margin:10px 0;
    }
    .event-article-wrap dt.sys_events-description {
        display:none;
    }
    .event-article-wrap dd.sys_events-description {
        margin-top:20px;
        clear:both;
    }
    .event-article-wrap dd.sys_events-contact > p {
        color: black;
        font-size: 0.9em;
        margin: 0;
    }

    
    /* NEWS *****************************************/ 


	.news-sources {
      border-top: 5px solid #bdccdb;
      margin-top: 40px;
      padding-top: 20px;
    }
    .news-sources h2 {
      font-size:1.5em!important;
      margin-top:0;
    }
	.news-sources-social ul {
      list-style:none;
      padding:0;
      margin:15px 0 0 0;
    }
    .news-sources-social ul li {
      clear:both;
      padding:3px 0;
    }
   
	.news-sources ul li a:before {      
      color:white;
      background:#4d585e;
      display:block;
      float:left;
      width:25px;
      height:25px;
      line-height:25px;
      text-align:center;
      border-radius:25px;
      margin-right:6px;
      font-family:"icomoon";
    }
	.news-sources-facebook:before {
		content:"\e7f7";
    }
.news-sources-facebook:hover:before {
		background:#3D5998;
    }
    .news-sources-twitter:before {
        content:"\e7f6";
    }
.news-sources-twitter:hover:before {
		background:#33CCFF;
    }
    .news-sources-instagram:before {
        content:"\e9fe";
    }
.news-sources-instagram:hover:before {
		background:#996955;
    }
    .news-sources-youtube:before {
        content:"\e99d";
    }
.news-sources-youtube:hover:before {
		background:#EF0001;
    }
	.news-sources-rss:before {
        content:"\e95c";
    }
.news-sources-rss:hover:before {
		background:#FF9C39;
    }

	.news-sources-twitterfeed {
      	border-bottom: 1px solid #bdccdb;
        border-top: 1px solid #bdccdb;
        float: left;
        margin: 30px 0;
        padding-bottom: 20px;
    }
.news-sources-twitterfeed img {
  display:none;
}
	.news-sources-twitterfeed #twitterfetcher {
      font-size:0.6em;
    }
    .news-sources-twitterfeed #twitterfetcher ul {
		padding:0;
      	margin:15px 0 0 0;
      	list-style:none;
    }
    .news-sources-twitterfeed #twitterfetcher .user {
      display:none;
    }
  .news-sources-twitterfeed #twitterfetcher .interact {
    clear:both;
  }
  .news-sources-twitterfeed #twitterfetcher .interact a {
    float:left;
    border:none!important;
    margin-right:10px;
  }
.news-sources-twitterfeed #twitterfetcher .interact a:before {
    border-radius: 0;
    color: #00708f;
    height: 20px !important;
    line-height: 20px;
    margin-right: 3px;
    width: auto;
  	background:none;
}
.news-sources-twitterfeed #twitterfetcher ul li a.twitter_reply_icon:before {
     content: "\e79e";
}
.news-sources-twitterfeed #twitterfetcher ul li a.twitter_retweet_icon:before {
     content: "\e820";
}
.news-sources-twitterfeed #twitterfetcher ul li a.twitter_fav_icon:before {
   content: "\e7e8";
}


.news-sources-twitterfeed #twitterfetcher .timePosted {
    color:#000;
    text-transform: uppercase;
    font-size:1.1em;
    letter-spacing:0.2em;
  	clear:both;
}

.news-sources-boroughlife {
  clear:both;
}

	.news-sources-boroughlife p {
      font-size:1.4em;
    }
    .news-sources-boroughlife a {
      display:block;
      float:left;
      font-size:1.4em;
    }
    .news-sources-boroughlife .blcover {
		float:right;
     	margin:-10px 0 0 15px;
      	display:block;
      	opacity:0.9;
      	border:none;
    }
.news-sources-boroughlife .blcover img {
 	border:none!important; 
}
   .news-sources-boroughlife .blcover:hover {
     opacity:1;
     transition:opacity 0.5s;
   }
	.news-contact-info {
      clear:both;
      background:#dfe7ee;
      text-align:center;
      margin:0px 0 30px;
      float:left;
      width:94%;
      padding:10px 3%;
    }

.sys_rss-link, .sys_atom-link {
  display:none;
}



    /* WEB CONTROL WRAPPER */
    .news-list-wrap {}
    /* RSS FEEDS ETC*/
    .news-list-wrap .sys_news-tools-control {
        float: left;
        padding: 7px 0;
        width: 100%;
        margin:0 0 25px 0; 
        border-bottom: 3px solid #bdccdb;
        /* Hiding news rss till it is activated*/
       
    }
    .sys_button-subscribe-rss, .sys_button-subscribe-atom a { display:none;}
    .news-list-wrap .sys_news-tools-control > div a {
        float:right;
        margin-right:10px;
        font-size:1.3em;
        text-decoration:none;
    }
    .news-list-wrap .sys_button-subscribe-atom a, .news-list-wrap .sys_button-subscribe-rss a {
        color:black;
        height:20px;
        line-height:20px;
        padding:0 7px 0 23px;
        background-size:20px 20px;
    }
    .news-list-wrap .sys_button-subscribe-atom a:hover, .news-list-wrap .sys_button-subscribe-rss a:hover {
        transition:none;
    }
    .news-list-wrap .sys_button-subscribe-atom a {
        background: url('/SiteElements/Images/bg-icon-atom@2x.png') no-repeat left;
    }
    .news-list-wrap .sys_button-subscribe-rss a {
        background: url('/SiteElements/Images/bg-icon-rss@2x.png') no-repeat left;
    }
    /* HIDE THE TICKER, HIDE THE SYS_ICON (ALTHOUGH APPARENTLY NOT DISPLAYED BY DEFAULT */
    .news-list-wrap .sys_ticker, .news-list-wrap .sys_icon {
        /* display:none; */
    }
    .news-list-wrap .sys_news-search-control {
        background: none repeat scroll 0 0 #EFEFFF;
        border: 1px solid #D2E1F0;
        float: left;
        margin: 10px 0 15px 0;
        padding: 4%;
        width: 100%;
        display:none;
    }
    /* NEWS LISTING WRAPPER */
    .news-list-wrap .sys_itemslist {
        width:100%;
    }
    
    .news-list-wrap .sys_ticker {
        display:none;
    }    
    
    /* INDIVIDUAL NEWS LISTING BLOCKS */
    .news-list-wrap .sys_itemslist > div, .events-list-wrap .sys_itemslist > li  { 
        float:left;
        width:100%;
        padding:10px 0;
        border-bottom: 1px solid #bdccdb;
        border-top: 1px solid white;
        margin-bottom:0;
    }
    .events-list-wrap .sys_itemslist > li {
        padding:15px 0;
    }
    .news-list-wrap .sys_itemslist .sys_first, .events-list-wrap .sys_itemslist > li.sys_first, .search-results-wrap .sys_first > div {
        border-top:none!important;
    }
    .news-list-wrap .sys_itemslist div h2 {
        float:left;
        margin:0 0 6px 0;
        line-height:0.8em;
      	padding:0px 0 7px 0;
    }
    /* ARTICLE HEADLINE LINK */
    .ie7 .news-list-wrap .sys_itemslist div h2,  .ie7 .news-list-wrap .sys_itemslist div h3 {
        margin-top:10px;
    }

    .news-list-wrap .sys_itemslist div h2 a { 
         border-bottom: medium none;
    color: #00485C!important;
    cursor: pointer !important;
    font-size: 0.75em !important;
    text-decoration: none;
    }



.news-list-wrap .sys_itemslist div h3 {
  line-height: 1.2em;
    margin-top: 10px;
}
.news-list-wrap .sys_itemslist div h3 a { 
    border-bottom: medium none;
    color: #00485C!important;
    cursor: pointer !important;
    font-size: 0.9em !important;
    text-decoration: none;
    }
    .news-list-wrap .sys_itemslist div h2 a:hover, .news-list-wrap .sys_itemslist div h3 a:hover {
        color:#002F3D!important;
    }

    .news-list-wrap .sys_itemslist div h2 a:focus, .news-list-wrap .sys_itemslist div h3 a:focus {
        color: #00485C!important;
    }

    /* ARTICLE THUMBNAIL */
    .news-list-wrap .sys_thumbnail {
        float:right;
        margin:10px 10px 10px 25px;
        box-shadow:0px 1px 2px #666;
        width:65px;
        height:65px;
        border:3px solid #eee;
    }
    /* DESCRIPTION */
    .news-list-wrap dd.sys_news-description {
        clear:left;
        font-size:1.5em;
        margin:0;
        color:black;
        color:#333;
    }
    /* DATE PUBLISHED */
    .news-list-wrap dd.sys_news-datepublished {
        clear: left;
        color: #333;
        font-size: 1.3em;
        font-style: italic;
        margin: 0 0 10px;
        padding: 0;
    }
.sidebar .sys_news-posted-date  {
  font-style:normal;
  border-top:1px solid #bdccdb!important;
  border-bottom:1px solid #bdccdb!important;
  padding:5px 0 30px 0!important;
  margin:0!important;
}







.at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
  border-radius:32px;
}
.at-share-tbx-element {
  border-bottom:1px solid #bdccdb!important;
  padding:0 0 30px!important;
}

.sidebar h2.sys_news-title {
  margin-bottom:15px!important;
}



    /* HIDE LABELS FOR 'DATE' AND 'DESCRIPTION'/ HIDE OPTIONS TO SEARCH BY YEAR, DATE, CATEGORY */
    .news-list-wrap .sys_year-row, .news-list-wrap .sys_month-row, .news-list-wrap .sys_category-row, 
    .news-list-wrap dt.sys_news-description, .news-list-wrap dt.sys_news-datepublished, 
    .news-list-wrap .sys_groupheader span {        
        display:none; 
    }
    
    .news-list-wrap .sys_keyword-row label {
        visibility:hidden;
    }
    /* NEWS ARCHIVE SEARCH */
    .news-list-wrap .sys_keyword-row input {
        font-size:1.4em;
        padding:3px;
        font-family:"proxima-nova";
        font-style:italic;
        color:#999;
        padding: 10px 3%;
        width: 94%;
        border:1px solid #777;
    }
    .news-list-wrap input.sys_search-button { 
        background: #cccccc;
        border: 1px solid #888888;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 1px 1px #999999;
        color: white;
        font-family: "proxima-nova";
        font-size: 1.7em;
        font-weight: bold;
        margin: 10px 0 0;
        padding: 10px;
        text-shadow: 1px 1px 1px black;
        width: 100%;
        cursor:pointer;
  	    -webkit-appearance:none;
    }
    .news-list-wrap input.sys_search-button:hover { 
        background:#94BD10;
    }
    
    .news-list-wrap .sys_page a {color:#005269;}
    .sys_page a:hover {color:#FFF!important;}

    
    /* SITEWIDE 'DATE POSTED' DIV */ 
    .sys_news-posted-date {
        border-bottom: 0 none !important;
        border-top: 3px solid #bdccdb !important;
        clear: both;
        color: #333 !important;
        float: left;
        font-size: 1.3em !important;
        margin: 25px 0 10px !important;
        padding: 10px 0 !important;
        width: 100% !important;
    }
    
    /* NEWS ARTICLE CAPTION */
    .sys_theme-simple .sys_record-control .sys_record-image-control-caption {
        color:#444!important;
        font-size:1.3em!important;
        font-weight:bold;
    }
    
    .sidebarnews {
      margin-bottom:25px;
    }

    .sidebarnews h2 {
      font-size:1.5em!important;
      margin:0!important;
      padding:5px 0 0 0;
      clear:both;
      border: none;
    }
    
    .sidebarnews ul li {
        background:none!important;
        padding:7px 0!important;
      border-bottom:1px solid #DFE7EE;
    }
    .sidebarnews ul li a {
        padding: 0 !important
    }
/*
    .sidebarnews ul li:before {
        font-family: 'icomoon';
        content: "\e01d";
        color: #005A73;
        float: left;
        font-size: 1.4em;
        margin-right: 5px
    }
*/
    
				.sidebarnews .sys_blogs-summary {
  		display: none;
				}


    h2.sys_news-record-title {
        display:none;
    } 

    .events-list-wrap ul {
        list-style:none;
        padding:0;
        margin:0;
    }
    .events-list-wrap .sys_itemslist li a {
        font-size:1.2em;
        text-decoration:none;
    }
    .events-list-wrap .sys_itemslist li a:hover {
        color:black;
    }
    
    .events-list-wrap dl dt{
        float:left;
        font-weight:bold;
        clear:both;
        margin-right:5px;
    }
    .events-list-wrap dl dd {
        float:left;
        margin:0;
        padding:0;
    }   

    .sys_theme-simple .sys_record-control .sys_record-image-control {
        float:none!important;
        padding:0!important;
        margin:0 10%;
      width:80%;
    }
    .sys_theme-simple .sys_record-control .sys_record-image-control img {
        width:100%;
        margin-bottom:0!important;
        border:none!important;
    }

    /* BLOG SIDEBAR */
    .sys_theme-simple .sys_record-control .sys_record-image-control-caption {
        color:#444!important;
        font-size:1.3em!important;
        font-weight:bold;
        width:96%!important;
      padding:5px 2% 30px 2% !important;
      background:white;
      	
    }
    
    
    .sidebarblog h2 {
        margin-bottom:20px;
    }
    
    .sidebarblog ul li {
        background:none!important;
        padding:7px 0!important;
    }
    .sidebarblog ul li a {
        margin: 0 0 0 20px;
        padding: 0 !important
    }
    .sidebarblog ul li:before {
        font-family: 'icomoon';
        content: "\e79c";
        color: #005A73;
        float: left;
        font-size: 1.4em;
        margin-right: 5px
    }
    
				.sidebarblog .sys_blogs-summary {
  		display: none;
				}
    .sidebarblog a {
        color: #005A73;
        font-size: 1.4em;
        margin-right: 5px;
    	text-decoration: none;
    				
    }

    
    /* ERROR 404 PAGE */
    h1.error404, h1.error500, h1.error501 {
        border: medium none;
        font-weight: 100;
        margin-bottom: 25px!important;
        margin-top: 55px;
        text-align: center;   
    }
    h1.error503 {
      margin-bottom:25px!important;
      margin-top:10px;
  text-align:center;
  font-weight:100;
    }
    
    h1.error404:before, h1.error500:before, h1.error501:before {
        content: ".";
        display: block;
        font-size: 0;
        height: 120px;
        margin-bottom:20px;
        
    }
    h1.error404:before {
    xbackground: url('../../SiteElements/Images/error404.png') no-repeat center center;
    font-family:'icomoon';
    color:#00A87A;
    content: "\e7ef"!important;
     font-size:3em!important;
  
    }
     h1.error500:before {
        background: url('../../SiteElements/Images/error500.png') no-repeat center center;
    }
     h1.error501:before {
        background: url('../../SiteElements/Images/error501.png') no-repeat center center;
    }
/*     
h1.error503:before {
        font-family:'icomoon';
  color:red;
content: "\e084"!important;
  font-size:4em!important;
    }
*/
    
    .clear404 {
        border-bottom: 20px solid #4d585e;
        border-left: 20px solid #fff;
        border-right: 20px solid #fff;
        clear: both;
        color: #4d585e;
        height: 0;
        margin: 0 auto;
        width: 0;        
    }
    
    .dkGreyBg {
        background-color: #4D585E;
        padding: 35px 0 70px 0;   
    }
    
    .dkGreyBg p {
        color: #FFFFFF;
        font-size: 2.2em;
        margin: 0;
        text-align: center;   
    }
    
    .search404 {
        float: none!important;
        clear: none!important;
        margin: 12px 0 0 0!important;
        text-align:center;
    }
    
    .search404 input[type="text"] {
        margin:0 6px 0 0;   
    }
    
    .search404 input[type="submit"] {
        float:none!important;   
    }
    
    
    /* SEARCH RESULTS PAGE */
    .search-results-wrap > div:nth-child(1) {
        font-size:1.3em;
        margin-bottom:15px;
        padding:15px;
        border-radius:3px;
    }
    .search-results-wrap > div:nth-child(2){
        font-size:1.5em;
        margin-bottom:20px;
    }
    /*
    .search-results-wrap > div:nth-child(2):before {
        content: "\e08d"; 
        font-family: 'icomoon';
        font-size: 1.3em;
        margin-right: 5px;
    }
    */
    .search-results-wrap > div:nth-child(1) a {
        text-decoration:none;
    }
    .search-results-wrap > div:nth-child(1) a:hover {
        color:black;
    }
    
    /* HIDE WEB CONTROL SEARCH BOX */
    .search-results-wrap .sys_search-query-control {
        display:none;
    }
    .search-results-wrap .sys_firstdiv > div {
        border:0!important;
    }
     .search-results-wrap .sys_search-filter-box {
        background: none repeat scroll 0 0 #EFEFFF;
        border: 1px solid #D2E1F0;
        clear: both;
        margin: 15px 0;
        padding: 15px 0;
        width:99.5%;
        xdisplay:none; /* HIDE ON MOBILE*/
    }
    .search-results-wrap .sys_content-type-filter ul li:nth-child(2) {
        display:none;
    }
    .search-results-wrap .sys_search-filters > a {
        background: none repeat scroll 0 0 #555555;
        color: white;
        cursor: pointer;
        display: block;
        font-size: 1.3em;
        padding: 10px;
        clear:both;
        text-transform:uppercase;
        display:none;/* HIDE ON MOBILE*/
    }
    .search-results-wrap .sys_website-filter, .search-results-wrap .sys_date-filter {
        display:none;    
    }
    .search-results-wrap .sys_subitem > div {
        width:98%;
        padding: 10px 1%;
        margin-bottom:0;
        position:relative;
     }
  .search-results-wrap .sys_first {
    border-top:0!important;
  }
.search-results-wrap .sys_subitem {
	border-bottom: 1px solid #bdccdb;
        border-top: 1px solid white;
}
     .search-results-wrap .sys_subitem h3 {
         margin:0!important;
         line-height:0.9em;
    }
    .search-results-wrap .sys_datarepeatercontrol h3 a {
       font-size: 0.8em;
       text-decoration: none;
       border-bottom:none;
       padding:10px 0 5px;
       float:left;
    }
    /*
    .search-results-wrap .sys_datarepeatercontrol h3 a:hover {
        color:black;
    }
    */
    .search-results-wrap .sys_search-time, .search-results-wrap h2 {
        display:none;
    }  
    .search-results-wrap .sys_search-control {
        clear:left;
    }
    .search-results-wrap .sys_content-type-filter {
        float:left!important;
        width:100%!important;
        padding:5px 0 0 0!important;
        background:#919FA4!important;
        border:0!important;
        margin-bottom:15px;
    }
    .ie7 .search-results-wrap .sys_content-type-filter {
        float:none!important;
    }
    .search-results-wrap .sys_content-type-filter ul {
        list-style:none;
        padding:0 3px;
        margin:0;
    }
    .search-results-wrap .sys_content-type-filter ul li {
        float:left;
        margin:0 3px -1px 3px!important;
        padding:5px 0;
        clear: none;
    }
    .search-results-wrap .sys_content-type-filter ul li a {
        padding:7px 9px;
        text-decoration:none;
        color:white;
        border-bottom:none;
    }
    .search-results-wrap .sys_content-type-filter ul li a:hover {
        background-color:#777;
        transition:background-color 1s;
    }
    .search-results-wrap .sys_content-type-filter ul li.sys_selected a {
        background:url("/SiteElements/Images/bg-searchterm-off.png") no-repeat scroll 92% #F0F3FA;
    }    
    .search-results-wrap .sys_content-type-filter ul li.sys_selected a:hover {
         background:url("/SiteElements/Images/bg-searchterm-on.png") no-repeat scroll 92% #F0F3FA;
    }    
    .search-results-wrap .sys_content-type-filter ul li.sys_selected a {
        color:black;
        padding-right:35px;
    }  
    .search-results-wrap dt.sys_search-description, .search-results-wrap dt.sys_search-url, .search-results-wrap dd.sys_search-url {
        display:none;
    }
    .search-results-wrap dd.sys_search-description {
        color: #555555;
        font-size: 1.5em;
        line-height: 1.5em;
        margin: 0;
        padding: 0;
        clear:left;
    }    
    .search-results-wrap .sys_datarepeatercontrol {
        clear:both;
    }

	.search-results-wrap .sys_thumbnail {
 	    float: right;
	}
      
    
    /* SEARCH RESULTS PAY IT, REPORT ICONS ETC */
    .search-results-wrap .sys_subitem > div .sys_icon {
        width:70px;
        height:20px;
        background:#ddd;
        position:absolute;
        right:0;
        top:13px;
        display:none;
    }
    /*
    .payforitwrap {
        background: url("../../SiteElements/Images/icon-search-report@2x.png") no-repeat scroll 97% center / 45px auto #E1E7F4;
        border: 0 none;
        margin-bottom: 20px;
        padding: 26px 18% 26px 3%;
        width: 79%;
    }
    */
    /* ADD INTERACTION ICONS TO SEARCH RESULTS
    .search-results-wrap .sys_subitem > div .sys_requestit {        
    }
    */
    
    /* FILTER OPTIONS */    
    .search-results-wrap .sys_website-filter ul, .sys_date-filter ul {
        list-style:none;
        padding:0;
        margin:0 9px 0 0;
    }
    .search-results-wrap .sys_website-filter ul li, .sys_date-filter ul li {
        margin-bottom:3px;
    }
    .search-results-wrap .sys_website-filter ul li a, .sys_date-filter ul li a {
        text-decoration:none;
        display:block;
        padding:0 0 0 15px;
    }
    .search-results-wrap .sys_website-filter ul li a:hover, .sys_date-filter ul li a:hover {
        color:black;
    }
    .search-results-wrap .sys_website-filter ul li.sys_selected, .sys_date-filter ul li.sys_selected {        
        padding-left:15px;
        margin-left:-6px;
    }
    
    .search-results-wrap .sys_website-filter ul li.sys_selected a, .sys_date-filter ul li.sys_selected a {
        display:block;
        background:url("/SiteElements/Images/bg-search-term-side-off.png") no-repeat scroll 95% #4D585E;
        padding:0 20px 0 15px;
    }
    .search-results-wrap .sys_website-filter ul li.sys_selected a:hover, .sys_date-filter ul li.sys_selected a:hover {
          background:url("/SiteElements/Images/bg-search-term-side-on.png") no-repeat scroll 95% #4D585E;
          color:white;
    }
    .search-results-wrap .sys_website-filter ul li.sys_selected a, .sys_date-filter ul li.sys_selected a {
        color:white;
        text-decoration:none;
    }
    

    /* HOMEPAGE ********************************************************************************************/
    /* ROYAL SLIDER STYLES ***************************************/ 
    .news-wrap {
        clear:both;
    }

/* add style for new H2 tag in slider - 04/03/19*/

div.royalSlider .infoWrap h2 {
    margin: -35px 0 0 -3000px !important;
    color: #fff!important;
}  

    /* v1.0.3 */
    /* Core RS CSS file. 95% of time you shouldn't change anything here. */
    .royalSlider {
        width: 600px;
        height: 400px;
        position: relative;
        direction: ltr;
    }
    .royalSlider > * {
        float: left;
    }
    .rsWebkit3d .rsSlide,
    .rsWebkit3d .rsContainer,
    .rsWebkit3d .rsThumbs,
    .rsWebkit3d .rsPreloader,
    .rsWebkit3d img,
    .rsWebkit3d .rsOverflow,
    .rsWebkit3d .rsBtnCenterer,
    .rsWebkit3d .rsAbsoluteEl {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0); 
    }
    .rsFade.rsWebkit3d .rsSlide,
    .rsFade.rsWebkit3d img,
    .rsFade.rsWebkit3d .rsContainer {
        -webkit-transform: none;
    }
    .rsOverflow {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        float: left;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVisibleNearbyWrap {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        left: 0;
        top: 0;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVisibleNearbyWrap .rsOverflow {
        position: absolute;
        left: 0;
        top: 0;
    }
    .rsContainer {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsArrow,
    .rsThumbsArrow {
        cursor: pointer;
    }
    .rsThumb {
        float: left;
        position: relative;
    }
    .rsArrow,
    .rsNav,
    .rsThumbsArrow {
        opacity: 1;
        -webkit-transition:opacity 0.3s linear;
        -moz-transition:opacity 0.3s linear;
        -o-transition:opacity 0.3s linear;
        transition:opacity 0.3s linear;
    }
    
    /* RULE REMOVED TO DISPLAY NAV ARROWS AT ALL TIMES 
    .rsHidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    }
    */
    .rsGCaption {
        width: 100%;
        float: left;
        text-align: center;
    }
    /* Fullscreen options, very important ^^ */
    .royalSlider.rsFullscreen {
        position: fixed !important;
        height: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 2147483647 !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
    .royalSlider .rsSlide.rsFakePreloader {
        opacity: 1 !important;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -o-transition:  0s;
        transition:  0s;
        display: none;
    }
    .rsSlide {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .rsSlide p {
        font-size:1.3em;
        line-height:1.2em;
        margin:0;
    }
    .royalSlider.rsAutoHeight,
    .rsAutoHeight .rsSlide {
        height: auto;
    }
    .rsContent {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .rsPreloader {
        position:absolute;
        z-index: 0;    
    }
    .rsNav {
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        user-select: none;
    }
    .rsNavItem {
        -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    }
    .rsThumbs {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        float: left;
        z-index: 22;
    }
    .rsTabs {
        float: left;
        background: none !important;
    }
    .rsTabs,
    .rsThumbs {
        -webkit-tap-highlight-color:rgba(0,0,0,0);
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVideoContainer {
        /*left: 0;
        top: 0;
        position: absolute;*/
        /*width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        float: left;*/
        width: auto;
        height: auto;
        line-height: 0;
        position: relative;
    }
    .rsVideoFrameHolder {
        position: absolute;
        left: 0;
        top: 0;
        background: #141414;
        opacity: 0;
        -webkit-transition: .3s;
    }
    .rsVideoFrameHolder.rsVideoActive {
        opacity: 1;
    }
    .rsVideoContainer iframe,
    .rsVideoContainer video,
    .rsVideoContainer embed,
    .rsVideoContainer .rsVideoObj {
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    /* ios controls over video bug, shifting video */
    .rsVideoContainer.rsIOSVideo iframe,
    .rsVideoContainer.rsIOSVideo video,
    .rsVideoContainer.rsIOSVideo embed {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 44px;
    }
    .rsABlock {
        left: 0;
        top: 0;
        position: absolute;
        z-index: 15;
        -webkit-backface-visibility: hidden;
    }
    .rsNoDrag {
        cursor: auto;
    }
    .rsLink {
        left:0;
        top:0;
        position:absolute;
        width:100%;
        height:100%;
        display:block;    
        z-index: 20;
        /* background: url(blank.gif); */
        -webkit-backface-visibility: hidden;
    }
    .contentSlider {
        width: 100%;
    }
    .contentSlider,
    .contentSlider .rsOverflow,
    .contentSlider .rsSlide, .contentSlider .rsVideoFrameHolder,
    .contentSlider .rsThumbs {
        color: #000;
    }
.contentSlider h3 {
  margin:0;
}
    .contentSlider h3 a {
        background: none repeat scroll 0 0 black;
        border: 0!important;
        border-radius: 0 0 0 0;
        color: white;
        font-size: 20px;
        font-weight: normal;
        line-height: 31px;
        margin: 0;
        padding: 11px;
        text-align: left;
        text-decoration: none;
        line-height:1.2em;
        display:block;
    }
   	.contentSlider img {
      	width: 100%;
        height: auto;
        display: block;
    }
    .content-slider-bg {
        width:100%;
    }


.contentSlider h3 a:hover {
    color: #fff;
}

.fostering-slider {
 clear:both; 
}




.fostering-slider .contentSlider h3 a {
  background: #DAE1F3;
  color: #004B62;
  padding-top:15px;
}

.fostering-slider .contentSlider h3 a:hover {
  color: #2E4A59;
  text-decoration: underline;
}

    /******************************
    *  RoyalSlider Default Skin   
    *  Sprite: 'rs-default.png'
    ******************************/


    /* Background */
    .rsDefault,
    .rsDefault .rsOverflow,
    .rsDefault .rsSlide,
    .rsDefault .rsVideoFrameHolder,
    .rsDefault .rsThumbs {
        color: #FFF;
    }

    /* Royal Slider Arrows */
    .rsDefault .rsArrow {
        height: 100%;
        width: 44px;
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 21;
    }
    .rsDefault.rsVer .rsArrow {
        width: 100%;
        height: 44px;
    }
    .rsDefault.rsVer .rsArrowLeft {
        top: 0;
        left: 0;
    }
    .rsDefault.rsVer .rsArrowRight {
        bottom: 0; 
        left: 0;
    }
    .rsDefault.rsHor .rsArrowLeft {
        left: 0;
        top: 0;
    }
    .rsDefault.rsHor .rsArrowRight {
        right: 0;
        top:0;
    }
    .rsDefault .rsArrowIcn {        
        width: 32px;
        height: 32px;
        top: 40%;
        left: 50%;
        margin-top:-16px;    
        margin-left: -16px;
        position: absolute;    
        cursor: pointer;   
        background: url("/SiteElements/Images/rs-default.png") no-repeat;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.29);
        *background-color: #000;
        border-radius: 25px;
    }
    .rsDefault .rsArrowIcn:hover {
        background-color: rgba(0,0,0,0.85);
    }
    .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
        background-position: -64px -32px;
    }
    .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
        background-position: -64px -64px;
    }
    .rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
        background-position: -96px -32px;
    }
    .rsDefault.rsVer .rsArrowRight .rsArrowIcn {
        background-position: -96px -64px;
    }
    .rsDefault .rsArrowDisabled .rsArrowIcn {
        opacity: .2;
        filter: alpha(opacity=20); 
        *display: none;
    }

    /* Royal Slider Preloader
    * EDIT THIS WITH NEW PRELOADER!
    ****************/

    .rsDefault .rsPreloader {
        width:20px;
        height:20px;
        left:50%;
        top:50%;
        margin-left:-10px;
        margin-top:-10px;    
    }
    
    
    /* HOMEPAGE STYLES */
    .home-wrapper-fullwidth {
        background:#2A2F32;
        border-top: 1px solid #bdccdb;
        clear: both;
        float: left;
        width: 100%;
        /*margin-top:25px;*/
        margin-top:5px;
        padding-bottom:45px;
    }
    .home-sub-box {
        float:left;
    }
    .home-sub-box h2 {
        color: white!important;
        font-size: 1.6em!important;
        margin: 0!important;
        padding: 17px 0;
        text-align: center;
        text-transform: uppercase;
        background:#24282B;
    }
    .fmn-box h2 {
        margin-bottom:35px!important;
    }
    .interactions-box h2 {
        margin: 0 0 20px 0;
    }
    /* FIND MY NEAREST */
    .fmn-box #FMN-searchQuery {
        width: 60%;
        margin:0 auto 30px auto;
    }
    .fmn-box #FMN-searchQuery input.FMN-searchQueryTextbox {
        background: none repeat scroll 0 0 #222222;
        border: 1px solid #555555;
        border-radius: 20px 20px 20px 20px;
        padding: 10px 0;
        font-family:"Proxima-nova";
        /*color:#999;*/
        color:#fff;
        margin:0 auto 5px auto;
        width:100%;
        box-shadow:1px 2px 1px #111 inset;
        text-align:center;
        font-size:1.4em;
    }
     .fmn-box #FMN-searchQuery input.FMN-searchQueryButton {
        width: 100%;
        border:1px solid #fff;
        font-family:"Proxima-nova";
        border-radius:20px;
        margin:10px auto 0 auto;
        box-shadow:1px 1px 1px black;
        cursor:pointer;
        font-size:1.2em;
        height:30px;
    }
    .fmn-box #FMN-searchQuery input.FMN-searchQueryButton:hover {
        background:#ccc;
        border:1px solid #ccc;
        transition:background 1s;
    }

   .fmn-box #FMN-searchQuery input.FMN-searchQueryButton:focus {
        outline: 2px solid #fd0;
    }

    .fmn-box #FMN-searchQuery label {
        /*xvisibility:hidden;*/
        /* display:none; - INVALIDATES ACCESSIBILITY ON LABELS */
        color:#fff;
        float:left;
        text-indent:-99999px;
    }
    .fmn-box p {
        color:#ccc;
        padding:0 20px!important;
        font-size:1.5em;
        margin:30px auto 40px auto;
        width:250px;
    }
    
    /* HOMEPAGE NEWS BOX */    
    .headlines-box .sys_news-control  {
        padding:0 5%;
        width:90%!important;
    }
    .headlines-box h2 {
        margin: 0 0 35px 0!important;
    }
    .headlines-box {
        margin: 0 0 20px 0;
    }
    .headlines-box .sys_groupheader span {
        display:none;
        color:#ccc;
    }
    .headlines-box .sys_first-groupheader span {
        display:none;
        color:#ccc;
    }
    .headlines-box dd.sys_news-description {
        padding:0;
        margin:0;
    }
    .headlines-box .sys_news-description {
        color:#eee;
        font-size:1.3em;
    }
    dt.sys_news-description {
        display:none;
    }
    .headlines-box ul {
        border-bottom: 1px solid #444444;
        border-top: 1px solid #222222;
        padding: 10px 0;
        margin:0;
        list-style:none;
    }
    .headlines-box ul li {
        /*padding-bottom:30px;*/
         padding-bottom:10px;
    }
    .headlines-box ul.sys_first-groupset {
        border-top:0;
        padding-top:0;
    }
    .headlines-box ul.sys_last-groupset {
        border-bottom:0;
        padding-bottom:0;
    }
     .headlines-box ul li a {
         display:block;
         color:#81C0FF;
         font-size:1.5em;
         margin-bottom:7px;
         text-decoration:none;
         line-height:1.1em;
         font-weight:bold;
         padding-bottom:0;
         border-bottom:none;
    }
    .headlines-box ul li a:hover {
        color:white;
        transition:color 1s;
    }
    .more-news-button {
        background: none repeat scroll 0 0 #222222;
        border-radius: 30px 30px 30px 30px;
        box-shadow: 1px 1px 0 #222222;
        color: #81C0FF;
        display: block;
        font-size: 1.2em;
        height: 32px;
        line-height: 32px;
        margin: 30px auto 0 auto;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 50%;    
    }
    .headlines-box .more-news-button:hover {
        background:#111;
        transition:background 1s;
    }
    .more-news-button:hover{
        color: #fff;
    }

	 .news-box, .business-slider-box, .council-slider-box {
       margin-top:30px;
     }
     .news-box a {
          background:#33383C;
          text-align:center;
          color:#fff;
          display:block;        
          border: 1px solid #444444;
          font-size: 1.5em;
          padding: 17px 0;
          text-decoration: none;
          margin:20px auto 60px;
          /* background:url('../../SiteElements/Images/icon-plus-green@2x.png') no-repeat 17px center #33383C;
          background-size:31px 23px;*/
    }

/* BUSINESS HOMEPAGE ******************/


.business-news-box .sys_itemslist,
.council-news-box .sys_itemslist {
  margin:0 5%;
}
.business-slider-box, .council-slider-box {
  width:100%;
}
x.business-slider-box .row {
  margin:0 5%;
  width:90%;
}
.business-events-box,
.council-events-box {
  margin:0 2%;
}

.business-news-box .sys_news-control,
.council-news-box .sys_news-control {
  margin-top:36px;
}

.business-events-box .sys_events-control,
.council-events-box .sys_events-control {
  margin-top:30px;
}




.business-news-box ul li a,
.business-events-box h3 a,
.council-news-box ul li a,
.council-events-box h3 a {
  color:#81C0FF;
  text-decoration:none;
}
.business-news-box ul li a:hover,
.business-events-box h3 a:hover,
.council-news-box ul li a:hover,
.council-events-box h3 a:hover{
  color:white;
  transition:color 0.5s;
}
.business-news-box ul li a,
.council-news-box ul li a{
  font-size:1.5em;
  font-weight:bold;
}
.business-events-box h3 a ,
.council-events-box h3 a {
  font-size:0.75em;
}

.business-news-box ul,
.council-news-box ul {
  padding:0;
  margin:0;
  list-style:none;
}
.business-news-box .sys_news-description,
.council-news-box .sys_news-description {
  margin:3px 0 22px 0;
  font-size:1.3em;
  color:#eee;
}

.business-news-box dd.sys_news-datepublished,
.business-news-box dt.sys_news-datepublished,
.council-news-box dd.sys_news-datepublished,
.council-news-box dt.sys_news-datepublished {
  display:none;
}

.business-events-box dt.sys_news-datepublished,
.business-events-box dd.sys_news-datepublished,
.business-events-box dd.sys_events-description,
.council-events-box dt.sys_news-datepublished,
.council-events-box dd.sys_news-datepublished,
.council-events-box dd.sys_events-description{
  display:none;
}


.business-events-box dt.sys_events-time,
.business-events-box dt.sys_events-location,
.business-events-box dt.sys_events-description,
.council-events-box dt.sys_events-time,
.council-events-box dt.sys_events-location,
.council-events-box dt.sys_events-description {
  display:none;  
}

.business-events-box dd.sys_events-time,
.business-events-box dd.sys_events-location,
.business-events-box dd.sys_events-description,
.council-events-box dd.sys_events-time,
.council-events-box dd.sys_events-location,
.council-events-box dd.sys_events-description{
  margin:0;
  color:#ccc;
  font-size:1.2em;
}


.council-events-box .sys_subitem-summary dl {
  margin:3px 0;
}





    
    
    /* SERVICES TABS ******************/
    
.ui-tabs { 
    zoom: 1;
}
.ui-tabs .ui-tabs-nav {
    list-style: none;
    position: relative;
}
.ui-tabs .ui-tabs-nav li {
    position: relative;
    float: left;
    border-bottom-width: 0 !important;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    border-bottom:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-bottom-width: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
 /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer!important;
    background:url("../../SiteElements/Images/tabs-arrowup1.png") no-repeat scroll bottom center;
    background-size:16px 8px;
    color:#0084AA!important;
}
.inactive-button {
    background:#F0F3FA!important;
    color:#444!important;
}
.inactive-icon {
    color:#888!important;
}
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a:hover { 
    background:url("../../SiteElements/Images/tabs-arrowup1.png") no-repeat scroll bottom center; 
    background-size:16px 8px;
}
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a span {
    color:#0054B0;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0; 
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}
.ui-widget-header {
    background:#F0F3FA;
}
.ui-tabs .ui-tabs-nav {
    padding:0;
}
.ui-widget-content {
    background:#F0F3FA;
}
.ui-widget-header, .ui-widget-content, .ui-widget-content .ui-state-default {
    border:0!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-default  {
    background:none!important;
}
.ui-tabs-nav li {
    width:23%; 
    margin:0 1% 0 1%!important;
    border:0!important;
}
.ie7 .ui-tabs-nav li {
    width:22%;   
}
.ui-tabs .ui-tabs-nav li a { 
    color: #444;
    font-size: 1.2em;
    line-height: 1.1em;
    text-align: center;
    word-wrap: normal;
    /*padding-bottom:22px;*/
    width:100%;
}
.ui-tabs-nav li.ui-tabs-selected a:hover > span {
    color:#0084AA;
}

div.demo {
    /*padding:30px 0 0 0;*/
    padding:20px 0 0 0;
    clear:both;
    float:left;
    width:100%;
}

.toptabs {
    list-style:none;
}

.toptabs li a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height:75px;
}

.toptabs li a span {
    color:#444444;
    display:block;
    font-weight:normal;
    text-shadow:0 1px 1px white;
    margin:9px 0 10px 0;
    font-family: "proxima-nova", Arial, sans-serif;
    line-height:1.2em;
    width:100%;
    float:left;
}
.toptabs li a span:before {
    width:100%!important;
    float:left!important;
  text-align:center!important;
  display:block!important;
}

/* force a height so the tabs don't jump as content height changes */
#tabs-services .tabs-spacer {
    float: left;
    height: 200px;
}
.tabs-bottom .ui-tabs-nav {
    clear: left;
    padding: 0 .2em .2em .2em;
}
.tabs-bottom .ui-tabs-nav li {
    top: auto;
    bottom: 0;
    border-bottom: auto;
    border-top: 0;
}
.tabs-bottom .ui-tabs-nav li.ui-tabs-active {
    margin-top: -1px;
    padding-top: 1px;
}
.tab-pane-wrap {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
.tab-pane div h1 { 
    color: #000000;
    font-size: 2.5em;
    font-weight: normal;
    margin: 25px 0 15px 0;
    text-align: center;
    text-shadow: 1px 1px 1px white;
}
.tab-pane div p {
    color: #555555;
    font-size: 1.6em;
    text-align: center;
    padding:0 4%;
}
.tab-pane div a { 
    background: none repeat scroll 0 0 #333333;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px #ccc;
    color: white;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 40px auto 20px;
    padding:0 18px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    width: 215px;
    height:50px;
    line-height:50px;	
}
.tab-pane div a:hover span {
    text-shadow:0 1px 1px #000;
    transition:text-shadow 1s;
}
.tab-pane div a:hover { 
    transition:background 1s;
    background:#555;
}
.tab-pane div a span { 
    color: #94BD10;
    display: inline;
    font-size: 1.5em;
    margin: -3px 0 0;
    text-shadow: none;
}
.tab-pane ul li a span span {
    text-indent: -100000px;
}
.tab-pane {
    width:100%;
    float:left;
    background: none repeat scroll 0 0 #fbfbfb;
    box-shadow: 1px 1px 3px #ECECEC  inset;
    border-top:1px solid #555;
    margin-bottom:15px;
    margin:-3px 0 20px 0;
    /*padding-bottom:15px;*/
}
.tab-pane ul {
    list-style:none;
    padding:0;
}
.tab-pane ul li {
    text-align:center;
    font-family:arial; 
    width:27%;
    margin:0 3%;
    float:left;
}
.tab-pane ul li a {
    -webkit-backface-visibility: hidden;
    border-radius:2px;
    text-decoration:none;
    padding:15px 0 0 0;
    color:#333;
    font-size:1.2em;
    font-family:"Proxima-nova", arial, sans-serif;
    display:block;
    line-height:1.2em;
    min-height:95px;
}
.tab-pane ul li a span {
    display:block!important;
    /*font-size:3em;*/
    color:#444;
    margin-bottom:10px;
	/* COMPENSATE FOR NON BREAK SPACE IN EMPTY SPAN TAG */   
    xmargin-left:10px;
    font-family: "proxima-nova", Arial, sans-serif;
    width:100%!important;
    float:left!important;
}
.tab-pane ul li a span {
    width:100%!important;
    float:left!important;
}
.ie7 .tab-pane ul li a span {
    font-size:1.9em;   
}
.tab-pane ul li a span:before {
    color:#888;
}

.ie9 .tab-pane ul li a span:before, .ie10 .tab-pane ul li a span:before {
font-size: 1.8em;
}


/* ENTYPO TAB PANE CORRECTIONS */
.tab-pane ul li a span.icon {
    margin:-11px 0 10px;
}
.tab-pane ul li a span.subitem-desc {
    display:none;
}
#tabs-services-bottomrow {
    clear:both;
}
/*
.btn-tabs-services-close {
    display:block;
    background:#dec4c8;
    width:30px;
    height:30px;
    position:absolute;
    top:10px;
    right:0;
    border-radius:30px;
    box-shadow:1px 1px 1px #555;
}
.btn-tabs-services-close:hover {
    background:#eb6b6b;
    transition:background:1s;
}
*/





/* SLIDER SPECIFIC MEDIA QUERIES */


@media only screen and (min-width: 500px) {   
  .slider-small {
    width:300px;
    margin:20px auto;
    float:none;
  }

    .medium-slider {
    width:685px;
    margin:20px auto;
    float: left;
  }
}



@media only screen and (min-width: 728px) {   
    .tab-pane {
        margin-top: -5px;
    }
    .tab-pane ul li a  {
        font-size: 1.5em;
    }
    .ui-tabs .ui-tabs-nav li a {
        font-size:1.8em;
    }
  .slider-small {
   	margin:0 0 20px 20px;
    float:right;
  }
}
@media only screen and (min-width: 960px) {
    div.demo {
        padding:0px 0 0 0;
    }
    .toptabs li a span {
        margin-top:25px;
    }
}
@media only screen and (min-width: 1500px) {    
    div.demo {
        margin:0 auto;
    }
}    


/* FORMS *****************************************/



/* MAIN CONTACT PAGES FORMS */


.noboldtext label  {
    font-weight:100!important;
}


    #OnlineForm, #TelNo, #Address, #OpenHours {
        border-bottom:1px solid #ccc;
        margin-bottom:10px;
      	clear: left;
    }
    .contactform ul  {
        padding:0!important;
    }
    .contactform ul li {
        padding:10px 0 0 0!important;
    }
    .contactform label {
        font-family:"proxima-nova"!important;
    }
    .contactform input[type="text"], .contactform textarea  {
        padding:12px 2%!important;
        font-family:"proxima-nova"!important;
        width:96%!important;
        font-size:1.2em!important;
    }
    .contactform button {
        font-family:"proxima-nova"!important;
        cursor:pointer;
        color: #333333!important;
        padding: 10px 20px;
        width:100%;
        margin:5px 0 10px 0;
        font-weight:bold;
        background:#b3b3b3;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #9c9c9c;
    }
    .ie8 .contactform button {
        background:#ddd;
    }
    .content .sys_cms-form-control .sys_namesubelement label {
        font-size:1.1em;
        padding:0.4em 0 0.1em 0!important;
    }
    
fieldset {
  border: 0 none!important;
    margin: 0!important;
  clear:both;
}
fieldset legend {
	height: 1px;
    margin: 0;
    text-indent: -9999px;
}

.sys_cms-form-body .sys_legend {
    text-indent: 0!important;
}

.sys_required {
    color: #A21624!important;
}

/* TABLES
==========================================================================*/

.ie8 .content table {
  table-layout:fixed;
}

.content table caption, .content-fullwidth table caption {
    background: #C6CCD9;
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 15px;
    text-align: left;
    border-left: 2px solid #f0f3fa;
    border-bottom: 0;
    border-right: 2px solid #f0f3fa;
}
 
 .content-fullwidth table caption {
     font-size: 1.8em!important;
 }

.content table caption p, .content-fullwidth table caption p {
	color: #383838;
}

.content table, .content-fullwidth table {
    font-size:1.6em;
    margin:30px 0;
    width:100%;
}
.content table th, .content-fullwidth table th { 
    background:#D8DEEB;
    color:#404337;
    padding:10px 15px;
    text-align:left;    
    font-weight:bold;
}
.content table a, .content-fullwidth table a {
    font-weight:bold;
  	color: #004C61;
    position: relative;
}
.content table p {
    font-size: 1em;
}

.content-fullwidth table p {
    font-size: 1.6em;
}

.content table td, .content-fullwidth table td {
    background:#E0E7F5;
    padding:1% 15px;
    line-height: 1.4em;
  	vertical-align: top;
}



.content .sys_cms-form-body ul li, .content-fullwidth .sys_cms-form-body ul li {
    margin-bottom:20px;    
}
.content .sys_cms-form-control ul.sys_cms-form-body,
.content-fullwidth .sys_cms-form-control ul.sys_cms-form-body {
    padding:0;
}
.content-fullwidth .sys_legend, .content .sys_legend, 
.content-fullwidth .sys_fieldlabel, .content .sys_fieldlabel,
.content .sys_cms-form-control label, .content-fullwidth .sys_cms-form-control label {
    font-family:"proxima-nova"!important;
    font-size:1.2em!important;
}

.content-fullwidth .sys_legend, .content .sys_legend {
    float:left!important;
    margin:15px 0 5px 0!important;
}



.content .sys_cms-form-control ul.sys_cms-form-body li.sys_address label,
.content .sys_cms-form-control ul.sys_cms-form-body li.sys_checkbox label, .content .sys_cms-form-control ul.sys_cms-form-body li.sys_radio label{
    font-size:1.2em;
}

.checkbox-extend label {
    width:93%!important;
}

.cell-extend {
    padding:1em 6em 1em 1em !important;    
}




/* FORM SECTION HEADER */

.content .form-section-header, .content-fullwidth .form-section-header {
    font-size: 1.3em!important;
    font-weight: bold;
}
.content .form-section-header .sys_sectionbreak-text,
.content-fullwidth .form-section-header .sys_sectionbreak-text{
    font-weight:normal;    
}


.content .sys_cms-form-control ul.sys_cms-form-body li.sys_radio input,
.content-fullwidth .sys_cms-form-control ul.sys_cms-form-body li.sys_radio input{
    margin: 4px 4px 0 0!important;
}


/* FORM TEXTAREAS AND TEXT INPUTS */
.content .sys_cms-form-control textarea, .content .sys_cms-form-control input[type="text"], .content .sys_cms-form-control input[type="tel"], .content .sys_cms-form-control input[type="email"], 
.content-fullwidth .sys_cms-form-control textarea, .content-fullwidth .sys_cms-form-control input[type="text"] {
    font-family:"proxima-nova"!important;
    padding:10px 1%!important;
    border:1px solid #888;
    font-size:1.2em;
    width:97%;
}
/* FORM INSTRUCTIONS POP-UP */
.content .sys_cms-form-control ul.sys_cms-form-body li .sys_instructions,
.content-fullwidth .sys_cms-form-control ul.sys_cms-form-body li .sys_instructions {
    font-size: 1em;
    font-style:italic;
  left:50%;
}

#rc-anchor-container {
    border:1px solid #888!important;
}

/* FORM CONTAINER */
.sys_cms-form-control.sys_showinstructions ul.sys_cms-form-body li.sys_cms-form-item {
    width:98%!important;
}

.content .sys_instructions {
    border:0;
    right: -1px;
    top: 31px;
    width: auto;
}

.southhindleyradio fieldset .sys_fieldcontent span {
    padding-right: 30px;
}


/* SUBMIT BUTTON */
.content-fullwidth .sys_form-submit, .content .sys_form-submit {
    background:url("../../SiteElements/Images/icon-btn-arrow@2x.png") no-repeat 90% center #2E4A59;
    background-size:9px 15px;
    border: 2px solid transparent;
    font-family: "proxima-nova" !important;
    font-size: 1.5em;
    padding: 15px 50px 15px 10px;
    cursor:pointer;
    color:white!important;
    font-weight:bold;
}

.content-fullwidth .sys_form-submit:hover, .content .sys_form-submit:hover {
    background-color:#2A6500!important;
}

.content-fullwidth .sys_form-submit:focus, .content .sys_form-submit:focus {
    outline: 2px solid transparent;
      box-shadow: 0 0 0 2px #fec724, 0 0 0 4px #000, 0 0 4px 8px #fec724;
}

/* PREV/NEXT BUTTONS */
.content ul li.sys_pagebreak div button,
.content-fullwidth ul li.sys_pagebreak div button
{
    background:#ddd;
    border: 1px solid #999;
    font-family: "proxima-nova" !important;
    font-size: 1.2em;
    padding: 10px;
    cursor:pointer;
    margin-right:10px;
}
.content ul li.sys_pagebreak div button:hover,
.content-fullwidth ul li.sys_pagebreak div button:hover {
    background:#ccc;
    border: 1px solid #aaa;
}

.content ul li.sys_pagebreak div button:focus,
.content-fullwidth ul li.sys_pagebreak div button:focus {
   outline: 3px solid #ffdd00;
}

.content-fullwidth .sys_cms-form-control ul.sys_cms-form-body li.sys_cms-form-item,
.content .sys_cms-form-control ul.sys_cms-form-body li.sys_cms-form-item {
    margin-bottom:15px!important;
}


.content .sys_namesubelement input, .content .sys_lastnamesubelement input {
    width:98%!important;
}

.sys_cms-form-control ul.sys_cms-form-body li.sys_date input {
    background: url("../../SiteElements/Images/icon-calendar-textbox@2x.gif") no-repeat 98% center #FFFFFF;
    background-size:19px 19px;
}

.sys_contensisformdatepicker .ui-datepicker {
    font-family: 'proxima-nova'!important;
    font-size: 1.5em!important;
    background-color: #fff!important;
}

.content-fullwidth .sys_cms-form-control select, .content .sys_cms-form-control select {
    border:1px solid #888!important;
    padding:15px 1%!important;
    font-family: "proxima-nova"!important;
    font-size:1.2em!important;
    width:100%!important;
}

.content-fullwidth:focus .sys_cms-form-control select:focus, .content .sys_cms-form-control select:focus{
    outline: 2px solid#fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 1px;
} 

.sys_namesubelement, .sys_lastnamenamesubelement {
    xwidth:100%!important;    
}
.content .sys_cms-form-control select option, .content-fullwidth .sys_cms-form-control select option {
    font-family: "proxima-nova" !important;
}


.content .sys_cms-form-control select option:focus, .content-fullwidth .sys_cms-form-control select option:focus {
    background-color: #fd0;
}
.content .sys_cms-form-control textarea, .content-fullwidth .sys_cms-form-control textarea {
    font-size:1.2em!important;    
}

.content .sys_cms-form-validationsummary {
    display:none;/* HIDE FORM VALIDATION SUMMARY */
}
.content .sys_cms-form-validationsummary {
    font-size:1.1em;
}


.content .sys_fieldcontent input[type="checkbox"] {
    margin: 6px 8px 0 0!important;
}

.content .sys_fieldcontent input[type="checkbox"]:focus {
    outline: 2px solid #ffdd00;
    outline-offset: 0;
    box-shadow: inset 0 0 0 1px;
}


.content .sys_sectionbreak-header, .content-fullwidth .sys_sectionbreak-header {
    font-size: 1.8em !important;
    margin:  35px 0 10px !important;
    border-bottom:1px solid #ccc;
    padding-bottom:10px!important;
    
}

.content .sys_sectionbreak-text, .content-fullwidth .sys_sectionbreak-text {
    font-size:1.15em!important; 
    margin-top:15px!important;
    color:#444!important;
}

.content li.sys_cms-form-item, .content-fullwidth li.sys_cms-form-item {
    padding:0!important;
}

#recaptcha_area {
    margin: 0 0 20px 0!important;
}




/* POLLS */
.sys_pollwrapper {
  clear:both;
  border: #bdccdb 1px solid;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.sys_pollquestionwrapper {
  padding:20px;
  background:#bdccdb;
  font-size:1.7em;  
}
.sys_pollq { 
  color:#000;
  margin-right:10px;
  font-size: 1.2em;
  font-weight: 600;
}
.sys_pollanswerswrapper,
.sys_polloptionswrapper {
  margin-top:15px;
}
.sys_pollvoteresults,
.sys_pollvoteoptions {
  margin:5px 20px 15px 20px;
  font-size: 1.4em;
}
.sys_pollbar {
  background: #bdccdb;
}

.sys_pollbottom {
  height: 130px;
  padding-right: 20px;
  position: relative;
  text-align: right;
  margin-top:35px;
  font-size: 1.1em;
}
.sys_pollbottom a {
  	border: 1px solid #007eac;
    border-radius: 3px;
    display: block;
    float: left;
    margin: 20px 0 0 20px;
    padding: 10px;
    position: absolute;
    top: 37px;
  
}
.sys_pollbottom a:after {
	display:none;
}
.sys_pollsubmitbutton {
  left: 0;
  margin-left: 20px;
  position: absolute;
  border: 1px solid #007eac;
  border-radius: 3px;
  background:#007eac;
  color:white;
  font-weight:bold;
  padding: 10px 30px;
  cursor:pointer;
  font-size:1.5em;
}
.sys_pollsubmitbutton:hover {
  background:black;
}



/* FILE UPLOAD FILE - initially created for Photo Competition */

.content .photo-comp .sys_fieldcontent {
    float: left;
    width: 100%;
}
.content .photo-comp .sys_fieldcontent input {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    padding: 10px 2%;
    font-family:"proxima-nova";
    width:96%;
}


/* THANK YOU MESSAGE RENDERED ON SAME PAGE AFTER CONTENSIS FORM HAS BEEN SUBMITTED */
.content .sys_cms-form-confirmation-content,
.content-fullwidth .sys_cms-form-confirmation-content {
    background:#E2E8F5;
    font-size: 150%;
    padding: 20px;
    text-align: center;
}
/* THANK YOU MESSAGE 'TICK' ICON */
.content .sys_cms-form-confirmation-content p:before,
.content-fullwidth .sys_cms-form-confirmation-content p:before {
    content: "\e7f2";
    float: left;
    font-family: icomoon;
    font-size: 2em;
    margin-bottom: 35px;
    width: 100%;
}

.content .thanks-wrap {
    background:#E2E8F5;
    text-align:center;
    padding:15px;
    margin-bottom:30px;
}
.content .thanks-wrap p:before {
    color: #888888;
    content: "\e091";
    display: block;
    float: left;
    font-family: icomoon;
    font-size: 3em;
    margin: 0 10px;
}




/*
.content .photo-comp .sys_fieldcontent:after {
    content: "\e09d";
    font-family: 'icomoon';
    color:#ccc;
}
*/

.landing-banner {
    display:none;
}

/*  EXPO MAIN PAGE BANNER STYLES */
.intro-banner { 
    margin: 20px;
}
.intro-banner img {
    width:100%;
    height:100%;
}

/*  EXPO SPONSORS STYLES */
.expo-sponsors-list {
    list-style:none!important;
    float:left;
    padding:0!important;
    margin:0!important;
}
.expo-sponsors-list li {
    float:left;
    margin-right:14px;
    
}
.expo-sponsors-list li img {
    border:1px solid #ccc;
    padding:10px;
    background:white;
}


/* STYLES FOR OUTDOOR EDUCATION TEAM PAGE - wigan.gov.uk/Resident/Education/Outdoor-Education/Outdoor-education-team.aspx */
ul.sponsors-list {
    list-style:none;
    padding:0;
    margin:25px 0;
}
ul.sponsors-list li {
    float: left;
    margin-right: 8px;
}
    
ul.sponsors-list li img {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    padding: 10px 0;
}

/*  WINTER SERVICE STYLES */
.featured_container {
 	border-bottom: 1px solid #bdccdb;
    float: left;
    margin: 0 0 20px;
    padding:0 0 20px 0;
    width: 100%;
}

.featured_container:first-child {
  border-top: none;
  padding-top:0;
}

.image_container {
  	width: 250px;
  	margin:0 auto;
  	height: 200px;
  	float: left;
}

.image_container img {
  	width: 250px;
    height: auto;
}


.featured_container ul {
    margin:20px 0 0 30px;
  	clear: left;
  	padding-top: 15px;
}

.feat_desc {
  margin: 10px 0 0 0;
}

.featured_container h2, .featured_container h3 {
  margin: 0!important;
  padding:10px 0;
}

.image_parking {
  	width: 300px;
  	margin:0 auto;
  	height: 200px;
  	border: 1px solid #dcdcdc;
}


/*  COUNCIL PERFORMANCE STYLE */
.image_container_icon {
  	width: 85px;
  	margin:0 auto;
}


/*  BELIEVE PHOTO COMP VOTING STYLES */
ul.believe-photo-comp-entries {
    list-style:none;
    padding:0 0 30px;
    margin:0;
}

ul.believe-photo-comp-entries li {
    margin-bottom: 5px;
    margin-right: 3%;
    width: 100%;
}

ul.believe-photo-comp-entries h2 {
    font-size:1.7em;
    margin-bottom:15px;
    text-align: center;
}

ul.believe-photo-comp-entries li img {
    border: 5px solid #FFFFFF;
    height: 100%;
    width: 100%
}



/* LOSE WEIGHT FEEL GREAT */

.lwfg-feature-wrap {
    background: url("/SiteElements/Images/lwfg-bg-hdr2.png") no-repeat top left white;
    margin-bottom:25px;
    float:left;
    padding-bottom:35px;
}
.lwfg-feature-wrap ul {
    float: left;
    list-style: none outside none;
    margin: 40px 5% 5px!important;
    width: 90%;   
}
.lwfg-feature-wrap ul li {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.lwfg-feature-wrap ul li a {
    background: none repeat scroll 0 0 #00607B;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 14px 0;
    text-align: center;
 
}
.lwfg-feature-wrap ul li a:hover {
   	background:#97BE10;
  	color:white;
}
.lwfg-feature-wrap ul li a:active {
    background:#006988!important;
    color:white!important;
    border:none!important;
}
.lwfg-toplinks ul li a:active {
    border:0!important;
}

.lwfg-feat-yt {
    display:none;
}
.lwfg-feature-wrap p {
    clear: left;
    float: left;
    margin: 40px 6% 20px 6%;
    width: 88%;
}
.lwfg-feature-wrap a.signup {
    clear:left;
    float:left;
    background: url("/SiteElements/Images/lwfg-btn-bg.png") no-repeat;
} 


.lwfg-logo {
     background: url("/SiteElements/Images/lwfg-logo3.png") no-repeat;
     background-size:230px 102px;
    float: left;
    height: 102px;
    margin: 15px 0 0 35px;
    width: 230px;
}


.lwfg-latest {
  float:left;
}


.lwfg-latest img {
		float: left;
    margin-right: 10px;
    width: 16%;
}

.lwfg-latest h3 {
	font-size: 1.8em!important;
    margin: 0 0 14px;
    width: 80%;
}

.btn-bmi {
   background: #fff none repeat scroll 0 0;
    border: 5px solid #0080a4 !important;
    display: block;
    font-size: 2em;
    margin-bottom: 20px;
    padding: 20px;
}
.btn-bmi span {
	color: black;
    display: block;
    font-size: 0.8em;
}
/* BMI.CSS */


.bmi-wrapper {
    width:100%;
}


#tabs-row .tab-active:after {
    content: "\e9bc";
    bottom: -15px;
    color: #bdccdb;
    font-family: "icomoon" !important;
    font-size: 1.5em;
    left: 41%;
    position: absolute;
}



#tabs-row .tab-active {
    background: none repeat scroll 0 0 #bdccdb;
    color: black;
    font-weight: bold;
}

#inputs-col {
    float: left;
    overflow: auto;
    font-size:1.2em;
    width:100%;
}
#inputs-col ul {
    margin:0;
    list-style:none;
}
#inputs-col ul li {
     border: 1px solid #bdccdb;
    cursor: pointer;
    float: left;
    font-size: 1.2em;
    padding: 5px 0 5px 0;
    text-align: center;
    width: 49.1%;
    position:relative;
}
#inputs-col ul li:first-child {
    xmargin-right:2%;    
}
#inputs-col label {
    float:left;
    width:100%;
    margin:7px 0 4px;
    font-size:1.2em;
}
#inputs-col input {
    font-size:1.4em;
    border: 1px solid #bdccdb;
    margin-bottom: 7px;
    padding: 5px 2%;
    width: 88%;
    border-radius:0;
    box-shadow:none;
    -webkit-appearance: none;
    font-family:'proxima-nova';
}
#inputs-col .content, #eng-content .content  {
 clear:none!important;
 float:none!important;
 padding:0!important;
 width:100%!important;
}
#inputs-col .content {
    display: none;
}
#inputs-col .content-active {
    display: block;
}

#result-col {
    width: 40%;
    float: right;
    overflow: auto;
    margin-left:5%;
}

#result-col #pointer-col {
    width: 17%;
    height: 246px;
    background: black;
    overflow: hidden;
    float: left;
}
#result-col #pointer-col #pointer {
    background-color: WHITE;
    color: BLACK;
    font-size: 1.5em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#result-col #scale-col {
    width: 83%;
    margin: 15px 0;
    float: right;
    font-size:1.5em;
}
#result-col #scale-col div#uw {
    color: black;
    height: 42px;
    padding: 10px 0 0 10px;
}
#result-col #scale-col div#no {
    border-top: 1px solid #ccc;
    color: #007115;
    font-weight: bold;
    height: 42px;
    padding: 10px 0 0 10px;
}
#result-col #scale-col div#hv {
   border-top: 1px solid #ccc;
    color: black;
    font-weight: bold;
    height: 40px;
    padding: 2px 0 0 10px;
}
#result-col #scale-col div#mh {
      border-top: 1px solid #ccc;
    color: #b90707;
    font-weight: bold;
    height: 62px;
    padding-left: 10px;
    padding-top: 10px;
}

#calculate {
    background: #00607d;
    border: medium none;
    color: white;
    font-family: "proxima-nova";
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 0;
    width: 100%;
    cursor:pointer;
}

#outcome {
    display:none;
    border: 5px solid #333;
    border-top:0;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    
}


.outcome-text {
   background: none repeat scroll 0 0 #333;
    color: white;
    display: none;
    font-size: 1.3em;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    position:relative;
}
.outcome-text:after {
    content: "\e9bd";
    bottom: -12px;
    color: #f0f3fa;
    font-family: "icomoon";
    font-size: 1.5em;
    left: 46%;
    position: absolute;
}
.outcome-text span {
    font-weight:bold;
}




.twitter-timeline {
    height:380px;
    width:100%;
}

.twitter-timeline h1 {
   text-transform:uppercase;
}


.lwfg-toplinks {
  height:30px;
}
.lwfg-toplinks span {
    font-size:1.5em;
}
.lwfg-toplinks a.lwfg-login {
    font-size:1.5em;
    line-height:30px;
}

.lwfg-toplinks ul {
    float: right;
    list-style: none outside none;
    margin: 0 !important;
}
.lwfg-toplinks ul li {
    float: left;
    margin-right: 10px;
}
.lwfg-toplinks ul li a {
    display:block;
    width:30px;
    height:30px;
    text-indent:-99999px;
}

a.lwfg-blogger {
    background: url("/SiteElements/Images/blog-logo.png") no-repeat;
}
a.lwfg-twitter {
    background: url("/SiteElements/Images/twitter-icon.png") no-repeat;
}
a.lwfg-facebook {
    background: url("/SiteElements/Images/facebook-icon.png") no-repeat;
}

/* FACEBOOK LIKE BOX */
.lwfg-fblikebox {
    width:100%!important;
    background:white;
    margin-top:20px;
}



/* LWFG BLOG */
.lwfg-blog-wrap ul {
  list-style:none;
  padding:0;
  margin:0;
}
.lwfg-blog-wrap ul li a {
  font-weight:bold;
  border:none;
  font-size:1.2em;
}
.lwfg-blog-wrap dd.sys_news-description {
	margin:10px 0 0 0;
}

.lwfg-blog-wrap dt.sys_news-datepublished {
  display:none;
}
.lwfg-blog-wrap dd.sys_news-datepublished {
  margin:10px 0 0 0;
  font-style:italic;
  font-size:0.85em;
}
.lwfg-blog-wrap .sys_subitem {
  border-bottom:1px solid #bdccdb;
  padding:15px 0;
}


/* 50% LAYOUT STYLES */

.fiftypc {
    width:90%!important;
    padding:0 5%;
}






/* EVENTS LISTING STYLES 
- USED ON http://www.wigan.gov.uk/Resident/Leisure/
/Events/Whats-On.aspx */

.content .events-widget .sys_events-control ul.sys_itemslist {
    margin:20px 0 0 0;
    list-style:none;
}
.content .events-widget .sys_events-control .sys_subitem {
    border-bottom: 1px solid #bdccdb;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%
}

.content .events-widget .sys_events-control .sys_subitem a {
    margin:15px 0;
    font-weight:bold;
}

.content .events-widget .sys_events-control dt.sys_events-date,
.content .events-widget .sys_events-control dt.sys_events-location,
.content .events-widget .sys_events-control dt.sys_events-time {
    display:none;
}

.content .events-widget .sys_events-control dd.sys_events-date,
.content .events-widget .sys_events-control dd.sys_events-location,
.content .events-widget .sys_events-control dd.sys_events-time {
    margin:0;   
}
.content .events-widget .sys_events-control dd.sys_events-date,
.content .events-widget .sys_events-control dd.sys_events-time {
 margin-top:7px;   
}

.content .events-widget .sys_events-control dd.sys_events-location:before {
    content: "\e904";
    font-family:'icomoon';
    margin-right:4px;
}
.content .events-widget .sys_events-control dd.sys_events-date:before,
.content .events-widget .sys_events-control dd.sys_events-time:before {
    content: "\e931";
    font-family:'icomoon';
    margin-right:4px;
}







.content-fullwidth dd.sys_events-contact p {
    font-size: 1em;
    margin: 0 0 10px;
}

.content .sys_events-list-with-calendar-icon .sys_datarepeatercontrol .sys_itemslist .sys_subitem div div dl dd.sys_events-description,
.content .sys_events-list-with-calendar-icon .sys_datarepeatercontrol .sys_itemslist .sys_subitem div div dl dd.sys_events-location {
    font-size:1.5em;
}

.content .sys_events-list-with-calendar-icon .sys_datarepeatercontrol .sys_itemslist .sys_subitem div div dl dd.sys_events-description p {
    line-height: 1.5em;
    margin: 0 88px 0 0;
}

.content .sys_events-list-with-calendar-icon .sys_datarepeatercontrol .sys_itemslist .sys_subitem div div dl dd.sys_events-location {
    margin: 14px 0 10px;
    text-transform: uppercase;
}





.content-fullwidth .sys_events-record h2.sys_events-record-title,
.content-fullwidth .sys_events-record .sys_events-details dt.sys_events-description {
    display:none;
}
.content-fullwidth .sys_events-record .sys_events-details dd.sys_events-description {
    color:#444;
    font-size:0.66em!important;
    clear:both;
    padding-top:15px;
    margin:0;
}
.content-fullwidth .sys_record-details-control.sys_events-details {
	font-size:1.5em;
}
.content-fullwidth .sys_events-record .sys_events-details dt {
    clear: left;
    float: left;
    margin-right: 7px;
}
.content-fullwidth .sys_events-record .sys_events-details dd.sys_events-location,
.content-fullwidth .sys_events-record .sys_events-details dd.sys_events-date,
.content-fullwidth .sys_events-record .sys_events-details dd.sys_events-contact,
.content-fullwidth .sys_events-record .sys_events-details dd.sys_events-registrationurl {
    float: left;
    font-weight: bold;
    margin: 0 0 0 7px;
    padding-bottom: 10px;
    color:#444;
}

.content-fullwidth .sys_events-record .sys_events-details dd.sys_events-registrationurl a {
    text-decoration: none;
  	border-bottom: 1px dotted;
}
.content-fullwidth .sys_events-summary dl dd.sys_events-description, .content .sys_events-summary dl dd.sys_events-description {
	margin:10px 0 0 0!important;
}
.content-fullwidth .sys_events-record .sys_events-details p.sys_record-image-control-caption {
    font-size:1.3em;
}

.content-fullwidth .sys_events-record .sys_record-image-control {
    margin: 14px auto;
    width: 300px;
}





/* GENERAL A-Z WIDGET */

.atoz-widget ul.sys_itemslist {
    			float:left;
        list-style: outside none none;
        margin: 20px 0;
    }
     .atoz-widget ul.sys_itemslist li {
        float: left;
        margin-right: 10px;
        padding: 0;
     }
     .atoz-widget ul.sys_itemslist li a {
        background-position: 40px 6px;
        border: 1px dotted #0096c1;
        display: block;
        padding: 3px 8px;
        text-decoration: none;
        width: 45px;
     }
     .atoz-widget ul.sys_itemslist li a:hover {
      border-style:solid;   
     }
  	.atoz-widget + p,
  .atoz-widget + h2,
  .atoz-widget + h3,
  .atoz-widget + h4 {
  clear:both;
  }


.gh-facilities {
	margin:15px 0;
}
.gh-facilities img {
	margin-right:7px;
}



.winterweatheralert {
    float: right;
    font-size: 1.5em;
}

.winterweather {
    float: right;
    font-size: 1.15em;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.lwfg-youtube-wrapper {
  width:100%;
  height:100%;
  border:0;
}



.lwfg-youtube-wrapper video {
     float: left;
    height: 150px;
    left: 0;
    position: relative;
    top: -150px;
    width: 300px;
}

.youtube-wrapper {
    height: 200px;
    margin: 20px 0;
    width: 300px;
  float:left;
}
.youtube-wrapper iframe {
  width:100%;
  height:100%;
}

.youtube-wrapper + h2,
.youtube-wrapper + h3,
.youtube-wrapper + h4,
.youtube-wrapper + p,
.youtube-wrapper + ul {
  clear:both;
}

.roadwork-wrapper {
    height: auto;
    width: 100%;
}


  
.banner-fostering {
  display: none;
}

.banner-fostering .sys_banner-wrapper {
    display:none;
}
.banner-fostering img {
    height:auto!important;
}

.banner-landingpage {
  margin:-20px 0 10px 0;
}
.banner-landingpage img {
  width:100%;
  height:100%;
}

.hideh1 {
  text-indent:-9999px;
}

/*
.banner-fostering .sys_banner-image {
    height:auto!important;
}
*/


/**  ALL TOOLTIP STYLES IMPORTED **/
.tooltip {
    display: inline;
	position: relative;
	z-index: 999;
}

/* Trigger text */

.tooltip-item {
	background: #e2e8f5;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 0 10px;
    font-weight:bold;
}

/* Gap filler */

.tooltip-item::after {
	content: '';
	position: absolute;
	width: 360px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip:hover .tooltip-item::after {
	pointer-events: auto;
}

/* Tooltip */

.tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 260px;
    padding:15px;
	left: 50%;
	margin: 0 0 20px -150px;
	bottom: 100%;
	text-align: left;
	font-size: 0.765em;
	line-height: 1.4;
	box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
	background: #2a3035;
	opacity: 0;
	cursor: default;
	pointer-events: none;
    font-size:0.8em;
    color:white;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7,0.3,1);
	transform: scale3d(0.7,0.3,1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-1 .tooltip-content {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
	-webkit-transform-origin: 50% calc(100% + 10px);
	transform-origin: 50% calc(100% + 10px);
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
	transform: perspective(1000px) rotate3d(1,0,0,45deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
	-webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7,0.3,1);
	transform: scale3d(0.7,0.3,1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-5 .tooltip-content {
	width: 180px;
	margin-left: -90px;
	-webkit-transform-origin: 50% calc(100% + 6em);
	transform-origin: 50% calc(100% + 6em);
	-webkit-transform: rotate3d(0,0,1,15deg);
	transform: rotate3d(0,0,1,15deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
	transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}

.tooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
	transform: perspective(1000px) rotate3d(1,0,0,0deg);
}

/* Arrow */

.tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #2a3035;
	border-width: 10px;
	margin-left: -10px;
}

/* Tooltip content*/

.tooltip-content img {
	position: relative;
	height: 170px;
	display: block;
	float: left;
	margin-right: 1em;
}

.tooltip-text {
	font-size: 0.68em;
	line-height: 1.35;
	display: block;
	padding: 1.31em 1.21em 1.21em 0;
	color: #fff;
}

.tooltip-effect-5 .tooltip-text {
	padding: 1.4em;
}

.tooltip-text a {
	font-weight: bold;
}

.my-sticky-element {
    padding-top:5px;
     margin-bottom:21px;
    border-top:7px solid #089CC7;
    margin:0!important;
    height:50px;
    
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmMGYzZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(240,243,250,1) 76%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(76%,rgba(240,243,250,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(240,243,250,1) 76%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(240,243,250,1) 76%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(240,243,250,1) 76%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(240,243,250,1) 76%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f3fa', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
    
}
.my-sticky-element:after {
    xcontent:'';
    xbackground:url("/SiteElements/Images/fader.png") repeat-x bottom;
    xwidth:100%;
}

/* jQuery waypoints */
.my-sticky-element.stuck {
    		position:fixed;
			top:0;
            width:92%;
		}
        
        
.lbg-box {
    background:#E2E8F5;
     margin: 10px 0 !important;
    padding: 8px 30px !important;
    border-top:1px solid #0096C1;
    }  

.lbg-box li {
    margin:0!important;
}


/* BOROUGH LIFE PAST ISSUES COVER LIST */
ul.bl-past-issues {
  list-style:none;
  padding:0;
  margin:0 0 20px 0;
  float:left;
  width:100%;
}

ul.bl-past-issues > li {
 border-bottom:1px solid #bdccdb;
  float:left;
  width:100%;
  padding:10px 0;
  min-height:120px;
    position:relative;
}
ul.bl-past-issues li span {
  display:block;
  font-size:0.85em;
  color:black!important;
  margin:5px 0 5px 120px;
  float:left;
  clear:both;
}

ul.bl-past-issues li ul {
  font-size:0.85em;
  margin:0;
  clear:left;
}
ul.bl-past-issues li ul li {
  color:#444!important;
  padding:2px 0 2px 19px;
  margin:0 0 0 120px;

}
ul.bl-past-issues li a:before {
  display:none!important;

}
ul.bl-past-issues li a.imagepdf {
  float:left!important;
  width:auto;
  position:inherit;
  padding:0 25px 0 0px!important;
  background:rgba(0, 0, 0, 0) url("../../SiteElements/Images/icon-pdf.gif") no-repeat scroll right 0!important;
  xposition:initial;
  margin:0 0 0 120px;
  border-bottom:1px dotted;
}
.ie8 ul.bl-past-issues li a.imagepdf {
  width:97%;
  background:none;
}

.ie9 ul.bl-past-issues li a.imagepdf,
.ie10 ul.bl-past-issues li a.imagepdf,
.ie11 ul.bl-past-issues li a.imagepdf {
 xwidth:23%;
  background:none;
}
.ie8 ul.bl-past-issues li a.imagepdf,
.ie9 ul.bl-past-issues li a.imagepdf,
.ie10 ul.bl-past-issues li a.imagepdf,
.ie11 ul.bl-past-issues li a.imagepdf {
  border:none;
}

ul.bl-past-issues li a img {
  position:absolute;
  top:0;
  left:-120px;
  width:100px;
  height:141px;
  margin-left:15px;
}

/* ROYAL SLIDER WEB CONTROL */


.infoWrap {
  background:black;
}




.infoWrap p {
  color:white;
  padding-left:7px;
}

.news-box .infoWrap p,
.business-slider-box .infoWrap p,
.council-slider-box .infoWrap p,
.fostering-slider .infoWrap p{
 display:none; 
}


/* ROADWORKS BULLETIN THUMBNAIL MAP */
.map-thumb {
     background: white none repeat scroll 0 0;
    border: 0 none !important;
    display: block;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0 30px;
    width: 100%;
}
.map-thumb span {
  display: block;
    margin: 15px;
}
.map-thumb img {
clear:both;
  width:100%;
  height:100%;
  display:block;
}

/* Mini icons in a table */
/* http://wiganpreviewweb02.wigan.gov.uk/Resident/Leisure/Parks/List-of-parks.aspx */
.image25 td img {
  float: left;
    height: 25px;
    margin: 3px;
    width: 25px;
}



.jqaccordion {
     margin-top:10px!important;
     border: 0 none!important;
    font-size: 1em!important;
  font-family:"proxima-nova"!important;
  
  	
}

.jqaccordion > div {
	border:0;
    display:none;
    border-bottom:thin solid #cecece;
    padding:0 0 20px 0!important;
  background:none;
}

.jqaccordion > a {
    display:block;
    width:98%;
    background:#f4f4f4;
    background-image: -webkit-linear-gradient(white,#ededed);
    background-image: -moz-linear-gradient(white,#ededed);
    background-image: -o-linear-gradient(white,#ededed);
    background-image: -ms-linear-gradient(white,#ededed);
    background-image:linear-gradient(white,#ededed);
    color:#555;
    padding-left:2%;
    height:40px;
    line-height:40px;
    text-decoration:none;
    border-bottom:thin solid #cecece;
    font-size:1.5em;
    font-weight:bold;
  	clear:left;
}

.jqaccordion div a {
  	background: none;
    color: #005a73;
    display: inline;
    font-size: 1em;
    font-weight: normal;
    padding: 0;
}

.jqaccordion .first {
    border-top:thin solid #cecece;    
}

.jqaccordion .ui-state-default {
  background:none;
  border:0;
  border-bottom:1px solid #bdccdb;
  border-radius:0;
  transition:all .5s ease;
}

.jqaccordion h3 {
  padding:15px 0!important;
  font-weight:bold;
  color: #005066;
  font-size:1.7em!important;
  
}
.jqaccordion h3.ui-state-active {
  color:#005066;
  border-color:#f0f3fa;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  background:none!important;
  text-indent:0;
  height:20px;
  width:20px;
  position:relative!important;
  left:0!important;
  margin:0!important;
  float:right;
}
.jqaccordion h3 span.ui-icon-triangle-1-e:after {
  content:'\e973';
}

.jqaccordion h3 span.ui-icon-triangle-1-s:after {
	content: "\e972";
}
.jqaccordion h3 span:after {
        float:right;
        font-family:'icomoon';
        color:black;
  font-weight:normal;
    }


.accordion-pdflink {
   background: url("../../SiteElements/Images/icon-pdf.gif") no-repeat scroll right 0!important;
    padding: 0 20px 0 0!important;
  border-bottom:1px dotted #005a73!important;
}
.library-box {
  display:block!important;
  width:100%;
  border-bottom:0!important;
  font-size:0.85em;
  float:left;
  padding:0!important;
  margin-bottom:20px;
}



.library-box h2 {
  padding:0;
  margin:0 0 5px!important;
  font-size:1.8em!important;
}
.library-box ul {
  margin:0!important;
  padding:0!important;
  list-style:none;
}

.jqaccordion #one, .jqaccordion #two, .jqaccordion #six {
  float:left;
}

.accordion {
    margin:             0;
    padding:            0;
}
.accordion li {
    list-style-type:    none;
    margin:             0;
    padding:            0;
}
    .accordion li:after {
        content:        ".";
        display:        block;
        height:         0;
        clear:          both;
        visibility:     hidden;
        *zoom:          1;
    }
.accordion li li {
    list-style-type:    disc;
    margin-left:        1em;
}
.accordion a {
    color:              inherit;
    text-decoration:    inherit;
}




.acc-active {
  background:#ddd!important;
  color:black!important;
  border-right:1px solid #ddd!important;
}



/****************************************************************
WHICH BIN DO I USE TABLE
****************************************************************/

.bluebin-recycle caption,
.brownbin-recycle caption,
.greenbin-recycle caption,
.blackbin-recycle caption {
  position:relative;
  color:white!important;
}

.bluebin-recycle caption {
  background: #00607D!important;
}
.brownbin-recycle caption {
  background: #8A4500!important;
}
.greenbin-recycle caption {
  background: #3D610D!important;
}
.blackbin-recycle caption {
  background: black!important;
}


.bluebin-recycle caption:after,
.brownbin-recycle caption:after,
.greenbin-recycle caption:after,
.blackbin-recycle caption:after {
  content: "\e7cc";
    color: #fff;
    font-family: "icomoon";
    font-size: 1.5em;
    height: 42px;
    line-height: 43px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20%;
} 
.bluebin-recycle caption:after {
  background: #0096c1;
}
.brownbin-recycle caption:after {
  background: #964a00;
}
.greenbin-recycle caption:after {
  background: #63a015;
}
.blackbin-recycle caption:after {
  background: black;
}

.dorecycle, .dontrecycle {
  position:relative;
}
th.dorecycle {
  color:#000!important;
  padding-left:26px!important;
}
th.dontrecycle {
  color:#000!important;
  padding-left:26px!important;
}
td.dorecycle, td.dontrecycle {
  position:relative;
  padding-left:26px!important;
  width:50%;
}

.dorecycle span:before {
  left: 6px;
  position: absolute;
  color:#63a015;
}
.dontrecycle span:before {
  left: 6px;
  position: absolute;
   color:#9C0000;
}

.bluebin-recycle td ul,
.brownbin-recycle td ul,
.greenbin-recycle td ul,
.blackbin-recycle td ul {
  margin:10px 0 0 15px;
  font-size:0.6em;
}



/* RESPONSIVE TABLES ***********************************************************
********************************************************************************/

.large-only {
  display:none;
}

.banner-desktop {
    display:none;
    line-height:0;
}
.banner-desktop img, .banner-mobile img  {
    width:100%;
    height:100%;
}
.banner-mobile {
    line-height:0;
}

.banner-vol, .banner-metrofresh, .banner-believe, .banner-edible, .banner-thedeal, .banner-xmas-m, .banner-metrofresh-m, .banner-vol-m, .banner-lwfg, .banner-fostering {
  margin:-63px 0 35px!important;
  width:100%;
  height:auto;
}

.banner-believe {
  margin-bottom: 20px;
}

.banner-human {
  width:100%;
  height:auto;
}

.banner-bins {
  width:100%;
  height:auto;
  border: 1px solid #ffffff;
}

.banner-xmas-wrap img {
  width: 100%; /* Width of new image */
  height: auto;
}

.banner-vol, .banner-metrofresh, .banner-xmas {
  display:none;
}

.landingpagebanner a{
  border: none!important;
}

.landing-pics .landingtitle {
  padding-left:10px;
  padding-right:10px;
}

.landing-pics .landingdesc {
  margin-left:12px;
  margin-right:12px;
}
.landing-pics li {
  margin-bottom:20px!important;
}

.landing-pics li a {
  min-height:120px!important;
  padding:36% 0 0!important;
  background-size:100% auto;
  background-position:left top!important;
  background-color:#fff;
  border: 1px solid #e3dede !important;
}

/* Refactor above for accessibility */
li.landingbox.pics .landingtitle {
    padding-left: 10px;
    padding-right: 10px;
}

li.landingbox.pics .landingdesc {
    margin-left: 12px;
    margin-right: 12px;
}

li.landingbox.pics {
    margin-bottom: 20px!important;
}

li.landingbox.pics a {
    min-height: 120px!important;
    padding: 36% 0 0!important;
    background-size: 100% auto;
    background-position: left top!important;
    background-color: #fff;
    border: 1px solid #e3dede !important;
}

.bignumber {
  font-size: 6em;
    font-weight: 900;
}
.bignumber span {
  display:block;
  font-size: 0.3em;
  font-weight: normal;
}

.banner-small {
  border-bottom: 0 none !important;
    border-left: 1px solid;
    color: #005A73;
    float: right;
    font-size: 3em;
    font-weight: 900;
    margin-left: 3%;
    padding: 0 10px 10px;
    width: 47%;
}
.banner-small span {
 color: #444;
    display: block;
    font-size: 0.45em;
    line-height: 1.6em;
    margin-top: 10px;
  font-weight:normal;
}

.snippets-text {
  border-bottom: 0 none !important;
    border-left: 1px solid;
    color: #005A73;
    float: left;
    font-size: 2.4em;
    font-weight: bold;
    margin-left: 0%;
    padding: 0 10px 10px;
    width: 95%;
    margin-bottom: 24px;
}
.snippets-text span {
 color: #444;
    display: block;
    font-size: 0.6em;
    line-height: 1.6em;
    margin-top: 10px;
  font-weight:normal;
}

.accesspoint-wrapper {
  width:100%;
  height:300px;
}

.accesspoint-wrapper iframe {
  width:100%;
  height:100%;
}

.pin-blue {
  background:url('/SiteElements/Images/pin-blue.png') no-repeat left center;  
}
.pin-orange {
  background:url('/SiteElements/Images/pin-orange.png') no-repeat left center;
}
.pin-green {
  background:url('/SiteElements/Images/pin-green.png') no-repeat left center;
}

.map-pins {
  list-style: outside none none !important;
    margin: 20px 0 0 !important;
}
.map-pins li {
  padding-left:30px;
}
.pin-blue,
.pin-orange,
.pin-green {
  background-size: 19px 27px;
  padding: 4px 0;
}


/* PROPERTY TO BUY PAGE: http://www.wigan.gov.uk/Resident/Housing/Buying/Properties-available-to-buy.aspx */
.property-tobuy {
  float:left;
  background:#fff;
  width:100%;
  margin-bottom:20px;
}
.property-tobuy:first-of-type {
 margin-top:35px; 
}

.property-image {
  float:left;
  width:100%;
}
.property-image img {
  width:100%;
  height:auto;
  display:block;
}
.property-details {
  padding:0 4% 20px 4%;
  float:left;
  width:92%;
}
.property-details h2 {
  font-weight: bold !important;
    line-height: 1em;
    margin: 0;
    padding: 20px 0 5px;
  font-size:1.7em!important;
}
.property-details h2 a {
 color: #004b62 !important;
    display: inline-block;
    margin: 0 !important;
  text-decoration:underline;
}
.property-details h2 a:hover {
  text-decoration:none;
  color:#0096C1;
  cursor:pointer!important;
}
.property-bedrooms {
    color: #333;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}
.property-details ul {
  list-style:square;
  margin:15px 0 0px 15px;
  padding:0;
}
.property-details ul li {
  font-size:1.3em;
}

.property-price {
  	background: #004b62 none repeat scroll 0 0;
    clear: both;
    float: left;
    height: 105px;
    width: 100%;
}
.property-price p {
  color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 4%;
}
.property-agent {
  	border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    float: left;
    width: 23%;
  height:105px;
}
.property-agent img {
  	height: auto;
    margin: 5%;
    width: 90%;
}

.property-contact {
  	border-top: 1px solid #eee;
    float: left;
    padding-left: 2%;
    width: 34.8%;
 	height:80px;
  	font-weight: bold;
}

.property-contact a{
  	font-weight: 400;
}



/* ACCESSIBILITY PAGE - BROWSEALOUD IMAGES */

.browsealoud-toolbar {
  float: left;
    margin: 20px 0;
    width: 84%;
}
.browsealoud-icon {
     float: left;
    margin: 20px 5% 20px 0;
    width: 11%;
}

.browsealoud-toolbar img, .browsealoud-icon img {
 width:100%;
  height:auto;
}



/* SAFEGUARDING LANDING PAGE */

.sg-box {
  float:left;
  width:48%;
  background:white;
  border-bottom:1px solid #ddd!important;
  text-align:center;
  color:#fff!important;
}
.sg-box:hover {
 color:#fff!important; 
}
.sg-box:first-child:hover span {
  background:#ab449b;
}
.sg-box:nth-child(2):hover span {
  background:#8c145b;
}
.sg-box:first-child img {
 height: auto;
    margin: 8.4% 0;
    width: 68%;
}
.sg-box:nth-child(2) img {
  height: auto;
    margin: 5%;
    width: 39%;
}
.sg-box:nth-child(2) {
  margin-left:4%;
}
.sg-box span {
 background: #333 none repeat scroll 0 0;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
  transition:all .3s ease;
  
}


/* FOI LIST VIEW PAGE
==========================================================================*/

.foi-search__fieldset {
	border-bottom: 1px dotted #bdccdb!important;
    margin-bottom: 15px!important;
	padding: 0 0 15px 0;
}

.foi-search__row {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.foi-search__field-wrapper {
    margin-bottom: 15px;
	width: 100%;
}

.foi-search__label {
    box-sizing: border-box;
    color: #333333;
	display: block;
	font-family: "proxima-nova";
    font-size: 1.5em;
	padding: 0.4em 0 0.7em 0;
}

.foi-search__text,
.foi-search__select-list {
	border: 1px solid #CCCCCC;
    box-sizing: border-box;
	display: block;
	font-family: "proxima-nova";
    outline: none;
	padding: 10px 1%;
	transition: box-shadow 0.30s ease-in-out;
	width: 100%;
}

.foi-search__text:focus,
.foi-search__select-list:focus {
	box-shadow: 0 0 0 2px #fec724, 0 0 0 4px #000, 0 0 4px 8px #fec724;
}

.foi-search__button {
	background-color: #2E4A59;
    border: medium none;
    border-radius: 6px;
    box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "proxima-nova";
    font-size: 1.5em;
    font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 10px;
    width: 100%;
}

.foi-search__button:hover,
.foi-search__button:focus {
	background-color: #2A6500;
}

.foi-result__output {
    margin-bottom: 20px;
}

.foi-result__heading {
    display: none;
}

.foi-result__item {
    display: flex;
	flex-direction: column;
    font-size: 1.5em;
	justify-content: space-between;
	margin-bottom: 25px;
    padding: 0;
}

.foi-result__link {
    margin-bottom: 10px;
}

/* BUILDING HISTORY BLOG
==========================================================================*/

.sys_news-record .image-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 30px 0;
}

.sys_news-record figure {
    margin: 0;
}

.sys_news-record figure > figcaption {
    color: #444;
    font-size: 1.3em;
    font-weight: bold;
    background: white;
}

.sys_news-record section#bibliography p {
    font-family: serif;
}

.sys_news-record img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}


/* Small phone rules for homepage*/
@media only screen and (max-width: 320px) {
.ui-tabs-nav li {
    padding-bottom:12px;
}

.nav li a {
padding: 10px 15px;
}
 div.demo {
       padding:5px 0 0 0;
    }
}


/* SPECIFIC BREAKPOINTS START */
@media only screen and (max-width: 400px) {
.nav li a {
    padding: 7px 0;
}
 div.demo {
       padding:5px 0 0 0;
    }
  select#ContentPlaceHolder1_lbAddresses {padding:15px;}
}

@media only screen and (max-width: 450px) {
.ui-tabs-nav li {
    padding-bottom:18px;
}
}

@media only screen and (min-width : 420px)  {
 .intro-card-image, .intro-card-slider {
   width:400px;
} 
  .intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image,
.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-image img {
  width:400px!important;
  height:240px!important;
}
  .intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container,
  .intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-next,
.intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshowgallery-container .ad-prev {
  height:240px !important;
  }
  .intro-card .sys_theme-simple .sys_imageslideshowgallery-control .sys_imageslideshownav-control .sys_datarepeatercontrol {
  width:337px!important;
  }
  
 select#ContentPlaceHolder1_lbAddresses {padding:15px;}
  
  /* ROADWORKS BULLETIN THUMBNAIL MAP */

.map-thumb img {
	width:300px;
  height:129px;
  margin:0 auto 20px auto;
}

.library-box {
 width:48%;
}
  
.library-box:nth-child(odd) {
  margin-right:4%;
}

  

  
}
/* SPECIFIC BREAKPOINTS END */


/* Mobile (Landscape)
==========================================================================*/

@media only screen and (min-width: 321px) {    
    a.logo {
        top:20px;
    }    
    .content {
        padding:0 4%;
    }        
    .wrapper { 
        margin:0 auto;
    }
    /* LANDING PAGE */
    .bannerhalf {
        width:470px;
    }
    .box, .boxb, .boxc {
         margin-bottom:10px;
    }
    .boxa, .boxc, .boxe {
         margin-right:2%;
    }     
  select#ContentPlaceHolder1_lbAddresses {
    padding:15px;
  }
}

@media only screen and (min-width: 400px) {
    .emergency-icon {
        background:url('/SiteElements/Images/warning-triangle.png') no-repeat center center;
        display:block;
    	float: left;
    	height: 95px;
    	margin: 0;
    	text-indent:-9999px;
    	width: 95px;   
    }
    .emergency-title {
        margin:10px 0;    
    }
   select#ContentPlaceHolder1_lbAddresses {
     padding:15px;
   }
}

@media only screen and (min-width: 480px) {   
    ul.homeboxes > li {
        width:49%;
        float:left;
        padding:0;
    }
    ul.homeboxes > li:nth-child(2n) {
        margin-left:2%;
    }
    .content .photo-comp .sys_fieldcontent input {
        padding: 15px;
        width:317px;
    }
  /* IMAGES */
   .image, .image-last {
    width:auto;
    height:auto;
    float:right!important;
    margin:10px 0 15px 30px!important;
    clear:right;
  }
  .imagealtcaption {
    float: right;
    margin: 0 0 0 20px !important;
  }
  .imagealtcaption span {
    width: 96%!important;
    padding: 5px 2% 30px 2%!important;
  }
  .imagealtcaption img {
    width:auto;
    float:right;
  }
   .content a.imagepdf:before, .content-fullwidth a.imagepdf:before {
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:white;
    background:black;
    font-family:'icomoon';
    content:'\e7f9';
    position:absolute;
    top:1px;
    left:1px;
    font-size:1.6em;
  }

  .content a.imagepdf:hover:before, .content-fullwidth a.imagepdf:hover:before {
    background:#AB1106;
  }

  .content a.imagepdf img:hover, .content-fullwidth a.imagepdf img:hover {
      border-color:#AB1106;
  }

 
  
}



/* iPads (
)
=================================================================================== */

@media only screen and (min-width : 600px)  {
    body {
        background-position:0;
     }
     .outer-hdr {
         height:119px;
    }
    .hdr {
        height:88px;
    }
     .accessibility {
        display:block;
        height:28px;
        line-height:28px;
        width:100%;
        background: #333;
    }
    .access a {
    	font-size:1em;
	}

    .access a:visited {color:#221f1f;}


    .winterweatheralert {
        padding-top:10px;        
    }
    .searchbox input[type="submit"] {
        font-size:1.1em;       
    }
    .nav {
        bottom:0;
        left: 20%;
        right: 20%;
        width: auto;
    }
    .nav li {
        width:auto;
        margin-right:2px;
    }
    .nav li a {
        padding:14px 10px;
    }
    .image-holder {
        float:right;
        margin-left:40px;
        margin-right:15px;
    }
    .content {
      clear:both;
    }
 
    
    
   .contactform input[type="text"], .contactform textarea  {
        width:75%!important;
    }
    .contactform button {
        width:auto;
        padding: 10px 20px;
    }
    .sys_record-image-control {
        margin-left:40px;
    }
  
  
  .ui-tabs-vertical .ui-tabs-nav li {
    width:85%;
    padding-left:15%;
  }
    .tab-content-wrap ul {
        list-style:none;
        padding:0;
        margin:0;
        height:170px;
    }
    .tab-content-wrap ul li {
        margin: 0 3% 5px 0;
        width:47%;
        float:left;
    }
    .tab-content-wrap ul li a {
        border:1px solid #333; 
        text-decoration:none;
        border-radius:5px;
        display:block;
        color:#999;
        font-size:1.2em;
        height:35px;
        line-height:35px;
    }
    .tab-content-wrap ul li a:hover {
        background-color:#222;
        color:#008EC1;
        border:1px solid #444;
    }
    .tab-pane div h1 {
        font-size: 3.3em;
    }
    .tab-pane div p {
        font-size: 2em;
    }
    
    /* EVENTS ARTICLE */
    .event-article-wrap p {
        clear:none;
    }
    /* EVENTS ARTICLE IMAGE */
    .event-article-wrap .sys_record-image-control {
        float: right;
        margin-left:25px;
    }
    
    /* NEWS ARCHIVE */
    .news-list-wrap dd.sys_news-description {
        font-size:1.5em;
    }
    .news-list-wrap .sys_keyword-row input {
        float:left; 
        padding: 10px 3%;
        width: 60%;
    }
    .news-list-wrap input.sys_search-button {
        float: right;
        font-size: 1.4em; 
        margin: 0; 
        padding: 8px;
        width: 32%;
    }
    .search-results-wrap .sys_search-filter-box {
         width: 48.6%;
         float:left;
         clear:none;
    }
     .search-results-wrap .sys_website-filter {
        margin-right:2%;
    }
    .home-sub-box h2 {
      	background:none;
    }
    .fmn-box {
        margin: 0 2% 0 4%;
        width: 44% !important;
    }
    .headlines-box {
        margin: 0 4% 0 2%;
        width: 44% !important;
    }
    .interactions-box {
        margin: 0 4% 0 2%;
        width: 44% !important;
    }
  
  	.business-news-box,
  .council-news-box {
  margin:0 5%!important;
      width:40%!important;
}
  .business-news-box .sys_itemslist,
  .council-news-box .sys_itemslist {
    width:100%;
    margin:0;
  }
.business-slider-box,
  .council-slider-box {
  width:40%;
  margin:75px 5% 0!important; 
}	
  
 
  
    .tab-pane ul li a span.subitem-desc {
        display:block;
        font-size:0.8em; 
        font-weight:normal;
        line-height: 1.2em;
        margin: 5px 0 0;
    }
    .tab-pane ul li a {
        /*margin-bottom:10px;*/
        font-size:1.5em;
    }
    .ui-tabs .ui-tabs-nav li a {
        font-size:1.6em;
    }
    .toptabs li a {
        height:100px;
    }
    .intro-banner { 
        margin: 0 auto 40px auto;
        /* width:694px;*/
    }
    
    ul.believe-photo-comp-entries li {
        float: left;
        width:47%;
    }
    .photo-comp-vote {
        width:44%;
    }
    
    .lwfg-logo {
        width:346px;
        height:153px;
        background-size:346px 153px;
    }
  .lwfg-feat-yt {
        clear: both;
        display: block;
        height: 240px;
        margin: 0 auto 20px;
        width: 450px;
    }
    .content-fullwidth .sys_events-record .sys_record-image-control {
        float:right;
        margin:0 0 0 30px;
    }
    
    /* FLOAT IMAGE SLIDER WEB CONTROL TO THE RIGHT */
    .imgslider {
        float:right;
        clear:right;
        margin:20px 20px 40px 40px;
    }
    
    /*
    UN-CLEAR THE NEXT PARAGRAPH AFTER THE WEB CONTROL */
    .imgslider + p {
        clear:none;
        padding-top:0;
    }
    
    .landingbox4col {
        width:48%!important;
        float:left;
    }
    

    .landingbox4col:nth-child(2),
    .landingbox4col:nth-child(4){
         margin-left:4%;
    }
    
    .library-gmap {
        clear:none;
        float:right;
        margin-bottom:20px;
        width:300px;
    }
    
    /* RESPONSIVE IMAGES */  
    
    .img150pxwrap, .img200pxwrap, .img300pxwrap, .img150pxwrap-fixtop, .img200pxwrap-fixtop, .img300pxwrap-fixtop {
        float:right;
        margin:0 0 20px 20px!important;
        clear: both;
    }

    .img300pxwrap, .img300pxwrap-fixtop {
        width:300px;
    }

    .generic-slider .rsDefault .rsArrowIcn {
        top:37%!Important;
    }
  .slider-small h2:before {
  	margin-top:-10%!important;
  }
    
    
    
    .collection-wrap {
        float: left;
    }
    .showhide-wrap {
        border-top: none!important;
        margin-left: 0;
        padding: 0;
        width: auto !important;
    }
     .showhide-wrap ul {
        margin-top:0;     
    }
    .showhide-content {
        display:block;
    }
    .showhide-btn {
        display:none;
    }
    
    .showhidecollections h3, .showhidelocalcollection h3 {
        display:block;
        padding-bottom:20px;
    }
    .showhidecollections, .showhidelocalcollection {
        float:left;
        width:48%;
    }
    .showhidecollections {
        margin-right:4%;
    }
    
    
    .showhidecontent .showhide-btn {
        display:block!important;
    }
    .showhidecontent .showhide-content {
        display:none;
    }
    .showhidecontent .showhide-wrap {
        margin-bottom:0!important;
    }
  
  
  .listnocss {
    margin:25px 0 25px 15px!important;
    list-style:none!important;
  }
    
    /* INLINE ICONS */
.facebooklink, .twitterlink, .flickrlink, .linkedinlink, .instagramlink, .applelink, .androidlink, .winlink, .googlelink, .youtubelink {
    display:inline;
}

.facebooklink:before {
    content: "\e7f7";
    font-family:'icomoon';
    color:#3B579D;
    margin-right:4px;
}

.twitterlink:before {
    content: "\e9e7";
    font-family:'icomoon';
    color:#5EA9DD;
    margin-right:4px;
}

 .linkedinlink:before {
	content: "\e9f2";
   font-family:'icomoon';
   color:#3B579D;
   margin-right:4px;
 }
  
.flickrlink:before {
    content: "\e9e3";
    font-family:'icomoon';
    color:#5EA9DD;
    margin-right:4px;
} 
  
   .instagramlink:before {
    content:"\e9ff";
    font-family:'icomoon';
    color:black;
    margin-right:4px;
    }

    .youtubelink:before {
    content:"\e990";
    font-family:'icomoon';
    color:#ae0000;
    margin-right:6px;
    }
  
  .applelink:before {
    content: "\ea10";
    font-family:'icomoon';
    color: #666666;
    margin-right:4px;
}  
  
  .androidlink:before {
    content: "\ea0f";
    font-family:'icomoon';
    color:#A4CA39;
    margin-right:4px;
}  
  
  .winlink {
    padding-left:21px;
    background:rgba(0, 0, 0, 0) url("../../SiteElements/Images/icon-windows.png") no-repeat scroll 2px 2px / 15px 15px;
  }

  .googlelink {
    padding-left:21px;
    background:rgba(0, 0, 0, 0) url("../../SiteElements/Images/icon-googleplay.png") no-repeat scroll 2px 2px / 15px 15px;
  }
  
 .library-all-map {
     display:block;
     width:100%;
     height:350px;     
 }
 .toptabs li a span:before {

        margin-bottom:20px!important;
    }
    .floatright {
        float:right;
        margin:0 0 30px 20px;
    }
    
    /* 50% LAYOUT STYLES */

    .fiftypc {
        width:42%!important;   
        float:left;
        padding:0 4%!important;
    }
    .fiftypc:first-child {
        margin-right:4%;
    }
    
  
  
  
  /* MAIN CMS NEWS IMAGE */
  .sys_theme-simple .sys_record-control .sys_record-image-control {
    float:right!important;
    margin:0 0 15px 30px;
    width:40%;
    height:50%;
}
  
  .landing-banner {
        display:block;
        clear: both;
        margin: 0 auto 40px;
        width: 100%;
    }
     .landing-banner img {
      	width:100%;
       	height:100%;
     }
  .map-thumb img {
	margin:0;
    float:right;
    clear:none;
}
   .map-thumb span {
     width:38%;
     float:left;
   }
  
  /* FEATURED CONTAINER - WINTER SERVICES PAGE */
  .image_container {
  	float: left;
  }
  .featured_container {
    text-align:left;
  }
  
  .featured_container h2 {
  margin: 0 0 0 0px!important;
  }
  
  .featured_container ul {
      float: left;
      margin: 0 0 0 42px;
      width:65%;
    clear: none;
  }
  
    .image_parking {
  	float: left;
  }
  
   .feat_desc p {
      float: left;
      margin: 10px 0 0 20px;
      width: 49%;
  }

      .roadwork-wrapper {
    margin: 20px 0;
    width: auto;
    height: auto;
    float: left;
    clear: both;
    }
  
  
  
  /* FEATURED CONTAINER - COUNCIL PERFORMANCE */  
   .image_container_icon {
  	float: left;
  }
  
  .banner-thedeal img {
  width:299px;
  height:62px;
}
  
  
  .large-only {
  display:block;
}
.small-only {
  display:none;
}
  
  .btn-fifty {
    font-size: 2.8em;
  }
  
  
  /* ACCESSIBILITY PAGE - BROWSEALOUD IMAGES */
  .browsealoud-images {
  float:right;
}
  
.browsealoud-toolbar {
float:right;  
}
.browsealoud-icon {
  float:left;
  margin-right:20px;
}
  

.listiclename {
    line-height: 2.9em;  
}  


    /* FOI LIST VIEW PAGE
    ==========================================================================*/

    .foi-search__field-wrapper:not(:last-of-type) {
        margin-right: 10px;
    }

    .foi-result__heading {
        background-color: #E0E7F5;
        display: flex;
        flex-direction: row;
        font-size: 1.5em;
        font-weight: bold;
        justify-content: space-between;
        margin-bottom: 10px;
        padding: 15px 10px;
    }

    .foi-result__item {
		flex-direction: row;
		margin-bottom: 10px;
        padding: 0 10px;
	}

    .foi-result__link {
        margin-bottom: 0;
    }

    /* BUILDING HISTORY BLOG
    ==========================================================================*/

    .sys_news-record .image-row {
        flex-direction: row;
    }

    .sys_news-record .image-row > figure {
        margin: 0;
    }

    .sys_news-record figure {
        justify-self: center;
        margin: 30px 0;
    }

    .sys_news-record .image-row > figure {
        flex: 0.4;
    }

    .sys_news-record figure.float-right {
        float: right;
        margin: 0 0 30px 30px;
    }
}
    



/* iPads (landscape)
=================================================================================== */

@media only screen and (min-width : 768px) {  
    .content ul li ul li, .content-fullwidth ul li ul li {
        font-size:1em; 
        background:url("../../SiteElements/Images/blt-rht.png") no-repeat 3px 8px;
        background-size:8px 5px;
    } 
    .content h1, .content-fullwidth h1 {
        margin-bottom:15px;
    }
 
    .searchbox input[type="submit"] {
       font-size:1.3em;
       width:70px;
    }
    ul.homeboxes li ul li {
        padding:0 0 0 23px;
    }
    .fmn-box input.sys_searchbox, .fmn-box input.sys_search-button {        
        font-size:1.3em;     
    }
    ul.homeboxes li {
        width:15.7143%;
        margin-right:5.35714%;
        padding-left:0;
    }
    ul.homeboxes li:nth-child(5n) {
        margin-right:0;
    }
    ul.homeboxes > li:nth-child(2n) {
        margin-left:0;
    }
    ul.homeboxes li ul li {
        width:100%;
        padding:0 0 0 16px;
    }
    .searchbox .sys_search-query-control {       
        border-radius:5px;
    }
    .searchbox .sys_search-query-control > input:focus {
        box-shadow:0;
    }
    .sidebar {
      float:right;
      width:23%;
      padding:30px 2% 40px;
      clear:none;
      margin-top:0;      
      border-top:none;
    }
  .content {
      clear:left;
      float:left;
      width:69%;
      padding:0 2% 40px 2%;
   }

   .footer-block-1, .footer-block-2, .footer-block-3, .explore, .social-media, .ratepage,
   .ie8 .explore, .ie8 .social-media, .ie8 .ratepage {
       width:29%;
	   float:left;
	   clear:none;
    }
	.footer-block-1, .explore, .ie8 .explore {
		margin:45px 0 40px 3%;
	}

    .footer-block-1 ul {
        column-count: 2;
    }

    .footer-block-2, .social-media, .ie8 .social-media {
		margin:45px 3.5% 0 3.5%;
    }
	.footer-block-3, .ratepage, .ie8 .ratepage {
		margin:45px 3% 0 0;
	}

    .social-icons {
    float: right;
    margin: 0;
    }

    .atoz {
       width:96%;
    }   
    .ftr-floor {       
        padding-left:0;
    }
    .ftr-floor p {
        padding:0 20px;
    }
    .css-switchers {
        display:none;
    }
    .news-wrap {
        height:300px;
        width:50%!important;
        float:right;
        clear:none;
        margin-top:0;
    }
    
    /* HOMEPAGE TABBED SLIDER */    
    .tabs {
        width:68%!important;
        height:350px;
    }
    .fake-sidebar {
        width:32%;
        height:200px;
        background:red;
        float:right;
        display:block;
    }
    .ui-tabs-vertical .ui-tabs-panel { 
        width: 74%;
        padding:0 2%
    }
    .ui-tabs-vertical .ui-tabs-panel {
        width: 61%;
        padding:0 2% 20px 5%;
        border-left:1px solid #282828;
    }
    .news-list-wrap .sys_news-search-control {
        float:right;
        width:21%;
        padding:2%;        
    }
    /*
    .news-list-wrap .sys_standard-list {
        width:73%;
    }
    */
    .news-list-wrap .sys_keyword-row input {
        float:none; 
        padding: 10px 3%;
        width: 94%;
    }
    .news-list-wrap input.sys_search-button {
        float: none;
        font-size: 1.6em; 
        margin: 10px 0 0 0;
        padding: 7px 0;
        width: 100%;
    }
  
  	.news-sources {
      border-top: none;
      margin-top: -30px;
      padding-top: 0;
    }
  	.news-sources-social {
      float:left;
      width:20%;      
      margin-right:2%;
    }
    .news-sources-twitterfeed {
      float:left;
      width:27%;
      margin: 0 4% 0 0;
      border:none;
      padding:0;
    }
    .news-sources-boroughlife {
      float:left;
      width:47%;
      clear:none;
    }  
  
  
    
    .search-results-wrap .sys_search-filter-box {
         margin-top:0;
    }
    .search-results-wrap .sys_search-filter-box {
        background: none repeat scroll 0 0 #EFEFFF;
        border: 1px solid #D2E1F0;
        float: right;
        padding: 10px 0;
        width: 25%;
        clear:both;
    }
    .search-results-wrap .sys_datarepeatercontrol {
        /* ACTIVATE WITH FILTERS width:73%; */
        clear:none;
        width:100%;
     } 
    .search-results-wrap .sys_website-filter {
        margin-right:0;
    }
     .search-results-wrap .sys_website-filter ul li.sys_selected, .sys_date-filter ul li.sys_selected {
        background:url("/SiteElements/Images/bg-search-term-side-arrow.png") no-repeat scroll left;
        margin-left:-9px;
    }
    .search-results-wrap .sys_subitem > div {
        width:98%;
        /* CHANGE TO 71% WHEN FILTERS ARE DISPLAYED */
    }
     .search-results-wrap .sys_search-filters > a {
        display:none;
     }
     .search-results-wrap .sys_search-filters > h2 {
        background: none repeat scroll 0 0 #4D585E;
        color: white;
        float: right;
        font-size: 1.5em;
        margin: 0;
        padding: 1%;
        width: 23%;
        text-transform:uppercase;
    }
    
    .search-results-wrap > div:nth-child(1) {
        margin-bottom:20px;    
    }

    
    /* LANDING PAGES */
  
     .banner-mobile {
        display:none;
    }
    .banner-desktop {
        display:block;
    }
  
  
    ul.landing li {
         clear:none;
         width:49%;
         font-size:1.4em;
    }
    ul.landing li a {
        padding:3% 2%;
        font-size:0.7em;
    }
    .landing-page-more ul li, .homepage-more ul li {
        padding-right: 31px;
        width: 280px; 
    }
    .landing-page-more ul li:nth-child(2),
    .landing-page-more ul li:nth-child(5),
    .landing-page-more ul li:nth-child(8),
    .landing-page-more ul li:nth-child(11),
    .landing-page-more ul li:nth-child(14),
    .landing-page-more ul li:nth-child(17),
    .landing-page-more ul li:nth-child(20){
        xmargin: 0 35px;
    }
    h2.landinghdr {
        clear:both;
    }
    
    .landingbox1col, .landingbox2col, .landingbox3col {
        xmargin-bottom:0;
    }
  

    .landingbox2col:first-child {
        margin-right:3%;
        width:65%!important;
    }
    .landingbox2col:nth-child(2) {
      	width:32%!important;
	}
    .landingbox3col {
        width:30%!important;
    }
    .landingbox3col:nth-child(2) {
        margin:0 5%;
    }
    
    
    .lwfg-latest img {
    
    width: 26%;
}  
       .lwfg-feature-wrap ul li {
        width: 32%;
    }

    .lwfg-feature-wrap ul li:nth-child(2) {
        margin:0 1.9%;
    }
    
    
    
.sys_cms-form-control ul.sys_cms-form-body li.sys_date input {
    width: 48%;
}
.content-fullwidth .sys_cms-form-control select, .content .sys_cms-form-control select {
    width:50%!important;
}


  
    .feat_desc p {
      float: left;
      width: 40%;
  }
   
  
  

/* FACEBOOK LIKE BOX */
.lwfg-fblikebox {
    margin-top:0;
}

 .fancybox-inner #inline1,
  .fancybox-inner #inline2,
   .fancybox-inner #inline3,
    .fancybox-inner #inline4,
     .fancybox-inner #inline5,
      .fancybox-inner #inline6,
       .fancybox-inner #inline7,
        .fancybox-inner #inline8,
        .fancybox-inner #inline9,
         .fancybox-inner #inline10,
          .fancybox-inner #inline11,
  .fancybox-inner .wcfancybox {
        width:600px;    
    }
  
    .fancybox-inner p { 
    font-size:1.5em;
}
.landing .alertbanner {
    margin:-30px 0 35px !important;
}
  
 

  
  

.banner-wiganworks {
            background:url('../../Images/Business/Business-Support/ww-banner-d.jpg') no-repeat;
            background-size:100%;
            margin:-37px 0 5px 0;
            padding:0;
        }
        
        
        
        .banner-wiganworks img:nth-child(1) {
            display:none;
        }
        .banner-wiganworks img:nth-child(2) {
            display:block;
        }
  
  .news-contact-info {
    margin-top:35px;
    padding:20px 3%;
  }
  
  .banner-vol, .banner-metrofresh, .banner-believe, .banner-edible, .banner-thedeal, .banner-xmas, .banner-metrofresh, .banner-vol, .banner-lwfg  {
  	margin:-60px 0 35px!important;
  }
  
  .banner-xmas, .banner-metrofresh, .banner-vol {
 display:block;
   
}
  .banner-metrofresh, .banner-vol  {
    float:left;
  }

  .banner-xmas-m, .banner-metrofresh-m, .banner-vol-m {
 display:none; 
}
  
  .accesspoint-wrapper {
  height:500px;
  }

  
  /* PROPERTIES TO BUY */
  
.property-image {
   width:40%;
}
.property-details {
 	padding: 0 2%;
    width: 54%;
}
.property-price {
  width:40%;
}
  
  .interactions {
        margin-bottom: 0;
     	float:none;
    }

    .snippets-text {
        width: 29%;
    }


    /* FOI LIST VIEW PAGE
    ==========================================================================*/

    .foi-search__row {
		flex-direction: row;
	}

    .foi-search__button {
        width: 36%;
    }
}


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

    .searchbox {
        margin-top:23px;
    }

    #cludo-search-form input[type="search"]:focus {
    width: 230px!important;
}
}

@media only screen and (min-width : 960px) {
    .emergency {
        /* display:none; */
        /*height:158px!important;*/
    }
    .emergency-wrapper {
        float:none;
        height: 120px;
    	width: 960px;    
    }
    .emer-left{
    	border-bottom: none;
    	width: 380px;
        margin: 0;
    }
    .emergency-icon {
    	margin: 13px 0 13px 13px; 
    }
    .emergency-title {
    	margin: 22px 0;
    	padding: 0 18px 0 0;    
    }
    .emergency-title h1 {
    	clear: none;
    	color: #FFFFFF;
    	float: right;
    	font-size: 3em;
    	font-weight: normal;
    	margin: 3px 0 5px;
    }
    .emergency-title span {
    	clear: right;
    	color: #E36164;
    	float: right;
    	font-size: 2em;    
    }
    .emer-right{
    	border-left: 1px solid #FFFFFF;
    	padding: 0 10px 0 14px;
    	width: 550px; 
    }
    .content-fullwidth-homepage-business .alertbanner,
    .content-fullwidth-homepage .alertbanner {
    xwidth:910px;
}
    .lwfg-feature-wrap p {
         width:33%;
     }
     .lwfg-feat-yt {
        border: 10px solid #FFFFFF;
      float: right !important;
      margin: -295px 54px 0 0;
    }
    
    .ie7 .lwfg-feat-yt {
        margin:30px 35px 0 0;
    }
  
  	.banner-fostering {
      	display: block;
      	margin-bottom: 40px;
        width: 100%!important;
        height: auto!important;
    }

    .banner-fostering .sys_banner-wrapper {
        display:block;
    }
    .banner-fostering-bg {
        display:none;
    }
     .landingbox1col .banner-greenheart .sys_banner-wrapper {
     margin:-10px 0 0px;
    }
     .landingbox4col {
        width:22.75%!important;
    }
    .landingbox4col:nth-child(2), .landingbox4col:nth-child(3), .landingbox4col:nth-child(4) {
        margin-left:3%;
    }
    .lensflair-slider {
        margin-top:-45px;
    }
    .library-all-map {
        height:500px;     
    }
    .emergencyimage img{
    max-width:960px!important;
    }
    ul.imgstack {
    width:auto;
}
ul.imgstack li {
    float:left;
    margin-right:15px;
}
ul.imgstack li:first-child { width:195px; }
ul.imgstack li:nth-child(2) { width:299px;}
ul.imgstack li:nth-child(3) { width:155px; margin-right:0;}
  
    .intro-card {
    padding:20px;
  }
  .intro-card h2, .intro-card p {
  float:left;
  width:32%;
    margin-left:0!important;
    text-align:left;  
}
  .intro-card h2 {
  font-size:1.8em!important;
  }
  
  .intro-card-image, .intro-card-slider {
  float:right;
    margin-bottom:0!important;
}

/* opening times accordion */
.library-box {
 width:18.4%;
  margin:0 2% 20px 0!important;
}
  
.library-box:nth-child(5),
  .library-box:nth-child(10),
  .library-box:nth-child(15) {
  margin-right:0!important;
}
  
  .tutslist li {
  float:left;
    width:33%;
}
  
 .feat_desc p {
      width: 50%;
  }
     
  
   
    /* YOUTUBE WRAPPER FOR GENERAL USE */
    .youtube-wrapper {
        height: 400px;
        margin: 20px 0;
        width: 600px;
    }


  

    /* FOI LIST VIEW PAGE
    ==========================================================================*/

    .foi-search__button {
        width: 26%;
    }
}


/* Desktops
=================================================================================== */
@media only screen and (min-width: 992px) {
    
    body {
        background: #ffffff;
    }
    .wrapper {
        width:960px;
    }
    .access {
        width:960px; 
    }
    .access #skip a {
        padding-left:2px;
    }
    .access #skip a:hover {
        color:#221f1f;
    }
    .hdr {
        width:960px;
        margin:0 auto;
        height:73px;
    }
    .ie7 .hdr {
        height:96px;    
    }
    .outer-hdr { 
        margin:0 auto;
        width:100%;
        height:106px;
    }
    .searchbox input[type="text"] {
        background: url("../../SiteElements/Images/mag.gif") no-repeat scroll 10px center white;
        font-size: 1.3em;
        width: 155px;
    }
    a.logo {
      width:128px;
      height:67px;
      background: url('../../SiteElements/Images/Council-PwU-logo.svg') no-repeat center;
   }
    a.logo img {
        width: 100%;
        display: block;
        max-width: 159px;
    }
    .access #skip a:first-child, .access #skip span {
        display:inline-block;
    }
    .access #skip a, .access {
        height:30px!important;
        line-height:30px;   
    }
    .access #skip a:first-child {
        display:inline-block;    
    }
   .access #skip a:before {
        content: "";
    }
    .nav {
       bottom:0;
       right: 29%;
    }
    .nav li a {  
        text-align:left;
        font-size:1.6em;
        font-weight:bold;
    } 
    .nav li a:hover, .nav li a:active {
         background: #fff;
         color: #221f1f;
         transition:background 0.2s;
    	-webkit-transition:background 0.2s;
   		-ms-transition:background 0.2s;
         border-bottom:4px solid #fff;
         text-decoration: underline;
    }
    .content-fullwidth {
       width:100%!important;
       margin:0!important;
    }
    .content {
        clear:left;
        float:left;
        padding:0 0 40px;
        width:71%;
    }
    .ie8 .content {
        width:73%;
    }
    ul.landing li { 
      width:32%;
      padding:0;
    }
    ul.landing li a {    
        min-height:150px;
    }
    .boxa, .boxc, .boxd, .boxf {
      margin:0;
    }
    .boxb, .boxe {
      margin:0 2%;
    }
    .sidebar {
        padding:30px 0 40px 0;
        width:25%;
    }
    .ie8 .sidebar {
        width:25%;
    }
    .inner-ftr {
      padding-top:20px;
   }
   .atoz {
        border-radius:5px;
   }
    .atoz-hdr {
        display:none;
        color:#FBFBFB;
        float: left;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 6%;
        font-size:1.8em;
        margin-top:20px;
        background:#4D585E;
    }
    .atoz  {
      margin:0;
      padding:0;
      width:100%;
      margin-top:20px;
      border-radius:5px;
   }

   .breadcrumb div {
       margin-top:30px;
     }
   
   /* SIDEBAR WEB CONTROLS/RELATIONSHIPS */
   
   .interactions ol li {
        width:96%;
        margin:0 2%;
    }
    .interactions ol li a {
        background:url('../../SiteElements/Images/icon-btn-arrow.png') no-repeat 96% center #2E4A59;
        font-size:1.5em!important;
    }    
    .interactions ol li a:hover {
        background-color: #205D70!important;
    }
    .interactions h2, .interactions h3 {
        padding-left:49px;
    }
    .report-button h2, .reportpdf-button h2,  .report-button h3, .reportpdf-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-report.png') no-repeat 20px 2px;
    }
    .apply-button h2, .applypdf-button h2, .apply-button h3, .applypdf-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-apply.png') no-repeat 20px 2px;
    }
    .pay-button h2,  .pay-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-pay.png') no-repeat 20px 5px;
    }
    .book-button h2, .book-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-book.png') no-repeat 6px 2px;
    }
    .sayit-button h2, .sayit-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-say.png') no-repeat 6px 2px;
    }
    .toptask-button h2, .toptask-button h3 {
        background:url('../../SiteElements/Images/icon-interaction-toptask.png') no-repeat 6px 2px;
    }
    .report-button h2, .apply-button h2, .pay-button h2, .reportpdf-button h2, .applypdf-button h2,
   .report-button h3, .apply-button h3, .pay-button h3, .reportpdf-button h3, .applypdf-button h3 {
        background-position:7px 2px;
    }
    .relatedcontact h2, .relatedcontact h3 {
    	font-size:1.2em!important;
    }
    .relatedpdf h2, .relatedpdf h3 {
    	font-size: 1.8em!important;
  }
    .relatedpage h2, .relatedpage h3 {
		font-size:1.8em!important;
  }
    .relatedlinks h2, .relatedlinks h3  {
  		font-size: 1.8em!important;
  }
     .inthissection h2, .inthissection h3 {
  		font-size: 1.8em!important;
  }
    .relatedAddThis h2,  .relatedAddThis h3 {
       background:url('../../SiteElements/Images/icon-sidebar-share.png') no-repeat 3px 2px;
    }
    .relatedReturntopage h2, .relatedReturntopage h3 {
        background:url('../../SiteElements/Images/icon-sidebar-return.png') no-repeat left 3px;
    }
    .inner-ftr {
      width:960px;
   }
   
   .ftr-floor p {
        padding:0;
    }
    
  .footer-block-1, .footer-block-2, .footer-block-3, .explore, .social-media, .ratepage {
		width:31%;	
	}
   .footer-block-1, .explore {   
	   margin:45px 0 70px 0!important;
   }

    .footer-block-1 ul {
        column-gap: 60px;
    }

   .ie7 .explore {
       margin-bottom:45px;
      }
   
	.footer-block-3, .ratepage {
		margin:38px 0 0 0;
	}
  .fb-icon {
       background:url('../../SiteElements/Images/icon-facebook.png') no-repeat;
    }
    .twit-icon {
        background:url('../../SiteElements/Images/icon-twitter.png') no-repeat;
    }
    .yt-icon {
        background:url('../../SiteElements/Images/icon-youtube.png') no-repeat;
    }
    .flickr-icon {
         background:url('../../SiteElements/Images/icon-flickr.png') no-repeat;
    }
    .instagram-icon {
         background:url('../../SiteElements/Images/icon-instagram.png') no-repeat;
    }
  .linkedin-icon {
         background:url('../../SiteElements/Images/icon-linkedin.png') no-repeat;
    }
    .sidebar div ol li, .sidebar div ul li {
        background:url('../../SiteElements/Images/blt-rht.png') no-repeat 2px 10px; 
    }
    article ul li {
        background:url('../../SiteElements/Images/blt-rht.png') no-repeat 4px 10px;        
    }
    .relatedAddThis ul li a span.share-facebook {
        background: url("/SiteElements/Images/icon-share-facebook.png") no-repeat;
    }
    .relatedAddThis ul li a span.share-twitter {
        background: url("/SiteElements/Images/icon-share-twitter.png") no-repeat;
    }
    .relatedAddThis ul li a span.share-email {
        background: url("/SiteElements/Images/icon-share-email.png") no-repeat;
    }
    .relatedAddThis ul li a span.share-print {
        background: url("/SiteElements/Images/icon-share-print.png") no-repeat;
    }
    .relatedAddThis ul li a span.share-addthis {
        background: url("/SiteElements/Images/icon-share-addthis.png") no-repeat;
    }
  
    /* Royal slider arrows vertical align */
    .rsDefault .rsArrowIcn {        
        top: 40%;
    }

    /* RSS/ATOM LINKS ON NEWS ARCHIVE PAGE - CURRENTLY NOT IN USE */
    .news-list-wrap .sys_button-subscribe-atom a {
        background: url('/SiteElements/Images/bg-icon-atom.png') no-repeat 0 0 #F0F3FA;
    }
    .news-list-wrap .sys_button-subscribe-rss a {
        background: url('/SiteElements/Images/bg-icon-rss.png') no-repeat 0 0 #F0F3FA;
    }
    .news-list-wrap .sys_button-subscribe-atom a:hover {
        background-color: #215a9c!important;
        color:white;
        border-radius:3px;
    }
    .news-list-wrap .sys_button-subscribe-rss a:hover {
        background-color: #ff9c39!important;
        color:white;
        border-radius:3px;
    } 
    .sys_website-filter ul li.sys_selected a, .sys_date-filter ul li.sys_selected a {
        height:29px;
        line-height:29px;
    }
    
    .toptabs li a span:before {
        font-size:3.2em;
        margin-bottom:25px!important;
    }
    .ie7 .toptabs li a span {
        font-size:2.2em;
        margin-left:0;
        margin-bottom:0;
    }
    .toptabs li a {
        height:115px;
        text-decoration:none;
    }
    .ie7 .toptabs li a {
        height:130px;
    }
    .tab-pane {
        padding-top:15px;
    }
    /*
    .home-wrapper-fullwidth {
        background:url("../../SiteElements/Images/bg-sub.gif") repeat-x top #2A2F32;
    }
    */
    .home-wrapper {
        width:960px;
        margin:0 auto;
    }
  /*
  .content-fullwidth-homepage-business .home-sub-box {    
    width:40%!important;
  }
  */
    .news-box {
        float:left;
      width:32%!important;
    }
 
  
  .business-boxes .home-sub-box,
  .business-boxes .home-sub-box,
  .council-boxes .home-sub-box,
  .council-boxes .home-sub-box{
    width:40%!important;
  }
  
    /* HOVER STATES ON HOMEPAGE ICONS */
    .ui-tabs .ui-tabs-nav li a span:hover {
        color: #69ADF2;
    }
    
    .fmn-box {
        width:32%!important;
        margin:0!important;
    }
    .headlines-box {
        width:27%!important;
        margin:0 6% 0 1%!important;
    }
    .interactions-box {
        width:32%!important;
        margin:0 1% 0 1%!important;
    }
    .home-sub-box {
        float:left;
        margin-top:0;
    }
    .news-box .content-slider-bg {
        margin-top:75px;
    }
    
    #content-slider-1, #content-slider-2, #content-slider-3, #content-slider-4, #content-slider-5,
    #content-slider-6, #content-slider-7, #content-slider-8, #content-slider-9, #content-slider-10,
    #content-slider-11, #content-slider-12, #content-slider-13, #content-slider-14, #content-slider-15 { 
        margin: 0 auto;
        width: 960px;
    }
    .demo {
        margin:0 auto;
    }
    .toptabs {
        margin:0 auto;
        width:960px;
    }
    .tab-pane ul { 
        margin:0 auto;
        width:960px;
    }
    .tab-pane ul li {
        margin:0 1%;
        width:18%;
    }
    .ie7 .tab-pane ul li {
         width:17%;
    }
  .tab-pane ul li a {
      /*min-height:110px;*/
      min-height:90px;
  }
    .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a:hover {
        background-size:33px 17px;
    }
    .top-home-wrap {
        width:960px;
        margin:0 auto;
    }
    
    
    /* APPLY MARGIN ON A-Z PAGE WEB CONTROL */
    .atoz-control .sys_atoz-control {
        margin-top:5px;
    }
    
  /*   .alertbanner {
        float: none;
        margin:-20px auto 30px auto;
        padding: 2em 20px!important;
        width:93%;
    } */ 
    
    
   
     .alertbanner span.headline {
         font-size:1.8em!important;
    }
    .alertbanner span:nth-child(2) {
        font-size: 1.3em;
    }
    /*
    .openregister .alertbanner span.headline::before {
        font-size: 2em!important;
    }
    */
  
  .alertfiftypc {
  width:42.5%!important;
  float:left!important;
    height:100px;
}
.alertfiftypc:nth-child(2) {
  margin-left:3%!important;
  clear:none;
}
    
  
  
select#ContentPlaceHolder1_lbAddresses {padding:0px;}  
  
.listicleimg, .listicleimg img {
   width: 25%!important;
   clear:both;
}

.listiclep {
    width: 71%;
    padding: 11px;
    float: right;
    background: none;
}

}
   

/* Desktops
=================================================================================== */

@media only screen and (min-width: 1200px) {
    
    
    body {
        background:#ffffff;
    }
    .accessibility {
        display:block;
        height:30px;
        line-height:30px;
        width:100%;
        background: #221f1f;
    }
     a.logo {
      width:149px;
      height:67px;
      background: url('/SiteElements/Images/Council-PwU-logo.svg') no-repeat center;
      margin: 2px 0 0 10px;

   }
    a.logo img {
        width: 100%;
        display: block;
        max-width: 159px;
    }
    .searchbox input[type="text"] {
      background:url('/SiteElements/Images/mag.gif') no-repeat 10px center white;
      font-size:1.3em;
      width:160px;
      transition:all 0.3s ease-in-out 0s;
    }
  .searchbox input[type="text"]:focus {
   	width: 230px;
  }
  
  select#ContentPlaceHolder1_lbAddresses {padding:0px;}   
}

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

.wrapper { 
    width:1280px;
}

.access {
    width: 1280px;
}

.hdr {
    width: 1280px;
}

.nav {
    left: 16%;
}

.inner-ftr {
    width: 1280px;
}

.toptabs {
    width: 1280px;
}

.tab-pane ul {
    width: 1280px;
}

.home-wrapper {
    width: 1280px;
}

ul.landing li a {
    min-height: 110px;
}

.content {
    width: 70%;
}

.sidebar {
    width: 23%;
}

.atoz-control .sys_atoz-control li {
    width: 46px;
}

.jwplayer.aspectMode {
    width: 75%!important;
    margin: 0 13%;
}


}



/* FORMS *****************************************/
    #OnlineForm, #TelNo, #Address, #OpenHours {
        border-bottom:1px solid #ccc;
        margin-bottom:10px;
    }
    .contactform ul  {
        padding:0!important;
    }
    .contactform ul li {
        padding:10px 0 0 0!important;
    }
   .contactform label {
        font-family:"proxima-nova"!important;
    }
    .contactform input[type="text"], .contactform textarea  {
        padding:12px 2%!important;
        font-family:"proxima-nova"!important;
        width:96%!important;
    }
    .contactform button {
        font-family:"proxima-nova"!important;
        cursor:pointer;
        color: #333333!important;
    	padding: 10px 20px;
        width:200px;
        margin:5px 0 10px 0;
        font-weight:bold;
    	background:#b3b3b3;
    	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
    	border: 1px solid #9c9c9c;
    }
    .ie8 .contactform button {
        background:#ddd;
    }
    .FORMformvalidate {
		background-color:#AD4E4E;
    }

    .FORMformvalidate ul {
		padding:0px;
        margin:0px;
    }

    .FORMformvalidate ul li {
        color: #FFFFFF;
        margin: 5px;
    }

    .FORMasterisk {
    	xcolor:#97BE10;
    }

    .FORMWebForm {
		border:none;
        margin:0;
        padding:0;
    }

    .FORMWebForm .FORM-form-wrapper {
      border: 1px solid #D2E1F0;
      clear: both;
      float: left;
      margin-bottom: 10px;
      padding: 0 0 10px 0;
      width: 100%;
}

.FORMWebForm .FORM-form-details {
		margin:0 15px;
}

.FORMWebForm h2,
.FORMWebForm h3 {
	    font-size:1.7em;
      margin:0 0 15px 0!important;
      padding: 20px 10px 5px 30px;
      border-bottom: 1px solid #CCCCCC;
}

.FORMWebForm h2.FORM-h3-details,
.FORMWebForm h3.FORM-h3-details {background:url("/SiteElements/Images/icon-sidebar-section@2x.png") no-repeat scroll left 22px / 24px 15px transparent}
.FORMWebForm h2.FORM-h3-address,
.FORMWebForm h3.FORM-h3-address {background:url("/SiteElements/Images/icon-sidebar-location@2x.png") no-repeat scroll 4px 17px / 17px 23px transparent}
.FORMWebForm h2.FORM-h3-contact,
.FORMWebForm h3.FORM-h3-contact {background:url("/SiteElements/Images/icon-sidebar-telephone@2x.png") no-repeat scroll 0 20px / 23px 18px transparent}

.FORMWebForm ul {
list-style:none;
  padding:0;
}

.FORMWebForm .FORMformlabel {
float: left;
  clear:left;
  width: 145px;
  margin-bottom:5px;
}

.FORMWebForm .FORMformtext {
		float:left;
  padding: 5px 1%;
  width: 98%;
  margin-bottom:5px;
}

.FORMWebForm .FORMformtextarea {
		float:left;
  padding: 5px 1%;
  width: 98%;
  margin-bottom:5px;
}

.FORMWebForm .FORMformddl {
		float:left;
  padding: 5px 1%;
  width: 100%;
  margin-bottom:5px;
}

.FORMWebForm ul.radioContact li {
		float:left;
  width:48%;
}

.FORMWebForm .ShowAddressPicker {
		padding:10px 15px;
  width:100%;
  font-size:1.3em;
  -webkit-appearance: none;
}

.FORMWebForm .ShowAddressPicker:hover {
		background-color:#97BE10!important;
}

.FORMWebForm .Address .AddressPicker {
		width:90%;
  border:4px solid #0096C1;
  margin:0 auto;
  padding:10px 2%;
  left:2%;
}

.FORMWebForm .Address h2 {
		line-height: 2em;
    margin-bottom: 5px;
    padding: 4px 10px;
}

.FORMWebForm .Address .SearchBox {
		margin: 5px 0;
    padding: 10px 3%;
    width: 93%;
}

.FORMWebForm .Address .AddrSearchBtn {
		margin:0;
}


.FORMWebForm .Address .AddrSearchBtn:hover {
		background-color:#97BE10
}

.FORMWebForm .addressLink {
		background-color: #AAAAAA;
  border:none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
  	-webkit-appearance: none;
}

.FORMWebForm .addressLink:hover {
		background-color:#97BE10!important;
}

.FORMWebForm .FORMformspan {
		color: #000;
    display: block;
    font-size: 1.6em;
    line-height: 2em;
    text-align: center;
    width: 100%;
}

.FORMWebForm .CounterSpan {
		clear: left;
  float: left;
  text-align: right;
  width: 100%;
}

.FORMWebForm .FORMbuttonstyle {
  background-color: #2E4A59;
  border: medium none;
  border-radius: 4px 4px 4px 4px;
  clear: left;
  color: #FFFFFF;
  float: right;
  font-weight: bold;
  padding: 10px 15px;
  margin:10px 0;
  width:100%;
  font-size:1.0em;
  -webkit-appearance: none;
}

.FORMWebForm .FORMbuttonstyle:hover {
		background-color: #2A6500;
}


 /* FORMS */
  
  	.FORMWebForm .FORMformtext {
    padding: 5px 1%;
    width: 250px;
  }
  
  .FORMWebForm .FORMformddl {
    padding: 5px 1%;
    width: 260px;
  }

  .FORMWebForm ul.radioContact li {
    width:220px;
  }
  
  .FORMWebForm .ShowAddressPicker {
    padding:10px 15px;
    width:225px;
    float:left;
  }
  
  .FORMWebForm .addressLink {
    width: 225px;
  }
   
  .FORMWebForm .FORMformspan {
    width: 50px;
    margin:0 1%;
    float:left;
  }
  
  .FORMWebForm .CounterSpan {
    margin-right:0px;
  }
  
  .FORMWebForm .FORMbuttonstyle {
    margin:10px 0px 10px 0px;
    width:auto;
  }
  
  .FORMWebForm .Address .AddressPicker {
    width:525px;
    left:50%;
    margin-left:-270px;
  }

.filter-employment-area label {
    font-size: 1.4em;
    color: #444;
}

#GenericListPlotlands_wrapper h3 a {
    border: none !important;
    font-size: 0.8em !important;
}

    
/* winter weather  */
.emergencyimage {
    text-align:center;
  		xdisplay:none;
}

.emergencyimage img{
    max-width:100%;
    height:100%;
 
   	border-style: none;
}


.account-access {
    float:right;
    font-size: 0.8em;
    font-weight:bold;
    padding:0px 8px 0px 0px;
}

.account-access p {
    margin:0;
    color:#C5C5C5;
}

.account-access a {
    height:30px;
    line-height:30px; 
    letter-spacing:0!important;
  	font-size:1.4em;
}



/*.MyAccountTab {
display:none!important;
}*/

.engage p {color:#444;}

.engage h2 {    
    color: #333;
    font-size: 2em!important;
    margin-top: 15px;
    }
    
.engage h3 {    
    color: #555;
    font-size: 1.4em!important;
    margin-top: 5px;
    }
    
.engage h4 {    
    color: #555;
    font-size: 1em!important;
    margin-top: 5px;
    }

.engage a {
  	font-size: 1.8em;
  	font-weight:bold;
		}
    
    
    /* TARGET IE11 ONLY */

   
        
     .ie11 .content-fullwidth-homepage .toptabs [class^="icon-"]:before,
     .ie11 .content-fullwidth-homepage .toptabs [class*="icon-"]:before {
        font-size:0.3em
      }
     .ie11 .content-fullwidth-homepage .tab-pane ul li a span:before,
     .ie11 .content-fullwidth-homepage .tab-pane ul li a span:before {
       font-size:0.6em; 
      }
     
     
      .ie11 .content-fullwidth-business .toptabs [class^="icon-"]:before,
      .ie11 .content-fullwidth-business .toptabs [class*="icon-"]:before,
     .ie11 .content-fullwidth-council .toptabs [class^="icon-"]:before,
      .ie11 .content-fullwidth-council .toptabs [class*="icon-"]:before {
            font-size:0.1em;
        }
     .ie11 .content-fullwidth-business .tab-pane ul li a span:before,
     .ie11 .content-fullwidth-business .tab-pane ul li a span:before {
            font-size:0.25em;
        }

.ie11 .content-fullwidth-council .tab-pane ul li a span:before,
     .ie11.content-fullwidth-council .tab-pane ul li a span:before{
       font-size:0.07em;
     }
    

    
    .waw-subbox {
        background: none repeat scroll 0 0 white;
        position: relative;
        width: 100%;
    }
    .waw-subbox p {
         line-height: 1.2em;
        margin: 15px 3% 20px;
        padding-bottom: 20px; 
    }
    .waw-subbox img {
        height: 100%;
        width: 100%;
    }
    .waw-subbox h2 {
        background:url("/SiteElements/Images/i-love-Wigan/waw-sub-h2-bg@2x.png") no-repeat;      
        
    bottom: 45px;
    font-size: 1.5em !important;
    padding: 35px 3% 20px;
    position: absolute;
    width: 94%;
    }
    .waw-subbox h2 a {
        cursor:pointer!important;
    }
    .waw-subbox h2 a:hover {
        color:crimson!important;   
    }
    
    @media only screen and (min-width: 600px) {
        .waw-subbox {
            width: 48%;
            float:left;
        } 
        .waw-subbox:first-child {
            margin-right:4%;
        } 
    }
    
     @media only screen and (min-width: 968px) {
        .waw-subbox {
            width: 31%;
            margin-right:2%;
        } 
        .waw-subbox:last-child {
            margin-right:0;
        } 
    }
    
    
#L4_SummaryText p {clear:both;} 
    
div.sys_record-control.sys_news-record p {clear:left;}     
    

 .mainContent {
     padding: 0 2%;
 }   

.mainContent {
    font-size: 1.4em!important;
    }

.homeOptions a {
    color: #003C4D!important;
    font-size: 1.4em;
    line-height: 2.2em;
}

.homeOptions a:hover span {
    color: #2E4A59;
}

.homeOptionsWrapper .homeOptions:nth-of-type(1){
    background-color: #b0d7e9;
}

.homeOptionsWrapper .homeOptions:nth-of-type(2){
    background-color: #d8e7bb;
}

.field_padding .formlabel {
    border-bottom: none;
    float: none;
    font-size: 1.4em;
}

.field_padding input[type="text"] {
    padding: 10px 1%;
    border: 1px solid #888;
}

.mainContent .fieldset .button, .ui-datepicker-trigger, .mainContent table a:link{
    background-color: #2E4A59;
}

.mainContent .fieldset .button:hover, .ui-datepicker-trigger:hover, .mainContent table a:hover{
    background-color: #2A6500;
}

.mainContent .fieldset h2#ERROR_MESSAGE {
    font-size: 1.8em!important;
    margin-bottom: 20px!important;
}

li#permitnum.red {
	font-size: 1.4em;
	color: #333!important;
}
    
 .newRenderedContent .fadeIn{
     background-color: #DAE1F3;
 }

 .newRenderedContent .formlabel {
    border-bottom: none!important;
    color:#444!important;
 }

 #ui-datepicker-div {
     background-color: #C5C5C5;
 }

 .ui-datepicker table {
    color: #2E4A59!important;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1.4em!important;
}

.button-escape {
    font-weight: 500;
    margin: 2px 0;
    display: block;
    padding: 20px 18px;
    background: #f4dd59;
    color: #343226;
    text-decoration: none;
    font-size: 2.3em;
    position: fixed;
    right: 0;
    bottom: 55px;
    box-shadow: -6px 3px 15px 2px #cacaca;
    border-radius: 20px 0px 0px 20px;
} 

.button-escape a{
    color: #343226;
}

.button-escape a:hover{
    color: #000;
    text-decoration: underline;
}

.noticeboard {
    float: left;
    display: block;
    text-align: center;
    margin-top: 16px;
}

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

.noticeboard ul li {
    float: left;
    margin: 10px 20px  0 0;
}

.noticeboard ul a{
    text-decoration: none;
    transition: all .3s ease;
    border: none;
    padding: 40px 10px!important;
    color: #313131;
    font-size: 1.4em;
    font-weight: bold;
    width: 230px;
    border-radius: 5px;
    height: 30px;
}

.noticeboard ul a:hover {
    color: #000;
}

.nb_box1 {
     background: #48bb5e!important;
    display: block;
    float: left;
}


.nb_box2 {
    background: #f48e55!important;
    display: block;
    float: left;
}

.nb_box1:hover {
    background: #2c9b40;
}

.nb_box2:hover {
    background: #e47b3f;
}

/* APPS WIGAN GOV SITE */
.box-link__section-wrapper a.box-link:link, a.box-link:visited {
  background-color: #005268!important;
}

/* MONEY TOOL ADVICE */

.money-tool {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.mat-box {
    border: 2px solid #e5e5e5;
    padding: 0 25px 10px 25px;
    margin: 10px 23px 10px 0;
    min-height: 480px;
    background: #fefefe;
    border-radius: 5px;
}

.mat-box h2 {
  background: #eee;
  display: block;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 15px 20px;
  height: auto;
  margin-top: 26px !important;
  outline: 1px #ddd solid;
  outline-offset: 2px;
}

.mat-box ul {
  margin-left: 45px;
}


.return-page::before {
  content: '\e9b4';
  font-family: 'icomoon';
    margin: 8px 10px 10px 0px;
  font-weight: bold;
  display: inline-block;
}


  .return-page {
    border: 1px solid #8f8f8f!important;
    padding: 8px 13px;
    margin: 8px 0;
    display: inline-block;
    background: #fefefe;
    border-radius: 5px;
    font-size: 1.6em;
    }

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

   .money-tool {
    flex-direction: row;
   }

    .money-tool > .mat-box {
    width: 41%;
    }
}

    div.ratepage {display: none;}