﻿/**
 * Header banner image
 */


header {
	background: #333333 url('/SiteElements/images/custom-branding/WasteAware-banner.jpg') no-repeat center top;
  	background-size: cover;
}

/*a:focus ,area[href]:focus, input:focus, select:focus, textarea:focus, button:focus, iframe:focus, 
[tabindex]:focus, [contentEditable=true]:focus, .addFocus:focus
{
  border-color:    #d71920 !important;
}*/

/**
 * Header logo
 */

header h1 a {
    display: inline-block;
    text-indent: 0em; 
}

header h1, header .header
{
   width: 30%;
   margin: 0;
   float: left; 
}

.block.search {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0px 5px 15px rgba(0, 0, 0, 0.19);
}
/*
 header h1 { 
   width: 310px; background: none;
}


header h1 a img{
    width: 100%;
    height: 100%;
    max-width: 310px;
	max-height: 108px;  
}

.block.search {
  position: relative;
  float: right;
  top: -65px;
}
@media only screen and (max-width: 970px){
  .block.search {
    top: -130px;
    max-width: 500px;
   }
}
@media only screen and (max-width: 768px){
  .block.search {
    float: none;
    top: -50px;
   }
}
*/
/**
 * Landing page heading underline colour
 */
.landing .intro .container .content h1 {
    border-bottom: 2px solid #51b846;
}

/**
 * Alternative landing page heading underline colour
 */
.altlandingMid {  
  	/*border-top: 3px solid #51b846; */
}


/**
 * Menu bar colour
 */
nav {
    background-color: #51b846;
}

/**
 * Colour of 'Find out more' button on carousel
 */
.content .secondary {
    background-color: #51b846;
    color: black;
}

/**
 * Hover colour of 'Find out more' button on carousel
 */

.content .secondary:hover { background-color: #419438; }

/**
 * Line above title colour
 */
.content .toolbar {
    border-top: 2px solid #51b846;
}

/**
 * Removes 'Hertfordshire County Council' from right of search button
 */
header h2 {
    background: url('') no-repeat left top;
}

/**
 * Jump links colour
 */
.content article ul:not([class]) li::before {
    color: #51b846;
}

/**
 * Breadcrumb active page colour
 */
.breadcrumb ul li.active { 
  	background-color: #419438; 
}

/**
 * Breadcrumb hover colour
 */
.breadcrumb ul li a:hover, .breadcrumb ul li a:focus {
    background-color: #419438;
}



/**
 * Breadcrumb divider line hover colour
 */
.breadcrumb ul:hover + .toggleMenu, 
.breadcrumb .toggleMenu.active {
  	border-color: #323232;
}

/**
 * Left line in body of page colour
 */
.content .vcard, .content .indented {
    border-left: 3px solid #51b846;
}

/**
 * Form left line colour
 */
ul.sys_cms-form-body {
    border-left: 2px solid #51b846;
}

/**
 * Primary call to action button colour
 */
.content .primary {
    background-color: #2D6426;
}

/**
 * Primary call to action button hover colour
 */
.content .primary:hover {
    background-color: #1C3E19;
}

/**
 * Jump link colour
 */
.content .anchors li a, a[name*='_Top1'] + ul li a {
    color: #398131;
}

/**
 * Jump link hover colour
 */
.content .anchors li a:hover,
a[name*="_Top1"] + ul li a:hover { color: #295c23; }

/**
 * Jump link external link colour
 */
.content a.link-taskLink {
    color: #398131;
}

/* Micro copy link text colour */

a.microLinks:hover, .content .anchors li a:hover, a[name*="_Top1"] + ul li a:hover {
    color: rgb(57, 129, 49)!important;
}

a.microLinks, .content .anchors li a, a[name*="_Top1"] + ul li a {
  color: rgb(57, 129, 49)!important;
}
  


/* active crumbtrail link colour - HS 170316 


li.active-trail.show.active>a.active-trail {color: #000;}*/

/**
 * Landing page top tasks/recycling widget colour
 */
.landing .topTasks {
   /* background-color: rgb(115, 115, 115);*/
  	background-color: #fff;
}

.topTasks.altmiddle { /*margin-top: -42px;*/}

/**
 * Opening hours tab colour
 */
.tab-links li.active a, .tab-links li.active a:hover {
    background: #51b846;
}



/**
 * WasteAware card
 */
.content .widget.cardWasteAware h3 {
  	background-color: #4eb740;
   color: black
}

/* WasteAware card 'change location' link */

.content .widget .location__postcode a{
  color: black
}

/**
 * Alternative landing page tile colour
 */
.landing .intro .container .content ul.altpurple li a{
  	background-color: #51b846;
    color: black;
     border-style:    solid;   
  border-width:    3px;
  border-color:    #51b846;
}

/* Alternative landing page tile hover over colour*/	

.landing .intro .container .content ul.altpurple li a:hover{
  background-color: #4DAE42;
     border-style:    solid;   
  border-width:    3px;
  border-color:    #4DAE42;
}

/*background color for body reset*/

body {
    background-color: #333333;
}


.landing .intro .container .content ul.altpurple li a:hover{
 	background-color: #419438;
}




@media only screen and (min-width : 970px) 
{
  
/* GW 25/10/2016 Alt. landing page aside card placeholder width */
.altcontenttoptasks #card {
    width: 250px;
/* GW 20/08/2018 Alt landing CSS has a -250px vertical margin for cards on unbranded templates. Overridden for branded wasteaware page*/
    margin-top: 0px;
}
  
}



@media only screen and (max-width : 970px) 
      {
/*
	header .container { min-height: 240px; }
	header h1 { width: 250px;}
	header h1 a {
    	display: block;
    	text-indent: 0em; 
    	padding-bottom: 20px; 
    	margin-top:  0px;
	}

	.search.block, .search.block .searchButton {
      	margin-top: 50px; 
      	position: relative; 
      	 
    }*/
 .altcontenttoptasks h1 {width: 90%;}
}


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

   	.landing .topTasks {
    background-color: white;
}
/*
.search.block .searchButton { 
      margin-top: -20px; position: relative; 
    }
 */
     /*
header .container h1 {
    box-sizing: border-box;
    margin-top:  15px;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
}

header .container { 
  max-height: 165px;
}*/
.landing .intro .container .content .altcontentlinks ul li a {
    
 
}
   }




