/***
  Default for phones will be 
  6 col - 3 rows of 2 cols
  =====
  2 col - 2 rows of 1 col
  =====

  >= 640
  6 col - 2 rows of 3 cols
  =====
  2 col - 1 row of 2 col
  =====

  >= 800
  6 col - 1 row of 6 cols
  =====
  2 col - same as >= 640 - 1 row of 2 cols
  =====
***/
#sblock23, #sblock24, #sblock25, #sblock26, #sblock27, #sblock28, #sblock29, #sblock30 { 
  margin-left: 0; 
} 
#sblock31, #sblock32, #sblock33, #sblock34 { 
  margin-left: 0; 
} 
#sblock1, #sblock3, #sblock5 { 
  margin-left: 0; 
} 
#sblock2, #sblock4, #sblock6 { 
  margin-left: 1.6%; 
} 
#sblock7, #sblock8 { 
  margin-left: 0; 
/* margin-top: 5%; 2021feb */
} 

#sblock8 { 
  border-top-style: solid;
  border-top-color: #FA8072; /* LAVENDER MIST */;
  border-top-width: 0.25rem; 
} 


#sblock9, #sblock11, #sblock13 { 
  margin-left: 0; 
} 
#sblock10, #sblock12, #sblock14 { 
  margin-left: 1.6%; 
} 
#sblock15, #sblock17, #sblock19 { 
  margin-left: 0; 
} 
#sblock16, #sblock18, #sblock20 { 
  margin-left: 1.6%; 
} 
@media only screen and (min-width:40em) { /* 40em will be 40x16 i.e. >= 640px */
  #sblock23, #sblock25, #sblock27, #sblock29, #sblock31, #sblock33 { 
    margin-left: 0; 
  } 
  #sblock24, #sblock26, #sblock28, #sblock30, #sblock32, #sblock34 { 
    margin-left: 1.6%; 
  } 

  #sblock1, #sblock4 { 
    margin-left: 0; 
  } 
  #sblock2, #sblock3, #sblock5, #sblock6 { 
    margin-left: 1.6%; 
  } 
  #sblock7 { 
    margin-left: 0; 
/* margin-top: 0%; 2021feb */
  } 
  #sblock8 { 
    margin-left: 1.6%; 
   border-top-width: 0px; /* 2021feb */
  } 
  #sblock9, #sblock12 { 
    margin-left: 0; 
  } 
  #sblock10, #sblock11, #sblock13, #sblock14 { 
    margin-left: 1.6%; 
  } 
  #sblock15, #sblock18 { 
    margin-left: 0; 
  } 
  #sblock16, #sblock17, #sblock19, #sblock20 { 
    margin-left: 1.6%; 
  } 
}
@media only screen and (min-width:50em) {   /* 50em will be 50x16 i.e. >= 800px */
/*** Desktop and Large Desktop ***/
  #sblock23, #sblock27, #sblock31 { 
    margin-left: 0; 
  } 
  #sblock24, #sblock25, #sblock26, #sblock28, #sblock29, #sblock30, #sblock32, #sblock33, #sblock34 { 
    margin-left: 1.6%; 
  } 
  #sblock1, #sblock7, #sblock9, #sblock15 { 
    margin-left: 0; 
  } 
  #sblock2, #sblock3, #sblock4, #sblock5, #sblock6, #sblock8 { 
    margin-left: 1.6%; 
  } 
  #sblock10, #sblock11, #sblock12, #sblock13, #sblock14 { 
    margin-left: 1.6%; 
  } 
  #sblock16, #sblock17, #sblock18, #sblock19, #sblock20 { 
    margin-left: 1.6%; 
  } 
}
#sblock1 img, #sblock2 img, #sblock3 img, #sblock4 img, #sblock5 img  {
  opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
#sblock6 img, #sblock7 img, #sblock8 img {
  opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
#sblock1 img:hover, #sblock2 img:hover, #sblock3 img:hover, #sblock4 img:hover, #sblock5 img:hover  {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
#sblock6 img:hover, #sblock7 img:hover, #sblock8 img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
/* 2021feb */
div.desc {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 5px;
  text-align: center;
}
.h4services { 
  color: black;
  padding-left: 0;
  text-decoration: none; 
}
sup {
  vertical-align: super;
  font-size: smaller; 
}
.container{
  position: relative;
}
.element{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.divcenter {
  display: table-cell;
  vertical-align: middle;
}
.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
