<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (c) CircleID &amp; Iomemo Technologies, Inc.
   All rights reserved.
============================================================ */

/* COMMON SETTINGS
------------------------------------------------------------ */
.bannerHorizontal:hover p,
.bannerVertical:hover p {
  border: 1px solid red;
  }

/* LEADERBOARD - EVENT - COVID19
------------------------------------------------------------ */
.bannerHorizontal {
  width: 993px;
  margin: 0 auto 4px auto;
  padding: 0;
  border: 1px solid #1a1a1a;
  }

/* .bannerHorizontal {
  width: 993px;
  height: 180px;
  margin: 0 auto 4px auto;
  padding: 0;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  }
.bannerHorizontal a {
  text-decoration: none;
  }
.bannerHorizontal .textPipe {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #666;
  }
.bannerHorizontal h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1em;
  margin: 24px 12px -10px 12px;
  padding: 0;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
  }
.bannerHorizontal h4 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
  margin: 12px 12px 18px 12px;
  padding: 0;
  text-align: center;
  letter-spacing: normal;
  letter-spacing: .4px;
  color: #fff;
  }
.bannerHorizontal p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 6px 12px;
  text-align: center;
  letter-spacing: .4px;
  color: #fff;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #333;
  }
.bannerHorizontal:hover p {
  border: 1px solid red;
  } */

/* VERTICAL - EVENT - COVID19
------------------------------------------------------------ */
.bannerVertical {
  width: 300px;
  margin: 36px auto;
  padding: 0;
  border: 1px solid #1a1a1a;
  }

/* .bannerVertical {
  width: 300px;
  margin: 36px auto;
  padding: 0;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  background-image: url('/images/events/covid_19/bg_header.png');
  background-repeat: no-repeat;
  background-position: bottom 150px right 20px;
  background-size: 1000px;
  }
.bannerVertical a {
  text-decoration: none;
  }
.bannerVertical h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1em;
  margin: 24px 12px -12px 12px;
  padding: 0;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
  }
.bannerVertical h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
  margin: 24px 12px 36px 12px;
  padding: 0;
  text-align: center;
  letter-spacing: normal;
  letter-spacing: .4px;
  color: #fff;
  }
.bannerVertical p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  width: 80%;
  margin: -6px auto 24px auto;
  padding: 9px 12px;
  text-align: center;
  letter-spacing: .4px;
  color: #fff;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #333;
  } */
</pre></body></html>