/*
Theme Name:         Blossman Gas
Theme URI:          https://thebigbridge.com
Description:        Custom theme for Blossman Gas based on Sage, a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            1.4
Author:             The Big Bridge
Author URI:         https://thebigbridge.com
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

:root {
  --bg-site-width: 1200px;
  --bg-company-blue: #1e3c83;
  --bg-company-grey: #f2f2f2;
  --bg-company-light-grey: #eeeeee;
  --bg-company-text-dark: #555555;
}

@font-face {
  font-family: 'Webicons';
  src: url('fonts/Webicons/Webicons.woff') format('woff');
}

@media screen {
  .blossman_career-section {
    display: flex;
    max-width: var(--bg-site-width);
    margin: 0 auto;
  }

  .blossman_career-section-inner {
    width: var(--bg-site-width);
  }
 
  .carousel-inner {
    min-height: 80px;
  }

  .blossman_post-content {
    padding: 0;
    margin: 0 0 14px;
  }

  .blossman_post-content-inner {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    margin: 0 -5px;
  }
  .arrow,
  .bg_arrow {
    margin-bottom: 0.5rem !important;
  }
  .arrow li,
  .bg_arrow li,
  .checkMark li {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    color: #535456;
    list-style: none;
  }
  .arrow li:before,
  .bg_arrow li:before {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: '\f105';
    color: var(--bg-company-blue);
    margin-right: 10px;
    font-size: 22px;
  }
  .checkMark li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: var(--bg-company-blue);
    margin-right: 10px;
    font-size: 20px;
  }
  .bg_list-space {
    margin-bottom: 0.5rem !important;
  }
  .bg_list-space li {
    font-size: 1.1rem;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    list-style: none;
  }
  .bg_list-space li:before {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: '\f111';
    color: var(--bg-company-blue);
    margin-right: 10px;
    font-size: 8px;
    position: relative;
    bottom: 2px;
  }
  #catalog-upper {
    padding: 2.5rem;
    background-color: var(--bg-company-grey);
  }
  #catalog-upper iframe {
    height: 600px;
  }
  #catalog-middle {
    padding: 2.5rem;
  }
  #catalog-upper h1,
  #catalog-middle h1 {
    margin: 0.25rem 0;
  }
  #catalog-grid {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .catalog-grid-header,
  .catalog-grid-sub-header,
  .catalog-grid-paragraph {
    text-align: center;
    color: rgb(33, 37, 41);
  }
  .catalog-grid-header {
    color: var(--bg-company-blue);
  }
  .catalog-grid-sub-header {
    font-size: 1.5rem;
  }
  .catalog-item {
    width: 48%;
    margin-bottom: 2.5rem;
  }
  .catalog-item-inner {
    height: 320px;
    overflow: hidden;
  }
  .catalog-grid-main {
    width: 100%;
  }
  .catalog-item-parent {
    height: 500px;
    overflow: hidden;
  }
  .catalog-img {
    width: 100%;
    height: 100%;
  }
  .catalog-img-parent {
    object-fit: cover;
  }
  .catalog-img-parent,
  .catalog-img-child {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
  }
  .catalog-item-inner:hover .catalog-img-child,
  .catalog-item-inner:focus .catalog-img-child,
  .catalog-item-parent:hover .catalog-img-parent,
  .catalog-item-parent:focus .catalog-img-parent {
    transform: scale(1.1);
  }
  .catalog-text-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: baseline;
  }
  .catalog-text {
    text-align: right;
    padding-right: 0.5rem;
    font-size: 1.2rem;
    color: var(--bg-company-blue);
    transition: all 0.3s linear;
  }
  .catalog-text:after {
    content: '\f054';
    font: normal normal normal 18px/1 FontAwesome;
    display: inline-block;
    padding: 0 5px;
    transition: 0.3s;
  }
  .catalog-text:hover:after {
    transform: translateX(10px);
  }
  @media (max-width: 35.9275em) {
    .catalog-item {
      width: 100%;
    }
    .catalog-item-parent,
    .catalog-item-inner {
      height: 200px;
    }

    .catalog-text {
      font-size: 1rem;
    }
    #catalog-upper,
    #catalog-middle {
      padding: 1.5rem;
    }
    #catalog-upper iframe {
      height: 200px;
    }
  }
  ._bg_post_container {
    margin: 0 -5px;
  }
  ._bg_post_content {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -5px -5px 1rem;
  }
  ._bg_post_content a:hover {
    text-decoration: none;
  }
  ._bg_post_content > article {
    -webkit-flex: 0 0 32%;
    -moz-box: 0 0 32%;
    -webkit-flex: 0 0 32%;
    -ms-flexbox: 0 0 32%;
    flex: 0 0 32%;
    margin: 5px;
  }
  @media (max-width: 35.9275em) {
    ._bg_post_content > article {
      -webkit-flex: 0 1 100%;
      -moz-box: 0 1 100%;
      -webkit-flex: 0 1 100%;
      -ms-flexbox: 0 1 100%;
      flex: 0 1 100%;
    }
  }
  @media (min-width: 35.9375em) and (max-width: 64.0525em) {
    ._bg_post_content > article {
      -webkit-flex: 0 1 48%;
      -moz-box: 0 1 48%;
      -webkit-flex: 0 1 48%;
      -ms-flexbox: 0 1 48%;
      flex: 0 1 48%;
    }
  }
  ._bg_blog_card {
    position: relative;
    min-height: 450px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 1.1em;
    transition: all 0.3s ease-in-out;
  }
  ._bg_blog_card figure {
    margin: 0;
  }
  ._bg_blog_card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease-in-out;
  }
  ._bg_card_img {
    height: 250px;
    max-height: 250px;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  ._bg_card_title {
    font-size: 1.3rem;
  }
  ._bg_card_date {
    position: absolute;
    bottom: 1.1em;
    margin-bottom: 0;
  }
  ._bg_pagination {
    margin: 0 0 1.5em 5px;
  }
  ._bg_pagination span {
    color: #eee;
    background-color: var(--bg-company-blue);
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: none;
    line-height: 2em;
    padding: 0.3em 0.5em;
    margin: 0 0.75em 0 0;
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 35.9275em) {
    ._bg_pagination span {
      font-size: 1em;
      margin: 0 0.5em 0 0;
      padding: 0.3em;
    }
  }
  ._bg_pagination span:hover {
    background-color: #eee;
    color: var(--bg-company-blue);
    transition: all 0.3s ease-in-out;
  }
  ._bg_pagination a {
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: none;
    line-height: 2em;
    color: var(--bg-company-blue);
    background-color: #eee;
    padding: 0.3em 0.5em;
    margin: 0 0.75em 0 0;
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 35.9275em) {
    ._bg_pagination a {
      font-size: 1em;
      margin: 0 0.5em 0 0;
      padding: 0.3em;
    }
  }
  ._bg_pagination a:hover {
    background-color: var(--bg-company-blue);
    color: #eee;
    transition: all 0.3s ease-in-out;
  }
  .wp-block-image img {
    max-width: 100%;
    height: auto;
  }
  .two a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: var(--bg-company-blue);
    transition: color 0.2s ease;
    padding: 3px 0;
    margin-bottom: 0px;
  }
  .two a:hover {
    color: #9799a7;
  }
  .two a:hover::before,
  .two a:hover::after {
    width: 100%;
    left: 0;
  }
  .two a:before,
  .two a:after {
    content: '';
    position: absolute;
    top: calc(100% + -7px);
    width: 0;
    right: 0;
    height: 2px;
  }
  .two a::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
    background: #496a9e;
  }
  .two a::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #f44336;
  }
  .kidsCorner {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .noShow {
    display: none !important;
  }
  .children {
    padding-left: 15px;
  }
  .stepIndent {
    padding-left: 20px;
  }
  .stepIndentTwo {
    padding-left: 40px;
  }
  .stepIndentThree {
    padding-left: 60px;
  }
  .stepIndentTwo:before {
    font-family: 'Fontawesome';
    font-weight: 900;
    content: '\f101';
    margin-left: 0px;
    margin-right: 10px;
    color: var(--bg-company-blue);
  }
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -10px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .fixedPosition {
    position: fixed;
  }
  .modal-header {
    border-bottom: none;
    padding: 0.5rem;
  }
  .close {
    color: #333;
    opacity: 1;
  }
  button.btn-primary {
    border-radius: 0;
    background: var(--bg-company-blue);
    border: 0;
    padding: 5px 20px;
  }
  .btn-primary a {
    color: #fff;
    text-decoration: none;
  }
  button.btn-primary:hover {
    background: #eee;
  }
  button.btn-primary a:hover {
    color: var(--bg-company-blue);
    text-decoration: none;
    font-weight: 400;
  }
  html {
    height: 100%;
  }
  body {
    font-size: 110%;
    display: flex;
    flex-direction: column;
    margin: 33px 0 0;
    min-height: 100%;
  }
  a {
    font-weight: normal;
    text-decoration: none;
    color: var(--bg-company-blue);
  }
  a:hover {
    text-decoration: none;
  }
  h1,
  h2,
  h3 {
    margin: 0.75em 0 0.75em 0;
  }
  h4,
  h5,
  h6 {
    margin: 0.5em 0 0.5em 0;
  }
  address,
  dl,
  ol,
  ul {
    margin-bottom: 0;
  }
  p {
    text-align: left;
  }
  img {
    image-rendering: auto;
  }
  body.mobile #home_title {
    margin-top: 0;
  }
  .res_grid h3 {
    font-size: 15px;
    margin-top: 0;
    color: #333;
    font-weight: 400;
  }
  .res_grid p {
    margin-bottom: 0;
  }
  .vc_row,
  ._bg_row {
    padding: 10px 0 0;
    max-width: var(--bg-site-width);
  }
  #_bd_content_side_area_one form#_bd_contact_form {
    margin-top: 0px;
  }
  #home_form {
    background-color: #f5f5f5;
  }
  #culture_left {
    transform: rotate(-3deg);
  }
  #culture_right {
    transform: rotate(3deg);
  }
  ._bd_content_body ul,
  ._bd_content_body ol {
    margin-bottom: 1.5em;
    text-align: left;
  }
  ._bd_body_prime {
    padding: 1rem;
    background-color: #fff;
  }
  ._bd_content_body > h1:first-of-type,
  ._bd_content_body > h2:first-of-type,
  ._bd_content_body > h3:first-of-type,
  ._bd_content_body > h4:first-of-type,
  ._bd_content_body > h5:first-of-type,
  ._bd_content_body > h6:first-of-type {
    margin-top: 0;
  }
  .news_room #_bd_blocks-news-3 h3 {
    margin-bottom: 25px;
  }

  .contest-features {
    display: block;
    margin: 0 auto;
  }

  .contest-button {
    background-color: red !important;
    color: white !important;
    padding: 10px 20px !important;
    text-align: center;
  }

  .contest-button:hover {
    background-color: white !important;
    color: red !important;
    border: 1px solid red !important;
  }
}

@media screen {
  .blossman_blog-post-block {
    flex: 1 400px;
    position: relative;
    min-height: calc(26rem + 1rem);
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 1.2rem;
    transition: all 0.3s ease-in-out;
    margin: 0 5px 10px;
    overflow: hidden;
  }
  .blossman_blog-post-block:hover {
    transform: scale(1.009);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease-in-out;
  }

  .blossman_blog-post-block-inner {
    position: relative;
    height: calc(26rem + 1rem);
  }

  .blossman_blog-post-block-wrapper {
    height: 100%;
    overflow: hidden;
  }
  .blossman_blog-post-block-wrapper img {
    overflow: hidden;
  }
  .blossman_blog-post-block-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }

  .blossman_blog-post-block-img {
    height: 300px;
    max-height: 300px;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blossman_blog-post-block-head {
    font-size: 1rem;
    font-weight: 600;
  }

  .blossman_blog-post-block-date {
    position: absolute;
    color: #bbb;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
  .blossman_media-post-block {
    flex: 1 300px;
    position: relative;
    min-height: calc(36rem + 1rem);
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 1.2rem;
    transition: all 0.3s ease-in-out;
    margin: 0 5px 10px;
    overflow: hidden;
  }
  .blossman_media-post-block:hover {
    transform: scale(1.009);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease-in-out;
  }

  .blossman_media-post-block-inner {
    position: relative;
    height: calc(36rem + 1rem);
  }

  .blossman_media-post-block-wrapper {
    height: 100%;
    overflow: hidden;
  }
  .blossman_media-post-block-wrapper img {
    overflow: hidden;
  }
  .blossman_media-post-block-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }

  .blossman_media-post-block-img {
    height: auto;
    max-height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
  }
  @media (min-width: 35.9375em) and (max-width: 64.0525em) {
    .blossman_media-post-block-img {
      max-height: 200px;
    }
  }
}

@media screen and (max-width: 1024px) {
  .contest-features {
    width: 95%;
  }
  ._bd_body_prime {
    padding: 1em 0 0em 0;
  }
  .promo_r {
    margin-left: 0 !important;
  }
  .promo_r .wpb_wrapper {
    margin-left: 2%;
    margin-right: 2%;
  }
  .promo_2 {
    margin-left: 0 !important;
  }
  .promo_2 .wpb_wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }
  .promo_3 {
    margin-left: 0 !important;
  }
  .promo_3 .wpb_wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }
  #career-img {
    text-align: center !important;
  }
}

/*This section is for the home page display on different devices*/

