#college-football {
  background-color: #fff;
}
#college-football h1, #college-football h2, #college-football h3 {
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
}
#college-football h1, #college-football h2 {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  #college-football h1, #college-football h2 {
    font-size: 55px;
    line-height: 55px;
  }
}
#college-football img {
  max-width: 100%;
}
#college-football .text-white {
  color: #fff;
}
#college-football .text-blue {
  color: #00A7E1;
}
#college-football .text-blue-dark {
  color: #1F5699;
}
#college-football .text-center {
  text-align: center;
}
#college-football .mb-0 {
  margin-bottom: 0;
}
#college-football .up-md {
  display: none;
}
@media screen and (min-width: 768px) {
  #college-football .up-md {
    display: inline-block;
  }
}
#college-football .hide-large {
  display: none;
}
@media screen and (max-width: 768px) {
  #college-football .center-sm {
    text-align: center;
  }
  #college-football .hide-small {
    display: none;
  }
  #college-football .hide-large {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  #college-football .center-lg {
    text-align: center;
  }
}
#college-football section {
  padding: 60px 0;
}
#college-football .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
#college-football .container.wide {
  max-width: 1380px;
}
#college-football .row.no-gutter {
  margin: 0 -15px;
}
#college-football .row .col {
  margin-bottom: 25px;
  max-width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  #college-football .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
  }
  #college-football .row .col {
    flex-grow: 1;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
