html,
button,
input,
select,
textarea {
  color: #fff;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  color: #333;
  font-family: "open sans", sans-serif !important;
  font-size: 18px;
  margin: 0;
}
.modal-header {
  text-align: center;
  background: #56b985;
  color: white;
}
.modal-header .close {
  color: white;
}
.form-control {
  min-height: 40px;
  font-size: 16px;
}
.form-group p {
  font-size: 16px;
}
.input-group-addon {
  min-width: 40px;
}
.infusion-submit {
  background: #56b985;
  width: 100%;
  font-size: 26px;
  padding: 12px 0;
  color: white;
}
.infusion-submit:hover {
  opacity: 0.7;
}
.modal-footer {
  text-align: center;
}
.landing {
  background: #eeeeee;
  background: radial-gradient(circle, #838383 0%, #001428 75%);
  padding: 0 10px 10px 10px;
  text-align: center;
}
.landing .broadcast-banner {
  text-align: center;
  font-weight: 700;
  padding: 3px 10px 0 10px;
  color: white;
  background: black;
}
.landing .broadcast-banner p {
  font-size: 20px;
  padding: 6px 0;
  margin: 0;
}
.landing .banner {
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  color: white;
}
.landing .banner p {
  font-size: 16px;
  margin: 0;
}
.landing .heading {
  color: white;
}
.landing .intro .inner {
  color: white;
  margin: 0 auto;
  max-width: 1200px;
}
.landing .intro .inner .intro-text {
  text-transform: uppercase;
  font-size: 30px;
  margin: 12px 0;
}
.landing .intro .host {
  background: #a39474;
  background: linear-gradient(0deg, #a39474 38%, #ffcb61 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 4px;
  margin: 0 auto;
  width: 300px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 6px;
}
.landing .intro .date {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 5px 0;
}
.video {
  max-width: 800px;
  margin: 20px auto;
  padding: 0 5px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
}
.button a {
  width: 100%;
  background: #56b985;
  border: #555;
  border-radius: 6px;
  color: #FFF;
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
}
.button a:after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
  animation: sheen 3s infinite;
  animation-delay: 2s;
  animation-direction: alternate;
}
.button a:hover {
  opacity: 0.9;
}
.button p {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.content {
  margin: 0 auto;
  max-width: 960px;
  padding: 10px 20px;
}
p {
  font-size: 20px;
}
p .highlight {
  background: yellow;
}
p.quote {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
ul.fa-ul {
  list-style: none;
  margin: 30px 0 30px 40px !important;
}
ul.fa-ul p {
  margin-bottom: 20px;
}
ul.fa-ul i {
  margin-right: 4px;
  font-size: 26px;
  position: relative;
  top: 3px;
}
ul.fa-ul.large-icons i,
ul.fa-ul.large-icons svg {
  font-size: 32px;
  margin-right: 10px;
}
ul.fa-ul.large-icons li {
  margin-bottom: 18px;
}
ul.fa-ul.green i,
ul.fa-ul.green svg {
  color: #56b985;
}
ul.fa-ul.dividers li {
  border-bottom: 1px solid #eee;
}
h1 {
  font-family: 'Teko', sans-serif !important;
  font-size: 90px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 0.85;
  text-align: center;
  margin: 20px 0 0 0;
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #d19d34;
}
h2 {
  font-family: 'Teko', sans-serif !important;
  font-size: 48px;
  line-height: 1.1;
  text-align: center;
}
h3 {
  font-family: 'Teko', sans-serif !important;
  font-size: 28px;
  text-align: center;
}
.footer-legals {
  background: #f8f8f8;
}
.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 10px 5px;
}
.footer-legals p {
  color: #444;
  font-family: 'Teko', sans-serif !important;
  font-size: 14px;
}
.footer-legals .links {
  text-align: center;
  font-family: 'Teko', sans-serif !important;
  font-size: 14px;
  margin: 20px 0;
  padding: 0;
}
.footer-legals .links li {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 5px;
}
.footer-legals .links a {
  color: #444;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 128px;
    padding: 0 10px;
  }
  .broadcast-banner {
    padding: 6px 0;
  }
  .broadcast-banner p {
    font-size: 24px !important;
  }
  .landing .banner {
    margin: 0 auto;
    max-width: 1200px;
    color: white;
    font-size: 28px;
  }
  .landing .intro .inner .intro-text {
    font-size: 50px;
  }
  .modal-title {
    font-size: 42px;
    line-height: 1.1;
  }
  ul.fa-ul {
    margin: 30px 0 30px 60px !important;
  }
  .footer-legals p {
    margin: 20px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 330px) {
  .landing .broadcast-banner .title {
    font-size: 22px;
  }
}
@keyframes sheen {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(100%);
  }
}
/*# sourceMappingURL=google-revolution-2021.css.map */