@media screen {
  body.not-mobile #mobile_box {
    display: none;
  }
  body.not-mobile .home_page_grid {
    display: none;
  }
  body.mobile #mobile_box {
    margin: 0 0 35px 0;
  }
  body.mobile #blossman_intro,
  body.mobile .home_page_login {
    display: none;
  }
  body.mobile #_bd_banner_prime {
    margin-bottom: 0px;
  }
  body.mobile .home_page_grid {
    background-color: #f9f9f9;
  }
  body.mobile .home_page_grid button {
    padding: 10px 16px;
    background-color: var(--bg-company-blue);
    border: none;
    border-radius: 0px;
    font-size: 20px;
  }
  body.mobile .home_page_grid button a {
    color: #fff;
    text-decoration: none;
  }
  body.mobile .home_inner_grid_l button,
  body.mobile .home_inner_grid_r button {
    margin: 13px 0px;
    padding: 10px 10px;
    background-color: #ddd;
    border: none;
    border-radius: 0px;
    font-size: 20px;
  }
  body.mobile .home_inner_grid_l button a,
  body.mobile .home_inner_grid_r button a {
    color: var(--bg-company-blue);
    text-decoration: none;
  }
  body.mobile .home_inner_grid_l {
    padding-left: 0px;
    padding-right: 7px;
  }
  body.mobile .home_inner_grid_r {
    padding-right: 0px;
    padding-left: 7px;
  }
  body.mobile #home_inner_grid {
    margin-bottom: 0px;
  }
}

/*End of home page display*/

@media screen {
  .row {
    margin: 0 !important;
    /* who uses negative (-) margin for absolutely no reason?? */
  }
  .main {
    padding: 0 !important;
  }
  .byline {
    display: none;
  }
  #_bd_crumb_trail + #_bd_page_header h1 {
    margin-top: 0;
  }
  ._bd_form_common {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  #blossman_intro h1 {
    margin-top: 0;
  }
  .wpb_text_column ._bd_blocks-date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 20px !important;
  }
  .banner-ad {
    max-width: 1024px;
    margin: 1.5em auto 1.5em auto;
  }
  /*This is for the return to top button*/
  .button-top {
    position: fixed;
    bottom: 20px;
    right: 140px;
    z-index: 100;
    width: 60px;
    height: 40px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #eee;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.1s ease;
  }
  .button-top-visible {
    opacity: 1;
    pointer-events: auto;
  }
  #water_heater_video iframe {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 512px) {
  form#_bd_contact_form {
    margin-top: 0px;
  }
  #_bd_bottom_box img {
    display: block;
    margin: 0 auto;
  }
  .menu-footer-container {
    margin-left: 15%;
  }
}

@media screen and (max-width: 540px) {
  #mobile-img > figure > img {
    width: 100%;
  }

  #mobile-img > figure {
    margin: 0.5rem 0;
    width: 100%;
  }
}

@media screen and (max-width: 940px) and (min-width: 641px) {
  ._bd_page_prime {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .button-top {
    padding: 5px;
    right: 20px;
  }
  .search-form {
    text-align: center;
    margin: 1.5em;
  }
  ._bg_kids_corner {
    display: none;
  }
  #home_page_title {
    display: none;
  }
}

/* TOP AREA */

/* @media screen { */
#_bd_top_area {
  width: 100%;
  background-color: var(--bg-company-blue);
  padding: 0 1em;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.admin-bar #_bd_top_area {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar #_bd_top_area {
    top: 32px;
  }
}
#_bd_top_prime {
  width: 100%;
  max-width: var(--bg-site-width);
  margin: 0 auto 0 auto;
}
._bd_button {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.8em;
  color: #fff;
  background-color: #496a9e;
  border: 1px solid #fff;
  border-radius: 1em;
  padding: 0.1em 1em;
  transition: all 0.3s ease-in-out;
  margin-left: 1rem;
}
._bd_button:hover {
  color: var(--bg-company-blue);
  background-color: #eee;
  border: 1px solid var(--bg-company-blue);
}
/* } */

@media screen and (max-width: 1024px) {
  #_bd_top_prime {
    padding: 0;
  }

  #_bd_menu-main-wrap {
    display: none;
  }

  ul.social-links-header {
    display: none;
  }

  .home_page_button > img {
    height: 2rem;
    width: auto;
    margin-left: 35px;
  }

  body.not-mobile #simple-menu.eds-toggle-icon {
    display: block !important;
  }
  body.not-mobile .eds-toggle-icon i {
    display: block !important;
  }

  ._bg_footer-right-inner {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .home_page_button > img {
    display: none !important;
  }
  #simple-menu.eds-toggle-icon {
    display: none;
  }
  .eds-toggle-icon i {
    display: none;
  }

  ._bg_footer-right-inner {
    float: right;
    width: 65%;
  }
}

@media screen {
  .bg_contest-header {
    font-size: clamp(2.1rem, 3vw, 3rem);
    font-weight: 700;
  }

  .bg_contest-subheader {
    font-size: clamp(2.1rem, 3vw, 3.2rem);
  }

  #_bd_crumb_trail {
    font-size: 90%;
    font-weight: normal;
    color: var(--bg-company-blue);
    margin: 0 auto 1rem;
  }
  #_bd_crumb_trail a {
    font-weight: normal;
    text-decoration: none;
  }
  #_bd_crumb_trail a:hover {
    color: #33f;
  }
  #_bd_crumb_trail span {
    color: var(--bg-company-blue);
    margin: 0 0.5em 0 0.5em;
  }
  ._bd_current_li > a {
    color: var(--bg-company-blue) !important;
    font-weight: bold !important;
  }
  .current-cat > a {
    color: var(--bg-company-blue) !important;
    font-weight: bold !important;
  }
}

@media screen {
  #_bd_page_wrap {
    background-color: #fff;
    /* margin-top: .5rem; */
  }
  #_bd_page_header h1 {
    font-size: 2.5em;
    line-height: initial;
  }
  body.home #_bd_page_header {
    display: none;
  }
  ._bd_mobile_header {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  body.mobile .img-map-wrap {
    display: none;
  }
  .product_img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 350px;
    width: auto;
  }
}

@media screen and (min-width: 513px) {
  ._bd_mobile_header {
    display: none;
  }
  body.mobile ._bd_mobile_header {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #_bd_page_header {
    font-size: 80%;
  }
}

/* individual appliance styling */

@media screen {
  .row.no-space {
    margin-left: 0;
    margin-right: 0;
  }
  .row.no-space > [class^='col-sm-'] {
    padding-left: 0;
    padding-right: 10px;
  }
  .product_title {
    margin: 0 0 40px 0;
  }
  .product_title > h4 {
    text-align: center;
    font-size: 45px;
    color: var(--bg-company-blue);
  }

  .blossman_product-features {
    margin: 1rem 0;
  }

  .blossman_product-features ul {
    margin: 0.75rem 0;
  }

  .blossman_product-features ul li {
    margin: 0.5rem 0;
  }

  .blossman_products-image-container {
    display: flex;
    flex-flow: row wrap;
  }

  .blossman_products-image-container > figure {
    flex: 1 33%;
  }

  .blossman_products-image-container > figure > img {
    display: block;
    margin: 0 auto;
    width: 250px;
    max-width: 250px;
    height: auto;
  }

  #_bd_content_body .no-space h4 {
    font-size: 25px;
  }
  #_bd_content_body .no-space h5 {
    font-size: 18px;
    font-weight: normal;
    padding-right: 15px;
  }
  #_bd_content_body .no-space h6 {
    font-size: 18px;
    font-weight: normal;
  }
  #_bd_content_body .product_footer h4 {
    font-size: 30px;
  }
  #_bd_content_body .product_footer p {
    font-size: 18px;
  }
  #_bd_content_body ul {
    padding-left: 20px;
  }
  #_bd_content_body ul li {
    font-size: 18px;
  }
  #_bd_content_body ul li p {
    margin-bottom: 0;
  }
  #_bd_content_body .product_footer p:nth-of-type(2) {
    margin-bottom: 5px;
  }
  #appLinks {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #appLinks > div {
    flex: 0 0 auto;
    margin-right: 10px;
  }
  .gPlay {
    display: inline-block;
    width: 150px;
    margin-top: -5px;
  }

    .branch-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 2rem;
    }
  
    .branch-info .location-banner {
      width: 100%;
    }
  
    .branch-info hr {
      border: 1px solid #1e3c83;
      width: 100%;
    }
  
    .branch-info h3 {
      font-size: 1.3rem;
    }
  
    @media (max-width: 20.0525em) {
      .branch-info h3 {
        font-size: 1rem;
      }
    }
  
    .branch-info p {
      margin-top: 0;
      font-weight: 400;
    }
  
    .branch-info ._bg_location_img {
      width: 50px;
      height: auto;
      margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
  .product_title h4 {
    font-size: 38px;
  }
  .gPlay {
    margin-left: -11px;
  }
}

@media screen and (max-width: 512px) {
  .product_title h4 {
    font-size: 34px;
  }
  .gPlay {
    margin-top: 1px;
    margin-left: -11px;
  }
  ._bd_button {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 346px) {
  header.banner a.brand {
    width: 100%;
    text-indent: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 85.365em) {
  ._bd_content_area {
    padding: 0 1em;
  }
}

@media screen {
  .individual_blog_img {
    padding: 5px 25px 10px 0;
    width: 40%;
  }
  .individual_blog_img_2 {
    width: 40%;
  }
  ._bd_content_area {
    display: flex;
    max-width: var(--bg-site-width);
    margin: 0 auto;
  }
  ._bd_content_wrap {
    flex: 6;
    order: 1;
  }
  body.contact ._bd_content_wrap {
    flex: 4;
  }
  ._bd_content_box {
    margin: 0 auto;
  }
  #_bd_content_prime {
    max-width: var(--bg-site-width);
    margin: 0 auto 0 auto;
  }
  ._bd_content_prime {
    display: flex;
    flex-direction: column;
  }
  ._bd_content_prime h2 {
    font-size: 1.5em;
  }
  @media screen and (max-width: 768px) {
    ._bd_content_side_area_one h3 {
      font-size: 1.4em;
    }
  }
  /* CONTENT SIDE AREA */
  ._bd_content_side_area_one {
    flex: 3;
    order: 2;
    max-width: 20%;
    margin: 0 0 0 15px;
  }
  ._bd_content_side_area_one h3 {
    margin: 0.65em 0;
    font-size: 1em;
  }
  .home_page_login {
    background-color: #f9f9f9;
    max-width: 100%;
    margin: 0;
  }
  .home_page_login h3 {
    margin: 15px 0;
    font-size: 1.3rem;
  }
  .home_page_login ._bd_form_common input[type='submit'] {
    margin-bottom: 10px;
  }
  body.contact ._bd_content_side_area_one {
    flex: 3;
  }
  ._bd_content_side_area_one a {
    opacity: 1;
    font-weight: normal;
    text-decoration: none;
    color: #78b;
  }
  ._bd_content_side_area_one a:hover {
    color: var(--bg-company-blue);
    font-weight: bold;
  }
  ._bd_content_side_area_one > div {
    margin: 0;
  }
  ._bd_content_side_area_one > div > ul {
    padding: 0;
    margin: 0;
  }
  ._bd_content_side_area_one li {
    list-style-type: none;
  }
  ._bd_content_side_area_one > div > ul > li > a {
    font-weight: 700;
    font-size: 18px;
  }
  #blossman_intro p {
    margin-right: 15px;
  }
  @media screen and (max-width: 768px) {
    .wpb_text_column p {
      margin-right: 0px !important;
    }
  }
  #_bd_child_page_list {
    padding: 1em;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 30px;
  }
  #_bd_categories_list ul {
    padding: 0;
  }
  #_bd_child_page_list ul ul {
    padding: 0 0 0 0.7em;
  }
  #_bd_child_page_list ._bd_current_li {
    color: #9af;
  }
  #_bd_child_page_list ._bd_current_li > ul li {
    list-style-image: none !important;
    /* only way to prevent bullets on grandchildren */
  }
  ._bd_sidebar ul {
    border: 1px solid #ccc;
    padding: 1em;
  }
  ._bd_sidebar li a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    border-radius: 1em;
  }
  ._bd_sidebar li a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 512px) {
  .blogImage {
    width: 100%;
    padding-right: 0 !important;
  }
  .individual_blog_img {
    padding: 0 0 10px;
    width: 100%;
  }
}

@media screen and (min-width: 513px) {
  ._bd_blocks-flex ._bd_blocks-div {
    margin-bottom: 0;
  }
  #home_page_title {
    margin-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  ._bd_content_area {
    flex-direction: column;
    margin-top: 20px;
  }
  ._bd_content_side_area_one {
    max-width: none;
    margin: 2px 10px;
  }
  .home_page_login {
    margin: 0;
  }
  #_bd_banner_prime {
    margin-bottom: 1em;
  }
  ul.social-links-footer {
    margin-top: 15px;
  }
  #_bd_locator_form input[type='text'] {
    max-width: 73%;
  }
  ._bd_content_prime h2 {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  ._bd_content_side_area_one {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 800px) {
  ._bd_widget .wpcf7 {
    margin-bottom: 15px;
  }
}

@media screen {
  #_bd_menu_footer li {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  #_bd_menu_footer > li > a {
    white-space: nowrap;
    text-transform: uppercase;
    color: #eee;
  }
  ul.social-links-header {
    margin: 6px 20px 2px 10px;
    padding: 0;
    float: left;
  }
  ul.social-links-header li {
    display: inline-block;
    list-style-type: none;
    padding: 3px;
  }
  ul.social-links-header i {
    color: #fff;
  }
  ul.social-links-footer {
    padding: 0;
    text-align: center;
  }
  ul.social-links-footer li {
    display: inline-block;
    list-style-type: none;
    padding: 3px;
  }
  ul.social-links-footer i {
    color: #fff;
  }
}

@media screen and (max-width: 640px) {
  #_bd_bottom_box {
    font-size: 18px;
  }
  #_bd_bottom_prime {
    flex-direction: column;
  }
  #_bd_bottom_prime h3 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1024px) {
  #_bd_bottom_box {
    padding: 1em 1em 1.5em 1em;
  }
  body.mobile .banner-ad img {
    display: none;
  }
  body.mobile .vc_separator.vs_sep_colorgrey.vc_sep_line {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
}