@media only screen and (max-width : 736px) {
/*
  .search.block, .search.block .searchButton {
    margin-top: 70px; 
    position: relative; 
  }*/
  /*addition hs 14/04/16**/

.landing .intro .container .content.altcontenttoptasks h1 {
    border-bottom: none;
}

 .altlanding {
        border-top: 2px solid #51b846;
        width: 90%;   
    }

}

 /*

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

	   	header h1 a {
	 	 margin-top: -10px;
  	}
	
  	header h1 a img{
	 	max-width: 250px;
		max-height: 90px;
      margin-left: -20px;
  	}
  
 header .container { 
   		max-height: 200px; 
   		min-height: 200px;
 	}
 	  .search.block, .search.block .searchButton {
    margin-top: 40px; 
    position: relative; 
  }
      .altLandItem li{ width: 100% !important;}
}
*/
.content .slideshow {margin-bottom: 40px;  }


/* GW 07/10/2016 Removes padding from news carousel bottom on landing page */
.landing .slideshow {margin-bottom: 0}

/* to put the news carousel in the aside*/

.altStandardAside .slideshow img {height: 200px;}

.altStandardAside .slideshow .slide .content { padding-bottom: 1em;}

.altStandardAside .slideshow .slide .content p { font-size: 1.5em; margin-bottom:  25px; line-height: 1.5em;}

.altStandardAside .slideshow .slide .content .button {
	margin-bottom:50px;
}

/* testimonial line colour */
.content blockquote {
    border-left: 2px solid #51b846;
}


.intro .container .content {
    width: 68%;
}

.altlandingMid h3 {
  	font-weight: 400;
}

/*====================================================================================================================*/




/* CW 07/03/2018 Shrink mega menu*/
.nav.primary > li .menu {
    width: 45%;
  left: 30%;
}
.nav.primary > li .menu ul {
  width: 100%;
  }

.main-menu{
position:absolute;
top:0;
right:-80%;
width:80%;
background-color:#e6e5e5;
text-align:left;
}
 .main-menu > ul > li > a{
    display:none;
}
 .main-menu .menuLink{
    display:block;
    float:left;
    width:50%;
    font-size:16px;
    padding:12px 0;
    color:#737373;
    text-decoration:none;
    text-align:center;
}
 @media only screen and (min-width: 761px){
     .main-menu{
        right:0;
        width:auto;
        padding:0 7px;
        background-color:rgba(51,51,51, 0.4);
        border-radius:0 0 3px 3px;
    }
     .main-menu > ul > li{
        float:left;
        margin:0 15px;
        position:relative;
    }
     .main-menu > ul > li > a{
        display:block;
    }
     .main-menu .menuLink{
        position:relative;
        float:none;
        width:auto;
        font-size:20px;
        color:#fff;
    }
     .main-menu .menuLink:hover,.main-menu .menuLink:focus{
        text-decoration:underline;
    }
}

