@import 'header.css';
.finish_samples.col-sm-2:nth-child(6n+1) { clear: left; }
ul.lampdetail { padding-bottom: 30px; }
ul.lampdetail ul { padding-bottom: 0; }
ul.lampdetail li { padding-bottom: 0; }
ul.lampdetail li li { padding-bottom: 0; margin-left: 20px;}
#contact .instructions { display: none; } 
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
  }

/* GLOBAL */
p.formerror,
p.formerror span,
p.formerror,
p .formerror,
p .formerror span,
p .formerror * { color: red!important; } 

body { font-family: Oxygen, Arial, sans-serif; }
h1{
    font-family: Oxygen, Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #717D7D;
    margin-top:0px;
}

h2{
    font-family: Oxygen, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #73b865;
}

h3{
    font-family: Oxygen, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #717d7d;
}

h4{
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height:24px;
    color: #70B562;
    text-transform:uppercase;
}

p {
    color: #717D7D;
    font-family: Oxygen, Arial, sans-serif;
    font-size:17px;
    line-height:26px;
}

a{
    color: #679D42;
    text-decoration:underline;
    font-family: Oxygen, Arial, sans-serif;
    font-size:17px;
}

a:hover{
    color: #73B865;
}

a.green{
    text-decoration:none;
    display: inline-block;
}

article#content a.green{
    margin: 10px 10px 10px 0px;
}

a.green:hover{
    text-decoration:none;
}

a.green:focus{
    color:#fff;
}

li{
    font-family: Oxygen, Arial, sans-serif; 
    font-size:17px;
    line-height:26px;
    color: #717D7D;
}

hr {
    border: 0.5px solid #d9d9d9;
    margin-top: 25px;
    margin-bottom: 25px;
}

input{
    line-height:initial;
}

.form-control{
    color: #717D7D;
    font-family: Oxygen, Arial, sans-serif;
    font-size: 17px;
}

.green{
    font-family: Oxygen, Arial, sans-serif; 
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    background-color: #679D42;
    border-radius: 28px;
    border:none; /* removes input button border*/
    padding: 11px 30px;
    text-decoration:none;
    margin-bottom: 10px;
    margin-right: 10px;
}

.green.ghost-btn {
    color: #679D42;
    background-color: #fff;
    border: #679D42 solid 3px;
    padding: 9px 28px;
}

.green.ghost-btn:hover {
    border: #73B865 solid 3px;
}

@media (max-width:767px){
    a.green{
        min-width:290px;
        display: inline-block;
    }
}

@media (min-width:768px){
    h1{
        font-size:40px;
    }
    
    h2{
        font-size: 30px;
    }
    
    h3{
        font-size: 24px;
    }
    
    hr{
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

/* HEADER Mobile */

#header {
    position: relative;
    z-index: 1000;
    background: white none;
}

#header div.topnav:hover div.mega,
#header div.ie6_hovering div.mega {
    visibility: visible;  /* not display: block; because that breaks the layout -- they're absolutely positioned and don't affect the rest of the page layout, anyway */
}
  
#header div.mega {
    visibility: hidden;   /* not display: none; because the layout breaks when display: block; is used to make it visible */
    position: absolute;
    /* padding: 20px 0 15px 0; */
    padding: 20px 10px;
    background: #f2f2f2;
    /* box-shadow: 3px 4px 5px 0px rgba(131, 131, 131, 0.75);  */
    /* padding: 25px 15px 25px 15px; */
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #fff;
    border: none;
}

.navbar-default .row{
    background-color: #e5e5e5;  
} 

.navbar-header{
    background-color: #fff;
}

.navbar-nav {
    margin: 0px -15px;
}

.navbar-form button {
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.navbar-default .navbar-form {
    border: none;
    padding-top: 0;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-form .glyphicon {
    color: #717d7d;
}

.navbar-form input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#logo{
    width:200px;
}

/* Toggle Mobile */

.navbar-toggle .text {
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    font-family: oxygen;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0;
    color: #717d7d;
    top: 10px;
}

.navbar-default .navbar-toggle {
    border-color: #717d7d;
    top: 5px;
}

.navbar-toggle {
    padding: 8px 9px;
    border: 3px solid transparent;
    border-radius: 30px;
}

.navbar-default .navbar-toggle:hover .text,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus{
    background-color: transparent;
    border-color: #679D42;
    color: #679D42;
}

.navbar-toggle .icon-bar {
    width: 15px;
    height: 3px;
    border-radius: 10px;
    color: #73B865;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar {
    background-color: #73B865;
}

/* Main Level Links */

.navbar-default .navbar-nav > li {
    background-color: #e5e5e5;
    border-top: solid 3px white;
}

.navbar-default .navbar-nav > li > a {
    text-decoration:none;
    color:#717d7d;
    font-size: 16px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #679d42;
    color: #ffffff;
}

.nav .glyphicon-minus::before:hover,
.nav .glyphicon-plus::before:hover {
    color: #ffffff;
}

.nav .glyphicon-minus::before {
    content:"\e082";
    font-size: 18px;
    color: #ffffff;
}

.search #topnav_findProducts .mega {
    display: none; /* Hides Find Lighting links from navigation.*/
}


.navbar-default .navbar-nav > li > .dropdown-toggle {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  line-height: 44px;
  color: white;
  background: #e5e5e5;
  border: none;
}

.navbar-default .navbar-nav > li > .dropdown-toggle:hover,
.navbar-default .navbar-nav > li > .dropdown-toggle:focus,
.navbar-default .navbar-nav > li > .dropdown-toggle:active {
  background-color: #679d42;
}

.navbar-default .navbar-nav > li > .dropdown-toggle:hover .glyphicon-plus::before,
.navbar-default .navbar-nav > li > .dropdown-toggle:active .glyphicon-plus::before,
.navbar-default .navbar-nav > li > .dropdown-toggle:focus .glyphicon-plus::before {
    color: #ffffff;
}

/* Secondary Level Links */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-weight: bold;
    font-size: 16px;
    text-decoration:none;
    padding: 15px 15px;
    background-color: #f2f2f2;
    color:#717d7d;
}

.dropdown-menu{
    padding:0;
}

/* Toggle Icons */
.nav .glyphicon-plus::before {
    content: "\e081";
    font-size: 18px;
    color: #679d42;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #73B865;
    background-color:#fff;
}

/* Button Mobile */
.navbar-default .navbar-nav > li > a.green {
    color:#fff;
    margin: 15px 15px 0px 15px;
}

/* Search Bar Mobile */
#header input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 32px;
    font-family: Oxygen, 'sans-serif';
    font-size:14px;
}

#header form {
    display: inline-block;
}

#header button {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
    height: 32px;
}

#header .glyphicon {
    color: #717D7D;
}

/* HEADER Tablet */

