﻿/***************************************************************

MOBILE FIRST

-  GLOBAL
	 - ICOMOON
	 - HEADERS
	 - TOPBAR/SEARCH
	 - HEADER/LOGO/NAV
	 - BREADCRUMB
	 - FOOTER
-  HOMEPAGE
-  SECTION HOMEPAGE
-  LANDING PAGE
-  TWO COLUMN
-  ONE COLUMN
-  NEWS
-  SEARCH RESULTS
-  320px BREAKPOINT
-  480px BREAKPOINT
-  600px BREAKPOINT
-  768px BREAKPOINT
-  960px BREAKPOINT
-  1120px BREAKPOINT

***************************************************************/


/* DEFINE ICOMOON FONT FAMILY */

@font-face {
  font-family: 'icomoon';
  src: url('/SiteElements/font/icomoon.eot');
  src: url('/SiteElements/font/icomoon.eot?#iefix') format('embedded-opentype'), 
	   url('../font/icomoon.woff') format('woff'), 
	   url('/SiteElements/font/icomoon.ttf') format('truetype'), 
	   url('/SiteElements/font/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*="icon-"]:before {
  font-family: 'icomoon'!important;
  float: left!important;
  width: 100%!important;
}


body {
	margin:0;
	padding:0;
  font-family: 'poppins', sans-serif;
  color: #333;
}


/* HEADERS */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.3em;
}

.content h2 {
  font-size: 1.6em;
  margin: 35px 0 0 0;
}

.content h3 {
  font-size: 1.4em;
    margin: 20px 0 0 0;
}

.content h4 {
  font-size: 1.3em;
}

.content h5 {
  font-size: 1.3em;
  font-weight: normal;
}

.content h6 {
  font-size: 1.3em;
  font-weight: normal;
}

/* GLOBAL LISTS */
ul {
	margin:0;
	padding:0;
	list-style:none;
}

.show {
  display: block!important;
}

/* BUTTON */
.btn {
  
}

/* TABLES */

.large-only {
    display: none;
}

/* FORM */
/* IMAGES */

/* STARTER CSS FOR IMAGE ALT CAPTION */
.imagealtcaption {
  margin: 0 -20px;
}

.imagealtcaption span {
  margin: 0;
  width: 96%;
  border-top: 4px solid #8c145b;
  padding: 2%;
  font-weight: normal;
  background: #fff;
  font-size: 1em;
  display: block;
  clear: both;
}

.imagealtcaption img {
  width: 100%;
  margin: 0!important;
  height: auto;
}

.wrapper {
	width:90%;
	margin:0 5%;
}


/* DOCUMENT ICONS */
a[href$='.doc'],
a[href$='.docx'] ,
a[href$='.pdf'],
a[href$='.xls'],
a[href ^="mailto:"] {
  	padding: 0 20px 0 0;
}

a[href$='.doc']:after,
a[href$='.docx']:after ,
a[href$='.pdf']:after,
a[href$='.xls']:after,
a[href ^="mailto:"]:after {
	font-family:"icomoon";
}
a[href$='.doc']:after {
	content:"";
}
a[href$='.docx']:after {	
	content:"";
}
a[href$='.pdf']:after {
	content:"";
}

.haigh-container a[href$=".pdf"] {
    background: url('../Images/icon-pdf.png') no-repeat right;
    padding: 0 24px 0 0;
    background-size: 16px 16px;
}

a[href$='.xls']:after {
	content:"";
}
a[href ^="mailto:"]:after {
	content:"";
} 

a[href^="mailto:"] {
    background: url("https://www.wigan.gov.uk/SiteElements/Images/icon-mailto.gif") no-repeat 2px 2px;
    padding: 0 0 0 25px;
}

.image {
width: 100%;
height: 100%;
margin: 15px 0 !important;
float: none !important;
}


