.one-story-page{
    padding: 0 0 123px;
}
.one-story-page .wrapper-content{
    padding: 0 20px;
    width: 85%;
    margin: 30px auto 0;
    position: relative;
}
.one-story-page .wrapper-content p {
    margin-bottom : 20px;
}
.one-story-page .wrapper-content a {
	font-weight: bolder;
    color: #162c5d;
   	text-decoration: underline;
    text-decoration-color: #ffc606;
}
.one-story-page .main-banner{
    width: 100%;
    position: relative;
    /*height : 350px;*/
    padding-top : 34%;
    background: no-repeat 50% 50%;
    background-size: cover;

}
.one-story-page .main-banner img{
    width: 100%;
}
.one-story-page .main-banner h1{
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 22px;
    padding: 13px 18px 14px;
    font: 30px / 1 NewParisSkyline;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}
.one-story-page .menu-box{
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 100%;
    right: 0;

}
.one-story-page .menu-box .menu-title{
    color: #162c5d;
    font: 12px NewParisSkyline;
    text-transform: uppercase;
    padding: 0 10px;
}
.one-story-page .menu-box img{
    margin: 4px 0 9px;
}
.one-story-page .social-links img{
    width: 21px;
    margin-right: 7px;
}
.one-story-page .caption-banner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #9dabb5;
    padding: 11px 0;
    margin-bottom: 19px;
}
.one-story-page .category{
    font: 16px NewParis;
    color: #7d909d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.one-story-page .category .dib.vam {
    display : inline-block;
    vertical-align : middle;
    margin-bottom : 0;
}
.one-story-page .category .dib.vam img {
    vertical-align : middle;
}

.one-story-page .category::after{
	background:rgba(0, 0, 0, 0) url("../images/storypage/icon-text.png") no-repeat scroll center center;
}
.one-story-page .category-date{
    font-size: 17px;
    color: #162c5d;
}
.one-story-page .category p{
    position: relative;
    padding-right: 7px;
    margin-right: 7px;
}
.one-story-page .category p:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 60%;
    border-left: 1px solid #162c5d;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.one-story-page .text-icon{
    width: 27px;
    height: 21px;
    background: url("../images/onestorypage/icon.png") center / 100% auto no-repeat;
}

.one-story-page .description {
    width : 80%;
    margin : 0 auto;
}
.one-story-page .description p strong{
    color: #162c5d;
    font-weight: bolder;
}
.one-story-page h2,
.one-story-page .sub-title{
    color: #162c5d;
    font: 17px / 1.5 NewParis;
}
.one-story-page .sub-title{
    margin-bottom: 24px;
}
.one-story-page .description{
    font: 17px / 1.5 NewParis;
}
.one-story-page .description-wrapper {
    margin-bottom: 30px;
}
.one-story-page .description a {
	font-weight: bolder;
    color: #162c5d;
   	text-decoration: underline;
    text-decoration-color: #ffc606;
}
.one-story-page h3{
    font: bold 25px/1.2 NewParisSkyline;
    letter-spacing: -1.3px;
    color: #6d7b8c;
    margin-bottom: 8px;
}
.one-story-page .quote{
    margin-bottom: 9px;
}
.one-story-page .quote-wrapper{
    padding: 27px 131px;
    margin-bottom: 27px;
}
.one-story-page .author-quote{
    font: 12px NewParisSkyline;
    padding-left: 1px;
    position: relative;
    letter-spacing: -0.75px;
}
.one-story-page .author-quote:before{
    content: "—";
    left: 0;
}
.one-story-page .description-wrapper .quote-wrapper{
    margin-bottom: 0;
}
@media screen and (max-width : 767px){
    .one-story-page .caption-banner{
        padding: 24px 0 16px 11px;
        margin-bottom: 25px;
    }
    .one-story-page .social-links img{
        width: 30px;
    }
    .one-story-page .menu-box{
        position: relative;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .one-story-page .wrapper-content{
        margin: 0 auto;
        width: 100%;
        padding: 0 30px;
    }
    .one-story-page .quote-wrapper{
        padding: 27px 65px;
    }
    .one-story-page .main-banner h1{
        font-size: 25px;
        line-height: 1.25;
        bottom: 20px;
        left: 26px;
        right: 22px;
        padding: 11px 17px;
    }
    .one-story-page .category{
        font-size: 20px;
    }
    .one-story-page .category-date{
        font-size: 20px;
    }
    .one-story-page .description strong, .one-story-page h2, .one-story-page .sub-title,
    .one-story-page .description{
        font-size: 18px;
    }
}
@media screen and (max-width : 480px){
    .one-story-page .caption-banner{
        margin-bottom: 5px;
        padding: 11px 0;
    }
    .one-story-page .caption-banner .social-links img{
        width: 15px;
    }
    .one-story-page .wrapper-content{
        margin: 0 auto;
        width: 100%;
        padding: 0 19px;
    }
    .one-story-page .quote-wrapper{
        padding: 27px 65px;
    }
    .one-story-page .main-banner h1{
        font-size: 13px;
        line-height: 1.25;
        bottom: 12px;
        left: 13px;
        right: 10px;
        padding: 4px 10px;
    }
    .one-story-page .category{
        font-size: 11px;
    }
    .one-story-page .category-date{
        font-size: 11px;
    }
    .one-story-page .description {
        font-size: 16px;
    }
    .one-story-page .quote{
        font-size: 22px;
        letter-spacing: -1.1px;
    }
}