body{
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.safeWrap{
  font-weight: normal;
  font-size: 14px;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.safeWrap h1{
  color: #be227f;
  font-size: 1.35em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
}
.safeWrap h2{
  font-size: 1.15em;
  font-weight: 700;
  margin: 10px 0;
  width: 95%;
  text-align: justify;
}
.safeWrap img{
  max-width: 100%;
  height: auto;
}
.safeWrap h3{
  margin: 30px 0 0 0;
  color: #be227f;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  clear: both;
}
.safeWrap p{
  margin: 5px 0 20px 0;
  clear: both;
  width: 95%;
  text-align: justify;
}
.safeWrap img{
  margin: 10px 0 25px 0;
}
.safeWrap .container{
  max-width: 1000px;
  padding: 20px;
  margin: auto;
}
.safeWrap section{
  padding: 20px 0;
}
.safeWrap section:nth-child(even){
  background: #f4f4f4; /* #eadfdf; */
  margin-left: 0;
  margin-right: 0;
}
.safeWrap-column-container{
  overflow: hidden;
}
.safeWrap ul{
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.safeWrap li{
  margin: 5px 0;
  padding-left: 12px;
  position: relative;
  width: 95%;
  text-align: justify;
}
.safeWrap li.list-title{
  font-weight: 600;
  font-style: italic;
  list-style: none;
  margin: 0;
  padding: 0;
}
.safeWrap li.list-title:before{
  display: none;
}
.safeWrap li:before{
  content: "•";
  margin-left: -10px;
  margin-right: 5px;
  color: #be227f;
}
.safeWrap .section-title{
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
}
.safeWrap .band,
.safeWrap .band:nth-child(even){
  background: #be227f;
  color: white;
  padding: 40px 0;
  text-align: center;
}
.safeWrap .band p{
  margin: 0;
  text-transform: uppercase;
  font-size: 1.6em;
  color: white;
  line-height: 1.5em;
  text-align: center;
}
.safeWrap .band a{
  color: inherit;
  text-decoration: inherit;
}
@media screen and (min-width:40em){
  .safeWrap{
    font-size: 1.1em;
  }
  .safeWrap-column{
    float: left;
    width: 50%;
  }
}
.center {
  margin-left: auto;
  margin-right: auto;
  width: 40% !important;
}
iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}