@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,900');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
/*------*/
.shg-footer-container {
  background: #ced5db;
}
.shg-footer-container .mobile {
  display: none;
}
.shg-footer-container .desktop {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .desktop {
    display: none;
  }
  .shg-footer-container .mobile {
    display: inline-block;
  }
}
.shg-footer-container .inner-footer {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .inner-footer {
    max-width: 820px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.shg-footer-container .shg-logo {
  width: 20%;
  height: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .shg-logo {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
.shg-footer-container .shg-logo .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.shg-footer-container .shg-logo .logo a {
  width: 100%;
  height: 100px;
}
.shg-footer-container .shg-logo .logo img {
  width: auto;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.shg-footer-container .shg-logo .logo .white {
  display: block;
}
.shg-footer-container .shg-logo .logo .black {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .shg-logo .logo {
    display: inline-block;
    margin-right: 20px;
  }
}
.shg-footer-container .footer-links {
  margin-bottom: 50px;
  font-family: 'Heebo', sans-serif;
  letter-spacing: 5px;
  font-size: 12px;
  font-weight: 900;
  color: #162734;
  text-transform: uppercase;
  width: 75%;
  display: flex;
  justify-content: space-evenly;
  /*  ul{
            -webkit-columns: 1;
            -moz-columns: 1;
            columns: 1;
            list-style-position: inside;

            .query(1024px,{
                -webkit-columns: unset;
                -moz-columns: unset;
                columns: unset;
            });
        }*/
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .footer-links {
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.shg-footer-container .footer-links li {
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .footer-links li {
    float: none;
    width: 100%;
  }
}
.shg-footer-container .footer-links li #ot-sdk-btn.ot-sdk-show-settings,
.shg-footer-container .footer-links li #ot-sdk-btn.optanon-show-settings {
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 5px;
  font-size: 12px;
  font-weight: 900;
  color: #162734;
  text-transform: uppercase;
  padding: 0;
}
.shg-footer-container .footer-links li a {
  color: #162734;
  cursor: pointer;
  text-decoration: none;
}
.shg-footer-container .esrb img {
  height: 70px;
}
.shg-footer-container .esrb.desktop {
  display: block;
}
.shg-footer-container .esrb.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .esrb.desktop {
    display: none;
  }
  .shg-footer-container .esrb.mobile {
    display: inline-block;
  }
}
.shg-footer-container .social-links li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shg-footer-container .social-links .social-icon {
  width: 15px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .social-links {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  .shg-footer-container .social-links .social-icon {
    margin-right: unset;
  }
}
.shg-footer-container .copyright {
  background: #162734;
  font-family: 'Roboto Slab', sans-serif;
  color: rgba(206, 213, 219, 0.47);
  text-align: center;
  font-size: 12px;
  padding: 20px;
  clear: both;
}
