.safety-container {
  display: block;
  background: #fff;
  width: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  color: #2b2b2b;
}

.safety-container p.small {
  line-height: 1.2em;
  padding-top: 15px;
  font-size: 12px;
}

.safety-container .safety-title {
  text-align: center;
  padding-bottom: 20px;
}

.safety-container .safety-title h2 {
  font-family: "Mazda-Type-Bold", arial, helvetica, sans-serif;
  color: #2b2b2b;
  font-size: 24px;
}

.safety-points h4 {
  font-size: 18px;
  font-family: "Mazda-Type-Bold", arial, helvetica, sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-weight: 400;
}

.safety-container .safety-content {
  display: flex;
  justify-content: space-around;
  max-width: 100%;
  max-width: 984px;
  width: 100%;
  margin: 0px auto;
}

.safety-container .safety-content .safety-icons {
  font-size: 19px;
  text-transform: uppercase;
}

.safety-container .safety-content .safety-icons ul {
  padding-left: 55px;
  margin-bottom: 0px;
}

.safety-container .safety-content .safety-icons li {
  line-height: 1.3em;
  font-weight: bold;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

.safety-container .safety-content .safety-icons li:last-child {
  padding-bottom: 0px;
}

.safety-container .safety-content .safety-icons .safety-icon {
  display: flex;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  border: 2px solid #2b2b2b;
  border-radius: 50%;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-right: 20px;
}

.safety-container .safety-content .safety-icons .safety-icon svg {
  display: block;
  width: 70%;
  height: 70%;
}

.safety-container .safety-content .safety-icons,
.safety-container .safety-content .safety-points {
  max-width: calc(50% - 81px);
}

.safety-container .safety-content .safety-divider {
  width: 1px;
  border-left: 1px solid #2b2b2b;
  margin: 0px 40px;
}

.safety-container .safety-content .safety-points {
}

.safety-container .safety-content .safety-points ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 0px;
}

.safety-container .safety-content .safety-points li {
  font-size: 14px;
  line-height: 1.3em;
  padding-bottom: 15px;
}

.safety-container .safety-content .safety-points li:last-child {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .main-header-mobile-spacer {
    display: block;
    width: 100%;
    height: 84px;
  }

  .safety-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .safety-container .safety-content {
    display: block;
  }

  .safety-container .safety-title {
    padding-bottom: 20px;
  }

  .safety-container .safety-content .safety-icons ul {
    margin: 0px;
    padding: 0px;
  }

  .safety-container .safety-content .safety-icons li {
    padding-bottom: 20px;
  }

  .safety-container .safety-content .safety-icons li:last-child {
    padding-bottom: 0px;
  }

  .safety-container .safety-content .safety-icons .safety-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
  }

  .safety-container .safety-content .safety-icons,
  .safety-container .safety-content .safety-points {
    max-width: 100%;
  }

  .safety-container .safety-content .safety-divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #000;
    border-left: none;
    margin: 20px 0px 20px;
  }

  .safety-container .safety-content .safety-points h4 {
    text-align: center;
  }

  .safety-container .safety-content .safety-points li {
    font-size: 14px;
  }

  .safety-container .safety-content .safety-points li:last-child {
    padding-bottom: 0px;
  }
}

/* Custom */
.covid-message-header-text div {
  font-size: 20px;
}

#Icon .cls-1 {
  fill: #58595b;
  stroke-width: initial;
}

#Icon .cls-2 {
  fill: none;
  stroke: #58595b;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

.covid-message-header-textfr {
  float: left;
  width: 100%;
  color: #2b2b2b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 58px;
}

.covid-message-header-text {
  float: left;
  width: 100%;
  color: #2b2b2b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 58px;
}
section#covid-message-header {
  background-color: #ebebed;
  min-height: 58px;
 /* text-transform: uppercase; */
}
section#covid-message-headerfr {
  background-color: #ebebed;
  min-height: 58px;
 /* text-transform: uppercase; */
}

@media (max-width: 830px) {
  section#covid-message-header {
    min-height: 60px;
  }
  .covid-message-header-text div {
    margin-top: 2px;
  }
}

@media (max-width: 830px) {
  section#covid-message-headerfr {
    min-height: 60px;
  }
  .covid-message-header-textfr div {
    margin-top: 2px;
	  
  }
}

#covid-message {
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  font-size: 24px;
  width: 90%;
  border: 1px solid #ebebed;
}

.covid-message-header-cta {
  width: 10%;
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 58px;
}
.covid-message-header-cta img {
  max-height: 28px;
}
.covid-message-header-buttons {
  padding: 9px;
  float: left;
  width: 10%;
  cursor: grab;
}
.closed-covid-msg #covid-message-content {
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.open-covid-msg #covid-message-content {
  max-height: auto;
  display: block;
  width: 100%;
  text-align: left;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.closed-covid-msg div.close-button {
  display: none;
}

.open-covid-msg div.open-button {
  display: none;
}
.covid-message-header-text div {
  font-size: 18px;
}
.covid-message-header-textfr div {
  font-size: 18px;
}


#covid-open-button:after {
  content: "\2b";
  font-size: 36px;
  width: 100%;
  height: 100%;
}

#covid-open-button:hover {
  color: #910a2d;
}

#covid-close-button:after {
  content: "\2d";
  font-size: 36px;
  width: 100%;
  height: 100%;
}
#covid-close-button:hover {
  color: #910a2d;
}