#college-football .video-link {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 1;
  margin-bottom: 15px;
}
#college-football .video-link:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url("/_global-assets/dagger/collegefootball/img/play-button.png") center center no-repeat;
  width: 150px;
  height: 150px;
}
#college-football .video-link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
}
#college-football .video-link:hover:before {
  opacity: 1;
}
#college-football .img-caption {
  display: block;
  text-decoration: none;
}
#college-football .img-caption img {
  display: block;
  width: 100%;
}
#college-football .img-caption .caption {
  background-color: #00A7E1;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  line-height: 1.2;
  text-align: left;
}
#college-football .img-caption .caption-link {
  position: relative;
  display: block;
  background-color: #1F5699;
  color: #fff;
  font-size: 24px;
  padding-right: 30px;
}
#college-football .img-caption .caption-link .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 12px;
  float: right;
}
#college-football .btn {
  display: inline-block;
  background-color: #1F5699;
  color: #fff;
  padding: 12px;
  min-width: 250px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.5s ease;
}
#college-football .btn:hover {
  background-color: #123259;
}
#college-football .btn.btn-white {
  background-color: #fff;
  color: #00A7E1;
}
@media screen and (max-width: 768px) {
  #college-football {
    text-align: center;
  }
}
#college-football #hero {
  padding: 0;
  text-align: center;
  position: relative;
}
#college-football #hero .content {
  padding: 45px 35px 25px;
  background-color: #00A7E1;
  color: #fff;
}
#college-football #hero .content h1 {
  margin-bottom: 20px;
}
#college-football #hero .content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 30px;
}
#college-football #hero .hero-logos {
  max-width: 298px;
}
#college-football #hero #hero-bg {
  display: none;
}
@media screen and (min-width: 975px) {
  #college-football #hero {
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: row;
  }
  #college-football #hero #hero-bg {
    display: block;
    width: 50%;
    background: #00A7E1 url("/_global-assets/dagger/collegefootball/img/hero-bg.jpg") no-repeat center top;
    background-size: cover;
  }
  #college-football #hero .content {
    width: 50%;
    background-color: #00A7E1;
    margin-top: 0;
    z-index: 2;
    padding: 55px 15px 25px 55px;
  }
  #college-football #hero .content h1 {
    font-size: 55px;
    line-height: 53px;
  }
  #college-football #hero .content .content-inner {
    position: relative;
    z-index: 2;
  }
  #college-football #hero .content p {
    max-width: 600px;
    margin-bottom: 45px;
    font-size: 22px;
  }
  #college-football #hero .cfb-logo {
    height: 100px;
  }
}
#college-football #subnav {
  text-align: center;
  background-color: #fff;
  position: sticky;
  top: 65px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#college-football #subnav ul {
  margin: 0;
  padding: 0;
}
#college-football #subnav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #1F5699;
  border-left: 1px solid #00A7E1;
}
#college-football #subnav ul li:first-child {
  border-left: none;
}
#college-football #subnav ul li a {
  padding: 7px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #1F5699;
  transition: all 0.4s ease;
}
@media screen and (min-width: 960px) {
  #college-football #subnav ul li a {
    font-size: 19px;
  }
}
#college-football #subnav ul li a:focus {
  position: relative;
  z-index: 3;
}
#college-football #subnav ul li a sup {
  font-size: 100%;
  vertical-align: baseline;
}
#college-football #subnav ul li.active a {
  position: relative;
  background-color: #1F5699;
  color: #fff;
}
#college-football #subnav ul li.active a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1F5699;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#college-football #types {
  background-color: #E5E5E5;
}
#college-football #types h2 {
  color: #00A7E1;
}
#college-football #types .products {
  margin-bottom: 40px;
}
#college-football #types .products li {
  margin-bottom: 10px;
}
#college-football #types .products a {
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
  font-size: 25.85px;
  color: #1F5699;
  text-decoration: none;
}
#college-football #types .col.img {
  width: 50%;
  margin-right: -15px;
}
#college-football #types .col.img img {
  width: 100%;
}
#college-football #types .find {
  color: #00A7E1;
  text-decoration: none;
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
}
#college-football #types.types-v2 {
  padding: 0 0 60px;
}
#college-football #types.types-v2 .mobile-image {
  margin-bottom: 45px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #college-football #types.types-v2 {
    padding: 60px 0;
  }
  #college-football #types.types-v2 .content {
    padding-left: 10%;
  }
}
#college-football #get-coverage .row {
  align-items: center;
}
#college-football #get-coverage .col:first-child {
  width: 75%;
}
#college-football #get-coverage h2 {
  color: #00A7E1;
  font-family: "ProximaNovaBold", "Arial Black", Sans-serif;
}
#college-football #get-coverage p {
  color: #1F5699;
  font-style: italic;
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
}
#college-football #get-coverage .get-quote {
  font-size: 18px;
  line-height: 18px;
  background-color: #F4901E;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  padding: 35px 27px;
  border-radius: 15px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  #college-football #get-coverage .get-quote {
    font-size: 59px;
    line-height: 59px;
  }
}
#college-football #goats {
  background-color: #00A7E1;
  padding: 60px 0 0;
}
#college-football #goats .row {
  align-items: center;
}
#college-football #goats .col {
  position: relative;
  z-index: 2;
}
#college-football #goats .card {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 40px;
}
#college-football #goats h2 {
  color: #00A7E1;
  font-family: "ProximaNovaBold", "Arial Black", Sans-serif;
}
#college-football #goats p {
  color: #1F5699;
  margin-bottom: 30px;
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
  font-style: italic;
}
#college-football #goats p cite {
  display: block;
  font-style: italic;
}
#college-football #goats .modal-trigger {
  display: inline-block;
}
#college-football #goats .donate {
  color: #00A7E1;
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
  margin: 0;
}
#college-football #goats .donate .btn {
  background-color: #00A7E1;
  border-radius: 10px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
}
#college-football #goats .play-container {
  margin-top: -60px;
  padding: 11% 0;
  background: #00A7E1 url(/_global-assets/dagger/collegefootball/img/goat-bg-small.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#college-football #goats .read-more, #college-football #goats .read-less {
  color: #808080;
}
#college-football #goats .read-less {
  display: none;
}
#college-football #goats .more-content {
  display: none;
}
#college-football #goats .kickoff-logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #college-football #goats {
    background: #00A7E1 url(/_global-assets/dagger/collegefootball/img/goat-bg.jpg) 70% center;
    background-size: cover;
    padding: 60px 0;
  }
  #college-football #goats .play-container {
    margin: 0;
    padding: 0;
    background: none;
    min-height: 0;
  }
  #college-football #goats .more-content {
    display: block;
  }
}
