@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
body {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: normal; }

.bs-site-alert.alert-danger {
  background-color: #ce0037;
  border-color: #e8003e; }

a {
  color: #0077CD; }
  a:hover, a:focus {
    color: #00599a;
    text-decoration: underline; }

.btn.btn-dark {
  background: #333333;
  border: 1px solid #5cb4f7; }

.btn.btn-primary {
  background: #5cb4f7;
  color: #000; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #2b9ef5;
    text-decoration: underline; }

.btn.btn-secondary, .btn.btn--secondary {
  background: #0077CD;
  color: #fff; }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn--secondary:hover, .btn.btn--secondary:focus {
    background-color: #00599a;
    text-decoration: underline; }

.btn.btn-light {
  color: #0077CD; }

#main-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  top: 0;
  background: #0077CD;
  transition: height 0.2s ease-in-out;
  z-index: 1; }

.parallax-hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  height: 12px;
  bottom: 0;
  background: #0077CD;
  transition: height 0.2s ease-in-out;
  z-index: 1; }

.gray-bg .img-caption {
  background: #0077CD; }

.two-column-promo-module .even > .card .card-body {
  border-color: #0077CD; }

.three-column-news-module:after {
  background: #0077CD; }

ul li::marker {
  color: #0077CD; }

.region-secondary-menu {
  width: 100%; }
  .region-secondary-menu #subsiteNav .card-body {
    background: #527a89;
    padding: 40px 0; }
    .region-secondary-menu #subsiteNav .card-body figure img {
      width: 300px;
      transition: none;
      max-width: 100%;
      height: auto; }
    .region-secondary-menu #subsiteNav .card-body ul {
      position: relative; }
      .region-secondary-menu #subsiteNav .card-body ul li {
        margin-bottom: 20px; }
        .region-secondary-menu #subsiteNav .card-body ul li:last-child {
          margin-bottom: 5px; }
        .region-secondary-menu #subsiteNav .card-body ul li a {
          text-transform: none;
          font-size: 1rem; }
      .region-secondary-menu #subsiteNav .card-body ul:before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 3px;
        background: #02a7af;
        left: -15px; }
  .region-secondary-menu .global-nav-buttons ul li.schedule {
    padding: 0 40px; }
  .region-secondary-menu .global-nav-buttons ul li p {
    line-height: 1; }
  .region-secondary-menu .global-nav-buttons ul li a:hover, .region-secondary-menu .global-nav-buttons ul li a:focus {
    color: inherit;
    text-decoration: none; }

.header #navbar-main figure {
  text-align: right; }

.header #navbar-main .block-menu .nav {
  padding-top: 62px; }
  .header #navbar-main .block-menu .nav .nav-item {
    vertical-align: bottom;
    position: relative; }
    .header #navbar-main .block-menu .nav .nav-item .navigation-dropdown {
      position: absolute;
      top: calc(100% + 1em);
      background: white;
      width: 400px;
      left: calc(100% - 200px); }
      .header #navbar-main .block-menu .nav .nav-item .navigation-dropdown.is-hidden {
        display: none; }
      @media (max-width: 1300px) {
        .header #navbar-main .block-menu .nav .nav-item .navigation-dropdown {
          right: 0;
          left: auto; } }
      .header #navbar-main .block-menu .nav .nav-item .navigation-dropdown ul.nav {
        padding: 20px 15px;
        text-align: left; }
        .header #navbar-main .block-menu .nav .nav-item .navigation-dropdown ul.nav li.nav-item {
          margin: 15px 0;
          display: block; }
          .header #navbar-main .block-menu .nav .nav-item .navigation-dropdown ul.nav li.nav-item:first-of-type {
            margin-top: 0; }
          .header #navbar-main .block-menu .nav .nav-item .navigation-dropdown ul.nav li.nav-item a.nav-link:after {
            content: ""; }

