body {
  font-family: 'Raleway', sans-serif;
  color: #2d3c49;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, hr, p {
  margin: 0;
}
h3 > a{
  text-transform: uppercase;
}

section, div {
  box-sizing: border-box;
  text-align:justify;
}

* {
  box-sizing: border-box;
}

ul {
  list-style-type: circle;
  padding: 0;
  margin: 0 0 0 20px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  line-height: 26px;
  font-size: 18px;
}

.content div {
  padding: 10px;
}
.title_div {
  text-align: center;
  margin-top: -30px;
}

.title {
  font-size: 30px;
  line-height: 20px;

}

.subtitle {
  font-size: 18px;
  font-weight: 900;
  margin-right: 10px
}

.line{
  background-color: #7d97ad;
  margin-top: 20px;
  width: 100%;
  height: 4px;
}

.info {
  width: 100%;
  margin-top: 20px;
  background-color: #F8F7FB;
  line-height: 28px;
  padding: 20px;
}

.info section {
  margin-top: 10px;
}


.filler {
  width: 28px;
}

.featured {
  margin: 20px 0 10px 0;
  width: 100%;
}

.featured > h1 {
  letter-spacing: 2px;
  color: #7d97ad;
}

a:link,  a:active  {
  text-decoration: none;
  color: #2663CD
}

a:visited  {
  text-decoration: none;
  color:#7d97ad;
}


.label{
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.gplay {
  margin-top:-20px;
  max-height:140px
}
/* Numbered lists like 1, 1.1, 2.2.1... */
ol li {display:block;padding:.5rem} /* hide original list counter */
ol > li:first-child {counter-reset: item;} /* reset counter */
ol > li {counter-increment: item; position: relative;} /* increment counter */
ol > li:before {content:counters(item, ".") ". "; position: absolute; margin-right: 100%; right: 10px;} /* print counter */


.redirect{
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(
      to right bottom,
      rgba(#2663cd, 0.55),
      rgba(#476baa, 0.55)
    ),
    url('../legal/images/group2.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 924px) {
  .content {
    width: 1200px;
    margin: 10px auto 0 auto;
  }
  .redirect{
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(
        to right bottom,
        rgba(#2663cd, 0.55),
        rgba(#476baa, 0.55)
      ),
      url('../legal/images/group2.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
}


@media screen and (min-width: 840px) and (max-width: 923px) {
  .content {
    width: 800px;
    margin: 20px auto 0 auto;
  }

  .gplay {
    max-width:335px;
    margin-left: -20px;
  }

  .info > img {
    max-width: 800px;
  }

  .box, .box img {
    width: 180px;
  }

  .filler {
    width: 26px;
  }

  .label {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 839px) {
  .content {
    width: 540px;
    margin: 10px auto 0 auto;
  }

  .info > img {
    max-width: 540px;
  }

  .box, .box img {
    width: 120px;
  }

  .filler {
    width: 20px;
  }

  .label {
    font-size: 14px;
  }

  .gplay {
    max-width:335px;
    margin-left: -20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .content {
    max-width: 400px;
    margin: 10px auto 0 auto;
  }

  .featured{
    text-align: center;
  }

  .info > img {
    max-width: 440px;
  }

  .box {
    width: 100%;
    margin-bottom: 20px
  }

  .box img {
    width: 280px;
  }

  .filler {
    display: none;
  }

  .label {
    font-size: 20px;
  }

  .gplay {
    max-width:335px;
    margin-left: -20px;
  }

}