#Footer * {
  letter-spacing: initial;
}
#Footer .col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#Footer .logoBox {
  text-align: center;
}
#Footer .logoBox img {
  max-height: 9vw;
  min-height: 5vw;
  width: auto;
  padding: 2vw 0;
}
#Footer ul {
  padding: 0;
  margin: 0;
}
#Footer li {
  margin: 0 0 0.5vw 0;
  list-style: none;
}

#Footer div,
#Footer a {
  color: #666;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}
#Footer a:hover {
  color: #183a68;
}

#Footer span {
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  margin-bottom: 10px;
}

#Footer .RSbox {
  text-align: center;
  padding: 4vw 0 0 0;
}
#Footer .RSbox ul {
  margin: auto;
}

#Footer ul li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #666;
  margin: 0;
}
#Footer ul li h4 a {
  color: #000;
}

#Footer h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  margin: 0;
}
#Footer .legalBox {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  text-align: center;
  padding: 25px 0;
}
#Footer .legalBox li {
  display: inline-block;
}

.alertBox {
  color: #fff;
  background-color: #474036;
  width: 100%;
  padding: 1vw 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2.5vw;
  font-size: 1vw;
}
.alertBox img {
  width: 3vw;
  margin: 0 1vw -0.8vw 0;
}

@media all and (max-width: 414px) {
  #Footer {
    padding-bottom: 8vw;
  }
  #Footer .col3 {
    display: block;
  }
  #Footer ul {
    margin-bottom: 5vw;
  }
  #Footer ul li a {
    line-height: 5vw;
    font-size: 4vw;
  }
  #Footer h4 {
    font-weight: 700;
  }
  #Footer div {
    font-size: 4vw;
  }
  .coorBox {
    margin-bottom: 2vw;
  }
  #Footer .RSbox li {
    text-align: center;
  }
  .alertBox {
    font-size: 3.5vw;
    padding: 5vw;
    line-height: 4vw;
    max-width: 85vw;
  }
  .alertBox img {
    width: 12vw;
    margin: 0 auto 3vw auto;
    display: block;
  }
  #footer div:nth-child(4) {
    transform: inherit;
    display: inherit;
    padding-bottom: 10vw;
  }
}

@media all and (min-width: 415px) and (max-width: 568px) {
  #Footer {
    padding-bottom: 8vw;
  }
  #Footer .col3 {
    display: block;
  }
  #Footer div,
  #Footer a {
    font-size: 2.5vw;
    line-height: 4vw;
    margin-bottom: 5vw;
  }
  #Footer .logoBox img {
    max-height: 15vw;
  }
  #Footer .RSbox li {
    text-align: center;
  }
  .alertBox {
    font-size: 1.5vw;
  }
  #footer div:nth-child(4) {
    transform: inherit;
    display: inherit;
    padding-bottom: 10vw;
  }
  #Footer .legalBox {
    display: inherit;
  }
}
@media all and (min-width: 569px) and (max-width: 768px) {
  #Footer div,
  #Footer a {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }
  #Footer .legalBox {
    display: inherit;
  }
  #footer div:nth-child(4) {
    transform: inherit;
    padding-bottom: 10vw;
  }
}

@media all and (min-width: 768px) and (max-width: 1280px) {
  #Footer div,
  #Footer a {
    font-size: 1.2vw;
  }
}
