/** Shopify CDN: Minification failed

Line 66:1 Expected "}" to go with "{"

**/
.image-element {
    opacity: 1; 
}

.dsgn-pck__section {
  --dp-body-size: 16px;
}

.dsgn-pck__heading {
  --dp-g-heading-size: 42px;
}

.dsgn-pck__button-area {
  --dp-body-size: 22px;
}

.h2, h2 {
  font-size: var(--typeHeaderSize);
}


@media only screen and (max-width: 767px) {
  .dsgn-pck__section {
    --dp-body-size: 14px;
  }
  
  .dsgn-pck__heading {
    --dp-g-heading-size: 24px;
  }
  
  .h2, h2 {
    font-size: 24px;
  }
  
}

/* CUSTOM STYLES */

/* Text column with Images - adjust columns per row + adjust font color */
@media screen and (min-width:1200px){
#shopify-section-template--14198512418910__1644424318104c00a0 .grid .grid__item{
width: 25%; clear:none;
}
}

#shopify-section-template--14198512418910__1644424318104c00a0 {
  color: #17555c !important;
}


/* Edits to mobile Footer */
@media only screen and (max-width: 768px) {
div#footer__item--cba3961a-3360-4954-a56c-493e238e5b30 {
    padding-top: 7.5px;
    width: 35%;
}

@media only screen and (max-width: 768px) {
div#shopify-section-footer .site-footer .grid__item:after {
    border-bottom: 0px !important;
}