@media (min-width: 768px){
    header {
        padding-top: 25px;    
    }
    
    .navbar-form .input-group {
        vertical-align: unset;
    }
    
a[href^="tel:"] {
  color: #717D7D;
  cursor: unset;
  text-decoration: none;
}
.resultlist .description  ul { list-style: none; } 
.resultlist {
  margin-top: 56px;
  margin-bottom: 56px;
}
.resultlist .navup {
  display: none;
}
.resultlist .title a,
.resultlist .title {
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 600;
}
.resultlist .title small,
.resultlist .title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.resultlist .title small,
.resultlist .title .small {
  font-size: 65%;
}
.resultlist .title .sml {
  display: none;
}
.resultlist .title a {
  text-decoration: none;
}
.resultlist .title a:hover,
.resultlist .title a:focus {
  text-decoration: underline;
}
.resultlist .url {
  font-size: 16px;
  text-transform: none;
}
.resultlist .url strong {
  display: none;
}
.resultlist .mak_1,
.resultlist .mak_2 {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  color: white;
  background-color: #73B865;
}

    
    /* Main Navigation Links */
    
    div.topnav {
        position: relative;
        float: left;
    }
  
    a.topnav {
        font-size: 14px;
        font-weight: bold;
        color: #73B865;
        text-decoration: none;
        display: block;
        height: 38px;
        border-bottom: solid 3px white;
        padding: 15px 8px 35px 8px;
        margin-right: 1px;
    }
    
    div.topnav:hover a.topnav,
    div.ie6_hovering a.topnav,
    div.topnav.currentpage a.topnav {
        color: #717D7D;
        border-bottom: solid 3px #73B865;
        text-decoration: none;
    }
    
    div.topnav:hover,
    div.ie6_hovering,
    div.currentpage:hover {
    background: none;
    }
    
    /* Find Lighting Mega Menu */
    
    #header div.mega-column {
        float: left;
        padding-right: 17px;
        padding-left: 17px;
        min-width: 165px;
    }
  
    #header span.mega {
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 26px;
        color: #73B865;
        display: block;
        margin: 0 0 5px 0;
    }

    #header .mega-column span.extra { 
        margin-top: 25px; 
    }
  
    #header ul.mega {
        margin: 0;
        padding: 0;
        list-style: none;
    }
  
    #header ul.mega li a {
        text-decoration: none;
        color: #717D7D;
        font-size: 14px;
        display:block;
        padding-bottom:5px;
    }
    
    #header #topnav_findProducts div.mega {
        width: 565px;
        left: -18px; 
        padding: 26px 13px;
    }

    #header #topnav_explore div.mega, #header #topnav_company div.mega  {
        left: -18px;
        width: 240px;
    }
  
    /* Button and Form */

    #topnav_utility_links {
        padding-top: 7px;
    }
    
    #topnav_utility_links a.green{
        font-size: 14px;
        color: #FFFFFF;
        padding: 6px 24px;    
        position: relative;
        margin-top:0px;
        display: block;
        float: left;
    }
    
    #header #topnav_utility_links form {
        margin-top: 0;
        position: relative;
        width: 143px;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }
    
    #topnav_utility_links {
        text-align: right;
    }

    #topnav_utility_links a {
        margin: 0px 6px;
    }

}

/* HEADER Desktop */

@media (min-width: 1200px) {
    #topnav_utility_links {
        float: right;
    }
    
    .theNav {
        float: right;
    }
}

/* SLIDER */

.homepage .slick-prev {
    left: 15px;
}

.homepage .slick-next {
    right: 15px;
}

@media(min-width: 768px) {
    .homepage .new-products-slider .slick-prev,
    .homepage .new-products-slider .slick-next {
        top: 50%;
    }
}

.fixture-subpage .fixture-gallery .slick-next::before,
.homepage .new-products-slider .slick-next::before,
.homepage .hero-slider .slick-next::before {
    /* content:url('/images/right-arrow.svg'); */
    display: none;
}

.fixture-subpage .fixture-gallery .slick-prev::before,
.homepage .new-products-slider .slick-prev::before,
.homepage .hero-slider .slick-prev::before {
    /* content:url('/images/left-arrow.svg'); */
    display: none;
}

.homepage .new-products-slider .slick-next::before,
.homepage .new-products-slider .slick-prev::before,
.homepage .hero-slider .slick-next::before,
.homepage .hero-slider .slick-prev::before {
  font-size: 45px;
  color: #679D42;
  opacity: 1;
}

@media (min-width: 768px) {
    .homepage .hero-slider .slick-prev{
        left: 41px;
    }

    .homepage .hero-slider .slick-next{
        right: 42px;
    }
}

.homepage .new-products-slider .slick-next,
.homepage .new-products-slider .slick-prev,
.homepage .hero-slider .slick-prev,
.homepage .hero-slider .slick-next {
    height: 35px;
    width: 35px;
    /* box-shadow: 0px 3px 4.9px rgba(0, 0, 0, 0.3); */
    border-radius: 40px;
}

@media (min-width: 768px) {
    .homepage .new-products-slider .slick-next, 
    .homepage .new-products-slider .slick-prev,
    .homepage .hero-slider .slick-prev,
    .homepage .hero-slider .slick-next {
        height: 45px;
        width: 45px;
        /* box-shadow: 0px 3px 4.9px rgba(0, 0, 0, 0.3); */
        border-radius: 40px;
    }
}