.img300pxwrap {
	height: 100%;
	width: 38%;
	margin: 10px 15px 15px 21px;
	float: right;
}

    
     /* EXTERNAL LINK */
    .externallinkhide {
        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: 1.1em;
        line-height: 0;
        margin-left: 5px;
    }

  blockquote {
    border-left: 10px solid #155234;
    font-size: 1.1em;
    margin: 30px 0;
    padding: 0 0 0 2%;
    width: 98%;
   }
  blockquote p {
    font-size:1em!important;
  }
    blockquote:before {
        content: "\e7a6";
        color: #155234;
        font-family: "icomoon";
        font-size: 3em;
        margin: 10px 0 15px;
        width: 100%;
        font-style:normal;
    }
    


.access {
	background: #155234;
	float: left;
	width: 100%;
}

.access ul {
	margin: 5px 0;
	float: left;
	width: 100%;
}

.access ul li {
	float: left;
	width: 50%;
}

.access ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	display: block;
}

.access ul li a:hover{
	color: #eeeeee;
  text-decoration: underline;
}


header {
    background: #18623e;
    float: left;
    width: 100%;
    position: relative;
}

nav {
	float: right;
	width: 100%;
	padding: 20px 0;
}

nav ul li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
    float: left;
	}	

nav ul li a:hover, .activenav{
	background: #d9d9d9;
	transition: all .3s ease;
	color: #18623e;
}	

.container-banner img {
    width: 100%;
    height: auto;
}


.breadcrumb {
    float: left;
    padding: 9px 0;
    width: 100%;
}

.breadcrumb div {
    float: left;
    list-style: none outside none;
    margin: 20px 0 15px;
    padding: 0;
}


.breadcrumb div a {
        color:#18623e; 
        text-decoration:underline;
        border-bottom:none;
        padding:0;
        font-weight: 500;
        font-size: 0.9em;
        float: left;
  }
    .breadcrumb div a:hover {
        color:black;
    }
    .breadcrumb div span {
        display:none;
       /* float:left;
        color:black; */
    }
    .breadcrumb div span.separator {
        padding:0 7px;
        color: #333;
        display: block;
        float: left;
        font-size: 1em;
    }

    
main h1 {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  color: #03502a;
  border-bottom: #e7edea solid 1px;
  padding-bottom: 22px;
  letter-spacing: 0.01em;
}

.haigh-container p{
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin: 20px 0;
    font-size: 1.1em;
}

.haigh-container a{
  color: #155234;
  text-decoration: underline;
}

.haigh-container a:hover{
  background-color: #e7edea;
  text-decoration: underline;
  color: #155234;
}


.haigh-container ul li, .haigh-container ol li {
  letter-spacing: 0.02em;
  margin: 5px 0;
  color: #333;
  line-height: 1.6em;
font-size: 1.1em;
}

.haigh-container ul li ul li {
    font-size: 1em;
}

.content ul li ul {
    margin: 16px 0 25px 40px;
}

