#landing-dawn {
  background-color: #fff;
}
#landing-dawn h1, #landing-dawn h2, #landing-dawn h3 {
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
}
#landing-dawn h1, #landing-dawn h2 {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  #landing-dawn h1, #landing-dawn h2 {
    font-size: 55px;
    line-height: 58px;
  }
}
#landing-dawn img {
  max-width: 100%;
}
#landing-dawn .text-white {
  color: #fff;
}
#landing-dawn .text-blue {
  color: #00A7E1;
}
#landing-dawn .text-blue-dark {
  color: #1F5699;
}
#landing-dawn .text-center {
  text-align: center;
}
#landing-dawn .mb-0 {
  margin-bottom: 0;
}
#landing-dawn .up-md {
  display: none;
}
@media screen and (min-width: 768px) {
  #landing-dawn .up-md {
    display: inline-block;
  }
}
#landing-dawn .hide-large {
  display: none;
}
@media screen and (max-width: 768px) {
  #landing-dawn .center-sm {
    text-align: center;
  }
  #landing-dawn .hide-small {
    display: none;
  }
  #landing-dawn .hide-large {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  #landing-dawn .center-lg {
    text-align: center;
  }
}
#landing-dawn section {
  padding: 80px 0;
}
#landing-dawn .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
#landing-dawn .container.wide {
  max-width: 1380px;
}
#landing-dawn .row.no-gutter {
  margin: 0 -15px;
}
#landing-dawn .row .col {
  margin-bottom: 25px;
  max-width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  #landing-dawn .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
  }
  #landing-dawn .row .col {
    flex-grow: 1;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