@media screen {
  ._bd_post-entry-wrap {
    margin: 0 1em 2em 1em;
  }
  ._bd_post-entry-wrap a {
    text-decoration: none;
  }
  ._bd_post-entry-box {
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    position: relative;
  }
  ._bd_post-entry-prime {
    overflow: hidden;
    background-color: #fff;
    padding: 1em 1em 0 1em;
  }
  ._bd_post-entry-head,
  ._bd_post-entry-body {
    margin: 0 0 1em 0;
  }
  ._bd_post-entry-date {
    font-size: 0.8em;
    text-transform: uppercase;
    margin: 0.5em 0 0 0;
  }
  ._bd_post-entry-foot {
    font-size: 0.8em;
    color: #999;
    padding: 1em;
  }
  ._bd_post-entry-foot a {
    text-transform: uppercase;
  }
}

@media screen {
  #_bd_featured_products_prime {
    display: flex;
    margin: 0 0 3em 0;
  }
  #_bd_featured_products_prime > div {
    flex: 1 0;
    flex-basis: calc(100% / 3);
    text-align: center;
  }
  #_bd_featured_products_prime > div img {
    display: block;
    margin: 0 auto 1em auto;
  }
  #_bd_featured_products_prime > div img:hover {
    transform: scale(1.1);
  }
  #_bd_featured_products_prime > div a {
    text-decoration: none;
    color: var(--bg-company-blue);
  }
}

@media screen and (max-width: 512px) {
  #_bd_featured_products_prime {
    flex-direction: column;
  }
  #_bd_featured_products_prime > div:nth-child(n + 1) {
    margin: 1em 0 0 0;
  }
}

/* BD FLEX */

@media screen {
  ._bd_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ._bd_flex > div {
    flex: 0 0 auto;
  }
}

@media screen {
  body.residential ._bd_flex > div {
    flex-basis: 100%;
    margin: 0 0 1em 0;
  }
  body.residential ._bd_flex > div > a {
    display: block;
    font-size: 90%;
  }
}

@media screen and (min-width: 1025px) {
  body.residential ._bd_flex > div {
    max-width: calc(33% - 1em);
  }
}

@media screen and (max-width: 1024px) {
  body.residential ._bd_flex > div {
    max-width: calc(33% - 1em);
  }
}

@media screen and (max-width: 512px) {
  body.residential ._bd_flex > div {
    max-width: calc(50% - 1em);
  }
}

@media screen and (max-width: 320px) {
  body.residential ._bd_flex > div {
    max-width: 100%;
  }
}

@media screen {
  #_bd_call_to_action_box {
    margin: 3em 0 1em 0;
  }
  #_bd_call_to_action_prime {
    display: flex;
  }
  #_bd_call_to_action_prime > div {
    position: relative;
  }
  #_bd_call_to_action_prime > div a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: +33;
  }
  #_bd_call_to_action_prime > div img {
    width: 100%;
  }
}

@media screen and (max-width: 512px) {
  #_bd_call_to_action_prime {
    flex-direction: column;
  }
  #_bd_call_to_action_prime > div {
    flex: 1 0;
  }
}

@media screen and (min-width: 513px) {
  #_bd_call_to_action_prime {
    margin: 0 0 0 -1.5em;
  }
  #_bd_call_to_action_prime > div {
    flex: 1 0 calc(50% - 1.5em);
    position: relative;
    margin: 0 0 0 1.5em;
  }
}

@media screen {
  ._bd_width_control {
    width: 100%;
    max-width: var(--bg-site-width);
    margin: 0 auto;
  }
  ._bd_blocks-slideshow {
    padding: 35.48% 0 0 0;
  }
  body.home ._bd_blocks-slideshow {
    padding: 41.8% 0 0 0;
  }
}

@media screen and (max-width: 1024px) {
  ._bd_width_control {
    padding: 0 1em 0 1em;
  }
  #_bd_post_subheader {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
  }
}

@media screen {
  #_bd_banner_prime {
    position: relative;
    margin: 0 auto 0.5rem;
    max-width: var(--bg-site-width);
  }
  #_bd_banner_prime img {
    width: 100%;
  }
  @media (max-width: 35.9275em) {
    .home #_bd_banner_prime img {
      height: 60vh;
      object-fit: cover;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(204, 204, 204, 0.9) 100%)
    }
  }
  #_bd_banner_prime h2 {
    font-family: 'Gotham ExtraLight';
    position: absolute;
    bottom: 90px;
    left: 25px;
    font-size: 3.2rem;
    margin: 0;
    font-weight: normal;
    opacity: 0;
    animation-name: fadeInOut;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-delay: 0.4s;
  }
  @media (max-width: 35.9275em) {
    #_bd_banner_prime h2 {
      left: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      font-size: 2.8rem;
      font-weight: 600;
      width: 100%;
      text-align: center;
    }
  }
  @keyframes fadeInOut {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @media (max-width: 35.9275em) {
    #_bd_banner_prime {
      margin: 0;
    }
  }
  @media (min-width: 35.9375em) and (max-width: 60.49em) {
    #_bd_banner_prime {
      margin: 0 auto 1em;
    }
  }

  .login-container {
    position: absolute;
    left: 1.8rem;
    bottom: 1.8rem;
    height: auto;
  }
  .login-container ._bg_banner-button {
    font-size: 1.5rem;
    padding: 0.5rem 1.5rem;
    margin-right: 1rem;
    border-radius: 1em;
    color: var(--bg-company-blue);
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .login-container ._bg_banner-button:hover {
    color: #fff;
    background-color: var(--bg-company-blue);
    border: 1px solid var(--bg-company-blue);
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 35.9275em) {
    .login-container ._bg_banner-button {
      margin: 0 1rem 1rem;
    }
  }
  @media (max-width: 35.9275em) {
    .login-container {
      width: 100%;
      left: 0;
      bottom: 0.5rem;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      text-align: center;
    }
  }
  #_bd_post_subheader {
    max-width: var(--bg-site-width);
    margin: 0 auto 2em auto;
  }
  .default-slider-fading .default-slide .text-content,
  .default-slider-horizontal .default-slide .text-content {
    line-height: initial;
  }
  .bx-viewport {
    height: auto !important;
    min-height: 150px;
    background-color: var(--bg-company-blue);
  }
  .bx-controls {
    display: none;
  }
  .default-slide .text-content {
    background-color: transparent !important;
    padding: 1em !important;
  }
  .default-slide .text-content a {
    color: inherit !important;
  }
}

@media screen {
  ._bd_blocks-stack {
    width: 100%;
    height: auto;
    margin-bottom: 15%;
  }
  ._bd_blocks-flex ._bd_blocks-div {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0 1.5em 1.5em 1.5em;
  }
  #_bd_blocks-news-3 a {
    font-weight: bold;
  }
  #_bd_blocks-press-releases-3 a {
    font-weight: bold;
  }
  ._bd_blocks-flex ._bd_blocks-viewport {
    margin: 1em 0 0 0;
  }
  ._bd_blocks-flex ._bd_blocks-head a {
    font-size: 115%;
    font-weight: normal;
  }
  ._bd_blocks-date {
    position: absolute;
    color: #888;
    font-size: 90%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px !important;
    padding: 0 15px 10px 25px;
  }
  ._bd_blocks-more-wrap {
    text-align: right;
  }
  ._bd_blocks-more-wrap a {
    font-size: 80%;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #888;
  }
  ._bd_blocks-more-wrap a:hover {
    background-color: #eee;
  }
  .vc_btn3.vc_btn3-color-grey,
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #fff;
    background-color: var(--bg-company-blue);
    padding: 7px 25px;
  }
  .vc_btn3.vc_btn3-color-grey,
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
    color: #1e3c83;
    background-color: #eee;
    font-weight: bold;
  }
  #waterHeater a {
    color: #fff;
    background-color: #ff9966;
    padding: 12px 25px;
    font-size: 18px;
  }
  #waterHeater a:hover {
    color: #ff9966;
    background-color: #faebe3;
    border: 1px solid #ff9966;
  }
  #outdoorKitchen a {
    color: #fff;
    background-color: var(--bg-company-blue);
    padding: 12px 25px;
    font-size: 18px;
  }
  #outdoorKitchen a:hover {
    color: var(--bg-company-blue);
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
  }
  #warmFrontHeater a {
    color: #fff;
    background-color: #00468b;
    padding: 12px 25px;
    font-size: 18px;
  }
  #warmFrontHeater a:hover {
    color: var(--bg-company-blue);
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
  }
  /* MENU */
  /* H */
  .home-articles article h4,
  .news-articles article h4,
  .news-cat article h4 {
    font-size: 1.4em;
  }
  article.post header,
  .page-header {
    margin: 0 0 2em 0;
  }
  .page-header h1 {
    font-size: 2.5em;
  }
  #breadcrumbs {
    font-weight: normal !important;
    color: #999;
    margin: 0 0 1.25em 0;
  }
  #breadcrumbs a {
    font-weight: normal;
  }
  #breadcrumbs a:hover {
    color: #33f;
  }
  .breadcrumbs-current {
    color: #ccc;
  }
  .breadcrumbs-divider {
    color: #abd;
    margin: 0 0.5em 0 0.5em;
  }
  /* PAGINATION */
  ._bd_pagination {
    margin: 0 0 1.5em 0;
  }
  ._bd_pagination span,
  ._bd_pagination a {
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: none;
    line-height: 2em;
    color: var(--bg-company-blue);
    padding: 0.5em;
    margin: 0 0.75em 0 0;
  }
  ._bd_pagination span {
    color: #fff;
    background-color: var(--bg-company-blue);
  }
  ._bd_pagination a {
    background-color: #eee;
  }
  ._bd_pagination span:hover {
    background-color: #eee;
    color: var(--bg-company-blue);
  }
  ._bd_pagination a:hover {
    background-color: var(--bg-company-blue);
    color: #eee;
  }
}

@media screen and (min-width: 1024px) {
  #menu-primary-navigation {
    display: table;
    width: 100%;
    padding: 0;
  }
  #menu-primary-navigation > li {
    display: table-cell !important;
    margin: 0 !important;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #ccc;
  }
  #menu-primary-navigation > li:first-child {
    border-width: 0;
  }
  #menu-primary-navigation > li > a {
    display: block;
    font-weight: normal !important;
  }
  ul#menu-primary-navigation li ul.sub-menu {
    top: 100%;
    left: -1px;
    z-index: +999999999999;
    min-width: calc(100% + 2px);
  }
  ul#menu-primary-navigation li ul.sub-menu li {
    padding: 0.25em 1em 0.25em 1em;
  }
  ul#menu-primary-navigation li ul.sub-menu li a {
    font-weight: normal;
    white-space: nowrap;
  }
}

@media screen {
  body.services ._bd_content_body > section {
    overflow: hidden;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    margin: 1em 0 1em 0;
  }
  body.services ._bd_content_body > section h2 {
    margin: 0.75em 0 0.75em 0;
  }
  body.services ._bd_content_body > section img:first-of-type {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media screen and (max-width: 1366px) {
  body.mobile .social-links-header {
    display: none;
  }
  body.mobile ._bd_content_side_area_one {
    max-width: 25%;
  }
}

@media screen and (max-width: 768px) {
  ._bd_location_form,
  ._bd_search_form {
    display: none;
  }
  body.mobile ._bd_content_side_area_one {
    max-width: 25%;
  }
}

@media screen and (max-width: 512px) {
  body.mobile ._bd_content_side_area_one {
    max-width: 100%;
  }
}

@media screen {
  ._bd_columns {
    display: flex;
    justify-content: space-between;
  }
  ._bd_columns > div {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
  }
  ._bd_columns p {
    margin: 0 0 1.25em 0;
  }
  ._bd_columns ._bd_featured_image {
    width: 100%;
    height: auto;
  }
  ._bd_columns ._bd_edit_post_link {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: +9;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    background-color: orange;
    padding: 4px 6px 4px 6px;
    border-radius: 10px;
  }
  h2 a {
    font-weight: bold;
    text-decoration: none;
  }
  ._bd_columns.featured-products > div {
    height: auto;
    margin: 3em 0 0 0;
  }
  ._bd_columns.featured-products ._bd_post_title {
    margin: 0 0 0.5em 0;
  }
  ._bd_columns.featured-products ._bd_post_excerpt {
    color: #333;
  }
  ._bd_columns.featured-products ._bd_featured_image {
    overflow: hidden;
    text-align: center;
  }
  ._bd_columns.featured-products ._bd_tall {
    padding: 1em;
  }
  ._bd_columns.featured-products ._bd_tall ._bd_post_title {
    margin-top: 1em;
  }
  ._bd_columns.featured-products > ._bd_tall:nth-child(odd) ._bd_post_title,
  ._bd_columns.featured-products > ._bd-tall:nth-child(odd) ._bd_post_excerpt {
    text-align: right;
  }
  ._bd_columns.featured-products ._bd_tall ._bd_featured_image {
    width: 40%;
    height: calc(100% + 3em);
    margin: -3em 0 0 0;
  }
  ._bd_columns.featured-products ._bd_tall:nth-child(odd) ._bd_featured_image {
    float: right;
    margin-left: 1em;
  }
  ._bd_columns.featured-products ._bd_tall:nth-child(even) ._bd_featured_image {
    float: left;
    /* 		margin-right:1em; */
  }
  ._bd_columns.featured-products ._bd_tall ._bd_featured_image img {
    width: 70%;
    height: auto;
  }
  ._bd_columns.featured-products ._bd_wide {
    padding: 0 1em 1em 1em;
  }
  ._bd_columns.featured-products ._bd_wide ._bd_post_title {
    text-align: center;
  }
  ._bd_columns.featured-products ._bd_wide ._bd_featured_image {
    height: calc(180px + 3em);
    margin: -3em auto 2em auto;
  }
  ._bd_columns.featured-products ._bd_wide ._bd_featured_image img {
    width: auto;
    height: 100%;
  }
}

/*MIN*/

@media screen and (min-width: 641px) {
  ._bd_columns {
    flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  ._bd_columns.featured-products ._bd_wide {
    padding: 0 0 1.5em 0;
  }
  ._bd_columns.featured-products ._bd_wide ._bd_featured_image {
    width: 100%;
    height: auto;
  }
  ._bd_columns.featured-products ._bd_post_excerpt {
    padding: 0 0 1em 0;
  }
  ._bd_columns.featured-products ._bd_tall ._bd_featured_image {
    width: 40%;
    height: auto;
    margin: -3em 0 0 0;
  }
}

@media screen and (max-width: 512px) {
  ._bd_columns {
    flex-direction: column;
  }
  ._bd_columns > div {
    flex-basis: 100% !important;
    max-width: none !important;
  }
  ._bd_columns.featured-products ._bd_wide {
    padding: 0 0 1em 0;
  }
  ._bd_columns.featured-products ._bd_wide ._bd_featured_image {
    width: auto;
  }
}

@media screen {
  /* appliance grid */
  ._bd_grid_appliances {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
  }
  ._bd_grid_appliances li {
    flex-basis: 30%;
    text-align: center;
    list-style-type: none;
    padding: 1em 2.5em;
    margin: 0 0.9em;
  }
}

/* appliance searchform */

@media screen {
  ._bd_appliance_searchform_prime {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f9f9f9;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 1em 1em 1.5em 1em;
    margin: 0 0 2em 0;
  }
  ._bd_appliance_searchform_prime > div {
    /* -webkit-flex-basis: 50%; */
    flex: 1 0 100%;
    max-width: calc(50% - 1em);
  }
  /* brands */
  #_bd_appliance_searchform_brands_wrap {
    flex: 5 0 100%;
    max-width: 100%;
  }
  #_bd_appliance_searchform_brands_wrap label {
    margin-left: 1em;
  }
  /* keywords */
  #_bd_appliance_searchform_keywords_wrap input {
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #999;
    padding: 8px;
  }
  /* submit and sort */
  #_bd_appliance_searchform_submit_sort_wrap {
    display: flex;
    flex-direction: row;
    /* -webkit-flex-basis: 50%; */
    justify-content: space-between;
  }
}