footer {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.pre-footer {
  background: #e7edea;
  padding: 40px 0;
  float: left;
  width: 100%;
  text-align: center;
}


.pre-footer p {
    line-height: 1.6em;
}

.haigh-footer {
    background: #155234;
    color: #fff;
    padding: 40px 0;
    float: left;
  width: 100%;
}


.footer-box-1::before {
    content: "\e78a";
    display: block;
    font-size: 1.8em;
    border: 2px solid #fff;
    width: 40px;
    border-radius: 45px;
    height: 40px;
    background: #155234;
    color: #fff;
    text-align: center;
    margin: 10px 45%;
    padding: 8px 4px 0px 4px;
    font-family: "icomoon";
}

.footer-box-2::before {
    content: "\e7e8";
    display: block;
    font-size: 1.8em;
    border: 2px solid #fff;
    width: 40px;
    border-radius: 45px;
    height: 40px;
    background: #155234;
    color: #fff;
    text-align: center;
    margin: 10px 45%;
    padding: 8px 4px 0px 4px;
    font-family: "icomoon";
}


.footer-box-title {
  text-align: center;
  color: #155234;
  font-weight: 600;
  font-size: 1.4em;
}

.pre-footer a {
  color: #303331;
  text-decoration: underline;
  font-weight: 600;
}

.footer-left {
  float: left;
  width: 100%;
}

.footer-right {
  float: left;
  margin-top: 60px;
}

.footer-contact {
    padding-bottom: 15px;
}

.footer-contact a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footer-links ul li {
  margin: 0 0 15px 0;
}

.footer-links a {
  color: #fff;
  font-weight: 500;
  padding-bottom: 15px;
  text-decoration: none;
}

.footer-left a:hover {
      text-decoration: underline;
}

.logo-bewell {
    float: left;
}

.logo-bewell img {
  width: 60px;
  height: auto;

}

.footer-right a {
    opacity: 0.6;
    transition: all .2s ease;    
}

.footer-right a:hover {
      opacity: 0.9;
}


.logo-wigancouncil img {
  width: 100px;
  height: auto;
  padding-left: 15px;
}

.logo-inbloom {
    margin-top: 23px;
}

.logo-inbloom a {
  width: 175px;
  height: 51px;
  display: inline-block;
}


.logo-inbloom a img {
  width: 100%;
  height: auto;
}

.logo-tripadvisor a {
  width: 180px;
  height: 50px;
  display: inline-block;
}


.logo-tripadvisor a img {
  width: 100%;
  height: auto;
}



    /* 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 img {
      	width: 100%;
        height: auto;
        display: block;
    }
    .content-slider-bg {
        width:100%;
    }


    /******************************
    *  RoyalSlider Default Skin   
    *  Sprite: 'rs-default.png'
    ******************************/


    /* Background */
    .rsDefault,
    .rsDefault .rsOverflow,
    .rsDefault .rsSlide,
    .rsDefault .rsVideoFrameHolder,
    .rsDefault .rsThumbs {
        color: #FFF;
            }




/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}


.rsDefault .rsArrowLeft { display: none }
.rsDefault .rsArrowRight { display: none }



.rsDefault .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url("https://www.wigan.gov.uk/SiteElements/Images/rs-default.png") #333;
	border-radius: 2px;
}



.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