/* home page quick find section */
.homepage .home-quick-find .floatleft      { float: left; margin-right: 80px; } 
.homepage .home-quick-find h3              { float: none; clear: both; padding-top: 30px;} 
.homepage .home-quick-find .floatleft h3   { padding-top: 0; } 
.homepage .home-quick-find p               { margin-bottom: 0; } 
.homepage .home-quick-find ul              { list-style: none; margin: 0; padding: 0 0 30px 0; } 
.homepage .home-quick-find ul li           { float: left; clear: none; width: 100px; padding-bottom: 20px; } 
.homepage .home-quick-find ul li a         { text-decoration: none; } 
.homepage .home-quick-find ul li a:hover   { text-decoration: none; } 
.homepage .home-quick-find ul li a p       { text-align: center; font-family: Montserrat, sans serif; text-transform: uppercase; font-size: 14px; font-weight:bold; color: #679D42; }
.homepage .home-quick-find ul li:hover a p { color: #73B865; }
.homepage .home-quick-find object          { display: block; margin-left:auto; margin-right: auto; width: 70px; text-align: center; } 
.homepage .home-quick-find img             { color: white; } 
.homepage .home-quick-find a.svg           { position: relative; display: inline-block; }
.homepage .home-quick-find a.svg:after     { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left:0; }

.hero-slider .slick-prev,
.hero-slider .slick-next {
    top: calc(100vw * 0.3125 - 16px); /* // this roughly vertically centers the icons over the image — in the layout the icons are 100px down from the top of the image, and the layout was 320px wide, so the vertical position to image width ratio is 100/320 = 0.3125. then we subtract half the height of the icons, which is 16px, to shift them up a bit */
}

.new-products-slider .slick-prev,
.new-products-slider .slick-next {
    top: calc(100vw * 0.3125 - 50px); /* // this roughly vertically centers the icons over the image — in the layout the icons are 100px down from the top of the image, and the layout was 320px wide, so the vertical position to image width ratio is 100/320 = 0.3125. then we subtract half the height of the icons, which is 16px, to shift them up a bit */
}

.new-products-slider .new-product-text.flex-wrapper,
.hero-slider .hero-desc.flex-wrapper {
    display:-webkit-box;
    display:-ms-flex-box;
    display: flex;
    flex-direction: column;
    -webkit-box-pack:justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.fixture-subpage .fixture-gallery .slick-next,
.fixture-subpage .fixture-gallery .slick-prev {
    height: 35px;
    width: 35px;
}

.fixture-subpage .fixture-gallery .slick-next {
    right: 15px;
}

.fixture-subpage .fixture-gallery .slick-prev {
    left: 15px;
}

@media (min-width: 768px) {
    .fixture-subpage .fixture-gallery .slick-next,
    .fixture-subpage .fixture-gallery .slick-prev {
        height: 40px;
        width: 40px;
    }
}

.fixture-subpage .fixture-gallery .slick-next:hover .cls-1,
.fixture-subpage .fixture-gallery .slick-prev:hover .cls-1,
.homepage .new-products-slider .slick-next:hover .cls-1,
.homepage .new-products-slider .slick-prev:hover .cls-1,
.homepage .hero-slider .slick-next:hover .cls-1,
.homepage .hero-slider .slick-prev:hover .cls-1 {
    fill: #73B865;
}

.fixture-subpage .fixture-gallery .slick-next .cls-1,
.fixture-subpage .fixture-gallery .slick-prev .cls-1,
.homepage .new-products-slider .slick-next .cls-1,
.homepage .new-products-slider .slick-prev .cls-1,
.homepage .hero-slider .slick-next .cls-1,
.homepage .hero-slider .slick-prev .cls-1 {
    fill: #679D42;
}

.fixture-subpage .fixture-gallery .slick-disabled {
  cursor: not-allowed;
}
.fixture-subpage .fixture-gallery .slick-disabled .cls-1,
.fixture-subpage .fixture-gallery .slick-disabled:hover .cls-1 {
  fill: #e5e5e5;
}
.fixture-subpage .fixture-gallery .slick-disabled .cls-2 {
  fill: #717D7D;
}

/* HOMEPAGE */

/* Hero Area Slider, see also SLIDER */
.homepage .hero {
    border-bottom: 15px solid #73b865;
}

.homepage .hero-color{
    background-color: #fff;
}

.homepage .hero h3 {
    font-family: Montserrat, sans-serif;
    line-height: 22px;
    color: #70b562;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0;
}

/* homepage hero slider photo credit/caption */
.hero-slider .slide small,
.hero-slider .slide small:empty {
  display: none;
}
@media (min-width: 768px) {
  .hero-slider .slide small {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 17px;
    line-height: 26px;
    font-family: Oxygen, Arial, sans-serif;
    text-align: right;
    color: #F2F2F2;
    text-shadow: 1px 1px 1px black;
  }
}



.hero-slider .hero-desc.flex-wrapper {
    padding-bottom: 15px;
    padding-top:15px;
}

.hero-slider .hero-desc.flex-wrapper p {
    margin: 0;
}

.hero-slider .hero-desc .flex-wrapper > p {
    margin: 0;
}

@media (max-width: 767px) {
    .hero-slider div.slide.slick-slide {
        background: none !important;
    }
}

@media (min-width: 768px) {
    .homepage .hero h1 {
        font-size: 45px;
    }

    .homepage .hero h3 {
        font-size: 20px;
    }
    
    .homepage .hero .green{
        margin-top:25px;
    }
    
    .hero-slider .hero-desc.flex-wrapper{
        padding-top:30px;
        padding-bottom: 30px;
        margin-top: 15%;
    }
    
    .new-products-slider .slick-prev,
    .new-products-slider .slick-next,
    .hero-slider .slick-prev,
    .hero-slider .slick-next {
        top: 50%;
    }    

    .hero-slider .slide {
        min-height: 700px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-slider img {
        position: relative;
        z-index: 0;
        max-height: 755px;
        visibility: hidden;
    }

    .hero-slider span img {
        visibility: visible;
    }

    .hero-slider .hero-desc {
        position: absolute;
        top: 25%;
        background-color: rgba(255,255,253,.8);
        padding: 25px 0 15px 30px;
        width: 450px;
        right: 15px;
    }

    .hero-slider .hero-desc img {
        visibility: visible;
        float: right;
        margin-top: -100px;
        margin-right: 30px;
    }

    .hero-slider .hero-desc .flex-wrapper {
        margin-top: 100px;
        width: 500px;
        padding: 50px 40px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .homepage .hero img {
        width: 225px;
    }

    .hero-slider .slide .container {
        position: relative;
    }

}

/* Global Homepage */
.homepage h2{
    font-size:30px;
    margin-bottom:25px;
    margin-top:0px;
}

.homepage .green{
    margin-top: 30px;
    display: inline-block;
    min-width:290px;
}

.homepage .idea-gallery, .homepage .tips .tips-left, .homepage .new-products, .homepage .latest-news, .homepage .recent-projects, .homepage .lighting-projects {
    padding-top: 50px;
    padding-bottom: 50px; 
}

@media(min-width: 768px) {
    .homepage .idea-gallery, .homepage .tips .tips-left, .homepage .new-products, .homepage .latest-news, .homepage .recent-projects, .homepage .lighting-projects {
        padding-top: 75px;
        padding-bottom: 100px; 
    }

    .homepage h2{
        margin-bottom:15px;
        font-size:40px;
    }
    
    .homepage p{
        margin-bottom:25px;
    }
    
    .homepage .green{
        margin-top: 50px;
        display: inline-block;
        min-width:auto;
    }
}


/* New Products */
.homepage .new-products {
    background-color: #f2f2f2;
}

.homepage .new-products h2 {
    color: #717D7D;
}

.homepage .new-products-slider {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #717d7d;
}

.homepage .new-products-slider h2 {
    color: #ffffff;
    padding-left:15px;
    margin-bottom:0px;
}

.homepage .new-product-text p {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
}

.homepage .new-product-text .green {
    text-transform: none;
    min-width:260px;
    margin-top:15px;
}

.homepage .new-product-text{
    padding-bottom:15px;
    padding-top:15px;
}

.homepage .slick-dots {
    display:none !important;
}

.slick-dotted.slick-slider{
    margin-bottom:0px !important;
}

@media(min-width: 768px) {
    
    .homepage .new-products h2, .homepage .new-products p{
        text-align:center;
    }
    
    .homepage .new-product-text .green{
        min-width:auto;
        margin-top:0px;
    }

    .homepage .new-product-text.flex-wrapper {
        position: absolute;
        padding: 0;
        top: 50px;
        left: 75px;
        background: none;
    }

    .homepage .slick-dots {
        display: none !important;
    }

    .homepage .new-product-text h2,
    .homepage .new-product-text p {
        text-align: left;
    }
}

@media (min-width:992px) {
    .homepage .new-product-text.flex-wrapper {
        left: 110px;
    }
}

/* Recent Projects */
.homepage .recent-projects {
    background-image: url("../images/background_recent-projects.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:400px) and (max-width: 767px) {
  .homepage .recent-projects header > div {
    float: left;
    width: 50%;
  }
}

.homepage .recent-projects h2 {
    color: #F2F2F2;
}

.homepage .recent-projects p {
    color: #F2F2F2;
}

.homepage .recent-projects .product-one{
    margin-bottom:30px;
}

.homepage .recent-projects .product-one a{
    text-decoration:none;
}

.homepage .recent-projects .product-one a:hover .product-text {
    background-color: #73B865;
    text-decoration: none;
}

.homepage .recent-projects .product-image img {
    width:100%;
}

.homepage .recent-projects .green{
    margin-top:0px;
}

.homepage .recent-projects .product-text {
    background-color: #679D42;
    color: #ffffff;
    padding: 1px 20px 1px 20px;
    width: auto;
}

@media (min-width: 768px){
    .homepage .recent-projects .product-text {
        width: auto;
    }
    
    .homepage .recent-projects header{
        padding-top:0px;
    }
    
    .homepage .recent-projects h2, .homepage .recent-projects p{
        text-align:center;
    }
}

.homepage .recent-projects .product-text h4 {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #f9f9f9;
    line-height: 27px;
    text-transform: uppercase;
    text-align: left;
}


@media(max-width: 767px){

    .homepage .recent-projects header:last-of-type {
        display: none;
    }
}

@media (min-width: 1024px) {
    .homepage .recent-projects img {
        width: 100%;
    }

}

/* Lighting Projects */
.homepage .lighting-projects {
    background-color: #f2f2f2;
}

/* Idea Gallery */
.homepage .idea-gallery {
    background: url("../images/background_idea-gallery.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.homepage .idea-gallery h2 {
    color: #f2f2f2;
}

.homepage .idea-gallery p {
    color: #f2f2f2;
}

.homepage .idea-gallery .product-one p {
    margin: 0;
}

.homepage .idea-gallery img {
    width: 100%;
    margin-bottom:30px;
}

.homepage .idea-gallery .green {
    margin-top:0px;
}

.homepage .idea-gallery .ideaLeft {
    display:none;
}

@media(min-width: 768px) {
    .homepage .idea-gallery h2, .homepage .idea-gallery p {
        text-align: center;
    } 

    
    .homepage .idea-gallery header{
        padding-top:0px;
    }
    
    .homepage .idea-gallery .green {
        margin-top:20px;
    }

}

@media(min-width: 992px) {
    
    .homepage .idea-gallery p{
        margin-bottom:0px;
    }
    
    .homepage .idea-gallery .ideaLeft {
        display:block;
    }

    .homepage .idea-gallery img {
        margin-bottom:0px;
    } 
    
    .homepage .idea-gallery header{
        padding-top:30px;
    }
    
    .homepage .idea-gallery p.green {
        text-align:center;
    }
    
    .homepage .idea-gallery .green {
        margin-top:50px;
    }
}

/* Five Tips */
.homepage .tips h2 {
    margin-bottom: 30px;
}

.homepage .tips .tips-icon {
    margin-bottom: 30px;
}

.homepage .tips .tips-icon img {
    display: none;
}

.homepage .tips .tips-icon figcaption {
    margin-left: 0;
}

.homepage .tips .tips-icon h4 {
    margin-bottom: 0;
}

.homepage .tips .green{
    margin-top:0px;
}

@media (min-width: 768px) {
    .homepage .tips .tips-icon img {
        height: 45px;
        width: 45px;
        float: left;
        display:block;
    }
    
    .homepage .tips .tips-icon figcaption {
        margin-left: 70px;
    }
}

@media (min-width: 992px) {
    .homepage .tips {
        position: relative;
    }

    .homepage .tips .tips-right {
        min-height: 100%;
        position: absolute;
        right: 0;
        width: calc(100vw - 565.833px - ( (100vw - 970px) / 2 ) - 15px);
        background: url(/images/saintpiusx.jpg) no-repeat center center / cover;
    }
}

@media (min-width: 1200px) {
    .homepage .tips .tips-right {
        width: calc(100vw - 682.5px - ( (100vw - 1170px) / 2 ) - 15px);
    }
}

/* Latest News */

.homepage .latest-news {
    background-color:#f2f2f2;
    margin-bottom:-50px;
}

.homepage .latest-news p {
    padding-bottom: 0;
    margin-top: -10px;
    margin-bottom: 15px;
}

.homepage .latest-news p a:not(.green) {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    text-decoration:none;
}

.homepage .latest-news p .green{
    text-transform: none;
    margin-left:-15px;
}

.homepage  .latest-news h4 a{
    text-decoration: none; 
    font-family: Montserrat, sans-serif;
}

@media(min-width: 768px) {
    .homepage .latest-news {
        margin-bottom:-100px;
    }
    
    .homepage .latest-news img {
        padding-top: 100px;
    }
    
    .homepage .latest-news header{
        padding-top:0px;
    }
    
    .homepage .latest-news .green{
        margin-top:35px;
    }
}

@media(min-width: 1200px) {
    .homepage .latest-news p .green{
        margin-left:-25px;
    }
    
    .latest-news-col {
        padding-left: 0;
    }
}


/* SUBPAGE */

/* BREADCRUMBS Mobile */
div.hero-breadcrumb {
    margin-bottom: 25px;
    background-color: #73B865;
    padding-top: 25px;
    padding-bottom: 25px;
}

ul.hero-breadcrumb {
    padding-left: 0;
    margin-bottom: 0;
}

.hero-breadcrumb ul li {
    display: inline-block;
    font-family: Oxygen, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.hero-breadcrumb a {
    color:#fff;
    font-size: 20px;
    text-decoration: none;
}

.hero-breadcrumb a:hover,
.hero-breadcrumb a:active,
.hero-breadcrumb a:focus {
    text-decoration: underline;    
}

/* BREADCRUMBS Tablet */
@media(min-width: 768px) {
    div.hero-breadcrumb {
        margin-bottom: 50px;
        padding-top: 55px;
        padding-bottom:55px;
    }
    
    .hero-breadcrumb ul li, .hero-breadcrumb a {
        font-size: 24px;
    }

}

/* NAV AND CONTACT SIDEBAR Mobile */

#sidebar{
    background-color: #f2f2f2;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: -50px;
    margin-top: 50px;
}

#sidebar nav h4 a{
    font-size: 24px;
    font-weight: bold;
    color: #73B865;
    margin-top: 0;
    text-decoration: none;
    text-transform:capitalize;
}

#sidebar nav h4 a:hover, #sidebar nav h4 a:active {
    text-decoration: underline;
}

#sidebar nav ul {
    padding-left: 0px;
}

#sidebar nav ul li{
    list-style: none;
}

#sidebar nav li a {
    font-family: Oxygen, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 15px;
    color: #717D7D;
    text-decoration: none;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

#sidebar nav li a:hover, #sidebar nav li a.currentpage {
    color: #73B865;
    background-color: #fff;
}

/* CONTACT US Sidebar */
#sidebar .staff-name {
    font-size: 20px;
    font-weight: bold;
    color: #73b865;
}

/* NAV and CONTACT SIDEBAR Desktop */
@media (min-width: 768px) {
    #sidebar {
        background-color: #fff;
        padding:0px 15px;
        margin: 0;
        border-right: solid 1px #d9d9d9;
    }
    
    #sidebar nav li a {
        padding: 10px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    #sidebar nav li a:hover, #sidebar nav li a.currentpage {
        color: #717D7D;
        background-color: #f2f2f2;
    }

}

