/* Global */
h1.page-heading {
  color: #000;
}
.detail-page h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.detail-page h3 {
  margin-bottom: 1rem;
}
p,
ul,
ol,
.detail-body {
  font-weight: 100;
  /* max-width: 45rem; */
}
/*
ul,
ol {
  padding-left: 1.25rem;
}
*/
a {
  color: #0058a4;
  text-decoration: underline;
  font-weight: 400;
}
a:hover {
  color: #0058a4;
  text-decoration: none;
}
a:focus,
button:focus,
.btn.btn-primary:focus,
.form-control:focus,
.card:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 200, 245, 0.75);
  border-radius: 2px;
  z-index: 1;
}
.section-footer a::after,
.card a::after,
.media-body a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da\f0da";
  color: #f7941e;
  font-size: 1.5rem;
  position: relative;
  top: 4px;
  left: 4px;
  height: 1.75rem;
  overflow: hidden;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.section-footer a:hover:after,
.card a:hover:after,
.media-body a:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.container img {
  max-width: 100% !important;
  height: auto !important;
}
.lines img {
  width: 100%;
  height: 400px;
  float: left;
  margin-top: -330px;
}
.text-column .row {
  margin-left: 0;
  margin-right: 0;
}
.container.hero-image {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 88, 164, 0.85);
}
@media (max-width: 767px) {
  .hero.hide-title .container.hero-image {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .container.hero-image {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .container-wrapper .container {
    max-width: 80%;
  }
  /* 
    .container-wrapper {
        padding-bottom: 96px;
    }
    */
  .container.hero-image {
    padding-top: 150px;
    padding-bottom: 207px;
  }
}
section.hero {
  border-top: 10px solid #0058a4;
  border-bottom: 10px solid #0058a4;
  color: #fff;
}
@media (max-width: 767px) {
  .hero.overlay > .container-wrapper {
    padding-top: 150px;
    padding-bottom: 0;
  }
}
.section-footer {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section-footer {
    margin-top: 48px;
  }
}
.full-bleed {
  width: 100vw;
  position: relative;
  background-color: rgba(0, 88, 164, 0.85);
  left: calc(-1 * (100vw - 100%) / 2);
  color: #fff;
  padding: 8px 0 4px 0;
}
.full-bleed a {
  color: #fff;
}
/* Header/navigation */

.navbar {
  z-index: 2;
  padding: 1rem 1rem 0.5rem 1rem;
}
.navbar a {
  color: #555;
  text-decoration: none;
}
.navbar a:hover,
.navbar a:active {
  text-decoration: underline;
}
button.navbar-toggler {
  padding: 0.75rem;
}
.toggle-button-text {
  color: #555;
  position: absolute;
  right: 70px;
  top: 37.5px;
  font-size: 16px;
  font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link {
  color: #555;
  font-weight: 200;
}
.site-logo {
  width: 100%;
}
.site-logo img {
  width: 390px;
  height: 100%;
}
@media (max-width: 321px) {
  .site-logo img {
    width: 180px;
  }
}
@media (min-width: 322px) and (max-width: 768px) {
  .navbar-brand {
    padding-top: 0.675rem;
  }
  .site-logo img {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .site-logo img {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  .navbar-nav {
    margin: 0 auto;
  }
}
.nav-link.active {
  font-weight: 700;
}
/* Hero image */
.hero.overlay {
  position: relative;
}
@media (min-width: 768px) {
  .hero.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 88, 164, 0.85);
  }
}
@media (min-width: 768px) {
  .hero.overlay {
    position: relative;
  }
  .hero.overlay h1 {
    position: absolute;
    bottom: 0;
    width: 20rem;
    right: 22%;
  }
  .hero.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(/Content/econ-dev-assets/images/hero-image-arcs.png);
    background-size: cover;
    background-position: right;
  }
}
@media (min-width: 992px) {
  .hero.overlay {
    position: relative;
  }
  .hero.overlay h1 {
    position: absolute;
    width: 24rem;
    right: 9%;
  }
}
/* Media object */
.testimonial .media {
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
}

.media-object-full.testimonial {
  padding-bottom: 48px;
  border-bottom: 2px solid #0058a4;
}
.media-object-full.testimonial.hide-border {
  border-bottom: none;
  padding-bottom: 0;
}
.media-body > p.large,
.card-body > p.large {
  font-size: 2.25rem;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 100;
}
p.media-text {
  margin-bottom: 0;
}
.media-body > p.small,
.card-body > p.small {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: 100;
}

/* Cards */
.card {
  border: none;
  display: inline-block;
  background-color: transparent;
}
.card-body {
  padding: 1.25rem 0;
}
.card.slick-slide .card-body {
  padding: 1.25rem;
}
.slick-dots li button:before {
  font-size: 2rem;
}
.card-text {
  margin-bottom: 0;
}
/* Footer */

footer {
  background-color: #0058a4;
  height: 340px;
}
@media (min-width: 768px) {
  footer {
    height: 220px;
  }
}
footer p,
footer a {
  color: #fff;
  font-size: 16px;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.form-group {
  margin-bottom: 0;
}
.form-group label {
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 0;
}
.form-control {
  border: none;
  border-radius: 2px;
  height: calc(2.75rem + 2px);
}
.henn-logo {
  width: 55px;
}

/* Buttons */
.btn.btn-primary {
  background-color: #0058a4;
  border: solid 3px #0058a4;
  border-radius: 2px;
  font-weight: 700;
  padding: 5px 35px;
}
.btn.btn-primary:hover {
  border: solid 3px #fff;
}
/* Page content */

/* Home page */
.circle-link-container {
  display: block;
}
.circle-link {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .circle-link-container {
    display: flex;
    justify-content: space-evenly;
  }
  .circle-link {
    display: block;
    text-align: center;
  }
}
.circle-link a {
  text-decoration: none;
}
.circle-link-large {
  background-color: #fff;
  opacity: 0.8;
  display: inline-block;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  text-align: center;
  margin: 20px 0;
}
.circle-link-small {
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
}
@media (min-width: 805px) {
  .circle-link-small {
    width: 175px;
    height: 175px;
    margin: 20px;
  }
}
.circle-link-large:hover,
a.circle-link-large:focus,
a.circle-link-small.active,
a.circle-link-small:hover,
.circle-link-large:hover,
a.circle-link-large:focus {
  border-radius: 50%;
  background-color: #ffcb05;
  text-decoration: underline;
}

a.circle-link-small:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 148, 30, 0.75);
  border-radius: 50%;
}

.circle-link-large:hover,
a.circle-link-large:focus,
.circle-link-large:hover,
a.circle-link-large:focus {
  opacity: 0.8;
}
.circle-link-large > a:hover,
.circle-link-small > a:hover {
  text-decoration: none;
}
.circle-link-large > .circle-link-content {
  padding-top: 80px;
}
.circle-link-small > .circle-link-content {
  padding-top: 22px;
}
.circle-link-small .circle-link-text {
  display: block;
  font-size: 1rem;
  color: #113c66;
}
.circle-link-large .circle-link-text {
  display: block;
  font-size: 1.75rem;
  color: #113c66;
}
.circle-link-small img {
  width: 32px;
}
@media (min-width: 768px) {
  .circle-link-small > .circle-link-content {
    padding-top: 40px;
  }
  .circle-link-small .circle-link-text {
    display: block;
    font-size: 1.5rem;
    color: #113c66;
  }
  .circle-link-small img {
    width: 48px;
  }
}
/* Fix for IE11 space-evenly */
.circle-link-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.circle-link-container:before,
.circle-link-container:after {
  content: "";
  display: block;
}

@media (max-width: 576px) {
  .media-left {
    width: 10%;
    float: left;
  }
}
@media (max-width: 767px) {
  .media {
    display: block;
  }
  .media-left {
    width: 100%;
  }
  .testimonial .media-left {
    text-align: center;
  }
  .media-left img {
    margin-bottom: 1rem;
  }
  .media-left,
  .media-right,
  .media-body {
    display: block;
    width: 100%;
  }
  .media-body h4 {
    margin-top: 1rem;
  }
  .testimonial .media {
    margin-top: 0;
  }
}

/* Programs page */
.container.container__program-grid {
  max-width: 350px;
}
@media (min-width: 576px) {
  .container.container__program-grid {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .container.container__program-grid {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container.container__program-grid {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .container.container__program-grid {
    max-width: 1050px;
  }
}

/* 
.program-listing {
  justify-content: center;
}
*/
.program {
  padding-left: 0;
  padding-right: 0;
}
.program-filters {
  display: flex;
  justify-content: space-evenly;
}
@media all and (min-width: 768px) {
  .card.program-card > img {
    opacity: 0;
    transition: opacity 300ms ease-in-out;
  }
  .card.program-card:hover > img {
    opacity: 1;
  }
}

.card.program-card {
  position: relative;
}

.breakout-button,
.breakout-button::before {
  cursor: pointer;
}

.breakout-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breakout-button:focus {
  outline: none;
}

.breakout-button:hover {
  text-decoration: underline;
}

.breakout-button:focus::before {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 200, 245, 0.75);
}
.card.program-card {
  border-radius: 0;
  border: none;
  border-right: 1px solid #ccc;
  width: 350px;
  height: 450px;
}
.card.program-card a {
  text-decoration: underline;
}
.card.program-card a:hover {
  text-decoration: none;
}
.program-card .card-img {
  border-radius: 0;
}
.program-card .card-img-overlay {
  display: flex;
}
.program-card .card-content {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  align-self: flex-end;
  width: 100%;
  text-align: left;
}
.program-card .card-title {
  font-size: 2.25rem;
}
.program-icons {
  position: absolute;
  right: 1rem;
}
.program-icons img {
  display: block;
  margin-bottom: 0.5rem;
}

/* Slider */
.card.slick-slide {
  width: 350px;
  opacity: 0.25;
}
.card.slick-slide.slick-active {
  opacity: 1;
}
.card.slick-slide.slick-active:hover {
  opacity: 0.95;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 175px;
  display: block;
  width: 5rem;
  height: 5rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  background-color: #ffcb05;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #ffcb05;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 148, 30, 0.75);
}
.slick-prev:focus,
.slick-next:focus {
  background-color: #ffcb05;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 148, 30, 0.75);
  border-radius: 50%;
}
.slick-next {
  right: 1rem;
}
.slick-prev {
  left: 1rem;
}
@media all and (min-width: 768px) {
  .slick-next {
    right: 4rem;
  }
  .slick-prev {
    left: 4rem;
  }
}
.slick-prev:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
}
.slick-next:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
.slick-prev:before,
.slick-next:before {
  font-size: 4.5rem;
  opacity: 1;
  color: #fff;
}
.slick-prev:before {
  padding-right: 0.5rem;
}
.slick-next:before {
  padding-left: 0.5rem;
}
.slick-dots {
  position: relative;
  margin: 0 auto;
}

/* Program details */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
}
.contact {
  border-left: 1px solid #212529;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .contact {
    background: rgba(0, 0, 0, 0.1);
    padding: 38px;
    margin: 48px 0 0 0;
  }
}

/* Story details */
blockquote {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.5;
  border-top: 4px solid #0058a4;
  border-bottom: 4px solid #0058a4;
  padding: 38px 38px 19px 38px;
  color: #0058a4;
  margin: 38px -19px 38px -19px;
}

/* Skip nav */
.skipnav {
  line-height: 1.5;
  background: transparent;
  padding: 0.5rem 1rem;
  top: -3.8rem;
}
.skipnav,
.skipnav:focus {
  left: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.skipnav:focus {
  background: #fff;
  top: 0;
}