.rsDefault .rsBullets {
    display: none;
}





    /* 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("https://www.wigan.gov.uk/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;    
    }

       .generic-slider h2 {
    font-size: 1.2em !important;
    padding: 0 6px 6px 0 !important;
    margin: 5px 0;
    color: #333 !important;
    }

    .generic-slider p {
    font-size: 1em !important;
    padding: 0 6px 6px 0 !important;
    margin: 5px 0;
    color: #555 !important;
    }
    
  


.home-slider {
    float: left;
    background: #fff;
    width: 100%;
}

.home-slider .infoWrap {
    background: #0e3321!important;
    width: 98%;
    padding: 5px 2%;
    font-size: 0.9em;
}

.home-slider div.royalSlider .infoWrap h2 {
    margin: 0 0 0 0 !important;
    font-size: 1.6em!important;
    padding: 10px 0 0 0 !important;
}

.home-slider .contentSlider h3 {
    margin: 13px 0 10px 0;
    font-size: 1.3em !important;
}

.home-slider .contentSlider h3 a{
    margin: 0 auto;
    font-size: 0.9em !important;
    text-decoration: underline;
    padding: 8px 0;
    color: #fff;
    font-weight: 500;
    background: none;
}

.home-slider .infoWrap p{
    display: none;
}

.home-slider .rsDefault .rsArrowIcn {
    background-color: #18623e;
    border-radius: 20px;
    border: 2px solid #fff;
}

.homepage-welcome {
    float: left;
}

.homepage-welcome h1 {
    text-indent: -9999px;
    padding: 0;
        padding-bottom: 0px;
    margin: 0 !important;
    font-size: 0em !important;
}

.home-content{
    margin: 20px auto;
    padding: 0 15%;
    width: 70%;
    float: left;
}


.home-content ul {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
}

.home-content ul li a{
    text-decoration: none;
    border: 0;
}

.home-content ul li a:hover {
    background-position: none;
    background: #fff;
}

.visitus_box {
    display: block;
    margin-top: 40px;
    width: 230px;
}

.visitus_box:nth-child(1) {
     margin-right: 5%;
} 

.title {
    font-size: 1.3em;
    display: block;
    margin: 0;
    color: #18623e;
    letter-spacing: 0.03em;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    width: 230px;
    border: 3px solid #fff;
}

.home-content a:hover span.title {
    background: #18623e;
    color: #fff;
    border: 3px solid #18623e;
    transition: all .3s ease;
}

.visitus_box img {
    border: 3px solid #18623e;
}

.content ul {
  list-style: square;
  margin: 25px 0 25px 40px;
}

aside {
    margin-top: 26px;
}

aside h2, aside h3 {
  color: #155234;
  font-size: 1.3em;
    padding: 15px 0 0 0;
}

aside p {
    letter-spacing: 0.01em;
    line-height: 1.6em;
    font-size: 1em;
    margin: 10px 0 10px 0;
}

.haigh-its-top {
    background: #e7edea;
    margin: 0 0 20px;
    padding: 20px 8% 14px;
}

.haigh-its-bottom {
    padding: 20px 0 40px;
}

.haigh-its-bottom h2 {
  padding: 15px 8% 15px;
}

.haigh-its-top ul {
    margin: 0;
  padding: 10px 20px;
  list-style: square;
    font-size: 1em;
}

.haigh-its-top ul li{
   margin-bottom: 5px;
   line-height: 1.6em;
}

.haigh-its-bottom ul {
  margin: 0;
  padding: 10px 30px;
  list-style: square;
}

.haigh-its-top ul li a {
    display:block;
  padding: 7px 3px;
  color:#155234;
  text-decoration:none;
}

.haigh-its-top ul li a:hover {
  color: #000;
  transition: all .3s ease;
  text-decoration: underline;
}

.haigh-its-bottom ul li a {
  display:block;
  padding: 7px 2px;
  font-size: 0.9em;
  color:#155234;
  text-decoration:none;
}

.haigh-its-bottom ul li a:hover {
  color: #000;
  transition: all .3s ease;
}

.haigh-interactions div{
    width: 100%;
    float: left;
    padding: 10px 12px 1px 12px;
    margin: 3px 0 18px 0;
}

.haigh-interactions h3 {
    padding: 0;
}

.haigh-interactions .apply-button, .book-button, .top-task {
    margin: 6px 0!important;
    padding: 5px 0 0 0!important;
}

.haigh-interactions ol {
    list-style: none;
    padding: 0;
    margin: 14px 0;
}

.haigh-interactions ol li a {
  font-size: 1em;
  text-decoration: none;
  padding: 10px 35px 10px 10px;
    display: block;
    margin-bottom: 20px;
    color: #155234;
    border-radius: 5px;
    border: 2px solid #fff;
    background: url('https://www.wigan.gov.uk/SiteElements/Images/icon-btn-arrow.png') no-repeat 96% center #d5e1dc;
}

.haigh-interactions ol li a:hover {
    border: 2px solid #155234;
  background-color: #155234;
  color: #fff;
}

.book-button:before {
    content: "\e794";
    font-family: "icomoon";
    font-size: 1.4em;
    display: block;
    margin: 0 12px 0 2px;
    float: left;
    color: #155234;
}

.top-task:before {
    content: "\e7f0";
    font-family: "icomoon";
    font-size: 1.4em;
    display: block;
    margin: 0 12px 0 2px;
    float: left;
    color: #155234;
}

.haigh-contact a {
  font-size: 1em;
  color: #155234;
  text-decoration: none;
}

.inthisection h2{
    background: #e7edea;
}

.inthisection {
  border-bottom: 5px solid #e7edea;
  margin-bottom: 30px;
}

.sys_selected.sys_currentitem {
  margin: 4px -30px 4px -30px!important;
  background: #e7edea;
  padding: 3px 0 3px 30px;
}

.relatedpdf, .externallinks {
  margin-bottom: 30px;
  border: 1px solid #E7EDEA;
  background: #fff;
}

.relatedpdf ul, .externallinks ul {
  margin: 0;
  padding: 10px 20px;
  list-style: none;
}

.relatedpdf ul li, .externallinks ul li {
    padding: 7px 0;
}

.relatedpdf ul li span.sys_Size {
    color: #585858;
    font-size: 0.7em;
    margin-left: 22px;
}


.relatedpdf a[href$=".pdf"] {
    background: url("../Images/icon-pdf.png") no-repeat left 3px top 3px;
    padding: 0 0 5px 23px;
    background-size: 16px 16px;
}

.relatedpdf a[href$=".docx"] {
    background: url("../Images/icon-word.png") no-repeat left 3px top 3px;
    padding: 0 0 5px 23px;
    background-size: 16px 16px;
}

.relatedpdf a[href$=".xlsx"] {
    background: url("../Images/icon-xl.png") no-repeat left 3px top 3px;
    padding: 0 0 5px 23px;
    background-size: 16px 16px;
}


.relatedpdf ul li a[href$=".pdf"] + span.sys_Size::before {
    content: "(PDF, ";
}

.relatedpdf ul li a[href$=".docx"] + span.sys_Size::before {
    content: "(Word, ";
}

.relatedpdf ul li a[href$=".xlsx"] + span.sys_Size::before {
    content: "(Excel, ";
}

.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$=".xlsx"] + span.sys_Size::after {
    content: ")";
}


.haigh-landing {
  float: left;
  width: 100%;
}

.haigh-landing li {
  clear: both;
  float: left;
  text-decoration: none;
  padding: 0;
  width: 100%;
  font-size: 1em;
  margin-bottom: 0;
}

.haigh-landing li a {
  display: block;
  text-decoration: none;
  min-height: 100px;
  padding: 4.5% 6%;
  border-radius: 3px;
  color: #0084AA;
  background-position: 14px 32px;
  border-bottom: none;
}

.haigh-landing li a:hover {
  background-color: #e6f4ee;
  transition: 0.3s ease;
}

.haigh-mits {
    display:none;
}

.haigh-mits h2 {
    color: #155234;
    padding-bottom: 22px;
    letter-spacing: 0.01em;
}

.landingtitle {
    display: block;
    color: #155234;
    font-size: 1.3em;
    padding-left: 80px;
    margin: 16px 0 15px 0;
    line-height: 1.1em;
}

.landingdesc {
    color: #303331;
    display: block;
    font-size: 1em;
    margin-left: 80px;
    line-height: 1.3em;
}

iframe {
    border: none;
}

.haigh-container iframe {
  width: 100%;
  margin-bottom: 20px;
}

.gmap-embed {
    width: 100%;
    height: 250px;
    margin: 0 auto;
}

.haigh-notices {
    background: #b2f0d1;
    margin-bottom: 5px;
    display: none;
}

.haigh-notices p {
    padding: 10px 4%;
    font-size: 1.1em;
    line-height: 1.6em;
}

.haigh-notices p, .haigh-notices a {
    color: #333!important;
}

.haigh-notices a:hover {
    color: #fff!important;
      background: #004221;
}

.haigh-container table caption {
  background: #004221;
  color: #fff;
  font-size: 1.2em;
  padding: 10px 15px;
  text-align: left;
  border-left: 2px solid #fff;
  border-bottom: 0;
  border-right: 2px solid #fff;
}

.haigh-container table caption p{
	color: #18623e;
}

.haigh-container table {
    font-size:1em;
    margin:30px 0;
    width:100%;
}
.haigh-container table th { 
    background:#18623e;
    color:#fff;
    padding:10px 15px;
    text-align:left;    
    font-weight:bold;
}
.haigh-container table a {
    font-weight:bold;
  	color: #18623e;
    position: relative;
}

.haigh-container table th a {
    color: #fff!important;
}

.haigh-container table p {
    font-size: 1em;
}
.haigh-container table td {
    background:#e7edea;
    padding:1% 15px;
    line-height: 1.4em;
  	vertical-align: top;
}

  /* YOUTUBE WRAPPER FOR GENERAL USE */
    .youtube-wrapper {
        height: auto;
        margin: 20px 0;
        width: 100%;
    }



