/* landing page */
body.landing-page .intro {
    width: 100%;
    height: calc(125vh - 50px);
    /*height: calc(100vh - 50px);*/
    min-height: 400px;
}

body.landing-page .intro .image-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

body.landing-page .intro .image-holder .slick-list,
body.landing-page .intro .image-holder .slick-track {
    height: 100%;
}

body.landing-page .intro .image-holder .image-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

body.landing-page .intro .image-holder .image-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

body.landing-page .intro .sp-wrapper,
body.landing-page .intro .sp-wrapper > .sp-column-6 {
    height: 100%;    
}

body.landing-page .intro .identity .logo-holder {
    width: 100%;
    max-height: 45%;
    padding: 20px;
    display: block;
    z-index: 1;
    position: relative;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+46,0+98 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 46%, rgba(0,0,0,0) 98%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 46%,rgba(0,0,0,0) 98%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 46%,rgba(0,0,0,0) 98%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

body.landing-page .intro .identity .logo-holder img {
    max-width: 36%;
    height: auto;
    width: auto;
    max-height: 100%;
    float: left;
}

body.landing-page .intro .identity .logo-holder.right img {
    float: right;
}

body.landing-page .intro .identity .tag {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 40px 25% 20px 20px;
    margin: 0;
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.49+49 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49) 49%, rgba(0,0,0,0.49) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.49) 49%,rgba(0,0,0,0.49) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.49) 49%,rgba(0,0,0,0.49) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7d000000',GradientType=0 ); /* IE6-9 */
}

body.landing-page .intro .content {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

body.landing-page .intro .content .welcome {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, */
    display: block;
}

body.landing-page .intro .content .welcome .welcome-content {
    display: block;
    width: 100%;
    height: 100%;
}

body.landing-page .intro .content .welcome .welcome-content .front-page-title-holder {
    display: flex;
    margin-bottom: 15px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    padding-bottom: 10px;
}

body.landing-page .intro .content .welcome .welcome-content .front-page-title-holder .logo-holder {
    width: auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 15px;
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
}

body.landing-page .intro .content .welcome .welcome-content .front-page-title-holder .logo-holder img {
    max-height: 70px;
    width: auto !important;
}

body.landing-page .intro .content .welcome .welcome-content .front-page-title-holder .title-holder {
    width: auto;
    flex-grow: 1;
    flex-direction: column-reverse;
    align-items: flex-end;
    display: flex;
}

body.landing-page .intro .content .welcome .welcome-content .front-page-title-holder .title-holder h1 {
    border: none !important;
    margin: 0;
}

body.landing-page .intro .content .welcome .sp-content-holder {
    padding-right: 40px;
    max-height: 100%;
    width: 100%;
    align-self: flex-end;
}

body.landing-page .intro .content .welcome p:first-of-type {
    font-size: 1.2em;
}

body.landing-page .intro .content .welcome .button {
    margin-top: 3em;
}

body.landing-page .intro .content .quicklinks .latest-edition-cover {
    max-width: 50%;
}

body.landing-page .page-block-holder .is-hidden-first-column {
    display: none;
}

/* page */
body.page .nav-column {
    padding-top: 80px;
}

body.page .content-column {
    padding: 80px 20px 20px 20px;
}

body.page .content-column h1,
body.page .content-column h2,
body.page .content-column h3,
body.page .content-column h4,
body.page .content-column h5,
body.page .content-column h6 {
    border-color: #000;
}

body.page .meta-column {
    /*height: 100%;*/
}

body.page .meta-column img {
    max-width: 100%;
    height: auto;
    width: auto;
    float: left;
    position: relative;
}

/* archive */
body.archive .item-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body.archive .item-list li {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 12px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    margin-bottom: 12px;
}

body.archive .item-list li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

body.archive .item-list li .item-meta-holder {
    float: left;
    width: auto;
    padding-right: 12px;
}

body.archive .item-list li .item-meta-holder-right {
    float: right;
    padding-right: 0;
    padding-left: 12px;
}

body.archive .item-list li .item-title-holder {
    width: auto;
    position: relative;
    overflow: hidden;
    float: none;
}

/* single - nr edition */
body.single.nr_edition .nr-edition-viewer {
    height: 100vh;
}

/* single mdf topic */
body.single.mdf_topic .mdf-replies {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    clear: left;
}

body.single.mdf_topic .mdf-replies li {
    float: left;
    width: 100%;
}

body.single.mdf_topic .mdf-replies li.not-approved {
    opacity: 0.8;
}

/* useful links list */
body.archive.useful_link .item-list {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

body.archive.useful_link .item-list li {
    width: 50%;
}


body.archive.useful_link .item-list li:last-of-type {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    margin-bottom: 12px;
}

body.archive.useful_link .item-list li.is-hidden {
    display: none;
}

body.archive.useful_link .item-list li .category {
    font-size: 0.6em;
    font-style: italic;
}

/* comments */
#comment-list {
    list-style: none;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

#comment-list li {
    float: left;
    width: 100%;
    overflow: hidden;
}

#comment-list li .comment-body {
    padding-bottom: 12px;
}

#comment-list li ul.children {
    padding-left: 20px;
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 0;
    list-style: none;
}

#comment-list li .comment-meta {
    width: auto;
}

#comment-list li .reply {
    width: auto;
}

/* book review single */
body.single.book_review .meta-column {
    float: right;
}

body.single.book_review .meta-container {
    padding: 80px 20px 20px 20px;
}

body.single.book_review .meta-container p {
    color: #FFF;
}

body.single.book_review .meta-container p span.label {
    font-weight: 700;
}

/* single notice */
body.single.notice .featured-image img {
    display: block;
    width: 100%;
    height: auto !important;
}

/* legal page */
body.page-legal h1 {
    padding: 20px 40px 0 40px;
}

body.page-legal .cms-content {
    padding: 20px 40px;
}

/* front page */
body.front-page .twitter-scroller {
    padding: 20px;
    background-color: #EEE;
}

body.front-page .twitter-scroller .tweet-slide {
    padding: 0 20px;
}

body.front-page .twitter-scroller .tweet-slide .tweet-content {
    padding: 12px;
    display: flex;
}

body.front-page .twitter-scroller .tweet-slide .tweet-content .tweet-profile-image {
    width: auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 12px;
}

body.front-page .twitter-scroller .tweet-slide .tweet-content .tweet-body {
    width: auto;
    flex-grow: 1;
}