/* Styles for SBL  */

html {
    margin-top: 168px !important;
}

/* for fixed masthead and header */
#lbl-masthead {
    position: fixed;
    top: 0;
    z-index: 998;
}

.site-header { 
    position: fixed;
    width:100%;
    top: 60px;
    z-index: 999;
    background-color: white;
}

.admin-bar #lbl-masthead {
    top: 32px;
}

.admin-bar .site-header { 
    top: 92px;
}
:target {
    display: block;
    position: relative;
    top: -140px;
}

.years:target {

    top: 0;
}

/*  search 
body .st-default-search-input,
body .search-input
{
    display: inline-block;
    position:relative;
    top:-6px;
    width: 190px;
    height: 16px;
    padding: 7px 11px 7px 28px;
    border: 1px solid #4698cb;
    font-weight: 400;
    color: white;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0;
    box-sizing: content-box;
    background-color: transparent;
    background-image: url(/wp-content/themes/foundry/images/search-icon-white.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-size: 13px 14px;
}
body .search-input
{
    top:0;
    border: 1px solid #aaa;
    font-weight: 400;
    color: #666;
    background-color: #eee;
    background-position: 8px 12px;
    padding: 12px 11px 12px 28px;
    width:100%;
    box-sizing: border-box;
    height: auto;
    background-image: url(/wp-content/themes/lbl2/images/search-icon-blue.png);
}
body .search-input:placeholder{
    color: #666;
}

*/

.st-default-search-input, .st-ui-search-input {
    display: inline-block;
    width: 190px;
    height: 16px;
    padding: 7px 11px 7px 28px;
    border: 1px solid #bbb;
    border: 1px solid rgba(0,0,0,0.25);
    font-weight: 400;
    color: #3B454F;
    font-size: 14px;
    line-height: 16px;
    box-sizing: content-box;
    border-radius: 5px;
}

#whole_site_search{
    margin-bottom:20px;
    margin-right:20px;
    
    
    }
/* ------------------------  */

a, .entry-content a {
    color: #00739c;
}

.content a {
    color: #31b2ed;
    text-decoration: none;
}

.ext:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    background-image: url(../images/ext.png);
    background-size: 30px 15px;
    background-position-x: 0;
    background-position-y: center;
    background-repeat: no-repeat;
}

.ext:hover:after{
    background-position-x: -15px;

}
/*site-inner
new link color start
.content a, .entry-content a{
    color: #31b2ed !important;
    text-decoration: none!important;
}
.content a:hover {
    color: black!important;
}
*/
h1, h2, h3, h4, h5, h6 {
    color:#425765
}

.site-title a, .site-title a:focus, .site-title a:hover {
    color: #F00;
}



html .header-image .site-title a {
    background: url(/wp-content/uploads/sites/8/2017/04/SBL_logo.png) no-repeat !important;
    background-size: contain !important;
    background-repeat:no-repeat;
    min-height:70px;
}
.title-area {
    width: 380px;
}


.header-image .site-header .title-area{
    padding: 14px 0;
}

/*.content ul, .content ol { overflow: auto; }*/
/* Home Page ---------------- */

.home .site-inner, 
.home-2018 .site-inner {
    padding-top: 0;
    /* for full width background image */
    max-width: 100%;
}

.home-top {
    background: url("the_lbl_view-1920x630.jpg") no-repeat center center;
    background-size:cover;
    min-height:230px;/* earth */
}

.home-top h2 {
    text-align:center;
    margin:30px 100px 30px 100px;
    font-size: 2rem;
    line-height: 1.4;
}

.home-middle {
    background:url("blue_pattern.png") repeat;
}

.home-middle .one-third {
    padding-left:50px;
    padding-right:50px;
}

.home-middle .widget-title {
    margin: 20px auto;
    text-align:center;
    color:white;
    text-transform: uppercase;
    background-color: transparent;
    font-size:4rem;
}