@media screen and (max-width: 420px) {
  #_bd_appliance_searchform_submit_sort_wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  #_bd_appliance_searchform_brands_prime {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 481px) and (max-width: 512px) {
  #_bd_appliance_searchform_brands_prime {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #_bd_appliance_searchform_brands_prime label {
    flex: 1 0 calc(50% - 1em);
    max-width: calc(50% - 1em);
  }
}

@media screen and (max-width: 800px) {
  #_bd_appliance_searchform_prime {
    flex-direction: row;
  }
  #_bd_appliance_searchform_prime > div {
    max-width: 100%;
  }
  #_bd_appliance_searchform_submit_sort_wrap input:nth-child(n + 1) {
    margin-top: 1em;
  }
}

/* This section is for hover effects on elements in the site*/

@media screen {
  ._bd_appliance_list_prime ._bd_appliance_entry:hover {
    transform: scale(1.02);
  }
  .product_img img:hover {
    transform: scale(1.1);
  }
  ul#emma-form-elements li input[type='submit']:hover {
    background: #eee;
    color: var(--bg-company-blue);
    font-weight: bold;
  }
  ._bd_form_common input[type='submit']:hover {
    background: #eee;
    color: var(--bg-company-blue);
    font-weight: bold;
  }
  ._bd_content_side_area input[type='submit']:hover {
    background: #eee;
    color: var(--bg-company-blue);
    font-weight: bold;
  }
  /*=====Home Page Pictures=========================================*/
  .home_page_img {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .home_img {
    height: 100%;
    width: 100%;
    transition: all 0.6s ease;
  }
  .home_page_img:hover .home_img,
  .home_page_img:focus .home_img {
    transform: scale(1.1);
  }
  .career_page_img {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .career_img {
    height: 100%;
    width: 100%;
    transition: all 0.6s ease;
  }
  .career_page_img:hover .career_img,
  .career_page_img:focus .career_img {
    transform: scale(1.1);
  }
  @media screen and (min-width: 1266px) {
    .home_page_img {
      height: auto;
      min-width: 570px;
    }
    .career_page_img {
      height: auto;
      min-width: 290px;
    }
  }
  @media screen and (max-width: 1265px) {
    .home_img {
      height: auto;
      width: 550px;
    }
  }
  @media screen and (max-width: 768px) and (min-width: 513px) {
    .home_img {
      height: auto;
      width: 700px;
    }
  }
  @media screen and (max-width: 640px) {
    .home_img {
      height: auto;
      width: 530px;
    }
  }
  @media screen and (max-width: 512px) {
    .home_img {
      height: auto;
      width: 380px;
    }
  }
  /*======End of Home Page Pictures===============================*/
  /*======Residential Page Pictures===============================*/
  .res_page_img {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .res_img {
    height: 100%;
    width: 100%;
    transition: all 0.6s ease;
  }
  .res_page_img:hover .res_img,
  .res_page_img:focus .res_img {
    transform: scale(1.1);
  }
  .res_grid {
    padding: 4px;
  }
  .res_col {
    padding-left: 0px;
    padding-right: 0px;
  }
  @media screen and (min-width: 1024px) {
    .res_page_img {
      height: auto;
      width: 100%;
    }
  }
  @media screen and (max-width: 640px) {
    .res_img {
      height: auto;
      width: 530px;
    }
  }
  @media screen and (max-width: 512px) {
    .res_img {
      height: auto;
      width: 380px;
    }
  }
  /*=====End of Residential Page Pictures===============================*/
  /*=====Home Page Pictures=========================================*/
  .img_col_4 {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .img_col {
    height: 100%;
    width: 100%;
    margin: 0;
    transition: all 0.6s ease;
  }
  .img_col_4:hover .img_col,
  .img_col_4:focus .img_col {
    transform: scale(1.1);
  }
  @media screen and (min-width: 1024px) {
    .img_col_4 {
      height: 175px;
      width: 292px;
    }
  }
  @media screen and (max-width: 640px) {
    .img_col {
      height: auto;
      width: 530px;
    }
  }
  @media screen and (max-width: 512px) {
    .img_col {
      height: auto;
      width: 380px;
    }
  }
  /*======End of Home Page Pictures===============================*/
  .button-top-visible:hover {
    background: var(--bg-company-blue);
    color: #eee;
  }
  body.residential img:hover {
    opacity: 0.8;
  }
  body.not-moblie #_bd_menu-main-ul .menu-item a:hover {
    transform: scale(1.1);
  }
  ._bd_blocks-post:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 5px #aaaaaa;
  }
  input[type='button']:hover,
  input[type='submit']:hover {
    background-color: var(--bg-company-blue);
    color: #eee;
  }
  #menu-item-2703 > a:hover,
  #menu-item-2733 > a:hover,
  #menu-item-1766 > a:hover,
  #menu-item-2631 > a:hover {
    opacity: 0.7;
  }
  .social-links-footer > li:hover {
    opacity: 0.7;
  }
  .social-links-header > li:hover {
    opacity: 0.7;
  }
}

@media screen {
  .flickity-enabled.is-fullscreen {
    width: 98%;
    height: 95%;
  }
  .is-fullscreen img {
    max-height: 880px;
    margin: 5px;
  }
  .cat-carousel {
    background: inherit;
    flex-grow: 1;
  }
  .desktop-carousel {
    margin-top: -20px;
  }
  .mobile-carousel {
    margin-bottom: 40px;
  }
  .carousel-cell {
    width: 100%;
    height: auto;
  }
  .desktop-carousel.is-fullscreen .carousel-cell {
    height: 100%;
  }
  .main-cat-img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 545px;
    width: 100%;
  }
  .cell-head {
    min-height: 66px;
  }
  .cell-head h1 {
    color: var(--bg-company-blue);
    margin: 0 0 0.5em;
    padding: 5px 10px;
  }
  .carousel-nav .carousel-cell {
    height: auto;
    width: 100%;
  }
  .carousel-nav img.card-img-top {
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding: 15px;
  }
  .carousel-nav img.card-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 16px 16px 16px 0;
  }
  .carousel-nav .carousel-cell.is-nav-selected {
    /* background: inherit; */
    background-color: #f6f6f6;
    padding: 15px 10px;
  }
  /* .textRow {
    margin-bottom: 15px !important;
  } */
  .card-bottom-img {
    width: 100%;
    height: auto;
    margin: 15px 0;
    padding: 0;
  }
  .card-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px;
  }
  .navHeader {
    color: var(--bg-company-blue);
    margin: 0 0 0.5em;
  }
  .card {
    border: 1px solid #eee;
    border-radius: 0;
  }
  .card-body {
    height: 320px;
    position: relative;
    padding: 1.25rem 0;
  }
  .card-one {
    flex-basis: calc((100% / 3) - 1em);
  }
  .card-two {
    flex-basis: calc((100% / 2) - 1em);
    min-height: 260px;
  }
  .card-title {
    margin: 0 0 0.5em 0;
  }
  .card-text {
    min-height: 140px;
    text-align: left;
  }
  .blossButton {
    position: absolute;
    left: 0;
    bottom: 1rem;
    color: #fff;
    background-color: var(--bg-company-blue);
    width: 100%;
    border-radius: 0;
    border-width: 0;
    padding: 5px 8px;
    text-transform: uppercase;
  }
  .blossButton:hover {
    background-color: #eee;
    color: #333;
  }
  .is-fullscreen .cell-head {
    display: none;
  }
  .catalogPara {
    padding: 0 2%;
    font-size: 22px;
    font-family: inherit;
  }
  .catalogPara iframe {
    display: block;
    width: 50%;
    /* height: 100%; */
    margin: 0 auto;
  }
  .flickity-viewport {
    transition: height 0.2s;
  }
}

@media screen and (max-width: 1366px) {
  .cell-head h1 {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .catalogPara iframe {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .main-cat-img {
    height: 400px;
  }
  .cell-head h1 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .cat-carousel {
    display: none;
  }
  .mobile-carousel {
    display: block;
    margin-bottom: 15px;
  }
  .card-two {
    flex-basis: calc((100% / 1) - 1em);
  }
  .cell-head {
    min-height: 0px;
  }
  .flickity-fullscreen-button .flickity-button-icon {
    display: none;
  }
  .catalogPara {
    font-size: 1.1em;
  }
  .catalogPara iframe {
    width: 100%;
    height: auto;
  }
  .carousel-nav img.card-img {
    padding: 16px;
  }
  .card-body {
    height: 300px;
  }
}

/* appliance list (on individual categories ex: fireplaces) */

@media screen {
  ._bd_appliance_list_prime {
    display: flex;
    flex-direction: column;
    max-width: 1210px;
  }
  ._bd_appliance_list_prime ._bd_appliance_entry {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 100%;
    /* -webkit-flex-basis: 50%; */
    border: 1px solid #ccc;
    padding: 1em;
  }
  ._bd_appliance_entry > div:first-of-type {
    margin-bottom: 1.5em;
  }
  ._bd_appliance_list_prime ._bd_appliance_thumb {
    text-align: center;
    height: 350px;
  }
  ._bd_appliance_list_prime ._bd_appliance_thumb img {
    width: auto;
    max-width: 350px;
    height: 100%;
    max-height: 353px;
    object-fit: contain;
  }
  ._bd_appliance_list_prime ._bd_compare_label {
    display: inline-block;
    background-color: #eee;
    padding: 1em;
    margin: 1em 0 0 0;
  }
  ._bd_appliance_list_prime ._bd_appliance_entry {
    max-width: calc(33% - 0.33em);
  }
  /* ._bd_appliance_list_prime ._bd_appliance_entry:last-child {
  } */
}

@media screen and (max-width: 768px) {
  ._bd_appliance_list_prime ._bd_appliance_thumb {
    margin: auto;
    max-width: 230px;
    max-height: 240px;
  }
  ._bd_appliance_list_prime ._bd_appliance_thumb img {
    width: auto;
    max-width: 230px;
    height: auto;
    max-height: 230px;
  }
  ._bd_appliance_list_prime ._bd_appliance_entry:nth-of-type(n + 3) {
    margin-top: 1em;
  }
  ._bd_appliance_list_prime ._bd_appliance_entry {
    max-width: calc(50% - 0.5em);
  }
}

@media screen and (max-width: 512px) {
  ._bd_appliance_list_prime ._bd_appliance_entry {
    width: 100%;
    max-width: calc(100% - 0em);
  }
  ._bd_appliance_list_prime ._bd_appliance_entry:nth-of-type(n + 2) {
    margin-top: 1em;
  }
}

@media screen and (min-width: 513px) {
  ._bd_appliance_list_prime {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  ._bd_appliance_list_prime > div {
    margin: 4px;
  }
  ._bd_appliance_list_prime ._bd_appliance_entry:nth-of-type(n + 4) {
    margin-top: 1em;
  }
}
@media screen {
  ._bd_appliance_compare_prime {
    border-width: 2px;
    border-style: solid;
    border-color: #ddd;
    padding: 1em;
    margin: 0 0 3em 0;
  }
  ._bd_appliance_compare_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  ._bd_appliance_compare_body > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  ._bd_appliance_compare_body > div:nth-child(n + 2) {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #999;
    padding: 1em 0 0 0;
    margin: 1em 0 0 0;
  }
  ._bd_appliance_compare_body > div > div {
    flex: 1 0 100%;
    max-width: 100%;
    order: 2;
    font-size: 85%;
  }
  ._bd_appliance_compare_body ._bd_appliance_title {
    flex: 2 0 calc(26% - 1em);
    max-width: calc(26% - 1em);
  }
  ._bd_appliance_compare_body ._bd_appliance_title h3 {
    font-size: 140%;
    margin: 0 0 1em 0;
  }
  ._bd_appliance_compare_body ._bd_appliance_features,
  ._bd_appliance_compare_body ._bd_appliance_description {
    flex: 4 0 calc(30% - 1em);
    max-width: calc(30% - 1em);
  }
  ._bd_appliance_compare_body ._bd_appliance_thumbnail img {
    width: 85%;
    height: auto;
    max-width: none;
  }
}

@media screen and (max-width: 346px) {
  ._bd_appliance_compare_prime {
    display: none;
  }
  /* hide "compare selected products" and all compare labels in appliance_list */
  ._bd_appliance_list_wrap input[type='submit'],
  ._bd_appliance_list_wrap ._bd_compare_label {
    display: none;
  }
}

/* MENU MAIN both desktop and mobile*/
#blossman_menu-main {
  /* margin: 18px auto; */
  background-color: var(--bg-company-light-grey);
}

@media (max-width: 64.0525em) {
  #blossman_menu-main {
    display: none;
  }
}

#blossman_menu-main-wrapper {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  align-items: center;
  padding: 0;
}
#blossman_menu-main-wrapper > li {
  list-style-type: none;
  flex: 1 0 auto;
  position: relative;
}
#blossman_menu-main-wrapper > li > a {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: var(--bg-company-text-dark);
  padding: 1.1rem 0;
  transition: padding 1s ease 0s;
}