#landing-dawn .video-link {
  margin-bottom: 30px;
  cursor: pointer;
}
#landing-dawn .video-link .video-thumb {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 1;
}
#landing-dawn .video-link .video-thumb:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url("/_global-assets/dagger/landing-dawn/img/play-button.png") center center no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}
#landing-dawn .video-link .video-thumb: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;
}
#landing-dawn .video-link:hover .video-thumb:before {
  opacity: 1;
}
#landing-dawn .img-caption {
  display: block;
  text-decoration: none;
}
#landing-dawn .img-caption img {
  display: block;
  width: 100%;
}
#landing-dawn .img-caption .caption {
  background-color: #00A7E1;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  line-height: 1.2;
  text-align: left;
}
#landing-dawn .img-caption .caption-link {
  position: relative;
  display: block;
  background-color: #00A7E1;
  color: #fff;
  font-size: 24px;
  padding: 5px 30px 5px 12px;
  text-align: left;
  line-height: 1.2;
}
#landing-dawn .img-caption .caption-link .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 12px;
  float: right;
}
#landing-dawn .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;
}
#landing-dawn .btn:hover {
  background-color: #123259;
}
#landing-dawn .btn.btn-white {
  background-color: #fff;
  color: #00A7E1;
}
@media screen and (max-width: 768px) {
  #landing-dawn {
    text-align: center;
  }
}
#landing-dawn #hero {
  padding: 0;
  text-align: center;
  position: relative;
  background-color: #00A7E1;
}
#landing-dawn #hero .content {
  padding: 45px 35px 25px;
  background-color: #00A7E1;
  color: #fff;
}
#landing-dawn #hero .content h1 {
  margin-bottom: 20px;
}
#landing-dawn #hero .content p {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 30px;
}
#landing-dawn #hero #hero-bg {
  display: none;
}
@media screen and (min-width: 975px) {
  #landing-dawn #hero {
    text-align: left;
    padding: 0;
  }
  #landing-dawn #hero #hero-bg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background: #00A7E1 url("/_global-assets/dagger/landing-dawn/img/hero-bg.png") no-repeat center bottom;
    background-size: auto 95%;
  }
  #landing-dawn #hero .content {
    position: relative;
    display: inline-block;
    width: 50%;
    background-color: #00A7E1;
    margin-top: 0;
    z-index: 2;
    padding: 0;
  }
  #landing-dawn #hero .content h1 {
    font-size: 55px;
    line-height: 60px;
  }
  #landing-dawn #hero .content .content-inner {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 45px 15px 45px 55px;
  }
  #landing-dawn #hero .content .content-inner p {
    max-width: 600px;
  }
}
#landing-dawn #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;
}
#landing-dawn #subnav ul {
  margin: 0;
  padding: 0;
}
#landing-dawn #subnav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #1F5699;
  border-left: 1px solid #00A7E1;
}
#landing-dawn #subnav ul li:first-child {
  border-left: none;
}
#landing-dawn #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) {
  #landing-dawn #subnav ul li a {
    font-size: 19px;
  }
}
#landing-dawn #subnav ul li a:focus {
  position: relative;
  z-index: 3;
}
#landing-dawn #subnav ul li a sup {
  font-size: 100%;
  vertical-align: baseline;
}
#landing-dawn #subnav ul li.active a {
  position: relative;
  background-color: #1F5699;
  color: #fff;
}
#landing-dawn #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%);
}
#landing-dawn #supplemental {
  background-color: #00A7E1;
  color: #fff;
  padding: 0;
}
#landing-dawn #supplemental p {
  color: #fff;
}
#landing-dawn #supplemental .row {
  align-items: center;
}
#landing-dawn #supplemental .col:first-child {
  padding: 0;
  line-height: 0;
}
#landing-dawn #supplemental .col:first-child img {
  width: 100%;
}
#landing-dawn #supplemental .col:last-child {
  padding: 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #landing-dawn #supplemental .col:first-child img {
    width: 95%;
  }
  #landing-dawn #supplemental .content {
    padding-right: 12%;
  }
}
#landing-dawn #types {
  background-color: #E5E5E5;
}
#landing-dawn #types h2 {
  color: #00A7E1;
}
#landing-dawn #types .find {
  color: #00A7E1;
  text-decoration: none;
}
#landing-dawn #types .find:hover {
  text-decoration: underline;
}
#landing-dawn #types .products {
  margin-bottom: 40px;
}
#landing-dawn #types .products li {
  margin-bottom: 10px;
}
#landing-dawn #types .products a {
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
  font-size: 25.85px;
  color: #1F5699;
  text-decoration: none;
}
#landing-dawn #types .col.img {
  width: 50%;
  margin-right: -15px;
}
#landing-dawn #types .col.img img {
  width: 100%;
}
#landing-dawn #types .find {
  color: #00A7E1;
  text-decoration: none;
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
}
@media screen and (min-width: 992px) {
  #landing-dawn #types {
    background: #E5E5E5 url(/_global-assets/dagger/landing-dawn/img/types-bg.jpg) no-repeat center right;
    background-size: 30% auto;
  }
  #landing-dawn #types .container {
    width: 70%;
    margin: 0;
  }
  #landing-dawn #types .content {
    padding: 15px 15px 15px 45px;
  }
}
#landing-dawn #teaming-up {
  background-color: #00A7E1;
  padding: 60px 0 0;
}
#landing-dawn #teaming-up .row {
  align-items: center;
}
#landing-dawn #teaming-up .col {
  position: relative;
  z-index: 2;
}
#landing-dawn #teaming-up .card {
  background-color: #fff;
  padding: 40px 30px 20px;
  border-radius: 40px;
}
#landing-dawn #teaming-up h2 {
  color: #00A7E1;
  font-family: "ProximaNovaBold", "Arial Black", Sans-serif;
}
#landing-dawn #teaming-up p {
  font-size: 18px;
}
#landing-dawn #teaming-up a {
  color: #00A7E1;
  font-size: 18px;
}
#landing-dawn #teaming-up .learn-more {
  color: #00A7E1;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}
#landing-dawn #teaming-up .learn-more:hover {
  text-decoration: underline;
}
#landing-dawn #teaming-up .play-container {
  margin-top: -60px;
  margin-bottom: 0;
  padding: 11% 0;
  background: #00A7E1 url(/_global-assets/dagger/landing-dawn/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;
}
@media screen and (min-width: 768px) {
  #landing-dawn #teaming-up {
    background: #00A7E1 url(/_global-assets/dagger/landing-dawn/img/goat-bg.jpg) center center;
    background-size: cover;
    padding: 60px 0;
  }
  #landing-dawn #teaming-up .play-container {
    margin: 0;
    padding: 0;
    background: none;
    min-height: 0;
  }
}
#landing-dawn #interviews {
  background-color: #e5e5e5;
}

.disclaimer-copy div, .disclaimer-copy p {
  font-size: 11px !important;
}