.home-middle h4 {
    color:white;
    vertical-align:middle;
    text-align:center;
    font-size:3rem;
    text-transform:uppercase;
}
.home-middle h4 a{
    color:white;
    vertical-align:middle;
    text-align:center;
    font-size:3rem;
    text-transform:uppercase;
}
.home-middle h4 img {
    vertical-align:middle;
    margin-right:10px;
    width:73px;
    height:73px;
}

.home-middle p {
    color:white;
    font-size:1.6rem;
    text-align:center;
    letter-spacing:.1rem;
}

.home-middle a {
    display:block;
    color:white;
}
.home-middle p a:after {
    text-align:center;
    content:'Learn more >';
    display:block;
    color:#f7bc3d;
}

/*   home what we  do  */

.home-what-we-do {
    background:#ceebf7;
    padding-bottom:30px;
}
.home-what-we-do h3,
.home-what-we-do .widget-title {
    background-color: transparent;
    color: #555;
    font-size: 4rem;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    padding:30px 0;
}
.home-what-we-do .wrap{
    position:relative;
}
.home-what-we-do p{
    text-align:center;
}
.home-what-we-do ul{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.home-what-we-do li{
    width: 20%;
    margin-bottom:20px;
}

.home-what-we-do li img{
    width:100%;
    height:auto;
    display:block;
    margin-bottom:7px;
}

.home-what-we-do .bttn-arrow{
        margin-top:40px;
        padding: 5px 20px;
        color:white;
        border-radius:3px;
}
/* home bottom  */

.home-bottom {
    background:#e6f0da;
    padding-bottom:30px;
}
.home-bottom h3,
.home-bottom .widget-title {
    background-color: transparent;
    color: #555;
    font-size: 4rem;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    padding:30px 0;
}
.home-bottom .wrap{
    position:relative;
}


.home-bottom .news-archive{
    position:relative;
    display: block;
    text-align:center;
    color:#fff;
    font-size: 1.6rem;
    background:#00739c;
    border-radius:4px;
    line-height:2.2;
    width:140px;
    height:36px;
    text-transform:upper-case;

}
.home-bottom .earth.bttn-arrow{
    position:relative;
    display: block;
    text-align:center;
    color:#fff;
    font-size: 1.6rem;
    background:#00739c;
    border-radius:4px;
    line-height:2.2;
    width:240px;
    height:36px;
    text-transform:upper-case;
    padding:0;
    margin-left:auto;
    margin-right:auto;
}



.home-bottom .wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.home-bottom .wrap .widget-area,
.home-bottom .wrap #carousel
{
        flex: 0 0 auto;
        float:none;
        margin-left:0;
        margin-right:0;
    
}

/*.home-bottom .wrap .one-third{
    background-color:#eee;
    padding: 0 10px;
}*/

.home-bottom .wrap #carousel{
    width:57%;
}
.home-bottom .wrap:before,
.home-bottom .wrap:after{
    display:none;
}

/* slider fix  */

.hebe .tp-tab-desc {
    font-family: "Open Sans";
}

/*  Carousel   */

.home-bottom .wrap{
    /* earth month padding-left:60px; */
    padding-left:0px;
}

#carousel a {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}
#carousel {
    /* earth month margin:30px auto;
    width: 100%; */
    
    height: auto;
    position: relative;
}
#viewer {
	position:relative;
    height: 300px;
	text-align: center;
}

#viewer img{
	max-width:100%;
    max-height:100%;
    vertical-align:top;
    
}
#viewer a{
	display:none;
	vertical-align: middle;
    position: absolute;
    top:0;
    left:0;
    background:transparent;
    text-align:center;
    width:100%;
    height:300px;
    line-height:300px;
}
.carlinks{
    list-style-type:none;
}
.carlinks li{
    margin-bottom:14px;
}
.carlinks a{
    font-size:1.1em;
}

#viewer a.hi {
    z-index:1000;
}
.linkactive a{
    color:red;
}
.carbuttons{
    position:absolute;
    bottom:-14px;
    height:14px;
    z-index:2000;
    text-align:center;
    width:100%;
}
.carbutton {
    display:inline-block;
    width:14px;
    height:14px;
    background:url(./buttons.png) no-repeat -14px 0px;
}