.blossman_solid-navbar {
  transition: padding 1s ease 0s, background-color 1s ease 0s;
  padding: 0.75rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (min-width: 64.0625em) {
  .blossman_solid-navbar .blossman_brand-img {
    width: 8vw;
    transition: width 1s ease 0s;
  }
  .blossman_solid-navbar #blossman_menu-main {
    margin: 5px auto;
    transition: margin 1s ease 0s;
  }
  .blossman_solid-navbar #blossman_menu-main-wrapper > li > a {
    padding: 0.25rem 0;
    transition: padding 1s ease 0s;
  }
  .blossman_solid-navbar .blossman_nav-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.blossman_menu > li > ul {
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.blossman_menu ul:hover,
.blossman_menu li:hover > ul {
  height: auto;
  overflow: visible;
  opacity: 1;
  z-index: 99;
}

.blossman_menu > li .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.97);
  white-space: nowrap;
  margin-bottom: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.blossman_menu > li .sub-menu li {
  display: block;
  width: 100%;
  flex: 1 1 auto;
}
.blossman_menu > li .sub-menu a {
  color: var(--bg-company-text-dark);
  padding: 2px 10px;
  text-align: left;
}
.blossman_menu > li .sub-menu a:hover {
  color: #1e3c83;
  text-shadow: 0 0 0.65px #1e3c83, 0 0 0.65px #1e3c83;
}

#_bd_menu-main-box {
  background-color: var(--bg-company-light-grey);
}

@media screen {
  /* common menu elements */
  ._bd_menu-prime {
    position: relative;
    margin: 0 auto 0 auto;
  }
  ._bd_menu-drawer.acitve {
    height: 100%;
    overflow: hidden;
  }
  ._bd_menu-prime ul {
    padding: 0;
  }
  ._bd_menu li {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  ._bd_menu a {
    display: block;
    text-decoration: none;
    padding: 1em;
  }
  ._bd_menu a:hover {
    text-decoration: none;
  }
  ._bd_menu ul a {
    white-space: nowrap;
  }
  ._bd_menu > li ul li {
    width: 100%;
  }
  ._bd_menu-drawer {
    display: none;
    cursor: pointer;
  }
  ._bd_menu-drawer:before {
    height: 0px;
    overflow: hidden;
    opacity: 1;
  }
  /* menu drawer */
  div#_bd_menu-main ._bd_menu-drawer {
    color: #bbb;
  }
  div#_bd_menu-main ._bd_menu-drawer-icon {
    /* the drawer visual "button" */
    border-color: #bbb;
  }
  div#_bd_menu-main ._bd_menu-drawer-icon div {
    /* the lines */
    background-color: #bbb;
  }
  /* menu drawer in top area (when mobile) */
  #_bd_top_prime div#_bd_menu-main ._bd_menu-drawer {
    color: #fff;
  }
  body.mobile ul.social-links {
    display: none;
  }
  #_bd_top_prime div#_bd_menu-main ._bd_menu-drawer-icon {
    /* the drawer visual "button" */
    border-color: #fff;
  }
  #_bd_top_prime div#_bd_menu-main ._bd_menu-drawer-icon div {
    /* the lines */
    background-color: #fff;
  }
  div#_bd_menu-main-box {
    max-width: var(--bg-site-width);
    /* background-color: #eee; */
  }
  #_bd_top_prime #_bd_menu-main-ul {
    /* background color MUST be applied to <ul> on mobile because it is the element bing toggled otherwise it would cover the blue in the top bar */
    background-color: #eee;
  }
  #_bd_top_prime #_bd_menu-main-box {
    /* apply background color to the box on non mobile */
    padding: 0;
  }
  body.not-mobile #_bd_menu-main-box {
    /* apply background color to the box on non mobile */
    background-color: #eee;
  }
  body.not-mobile #_bd_menu-main-ul > li > ul {
    padding: 0 1em 0 0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eee;
  }
  #_bd_menu-main-ul > li > a {
    color: #555;
  }
  #_bd_menu-main-ul > li.current-menu-item > a {
    color: var(--bg-company-blue);
  }
  #_bd_menu-main-ul > li:hover > a,
  #_bd_menu-main-ul ul a {
    color: var(--bg-company-blue);
  }
  #_bd_menu-main-ul ul li {
    padding: 0;
    min-width: 100%;
  }
  #_bd_menu-main-ul ul a {
    padding: 0 15px 0 15px;
  }
  body.not-mobile #_bd_menu-main-ul ul a:hover {
    color: var(--bg-company-blue);
    font-weight: bold;
  }
  body.not-mobile ._bd_menu > li > ul {
    /* these are the setings that are toggled for visibility */
    height: 0px;
    overflow: hidden;
    opacity: 0;
  }
  /* controls appearance for hover elements */
  body.not-mobile ._bd_menu > li > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 0 0 1.5em 0;
  }
  body.not-mobile ._bd_menu ul ul {
    display: block;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 999;
    width: 100%;
    height: 0px;
    overflow: hidden;
    opacity: 0;
  }
  body.not-mobile ._bd_menu li:last-child ul ul,
  body.not-mobile ._bd_menu li:nth-last-child(2) ul ul {
    left: auto;
    right: 99%;
  }
  body.not-mobile ._bd_menu ul:hover,
  body.not-mobile ._bd_menu li:hover > ul {
    height: auto;
    overflow: visible;
    opacity: 1;
    z-index: +99;
  }
  body.not-mobile #_bd_menu-main-ul {
    display: table;
    width: 100%;
    padding: 0;
  }
  body.not-mobile #_bd_menu-main-ul > li {
    display: table-cell;
  }
  body.not-mobile #_bd_menu-main-ul > li > a {
    text-align: center;
    padding: 1em;
    font-weight: 600;
    font-size: 18px;
  }
  body.not-mobile #_bd_menu-main-ul > li ~ li {
    border-width: 0 0 0 1px;
    border-color: #aaa;
  }
  /* SECONDARY LEVELS */
  body.not-mobile #_bd_menu-main-ul ul {
    background-color: rgba(255, 255, 255, 0.92);
    min-width: calc(80% + 3em);
  }
  body.not-mobile #_bd_menu-main-ul ul li {
    max-width: 100%;
  }
  body.not-mobile #_bd_menu-main-ul .menu-item-475 ul {
    left: -100% !important;
    right: -100% !important;
  }
  body.not-mobile #_bd_menu-main-ul .menu-item-475 ul li {
    width: 48%;
    min-width: 0;
  }
  body.not-mobile #_bd_menu-main-ul .menu-item-475 a {
    white-space: normal;
  }
}

@media screen and (max-width: 1366px) {
    .blossman_career-section {
        margin: 0 0.75rem;
      }
    
      .blossman_career-section-inner {
        width: 1010px
      }
  body.not-mobile ._bd_top_area ._bd_width_control {
    max-width: var(--bg-site-width);
  }
  ._bd_top_area ._bd_width_control {
    max-width: 100%;
    min-height: 50px;
  }
  #_bd_top_area {
    line-height: 1.8;
  }
  #_bd_menu-main-ul ul li {
    padding: 1px 0 1px 0;
  }
  #eds_simply_drop_down {
    height: 80vh;
    overflow: auto !important;
    width: 100vw;
    left: 0;
  }
  .sidr {
    max-width: 100vw;
  }
  ul.eds-responsive-menu li.current-menu-item > a {
    font-weight: bold;
    color: var(--bg-company-blue);
  }
  ul.eds-responsive-menu li li a:hover,
  ul.eds-responsive-menu li li.current_page_item > a {
    color: var(--bg-company-blue);
  }
  li#menu-item-3783 > a {
    text-align: center;
    background-color: var(--bg-company-blue);
    color: #fff;
    margin: 4px;
    padding: 12px 20px;
    font-weight: bold;
  }
  ._bd_menu ul a {
    padding-left: 2em;
  }
  ._bd_menu-drawer {
    display: inline;
    font-size: 1.2em;
    text-transform: uppercase;
    min-height: 50px;
  }
  ._bd_menu-drawer:hover {
    display: inline;
  }
  ._bd_menu-drawer span {
    font-family: 'Webicons' !important;
    font-size: 135%;
  }
  ._bd_menu-drawer + ul {
    height: 0px;
    overflow: hidden;
    opacity: 0;
  }
  ._bd_menu-drawer + ul li {
    width: 25%;
  }
  ._bd_menu-prime {
    min-height: 50px;
  }
  body.mobile .home_page_button img {
    position: relative;
    padding: 10px 8px 5px 5px;
    width: 100px;
    z-index: 256;
    left: 0;
  }
  #_bd_menu-main-ul > li > a {
    text-transform: uppercase;
    padding: 0 0 0 1em;
  }
  body.not-mobile #_bd_menu-main-ul > li > a {
    text-transform: capitalize;
  }
  body.not-mobile #menu-item-29 > a,
  body.not-mobile #menu-item-33 > a,
  body.not-mobile #menu-item-30 > a,
  body.not-mobile #menu-item-890 > a,
  body.not-mobile #menu-item-448 > a,
  body.not-mobile #menu-item-1803 > a,
  body.not-mobile #menu-item-1770 > a,
  body.not-mobile #menu-item-242 > a {
    font-weight: normal;
  }
  #menu-item-29 > a,
  #menu-item-33 > a,
  #menu-item-30 > a,
  #menu-item-890 > a,
  #menu-item-448 > a,
  #menu-item-1803 > a,
  #menu-item-1770 > a,
  #menu-item-242 > a,
  #menu-item-2600 > a {
    font-weight: bold;
  }
}

@media screen and (max-width: 1024px) {
        .blossman_career-section-inner {
            width: auto
          }
  .mobile-nav {
    font-style: regular;
    color: #333;
  }
  #_bd_menu-main-ul ul li {
    padding: 1px 0 1px 1em;
  }
  #_bd_menu-main-ul > li > a {
    font-size: 17px;
  }
  #_bd_menu-main-ul ul li a {
    padding: 0;
  }
  body.mobile .home_page_button img {
    left: 30%;
    padding: 0 5px;
  }
  ._bd_menu-drawer {
    display: inline;
    font-size: 1.2em;
    text-transform: uppercase;
    width: 100%;
  }
  ._bd_menu-drawer:hover {
    display: block;
  }
  ._bd_menu-drawer span {
    font-family: 'Webicons' !important;
    font-size: 150%;
  }
  ._bd_menu-drawer + ul {
    height: 0px;
    overflow: hidden;
    opacity: 0;
  }
  ._bd_menu-drawer + ul li {
    width: 25%;
  }
  body.mobile ._bd_child_page_list {
    display: none;
  }
  body.mobile ._bd_content_side_area_one > div {
    margin-top: 15px;
    margin-right: 5px;
  }
  body.mobile #_bd_page_wrap {
    margin-top: -22px;
  }
  body.mobile header.banner {
    padding: 15px 0 0 0;
  }
  #menu-item-29 > a,
  #menu-item-33 > a,
  #menu-item-30 > a,
  #menu-item-890 > a,
  #menu-item-448 > a,
  #menu-item-1803 > a,
  #menu-item-1770 > a,
  #menu-item-242 > a {
    font-weight: bold;
  }
  #menu-item-890 > a,
  #menu-item-2600 > a,
  #menu-item-242 > a {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #menu-item-29 > a,
  #menu-item-33 > a,
  #menu-item-30 > a,
  #menu-item-890 > a,
  #menu-item-448 > a,
  #menu-item-1803 > a,
  #menu-item-1770 > a,
  #menu-item-242 > a {
    font-size: 14px;
  }
  ._bd_menu-drawer {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
  }
  body.mobile .home_page_button img {
    left: 20%;
  }
  body.mobile header.banner {
    padding-bottom: 16px;
  }
  #_bd_menu-main-ul ul li {
    padding: 0 0 0 0.5em;
  }
  #_bd_menu-main-ul ul a {
    padding: 0;
  }
  .alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 600px) {
  

  ._bd_menu-drawer + ul li {
    width: 25%;
  }
  body.mobile .home_page_button img {
    left: 16%;
    padding: 0 5px;
  }
  body.mobile header.banner {
    padding: 20px;
  }
  #_bd_menu-main-ul > li > a {
    padding: 0 0 0 1em;
    font-size: 12px;
  }
  #_bd_menu-main-ul ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 512px) {
  ._bd_menu-drawer + ul li {
    width: 100%;
  }
  body.mobile header.banner {
    padding: 8%;
  }
  /* .eds-toggle-icon i {
    margin: 5px 0 0 -8px;
  } */
  #_bd_menu-main-ul > li > a {
    text-transform: uppercase;
    padding: 0 0 0 1em;
    font-size: 21px;
  }
  #_bd_menu-main-ul ul li {
    padding: 0 0 0 0.5em;
  }
  #_bd_menu-main-ul > li > a:last-child {
    padding-bottom: 40px;
  }
  #_bd_menu-main-ul ul a {
    padding: 0 0 0 10px;
  }
  .alignleft,
  .alignright,
  .alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-menu li a {
    line-height: 1em;
    font-size: 18px;
  }
}