/**

 * Main menu

 */

 nav{
    font-family:'lola', sans-serif;
    font-weight:400;
    background-color:#9eb947;
    clear:both;
    position:relative;
    text-align:center;
    z-index:4500;
}
 .nav{
    list-style:none;
    margin:0;
    padding:0;
}
 .nav ul,.nav li{
    list-style:none;
    margin:0;
    padding:0;
}
 .nav a{
    color:black;
}
 .nav.primary{
    *zoom:1;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    width:100%;
}
 .nav.primary:before,.nav.primary:after{
    display:table;
    content:"";
    line-height:0;
}
 .nav.primary:after{
    clear:both;
}
 @media only screen and (min-width: 480px){
     .nav.primary{
        padding:0 5%;
    }
}
 @media only screen and (min-width: 760px){
     .nav.primary{
        padding:0 20%;
    }
}
 @media only screen and (min-width: 1170px){
     .nav.primary{
        padding:0 25%;
    }
}
 .nav.primary > li{
    display:inline-block;
    text-align:center;
    height:100%;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}
 .nav.primary > li > a{
    display:inline-block;
    font-size:1.2em;
    padding:9px 25px 5px 25px;
    text-decoration:none;
    transition:all 0.1s;
}
 .nav.primary > li > a.menuLink{
    padding-top:5px;
}
 .nav.primary > li > a:hover,.nav.primary > li > a:focus{
    background-color:#efefe9;
}
 .nav.primary > li.hasMenu > a:after{
    font-family:"fontello";
    display:inline-block;
    text-decoration:inherit;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:1.1em;
    content:'\e800';
    margin-left:5px;
    position:relative;
    bottom:-0.15em;
}
 @media only screen and (min-width: 480px){
     .nav.primary > li > a{
        font-size:1.2em;
    }
}
 @media only screen and (min-width: 760px){
     .nav.primary > li > a{
        font-size:1.3em;
    }
}
 .nav.primary > li .menu{
    background-color:#efefe9;
    -webkit-box-shadow:2px 4px 5px rgba(51, 51, 51, 0.5);
    -moz-box-shadow:2px 4px 5px rgba(51, 51, 51, 0.5);
    box-shadow:2px 4px 5px rgba(51, 51, 51, 0.5);
    position:absolute;
    width:100%;
    text-align:left;
    top:100%;
    left:0;
    display:none;
}
 .nav.primary > li .menu ul{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:1em;
    padding:15px;
}
 .nav.primary > li .menu ul li{
    border-top:2px solid #d5d5d5;
    padding:5px 0;
}
 .nav.primary > li .menu ul li:first-child{
    border:none;
}
 .nav.primary > li .menu ul li a{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -pie-border-radius:5px;
    border-radius:5px;
    display:block;
    padding:7.5px;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}
 .nav.primary .menu .menuPrimaryLink:hover,.nav.primary .menu .menuPrimaryLink:focus{
    background-color:#983d83;
    color:#fff;
}
 @media only screen and (min-width: 480px){
     .nav.primary > li .menu ul{
        font-size:1.2em;
    }
}
 @media only screen and (min-width: 760px){
     .nav.primary > li .menu ul{
        font-size:1.2em;
        float:left;
        padding:30px!important;
        width:35%;
    }
}
 @media only screen and (min-width: 1170px){
     .nav.primary > li .menu ul{
        padding:0 25%;
    }
}

/**
 * Menu bar colour
 */
nav {
    background-color: #3E7D30;
}

/* mega menu text colour */
.nav a {
    color: #fff;
}
.nav.primary .menu .PrimaryLink {
  color: #000
}
.nav.primary .menu .menuSecondaryLink {
  color: #000
}
.nav.primary > li .menu ul li ul li.summary h2 {
    color: #000;
}
.nav.primary > li .menu ul li ul li.summary p {
    color: #000
}
.nav.primary > li .menu ul.feature li h2 {
  color: #000
}
.nav.primary > li .menu ul.feature li p {
    color: #000
}

/* mega menu chevron colour */
.primary.nav > li .menu ul.feature li p::after {
    color: #3E7D30;
}
.primary.nav > li .menu ul li ul li.summary p::after {
    color: #3E7D30;
}