.node--type-home-page .region-featured-top .hero .hero-content {
  max-width: 485px;
  color: #fff; }
  .node--type-home-page .region-featured-top .hero .hero-content h1 {
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif; }
  .node--type-home-page .region-featured-top .hero .hero-content p {
    color: #fff; }
  .node--type-home-page .region-featured-top .hero .hero-content .btn {
    margin: 1.5rem 0 0; }

.node--type-home-page .region-featured-top .hero .get-help-module .get-help-inner {
  background-image: none;
  background-color: #eee;
  color: #455560; }
  .node--type-home-page .region-featured-top .hero .get-help-module .get-help-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    bottom: 0;
    background: #0077CD;
    transition: height 0.2s ease-in-out;
    z-index: 1; }
  .node--type-home-page .region-featured-top .hero .get-help-module .get-help-inner .btn:hover, .node--type-home-page .region-featured-top .hero .get-help-module .get-help-inner .btn:focus {
    box-shadow: none; }

@media (max-width: 767.98px) {
  .node--type-home-page .region-featured-top .hero .hero-content {
    max-width: 250px; }
    .node--type-home-page .region-featured-top .hero .hero-content p {
      display: none; }
  .node--type-home-page .region-featured-top .hero .get-help-module .btn {
    text-align: left; }
    .node--type-home-page .region-featured-top .hero .get-help-module .btn.arrow:after {
      display: block; } }

.region-featured-top .hero .hero-content {
  max-width: 810px;
  color: #fff; }
  .region-featured-top .hero .hero-content h1 {
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif; }
  .region-featured-top .hero .hero-content h2 {
    font-weight: 400; }
  .region-featured-top .hero .hero-content p {
    color: #fff; }
  .region-featured-top .hero .hero-content .btn {
    margin: 1.5rem 0 0; }

.region-featured-top .hero .get-help-module .get-help-inner {
  background-image: none;
  background-color: #eee;
  color: #455560; }
  .region-featured-top .hero .get-help-module .get-help-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    bottom: 0;
    background: #0077CD;
    transition: height 0.2s ease-in-out;
    z-index: 1; }

.slide-map-module {
  padding: 40px 0; }
  .slide-map-module:after {
    display: none; }
  .slide-map-module .slide-map {
    margin-bottom: 0; }
  .slide-map-module .slide-map-content-wrapper {
    background: #e7f4fd;
    position: relative; }
    .slide-map-module .slide-map-content-wrapper .view-header {
      padding: 0 63px;
      position: relative;
      top: 40%;
      transform: translateY(-50%); }
      .slide-map-module .slide-map-content-wrapper .view-header h2 {
        color: #455560;
        font-weight: 600;
        font-size: 1.5rem;
        margin-bottom: 25px; }
    .slide-map-module .slide-map-content-wrapper .more-link {
      top: 100px;
      position: relative; }
      .slide-map-module .slide-map-content-wrapper .more-link .btn {
        margin-top: 30px;
        display: block;
        text-align: center; }
  @media (max-width: 767.98px) {
    .slide-map-module .slide-map-content-wrapper .view-header {
      transform: translateY(0);
      padding: 40px;
      text-align: center; }
    .slide-map-module .slide-map-content-wrapper .more-link {
      top: 0; } }

.map-label {
  width: 260px; }

.markerLabels {
  width: 260px;
  margin-left: -130px !important; }

.two-column-promo-module .card .card-body {
  border-color: #5cb4f7; }
  .two-column-promo-module .card .card-body h3 {
    color: #455560; }

.three-column-news-module h2 {
  color: #455560;
  font-weight: 400; }

.three-column-news-module .card .card-body h3 {
  color: #ce0037; }

.three-column-news-module .card .card-body .event-date {
  background: #e7f4fd;
  color: #000;
  font-weight: 500; }

.three-column-news-module .card.events a:after {
  border-color: #5cb4f7; }

.three-column-news-module .card.news a:after {
  border-color: #0077CD; }

.three-column-module {
  background: #eee; }
  .three-column-module h2 {
    font-weight: 400;
    color: #455560; }

.three-column-icon-module .card .icon-wrapper i {
  color: #0077CD; }

.three-column-icon-module .card .card-body h3, .three-column-icon-module .card .card-body p {
  color: #455560; }

.three-column-icon-module .card a:after {
  color: #0077CD; }

.accordion-module .card {
  border-color: #5cb4f7; }
  .accordion-module .card .card-header h2 button {
    color: #ce0037; }
    .accordion-module .card .card-header h2 button:before {
      background-color: #ce0037; }
    .accordion-module .card .card-header h2 button:after {
      background-color: #ce0037; }

.card .card-body h3 {
  color: #ce0037; }

.card.provider {
  border-top: 3px solid #0077CD; }

.contact-module .contact-module-inner {
  background: #ce0037; }
  .contact-module .contact-module-inner ul li a {
    background: #e8003e; }

.featured-callout-module .featured-callout-content h2 {
  color: #455560; }

.featured-callout-module .featured-callout-content .btn.btn-primary {
  color: #000;
  background: #5cb4f7; }

.testimonial-wrapper .testimonial-content h2:after {
  background: #5cb4f7; }

.img-caption .caption-text {
  border-color: #5cb4f7; }

.image-carousel .slick-arrow {
  background: #fff;
  color: #0077CD; }

.testimonial-carousel .slide-content-wrapper .slide-content h2 {
  font-weight: 300; }
  .testimonial-carousel .slide-content-wrapper .slide-content h2:before {
    background: url("../png/img-testimonial-quote_blue.png") no-repeat;
    background-size: 60px; }

.testimonial-carousel .slide-content-wrapper .slide-content .btn {
  background: #333333;
  border: 1px solid #5cb4f7;
  color: #fff; }

.testimonial-carousel .slick-arrow {
  background: #5cb4f7; }

.block-system-breadcrumb-block .breadcrumb .breadcrumb-item.active {
  color: #0077CD; }

.block-system-breadcrumb-block .breadcrumb .breadcrumb-item a {
  color: #0077CD; }

.block-system-breadcrumb-block .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #0077CD; }

.tier-menu ul li {
  font-family: "Source Sans Pro", sans-serif; }
  .tier-menu ul li.menu-item--active, .tier-menu ul li.menu-level-0 {
    position: relative;
    border-bottom: none;
    color: #ce0037;
    font-weight: 600;
    font-size: 1.125rem; }
    .tier-menu ul li.menu-item--active:after, .tier-menu ul li.menu-level-0:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 3px;
      background: linear-gradient(to right, #0077CD 0%, #0077CD 100%); }
  .tier-menu ul li.menu-level-0 a {
    color: #b40838;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 0; }
  .tier-menu ul li a {
    font-family: "Source Sans Pro", sans-serif; }

.side-tabs .nav-tabs .nav-link {
  color: #ce0037; }
  .side-tabs .nav-tabs .nav-link.active:before {
    border-color: #ce0037; }
  .side-tabs .nav-tabs .nav-link.active:after {
    color: #ce0037; }

.doctor-preview-card.condensed {
  border-color: #5cb4f7; }
  .doctor-preview-card.condensed .doctor-info h2 a {
    color: #ce0037; }
  .doctor-preview-card.condensed .btn.btn-primary {
    background-color: #ce0037; }
    .doctor-preview-card.condensed .btn.btn-primary:after {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #ce0037; }

.doctor-tooltip .card h4 {
  color: #ce0037; }

.news-feed-module h2 {
  color: #455560;
  font-weight: 400; }

.news-feed-module.social-feed .news-feed-module-container .tab-content .news-feed-card-module .arrow {
  color: #0077CD; }

.news-feed-module .news-feed-tab-container .news-feed-tab-overflow .news-feed-slider {
  border-color: #ce0037; }

.site-footer .footer-upper {
  background: #fff; }
  .site-footer .footer-upper ul.main > li > span {
    color: #000; }
  .site-footer .footer-upper .block:not(:first-child) {
    border-color: #f8f8f8; }
  .site-footer .footer-upper address {
    color: #000; }
  .site-footer .footer-upper .micon {
    color: #0077CD; }
  .site-footer .footer-upper a {
    color: #0077CD;
    font-weight: 500; }
    .site-footer .footer-upper a:hover, .site-footer .footer-upper a:focus {
      color: #0077CD; }
  .site-footer .footer-upper .phone-number a {
    color: #000;
    font-weight: 700; }

.dfci a.card-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: 0;
  background: #0077CD;
  transition: height 0.2s ease-in-out;
  z-index: 1; }

.dfci blockquote:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  width: 10px;
  height: 100%;
  left: 0;
  background: #0077CD;
  transition: height 0.2s ease-in-out;
  z-index: 1; }

.dfci .featured-callout-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  height: 6px;
  bottom: 0;
  background: #0077CD;
  transition: height 0.2s ease-in-out;
  z-index: 1; }

.dfci .news-feed-module .card.large.featured.card-body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  height: 6px;
  bottom: 0;
  background: #0077CD;
  transition: height 0.2s ease-in-out;
  z-index: 1; }

.dfci .classes_events_item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  height: 6px;
  bottom: 0;
  background: #0077CD;
  transition: height 0.2s ease-in-out;
  z-index: 1; }

.dfci .classes_events_item .heading {
  color: unset; }

.dfci .stats {
  background-color: #0077CD; }

.dfci .stat-number {
  color: #0077CD; }

.dfci .card[data-interactive*="flip"] .card-flip-content {
  border-color: #0077CD; }

.dfci .card[data-interactive*="flip"] .card-back {
  background-color: #0077CD; }

.dfci .card[data-interactive*="flip"] .show-card-back:before {
  color: #0077CD; }

.dfci .zen-card--video-media:not(.playing) figcaption:before {
  content: url(../svg/play-icon-red-2.svg); }

.dfci .zen-card--video-title:after {
  background-color: #ce0037; }

.dfci .zen-card--video--close:before {
  content: url(../svg/plus-red-2.svg); }

.dfci .card.provider .card-body h2 {
  color: #003A90; }

.dfci .button-tiles-group .tiles .tile a:hover {
  color: #003A90; }
  .dfci .button-tiles-group .tiles .tile a:hover:after {
    content: url(../svg/arrow-right-blue-2.svg); }

.dfci .button-tiles-group .header-wrapper .header-links a:hover,
.dfci .button-tiles-group .header-wrapper .header-links a:focus {
  background-color: #212529;
  color: white; }

.dfci .button-tiles-group .header-wrapper .header-links a {
  color: #003A90; }

.dfci .image-hotspots-wrapper .hotspot-box-button:before {
  content: url(../svg/plus-red-2.svg); }

.dfci .hotspot-hero .featured-cta .icon-close:before {
  content: url(../svg/plus-red-2.svg); }

.dfci .get-help-module .container .get-help-inner:after {
  top: unset; }

.dfci .get-help-module .get-help-inner .field--name-field-hero-links span.field__label {
  float: none !important; }
/*# sourceMappingURL=dana-override.css.map */
