@charset "UTF-8";
/* iClicker Sweepstakes Resets Document */
body {
  font-size: 16px;
}
body, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
}
:target:before {
  content: "";
  display: block;
  height: 250px;
  margin: -250px 0 0;
}
a.btn-primary:link, a.btn-primary:visited, a.btn-primary:active {
color:#ffffff !important;
}
ul li {
  list-style: none !important;
}
.nav {
  padding: 0;
  float: none !important;
  width: auto;
}
.display-5 {
  font-size: 2.3125em;
}
.link-inline {
  text-decoration: underline !important;
  font-weight: bold !important;
  color: #00758e !important;
}
.banner-bkgd {
  background: #142a35;
  text-align: left;
  padding: 24px;
  margin-bottom: -20px;
  margin-top: -36px;
}
.banner-inner-flex {
  display: flex;
  align-content: space-between;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
}
.w60 {
  width: 60%;
}
.w40 {
  width: 40%;
}
.banner-h1 {
  color: #cff3f9 !important;
  font-size: 1.3125em;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif !important;
  line-height: 1;
}
.serif-display {
  font-family: 'Source Serif Pro';
  font-size: 1.8em;
  text-transform: none;
  font-weight: bold;
  color: white;
}
.logo-visual {
  width: 100%;
  max-width: 180px;
  margin: 20px 0;
}

.videoWrapper {
	position: relative !important;
	padding-bottom: 56.25% !important; /* 16:9 */
	padding-top: 25px !important;
	height: 0 !important;
}
.videoWrapper iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 767px) {
  .w60, .w40 {
    width: 100%;
  }
  .banner-h1 {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .serif-display {
    font-size: 1.4em;
  }
}