@media screen and (max-width: 346px) {
  body.mobile header.banner {
    padding: 10%;
  }
}

@media screen and (max-width: 320px) {
  body.mobile .home_page_button img {
    display: none;
  }
  .eds-toggle-icon i {
    margin: 0 0 0 -8px;
  }
}

@media screen {
  form p {
    margin: 0;
  }
  body.contact #_bd_bottom_prime #_bd_contact_form {
    display: none;
  }
  ._bd_content_side_area form h3 {
    text-align: left;
  }
  ._bd_form_common input[type='text'],
  ._bd_form_common input[type='email'],
  ._bd_form_common input[type='password'],
  ._bd_form_common input[type='submit'],
  ._bd_content_side_area input[type='text'],
  ._bd_content_side_area input[type='email'],
  ._bd_content_side_area input[type='password'],
  ._bd_content_side_area input[type='submit'] {
    -webkit-appearance: none;
    width: 100%;
    padding: 5px 8px;
    margin: 0 0 8px 0;
  }
  ._bd_form_common input[type='text'],
  ._bd_form_common input[type='email'],
  ._bd_form_common input[type='password'],
  ._bd_form_common input[type='submit'],
  ._bd_content_side_area input[type='text'],
  ._bd_content_side_area input[type='email'],
  ._bd_content_side_area input[type='password'] {
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
  }
  textarea::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #777;
  }
  textarea::-moz-placeholder,
  input::-moz-placeholder {
    text-transform: uppercase;
    color: #777;
  }
  textarea:-ms-input-placeholder,
  input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #777;
  }
  textarea::-ms-input-placeholder,
  input::-ms-input-placeholder {
    text-transform: uppercase;
    color: #777;
  }
  textarea::placeholder,
  input::placeholder {
    text-transform: uppercase;
    color: #777;
  }
  ._bd_form_common input[type='submit'],
  ._bd_content_side_area input[type='submit'],
  #printRecipe {
    color: #fff;
    background-color: var(--bg-company-blue);
    border-width: 0;
  }
  .message-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .message-row > div {
    flex: 1 0 50%;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .message-btn-left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .message-btn-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .covidButton {
    -webkit-appearance: none;
    background-color: #eee;
    color: var(--bg-company-blue);
    border-radius: 0;
    border: 1px solid #eee;
    padding: 5px 12px;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  .covidButton:hover {
    color: #fff;
    background-color: #a9a9a9;
    border: 1px solid #a9a9a9;
    transition: all 0.3s ease-in-out;
  }
  .sallyButton {
    -webkit-appearance: none;
    background-color: #3c1361;
    color: #fff;
    border-radius: 0;
    border: 1px solid #3c1361;
    padding: 5px 12px;
    margin: 0 1rem;
    font-size: 1.5rem;
    max-width: 300px;
  }
  .sallyButton:hover {
    text-decoration: none;
    background-color: #56144d;
    color: #fff;
    border: 1px solid #56144d;
  }
  #_bd_customer_login_wrap {
    background-color: #eee;
    padding: 1em;
  }
  .wpb_content_element,
  ._bg_mb-15 {
    margin-bottom: 15px;
  }
  ul#emma-form-elements li input[type='text'] {
    padding: 5px 8px;
  }
  ul#emma-form-elements li input[type='submit'] {
    font-weight: normal;
    padding: 5px 8px;
    border: none;
  }
  ul#emma-form-elements li input[type='submit'] {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 801px) {
  #_bd_customer_login_wrap {
    width: 33%;
    float: right;
    margin: 0 0 3em 2em;
  }
}

@media screen {
  .btn-grey {
    background-color: #eee;
    color: rgba(51, 51, 51, 0.9);
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 5px 8px;
  }
  .btn-grey:hover {
    background-color: #1e3c83;
    color: #eee;
    transition: all 0.3s ease-in-out;
  }

  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='password'],
  textarea {
    -webkit-appearance: none;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin: 0 0 8px 0;
  }
  input[type='tel'] {
    width: 100%;
  }
  .wpcf7-form-control-wrap textarea {
    width: 100%;
  }
  input[type='button'],
  input[type='submit'] {
    color: #333;
    background-color: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    padding: 5px 8px;
  }
  input[type='submit'].wpcf7-submit {
    background-color: var(--bg-company-blue);
    color: #fff;
  }
  input[type='submit'].wpcf7-submit:hover {
    background-color: #eee;
    color: #333;
  }
  header.banner {
    padding: 1em 0 1.5em 0;
    margin: 30px 0 0;
  }
  header.banner ul#menu-primary-navigation li ul.sub-menu li a {
    font-size: 100%;
  }
  header.banner input {
    font-size: 85%;
    line-height: 2em;
  }
  header.banner input[type='text'] {
    text-transform: uppercase;
    padding: 0 1em 0 1em;
  }
  header.banner input[type='submit'] {
    width: 90px;
    color: #333;
    background-color: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    padding: initial;
  }
  header.banner input[type='submit']:hover {
    background-color: var(--bg-company-blue);
    color: #fff;
  }
  header.banner ._bd_search_form,
  header.banner ._bd_location_form {
    margin: 1em 0 0 0;
  }
}

@media screen and (max-width: 576px) {
  header.banner {
    height: 100%;
    margin: 0 auto;
  }
  .header-right {
    display: table-cell;
    vertical-align: middle;
  }
  header.banner .header-right ul.social-links {
    text-align: center;
    margin: 20px 0 20px 0;
    float: none;
  }
  header.banner ._bd_search_form {
    margin-top: 0px;
  }
  .message-row > div {
    flex: 1 0 100%;
  }
  .message-btn-left,
  .message-btn-right {
    justify-content: center;
    align-items: center;
  }
  .covidButton,
  .sallyButton {
    width: 100%;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  header.banner a.brand {
    margin: 20px auto 0 auto;
  }
  .header-right {
    display: block;
    margin: 0 auto 0 auto;
    float: right;
  }
  header.banner ._bd_search_form,
  header.banner ._bd_location_form {
    margin-top: 0px;
  }
  .message-row {
    margin: 0.5rem 0;
  }
}

@media screen and (min-width: 769px) {
  header.banner ._bd_search_form,
  header.banner ._bd_location_form {
    float: right;
    position: relative;
    clear: right;
    margin-top: 0px;
  }
  header.banner ._bd_location_form {
    margin-top: 10px;
  }
  .header-right {
    float: right;
  }
}

@media screen {
  #_bd_locator_prime {
    margin: 0 0 1.25em 0;
  }
  #_bd_locator_prime #closest {
    border-width: 1px;
    border-style: solid;
    border-color: var(--bg-company-blue);
    padding: 1em;
    margin: 0 0 1.25em 0;
  }
  #_bd_locator_prime #closest h2 {
    margin: 0;
  }
  #_bd_locator_prime #closest p {
    margin: 0;
  }
  #_bd_locator_prime #closest .address {
    font-weight: bold;
  }
  #_bd_locator_form {
    margin: 0 0 1.25em 0;
  }
  #_bd_map_prime {
    width: 97%;
    height: 500px;
    margin: 0 0 3em 0;
  }
  #_bd_map_prime #map {
    width: 100%;
    height: 100%;
  }
  #_bd_contact_info_wrap {
    margin: 0 0 3em 0;
  }
  #_bd_contact_info_prime {
    display: flex;
    flex-wrap: wrap;
  }
  #_bd_contact_info_prime > div {
    flex: 1 0 50%;
    min-height: calc(55px + 2em);
    white-space: nowrap;
    padding: 1em 1em 1em 4em;
  }
  ._bd_contact_info_entry {
    background-repeat: no-repeat;
    background-position: 8px 8px;
  }
  #_bd_contact_info_prime .phone {
    background-image: url('dist/images/contact-phone.jpg');
  }
  #_bd_contact_info_prime .email {
    background-image: url('dist/images/contact-email.jpg');
  }
  #_bd_contact_info_prime .address {
    background-image: url('dist/images/contact-mail.jpg');
  }
  #_bd_contact_info_prime .hours {
    background-image: url('dist/images/contact-hours.jpg');
  }
  body.mobile #_bd_tell_president_prime {
    display: none;
  }
  #_bd_tell_president_prime {
    background-color: #eee;
    padding: 1em;
    order: 3;
  }
  #_bd_tell_president_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #_bd_tell_president_form > p {
    flex: 0 0 49%;
  }
  #_bd_tell_president_form > p:nth-child(10) {
    flex: 0 0 100%;
  }
  #_bd_tell_president_form input[type='text'],
  #_bd_tell_president_form input[type='email'],
  #_bd_tell_president_form input[type='tel'] {
    width: 100%;
  }
  #_bd_tell_president_form textarea {
    width: 100%;
  }
}

@media screen and (min-width: 481px) {
}

@media screen and (max-width: 512px) {
  #_bd_locator_prime #closest p {
    margin: 3px 0;
  }
}
@media screen {
  body.single-locations ._bd_content_body > div {
    margin: 0.7em 0 0 0;
  }
  ._bd_location_map_prime {
    width: 100%;
  }
  ._bd_location_map {
    width: 100%;
    height: 100%;
    min-height: 300px;
  }
  ._bd_location_info_prime > div div {
    margin: 0 0 1em 0;
  }
  ._bd_location_info_prime h3 {
    margin: 0;
  }
  ._bd_location_general_info span {
    text-transform: uppercase;
    color: #999;
  }
}
@media screen and (min-width: 641px) {
  ._bd_location_info_prime {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ._bd_location_info_prime > div {
    min-width: 25%;
  }
}

@media screen and (max-width: 768px) {
  header.banner {
    margin-top: -55px;
  }
  header.banner a.brand {
    display: none;
  }
  body.mobile #_bd_crumb_trail {
    display: none;
  }
  .wait-list-inner {
    width: 100%;
  }
}
@media screen {
  ._bd_columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  ._bd_column {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .warm-front-wrapper {
    display: flex;
    justify-content: center;
  }

  .warm-front-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    background-color: #ea1c2d;
    padding: 0.7rem 1.6rem;
    text-align: center;
  }

  .wait-list {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .wait-list-inner {
    width: 50%;
  }

  .wait-list-inner h3 {
    text-align: center;
    margin: 0.75rem 0 0.5rem;
    color: var(--bg-company-blue);
  }

  .wait-list-inner span {
    width: 100%;
  }

  .wait-list-inner input[type='text'],
  .wait-list-inner input[type='tel'],
  .wait-list-inner input[type='email'] {
    width: 100%;
  }

  .wait-list-inner input[type='submit'] {
    display: block;
    margin: 0 auto;
    width: 20%;
  }

  .wait-list-inner .checkbox-444 .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0.5rem;
  }
}
@media screen and (min-width: 321px) {
  .panel-group .panel {
    border-radius: 0px;
  }
}
.history {
  margin: 1rem 0;
}

.history-inner {
  background-color: #fff;
}
.history-inner span {
  font-size: clamp(55px, 5vw, 90px);
  color: #aaa;
  z-index: 10;
  font-weight: bold;
  line-height: normal;
}

.history-header {
  color: #1e3c83;
  font-size: 35px;
  margin-top: -60px;
  margin-left: 170px;
  margin-bottom: 25px;
  z-index: 15;
  border-bottom: 2px solid #1e3c83;
}
@media (max-width: 35.9275em) {
  .history-header {
    margin-top: -30px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1;
  }
}
@media (min-width: 35.9375em) and (max-width: 63.99em) {
  .history-header {
    margin-top: -40px;
    margin-left: 130px;
    margin-bottom: 10px;
  }
}

.content-history-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.content-history-row > div {
  flex: 1 200px;
  height: calc(21rem + 1rem);
  min-width: 400px;
}
@media (max-width: 85.365em) {
  .content-history-row > div {
    min-width: 300px;
  }
}
@media (max-width: 35.9275em) {
  .content-history-row > div {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(18rem + 1rem);
  }
}
@media (max-width: 63.99em) {
  .content-history-row ._bg_height {
    height: auto;
  }
}

._bg_content-history-span {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
}
._bg_content-history-span > div {
  flex: 1 200px;
  height: calc(21rem + 1rem);
  min-width: 300px;
}
@media (max-width: 63.99em) {
  ._bg_content-history-span > div {
    min-width: 275px;
  }
}
@media (max-width: 20.0525em) {
  ._bg_content-history-span > div {
    height: calc(25rem + 1rem);
  }
}

._bg_content-history-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
._bg_content-history-inner:hover ._bg_overlay-effect {
  opacity: 0.9;
}
._bg_content-history-inner:hover ._bg_history-image-header {
  background-color: inherit;
}

._bg_overlay-effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: dimgray;
  overflow: hidden;
}

._bg_history-blue {
  background-color: #1e3c83;
}

._bg_history-grey {
  background-color: #a9a9a9;
}

._bg_history-grey-dark {
  background-color: dimgray;
}

._bg_history-padding {
  padding: 1rem;
}

