/** Shopify CDN: Minification failed

Line 140:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
img.lazy {
        display: block;
    }
.box-height{
		min-height:12rem;
		text-align:center;
		padding-top:1rem;
	}
.grid-wrapper {
	background-color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 10px;
    margin: 1em;
    background-color: white;  
  }

  .grid-number {
    background-color: white;
    display: grid;
    justify-content: center;
    padding: 10px;
    font-size: 15px;
    color: black;
    line-height: 1;
    border-radius: 5px;  
  }
.green-checker{
 	background:url(https://cdn.shopify.com/s/files/1/0061/0149/9938/files/check-mark-12-16.jpg?17950) no-repeat center center;
	display: inline-block;
    width:16px;
    height: 12px;
    padding-top:2px;
    padding-left:16px;
}

/*.accordion-toggle {
  display: block;
}

.accordion-content {
  display: none;
}

.accordion-content.active {
  display: block;
} */

.green-dot{
	background-color:#6c3;
    color: white !important;
}

.blue-dot{
	background-color:blue;
    color: white !important;
}

.yellow-dot{
	background-color:yellow;
    color: black !important;
}

.green-icon{
	color:green;
}
.green-checker{
 	background:url(https://cdn.shopify.com/s/files/1/0061/0149/9938/files/check-mark-12-16.jpg?17950) no-repeat center center;
	display: inline-block;
    width:16px;
    height: 12px;
    padding-top:2px;
    padding-left:16px;
}

/*.accordion-toggle {
  display: block;
}

.accordion-content {
  display: none;
}

.accordion-content.active {
  display: block;
} */

.green-dot{
	background-color:#6c3;
    color: white !important;
}

.blue-dot{
	background-color:blue;
    color: white !important;
}

.yellow-dot{
	background-color:yellow;
    color: black !important;
}

.green-icon{
	color:green;
}
.header{
 background-color: #4787ed;
 font-weight: 700 !important;    
 color: white;
 padding: 0 25px 0 0; 
 line-height: normal;
 text-transform: uppercase;
 letter-spacing: 0.2em;
 font-size: 0.8em;
}
.box-height{
		min-height:12rem;
		text-align:center;
		padding-top:1rem;
	}
.header{
   background-color: #4787ed;
   font-weight: 700 !important;    
   color: white;
   padding: 0 25px 0 0; 
   line-height: normal;
   text-transform: uppercase;
   letter-spacing: 0.2em;
   font-size: 0.8em;
}
<link href="{{ jquery-ui.css | asset_url }}" rel="stylesheet" type="text/css" media="all" />

  .syncronized-font{
      font-size: 12.45px !important;
      font-family: 'Futura', sans-serif !important;
  }
.grid{
      margin-left:0.2em;	
  }
  .thin-border{
     border:1px Solid silver;
   }

  .sgbtn {
      -moz-border-radius: 2px;
      -moz-box-shadow: 1px;
      -webkit-border-radius: 2px;
      -webkit-box-shadow: 1px;
      -khtml-border-radius: 2px;
      border-radius: 2px;
      box-shadow: 1px;
      cursor: pointer;
      display: inline;
      font-size:1.0em/100%;
      font-weight: 300;
      margin: 2px;
      outline: none;
      padding: .25em;
      text-align: center;
      text-decoration: none;
      text-shadow: 1px;
      zoom: 1;
      vertical-align:bottom;
  }
  .blue {
      color: White !important;
      background: #3399FF;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3399FF), to(#3300FF));
      background: -webkit-linear-gradient(top, #3399FF, #3300FF);
      background: -moz-linear-gradient(top, #3399FF, #3300FF);
      background: -o-linear-gradient(top, #3399FF, #3300FF);
      background: linear-gradient(to bottom, #3399FF, #3300FF);
  }
img.lazy {
      display: block;
    }