/* Mega menu link colour */
.nav.primary .menu .menuPrimaryLink {
    color: #000;
}

/* mega menu text hover colour */
.nav.primary > li > a:hover, 
.nav.primary > li > a:focus, 
.nav.primary > li.hover > a {
  	color: #000;
}

/* mega menu links and highlight colour */
.nav.primary .menu .menuPrimaryLink:hover, 
.nav.primary .menu .menuPrimaryLink:focus, 
.nav.primary .menu .menuPrimaryLink.current {
  	background-color: #3E7D30;
    color: white;
}

.nav.primary .menu .menuSecondaryLink:hover, 
.nav.primary .menu .menuSecondaryLink:focus, 
.nav.primary .menu .menuAdLink:hover, 
.nav.primary .menu .menuAdLink:focus {
    color: #000;
}

/* testimonial line colour */
.content blockquote {
    border-left: 2px solid #3E7D30;
}

/* call to action button text*/
.content .primary a {
    color: white;
}


.altlandingMid h3 {
  	font-weight: 400;
}

/* Landing page news border line colour */

.content .newsevents-slider h2 span::before, .content .newsevents-slider h2 span::after {
    border: 1px solid #3E7D30;
}

/**

 * Main menu

 */
.mobile-menu {
  display: block;
}

@media only screen and (min-width: 761px) {
  .mobile-menu {
    display: none;
  }
}

.main-menu {
  position: absolute;
  top: 0;
  right: -80%;
  width: 80%;
  background-color: #e6e5e5;
  text-align: left;
}

.main-menu > ul > li > a {
  display: none;
}

/**
 * Top level
 */
.main-menu .menuLink {
  display: block;
  float: left;
  width: 50%;
  font-size: 14px;
  padding: 12px 0;
  color: #737373;
  text-decoration: none;
  text-align: center;
}

.main-menu .hasSub > .menuLink::before {
  display: none;
}

.main-menu .menuLink--active {
  background-color: #333;
  color: #fff;
}

@media only screen and (max-width: 760px) {
  .main-menu .menuLink--mobile {
    background-color: #333;
    color: #fff;
  }
}

/**
 * Panel
 */
.main-menu .main-menu__panel {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
}

.main-menu .main-menu__panel--active {
  display: block;
}

@media only screen and (max-width: 760px) {
  .main-menu .main-menu__panel--mobile {
    display: block;
  }
  .main-menu .main-menu__panel {
      background-color: #333333;
  }
}

.main-menu .main-menu__panel li {
  position: relative;
}

.main-menu .main-menu__panel li ul {
  display: none;
}

.main-menu .main-menu__panel li:hover ul {
  display: block;
}

.main-menu .hasSub > a::before {
  content: '\e800';
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  font-family: "fontello";
  font-size: 20px;
  margin-top: -10px;
}

.main-menu .hasSub:hover > a::before {
  content: '\e803';
}

.main-menu .main-menu__panel a {
  display: block;
  position: relative;
  padding: 19px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.main-menu .main-menu__panel a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background-color: #474646;
  margin-bottom: -2px;
}

.main-menu .main-menu__panel li:last-child a::after {
  display: none;
}

.main-menu .main-menu__panel li li {
  margin-bottom: 2px;
}

.main-menu .main-menu__panel li li a {
  background-color: #474646;
}

.main-menu .main-menu__panel li li a:hover,
.main-menu .main-menu__panel li li a:focus,
.main-menu .main-menu__panel li li a:active {
  background-color: #9d3f97;
}

.main-menu .main-menu__panel li li a::after {
  display: none;
}

/**
 * Desktop
 */
 