/******************************************************************************
FORMS
*****************************************************************************/

.sys_cms-form-body li input, .sys_cms-form-body li select, .sys_cms-form-body li textarea, .sys_cms-form-body li label, .sys_cms-form-body li .sys_legend, .sys_cms-form-body li .sys_fieldlabel {
    font-family: "poppins", sans-serif;
}


.sys_cms-form-control textarea, .sys_cms-form-control input[type="text"], .sys_cms-form-control textarea, .sys_cms-form-control input[type="text"], .sys_cms-form-body textarea.sys_medium{
    border: 1px solid #ccc;
    font-family: "poppins";
    font-size: 1.1em;
    padding: 6px 1%;
    width: 98%;
}

.sys_cms-form-body .sys_sectionbreak-header {
  font-size: 1.8em!important;
}

.sys_cms-form-body .sys_sectionbreak-text {
  font-size: 1.2em!important;
  margin: 10px 0!important;
}

.sys_cms-form-body li div label {
  	font-size: 1em!important;
    font-family: "poppins";
}

.sys_cms-form-body .sys_radio label {
  	font-size: 1.2em!important;
}

.sys_showinstructions .sys_cms-form-body .sys_cms-form-item {
    width: 90%!important;
}

.sys_cms-form-body .error, .sys_cms-form-body .sys_cms-form-error {
  	font-size: 1.5em;
}

