/** Shopify CDN: Minification failed

Line 125:0 Unexpected "<"
Line 141:0 Unexpected "<"

**/


  .griddle-expert-cta {
    font-family: 'acumin-pro';
    color: #272727;
    text-align: center;
  }
  
  .griddle-expert-cta h4 {
    font-size: 2rem;
  }
  
  .griddle-expert-cta h2 {
    font-size: 4.8rem;
  }
  
  .griddle-expert-cta p {
    font-size: 1.8rem;
  }
  
  .griddle-expert-cta h2 .chunky {
    font-weight: 800;
  }
  
  .griddle-expert-cta form#zsWebToCase_691607000059517155 span.caption {
    flex: 1 1 100%;
    text-align: right;
    font-size: 1.4rem;
    color: #898989;
  }
  
  section.griddle-expert-cta {
    padding: 30px;
  }
  
  .griddle-expert-cta div#zohoSupportWebToCase {
    background-color: #ECECEC;
    padding: 20px;
  }
  
  .griddle-expert-cta .griddle-expert-heading-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 16px;
    max-width: 1500px;
  }
  
  .griddle-expert-cta form#zsWebToCase_691607000059517155 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .griddle-expert-cta form#zsWebToCase_691607000059517155 input[name="Subject"],
  .griddle-expert-cta form#zsWebToCase_691607000059517155 input[type="button"][value="Clear"] {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  
  .griddle-expert-cta form#zsWebToCase_691607000059517155 > * {
    flex: 1 0 auto;
    margin: 10px;
  }
  
  .griddle-expert-cta form#zsWebToCase_691607000059517155 input[type="submit"] {
    color: #272727;
    border: 1px solid #272727;
    background-color: transparent;
    font-weight: 600;
    font-size: 1.8rem;
  }
  
  .griddle-expert-cta form#zsWebToCase_691607000059517155 input,
  .griddle-expert-cta form#zsWebToCase_691607000059517155 button,
  .griddle-expert-cta form#zsWebToCase_691607000059517155 textarea,
  .griddle-expert-cta form#zsWebToCase_691607000059517155 select {
    padding: 15px;
/*     background: #fff; */
    border: 1px solid #b5b5b5;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .griddle-expert-cta form#zsWebToCase_691607000059517155 input::placeholder,
  .griddle-expert-cta form#zsWebToCase_691607000059517155 select {
    color: #898989;
    font-size: 1.8rem;
  }
  
  @media only screen and (max-width: 1440px) {
    .griddle-expert-cta h2 {
        font-size: 3rem;
    }
  }

  @media only screen and (max-width: 768px) {
    section.griddle-expert-cta {
        padding: 15px;
    }
  
    .griddle-expert-cta .griddle-expert-heading-wrap {
        flex-wrap: wrap;
    }
    .griddle-expert-cta h2 {
        font-size: 2.45rem;
    }
    
    .griddle-expert-cta form#zsWebToCase_691607000059517155 span.caption {
        text-align: center;
    }
  }


<style>

  /*  RESPONSIVE STYLING  */

  @media only screen and (max-width: 767px) {
    
  }

  @media only screen and (min-width: 768px) {
    
  }
  
  @media only screen and (min-width: 1400px) {
    
  }

</style>


