html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding-top: 60px;
}

main {
  display: block;
}

h1 {
  font-size: 64px;
  line-height: 88px;
  text-align: center;
  font-family: "Source Serif Pro";
}

h2 {
  font-size: 30px;
  text-align: center;
  font-family: "Source Serif Pro";
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a, a:hover, a:visited {
  background-color: transparent;
  color: #0092ff;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

video {
  width: 100%;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.as-grid-2 {
  grid-template-columns: repeat(1, 1fr);
}

.as-grid-3 {
  grid-template-columns: repeat(1, 1fr);
}

a.as-grid-item {
  color: #fff;
}

.as-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.as-grid-item:hover {
  text-decoration: underline;
}

.as-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.iframeEmbed {
  position: relative;
  padding-bottom: 56.4%;
}

.iframeEmbed .youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

header {
  height: 70px;
  background-color: #000;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

header.as-flex {
  align-items: stretch;
}

header #as-logo,
header #as-logo img {
  height: 100%;
  position: relative;
  z-index: 1;
}

header #as-logo img {
  padding-bottom: 3px;
  box-sizing: border-box;
  display: inline-block;
  width: 160px;
}

header .as-menu {
  position: fixed;
  max-width: 300px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -300px;
  padding: 70px 20px 40px 20px;
  box-sizing: border-box;
  background: #000;
  transition: left 300ms linear;
}

.as-menu .as-footer-copy {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.as-menu-opened header .as-menu {
  left: 0;
}

header .as-menu:before {
  content: "";
  opacity: 0;
  z-index: -1;
}

.as-menu-opened header .as-menu:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
}

header ul {
  margin-top: 15px;
}

header ul li {
  display: block;
}

header ul li+li,
header .as-header-button {
  margin-top: 20px;
}

header .as-menu ul a,
header .as-header-button a {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}

header .as-header-button {
  transition: background-color 200ms linear;
  display: inline-block;
}

header .as-menu a {
  border-bottom: 2px solid transparent;
}

header .as-menu ul a:hover,
header .as-menu ul a.active {
  border-bottom: 2px solid #f00;
}

header .as-header-button:hover {
  background-color: #f00;
}

.as-header-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 0 20px;
  height: 100%;
}

.as-header-button {
  background: #1F2324;
  border-radius: 2px;
  height: 34px;
}

#as-hamburger {
  position: absolute;
  top: 26px;
  left: 20px;
  width: 30px;
  height: 17px;
  transform: rotate(0deg);
  transition: 300ms ease-in-out;
  cursor: pointer;
  z-index: 11;
}

#as-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 250ms ease-in-out;
}

#as-hamburger span:nth-child(1) {
  top: 0px;
}

#as-hamburger span:nth-child(2),
#as-hamburger span:nth-child(3) {
  top: 7px;
}

#as-hamburger span:nth-child(4) {
  top: 14px;
}

#as-hamburger.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

#as-hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

#as-hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#as-hamburger.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.as-menu .as-header-part-of {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

.as-menu .as-header-part-of .as-logo {
  width: 200px;
  display: block;
}

.as-menu .as-logo-part-of {
  margin: 10px 0 15px 0;
}

.as-menu .as-header-part-of .ms-header-logo-msn {
  width: 130px;
  display: block;
}

.as-video-block .as-video {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.as-video-block .as-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.as-video-block .as-centered h2 {
  text-transform: none;
}

.as-video-block svg {
  fill: #fff;
  max-width: 90%;
  width: 800px;
}

.as-video-block h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.as-mask {
  position: relative;
}

.as-mask::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.as-button {
  background: #E3000B;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 7px 16px;
}

footer {
  margin-top: 90px;
  background-color: #0A0D10;
}

footer .as-footer-wrapper {
  padding: 0;
}

.as-footer-top {
  padding: 40px 20px;
  flex-direction: column;
}

.as-footer-logo {
  width: 170px;
  height: 43px;
}

.as-footer-part-of {
  margin: 10px 0 15px 0;
}

.as-footer-logo-msn {
  width: 158px;
  height: 43px;
}

.as-footer-items {
  padding: 0 40px 60px 40px;
}

.as-footer-item {
  border-top: 2px solid #FB0D1C;
}

.as-footer-item+.as-footer-item {
  margin-top: 40px;
}

.as-footer-item h4 {
  margin: 30px 0;
  font-size: 20px;
  line-height: 34px;
  font-family: "Source Serif Pro";
}

.as-footer-item span {
  display: block;
  margin-top: 10px;
}

.as-footer-item a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}

.as-footer-item a:hover {
  text-decoration: underline;
}

.as-footer-copy {
  padding: 20px 40px;
}

.as-footer-copy p {
  margin: 0;
  font-size: 14px;
}

.as-info {
  color: #FB0D1C;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  header {
    padding: 0 15px;
  }

  .as-flex-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header.as-flex {
    justify-content: space-between;
  }

  header .as-menu {
    position: static;
    padding: 0;
    max-width: 100%;
    width: auto;
  }

  header ul {
    margin-top: 0;
  }

  header ul li {
    display: inline-block;
  }

  header ul li+li,
  header .as-header-button {
    margin: 0 0 0 10px;
  }

  header .as-menu ul {
    flex-direction: row;
    align-items: center;
    height: 100%;
  }

  header .as-menu li a,
  header .as-header-button a {
    font-size: 15px;
  }

  .as-menu .as-header-part-of,
  .as-menu .as-footer-copy {
    display: none;
  }

  #as-hamburger {
    display: none;
  }

  .as-video-block h1 {
    font-size: 64px;
  }

  .as-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .as-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .as-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .as-footer-item+.as-footer-item {
    margin-top: 0;
    margin-left: 40px;
  }

  .as-footer-top {
    flex-direction: row;
  }

  .as-footer-part-of {
    margin: 0 25px 0 9px;
  }

  .as-footer-copy {
    padding: 20px 40px;
  }
}

@media screen and (min-width: 1024px) {

  header ul li+li,
  header .as-header-button {
    margin: 0 0 0 20px;
  }

  header .as-menu li a,
  header .as-header-button a {
    font-size: 16px;
  }
}