.c5-content-pd{
  padding: 0 15px;
}
.c5-textbox--black {
  background-color: #3b3d42;
  padding: 15px;
  color: #fff;
}
.c5-colImg img{
  width: 100%;
}
.c5-underBar{
  text-decoration: underline;
}
.c5-list{
  list-style: none;
}
.c5-text--weight{
  font-weight: 800;
}
.c5-border--Red{
  border: solid 2px #c93434;
  padding: 10px;
}
.c5-text--left{
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 639px) {
  .c5-content-pd{
    padding: 0;
  }
}

.c5-anchorLink-style{
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 639px) {
  .c5-anchorLink-style{
    padding-top: 0;
    margin-top: 0;
  }
}

.c5-link__block{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;

}
.c5-link__block a{
  padding: 15px 5px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #D14;
  text-align: center;
  font-weight: bold;
  display: block;
}

.c5-block__link{
  text-decoration: none;
  padding: 1.2em 1em 0 1em;
  border: solid 3px #D14;
  display: block;
  transition: all .2s;
}

.c5-block__link:hover{
  text-decoration: none;
  opacity: 0.6;
  transition: all .2s;
}