@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}

body,
body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#container {
  position: absolute;
  width: 970px;
  height: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  overflow: hidden;
  color: #3c4043;
  background-color: #fff;
}

#border {
  position: absolute;
  width: 970px;
  height: 250px;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
}

#logos {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 296px;
  height: 250px;
  background-color: #fff;
  text-align: center;
}
#cloudLogo {
  position: absolute;
  top: 86px;
  left: 80px;
  width: 192px;
  height: auto;
}

#ncaaLogo {
  position: absolute;
  top: 86px;
  left: 25px;
  width: 33px;
  height: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ncaaLogo svg {
    height: 32px;
  }

  #cloudLogo svg {
    height: 31px;
  }
}

#logoDivider {
  position: absolute;
  top: 85px;
  left: 69px;
  width: 1px;
  height: 35px;
  background: #9aa0a6;
}

#cta {
  position: relative;
  top: 135px;
  display: inline-block;
  font-family: "Google Sans";
  font-weight: 500;
  font-size: 11px;
  padding: 0.74em 1.45em;
  color: #ffffff;
  background-color: #4285f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  min-width: 90px;
}

#exit_btn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 970px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  z-index: 30;
}

#imageCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 970px;
  height: 250px;
  background-color: #fff;
}

#mainCopy {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 450px;
  padding: 28px 43px;
  font-family: "Google Sans";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: -0.015em;
  color: #ffffff;
}

blue {
  color: #0c5ee5;
}

#frames {
  width: 12806px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}

#plate {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 250px;
}

.sup {
  position: relative;
  font-size: 60%;
  display: inline-block;
  vertical-align: top;
  left: -0.31em;
}