@media only screen and (min-width: 761px) {

  .main-menu {
    right: 0;
    width: auto;
    padding: 0 7px;
    background-color: rgba(51,51,51, 0.8);
    border-radius: 0 0 3px 3px;
  }

  .main-menu > ul > li {
    float: left;
    margin: 0 15px;
    position: relative;
  }

  .main-menu > ul > li > a {
    display: block;
  }

  /**
   * Top level
   */
  .main-menu .menuLink {
    position: relative;
    float: none;
    width: auto;
    font-size: 20px;
    color: #fff;
  }

  .main-menu .hasSub > .menuLink {
    padding-right: 18px;
  }

  .main-menu .hasSub > .menuLink::before,
  .main-menu .hasSub:hover > .menuLink::before {
    content: '\e800';
    right: 0;
    display: block;
  }

  .main-menu .hasSub a:focus + ul, 
  .main-menu .hasSub .childInFocus,
  .main-menu .hasSub a.inFocus + ul{
      display:block;
  }

  .main-menu .menuLink:hover,
  .main-menu .menuLink:focus {
    text-decoration: underline;
  }

  .main-menu .menuLink--active {
    background-color: transparent;
  }

  /**
   * Panel
   */
  .main-menu .main-menu__panel {
    top: 100%;
    left: -165px;
    width: 327px;
    background-color: #333;
    border-radius: 3px;
    margin-top: 14px;
  }
  @media only screen and (max-width: 1112px) {
      .main-menu .main-menu__panel {
          left: -243px;
      }
  }
  .main-menu__panel.main-menu__panel--left {
    left: -116px;
  }

  .main-menu .main-menu__panel::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 13px;
    border-color: transparent transparent #333333;
    border-bottom-style: solid;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 17px;
    margin-left: -10px;
    margin-top: -26px;
  }

  .main-menu .hasSub > a::before,
  .main-menu .hasSub:hover > a::before {
    content: '\e802';
  }

  .main-menu .main-menu__panel li:hover > a {
    background-color: #9d3f97;
  }

  .main-menu .main-menu__panel li:hover > a::after {
    display: none;
  }

  .main-menu .main-menu__panel li li {
    margin-bottom: 0;
  }

  .main-menu .main-menu__panel li li a {
    background-color: transparent;
  }

  .main-menu .main-menu__panel li li a::after {
    display: block;
    background-color: #333;
  }

  .main-menu .main-menu__panel li li a:hover::after,
  .main-menu .main-menu__panel li li a:focus::after,
  .main-menu .main-menu__panel li li a:active::after {
    display: none;
  }

  .main-menu .main-menu__panel li ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 327px;
    border-radius: 3px;
    background-color: #474646;
  }
}

/**
 * NAV
 */

nav {
    font-family: 'Open Sans', sans-serif; 
    font-weight: 400;
    clear: both;
    position: absolute;
    text-align: center;
    z-index: 99999;
    width: 500px;
    right: 0;
    top: 0;
    box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
}

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

.nav ul, .nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* CW 07/03/2018 Shrink mega menu*/
.nav.primary > li .menu {
    width: 400px;
}
.nav.primary > li .menu ul {
  width: 100%;
}

.nav>.hasSub,.nav>.hasSub a{
    box-sizing:border-box;
}

.nav a {
    color: white;
}

.nav.primary > li > a {
	display: inline-block;
	font-size: 1.2em;
	padding: 9px 25px 5px 25px;
	text-decoration: none;
	transition: all 0.1s;
}

.nav.primary > li > a:hover, 
.nav.primary > li > a:focus, 
.nav.primary > li.hover > a {
  	background-color: #efefe9;
}

.nav.primary > li.hasMenu > a:after {
	font-family: "fontello";
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.1em;
	content: '\e800';
	margin-left: 5px;
	position: relative;
	bottom: -0.15em;
}

.menuLink{
  cursor : pointer;
}

.nav.primary > li > a.menuLink
{
  padding-top: 9px;
}

@media only screen and (max-width: 760px) 
{
    /* Mobile Menu */
    .mobile-menu{
        top: 15px;
        z-index: 9999;
    }
    .mobile-menu span{
        background-color: black;
    }
    .main-menu .nav.primary > li 
    {
        width: 100%;
        color: black;
    }
    .main-menu .nav.primary > li > a
    {
        width: auto;
        text-align: center;
        padding: 1em;
        float: none;
        font-weight: 600;
        color: #737373;
    }
    .nav.primary > li > a:hover, .nav.primary > li > a:focus, .nav.primary > li.hover > a
    {
        background-color: #efefe9;
    }
    .hasMenu.hover
    {
        background-color: #efefe9;
    }
    /* Header Image */
    header img {
    width: 250px;
    height: 90px;
    }

    /* Search Box */
    .block.search 
    {
        display: block;
    }
    .block.search::before
    {
        display: none;
    }
}
#spydusfloatlanding .icon.save
{
    display: none;
}
.column.widget.cardWasteAware
{
    padding: 0;
}

.wasteheader{
    background-size: contain;
    display: inline-block;
    width: 125px;
    height: 135px;
    margin-right: 98px;
    vertical-align: text-bottom;
    float: left;
}

.binContainer{
  width: 60%;
margin: 0 auto;
}

@media only screen and (max-width: 760px) {
   .binCountStatus {
       float: none !important;
       display: block;
    }
}

.sys_fieldcontent span{
  clear: left;
}