@media(min-width: 768px) and (max-width: 991px) {
    #sidebar h2{
        font-size:24px;
    }
    
    #sidebar a.sideEmail {
        font-size: 12px;
    }
}

/* FIND LIGHTING SIDEBAR Mobile */
.product-sidebar {
    margin-bottom:50px;
    background-color: #f2f2f2;
    margin-top: -25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.product-sidebar h2 {
    color: #717D7D;
    margin: 0;
}

#search_criteria{
    margin-bottom:15px;
}

#findSidebar{
    margin-top:25px;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
}

#findSidebar h2{
    margin-bottom:15px;
}

#findSidebar span.mega{
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 30px;
    color: #679D42;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    background-color: #e5e5e5;
    border-top: 3px #fff solid;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
}

#findSidebar #sidebar_0{
    border-top:none;
}

#findSidebar ul{
    margin-bottom:0px;
}

#search_criteria ul{
    padding-left:0px;
}

.filter::after {
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    font-size: 13px;
    margin-left: 15px;
}

.filter-open:after {
    font-family: 'Glyphicons Halflings';
    content:"\e259";
    font-size: 13px;
    margin-left: 15px;
}

#findSidebar .mega-column .mega li a {
    font-size: 16px;
    line-height: 20px;    
    color: #717D7D;
    text-decoration: none;
    margin: 0px -15px;
    padding: 15px;
    display:block;
}  

#findSidebar .mega-column .mega li a:hover {
    color: #73B865;
    background-color:#fff;
}  

#findSidebar span.sidebar {
    background-image: url('/images/minus.svg');
    background-repeat: no-repeat;
    right: 0;
    background-position: right;
    cursor: pointer;
    height: 16px;
    background-size: 16px;
    background-position: calc(100% - 15px) center;
}

#findSidebar span.sidebar:hover {
    background-image: url('/images/minus_green.svg');    
}

#findSidebar span.sidebar.active {
    background-image: url('/images/plus.svg');
    background-repeat: no-repeat;
    right: 0;
    background-position: calc(100% - 15px) center;
    cursor: pointer;
    background-size: 16px;
}

#findSidebar span.sidebar.active:hover {
    background-image: url('/images/plus_green.svg');    
}

#findSidebar .mega-column ul{
    margin: 0px -15px;
    padding: 0px 15px;   
}

#findSidebar .mega-column li.inactive {
    margin: 0px -15px;
    padding: 15px;
    font-family: Oxygen, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #D3D3D3;
    text-decoration: line-through;
}

#findSidebar .mega-column li.current:before {
  font-family: 'Glyphicons Halflings';
  content:"\e013";
  font-weight: 400;
  padding-right: 5px; 
  padding-right: 8px;
  font-size: 13px;
}

#findSidebar .mega-column li.current {
    margin: 0px -15px;
    padding: 15px;
    display:block;
    font-family: Oxygen, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #717D7D;
    text-decoration: none;
    background-color:#fff;
} 