.buttonactive,
.carbutton:hover
{
    background-position:0 0;
    cursor:pointer;
}

/* Initiatives Pages  */


.page-template-template_stacked_acf .site-inner {
    margin: 0 ;
    max-width: none;
    padding-top: 0;
}

.page-template-template_stacked_acf .field-title{
    background:url("green_pattern.png") repeat;
         background-size:400px 400px;
    height:200px;
}

.page-template-template_stacked_acf .field-title p {
    margin:0;
}

.page-template-template_stacked_acf .field-title .wrap {
    background-image: url("/wp-content/uploads/sites/8/2017/04/Climate_image.jpg");
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    /* min-height:270px; this for the height*/
    height:200px;
    position:relative;
}
.page-template-template_stacked_acf .field-title .wrap:after {
    content:'';
    display:block;
    height:102px;
    position:absolute;
    left:0;
    right:0;
    bottom:-51px;
    background: url('/wp-content/uploads/sites/8/2017/04/Climate_icon.png') no-repeat center center;
    background-size: 102px 102px;
}
.page-template-template_stacked_acf h1 {
    color:white;
    font-size: 4.5rem;
    text-align: center;
    padding-top:30px;
    padding-bottom:2px;
    margin:0;
    text-transform:uppercase;
}
.page-template-template_stacked_acf .title-tagline {
    color:white;
    font-size: 2rem;
    text-align: center;
}
/*.page-template-template_stacked_acf .fields {
    padding-bottom:30px;

}*/
.page-template-template_stacked_acf #field1 {
     background:url("lite_blue_pattern.png") repeat;
     background-size:400px 400px;
     min-height:180px;
}
.page-template-template_stacked_acf #field1 h4 {
     text-align:center;
     margin:80px 0 50px;
     font-size:28px;
     color:#555;
}


.page-template-template_stacked_acf h2 {
    font-size: 3.6rem;
    text-align: center;
    padding-top:40px;
    padding-bottom:40px;
    margin:0;
}


.page-template-template_stacked_acf #field1 h2 {
   padding-top:80px;
}
.page-template-template_stacked_acf #field1 img,
.what-you-can-do a img
 {
   width:74px;
   height:auto;
   display:block;
   margin:0 auto 10px;
   
}
.page-template-template_stacked_acf #field1 a,
.what-you-can-do a {
   display:block; 
}

.page-template-template_stacked_acf #field1 p,
.what-you-can-do .content a
 {
   text-align:center;
}


.page-template-template_stacked_acf #field2 {
    background:#ebf6db
}


.page-template-template_stacked_acf #field2 table{
    border-collapse:collapse;
    width:90%;
}
.page-template-template_stacked_acf #field2 th{
    color:#425765;
    font-size:2.4rem;
    font-weight:bold;
    border:solid 1px #ccc;
    padding:10px;
}
.page-template-template_stacked_acf #field2 td h3{
    color:#425765;
    font-size:2.0rem;
    font-weight:normal;
    margin:0;
    padding-top:20px;
}
.page-template-template_stacked_acf #field2 td{
    border:solid 1px #ccc;
    padding:10px;
}
.page-template-template_stacked_acf #field2 .li{
    padding-left:24px;
}

.page-template-template_stacked_acf h3.line-up {
    line-height:2;
    padding-top:11px;
}
.page-template-template_stacked_acf h3 {
    text-transform:uppercase;
    font-weight:bold;
}
.center{
    clear:both;
    text-align:center;   
}
.bttn-arrow, .entry-content .bttn-arrow{
    background:#00739c;
    color:white;
    padding:12px;
    display:inline-block;
}

.bttn-arrow:after {
    content:"";
    top:1;
    display:inline-block;
    border-left:solid 11px #f6bb37;
    border-top:solid 7px #27729a;
    border-bottom:solid 7px #27729a;
    margin-left:10px;
}