._bg_history-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

._bg_history-image-wrapper-span {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

._bg_history-image-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 0;
  transition: all 0.5s ease-in-out;
  height: 50px;
}

._bg_history-image-footer,
._bg_history-image-footer-height,
._bg_history-image-footer-height-two {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: dimgray;
  padding: 0.5rem 0.25rem;
  transition: all 0.5s ease-in-out;
  opacity: 0.9;
}

._bg_history-image-para {
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem;
  transition: all 0.5s ease-in-out;
}

._bg_history-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

._bg_history-fact-header {
  color: #fff;
  font-size: clamp(1.7rem, 5vw, 2.1rem);
  font-weight: bold;
  padding: 1rem 0 0.5rem;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 35.9275em) {
  ._bg_history-fact-header {
    padding: 0 0 0.5rem;
  }
}

@media (min-width: 60.5625em) {
  ._bg_history-fact-header-overlay-span {
    position: absolute;
    transform: translate(360px, 0px);
    opacity: 0;
  }
}
@media (max-width: 60.5525em) {
  ._bg_history-fact-header-overlay-span {
    display: none;
  }
}

._bg_history-fact-header-overlay,
._bg_history-fact-header-overlay-span {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 0 0 0.5rem;
  transition: all 0.5s ease-in-out;
}

._bg_history-fact-header-bottom {
  color: #fff;
  font-size: clamp(0.9rem, 4.5vw, 1.2rem);
  transition: all 0.5s ease-in-out;
  bottom: 10px;
  width: 100%;
}

._bg_history-fact-paragraph {
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.4;
  margin: 1rem 0 0;
}

._bg_history-line {
  border-bottom: 3px solid #fff;
}

._bg_display {
  display: none !important;
}

._bg_history-recap {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 512px) {
  ._bd_columns {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .wait-list-inner {
    width: 100%;
  }
}

.block-post-header figure {
  margin-left: 0;
}

.block-post-title {
  margin: 0.25em 0 0.5em;
}

.block-header-img {
  float: left;
  margin: 6px 10px 5px 0;
  width: 300px;
  height: auto;
  object-fit: cover;
}

@media (max-width: 35.9275em) {
  .block-header-img {
    width: 100%;
  }
}

.block-grid {
  padding: 0 1rem 0 0;
}

@media (max-width: 64.0525em) {
  .block-grid {
    padding: 0;
  }
}

.block-grid-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.block-grid-row figure {
  margin: 0;
}

.block-grid-column-double {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  order: 2;
  padding: 0 1rem 0 0;
}

@media (max-width: 35.9275em) {
  .block-grid-column-double {
    padding: 0;
  }
}

@media (min-width: 35.9375em) {
  .block-grid-column-double {
    flex: 2;
    order: 1;
  }
}

.block-grid-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  order: 1;
}

@media (min-width: 35.9375em) {
  .block-grid-column {
    flex: 1;
    order: 2;
  }
}

.block-grid-end {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

@media (min-width: 35.9375em) {
  .block-grid-end {
    flex: 1;
    order: 3;
  }
}

.block-recipe-title {
  margin: 0 0 0.5rem 0;
}

.block-description {
  margin: 0;
  height: 100%;
}

@media (max-width: 35.9275em) {
  .block-description {
    margin: 0.5rem 0;
  }
}

.block-recipe-img {
  width: 300px;
  height: auto;
  object-fit: cover;
}

@media (max-width: 35.9275em) {
  .block-recipe-img {
    width: 100%;
  }
}

.block-divider {
  margin: 0.5rem 0;
  border: 1px solid #ccc;
}

@media (max-width: 35.9275em) {
  .block-divider {
    padding: 0 25px;
  }
  .block-divider > div:first-child {
    border-bottom: 2px solid #ccc;
  }
  .block-divider > div:last-child {
    border-top: 2px solid #ccc;
  }
}

.block-line {
  margin: 0.5rem 0;
  border-top: 2px solid #ccc;
}

.block-grid-column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-grid-column-inner h4 {
  margin: 1rem 0;
}

.printButton {
  display: flex;
  flex-flow: row nowrap;
}

@media (max-width: 35.9275em) {
  .printButton {
    margin: 0.5rem 0;
    justify-content: center;
    align-items: center;
  }
}

.recipePrint {
  -webkit-appearance: none;
  width: 20%;
}

@media (max-width: 60.49em) {
  .recipePrint {
    width: 40%;
    font-size: 1.4rem;
    padding: 6px 8px;
  }
}

@media print {
  @page {
    margin: 30px 60px;
  }
  #recipeLogo {
    display: block;
    width: 20%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 15px;
  }
  .block-divider {
    margin: 0.5rem 0;
    border: 1px solid #ccc;
  }
  .block-grid-print {
    display: block;
    width: 100%;
  }
  .block-grid-column-print {
    width: 50%;
  }
  .block-grid-column-print-left {
    width: 80%;
  }
  .block-grid-column-print-right {
    width: 20%;
  }
  .block-grid-column-print-third {
    width: 33%;
  }
  .block-recipe-title-print {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .block-description-print {
    margin: 0;
    height: 100%;
    font-size: 0.8rem;
  }
  .block-recipe-img-print {
    width: 100%;
    height: auto;
    padding: 0 0 0 10px;
    object-fit: cover;
  }
  ul,
  ol {
    font-size: 0.8rem;
  }
}

.bg_ordered-list {
  list-style-position: inside;
  padding: 0.5rem 0;
}

@media print and (max-width: 35.9275em) {
  .block-divider {
    padding: 0 25px;
  }
  .block-divider > div:first-child {
    border-bottom: none;
  }
  .block-divider > div:last-child {
    border-top: none;
  }
}
#_bg_header {
  padding: 0 1em;
}
#banner {
  margin: 1rem 0;
  padding: 0.8em 0;
}
#banner input[type='text'] {
  border-radius: 0;
  font-size: 1rem;
  padding: 4px 1em;
  border: 1px solid #eee;
}
#banner label {
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
@media (max-width: 60.49em) {
  #banner {
    display: none;
  }
}
@media (min-width: 60.5em) and (max-width: 64.0525em) {
  #banner {
    margin: 3.6rem 0.8rem 1rem;
  }
}
._bd_top_prime {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 85.365em) {
  ._bd_top_prime {
    padding: 10px 0px;
  }
}

._bd_top_left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

._bd_top_right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 35.99em) {
  ._bd_top_right {
    flex-flow: column;
  }
}
.header-store img {
  width: 150px;
  height: auto;
}
#_bd_upper_footer {
  background-color: #eee;
  padding: 1em;
  margin: 1em 0 0 0;
  text-align: center;
}

#myAccount-content {
  display: flex;
  flex-flow: row wrap;
}
#myAccount-content > nav {
  flex: 1 0 20%;
}
#myAccount-content > div {
  flex: 1 0 80%;
}

._bg_MyAccount-navigation {
  padding: 1rem;
  background-color: #eee;
}
._bg_MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}
._bg_MyAccount-navigation li {
  margin: 0 0 0.5rem;
}
._bg_MyAccount-navigation li a {
  display: inline-block;
}

._bg_MyAccount-navigation__header {
  position: relative;
  border-bottom: 1px solid #fe0000;
  border-width: 80%;
}
._bg_MyAccount-navigation__header img {
  display: block;
  margin: 0 auto;
  width: 60%;
  height: auto;
  padding: 0.5rem 0 1rem;
}
._bg_MyAccount-navigation__header ._bg_MyAccount-navigation__name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: var(--bg-company-blue);
  text-align: center;
  width: 100%;
}
.woocommerce-MyAccount-content-inner {
  padding: 0 0 0 1rem;
}
.woocommerce-Message--info {
  display: flex;
  flex-flow: column;
}
.woocommerce-Message--info a {
  width: 150px;
}

/* Footer */
footer {
  margin-top: auto;
}
#_bg_upper_footer {
  background-color: #eee;
  padding: 1em;
  margin: 1em 0 0 0;
  text-align: center;
}
._bg_footer_upper {
  text-align: center;
}
#_bg_bottom_footer {
  background-color: var(--bg-company-blue);
  margin: 0;
  padding: 0 1rem;
}
._bg_footer_bottom {
  padding: 2em 0 1em;
  color: #fff;
}
._bg_footer_bottom h3 {
  font-weight: 600;
  margin: 0 0 5px;
  color: #fff;
}
._bg_footer_bottom a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 64.0525em) {
  ._bg_footer_bottom {
    padding: 1em 1em 1.5em;
  }
}
@media (max-width: 85.365em) {
  ._bg_footer_bottom {
    padding: 1.5em 0 0;
  }
}
._bg_footer_logo {
  width: 250px;
  height: auto;
}
@media (max-width: 35.9275em) {
  ._bg_footer_logo {
    display: block;
    margin: 0 auto;
  }
}
#menu-footer {
  margin-top: 20px;
  border-top: 2px solid #fff;
  width: 250px;
  text-align: left;
  list-style: none;
  padding: 0;
}
#menu-footer a {
  color: #fff;
}
#menu-footer a:hover {
  opacity: 0.7;
}
@media (max-width: 60.49em) {
  #menu-footer {
    width: 100%;
    font-size: 18px;
  }
}
._bg_footer_right {
  width: 100%;
  float: right;
}
@media (max-width: 63.99em) {
  ._bg_footer_right {
    width: 100%;
    padding: 1rem 0;
  }
}
#_bd_contact_form {
  float: right;
  width: 100%;
}
#_bd_contact_form textarea,
#_bd_contact_form input {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1.15;
  border: 1px solid #ccc;
  padding: 5px 8px;
  margin: 0 0 8px 0;
}
#_bd_contact_form input[type='submit'] {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  color: rgba(51, 51, 51, 0.8);
  transition: all 0.3s ease-in-out;
}
#_bd_contact_form input[type='submit']:hover {
  border: 1px solid #f9f9f9;
  background-color: var(--bg-company-blue);
  color: #eee;
  transition: all 0.3s ease-in-out;
}

.bg-input {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1.15;
  border: 1px solid #ccc;
  padding: 5px 8px;
  margin: 0 0 8px 0;
}
@media (max-width: 63.99em) {
  #_bd_contact_form {
    width: 100%;
  }
}
.copyright {
  text-align: center;
  color: #fff;
  padding-bottom: 1em;
}

#_bg_home-links,
#_bg_home-link-img,
._bg_propane-facts {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin: 0 -5px;
}

._bg_service-areas-container {
  width: 100%;
}

._bg_service-areas-container h2 {
  margin: 0 0 .5rem;
}

#_bg_service-areas {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
._bg_service-areas-block {
  flex: 1 290px;
}

._bg_service-areas-block-inner > p {
  margin-bottom: 0.25rem;
}