.sys_cms-form-body {
    padding: 0;
}

.sys_cms-form-body .sys_fieldcontent {
  	float: none!important;
}

.sys_cms-form-body .sys_legend, .sys_namesubelement {
    font-size: 1.4em!important;
  	padding: 0px 0 10px 0!important;
}

.sys_cms-form-body .sys_fieldlabel, .sys_namesubelement, .sys_cms-form-body li .sys_legend {
  	padding: 0px 0 2px 0!important;
  	font-size: 1.2em!important;
    font-family: "poppins"!important;
  	color: #333!important;
  	margin-bottom: 8px !important;
}

.sys_cms-form-body input.sys_medium, .sys_cms-form-body select.sys_medium {
  	width: 99%!important;
  	font-size: 1.3em;
      padding: 6px 0;
}

.sys_cms-form-body input[type="text"], .sys_cms-form-body textarea {
    border: 1px solid #acacac;
}

.haigh-container .sys_form-submit {
    background: #003B71;
    border: medium none;
    color: white;
    cursor: pointer;
    font-size: 1.3em;
    padding: 10px 25px 10px 20px;
	color: #fff;
  	margin: 10px 0;
  	font-family: "poppins";
}

.haigh-container .sys_form-submit:hover {
  background-color: #155234;
  color: #fff;
}

.haigh-container .sys_pagebreak div button {
    background: #003B71;
    border: medium none;
    cursor: pointer;
    font-size: 1.3em;
    padding: 10px;
	  color: #fff;
  	margin: 10px 10px 10px 0;
  	font-family: "poppins";
}

.haigh-container .sys_pagebreak div button:hover {
   background-color: #155234;
  color: #fff;
}

.haigh-container .sys_cms-form-validationsummary {
    display: none;
}