.page-template-template_stacked_acf #field3 p {
    text-align:center;
    font-size:1.4rem;
}

/*  --- ALL this is to get the text overlay as html -----

.page-template-template_stacked_acf #field3 h3 {
    position:relative;
    width:243px;
    height:199px;
    background-repeat:no-repeat;
    background-position:center center;
    
}

.page-template-template_stacked_acf #field3 h3 span {
    background-color:rgba(90,90,90,.5);
    position:absolute;
    bottom:0;
    display:block;
    width:100%;
    font-size:1rem;
    font-weight:bold;
    color:white;
}
.page-template-template_stacked_acf #field3 .first h3{
    background-image:url("/wp-content/uploads/sites/8/2017/04/climate-our_approach-1.jpg");  
}
.page-template-template_stacked_acf #field3 .second h3{
    background-image:url("/wp-content/uploads/sites/8/2017/04/climate-our_approach-2.jpg");  
}
.page-template-template_stacked_acf #field3 .third h3{
    background-image:url("/wp-content/uploads/sites/8/2017/04/climate-our_approach-3.jpg");  
}
.page-template-template_stacked_acf #field3 .fourth h3{
    background-image:url("/wp-content/uploads/sites/8/2017/04/climate-our_approach-4.jpg");  
}*/

/*.page-template-template_stacked_acf #field4 {
    text-align:center;
}

.page-template-template_stacked_acf #field4 p {
    display:inline-block;
    font-size:1.2rem;
    margin-left:40px;
 
}
.page-template-template_stacked_acf #field4 img {
    vertical-align:middle;
    margin-right:10px;

    width:100px;
    height:auto;
 
}*/
.page-template-template_stacked_acf #field4 {
    background-color:#eaeff5;
    font-size: 1.4rem;
    margin-bottom:40px;
}

.page-template-template_stacked_acf #field4 p {
    display:block;
    font-size: 1.2rem;
}
.page-template-template_stacked_acf #field4 img {
    vertical-align:top;
    margin-right:10px;

    width:100px;
    height:auto;
 
}

/*  Initiatives - Waste  */

.waste.page-template-template_stacked_acf .field-title .wrap {
        background-image: url("/wp-content/uploads/sites/8/2017/07/Waste_image.jpg");
        background-position:center top;
}
.waste.page-template-template_stacked_acf .field-title .wrap:after {
    background: url('/wp-content/uploads/sites/8/2017/05/waste_icon.png') no-repeat center center/102px 102px;;
}   

.page-template-template_stacked_acf #field1 .bttn-arrow {
   display:inline-block; 
}

.page-template-template_stacked_acf #field1 .bttn-arrow:nth-child(2) {
   margin-left:80px;
}

/* for dev page */
.waste-dev.page-template-template_stacked_acf #field1 img {
    display: block;
    height: auto;
    margin: 0 auto 10px;
    width: auto;
}

.waste.page-template-template_stacked_acf #field3 {
    text-align:center
}

.waste.page-template-template_stacked_acf #field3 .one-fourth {
    float:none;
    display:inline-block;
    vertical-align:top;
}

.page-template-template_stacked_acf #field4 .dl {
    vertical-align:middle;
    margin-right:0;

    width:13px;
    height:auto;
 
}

/*  Initiatives - Water  */

.water.page-template-template_stacked_acf .field-title .wrap {
    background-image: url("/wp-content/uploads/sites/8/2017/05/Water_image.jpg");
}
.water.page-template-template_stacked_acf .field-title .wrap:after {
    background: url('/wp-content/uploads/sites/8/2017/05/Water_icon.png') no-repeat center center/102px 102px;;
}   

.first.skip2 {
    margin-left: 34%;
}

.water.page-template-template_stacked_acf #field3 {
    text-align:center
}

.water.page-template-template_stacked_acf #field3 .one-fourth {
    float:none;
    display:inline-block;
    vertical-align:top;
}