._bg_link-block {
  flex: 1 290px;
  height: calc(3rem + 1rem);
  position: relative;
  z-index: 1;
  background-image: linear-gradient(
    to right,
    #21409a,
    #203f94,
    #1f3e8f,
    #1e3d89,
    #1e3c83
  );
  margin: 0 5px 1rem;
}
@media (max-width: 20.0525em) {
  ._bg_link-block {
    flex: 1 100%;
    height: calc(3.6rem + 1rem);
  }
}
@media (min-width: 20.0625em) and (max-width: 60.49em) {
  ._bg_link-block {
    flex: 1 33%;
    height: calc(3.4rem + 1rem);
  }
}
._bg_block-left {
  flex: 1 0 auto;
  margin: 0.4rem 1rem 1rem 5px;
}
@media (max-width: 60.49em) {
  ._bg_block-left {
    flex: 1 100%;
    margin: 0.4rem 5px 1rem;
  }
}
._bg_block-right {
  flex: 0 0 33%;
  margin: 0.4rem 5px 1rem;
}
@media (max-width: 60.49em) {
  ._bg_block-right {
    flex: 1 100%;
  }
}
._bg_block-inner-column-left {
  flex: 0 0 auto;
  margin: 0 5px;
}
@media (max-width: 35.9275em) {
  ._bg_block-inner-column-left {
    flex: 1 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
._bg_block-inner-column-right {
  flex: 1 1 auto;
  margin: 0 5px;
}
@media (max-width: 35.9275em) {
  ._bg_block-inner-column-right {
    flex: 1 100%;
  }
}
._bg_flex-item {
  flex-grow: 2;
}
._bg_propane-facts-header {
  margin: 0;
  color: var(--bg-company-blue);
  font-weight: bold;
  font-size: 1.1rem;
}
._bg_propane-facts-para {
  margin: 0.2rem 0;
  font-size: 1rem;
}
.link-block-inner {
  position: relative;
  height: calc(3rem + 1rem);
}
@media (max-width: 20.0525em) {
  .link-block-inner {
    height: calc(3.6rem + 1rem);
  }
}
@media (min-width: 20.0625em) and (max-width: 60.49em) {
  .link-block-inner {
    height: calc(3.4rem + 1rem);
  }
}
.link-block-wrapper {
  position: relative;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  overflow: hidden;
}
.link-block-wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.link-block-wrapper-inner {
  padding: 1rem;
}
.link-block-wrapper-inner .fas,
.link-block-wrapper-inner .exchange-alt,
.link-block-wrapper-inner .envelope,
.link-block-wrapper-inner .play,
.link-block-wrapper-inner .far,
.link-block-wrapper-inner .fa {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 2.5rem;
  color: var(--bg-company-blue);
}
@media (max-width: 35.9275em) {
  .link-block-wrapper-inner .fas,
  .link-block-wrapper-inner .exchange-alt,
  .link-block-wrapper-inner .envelope,
  .link-block-wrapper-inner .play,
  .link-block-wrapper-inner .far,
  .link-block-wrapper-inner .fa {
    font-size: 2rem;
    margin: 0.35rem auto;
  }
}
.link-block-wrapper-inner h2 {
  text-align: center;
  color: #fff;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 0.35rem;
}
@media (max-width: 35.9275em) {
  .link-block-wrapper-inner h2 {
    margin: 0.35rem 0;
    padding: 0.3rem;
    line-height: normal;
  }
}
.link-block-wrapper-inner h2 span {
  font-weight: 800;
}
@media (max-width: 35.9275em) {
  .link-block-wrapper-inner h2 span:after {
    content: '\a';
    white-space: pre;
  }
}
@media (max-width: 35.9275em) {
  .link-block-wrapper-inner {
    padding: 0.5rem;
  }
}
._bg_link-block-img {
  flex: 1 390px;
  height: calc(20rem + 1rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  margin: 0 5px 1rem;
  overflow: hidden;
}
._bg_link-block-img a {
  transition: all 0.5s;
}
._bg_link-block-img ._bg_link-block-img-header,
._bg_link-block-img ._bg_link-block-img-text {
  font-family: 'Gotham ExtraLight';
  position: absolute;
  color: #fff;
  margin: 0;
  z-index: 3;
}
._bg_link-block-img ._bg_link-block-img-header {
  font-size: 2rem;
  font-weight: bold;
  bottom: 20px;
  left: 10px;
  transition: all 0.5s;
}
._bg_link-block-img ._bg_link-block-img-text {
  width: 95%;
  height: auto;
  opacity: 0;
  font-size: 1.2rem;
  line-height: normal;
  bottom: 20px;
  left: -25px;
  transition: all 0.5s;
}
._bg_link-block-img:hover ._bg_link-block-img-wrapper {
  background-color: rgba(30, 60, 131, 0.8);
  transition: all 0.5s;
}
@media (max-width: 63.99em) {
  ._bg_link-block-img {
    display: none;
  }
}
@media (min-width: 64.0625em) {
  ._bg_link-block-img {
    display: block;
  }
}
._bg_link-block-img-inner {
  position: relative;
  height: calc(20rem + 1rem);
}
._bg_static ._bg_overlay {
  background-color: rgba(30, 60, 131, 0.8);
}
._bg_static ._bg_link-block-img-wrapper-inner-static {
  font-family: 'Gotham ExtraLight' !important;
  position: absolute;
  color: #fff;
  margin: 0;
  z-index: 4;
  padding: 0.5rem;
}
._bg_static ._bg_link-block-img-header-static {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.link-block-img-inner {
  position: relative;
  height: calc(20rem + 1rem);
}
._bg_link-block-mobile {
  position: relative;
  width: 100%;
  margin: 0 5px 1rem;
  border: 1px solid #eee;
}
@media (min-width: 36em) and (max-width: 63.99em) {
  ._bg_link-block-mobile {
    flex: 1 33%;
  }
}
@media (min-width: 64em) {
  ._bg_link-block-mobile {
    display: none;
  }
}
._bg_link-mobile-img img {
  flex: 1 390px;
  width: 100%;
  min-height: 215px;
  object-fit: contain !important;
}
@media (min-width: 35.9375em) and (max-width: 64.0525em) {
  ._bg_link-mobile-img img {
    height: 300px;
    object-fit: cover;
  }
}
@media (min-width: 35.9375em) and (max-width: 64.0525em) {
  ._bg_link-mobile-img ._bg_ann-logo {
    height: 300px;
    object-fit: contain;
  }
}
._bg_link-mobile-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
._bg_link-mobile-wrapper-inner {
  padding: 0.5rem 0.75rem;
  text-align: center;
}
._bg_link-mobile-wrapper-inner ._bg_link-mobile-header {
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
}
._bg_mobile-box {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  ._bg_mobile-box {
    display: none;
  }
  .bg_message-banner-mobile {
    display: none;
  }
  .bg_message-banner-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .bg_message-banner-mobile {
    display: block;
  }
  .bg_message-banner-desktop {
    display: none;
  }
}
._bg_mobile-box ._bg_mobile-box-header {
  font-size: clamp(1.2rem, 1.6rem, 2rem);
  text-align: center;
  margin: 0.25em 0;
}
._bg_mobile-box ._bg_mobile-box-text {
  margin: 0.25rem 0;
}
#_bg_green,
#_bg_anniversary {
  width: 100%;
}
@media (max-width: 63.99em) {
  #_bg_green,
  #_bg_anniversary {
    margin: 0 -5px;
  }
}
._bg_green-block,
._bg_anniversary-block {
  position: relative;
  margin: 0 auto;
  height: calc(25rem + 1rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
._bg_green-block a,
._bg_anniversary-block a {
  transition: all 0.5s;
}
._bg_green-block ._bg_green-header,
._bg_green-block ._bg_anniversary-header,
._bg_green-block ._bg_green-text,
._bg_green-block ._bg_anniversary-text,
._bg_anniversary-block ._bg_green-header,
._bg_anniversary-block ._bg_anniversary-header,
._bg_anniversary-block ._bg_green-text,
._bg_anniversary-block ._bg_anniversary-text {
  font-family: 'Gotham ExtraLight' !important;
  position: absolute;
  color: #fff;
  margin: 0;
  z-index: 3;
}
._bg_green-block ._bg_green-header,
._bg_anniversary-block ._bg_green-header {
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: bold;
  bottom: 20px;
  left: 25px;
  transition: all 0.5s;
}
._bg_green-block ._bg_anniversary-header,
._bg_anniversary-block ._bg_anniversary-header {
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: bold;
  opacity: 0;
  bottom: 20px;
  left: 25px;
  transition: all 0.5s;
}
._bg_green-block ._bg_green-text,
._bg_green-block ._bg_anniversary-text,
._bg_anniversary-block ._bg_green-text,
._bg_anniversary-block ._bg_anniversary-text {
  width: 95%;
  height: auto;
  opacity: 0;
  font-size: 1.9rem;
  bottom: 20px;
  left: -25px;
  transition: all 0.5s;
}
._bg_green-block img,
._bg_anniversary-block img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 405px !important;
  height: auto;
}
._bg_green-block:hover ._bg_green-block-wrapper,
._bg_anniversary-block:hover ._bg_green-block-wrapper {
  background-color: rgba(20, 56, 36, 0.5);
  transition: all 0.5s;
}
._bg_green-block:hover ._bg_anniversary-block-wrapper,
._bg_anniversary-block:hover ._bg_anniversary-block-wrapper {
  background-color: rgba(30, 60, 131, 0.8);
  transition: all 0.5s;
}
@media (max-width: 63.99em) {
  ._bg_green-block,
  ._bg_anniversary-block {
    display: none;
    margin: 0 5px 1rem;
  }
}
@media (min-width: 64.0625em) {
  ._bg_green-block,
  ._bg_anniversary-block {
    display: block;
  }
}
._bg_green-block-inner,
._bg_anniversary-block-inner {
  position: relative;
  height: calc(25rem + 1rem);
}
._bg_green-block-wrapper,
._bg_link-block-img-wrapper,
._bg_anniversary-block-wrapper {
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
}
._bg_green-block-wrapper > ._bg_overlay,
._bg_green-block-wrapper > a,
._bg_link-block-img-wrapper > ._bg_overlay,
._bg_link-block-img-wrapper > a,
._bg_anniversary-block-wrapper > ._bg_overlay,
._bg_anniversary-block-wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.message-row {
  display: flex;
  margin: 0 0 1.2rem;
}
@media (max-width: 35.9275em) {
  .message-row {
    margin: 1.2rem 0 1rem;
  }
}
#_bg_counters {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin: 1rem -5px 1rem;
}
._bg_counters-block {
  flex: 1 290px;
  background-color: #eee;
  height: calc(12rem + 1rem);
  margin: 0 5px;
}
@media (max-width: 20.0525em) {
  ._bg_counters-block {
    height: calc(15rem + 1rem);
  }
}
@media (max-width: 35.9275em) {
  ._bg_counters-block {
    margin: 5px;
  }
}
@media (min-width: 35.9375em) and (max-width: 64.0525em) {
  ._bg_counters-block {
    margin: 5px 5px 10px;
  }
}
._bg_counters-block-inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: calc(12rem + 1rem);
  padding: 1rem;
}
._bg_counters-block-inner h5 {
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
}
._bg_counters-block-inner span {
  font-size: 2rem;
  color: var(--bg-company-blue);
}
._bg_counters-block-inner p {
  font-size: 0.9rem;
  text-align: center;
  margin: 0.5rem 0 0;
}
@media (max-width: 35.9275em) {
  ._bg_counters-block-inner p {
    font-size: 1rem;
  }
}
@media (max-width: 20.0525em) {
  ._bg_counters-block-inner {
    height: calc(15rem + 1rem);
  }
}
._bg_svg-blue {
  stroke: none;
  fill-rule: nonzero;
  fill: var(--bg-company-blue);
  fill-opacity: 1;
}
._bg_svg-grey {
  stroke: none;
  fill-rule: nonzero;
  fill: silver;
  fill-opacity: 1;
}
._bg_svg-red {
  stroke: none;
  fill-rule: nonzero;
  fill: #fe0000;
  fill-opacity: 1;
}
.svg-container {
  width: 150px;
}
.svg-container-two {
  width: 70px;
}
.svg-container-three {
  display: inline-block;
  position: relative;
  width: 99%;
  vertical-align: middle;
  overflow: hidden;
}
._bg_circle-blue {
  height: 200px;
  width: 200px;
  background-color: inherit;
  color: var(--bg-company-blue);
  border-radius: 50%;
  border: 4px solid var(--bg-company-blue);
  transition: all 0.3s ease-in-out;
}
._bg_circle-blue:hover {
  background-color: var(--bg-company-blue);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
._bg_circle-blue:hover ._bg_svg-blue {
  fill: #fff;
}
._bg_circle-blue-small {
  height: 70px;
  width: 70px;
  background-color: inherit;
  color: var(--bg-company-blue);
  border-radius: 50%;
  border: 2px solid var(--bg-company-blue);
  transition: all 0.3s ease-in-out;
}
._bg_circle-blue-small:hover {
  background-color: var(--bg-company-blue);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
._bg_circle-blue-small:hover ._bg_svg-blue {
  fill: #fff;
}
._bg_circle-grey {
  height: 200px;
  width: 200px;
  background-color: inherit;
  color: silver;
  border-radius: 50%;
  border: 4px solid silver;
  transition: all 0.3s ease-in-out;
}
._bg_circle-grey:hover {
  background-color: silver;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
._bg_circle-grey:hover ._bg_svg-grey {
  fill: #fff;
}
._bg_circle-red {
  height: 200px;
  width: 200px;
  background-color: inherit;
  color: #fe0000;
  border-radius: 50%;
  border: 4px solid #fe0000;
  transition: all 0.3s ease-in-out;
}
._bg_circle-red:hover {
  background-color: #fe0000;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
._bg_circle-red:hover ._bg_svg-red {
  fill: #fff;
}
._bg_get-involved {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.75rem 0.5rem;
}
._bg_get-involved a {
  font-size: clamp(16px, 2vw, 18px);
}
@media (max-width: 60.49em) {
  ._bg_get-involved a {
    width: 95%;
    text-align: center;
  }
}
._bg_flex-row,
._bg_block-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
._bg_flex-column {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 35.9275em) {
  ._bg_flex-column {
    width: 100%;
  }
}
._bg_divider {
  border: 1px solid var(--bg-company-blue);
  height: 50px;
  margin: 0 1.5rem;
}
@media (max-width: 35.9275em) {
  ._bg_divider {
    width: 50px;
    height: 1px;
    margin: 1.5rem 0;
  }
}
@media (min-width: 36em) and (max-width: 60.5525em) {
  ._bg_divider {
    margin: 0 0.3rem;
  }
}
._bg_icon-clean {
  max-width: 80%;
  margin: 1.5rem auto 0;
}
@media (max-width: 64.0525em) {
  ._bg_icon-clean {
    max-width: 100%;
  }
}
._bg_icon-clean-inner > div {
  flex: 1 1 33%;
}
._bg_icon-clean-inner > div span {
  font-style: italic;
  margin: 0.75rem 0 1.5rem;
}
._bg_icon-clean-inner-column {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.bg-mb-1 {
  margin-bottom: 0.75rem;
}
.bg-mb-2 {
  margin-bottom: 1rem;
}
._bg_background-grey {
  background-color: #eee;
  padding: 1rem;
}
._bg_background-blue {
  background-color: var(--bg-company-blue);
  padding: 1rem;
}
.is-provider-youtube iframe {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#video iframe,
#video video {
  display: block;
  width: 600px;
  height: 340px;
  margin: 0.5rem auto;
}
@media (max-width: 35.9275em) {
  #video iframe,
  #video video {
    width: 100%;
    height: auto;
  }
  .is-provider-youtube iframe {
    width: 100%;
  }
}

@font-face {
  font-family: 'Webicons';
  src: url('fonts/Webicons/Webicons.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gotham ExtraLight';
  src: url('fonts/Gotham ExtraLight.otf');
  font-display: swap;
}
._bg_list {
  margin: 0.25rem 0;
  font-size: 1rem;
}
._bg_ordered-list-one,
._bg_ordered-list-two,
._bg_ordered-list-three {
  padding: 0 0 0 1rem;
  list-style: none;
}
._bg_ordered-list-one {
  counter-reset: item;
}
._bg_ordered-list-two {
  counter-reset: item 5;
}
._bg_ordered-list-three {
  counter-reset: item 10;
}
._bg_ordered-list-one > li:before,
._bg_ordered-list-two > li:before,
._bg_ordered-list-three > li:before {
  content: counter(item) '. ';
  white-space: pre-wrap;
  counter-increment: item;
  display: inline-block;
  width: 1.5rem;
  text-align: right;
}
._bg_bold-blue {
  color: var(--bg-company-blue);
  font-weight: bold;
}
