#care-home {
  background-color: #fff;
}
#care-home h1, #care-home h2, #care-home h3 {
  font-family: "ProximaNovaSemibold", Arial, Sans-serif;
}
#care-home h2 {
  font-size: 50px;
}
#care-home img {
  max-width: 100%;
}
#care-home .text-white {
  color: #fff;
}
#care-home .text-blue {
  color: #47A2D9;
}
#care-home .text-blue-dark {
  color: #1F5699;
}
#care-home .text-center {
  text-align: center;
}
#care-home .up-md {
  display: none;
}
@media screen and (min-width: 768px) {
  #care-home .up-md {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #care-home .center-sm {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  #care-home .center-lg {
    text-align: center;
  }
}
#care-home section {
  padding: 60px 0;
}
#care-home .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
#care-home .container.wide {
  max-width: 1380px;
}
#care-home .row.no-gutter {
  margin: 0 -15px;
}
#care-home .row .col {
  margin-bottom: 25px;
  max-width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  #care-home .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
  }
  #care-home .row .col {
    flex-grow: 1;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
#care-home .video-link {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 1;
  margin-bottom: 15px;
}
#care-home .video-link:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url("/_global-assets/dagger/care-v2/img/play-button.png") center center no-repeat;
  width: 150px;
  height: 150px;
}
#care-home .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;
}
#care-home .video-link:hover:before {
  opacity: 1;
}
#care-home .img-caption {
  display: block;
  text-decoration: none;
}
#care-home .img-caption img {
  display: block;
  width: 100%;
}
#care-home .img-caption .caption {
  background-color: #47A2D9;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  line-height: 1.2;
  text-align: left;
}
#care-home .img-caption .caption-link {
  position: relative;
  display: block;
  background-color: #1F5699;
  color: #fff;
  font-size: 24px;
  padding-right: 30px;
}
#care-home .img-caption .caption-link .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 12px;
  float: right;
}
#care-home .btn {
  display: inline-block;
  background-color: #1F5699;
  color: #fff;
  padding: 12px;
  min-width: 250px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.5s ease;
}
#care-home .btn:hover {
  background-color: #123259;
}
#care-home .btn.btn-white {
  background-color: #fff;
  color: #47A2D9;
}
#care-home .banner {
  background-color: #1F5699;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  line-height: 1;
}
#care-home #hero {
  position: relative;
  background-color: #fff;
  padding: 0;
}
#care-home #hero .row {
  display: block;
}
#care-home #hero .row .col {
  margin: 0;
}
#care-home #hero .content {
  padding: 35px 15px;
  width: 100%;
  box-sizing: border-box;
}
#care-home #hero .hero-img {
  width: 100%;
}
#care-home #hero .inner {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #care-home #hero .row {
    display: flex;
  }
  #care-home #hero .hero-img {
    display: none;
  }
  #care-home #hero .bg-img {
    background: #47A2D9 url("/_global-assets/dagger/care-v2/img/hero.jpg") no-repeat center right;
    background-size: cover;
  }
  #care-home #hero .bg-img.bg-top {
    background-position: top right;
  }
  #care-home #hero.hero-caregrant .bg-img {
    background-image: url("/_global-assets/dagger/care-v2/img/hero-caregrants.jpg");
  }
  #care-home #hero .content {
    width: 100%;
    position: relative;
  }
  #care-home #hero .content .inner {
    text-align: left;
    padding: 0 0 0 10%;
  }
  #care-home #hero .content:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -399px;
    width: 400px;
    background: url("/_global-assets/dagger/care-v2/img/hero-shape.png") no-repeat top left;
    background-size: auto 100%;
  }
}
#care-home #discover {
  text-transform: uppercase;
}
#care-home #discover h2 {
  color: #1F5699;
  font-size: 26px;
  text-align: center;
  padding: 15px;
  margin: 0;
}
#care-home #discover #menu {
  background-color: #F4901E;
}
#care-home #discover ul li {
  padding: 0;
  margin: 0;
  max-width: 100%;
  border-bottom: 1px solid #B76C16;
}
#care-home #discover ul li:last-child {
  border-bottom: none;
}
#care-home #discover ul li a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  transition: all 0.5s ease;
}
#care-home #discover ul li a:hover {
  background-color: #B76C16;
}
@media screen and (min-width: 768px) {
  #care-home #discover ul li {
    display: inline-block;
    border: none;
  }
}
#care-home #caregrants .row {
  align-items: center;
}
#care-home #caregrants p {
  font-size: 18px;
  line-height: 1.2;
}
#care-home #caregrants .btn {
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  #care-home #caregrants h2 {
    margin-bottom: 50px;
  }
  #care-home #caregrants p {
    margin-bottom: 70px;
    font-size: 22px;
  }
  #care-home #caregrants .btn {
    margin-bottom: 50px;
  }
}
#care-home .learn {
  text-align: center;
  background-color: #F4901E;
  color: #fff;
  padding: 35px 15px;
}
#care-home .learn p {
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
}
#care-home #map-home {
  background-color: #47A2D9;
  color: #fff;
}
#care-home #map-home ul {
  margin-left: 18px;
}
#care-home #map-home ul li {
  list-style: disc;
}
#care-home #map-home #map-row {
  max-width: 1080px;
  margin: 0 auto 35px;
}
#care-home #map-home h2 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 35px;
}
#care-home #map-home #legend-container {
  text-align: center;
}
#care-home #map-home #legend-container img {
  vertical-align: middle;
}
#care-home #map-home #legend-container #legend {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 10px 20px;
  font-size: 16px;
  text-align: left;
}
#care-home #map-home #legend-container #legend img {
  width: 25px;
}
@media screen and (min-width: 768px) {
  #care-home #map-home #legend-container {
    text-align: right;
  }
}
#care-home #map {
  background-color: #47A2D9;
  color: #fff;
  padding: 0 0 60px;
}
#care-home #map.fade #map-image {
  opacity: 0.5;
}
#care-home #map.fade .point:not(.active) {
  opacity: 0.5;
}
#care-home #map h2 {
  font-size: 50px;
}
#care-home #map p, #care-home #map li, #care-home #map div {
  color: #fff;
}
#care-home #map .map-wrapper {
  padding-top: 60px;
}
#care-home #map #map-row {
  position: relative;
}
@media screen and (min-width: 992px) {
  #care-home #map .row {
    align-items: center;
  }
  #care-home #map .col:first-child {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  #care-home #map .row {
    display: block;
    width: auto;
  }
  #care-home #map .col {
    display: block;
    width: auto;
  }
}
#care-home #map .map-intro {
  margin-bottom: 45px;
  padding: 0 15px;
}
#care-home #map #map-image {
  width: 100%;
}
#care-home #map .btn {
  margin-bottom: 25px;
}
#care-home #map #legend-container {
  text-align: center;
}
#care-home #map #legend-container img {
  vertical-align: middle;
}
#care-home #map #legend-container #legend {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 10px 20px;
  font-size: 12px;
  text-align: left;
}
#care-home #map #legend-container #legend img {
  width: 25px;
}
@media screen and (min-width: 1450px) {
  #care-home #map #legend-container {
    text-align: right;
  }
  #care-home #map #legend-container #legend {
    position: absolute;
    bottom: 25%;
    right: -30px;
  }
}
#care-home #map-container {
  position: relative;
  margin-left: -320px;
}
@media screen and (min-width: 768px) {
  #care-home #map-container {
    margin-left: 0;
  }
}
#care-home #map-container #map-image {
  transition: all 0.7s ease;
}
#care-home #map-container .point {
  position: absolute;
  transition: transform 0.7s ease;
  display: inline-block;
  line-height: 1;
  font-size: 0;
  border-radius: 50%;
}
#care-home #map-container .point .icon {
  max-width: 36px;
  border-radius: 50%;
}
#care-home #map-container .point .label {
  position: absolute;
  right: 44px;
  top: 10px;
  font-family: "ProximaNovaBold", "Arial Black", Sans-serif;
  font-size: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: right;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.5s ease;
}
#care-home #map-container .point.active {
  z-index: 10;
  opacity: 1;
}
#care-home #map-container .point.active .icon {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
#care-home #map-container .point.active .label {
  opacity: 1;
}
#care-home #map-container.fade #map-image {
  opacity: 0.5;
}
#care-home #map-container.fade .point:not(.active) {
  opacity: 0.5;
}
#care-home #map-container #point-1 {
  top: 43%;
  left: 81%;
}
#care-home #map-container #point-2 {
  top: 48%;
  left: 73%;
}
#care-home #map-container #point-3 {
  top: 57%;
  left: 78%;
}
#care-home #map-container #point-4 {
  top: 77.5%;
  left: 80%;
}
#care-home #map-container #point-5 {
  top: 76.5%;
  left: 50.5%;
}
#care-home #map-container #point-6 {
  top: 31.5%;
  left: 65%;
}
#care-home #map-container #point-7 {
  top: 42.5%;
  left: 76.5%;
}
#care-home #map-container #point-8 {
  top: 31.5%;
  left: 75%;
}
#care-home #map-container #point-9 {
  top: 28%;
  left: 90%;
}
#care-home #map-container #point-10 {
  top: 59.5%;
  left: 80%;
}
#care-home #map-container #point-11 {
  top: 62.5%;
  left: 75%;
}
#care-home #map-container #point-12 {
  top: 52.5%;
  left: 48%;
}
#care-home #caregrants-subnav .btn {
  margin: 10px 0;
}
@media screen and (min-width: 738px) {
  #care-home #caregrants-subnav .btn {
    margin: 0 35px;
  }
}
#care-home #timeline {
  padding: 0;
}
#care-home #timeline .year-wrapper {
  display: flex;
  position: relative;
}
#care-home #timeline .year-wrapper .year-col {
  width: 25%;
}
#care-home #timeline .year-wrapper .year {
  text-align: center;
  color: #47A2D9;
  padding: 48px 10px;
  font-size: 26px;
  font-family: "ProximaNovaBold", "Arial Black", Sans-serif;
}
@media screen and (min-width: 768px) {
  #care-home #timeline .year-wrapper .year {
    font-size: 32px;
  }
}
#care-home #timeline .year-wrapper .year.sticky {
  position: sticky;
  top: 50px;
  padding-bottom: 137px;
}
#care-home #timeline .year-wrapper .timeline-items {
  width: 75%;
}
#care-home #timeline .timeline-item {
  position: relative;
}
#care-home #timeline .timeline-item .timeline-expand {
  position: absolute;
  top: 25px;
  right: 25px;
  border: 1px solid #1F5699;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  font-size: 27px;
  color: #1F5699;
  transition: all 0.2s ease;
  text-decoration: none;
}
#care-home #timeline .timeline-item .timeline-expand.active {
  transform: rotate(45deg);
}
#care-home #timeline .timeline-item .info {
  border-left: 4px solid #47A2D9;
  position: relative;
}
#care-home #timeline .timeline-item .info:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #47A2D9;
  position: absolute;
  top: 53px;
  left: -12px;
  border-radius: 50%;
}
#care-home #timeline .timeline-item .wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
#care-home #timeline .timeline-item .wrap .border-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ccc;
  width: 100%;
}
#care-home #timeline .timeline-item .description {
  position: relative;
  padding: 30px 25px;
}
#care-home #timeline .timeline-item .description .date {
  color: #1F5699;
  font-size: 22px;
  line-height: 1.2;
}
#care-home #timeline .timeline-item .description .location {
  color: #1F5699;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1.1;
}
#care-home #timeline .timeline-item .description .amount {
  color: #F4901E;
  font-size: 40px;
  padding: 16px 0 20px;
}
#care-home #timeline .timeline-item .description .amount sup {
  font-size: 50%;
}
#care-home #timeline .timeline-item .description .amount span {
  display: inline-block;
}
#care-home #timeline .timeline-item .description .recipient {
  font-size: 18px;
  color: #1F5699;
  font-family: "ProximaNovaBold", "Arial Black", Sans-serif;
}
#care-home #news p:last-child {
  margin-top: 35px;
}
#care-home #news a {
  color: #47A2D9;
}
#care-home #news .row {
  margin-bottom: 25px;
}
#care-home #news .caption-link {
  min-height: 72px;
  display: flex;
  align-items: center;
}
#care-home a.rules {
  color: #1F5699;
  text-decoration: none;
  font-size: 16px;
}
#care-home a.rules:hover {
  text-decoration: underline;
}