/*   NEWS   */

.archive-description {
    margin-bottom: 0;
    padding: 0;
}
.category-news .archive-title {
    color:white;
    text-transform:uppercase;
    font-size: 4.5rem;
    line-height:4.5rem;
    text-align: center;
    margin:0;
    background:url("blue_pattern.png") repeat;
    background-size:400px 400px;
    padding:20px 0;
}

.category-news .entry {
    margin-bottom: 30px;
}
.category-news .entry-title {
    font-size: 2.4rem;
    color:  #226290; 
    padding-top:0;
    padding-bottom:0;
    margin:0 0 20px;
}
.category-news .entry-title a{
    font-size: 2.4rem;
    color:  #425765; 
    cursor: default;
}

.category-news .entry-content img:first-child{
    width:300px;
    height:auto;
}
.category-news .entry-content ul{
      display: table;
}

.years{
    font-size:4rem;
    margin:0 0 30px;
    color:  #425765;
    line-height:1;
}
.category-news .selected_section,
.progress .selected_section {
    text-decoration: underline;
    color: #ea1c24;
}

.category-news .entry-meta {
    display:inline-block;
    float:left;
    margin: 0 3px 0 0;
    font-size:1.6rem;
    font-weight:bold;
}
    

.category-news aside, 
.progress aside {
    position:fixed;
    left: 50%;
    margin-left: 200px;
}

.category-news .sidebar .widget-wrap,
.progress .sidebar .widget-wrap {
    background-color:#eee;
    padding:20px;
}

.category-news .sidebar .widget-title,
.progress .sidebar .widget-title {
    font-size:2rem;
    color:  #425765;
    background-color: transparent;
    padding:0;
}

.category-news .sidebar li,
.progress .sidebar li {
    border-bottom: none; 

}

.category-news .sidebar a,
.progress .sidebar a
 {
    font-size:2rem;
    /*color:  #226290;  */

}
.category-news .content ul,
.accordian_content ul {
    list-style: outside disc;
    margin-left: 1em;
}
.category-news  .content ul li,
.accordian_content li {
    position: relative;
    left: 1em;   
}
/* -------------- YOUR ROLE ----------------*/

.your-role .left_column{
    margin-left:0;
    }
.your-role .left_column,
.your-role .right_column
{
    margin-bottom:30px;
    }

.your-role .entry {
    margin-bottom: 20px;
}

.your-role .section-title{
    font-weight:bold;
    color:#666;
    margin-top:30px;
    }
.your-role .section-image img{
    width: 100%;
    height: auto;
}

.your-role .accordian > h4 {
    background-color: #ceebf7;;
    color: black;
    font-size: 18px;
    font-weight: bold;
    position:relative;
    margin: 10px 0;
    padding: 10px 14px;
    cursor:pointer;
}
.your-role .accordian > h4:after {
    content:">";
    
    position:absolute;
    right:20px;
}

.your-role .accordian > h4.open:after {
    transform: rotate(90deg);
}
.your-role .accordian_content {
    margin: 0;
    padding: 10px 14px;
    display:none;
}


/*  --------------  RESULTS  --------------- */
/*   PROGRESS   */

.page-template-default .entry-title,
.page-template-your-role .entry-title {
    background:url("blue_pattern.png") repeat;
    background-size:400px 400px;
    padding:20px 0;
    color:white;
    text-transform:uppercase;
    font-size: 4.5rem;
    line-heigt: 4.5rem;
    text-align: center;
    margin:0;
}

.progress .content .proghead {
    position:relative;
    height:50px;
    background:url("dark_blue_pattern.png") repeat;
    background-size:400px 400px;
    color:white;
    text-transform:uppercase;
    font-size:3rem;
    padding:0 20px 5px 120px;
    width:100%;
    line-height:50px;
    margin:20px 0;
}

