.tp-caption.News-Title,
.News-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}

.tp-caption.News-Subtitle,
.News-Subtitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto Slab;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}

.tp-caption.News-Subtitle:hover,
.News-Subtitle:hover {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-radius: 0 0 0px 0
}
.hermes.tp-bullets {}

.hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

.hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.21)
}

.hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 1px rgb(255, 255, 255);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

.hermes .tp-bullet.selected:after {
    height: 100%
}