
	.catgrid ul li {
		border-bottom: 1px solid #CCCCCC;
		padding: 10px 0;
	}

	.catgrid ul li a {
		color: #000;
		padding-left: 10px;
		text-decoration:none;
	}
	.catgrid ul li a:hover {
		padding-left: 10px;
		text-decoration:underline;
	}
	
.cattop .cat_level_top {
	width: 20%;
	display: inline-block;
	padding: 0 10px;
}

.cattop .cat_level_top span { width: 50%;}


.safety-tips-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 672px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/safety.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.safety-dos-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-bottom: 40px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffda6a;
}

.safety-dontdos-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-bottom: 40px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.safety-do-container {
	width:95%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 84px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #e3fde6;
  box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.19);
  -webkit-transition: background-color 500ms ease, box-shadow 500ms ease-in-out, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, box-shadow 500ms ease-in-out, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, transform 500ms ease, box-shadow 500ms ease-in-out;
  transition: background-color 500ms ease, transform 500ms ease, box-shadow 500ms ease-in-out, -webkit-transform 500ms ease;
}

.safety-do-container:hover {
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.safety-tips-grid-container {
  width: 100%;
  max-width: 1200px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.safety-tip-pic-container {
  position: absolute;
  left: -24px;
  top: auto;
  right: auto;
  bottom: auto;
  width: 64px;
}

.safety-tip-text {
  margin-left: 52px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.safety-dont-container {
	width:95%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 84px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff2f6;
  box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.19);
  -webkit-transition: background-color 500ms ease, box-shadow 500ms ease-in-out, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, box-shadow 500ms ease-in-out, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, transform 500ms ease, box-shadow 500ms ease-in-out;
  transition: background-color 500ms ease, transform 500ms ease, box-shadow 500ms ease-in-out, -webkit-transform 500ms ease;
}

.safety-dont-container:hover {
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}