.progress .content .proghead img {
   position:absolute;
   top:-12px;
   left:0;
   width:73px;
   height:73px;
   margin:0 20px;
   display:block;
}
.progress .content .proghead a{
   display:block;
   float:right;
   font-size:1.6rem;
   line-height:50px;
   color:white;
}
.progress .content .proghead a:after{
   content:' >'
}
.progress .content .intro a {
    font-weight:normal;

}

.progress .content .intro {
    margin-left: 20px;
}


.progress .years{
    margin:40px 0;
}
.progress .years:first-child{
    margin-top:0;
}
.progress .content h4 {
    font-size:2rem;
    font-weight:bold;
    text-transform:uppercase;
    margin:20px 0;
}
.progress .content .headers{
    display:block;
    margin:20px 0;
}

.progress .content .accord:before,
.progress .content .accord:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.progress .content .accord:after {
  clear: both;
}

.progress .content .accord {
    background-color: #fff;
    border: 1px solid #ceecf7;
    margin:0 0 10px 0;
}

.progress .content h5 {
    box-sizing:border-box;
    background-color: #ceecf7;
    font-size: 18px;
    font-weight: normal;
    min-height: 50px;
   line-height: 30px;
    margin: 0;
    padding: 10px 0 10px;
    cursor:pointer;
}
.progress .content h5:before {
    content:'';
    border-color: #ceecf7 #ceecf7 #ceecf7 #c41921;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    display: block;
    float:left;
    height: 0px;
    margin: 8px 12px 12px;
    vertical-align: middle;
    width: 0;
    
    text-align: -999em;
    overflow: hidden;
}
.progress .content h5.open:before{
    border-color: #c41921 #ceecf7 #ceecf7 #ceecf7;
    border-style: solid;
    border-width: 16px 8px 0 8px;
    display: inline-block;
    height: 0;
    top: 4px;
    width: 0;
    
}

.progress .content .accord p {
    display: none;
    margin: 0;
    padding: 20px 20px 14px 20px;
}

.progress .content .accord ul {
    display: none;
}

.living-lab .entry-content h3{
    font-weight:bold;
}
.living-lab .entry-content h4{
    text-transform:uppercase;
}

.reports .entry-content h3{
    font-weight:bold;
     text-transform:uppercase;
}

.reports .entry-content ul{
    list-style-type:none;
    padding:0;
    margin:20px 0;
}
.reports .entry-content li{
    border-bottom:solid 1px #ccc;
    margin-bottom:20px;
    padding-bottom:7px;
    list-style-type:none;
}
.data .entry-content h3{
    font-weight:bold;
     text-transform:uppercase;
}

.data .entry-content .container {
    margin-top:60px;
    margin-bottom:20px;
    position: relative;
    padding-bottom: 70.25%;
    height: 0;
    overflow: hidden;
}

.data .entry-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact .entry-content h3{
    font-weight:normal;
     text-transform:uppercase;
}

.contact .contact-table{
    width:100%;
    border-collapse: collapse;
    border:none;
}
.contact .contact-table td{
    padding:10px;
    vertical-align:top;
    border-bottom:solid 1px #ccc;
    border-top:none;
}
.contact .contact-table .no-brdr td{
    border:none;
    padding-top:20px;
    padding-bottom:0;
}
.contact .contact-table td:first-child{
    width:65%;
    padding-left:0;
    padding-right:20px;
}
.contact .contact-table td:nth-child(2){
    width:35%;
    padding-left:20px;
}
.contact .contact-table h3{
    margin-bottom:0;
}

/*  --------------  Waste-Guide  --------------- */

.waste-guide.page-template-default .entry-title{
    text-indent:-3000px;
    padding:0;
}
.waste-guide2.page-template-default .entry-title {
   display:none;
}
.waste-guide2 .site-inner {
    clear: both;
    padding-top: 0px;
}
.waste-guide2 .site-inner .waste-guide-links{
    background: url("blue_pattern.png") repeat;
    background-size: auto auto;
    background-size: 400px 400px;
    padding: 20px 0;
    margin: 0;
    text-align:center
}
.waste-guide2 .site-inner .waste-guide-links a{
    display:inline-block;
    margin-left:20px;
    margin-right:20px;
    color: white;
    font-size: 2rem;
}

