/** Shopify CDN: Minification failed

Line 80:0 Unexpected "<"
Line 130:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:blog-teaser (INDEX:11) */
.blog-teaser {
	padding: 30px;
}
.blog-teaser h2 {
    text-align: center;
    font-size: 2.45714em;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.blog-teaser .grid-item {
    margin-bottom: 20px;
    text-align: center;
}
.blog-teaser .grid-item a {
	display: inline-block;
	max-width: 100%;
}
.blog-teaser .grid-item p {
    margin: 0;
}
.blog-teaser .grid-item p span {
    font-weight: 800;
    text-align: center;
}
.blog-teaser .grid-item .more {
    color: #99986a;
    border-bottom: 5px solid #99986a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.blog-teaser .grid-item img {
    width: 100%;
    max-width: 300px;
}
@media screen and (min-width: 768px) {
    .blog-teaser .flex-grid {
        flex-flow: row;
        justify-content: space-around;
    }
    }
/* END_SECTION:blog-teaser */

/* START_SECTION:contractor-reciprocal (INDEX:21) */
.form-line:not(.fixed-width) .form-textarea, 
textarea#input_9,
.form-all .form-textarea{
    max-width: 100% !important;
}
/* END_SECTION:contractor-reciprocal */

/* START_SECTION:general-button (INDEX:31) */
.general-btn {
          text-align: center;
          margin-bottom: 40px;
      }
      .general-btn a {
          border-radius: 3px;
          color: #fff;
          font-size: 20px;
          font-weight: 800;
          padding: 5px 40px;
          text-transform: uppercase;
      }
/* END_SECTION:general-button */

/* START_SECTION:knowledge-center-lighting-guides-buttons (INDEX:54) */
<style>
#obx-knowledge-center .light-guide-buttons-wrapper {
    padding: 0 20px;
}
#obx-knowledge-center .light-guide-buttons {
    max-width: 1300px;
    margin: auto;
    border-top: solid 2px #f0eded;
    padding: 30px 0 80px;
}
#obx-knowledge-center .buttons-heading {
    display: block;
    color: #333333;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-weight: 700;
}
#obx-knowledge-center a.border-btn {
    border: solid 3px #f26101;
    color: #f26101;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 10px 15px;
    min-width: 168px;
    margin-top: 20px;
}
#obx-knowledge-center a.border-btn:hover {
    background: #f26101;
    color: white;
}
#obx-knowledge-center .btn-wrapper.flex-row {
    column-gap: 20px;
    flex-wrap: wrap;
    display: flex;
}
@media (max-width: 600px) {
    #obx-knowledge-center .buttons-heading {
        text-align: center;
    }
    #obx-knowledge-center .btn-wrapper.flex-row {
        justify-content: center;
    }
}
</style>
/* END_SECTION:knowledge-center-lighting-guides-buttons */

/* START_SECTION:obx-bg-flex-img-left (INDEX:78) */
.obx-industry-collection.bg-section .hero-section {
background-size: cover;
background-position: center;
position: relative;
}

.obx-industry-collection.bg-section .mobile-bg-image {
display: none;
width: 100%;
height: auto;
}

.obx-industry-collection.bg-section .bg-container {
position: relative;
z-index: 1;
}

@media screen and (max-width: 767px) {
.obx-industry-collection.bg-section .hero-section {
background-image: none !important;
}

.obx-industry-collection.bg-section .mobile-bg-image {
display: block;
position: relative;
z-index: 0;
}

.obx-industry-collection.bg-section .bg-container {
max-width: 1040px;
padding: 20px;
margin: auto;
position: absolute;
top: 60%;
transform: translateY(-50%);
}

.obx-industry-collection.bg-section {
  position: relative;
}

.obx-industry-collection.bg-section .obx-industry-collection .flex-row {
display: block;
}
}
/* END_SECTION:obx-bg-flex-img-left */