.story-page .header {
    background-color: #ececed;
}

.story-page .header h2 .navigation-subtitle {
    font-size: 55px;
}

.story-page .header h1 {
    font-size: 25px;
    font-weight: normal;
    text-transform: none;
}

.story-page .header .strong {
    font-weight: bold;
}




.story-page {
    background-color: #ededee;
}

.story-page .header {
    background-color: #ededee;
}

.story-page .header .story {
    padding-top: 50px;
}

.story-page .header .story h2,
.story-page .header .story h2 .navigation-subtitle {
    font-size: 45px;
    font-family: 'Graphik-Regular';
    color: #777;
}

.story-page .header .story .headline h1 {
    font-family: 'Graphik';
    font-size: 22px;
    color: #777;
}

.story-page .header .story .headline p {
    font-family: 'Graphik-Regular';
    font-size: 17px;
    color: #777;
    margin-top: 20px;
}
.story-page .podcast-img{
    border-radius: 25px;
}
.story-page .fa-youtube-play {
    color: #d63541;
}
.story-page .social-icons {
    text-align: center;
}
.story-page .social-icons a>i {
    vertical-align: middle;
    font-size: 45px;
}
.story-page .social-icons a {
    margin-right: 20px;
}
.story-page .social-icons a img {
    width: 45px;
    vertical-align: middle;
}
.story-page .white-row {
    background-color: #ffffff;
}

.story-page .grey-row {
    background-color: #f9f9f9;
}

.story-page .story-item {
    padding: 35px 0;
}

.story-page .story-item .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.story-page .story-item .right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
    /*flex-direction: column;*/
}

.story-page .story-item .right-side .series {
    font-weight: 700;
    flex: 1 0 50%;
}
.story-page .story-item .title {
    font-size: 30px;
}

.story-page .story-item .time {
    color: #ab0534;
    font-size: 20px;
    margin: 10px 0;
}

.story-page .story-item .abstract {
    color: #777;
    font-size: 17px;
}

.story-page .story-item .action-row {
    color: #ab0534;
    font-size: 20px;
    padding-top: 20px;
}

.story-page .story-item .action-row button {
    background: none;
    border: none
}

.story-page .story-item .action-row button:hover {
    color: #ab0534;
    text-decoration: none;
}

.story-page .story-item .action-row a {
    color: #ab0534;
    text-decoration: none;
}

.story-page .story-item .action-row a:hover {
    color: #ab0534;
    text-decoration: none;
}

.story-page .story-item .action-row .text {
    padding-left: 40px;
    font-size: 20px;
}

.story-page .white-row img,
.story-page .grey-row img {
    width: 100%;
}

.story-page .white-row {
    box-shadow: inset 0 11px 8px -10px #a9a9a9,
    inset 0 -11px 8px -10px #a9a9a9;
}

.story-page .heading-flex {
    /*display: flex;*/
    padding-top: 30px;
}

.story-page .header-image-center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.story-page .header-image {
    width: 100%;
    border-radius: 25px;
}

.story-page .heading-padding {
    padding-left: 30px;
}

@media only screen and (min-width : 769px) {

}

@media only screen and (min-width : 481px) {

}

@media only screen and (max-width : 768px) {
    .story-page .heading-flex {
        padding: 0;
        text-align: center;
    }
    .story-page .header-image-center {
        padding: 0 50px;
    }
}

@media only screen and (max-width : 480px) {

    .story-page .header-image-center {
        padding: 0 30px;
    }
    .story-page .heading-flex {
        padding: 0;
        text-align: center;
    }

    .story-page .white-row img, .story-page .grey-row img {
        margin-bottom: 25px;
    }
}