/* FIND LIGHTING SIDEBAR Desktop*/
@media (min-width: 768px) {
    .product-sidebar {
        border-right: solid 1px #d9d9d9;
        background-color: #fff;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .narrowIt h2{
        margin-top:10px;
    }
    
    .product-sidebar h2{
        font-size:24px;
    }

    #findSidebar{
        margin-top:0px;
    }

    #findSidebar span.mega{
        background-color: #fff;
        border-top: none;
        font-size:14px;
        margin-top: 15px;
    }

    #findSidebar .mega-column .mega li a {
        padding: 10px 15px;
    }  

    #findSidebar .mega-column .mega li a:hover {
        color: #717D7D;
        background-color:#f2f2f2;
    }  
    
    #findSidebar .mega-column li.inactive {
        padding: 10px 15px;
    }

    #findSidebar .mega-column li.current {
        padding: 10px 15px;
        background-color:#f2f2f2;
    } 
}

@media (min-width: 1200px) {
    #findSidebar span.mega{
        font-size: 16px;
    } 
}

/* FIND LIGHTING Content Mobile */
.fixture-subpage #fixture_results {
    font-family: Oxygen, Arial, sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: #717D7D;
    text-align: right;
}

.fixture-subpage #fixture_matrix .page_list span.current {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    padding: 5px 8px;
}

.fixture-subpage #fixture_matrix p {
    padding-top: 10px;
    padding-bottom: 30px;
    line-height: 18px;
}

.fixture-subpage #fixture_matrix a {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #679D42;   
    text-decoration: none;
}

.fixture-subpage #fixture_matrix a:hover {
    color: #73B865;   
}

/* FIND LIGHTING Content Desktop */
@media (min-width: 768px) {
    body.fixture-subpage article#content {
        padding-left: 50px;
    }
}

/* FIXTURE Content Mobile */

/* Fixture Share */
.fixture-subpage #at4-share {
    /* top: 25% !important; */
    top: 220px !important;
}

 @media(min-width: 980px){
    .fixture-subpage #at4-share {
        top: 31.5% !important;
    }
}

@media(min-width: 992px){
    .fixture-subpage #at4-share {
        top: 27% !important;
    }
} 

.fixture-subpage .fixture-description {
    padding-bottom: 20px;
}

.fixture-gallery-nav-col {
  float: left;
  width: 65px;
  margin-right: 15px;
}


@media (max-width: 767px) {
  .fixture-gallery-nav-col {
    display: none;
  }
}

.fixture-gallery-nav-col button {
  background: none;
  border: none;
}

.fixture-gallery-nav-col .slick-arrow svg {
  width: 100%;
  fill: #679d42;
}

.fixture-gallery-nav-col .slick-arrow:hover svg,
.fixture-gallery-nav-col .slick-arrow:focus svg {
  fill: #73b865;
}

.fixture-gallery-nav-col .gallery-prev svg {
  transform: rotate(90deg);
}

.fixture-gallery-nav-col .gallery-next {
  margin-top: -10px;
}

.fixture-gallery-nav-col .gallery-next svg {
  transform: rotate(-90deg);
}

.fixture-gallery-nav-col .slick-disabled {
  cursor: not-allowed;
}

.fixture-gallery-nav-col .slick-disabled path {
  fill: #e5e5e5;
}

.fixture-gallery-nav .main-image-nav-thumb-wrapper {
  width: 65px;
  height: 82px !important;
}


.fixture-gallery-nav .main-image-nav-thumb-wrapper + .main-image-nav-thumb-wrapper {
}

.fixture-gallery-nav-col .fixture-gallery-nav .main-image-nav-thumb {
    display: block;
    height: 65px;
    width: 65px;
    border: 2px solid #e5e5e5;
}

.fixture-gallery-nav .main-image-nav-thumb:hover,
.fixture-gallery-nav .main-image-nav-thumb.slick-current {
    border-color: #71b663;
}

.fixture-subpage .fixture-description .fixture-gallery-nav .main-image-nav-thumb img {
  display: block;
  width: 61px;
  height: 61px;  
  border-radius: 0;
}

.fixture-gallery-col {
  /*width: 100%;
  max-width: 500px;*/
  margin-left: 80px;
}

.fixture-subpage .fixture-description .fixture-gallery-col .instructions {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  padding: 0 15px;
  font: bold 13px/35px Montserrat, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #717d7d;
  background: #f2f2f2;
  border-radius: 10em;
}

@media (max-width: 767px) {
  .fixture-gallery-col {
    margin-left: 0;
  }
  .fixture-subpage .fixture-description .fixture-gallery-col .instructions {
    display: none;
  }
}

.fixture-gallery-col .fixture-gallery figure {
  /*width: 100%;*/
  /*max-width: 500px;*/
}

@media (max-width: 767px) {
  .fixture-gallery-col .fixture-gallery figure {
    max-width: none;;
  }
}

.fixture-gallery-col .fixture-gallery figure .caption {
  position: relative;
  display: block;
}
.fixture-subpage .fixture-gallery-col .fixture-gallery figure .caption {
  border: 2px solid #ddd;
}

.fixture-subpage .fixture-gallery-col .fixture-gallery figure .caption img {
  width: 100%;
}

.fixture-gallery-col .fixture-gallery figcaption {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 15px;
  font-family: Oxygen, Arial, sans-serif;
  text-align: left;
  color: #717d7d;
}

