.gold-125-bg {
  background-color: #937851;
}

/*Timeline CSS*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
                background-color: rgb(244, 245, 239);
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #F4F5EF;
                border-right: 0 solid #F4F5EF;
                border-bottom: 14px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:hover {
              background-color: #fff
            }

            .timeline > li > .timeline-panel:hover:after {
              border-left: 14px solid #fff;
              border-right: 0 solid #fff;
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.2em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 10;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge {
  background-color: #033e2f !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }
@media only screen and (min-width: 64.063em) {
  .timeline-image, .timeline-body {
    display:inline-block;
    vertical-align: top;
  }
  .timeline-body {
    width: 66%;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:hover:after {
          border-left: 0 solid #fff;
          border-right: 14px solid #fff;
        }
}

/*125 Facts Sliders*/
.facts-slider {
  overflow: hidden;
  margin: 0 -1rem;
  display: none;
}

.facts-slider.slick-initialized {
  display: block;
  height: 200px;
}

.facts-slider .slick-slide {
  padding: 0 1rem;
}

.facts-slider .slick-prev {
  left: 0;
}

.facts-slider .slick-next {
  right: 0;
}

.facts-pic {
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden
}

.facts-num {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 55px;
  font-size: 1.5em;
  position: absolute;
  display: block;
  background: #033e2f;
  border-radius: 50%;
  text-align: center;
  border: #000;
  margin: 10px;
}

.feature-fact-bg {
  background: #033e2f;
  opacity: 0.8;
}

.slick-lightbox-slick-item-inner .facts-num {
  position: relative;
  font-size: 0.75em;
  margin: 10px 10px 10px 0;
}

@media only screen and (max-width:60em) {
  .slick-lightbox-slick-item-inner .facts-num {
    font-size: 1.5em;
    line-height: 55px;;
  }
}


.facts-pic img {
    object-fit: cover;
    min-width:75%;
    min-height:75%
}

.slick-lightbox-slick-item-inner {
    background-color: white;
    overflow: hidden;
}

.slick-lightbox-slick-caption {
  color: black !important;
  padding: 1em;
  text-align: left;
  overflow: hidden;
  margin: 0 !important
}

.slick-lightbox-slick-img {
  float: left;
  max-width: 70% !important;
}

@media only screen and (max-width: 41.6875em) {
  .slick-lightbox-slick-caption {
    position: relative;
    max-width: 100%;
  }
  .slick-lightbox-slick-img {
    max-width: 100% !important;
  }
  .slick-lightbox-slick-caption h2, p {
    padding: 0 0.5em;
    font-size: 1em;
  }
  .slick-lightbox-slick-item-inner {
    max-width: 80% !important;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 41.6875em) and (max-width: 60em) {
  .slick-lightbox-slick-caption {
    position: relative;
    max-width: 100%;
  }
  .slick-lightbox-slick-img {
    float: none;
    max-width: 100% !important;
  }
  .slick-lightbox-slick-caption h2, p {
    padding: 0 0.5em;
    font-size: 1.5em;
  }
}


/*125 Header*/
.header-aniv {
  background-color: #044836;
}

.header .harker-125-logo {
  float: left;
}

.header-125-nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  float: left;
  float: none;
}

.harker-125-logo {
  text-align: right;
}

.harker-125-logo a {
  display: block;
  width: 33px;
  height: 3rem;
}

.harker-125-logo img {
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(220, 170, 0);
}

/*mobile screen*/
@media only screen and (max-width:64em) {
        .harker-125-logo a {
    /*background: url(../img/css/harker-logo-square.png) no-repeat center center;*/
        }
  .harker-125-logo img {
    margin-top: 0.5em;
  }
  .alert-125 {
    display: none;
  }
}

@media only screen and (min-width: 64.063em) {
  .harker-125-logo a {
    width: 183px;
    /*background-image: url(../img/css/harker-logo.png);*/
  }

  .header-aniv:hover .alert-125 {
    margin-top: 0.4em;
  }

  .header-aniv:hover .harker-125-logo img {
    margin-top: -3.5em;
  }

  .alert-125 {
    text-align: center;
    margin-top: -3.1em;
    -webkit-transition: margin-top 0.5s;
    transition: margin-top 0.5s;
  }

  .alert-125-inner {
    margin-left: 215px;
    text-align: left;
  }

  .alert-125-inner span {
    font-size: 1.2em;
    padding-left: 1em;
    line-height: 1em;
    vertical-align: bottom;
  }

  .alert-125-inner a.button {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    background-color: rgb(220, 170, 0);
    margin-left: 1em;
    width: 245px;
    height: 30px;
    text-transform: uppercase;
    vertical-align: bottom;
  }
}

@media only screen and (min-width: 40.063em) {
#tanModal {
    width: 60%;
}

@media only screen and (max-width: 40em) {
#tanModal {
    min-height: 0 !important;
}
