/* Firefox only fix for tearsheet resizing */
@-moz-document url-prefix() {
    body {
        overflow-x: hidden;
    }
}
html, #content, .site-footer, .wp-block-ghm-dt-custom-container-block {
	background: #0d1911;
    color: #e5e5e5;
    padding: 0;
}

p.has-drop-cap:first-letter {
	color: #e5e5e5 !important;
}

a, a:visited, a:hover {
    color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
}
.ghm_trust_nugget {
    border: 1px solid #cccccc;
    color: #cccccc;
}

.wp-block-ghm-dt-custom-container-block { width: initial }
.wp-block-ghm-dt-custom-container-block.inner_content { padding: 0; }
.wp-block-ghm-dt-custom-container-block p.subhead {
    color: #e5e5e5 !important;
}
.wp-block-ghm-dt-custom-container-block p a, .wp-block-ghm-dt-custom-container-block p a:visited {
    color: #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    text-decoration: none !important;
}
.wp-block-ghm-dt-custom-container-block p a:hover {
    border-bottom: 3px solid #e5e5e5 !important;
    text-decoration: none !important;
}
#intro {
    position: absolute;
    z-index: 50;
    max-width: 100%;
}
.intro_slide {
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    margin: 0 auto !important;
    display:flex;
    justify-content: center;
}

.intro_slide__content {
    color: #efefef;
    align-self: center;
    font-size: 1.2em;
    line-height: 1.6em;
    max-width:800px;
    padding: 0 20px;
    text-shadow: 0px 3px 10px rgba( 0, 0, 0, .8);
}
.intro_slide__content p {
    margin-bottom: 60px;
}
.intro_image_1 {
    position: relative;
    top: 25vh;
}

#main {
    color: #e5e5e5;
    background-image: url( 'https://gatehousenews.com/predatorpipeline/wp-content/uploads/sites/244/2019/11/clean_background.jpg' );
    background-repeat: repeat-y;
    background-size: contain;
}
.pipeline_container p {
color: rgba( 227,227,227,1) !important;
}
#header {
font-family: 'Unify Serif', serif;
    position: relative;    
}
#header_bg {
    background-image: url( 'https://gatehousenews.com/predatorpipeline/wp-content/uploads/sites/244/2019/11/header_background.jpg' );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}
#header .pipeline_container {
    max-width: 800px;
    height: 50vh;
}
#header #headline_container {
    position: relative;
    height: 100vh !important;
}
#header #headline_container #headline {
    text-transform: uppercase;
    font-size: 3em;
    line-height: .75em;
    position: absolute;
    right: 10%;
    bottom: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
}
#headline_1 {
    font-size: .855em;
}
.pipeline_container {
    padding: 10px 15px;
    margin: 0;
}
.pipeline_container:last-child {
    border-bottom: none;
    padding-bottom: 60px;
}
.pipleine_a:last-child, .pipeline_b:last-child {
    border-bottom: none;
}

.ghm_next_page__container {
    margin-top: 0px;
	border-top: 2px solid rgb( 227, 227, 227 );
}

.ghm_next_page__up_next_subhead_text {
	color: rgb( 227, 227, 227 );
}
.ghm_next_page__up_next_subhead a:hover {
	color: rgb( 227, 227, 227 ) !important;
}
figcaption { 
    font-size: .75em;
    color: #cccccc;
}

@media screen and ( min-width: 800px ) {
    .pipeline_container {
        padding: 20px 80px;
        border-bottom: 2px solid rgba( 227,227,227,1);
        opacity:0;
    }
    .pipeline_a {
        border-left: 2px solid rgba( 227,227,227,1);
    }

    .pipeline_b { 
        border-right: 2px solid rgba( 227,227,227,1);
    }
    #header .pipeline_container {
        margin: 0 auto !important;
        max-width: 800px;
        height: 75vh;
    }
    
    #bg_image_container img { 
        width: 90%;
        margin: 0 5%;
    }
    #header .pipeline_container {
        height: 80vh;
    }
    #headline_container {
        border-bottom: 2px solid rgb( 227, 227, 227 );
    }
    #header #headline_container #headline {
        text-transform: uppercase;
        font-size: 6em;
        line-height: .75em;
        right: 10%;
        bottom: 1px;
        margin: 0;
        padding: 0;
    }
    .intro_slide__content {
        font-size: 2em;
    }
    .tearsheet {
        position: relative;
    }
    .tearsheet img {
        width: 100%;
    }
}