/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 7, 2021, 11:41:37 PM
    Author     : mliu
*/
html {
    font-size: 10px;
    
}

body {
   font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
   color: #4d4d4d;
   font-size: 17px;
   line-height: 1.6;
   background-color: #fcfcfc;
   border-sizing: border-box;
   margin: 0;
   padding-bottom: 53.55px;
   padding-bottom: 3.15em;

}

p {
    margin: 0 0 13.5px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.gallery-album-card_title, h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans,serif;
    font-weight: 700;
    line-height: 1.6;
    color: #555;
}
h1 {
    font-size: 32px;
}
hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top: 1px solid #eee;    
    box-sizing: content-box;
    height: 0;
}

h1 {
    font-size: 32px;
}

hr {
    border-color: #eeeeee;
    border-top-color: rgb(238, 238, 238);
    border-top: 1px solid #eeeeee;
}
.wrap {
    box-sizing: border-box;
}

.header {
    margin-bottom: 5em;
    background-color: #282826;
    /*background-image: n/a ;*/
    background-repeat: no-repeat;
    background-size: 100%;
    max-height: 150px;
}

.container, .flash-message, .header_container, .search-overlay_container, .search-results, .share-bar_container, .story {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.navigation {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
    border-radius: 2px;
    display: block;
}

.header_row {
    padding: 32px 0;
    display: table;
    width: 100%;
    margin: 0;
}

.header_column {
    display: table-cell;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header_column-left {
    width: 83.3333333333%;
    position: relative; 
    min-height: 1px;
    float: left;
    padding-left: 1em;
    padding-right: 1em;
}

.header_column-right {
    width: 16.6666666667%;
    position: relative;
    min-height: 1px;
    vertical-align: bottom;
    float: left;
    padding-left: 1em;
    padding-right: 1em;
}

a {
    color: #e37a00;
    text-decoration: none;
    background-color: transparent;
}

.header_logo {
    max-width: 400px;
    max-height: 150px;
}

img {
    vertical-align: middle;
    border: 0;
}

.img-rounded, .latest-story-card-plain .latest-story-card_image, .story_header-image {
    border-radius: 2px;
}

.img-responsive, .latest-story-card_image, .release-content-image_image, .story-card-plain .story-card_image, .story_header-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.story_header-image {
    margin-bottom: 2.5em;
}

.story_row {
    margin-left: -1em;
    margin-right: -1em;
    min-height: 1px;
    margin-bottom: 1em;
}

.story_column-single {
    position: relative;
    min-height: 1px;
    padding-left: 1em;
    padding-right: 1em;
}

.story_title, .story_subtitle {
    transition: color .2s;
}

.story_title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
    word-wrap: break-word;
}

.gallery-album-card_title, h1, h2, h3, h4, h5 {
    color: #e37a00;
}

.story_subtitle {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #4d4d4d;
}

.story_content {
    position:relative;
}



.story_content p {
    margin: 0 0 26px;
    word-wrap: break-word;
}

.story_content p:first-child {
    margin-top: 13.5px;
}

.story_content ol li, .story_content p, .story_content ul li {
    font-size: 16px;
    line-height: 26px;
}

.release-content-embed {
    margin: 10px 0 30px;
}

.release-content-embed-video > div {
    margin: 0 auto;
} 

.contacts-with-wells .release-content-contact, .story_content-with-wells .release-content-contact {
    background: #ffffff;
    color: #4d4d4d;
}

.release-content-contact {
    margin: 10px 0 30px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 24px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.release-content-contact_details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ellipsis, .further-reading_item-with-description, .further-reading_item-name, .release-content-contact_details, .release-content-contact_details-list-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.release-content-contact_name {
    display: block;
    font-size: 22px;
    color: #fbbb21;
    white-space: normal;
}

.release-content-contact_description {
    display: block;
    font-style: normal;
    color: #4d4d4d;
    white-space: normal;
}

.story ul {
    list-style-type: disc;
}

.release-content-contact_details-list {
    margin: 18px 0 0 !important;
    list-style-type: none;
    padding: 0 !important;
    -webkit-columns: 2;
    column-count: 2;
    -webkit-column-gap: normal;
    column-gap: normal;
    font-size: 15px;
}

.release-content-contact_details-list-item {
    margin: 0 0 6px;
    margin-bottom: 6px;
    padding: 0;
    width: 100%;
    font-size: 15px;
}

.contacts-with-wells .release-content-contact_description, .contacts-with-wells .release-content-contact_details-list-item-icon, .contacts-with-wells .release-content-contact_details-list-item-link, .contacts-with-wells .release-content-contact_details-list-item-link:hover, .contacts-with-wells .release-content-contact_name, .story_content-with-wells .release-content-contact_description, .story_content-with-wells .release-content-contact_details-list-item-icon, .story_content-with-wells .release-content-contact_details-list-item-link, .story_content-with-wells .release-content-contact_details-list-item-link:hover, .story_content-with-wells .release-content-contact_name {
    color: #4d4d4d !important;
}

@media screen and (min-width:768px) {
    .container, .flash-message, .header_container, .search-overlay_container, .search-results, .share-bar_container, .story {
        width: 722px;
    }
    .header_column-left {
        float: left;
        width: 41.6666666667%;
    }
    .header_column-right {
        width: 58.3333333333%;
    }
}

@media screen and (min-width:992px) {
    .container, .flash-message, .header_container, .search-overlay_container, .search-results, .share-bar_container, .story {
        width: 942px;
    }
}
@media screen and (min-width:1200px) {
    .container, .flash-message, .header_container, .search-overlay_container, .search-results, .share-bar_container, .story {
        width: 1142px;
    }
    .story_column-single {
        float: left;
        width: 66.6666666667%;
        margin-left: 16.6666666667%;
    }
}
