/*********************************
 * Sub-header
 ********************************/
.breakout-container {
  background-color: #0675a4; }
  .breakout-container--red {
    background-color: #c10435; }

.breakout {
  color: #efeded;
  text-align: center;
  padding: 2rem 0;
  max-width: 1220px;
  margin: 0 auto; }
  .breakout a {
    color: #efeded; }
  .breakout__title {
    font-size: 1.5rem;
    line-height: 1.1;
    margin: 0 0 1rem;
    font-weight: bold; }
  .breakout__text {
    font-size: 1rem;
    margin: 0; }
  .breakout__links {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  .breakout__item {
    display: inline-block;
    margin: 0.5rem; }

@media screen and (min-width: 768px) {
  .breakout__title {
    font-size: 2rem; }
  .breakout__text {
    font-size: 1.25rem; } }

@media screen and (min-width: 992px) {
  .breakout__title {
    font-size: 2.625rem; }
  .breakout__text {
    font-size: 1.5rem; } }

/*********************************
 * Hollow Button
 ********************************/

.button-hollow {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  display: inline-block;
  font-weight: bold;
  transition: background-color 0.4s; }

.button-hollow:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff; }


/**************************
 * Sub-Hero Slider
 *************************/
.sub-hero-container {
  background-color: #efeded;
  padding: 0 10px;
}

.sub-hero {
  max-width: 1220px;
  margin: 0 auto;
  padding: 1em 0;
}
  .sub-hero__slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #303538;
    padding: 10px 40px 20px;
  }
  .sub-hero__image {
    max-width: 436px;
    padding: 0;
    margin-bottom: 1em; }
    .sub-hero__image img {
      display: block; }
  .sub-hero__text-container {
    font-size: 1rem;
    max-width: 436px; }
  .sub-hero__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase; }
  .sub-hero--bold {
    font-weight: bold; }
  .sub-hero__linktext {
    font-size: 1rem;
    margin-bottom: 0; }
    .sub-hero__linktext > a {
      color: #303538;
      font-weight: bold; }
  .sub-hero > .flickity-page-dots {
    bottom: 8px; }
  .sub-hero .dot {
    height: 6px;
    width: 40px;
    margin: 0;
    border-radius: 0; }
  .sub-hero > .flickity-prev-next-button {
    width: 40px;
    height: 60px;
    border-radius: 0;
    background: transparent; }
  .sub-hero > .flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, 0.9); }
  .sub-hero > .flickity-prev-next-button.previous {
    left: 0; }
  .sub-hero > .flickity-prev-next-button.next {
    right: 0; }
  .sub-hero .flickity-button-icon {
    fill: black; }
  .sub-hero .flickity-viewport {
    transition: height 0.3s; }

@media screen and (min-width: 640px) {
  .sub-hero__slide {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 360px; }
  .sub-hero__image {
    flex: 0 1 436px;
    order: 2;
    margin-bottom: 0; }
  .sub-hero__text-container {
    padding-right: 1em;
    max-width: none;
    flex: 0 1 548px;
    font-size: 16px; }
  .sub-hero__title {
    font-size: 28px; }
  .sub-hero__linktext {
    font-size: 18px; } 
}

@media screen and (min-width: 940px) {
  .sub-hero__title {
    font-size: 36px; }
  .sub-hero__text {
    font-size: 1.125rem; }
  .sub-hero__image {
    flex: 0 0 436px; }
  .sub-hero__linktext {
    font-size: 1.5rem; } 
}