.care-map-modal {
  width: 90%;
  margin-left: -45%;
  overflow: visible;
}
.care-map-modal .care-map-inner {
  padding: 45px;
  background-color: #fff;
  overflow-y: scroll;
  height: 85%;
}
.care-map-modal .care-map-inner h2 {
  font-size: 40px;
}
@media screen and (max-width: 576px) {
  .care-map-modal {
    height: 85%;
  }
  .care-map-modal .lightbox_tools {
    right: 0;
  }
  .care-map-modal .care-map-inner {
    padding: 60px 50px 20px;
  }
  .care-map-modal .lightbox_tools li a.tool_hide {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .care-map-modal {
    width: 75%;
    margin-left: -37.5%;
  }
  .care-map-modal .care-map-inner {
    clear: both;
    padding: 45px;
  }
  .care-map-modal .care-map-inner h2 {
    font-size: 60px;
  }
  .care-map-modal .point-info {
    float: left;
    width: 45%;
  }
  .care-map-modal .point-image {
    float: right;
    width: 45%;
  }
}

#cares-menu {
  background-color: #019dd5;
}
#cares-menu .menu-item {
  display: inline-block;
  width: 33.333%;
}
#cares-menu .menu-item a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding: 5px 0;
}
#cares-menu .menu-item a .show-large {
  display: none;
}
@media screen and (min-width: 500px) {
  #cares-menu .menu-item a {
    font-size: 16px;
  }
  #cares-menu .menu-item a .show-large {
    display: inline;
  }
  #cares-menu .menu-item a.active {
    background-color: #1D70A9;
  }
  #cares-menu .menu-item a.active:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-top: solid 10px #1D70A9;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    z-index: 5;
  }
}
