html,
body {
  margin: 0;
  padding: 0;
  min-width: 1118px;
  background: #f7552d;
  color: #4f5962;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

img {
  border: 0;
  display: block;
}

a,
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wrap {
  width: 988px;
  margin: 0 auto;
  position: relative;
}

.topbar {
  height: 118px;
  background: #030b0f;
  overflow: visible;
}

.topbar-inner {
  height: 118px;
}

.brand {
  position: absolute;
  left: 31px;
  top: 30px;
  width: 101px;
  height: 53px;
  display: block;
}

.topbar h1 {
  position: absolute;
  left: 497px;
  top: 26px;
  margin: 0;
  padding: 0;
  color: #f4f4f4;
  font-family: "Trebuchet MS", Courier, monospace;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.content {
  height: 396px;
  background: #fff;
  overflow: visible;
}

.content-inner {
  height: 396px;
}

.showcase {
  position: absolute;
  left: 27px;
  top: -29px;
  width: 482px;
  height: 411px;
  z-index: 1;
}

.selector {
  position: absolute;
  left: 499px;
  top: 31px;
  width: 431px;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.selector h2 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #363a3e;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: .2px;
}

.country-grid {
  display: grid;
  grid-template-columns: 132px 132px 132px;
  column-gap: 17px;
  row-gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 430px;
}

.country-grid li {
  width: 132px;
  height: 25px;
  margin: 0;
  padding: 0;
}

.country-grid a {
  display: flex;
  align-items: center;
  width: 132px;
  height: 24px;
  border-bottom: 1px solid #c7c7c7;
  color: #4f5962;
  font-size: 10px;
  font-weight: normal;
  line-height: 24px;
  white-space: nowrap;
}

.country-grid img {
  width: 16px;
  height: 11px;
  margin: 0 15px 0 0;
  flex: 0 0 auto;
}

.remember {
  display: flex;
  align-items: center;
  margin: 41px 0 0 -2px;
  padding: 0;
  color: #4f5962;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

.remember input {
  width: 14px;
  height: 14px;
  margin: 0 7px 0 0;
  padding: 0;
  accent-color: #9a5cab;
}

.footer {
  height: 337px;
  min-height: calc(100vh - 514px);
  background: #F26532;
  border-top: 0;
  box-shadow: inset 0 1px 0 rgba(0,0,0,.45), inset 0 2px 0 rgba(0,0,0,.16);

}

.footer-inner {
  height: 150px;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}

.newscorp {
  position: absolute;
  left: 0;
  top: 37px;
  width: 161px;
  height: 30px;
  display: block;
}

.copyright {
  position: absolute;
  left: 0;
  top: 63px;
  margin: 0;
  padding: 0;
  color: #fff;
}

.legal {
  position: absolute;
  left: 0;
  top: 78px;
  margin: 0;
  padding: 0;
  color: #fff;
}

.legal a,
.legal a:link,
.legal a:visited,
.legal a:active {
  color: #fff;
}

.fox-affiliate {
  position: absolute;
  left: 630px;
  top: 36px;
  width: 354px;
  height: 50px;
  display: block;
}