/******************************************************************************
MEDIA QUERIES
*****************************************************************************/

@media only screen and (min-width: 320px) {}

@media only screen and (min-width: 480px) {}

@media only screen and (min-width: 600px) {
    .home-content {
        width: 80%;
        margin: 20px 10%;
        padding: 0;
    }

    .visitus_box {
        float: left;
    }

    .gmap-embed {
    clear: none;
    float: right;
    margin: 20px 0 20px 20px;
    width: 300px;
    }

    .large-only {
        display: block;
    }

    .small-only {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .access ul li {
        width: auto;
        padding: 0 2%;
    }

    .access ul li:nth-child(2) {
        border-left: 1px solid #ffffff;
    }

    nav {
        float: right;
        width: 100%;
    }

    nav ul li {
        float: left;
    }

    nav ul li a {
        padding: 13px 17px;
        font-size: 1.2em;
	}

    .footer-contact, .footer-links {
        width: 300px;
    }

    .footer-left {
        width: 40%;
    }

    .footer-right {
        float: right;
        margin-top: 0;
    }

    .content {
        float: left;
    }

    aside {
        float: left;
    }

    .visitus_box:nth-child(1) {
        margin-left: 5%;
        margin-right: 4%;
    } 

    .haigh-landing li {
        clear: none;
        width: 43%;
    }

    .boxa, .boxc, .boxe {
        margin-right: 14%;
    }

    .rsDefault .rsArrowLeft {
        right: 37px;
        bottom: 7px;
    }

    .rsDefault .rsArrowRight {
        right: 7px;
        bottom: 7px;
    }

    .rsDefault .rsBullets {
        position: absolute;
        bottom: 15px;
        right: 200px;
        z-index: 35;
        padding-top: 4px;
        height: auto;
        text-align: center;
        line-height: 6px;
        overflow: hidden;
        display: block;
    }

    .rsDefault .rsBullet {
        width: 6px;
        height: 6px;
        display: inline-block;
        *display:inline; 
        *zoom:1;
        padding: 6px 5px 6px 4px;
    }

    .rsDefault .rsBullet span {
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #000;
        background: #333;
        box-shadow: 0 0 1px 1px #155234;
    }

    .rsDefault .rsBullet.rsNavSelected span {
        background: #FFF;
    }
}

@media only screen and (min-width: 960px) {
.wrapper {
	width:960px;
	margin:0 auto;
}

nav {
  width: 475px;
}

.content {
  width: 75%;
}

aside {
    float: right;
    width: 21%;
}

.footer-box-1 {
    width: 49%;
    float: left;
    margin: 0 1% 0 0;
}

.footer-box-2 {
    width: 49%;
    float: right;
    margin: 0 0 0 1%;
}


.rsDefault .rsArrow {
    width: 150px;
}


.home-slider .infoWrap {
    background:#074623b3!important;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
    left: 25%;
    z-index: 6;
    padding: 5px 1% 0 1%;
    text-align: center;
    font-size: 100%;
}

.home-slider .rsSlide {
    overflow: initial!important;
}


.home-slider div.royalSlider .infoWrap h2 {
    margin: 0 0 10px 0 !important;
    font-size: 1.8em!important;
}


.contentSlider h3 a{
    background: #003B71;
    width: 50%;
    margin: 0 auto;
    line-height: 2.6em;
}

.home-content {
    width: 100%;
    margin: 20px 0;
    padding: 0;
}



.landingtitle {
    margin: 13px 0 15px 0;
}
}

@media only screen and (min-width: 1312px) {

.wrapper { 
    width:1280px;
}

.haigh-landing li {
    width: 31%;
    min-height: 166px;
}

.home-content {
  width: 100%;
  margin: 20px 9%;
  padding: 0;
}

.boxa, .boxb, .boxd, .boxe {
  margin-right: 3%;
}

.boxc {
    margin-right: 0;
}

}
