/** Shopify CDN: Minification failed

Line 55:31 Unexpected "="
Line 343:31 Unexpected "="

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:coffee-tabs (INDEX:7) */
[role="tablist"] {
  
  }
  
  [role="tab"],
  [role="tab"]:focus,
  [role="tab"]:hover {
    position: relative;
    overflow: visible;
    font-size: 20px;
  }
  
  [role="tab"][aria-selected="true"] span.focus {
    color: #cf2128;
    border-bottom: 2px solid #cf2128;
    padding-bottom: 8px;
  }
  
  
  @media only screen and (max-width: 768px) {
    [role="tab"][aria-selected="true"] span.focus {
      padding-bottom: 4px;
      border-bottom: 2px solid #cf2128;
    }
  }
  
  [role="tab"][aria-selected="false"] {
    
  }
  
  [role="tab"] span.focus {
    
  }
  
  [role="tab"]:hover span.focus {
    color: #cf2128;;
  }
  
  [role="tab"]:focus span.focus,
  [role="tab"]:active span.focus {
    
  }
  
  [role="tab"]:hover span.focus= {
    color: #cf2128;
  }
  
  [role="tabpanel"] {
    padding-top: 80px;
    overflow: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media only screen and (max-width: 768px) {
    [role="tabpanel"] {
      width: 95%;
      padding-top: 0px;
    }
  }
  
  [role="tabpanel"].is-hidden {
    display: none;
  }
  
  @media only screen and (max-width: 768px) {
    [role="tabpanel"].is-hidden {
      display: block;
    }
    #tabpanel-2,
    #tabpanel-3 {
      padding-top: 30px;
    }
  }
  
  [role="tabpanel"] p {
    margin: 0;
  }
  
  #tab-1, #tab-2 {
    background-color: #FAF7F0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  
  #tab-1 {
    padding-left: 32px;
    padding-right: 16px;
  }
  
  #tab-2 {
    padding-left: 16px;
    padding-right: 32px;
  }
  
  #tabpanel-2 a {
    text-decoration: underline;
  }
  
  .tabbed-menu {
    border-bottom: 1px solid #1f1f1f;
    height: 12px;
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .flex-test-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  
  .dh_tabbed-section-divider {
    border-bottom: 1px solid #1f1f1f;
    margin-top: 90px;
    margin-left: 40px;
    margin-right: 40px;
  }
  
  @media only screen and (max-width: 768px) {
    .tabbed-menu {
      border-bottom: none;
      margin-left: 0px;
      margin-right: 0px;
      display: none;
    }
    #tab-1, #tab-2, #tab-3 {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 14px;
      letter-spacing: 0.1em;
      font-weight: 700;
    }
  }

  .dh_flavor-profile-image {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
/* END_SECTION:coffee-tabs */

/* START_SECTION:contact-form (INDEX:10) */
.form-vertical input[name="contact[name]"],
  .form-vertical input[name="contact[phone]"],
  .form-vertical input[name="contact[email]"],
  .form-vertical textarea[name="contact[body]"] {
    background: #F3EFE9;
    border-radius: 3px;
    border: none;
  }
/* END_SECTION:contact-form */

/* START_SECTION:rental-inventory (INDEX:45) */
.dh_rental-rent-me-button {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  
  .dh_rental-download-button {
    display: flex;
    justify-content: center;
  }
  
  .dh_black-button,
  .dh_black-button:hover {
    background-color: #1f1f1f;
    color: #fff;
  }

  div.grid__item.medium-up--one-third.text-left.dh_rental-item {
    padding: 20px;
  }
/* END_SECTION:rental-inventory */

/* START_SECTION:service-package (INDEX:47) */
.dh_service-package-section  {
    scroll-margin-top: 100px;
  }

  .dh_service-package-section a {
    scroll-margin-top: 100px;
  }

  @media only screen and (max-width: 768px) {
    .dh_service-package-section  {
      scroll-margin-top: 80px;
    }
  }
  
  .dh_service-package-section h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .dh_service-package-section h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    font-family: "Avenir Next Rounded", sans serif;
    margin-bottom: 10px;
  }
  
  .dh_service-package-overview {
    padding-left: 55px;
    padding-right: 55px;
  }
  
  .dh_service-package-features {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
  }
  
  .dh_service-package-section {
    background-color: #1F1F1F;
    color: #FAF7F0;
    padding-bottom: 70px;
  }
  
  .dh_service-package-item {
    flex: 1 1 0px;
    padding: 18px 20px 18px 20px;
    background-color: #3C3C3C;
    border-left: #cf2128 solid 8px;
    margin: 14px;
    border-radius: 3px;
  }
  
  @media only screen and (max-width: 768px) {
    .dh_service-package-features {
      flex-direction: column;
    }
    .dh_service-package-section h2 {
      font-size: 36px;
      margin-left: 20px;
      margin-right: 20px;
      line-height: 1.2em;
    }
    .dh_service-package-overview {
      padding-left: 10px;
      padding-right: 10px;
    }
    .dh_service-package-section {
      padding-bottom: 30px;
    }
    .dh_service-package-features {
      margin-top: 0px;
    }
    .dh_service-package-item {
      margin: 15px 10px 15px 10px;
    }
  }
/* END_SECTION:service-package */

/* START_SECTION:spacer (INDEX:51) */
.dh_spacer_desktop {
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .dh_spacer_mobile {
    margin-left: 40px;
    margin-right: 40px;
    display: none;
  }
  
  @media only screen and (max-width: 768px) {
    .dh_spacer_desktop {
      display: none;
    }
    .dh_spacer_mobile {
      display: block;
      margin-left: 20px;
      margin-right: 20px;
    }
  }
/* END_SECTION:spacer */

/* START_SECTION:tabbed-content (INDEX:53) */
[role="tablist"] {
  
  }
  
  [role="tab"],
  [role="tab"]:focus,
  [role="tab"]:hover {
    position: relative;
    overflow: visible;
    font-size: 20px;
  }
  
  [role="tab"][aria-selected="true"] span.focus {
    color: #cf2128;
    border-bottom: 2px solid #cf2128;
    padding-bottom: 8px;
  }
  
  
  @media only screen and (max-width: 768px) {
    [role="tab"][aria-selected="true"] span.focus {
      padding-bottom: 4px;
      border-bottom: 2px solid #cf2128;
    }
  }
  
  [role="tab"][aria-selected="false"] {
    
  }
  
  [role="tab"] span.focus {
    
  }
  
  [role="tab"]:hover span.focus {
    color: #cf2128;;
  }
  
  [role="tab"]:focus span.focus,
  [role="tab"]:active span.focus {
    
  }
  
  [role="tab"]:hover span.focus= {
    color: #cf2128;
  }
  
  [role="tabpanel"] {
    padding-top: 80px;
    overflow: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media only screen and (max-width: 768px) {
    [role="tabpanel"] {
      width: 95%;
      padding-top: 0px;
    }
  }
  
  [role="tabpanel"].is-hidden {
    display: none;
  }
  
  @media only screen and (max-width: 768px) {
    [role="tabpanel"].is-hidden {
      display: block;
    }
    #tabpanel-2,
    #tabpanel-3 {
      padding-top: 30px;
    }
  }
  
  [role="tabpanel"] p {
    margin: 0;
  }
  
  #tab-1, #tab-2, #tab-3 {
    background-color: #FAF7F0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  
  #tab-1 {
    padding-left: 32px;
    padding-right: 16px;
  }
  
  #tab-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  #tab-3 {
    padding-left: 16px;
    padding-right: 32px;
  }
  
  #tabpanel-2 a {
    text-decoration: underline;
  }
  
  .tabbed-menu {
    border-bottom: 1px solid #1f1f1f;
    height: 12px;
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .flex-test-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  
  .dh_tabbed-section-divider {
    border-bottom: 1px solid #1f1f1f;
    margin-top: 90px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .dh_no-manuals-notice {
    text-align: center;
  }
  
  @media only screen and (max-width: 768px) {
    .tabbed-menu {
      border-bottom: none;
      margin-left: 0px;
      margin-right: 0px;
      display: none;
    }
    #tab-1, #tab-2, #tab-3 {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 14px;
      letter-spacing: 0.1em;
      font-weight: 700;
    }
    .dh_no-manuals-notice {
      display: none;
    }
  }
/* END_SECTION:tabbed-content */