.waste-guide2 .site-inner .waste-guide-links a:first-child{

    margin-left:0;

}

.waste-guide2 .site-inner .waste-guide-links a:last-child{

    margin-right:0;

}
.waste-guide2 .site-inner .waste-guide-links a:hover{
    text-decoration:underline;
}
@media only screen and (max-width: 1020px){
        html {
            margin-top: 0px !important;
        }

        .admin-bar html {
            margin-top: 32px !important;
        }
        /* for fixed masthead and header */
        #lbl-masthead {
            position: static;
        }

        .site-header { 
            position: static;
        }
        :target {
            
            top: 0px;
        }

}
@media only screen and (max-width: 980px) {
    .title-area {
        width: 240px;
    }
}
@media only screen and (min-width: 900px) {
   

    .home-top h2 {
    white-space: pre-line;  
    font-size: 2rem; 
    }
   
}
@media only screen and (min-width: 841px) {
    

    /* do not break js menu ----  Top Navigation */
    
        
    .site-header{
    border-bottom: 10px solid #01395a;
    }
    
    .site-header .wrap {
    position: relative;
    border-bottom: none;
    }
    
    .header-image .site-header .widget-area {
    padding: 0;
    position: absolute;
    bottom: -10px;
    right: 0px;
 /*   width: 500px; */
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

    .site-header .genesis-nav-menu  > li > a {
    display: block;
    height: 35px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding:0 ;
    margin:0 20px 0 0;
    }
    
    .site-header .genesis-nav-menu > li > a:after {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: height .3s;
    -webkit-transition: height .3s;
    background-color: #ea1c24;
    }
    .site-header .genesis-nav-menu > li >  a:hover:after,
    .initiatives .site-header .genesis-nav-menu .menu-item-101 a:after,
    .results .site-header .genesis-nav-menu .menu-item-102 a:after,
    .your-role .site-header .genesis-nav-menu .your-role-menu-item a:after,
    .category-news .site-header .genesis-nav-menu .menu-item-78 a:after,
    .contact .site-header .genesis-nav-menu .menu-item-19 a:after
    {
    height: 17px;
    }
    
    .site-header .genesis-nav-menu .menu-item-101 a:after {
    background-color: #9acb46;
    }
    .site-header .genesis-nav-menu .menu-item-102 a:after {
    background-color: #61c0d8;
    }
    .site-header .genesis-nav-menu .your-role-menu-item a:after {
    background-color: #0082ca;
    }
    .site-header .genesis-nav-menu .menu-item-78 a:after {
    background-color: #ea1c24;
    }
    .site-header .genesis-nav-menu .menu-item-19 a:after {
    background-color: #febb31;
    }
    
    .initiatives .site-header .genesis-nav-menu .menu-item-101 a {
    color: #9acb46;
    }
    .results .site-header .genesis-nav-menu .menu-item-102 a {
    color: #61c0d8;
    }
    .category-news .site-header .genesis-nav-menu .menu-item-78 a {
    color: #ea1c24;
    }
    .contact .site-header .genesis-nav-menu .menu-item-19 a {
    color: #febb31;
    }
    .site-header .genesis-nav-menu > .quicklink > a:before {
        content: "";
        display:inline-block;
        margin-right:6px;
        margin-left:20px;
        height:0;
        width:0;
        border-top:solid 10px #61c0d8;
        border-left:solid 8px transparent;
        border-right: solid 8px transparent;
        border-bottom:none;
    }
     .site-header .genesis-nav-menu > .quicklink > a:after{
        display:none;
        }
    /* sub-navs  */
    
    .site-header .sub-menu {
     border-top: none;
    }
    .genesis-nav-menu .sub-menu{
        background-color: #143858;
        width: 160px;
    }
    .genesis-nav-menu .quicklink .sub-menu{
        background-color: #fff;
        width: 240px;
        position:absolute;
        right:0;
    }
    .genesis-nav-menu .quicklink .sub-menu li {
        border-bottom:none;
    }
    .genesis-nav-menu .sub-menu li {
    display: block;
    position: relative;
    float: none;
    height: auto;
    border-bottom: 1px solid #256e97;
    }
    .genesis-nav-menu .menu-item-101 .sub-menu li {
    border-bottom: 1px solid #9acb46;
    }
    .genesis-nav-menu .sub-menu a {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 0 8px 20px;
    position: relative;
    text-transform: uppercase;
    width: auto;
    }
    
    .genesis-nav-menu .menu-item-101 .sub-menu a,
    .genesis-nav-menu .quicklink .sub-menu a {
        color:#9acb46;
    }
    .genesis-nav-menu .menu-item-101 .sub-menu a:hover,
    .genesis-nav-menu .quicklink .sub-menu a:hover {
    color:white;
    }
    .genesis-nav-menu .menu-item-102 .sub-menu a {
    color:#84ceeb;
    }
    .genesis-nav-menu .menu-item-102 .sub-menu a:hover {
    color:white;
    }
    .genesis-nav-menu .quicklink .sub-menu a {
        color:#31b2ed;
    }
    .genesis-nav-menu .quicklink .sub-menu a:hover {
        color:#31b2ed;
        text-decoration:underline;
    }
  
    /* end do not break js menu */
}
@media only screen and (max-width: 1160px) {
     html .site-inner .wrap,
     .page-template-your-role .site-inner,
     .page-template-default .site-inner,
     .archive .site-inner {
         padding-left: 3%;
         padding-right: 3%;
       }


}
@media only screen and (max-width:1023px) {
    .category-news aside,
    .progress aside {
    position:relative;
    left: 0;
    margin-left: 0;
    }
    

    
    /*earth */

.home-bottom .wrap .one-third,
.home-bottom .wrap #carousel{
    width:100%;
}
}
@media only screen and (max-width: 840px) {
    html .header-image .site-title a {
    background-position: center center !important;
    }
    .home-top {
    background: url("the_lbl_view-1920x630.jpg") no-repeat center center;
    background-size:cover;
    min-height:300px;
    }
    .home-top h2 {
    text-align: center;
    margin: 24px 40px;
    font-size: 1.6rem;
    line-height: 1.4;
    }
    
    .home-bottom .wrap {
    padding-left: 0px;
    }
    
    #carousel {
        margin:30px 0;
    }
    .home-bottom .news-archive {
        margin:0 auto;
    }
    .carlinks li {
    text-align:center;
    }
   #viewer {
    margin-bottom:30px;
    }
    /* Initiative  */
    
    .page-template-template_stacked_acf #field3 p {
    text-align:center;
    font-size:1.6rem;
    }
    .page-template-template_stacked_acf #field3 img {
    display:block;
    margin:20px auto;
    
    }
    .page-template-template_stacked_acf #field4 p {
    display:block;
    margin:0;
    text-align:left;
    }
    
    .page-template-template_stacked_acf #field1 .one-sixth{
    margin-bottom: 20px;
    }
    .first.skip2 {
    margin-left: 0;
    }
    .page-template-template_stacked_acf #field1 .bttn-arrow,
    .page-template-template_stacked_acf #field1 .bttn-arrow:nth-child(2) {
        margin: 20px auto;
    }
    .home-what-we-do li{
        width: 40%;
    }


}

@media only screen and (max-width: 600px) {
     html .header-image .site-title a {
        
        background-size: contain !important;
   
    }
    .home-top h2 {

    margin: 24px 20px;

    }
    .page-template-template_stacked_acf h1 {
    font-size: 3rem;
    padding-top: 10px;
    }
    
    .page-template-template_stacked_acf .title-tagline {
    line-height: 1.3;
    }
    .waste-guide2 .site-inner .waste-guide-links a{

    margin-left:14px;
    margin-right:14px;
    font-size: 1.4rem;
    
    }
 
}