.fixture-gallery-col .fixture-gallery figcaption a {
  font-size: 15px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.fixture-subpage .fixture-description h4, .fixture-subpage .fixture-description h4 a{
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size:15px;
    text-decoration:none;
    color:#679D42;
}

.fixture-subpage .fixture-description h4 a:hover{
    color:#73B865;
}

.fixture-subpage .fixture-description p {
    margin-bottom: 30px;
}

@media (min-width: 768px){
    .fixture-subpage .fixture-description {
        padding-bottom: 50px;
    }
}

.fixture-subpage .fixture-description figure img {
    height: auto;
    width: auto;
    border-radius: 0;
}

.fixture-subpage .fixture-accordions h4 {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 20px;
    color: #717D7D;
}

.fixture-subpage .fixture-accordions h4.panel-title a {
    font-family: montserrat, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 20px;
    color: #717D7D;
    text-decoration: none;
}

.lower-accordion h2.panel-title a:hover,
.fixture-subpage .fixture-accordions h4.panel-title a:hover {
    color: #679D42;
}

.fixture-subpage .fixture-accordions p {
    font-family: Oxygen, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #717D7D;
    text-align: left;
    margin-bottom: 30px;
}

.fixture-subpage .fixture-accordions .lampdetail p {
    font-weight: normal;
    margin-bottom: 0;
}

.fixture-subpage .fixture-accordions .panel-heading,
.fixture-subpage .fixture-finishes .panel-heading {
    background-color: #E5E5E5;
    border: none;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.fixture-accordions a.accordion-toggle { 
    display: block; 
    padding: 5px;
} 


.fixture-subpage .lower-accordion.fixture-finishes .panel-heading {
    background-color: #F2F2F2;
}

.fixture-subpage .lower-accordion-bkg {
    background-color: #F2F2F2;
    margin-top: 25px;
    margin-bottom: 25px;
}

.fixture-subpage .lower-accordion .panel{
    border-bottom: 1px #cccfcf solid!important;
}
.fixture-subpage .lower-accordion .panel:last-of-type{
    border-bottom: 0!important;
}

.fixture-subpage .fixture-accordions .panel,
.fixture-subpage .fixture-finishes .panel {
    background-color: #F2F2F2;
    border: none;
    box-shadow: none;
}

.fixture-subpage .fixture-accordions .accordion-hero {
    background-color: #F2F2F2;
}

.fixture-subpage .fixture-accordions .accordion-hero .accordion-center {
    text-align: center;
    font-size: 16px;
}

.fixture-subpage .fixture-accordions .accordion-hero .small-fixture {
    /* small fixture */
    padding-top: 10px;
    width: 100px;
}
/*
.fixture-subpage .fixture-accordions .accordion-hero .medium-fixture {
    padding-top: 32px;
}

.fixture-subpage .fixture-accordions .accordion-hero .large-fixture {
    padding-top: 28px;
}
*/

.fixture-subpage .fixture-accordions h2 {
    color: #717D7D;
}

.fixture-subpage .fixture-accordions .accordion-hero h2 {
    text-align:center;
}

.fixture-subpage .fixture-accordions .panel-body img {
    width: 20px;
    height: auto;
    vertical-align: text-bottom;
}

.fixture-subpage .fixture-accordions .panel-body {
    padding: 0 15px 15px 15px;
}

.fixture-subpage .fixture-accordions .panel-body .glyphicon {
    font-size: 18px;
    float: right;
    color: #6eb460;
}

.fixture-subpage .fixture-accordions .panel-body p a {
    font-size: 14px;
    color: #717d7d;
}

.fixture-subpage .fixture-accordions .panel-body p a:hover {
    color: #679D42;
}

.fixture-subpage .fixture-accordions .downloads-panel .panel-body {
  padding-right: 20px;
  padding-left: 30px;
}

.fixture-subpage .fixture-accordions .downloads-panel .downloadphoto a {
  font-size: 14px;
  color: #717d7d;
}

.fixture-subpage .fixture-accordions .downloads-panel .downloadphoto a:hover,
.fixture-subpage .fixture-accordions .downloads-panel .downloadphoto a:focus {
  color: #679D42;
}

.fixture-subpage .fixture-accordions .downloads-panel .downloadphoto figure {
  clear: left;
}

.fixture-subpage .fixture-accordions .downloads-panel .downloadphoto img {
  float: left;
}

.fixture-subpage .fixture-accordions .downloads-panel .downloadphoto figcaption {
  margin-left: 90px;
}

.panel-collapse ul {  list-style: none; margin-left: 0; padding-left: 15px;  } 
.panel-collapse ul ul {  list-style: disc; margin-left: 0; padding-left: 15px;  } 

/* NO BORDERS */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    color: #717D7D;
    font-family: Oxygen, Arial, sans-serif;
    font-weight: bold;
    padding-top:15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body li {
    font-weight: normal;
    font-size: 15px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* closed */
    content: "";
    background-image: url("../images/plus.svg");
    background-repeat: no-repeat;
    margin-top: 2px;
}

.panel-heading .accordion-toggle.collapsed:hover:after {
    background-image: url("../images/plus_green_dark.svg");
}

.lower-accordion .panel-group {
    background-color: #f2f2f2;
} 

.fixture-subpage .lower-accordion .fixture-finishes .panel-heading {
    background-color: #f2f2f2;
}

.lower-accordion-bkg .fixture-finishes .panel-heading .accordion-toggle:after {
     /* open */
    content: "";
    background-image: url("../images/collapse-minus.svg");    
    height: 26px;
    width: 130px;
    float: right;
    background-repeat: no-repeat;
    margin-top: 10px;
    position: absolute;
    right: 15px;
    /* top: 5px; */
    top: 25px;
}

.lower-accordion-bkg .fixture-finishes .panel-heading .accordion-toggle:hover:after {
    background-image: url("../images/collapse-minus_green_dark.svg");        
}

@media(min-width: 768px){
    .fixture-subpage .fixture-accordions h2, .fixture-subpage .fixture-other h2{
        text-align:center;
        font-size:36px;
        margin-bottom:30px;
    }
    
    .fixture-subpage .fixture-accordions .accordion-hero h2 {
        font-size:30px;
    }
    
    .fixture-finishes .panel-heading .accordion-toggle:after {
        right: 0;
        top: auto;
    }
    
    .fixture-subpage .lower-accordion-bkg {
        margin-top:75px;
    }

    .lower-accordion-bkg .fixture-finishes .panel-heading .accordion-toggle:after {
        right: 5px;
        top: 17px;
    }
    
    .lower-accordion .panel-body div{
        text-align:center;
    }
}

.fixture-finishes .panel-heading .accordion-toggle:after:after {
    content: "collapse";
    font-size: 20px;
}

.fixture-finishes .panel-heading .accordion-toggle.collapsed:after {
    /* closed */
    content: "";
    background-image: url("../images/view-plus.svg");    
    background-repeat: no-repeat;
    margin-top: 10px;
    /* margin-top: 27px; */
}

.fixture-finishes .panel-heading .accordion-toggle.collapsed:hover:after {
    background-image: url("../images/view-plus_green_dark.svg");    
}

#fixture_results {
    color: #717D7D;
}

.fixture-subpage .slick-prev::before,
.fixture-subpage .slick-next::before {
    font-size: 30px;
    opacity: 1;
    color: #679D42;
}

.fixture-subpage .slick-prev:hover::before,
.fixture-subpage .slick-next:hover::before {
    color: #73B865;
}


.panel-heading .accordion-toggle:after {
     /* open */
    content: "";
    background-image: url("../images/minus.svg");
    height: 16px;
    width: 16px;
    float: right;
    background-repeat: no-repeat;
    margin-top: 2px;
}

.panel-heading .accordion-toggle:hover:after {
    color: #679D42;
    background-image: url('/images/minus_green_dark.svg');
}

.panel-title a {
    text-decoration: none;
    font-family: Oxygen, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #717D7D;
    font-size: 30px;
}

.fixture-subpage .fixture-other a {
    text-align: center;
    font-weight: bold;
}

.fixture-subpage .fixture-other h2 {
    color: #717D7D;
    margin-bottom: 25px;
}

.fixture-subpage .lower-accordion.fixture-finishes h2 {
    text-align: left;
    padding-left: 15px;
}

.fixture-subpage .lower-accordion.fixture-finishes h2 a {
    font-size: 20px;
}

@media(min-width: 768px){
    .fixture-subpage .lower-accordion.fixture-finishes h2 {
        text-align: center;
        padding-left: 0;
    }

    .fixture-subpage .lower-accordion.fixture-finishes h2 a {
        font-size: 30px;
    }
}

.fixture-subpage .fixture-other p {
    text-align: center;   
}

.fixture-subpage .fixture-other .fixture-other-row {
    margin-bottom: 30px;
}

.fixture-subpage .fixture-other .fixture-other-row a {
    text-decoration: none;
}

.fixture-subpage .fixture-finishes h2 {
    font-family: Oxygen, Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #717D7D;
    margin-bottom: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.fixture-subpage .fixture-finishes h4 {
    margin-bottom: 30px;
    font-size:15px;
}

.fixture-subpage .fixture-finishes figure {
    text-align: center;
}

.fixture-subpage .fixture-finishes figcaption {
    font-family: Oxygen, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #717D7D;
}

.fixture-subpage figcaption h4 {
    margin-bottom: 25px;
    font-size:15px;
    color: #679D42;
}

.fixture-subpage a figure:hover h4,
.fixture-subpage a h4:hover {
    color:#70B562;
    /* text-decoration: underline; */
}

.fixture-subpage ol#fixture_notes {
    padding-left: 15px;
}
span.siteDesign { float: left; clear: left;  color: white;font-size:14px; } 
span.siteDesign a { color: white; font-size: 14px; }
@media (min-width: 992px) {
    
    .fixture-subpage .fixture-accordions h4 {
        font-size: 14px;
    }

    .fixture-subpage .fixture-finishes img {
        width: auto;
        height: auto;
    }

}
    /* if there are no related fixtures, pull the footer upwards to remove the space between the accordions and the footer */
    .container.other-fixtures:empty {
        margin-bottom: -75px; /* the footer's top margin is 100px, the accordion's bottom margin is 25px */
    }


@media(min-width: 768px){
    /* if there are no related fixtures, pull the footer upwards to remove the space between the accordions and the footer */
    span.siteDesign { float: right; clear: none; } 
    .container.other-fixtures:empty {
        margin-bottom: -125px; /* the footer's top margin is 100px, the accordion's bottom margin is 25px */
    }
}

/* GENERAL SUBPAGE Desktop */

@media(min-width: 768px){
    .cms-blog article#content,
    .cms-subpage article#content {
        padding-left: 50px;
    }

}

/* FAQ Accordions */
.faq_accordion .panel-body p{
    text-align:left;
}

