@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 .inner-footer {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  padding: 50px 20px;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .inner-footer {
    max-width: 820px;
  }
}
.shg-footer-container .shg-logo {
  float: left;
  width: 33%;
  height: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .shg-logo {
    float: none;
    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 {
  float: left;
  width: 67%;
  margin-bottom: 50px;
  font-family: 'Heebo', sans-serif;
  letter-spacing: 5px;
  font-size: 12px;
  font-weight: 900;
  color: #162734;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .footer-links {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.shg-footer-container .footer-links ul {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  list-style-position: inside;
}
@media only screen and (max-width: 1024px) {
  .shg-footer-container .footer-links ul {
    -webkit-columns: unset;
    -moz-columns: unset;
    columns: unset;
  }
}
.shg-footer-container .footer-links li {
  float: left;
  width: 50%;
  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 .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;
}