.faq_accordion h2 a {
    color: #679D42;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
}

.faq_accordion h2 a:hover {
    color: #73b865;
}

.faq_accordion p {
    font-weight: normal;
}

.faq_accordion .panel-default > .panel-heading {
    background-color: #F2F2F2;
}

.faq_accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 10px 15px;
}

.faq_accordion .panel-collapse ul {
    list-style: unset;
}

.faq_accordion .accordion-toggle { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

/* OPEN */
.faq_accordion .panel-heading .accordion-toggle::after {
    background-image: url("../images/minus.svg");
    height: 20px;
    width: 20px;    
    background-position: right bottom;
    flex: 1 0 auto; margin-left: 15px;
}

.faq_accordion .panel-heading .accordion-toggle:hover:after {
    background-image: url('/images/minus_green.svg');
}

/* CLOSED */
.faq_accordion .panel-heading .accordion-toggle.collapsed:after {
    background-image: url("../images/plus.svg");
    height: 20px;
    width: 20px;
    background-position: right bottom;
}

.faq_accordion .panel-heading .accordion-toggle.collapsed:hover:after {
    background-image: url("../images/plus_green.svg");
}

.cms-subpage #content .faq_accordion li {
    padding-left: 0;
}

.cms-subpage #content .faq_accordion ul {
    margin-left: 15px;
}

@media (min-width: 768px) {
    .cms-subpage .faq_accordion h2 a {
        font-size: 20px;
    }
}

/* PROJECT GALLERY Subpage */

.cms-gallery h2,
.cms-gallery p {
    display: none;
}


.news-blog header {
  padding-top: 15px;
}


.cms-subpage .blog-feed-post p.read-more {
    padding-top: 10px;
}

.cms-subpage .heading {
    display: none;
}

.cms-subpage .photo-caption {
    clear: both;
    max-width: 600px;
    padding-top: 10px;
    font-size: 14px;
    line-height: normal;
}

.cms-subpage .photo-caption a {
    font-size: 14px;
}

/* override Bootstrap's grid layout with flexbox in certain cases (Project Gallery, Idea Gallery) */
.cms-subpage .row.flexbox,
.cms-blog .row.flexbox {
  display: flex;
  flex-wrap: wrap;
}

.lightProject a {
    text-decoration: none;
}


@media (max-width: 460px) {
  .lightProject,
  .idea {
    width: 75%;
  }
}

@media (max-width: 360px) {
  .lightProject,
  .idea {
    width: 100%;
  }
}

.lightProject a p {
    max-width: 100%;
    /*max-width: 290px;*/
    color: #f9f9f9;
    text-decoration: none;
    background-color: #679D42;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    font-family: montserrat, sans-serif;
margin-bottom: 30px;
}

.idea {
margin-bottom: 30px;
}

@media (min-width: 768px) {
  .lightProject a p,
  .idea {
    margin-bottom: 0;
  }
}

.lightProject a:hover p {
    max-width: 100%;
    background-color:#73B865;
}

.lightProject img {
    /*max-width: 290px;*/
  width: 100%;
}

/* IDEA GALLERY Subpage Mobile */

.idea img{
    width:100%;
}

/* LITERATURE RACK Subpage Mobile */

.literature-rack h4 {
    line-height:20px;
}

.literature-rack h4 a{
    text-decoration:none;
    font-family: Montserrat, sans-serif;
    font-size:15px;
}

/* NEWS AND EVENTS Subpage Mobile */

.news-blog {
    padding-bottom: 25px;
}

.news-blog header {
    padding-top: 15px;
}

.news-blog h2 a{
    font-family: Oxygen, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #73b865;
    text-decoration:none;
}

@media (min-width:768px){
    .news-blog h2 a{
        font-size:30px;
    }
}

/* FIND A REP Subpage Mobile */
.find-a-rep #sidebar h2:nth-of-type(1){
    margin-top:0px;
}

input.green{
    line-height: 21px;
}

.findRepMobile {
    clear: left;
    padding-top: 15px;
} 

@media (min-width:768px){
    .findRepMobile {
        clear: none;
        padding-top: 0;
    }
    
    .findRep {
        padding-left: 50px;
    }
    
    .sidebarh2{
        margin-top:10px;
    }
}

/* CONTACT US */

.fixture-subpage p input:not(.green) {
    height: auto;
}

button{
    line-height:21px;
}

/* REP LOGIN */

div.logged_in ul li {
    float: left;
    clear: none;
    padding: 0;
}

.logged_in ul{
    padding: 0;
    margin-bottom: 0px;
}

.logged_in ul li:last-child:after {
    padding-left: 0px;
}

#contact .logged_in a,
.fixture-subpage .logged_in a {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: normal;
    text-decoration: none;
}

.fixture-subpage .logged_in a:hover {
    text-decoration:underline;
}

.logged_in ul li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
    color: #679D42;
}

@media (min-width:768px){
    .logged_in ul{
        float:right;
    }
}

/* MY PROJECTS  */

.my-project p:empty {
  display: none;
}

.my-project img {
  padding: 15px 15px 5px 15px;
}

.my-project .remove-it {
  display: inline-block;
  margin-bottom: 5px;
}

.registration {
    border: none;
}

.button{
    font-family: Oxygen, Arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #679D42;
    background-color: #fff;
    border-radius: 22px;
    border: #679D42 2px solid;
    padding: 11px 30px;
    text-decoration: none;
}

.button:hover{
    color: #73B865;
    border: #73B865 2px solid;
}

input.phone {
    width: 28%;
    display: inline-block;
}

.login form.register input[type="submit"] {
    margin-right: 15px;
}

@media (min-width: 768px) {
    .fixture-subpage .registration {
        border-right: solid 1px #d9d9d9;   
        margin: 0px 35px 0px 0 !important;
        padding-right: 45px;
    }
}

.registration h2,
.login h2 {
    margin-top: 10px;
}

.fixture-subpage label,
.registration label,
.login label {
    font-family: Oxygen, Arial, sans-serif;
    color: #717D7D;
}

.fixture-subpage label:not(.radio-inline),
.registration label:not(.radio-inline),
.login label:not(.radio-inline) {
    font-size: 17px;
    line-height: 26px;
}


.replist {
    font-family: Oxygen, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #717D7D;
}

/* SITEMAP */

#sitemap_container {
    margin-bottom: 15px;
}

#sitemap_container ul {
    list-style-type: none;
}

#content #sitemap_container li {
    margin-left: 0;
}

.sitemap_column2 ul ul,
.sitemap_column3 ul ul {
    display: none;
}

@media (min-width: 768px) {
    #sitemap_container {
        margin-bottom: 0;
    }
 
    #content #sitemap_container li {
        padding-left: 0;
    }

    #sitemap_container .utility-sitemap li {
        padding-left: 0;
        margin-left: 0;
    }
}

#sitemap_container h2 a {
    font-size: 25px;
    text-decoration:none;
}

#sitemap_container h2 a:hover {
    color: #679D42;
}

#sitemap_container ul.mega {
    padding-left: 15px;
}

#sitemap_container ul {
    list-style-type: none;
    padding-left: 15px;
}

/* FOOTER Mobile */

footer {
    background: #576161;
    margin-top:50px;
    padding: 50px 0px;
    background: #576161;
    color: #e0e0e0;
    font-size: 11px;
}

#footerNav .logo-footer {
    height: 140px;
    width: auto;
}

#footerNav div ul {
    margin-bottom: 35px;
    padding-left: 0;
}

#footerNav ul li {
    font-size: 14px;
}

#footerNav a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

#footerNav a:hover {
    text-decoration: underline;
}
  
#footerContact h4 {
    color: #ffffff;
    margin-bottom: 5px;
    font-size:14px;
}

#footerContact p,
#footerContact p a {
    font-size: 14px;
    color: #ffffff;
    margin-bottom:0px;
}

#footerAddress {
    font-family: Oxygen, Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 35px;
}
  
#footer .logo-footer-mobile {
    height: 45px;
    width: 235px;
}
  
#social img {
    height: 30px;
    width: 30px;
    margin-right: 8px;
}

.copyright {
    float: left; clear: both; 
    font-size: 14px;
    color: #ffffff;
}

@media(min-width: 768px){
    /* FOOTER Tablet-Desktop */
    footer{
        margin-top:100px;
    }
    
    #footerNav ul li {
        display: inline-block;
    }

    #footerNav ul li:before {
        content: "|";
        margin-left: 3px;
        margin-right: 7px;
    }
    
    #footerNav ul li:first-of-type:before {
        content: "";
        margin-left: 0;
        margin-right: 0;
    }
    
    #social {
        position: absolute;
        right: 0;
        top: 40px;
    }

    #footerContact {
        margin: 20px 0 0 0px;        
        margin-bottom: 50px;
        position: relative;
    }

    #footer .logo-footer-mobile {
        display: none;
    }

}

@media (min-width: 768px) {
    .col-xs-6:nth-child(2n+1) {
        clear: none; /* I have no idea what this belongs with, but it's here. */
    }
}

.fixture-subpage .display {
    margin-top: 15px; /* I have no idea what this belongs with, but it's here. */
}


/* FIXES */

#ie6warning { 
    display: none; 
}

/* CMS FIXES */

.cms-blog span.cms_hideme {
    display: none !important;
}

#cms_overall span.cms_hideme {
    display: block !important;
}

#cms_overall .cmselemtitle a img {
    height: 13px;
    width: 13px;
}

#cms_overall .cmselemdelete a img {
    height: 13px;
    width: 13px;
}

/* glypicons fix */
.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

#cms_overall li{
    font-family: Arial, Helvetica, sans-serif;
}

.globalcmsnav ul.cms_left li{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

.cmselembox .cmselemtitle *{
    font-size:inherit;
}

.cmselemdelete a{
    font-size:inherit;  
}
.cms_hideme {
    display: none;
}
  
#cms_overall .globalcmsnav {
    box-sizing: initial;
}
  
#cms_overall .cmselemtitle img,
#cms_overall .cmselemdelete img {
    width: auto;
}

#cms_overall a:active, #cms_overall a:link, #cms_overall a:visited{
    font-family: Arial, Helvetica, sans-serif;
}

.globalcmsnav ul.cms_left li{
    font-size: inherit;
    line-height: normal;
}
  
#cms_overall .content .thumbnail {
    width: 130px;
}
  
#cms_overall:not(.cms_staging) #online-banking-login-desktop,
#cms_overall:not(.cms_staging) .navbar-form {
    display: none;
}
  
#cms_overall .header-utility-links {
    visibility: hidden;
}
  
#cms_overall .hero-slider .slide {
    position: relative;
}

#cms_overall .hero-slider .slide small {
    position: static;
}
  
#cms_overall .hero-slider img {
    visibility: visible;
}  
 
#cms_overall .homepage-callouts {
    margin-top: 0;
}
  
#cms_overall .slider-for {
    height: auto;
}
  
body.blog #cms_overall .side-nav {
    display: none;
}

#cms_overall #homepage_container #logo {
    display: none;
}

#cms_overall .new-products .cmstokenbox0 {
    float: left;
}
.cms-blog .fixture-gallery-nav-col .fixture-gallery-nav .main-image-nav-thumb{
  height: auto!important;
}
.cms-blog .fixture-gallery-nav .main-image-nav-thumb-wrapper{
  height: auto!important;
}
.fixture-description { margin-bottom: 40px; }

.cke_notification_message{
    color:white;
}




  img                                       { max-width: 100%; } 
  .my-project                               { margin-bottom: 30px;}
  .my-project > div                         { border: 1px solid #cccccc; }
  .my-project > div p                       { margin-bottom: 30px;}

  .fixture-subpage .warn                    { background: #576161; color: white; padding: 10px 30px; border-radius: 10px; } 
  #fixture_matrix .col-xs-6:nth-child(2n+1) { clear: left; }
  .fixture-subpage #fixture_matrix img      { width: 100%; }  
  #literatureRack                           { padding-left: 0; }
  #literatureRack li                        { float: left; clear: none; list-style: none; width: 25%; }
  #literatureRack li:nth-child(4n+1)        { clear: left; } 

  body.fixture_subpage                      { position: relative; z-index: 7; } 
  body.fixture-subpage #search_criteria ul  { line-height: 35px; list-style: none;} 
  body.fixture-subpage aside ul.mega        { line-height: 35px; list-style: none;} 
  body.fixture-subpage #fixture_results     { text-align: right; } 
  body.fixture-subpage .pagelist            { text-align: right; } 
  body.fixture-subpage a.rm_criteria        { text-transform: capitalize;} 
  body.fixture-subpage a.rm_criteria span   { font-size: 16px; } 
  body.fixture-subpage .fixture-accordions .panel-body .downloadphoto       { margin-bottom: 20px; }
  body.fixture-subpage .fixture-accordions .panel-body .downloadphoto  img  { width: 75px; }
  body.fixture-subpage .fixture-accordions .panel-body.fixture-panels  img         { width: 100%; }
  #narrowIt                                 { width: 50px; } 
  #filterIt                                 { display: none;         padding: 10px; border: 1px solid #679D42; background: #679D42; color: white; border-radius: 20px; float: right; position: fixed; right: 5px;  cursor: pointer; } 
  #closeIt                                  { display: inline-block; padding: 10px; border: 1px solid #679D42; background: #679D42; color: white; border-radius: 20px; float: right; position: fixed; right: 5px;}
  #closeIt:hover                            { cursor: pointer; background: #73B865; }

  .page_list                                { text-align: right; margin-bottom: 20px;}
  .page_list a                              { background: #EBEBEB; color:#828A8F; margin-left:4px; padding:5px 8px; text-decoration:none; font-size: 18px;line-height: 26px; }
  .page_list span.current                   { background-color: #679D42; padding:5px 8px; color:#EBEBEB; padding: 7px 8px 6px 8px; font-weight: bold; font-size: 18px;line-height: 26px;}
  body #topnav_utility_links a.green:hover,
  body a.green:hover,
  .fixture-subpage input.green:hover,
  .btn-green:hover                          { background: #73B865; color: white; } 
 
  .current                                  { color: pink; } 
  .fixture-subpage .fixture-accordions .panel-heading, 
  .fixture-subpage .fixture-finishes .panel-heading     { padding: 0; } 
  .fixture-subpage .fixture-description img             { margin: 0 auto; } 
  .fixture-subpage .fixture-description figure          { margin-left : 0; } 
  #content.container                        { min-height: 500px; } 

  .new-products .row article                { display: inline-block; } 
  .homepage #nonFooter  header              { padding-top: 0; } 
  .logged_in                                { display: block; } 
  .logged_in ul                             { list-style: none; /*float: right;*/}
  .logged_in ul li                          { float: left; clear: none; padding: 0 10px;} 
  .logged_in ul li:after                    { content: "|";  padding-left: 10px; } 
  .logged_in ul li:last-child:after         { content: ""; } 
  .logged_in ul li:last-child               { padding-right: 0; } 
  .logged_out                               { display: none; } 

  .col-sm-5.login                           { margin: 40px 0;} 
  form.register input                       { width: 100%; }
  form.register input[type=radio]           { width: 15%; }
  form.register input[type=submit]          { width: auto; }
  form.register input.phone                 { width: 28%; }
  #header #topnav_explore div.mega-column   { max-width: 10000px; } 
  #header #topnav_company div.mega-column   { max-width: 10000px; } 
  #header ul.mega li a:hover                { color: #679d42; text-decoration: none; } 
@media (min-width: 768px) {
  #fixture_matrix .col-xs-6:nth-child(2n+1) { clear: none; }
  #filterIt                                 { display: none; }
  #closeIt                                  { display: none; }
  #narrowIt                                 { display: none; } 
  body.fixture-subpage #fixture_matrix      { min-height: 1720px;} 
}
