/* fonts */

@font-face {
    font-family: 'DIN 2014';
    src: local('DIN 2014'), url('../fonts/DIN 2014/DIN 2014.woff2') format('woff2');
}

@font-face {
    font-family: 'DIN 2014 EXTRA BOLD';
    src: local('DIN 2014 Extra Bold'), url('../fonts/DIN 2014 Extra Bold/DIN 2014 Extra Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Helvetica Neue';
    src: local('Helvetica Neue Regular'), url('../fonts/Helvetica Neue Regular/Helvetica Neue Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'DIN 2014 BOLD';
    src: local('DIN2014-Bold'), url('../fonts/DIN 2014 Bold/DIN 2014 Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Helvetica Neue Medium Italic';
    src: local('Helvetica Neue'), url('../fonts/Helvetica Neue 66 Medium Italic/Helvetica Neue 66 Medium Italic.woff2') format('woff2');
}

#whole-Section-Wrapper {
    margin-bottom: 100px;
}

#whole-Section-Wrapper2 {
    margin-bottom: 100px;
    display: none;
}

#canvasImage {
    font-family: 'Roboto,sans-serif';
}

#canvasImage canvas {
    font-family: 'Roboto, sans-serif';
}

*:focus {
    outline: none !important
}

input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #ffffff !important;
    border: 1px solid #cacece !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    margin: -2px 5px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="checkbox"]:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #000000;
}

input:checked:after {
    content: '\2713';
    font-size: 16px;
    position: absolute;
    top: -6px;
    left: 1px;
    color: #99a1a7;
}

.nav-item-list-wrap {
    display: block;
}

.nav-item-list-wrap {
    width: 100%;
    justify-content: flex-end;
}

.nav-item {
    list-style-type: none;
    display: inline-flex;
}

.nav-item-list-wrap li a {
    font-size: 24px;
    color: #006837;
    font-family: 'DIN 2014 EXTRA BOLD';
    cursor: pointer;
}

.nav-item-list-wrap li a:hover {
    color: #006837;
}

.navbar-brand img {
    width: 272px;
}

.nav-item-list-wrap li:first-child {
    padding-right: 35px !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 5px 0px;
}

.active {
    border-bottom: 3px solid #006837;
}

.nav-outer-wrap {
    box-shadow: 0px 3px 6px #00000029;
}

.secondary-section-wrapper {
    max-width: 650px;
    margin: 0 auto;
}

.first-intro-sec {
    padding: 0 50px 0 15px;
}

.first-intro-sec p {
    font-family: 'Helvetica Neue';
    color: #707070;
    font-size: 20px;
    margin-top: 30px;
}

.option-section p:first-child {
    font-family: 'Helvetica Neue';
    padding: 0 15px;
    color: #707070;
    font-size: 20px;
    font-weight: 600;
}

.stateFactsContent {
    font-family: 'Helvetica Neue';
    color: #707070;
    font-size: 19px;
    padding: 0 50px 0 15px;
}

#SelectState {
    border: none;
    border-bottom: 2px solid #006837;
    border-radius: 0;
    cursor: pointer;
    font-size: 35px;
    font-weight: bolder;
    color: black;
    font-family: 'DIN 2014';
    padding: 0;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: right center;
    background-size: 37px;
}

.dd .ddTitle .ddTitleText img {
    width: 60px;
    padding-left: 15px;
}

.dd .ddChild li img {
    width: 40px;
    padding-left: 15px;
}

.ddArrow .arrowoff {
    display: none;
}

.dd .ddChild li.selected {
    background-color: white;
}

.dd .ddChild li .ddlabel {
    float: left;
    font-size: 18px;
}

#SelectState_msdd {
    border-bottom: 3px solid #006837;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #006837;
    border-radius: 0;
    cursor: pointer;
    font-size: 35px;
    font-weight: bolder;
    color: black;
    font-family: 'DIN 2014';
    padding: 0;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: right center;
    background-image: url('../assets/ourenvironment_assets/dropdown_arrow.png');
    background-size: 37px;
}

#SelectState_title .ddlabel {
    color: black;
    font-size: 24px;
    float: left;
    font-family: 'DIN 2014';
}

#SelectState option {
    color: black;
}

.statefacts {
    font-size: 22px;
    color: #006837;
    font-family: 'Helvetica Neue';
    text-decoration: underline;
}

.statefacts:hover {
    color: #006837;
}

.textAreaWrap ::-webkit-resizer {
    display: none;
}

.textAreaWrap ::-webkit-resizer {
    border-bottom: 15px solid green;
    border-left: 15px solid transparent;
}

.toxicsites {
    background-color: #006837;
    padding: 22px 10px;
    text-align: center;
    min-height: 150px;
}

.outdooreconomy {
    background-color: #006837;
    padding: 22px 10px;
    text-align: center;
    word-break: break-all;
    min-height: 150px;
}

.mercurytoxicpollution {
    background-color: #006837;
    padding: 22px 10px;
    text-align: center;
    min-height: 150px;
}

.toxicsites p:first-child {
    font-size: 30px !important;
    font-family: 'DIN 2014 EXTRA BOLD';
    color: white;
    padding: 0;
    margin-bottom: 0;
}

.outdooreconomy p:first-child {
    font-size: 30px !important;
    font-family: 'DIN 2014 EXTRA BOLD';
    padding: 0;
    color: white;
    margin-bottom: 0;
}

.mercurytoxicpollution p:first-child {
    font-size: 30px !important;
    font-family: 'DIN 2014 EXTRA BOLD';
    color: white;
    padding: 0;
    margin-bottom: 0;
}

.toxicsites p:nth-of-type(2) {
    color: white;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.outdooreconomy p:nth-of-type(2) {
    color: white;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.mercurytoxicpollution p:nth-of-type(2) {
    color: white;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    font-weight: 700;
}

.count-section .container {
    padding-right: 0;
    padding-left: 0;
}

.count-section .row {
    margin-right: 0;
    margin-left: 0;
}

.count-1 {
    padding-left: 0;
}

.source1 p {
    font-family: 'Helvetica Neue';
    color: #006837 !important;
    font-size: 16px !important;
}

.source2 p {
    font-family: 'Helvetica Neue';
    color: #006837 !important;
    font-size: 16px !important;
}

.source3 p {
    font-family: 'Helvetica Neue';
    color: #006837 !important;
    font-size: 16px !important;
}

.source1 p span {
    font-family: 'DIN 2014' !important;
    color: #006837 !important;
    font-size: 14px !important;
}

.source2 p span {
    font-family: 'DIN 2014' !important;
    color: #006837 !important;
    font-size: 14px !important;
}

.source3 p span {
    font-family: 'DIN 2014' !important;
    color: #006837 !important;
    font-size: 14px !important;
}

.source1:hover {
    text-decoration: none;
}

.source2:hover {
    text-decoration: none;
}

.source3:hover {
    text-decoration: none;
}

.quoteDiv p {
    font-family: 'Helvetica Neue';
    border: 1px solid lightgray;
    border-radius: 10px;
    color: #707070;
    font-size: 17px;
    padding: 15px !important;
    font-weight: normal !important;
    font-weight: lighter;
    margin-top: 15px;
}

.count-2 {
    padding-left: 0;
    padding-right: 0;
}

.count-3 {
    padding-right: 0;
}

.twitter-icon .fa-twitter {
    cursor: pointer;
    color: #ffffff;
    padding: 5px;
}

.facebook-icon {
    background: #3B5998;
    border-radius: 7px;
}

.facebook-icon .fa-facebook {
    cursor: pointer;
    color: #ffffff;
    padding: 5px;
}

.tweetlnk:hover {
    text-decoration: none;
}

.facelnk:hover {
    text-decoration: none;
}

.tweetlnk span {
    color: #ffffff;
}

.facelnk span {
    color: #ffffff;
}

.twitter-icon {
    background-color: #1DA1F2;
    margin: 0 12px;
    border-radius: 7px;
}

.count-section {
    position: relative;
}

.social-icons-section {
    justify-content: center;
    margin-bottom: 1rem;
}

.count-content-sec p {
    font-family: 'Helvetica Neue';
    color: #707070;
    font-size: 17px;
    font-weight: normal !important;
    font-weight: lighter;
    margin-top: 15px;
    padding: 0 0 0 15px!important;
}

.count-content-sec b {
    color: #707070;
    font-family: 'DIN 2014 EXTRA BOLD';
}

.Story-form-wrap {
    background-color: #00683724;
    padding: 10px;
    border-radius: 5px;
}

.shareYourStoryBtn {
    color: white;
    background-color: #006837;
    padding: 5px;
    border-radius: 5px;
    border: none;
    float: right;
    margin-bottom: 10px;
    font-family: inherit;
}

.shareYourStoryBtn2 {
    display: none;
    color: white;
    background-color: #006837;
    padding: 5px;
    border-radius: 5px;
    border: none;
    float: right;
    margin-top: 10px;
    font-family: inherit;
}

.shareYourStoryBtn i {
    padding-left: 50px;
}

.shareYourStoryBtn2 i {
    padding-left: 50px;
}

.ShareYourStorylabel {
    display: block;
    font-family: 'DIN 2014';
    color: #006837;
    font-weight: 600;
    font-size: 22px;
}

.shareYourStorytextarea::placeholder {
    color: #707070;
    font-size: 18px;
    font-family: 'Helvetica Neue';
}

.Story-form-wrap form {
    margin-bottom: 0;
}

form .textAreaWrap {
    margin-bottom: 0;
}

.textAreaWrap textarea {
    border: none;
    outline: 3px solid white;
}

.textAreaWrap textarea::placeholder {
    color: #99a1a7;
}

.textAreaWrap textarea:focus {
    outline: 6px solid white !important;
}

.voices-video-section iframe {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}

.voices-video-section {
    margin-top: 10px;
}


/* story-page-css */

.story-intro-head {
    margin-top: 30px;
}

.story-intro-head p {
    color: black;
    font-size: 38px;
    font-family: 'DIN 2014';
    text-align: center;
    font-weight: bold;
}

.story-second-content p {
    color: #006837;
    font-family: 'DIN 2014';
    font-size: 25px;
    font-weight: bold;
}


/* form-story */

.story-form-field {
    width: 100%;
}

#story .story-form-field {
    height: 100%;
}

.second-form-section {
    padding-right: 0 !important;
    padding-left: 25px !important;
}

#story-form-right-wrapper #story {
    height: 500px;
}

#story-form-left-wrapper select {
    border: 2px solid #00000029;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 5px;
    padding: 5px;
    background-size: 10px !important;
    width: 100%;
    background-image: url('../assets/ourenvironment_assets/Double_Arrows-512.png');
    background-color: #00000009;
    background-position: calc(100% - .5rem), 100% 0;
    background-size: 1.5em 1.5em;
    background-repeat: no-repeat;
}

#submit-wrapper {
    margin-top: 20px;
    text-align: center;
}

#submit-wrapper button {
    background-color: #006837;
    color: white;
    padding: 5px 50px;
    border-radius: 1px;
    border: none;
    font-size: 16px;
    font-family: 'DIN 2014';
    font-weight: 700;
}


/* blog-sec */

.blog-title p {
    color: #000000 !important;
    font-size: 26px !important;
    font-family: 'Din 2014 BOLD' !important;
    margin-bottom: 0 !important;
}

.blog-author {
    font-size: 16px;
    color: #006837;
    font-family: 'Helvetica Neue';
}

.blog-source a {
    font-size: 16px;
    color: #707070;
    font-family: 'Helvetica Neue';
    font-style: italic;
}

.blog-source a:hover {
    color: #707070;
    text-decoration: none;
}

.inner-blog-wrap {
    margin: 20px 0;
    border-bottom: 1px solid #006837;
}

#app div:first-child {
    min-width: 100%;
}


/* end */


/* quote-section */

.quote-content p {
    font-size: 23px !important;
    font-family: 'Helvetica Neue' !important;
    font-weight: 600 !important;
    color: #006837 !important;
    margin-bottom: 0 !important;
}

.quote-sub-content p {
    font-size: 20px !important;
    font-family: 'Helvetica Neue Medium Italic' !important;
    color: #707070 !important;
    text-align: right !important;
    margin-bottom: 0 !important;
}

.quote-inner-wrap {
    padding: 0 30px !important;
    margin: 20px 0 !important;
}

.twittDiv {
    margin: 30px 0;
}

.count-inner-content-sec span {
    font-weight: 700;
}


/* end */


/* hidden honeypot fields */

input.ghost,
textarea.ghost {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}


/* video */

.youtube-container {
    position: relative;
    height: 0;
    /*
    removed because was breaking video
    overflow: hidden;
    */
    margin-bottom: 20px;
}


/* 16x9 Aspect Ratio */

.youtube-container-16x9 {
    padding-bottom: 56.25%;
}


/* 4x3 Aspect Ratio */

.youtube-container-4x3 {
    padding-bottom: 75%;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-image {
    width: 100%;
    height: auto;
}

iframe {
    border: none !important;
}

footer {
    margin-top: 2rem;
    font-family: "din-2014", sans-serif;
    background-color: #dbdedf;
    width: 100%;
    height: 3rem;
}

footer small {
    float: right;
    text-align: right;
    margin: 1rem 1rem auto auto;
}

#header {
    width: 100%;
    height: 225px;
}

#header img#header-image {
    width: 675px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 5px;
    margin-left: -337.5px;
}

#main-text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

#main-text p {
    margin: auto auto 0.5rem auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1rem;
    max-width: 1040px;
    width: 80%;
}

#main-text h2 {
    margin: auto auto 0.5rem auto;
}

button#tell-story {
    background-color: transparent;
    color: darkgreen;
    border: none;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: bold;
}

#blue-section {
    margin: 1rem auto;
}

#blue-section #submit-wrapper,
#blue-section .submit-wrapper {
    text-align: center;
    padding: 1rem auto 0 auto;
}

#blue-section #submit-wrapper .story-form-submit,
#blue-section .submit-wrapper .story-form-submit {
    width: 300px;
    height: 55px;
    background-color: darkgreen;
    color: white;
    font-family: "din-2014", sans-serif;
    font-style: normal;
    font-weight: 800;
    margin: 1.5rem auto 1.5rem auto;
    padding: .75rem;
    font-size: 1.1rem;
    border-radius: 4px;
    border: none;
}

#story-form-left-wrapper .story-form-label,
#story-form-right-wrapper .story-form-label {
    display: block;
    font-weight: 700;
    font-family: 'DIN 2014';
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

#story-form-left-wrapper input {
    border: 2px solid #00000039;
}

#story-form-right-wrapper textarea {
    border: 2px solid #00000029;
}

#story-form-left-wrapper input[type=checkbox],
input[type=radio] {
    background-color: white;
}

#story-form-bottom-wrapper label {
    font-size: 14px;
    font-weight: 700;
}

#form-area {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0 0 0 0;
    background-color: transparent;
    /* border-bottom: 2px solid white; */
}

#form-wrapper {
    width: 1040px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-top: 1rem;
    text-align: center;
    border: none;
}

#form-wrapper input.story-form-field,
#form-wrapper select {
    width: 310px;
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    margin: 0.2rem 0 0.75rem 0;
    border: thin solid grey;
}

#form-wrapper textarea.story-form-field {
    width: 300px;
    height: 530px;
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    margin: 0.2rem 0 0.2rem 0;
    border: thin solid grey;
}

#form-wrapper .story-form-label.checkbox-label {
    margin: 0.2rem 0 0.75rem 0;
}

#form-wrapper form .form-section-wrapper {
    display: inline-block;
    width: 310px;
}

#form-wrapper form #story-form-left-wrapper {
    float: left;
}

#form-wrapper form #story-form-right-wrapper {
    float: right;
}

#form-wrapper form #story-form-bottom-wrapper {
    clear: both;
    width: 110%;
    height: auto;
    text-align: left;
    padding-top: 1rem;
    overflow: auto;
}

#form-wrapper form #story-form-bottom-wrapper #submit-wrapper,
#form-wrapper form #story-form-bottom-wrapper .submit-wrapper {
    width: 100%;
    text-align: center;
    padding: 1rem auto 0 auto;
}

#form-wrapper form #story-form-bottom-wrapper #submit-wrapper #story-form-submit,
#form-wrapper form #story-form-bottom-wrapper .submit-wrapper #story-form-submit {
    width: 175px;
    height: 30px;
    background-color: darkgreen;
    color: #ffffff;
    font-style: normal;
    margin: 6.5rem auto 1.5rem auto;
    font-size: 1.1rem;
    clear: both;
    border: none;
    display: block;
}

#form-wrapper form #story-form-bottom-wrapper label {
    float: left;
    overflow: auto;
}

#video-area {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.video-wrapper,
.article-wrapper {
    vertical-align: top;
    width: 27%;
    height: auto;
    display: inline-block;
    margin-left: 1rem;
}

.video-wrapper h2,
.article-wrapper h2 {
    text-align: left;
}

.content-wrapper {
    margin-left: 1rem!important;
}

#social {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 3rem auto;
}

.circle {
    width: 1em;
    height: 1em;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    display: inline-block;
    margin-left: 1rem;
    background-color: #dbdedf;
}

#see-more-stories {
    margin: 1rem auto;
}

.icon-facebook-1 {
    color: #3b5998;
    font-size: 1.5rem;
}

.icon-twitter-bird {
    color: #1DA1F2;
    font-size: 1.5rem;
}

#sticky-note {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: white;
    background-color: darkgreen;
    position: fixed;
    bottom: 135px;
    right: 0;
    font-family: "din-2014", sans-serif!important;
    font-weight: normal;
    padding: .5rem 5rem .5rem 1.5rem;
    box-shadow: 5px 5px 10px grey;
}

#facebook-submit,
#twitter-submit,
#email-submit,
#sticky-note {
    cursor: pointer;
}

#story-form-left-wrapper .checkbox-label {
    margin-top: 5px !important;
}

.footer-main-wrap {
    background-color: #dbdedf;
}

.footer-inner {
    text-align: right;
}

.footer-inner p {
    margin-bottom: 0;
    font-family: 'DIN 2014';
    padding: 20px 10px;
    font-size: 15px;
}

.footer-inner a {
    font-family: 'DIN 2014';
    color: #0523a0;
}

.footer-inner a:hover {
    text-decoration: none;
    color: #0523a0;
}

footer {
    height: auto;
}


/* latest.css */

.blog-title a {
    color: #000000 !important;
    font-size: 26px !important;
    font-family: 'Din 2014 BOLD' !important;
    margin-bottom: 0 !important;
    text-decoration: none;
}

.blog-title a:hover {
    color: #000000 !important;
    text-decoration: none;
}

#ourenviiframeform {
    width: 100%;
    height: 800px;
}


/* ends */

@media (max-width: 1023px) and (min-width: 769px) {
    #form-wrapper {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        text-align: center;
        border: none;
    }
    #form-wrapper form .form-section-wrapper {
        display: inline-block;
        width: 100%;
    }
    #form-wrapper form #story-form-right-wrapper,
    #form-wrapper form #story-form-left-wrapper {
        float: none;
    }
    #form-wrapper input.story-form-field,
    #form-wrapper select {
        width: 100%;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.75rem 0;
        border: thin solid grey;
    }
    #form-wrapper textarea.story-form-field {
        width: 100%;
        height: 420px;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.2rem 0;
        border: thin solid grey;
    }
    #form-wrapper form #story-form-bottom-wrapper {
        clear: both;
        width: 100%;
        height: auto;
        text-align: left;
        padding-top: 1rem;
        overflow: auto;
    }
    #form-wrapper form #story-form-bottom-wrapper #submit-wrapper,
    #form-wrapper form #story-form-bottom-wrapper .submit-wrapper {
        width: 100%;
        text-align: center;
        padding: 1rem auto 0 auto;
        margin: 8rem auto auto auto;
    }
}

@media (max-width: 768px) and (min-width: 500px) {
    #ourenviiframeform {
        width: 100%;
        height: 1100px;
    }
}

@media (max-width: 500px) and (min-width: 300px) {
    #ourenviiframeform {
        width: 100%;
        height: 1300px;
    }
}

@media (max-width: 768px) and (min-width: 361px) {
    .quote-inner-wrap {
        padding: 0 !important;
    }
    .footer-inner {
        text-align: center;
    }
    #story-form-bottom-wrapper label {
        font-size: 19px;
    }
    .index-select-wrapper {
        padding: 0 15px;
    }
    .story-intro-head p {
        margin-bottom: 0;
    }
    .story-second-content p {
        margin-bottom: 0;
    }
    .voices-inner-video-wrapper {
        padding: 0 15px;
    }
    .select-form-wrap {
        padding: 0 15px;
    }
    #SelectState_title .ddlabel {
        font-size: 30px;
    }
    .dd .ddChild li .ddlabel {
        font-size: 20px;
    }
    .first-intro-sec p {
        font-size: 16px;
    }
    .first-intro-sec {
        padding: 0 15px;
    }
    .stateFactsContent {
        padding: 0 15px;
        font-size: 16px;
    }
    .statefacts {
        font-size: 16px;
    }
    .option-section p:first-child {
        padding: 0 15px !important;
    }
    .toxicsites p:first-child {
        font-size: 38px !important;
    }
    .toxicsites p:nth-of-type(2) {
        font-size: 18px;
    }
    .outdooreconomy p:first-child {
        font-size: 38px !important;
    }
    .outdooreconomy p:nth-of-type(2) {
        font-size: 18px;
    }
    .mercurytoxicpollution p:first-child {
        font-size: 38px !important;
    }
    .mercurytoxicpollution p:nth-of-type(2) {
        font-size: 18px;
    }
    .shareYourStoryBtn2 {
        display: block;
    }
    .shareYourStoryBtn {
        display: none;
    }
    .Story-form-wrap {
        padding-bottom: 52px;
        margin: 15px;
    }
    #header {
        width: 100%;
        height: auto;
    }
    #header img#header-image {
        width: 100%;
        height: auto;
        position: unset;
        top: 0;
        left: initial;
        margin-top: 5px;
        margin-left: 0;
    }
    #form-wrapper {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        text-align: center;
        border: none;
    }
    #form-wrapper form .form-section-wrapper {
        display: inline-block;
        width: 100%;
    }
    #form-wrapper form #story-form-right-wrapper,
    #form-wrapper form #story-form-left-wrapper {
        float: none;
    }
    #form-wrapper input.story-form-field,
    #form-wrapper select {
        width: 100%;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.75rem 0;
        border: thin solid grey;
    }
    #form-wrapper textarea.story-form-field {
        width: 100%;
        height: 420px;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.2rem 0;
        border: thin solid grey;
    }
    #form-wrapper input.story-form-field,
    #form-wrapper select {
        width: 100%;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.75rem 0;
        border: thin solid grey;
    }
    #main-text {
        width: 100%;
        height: auto;
        margin: 0.5rem auto 0 auto;
        text-align: center;
    }
    #main-text p {
        margin: auto auto 0.5rem auto;
        font-size: 1.1rem;
        text-align: center;
        width: 80%;
    }
    #form-wrapper form #story-form-bottom-wrapper {
        clear: both;
        width: 100%;
        height: auto;
        text-align: left;
        padding-top: 1rem;
        overflow: auto;
    }
    button#tell-story {
        /* width: 250px; */
        /* height: 40px; */
        background-color: transparent;
        color: darkgreen;
        border: none;
        font-family: inherit;
        font-size: 1.5rem;
        font-weight: bold;
        margin: auto 1rem;
        left: 0;
    }
    #form-wrapper form #story-form-bottom-wrapper #submit-wrapper,
    #form-wrapper form #story-form-bottom-wrapper .submit-wrapper {
        width: 100%;
        text-align: center;
        padding: 1rem auto 0 auto;
        margin: 12rem auto auto auto;
    }
    .video-wrapper,
    .article-wrapper {
        width: 90%;
        height: auto;
        display: inline-block;
        margin: auto auto 1.25rem auto;
        border-bottom: thin solid darkgreen;
    }
    .content-wrapper {
        margin-left: 0!important;
    }
    .content-wrapper:last-of-type {
        border-bottom: none;
    }
    #sticky-note {
        display: none;
    }
}

@media (max-width: 360px) {
    #header {
        width: 100%;
        height: auto;
    }
    #header img#header-image {
        max-width: 100%;
        height: auto;
        position: unset;
        top: 0;
        left: initial;
        margin-top: 5px;
        margin-left: 0;
    }
    #form-wrapper {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        text-align: center;
        border: none;
    }
    #form-wrapper form #story-form-right-wrapper,
    #form-wrapper form #story-form-left-wrapper {
        float: none;
    }
    #form-wrapper form .form-section-wrapper {
        display: inline-block;
        width: 100%;
    }
    #form-wrapper input.story-form-field,
    #form-wrapper select {
        width: 100%;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.75rem 0;
        border: thin solid grey;
    }
    #form-wrapper textarea.story-form-field {
        width: 100%;
        height: 420px;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        margin: 0.2rem 0 0.2rem 0;
        border: thin solid grey;
    }
    #main-text {
        width: 100%;
        height: auto;
        margin: 0.5rem auto 0 auto;
        text-align: center;
    }
    #main-text p {
        margin: auto auto 0.5rem auto;
        font-size: 1.1rem;
        text-align: center;
        width: 80%;
    }
    #form-wrapper form #story-form-bottom-wrapper {
        clear: both;
        width: 100%;
        height: auto;
        text-align: left;
        padding-top: 1rem;
        overflow: auto;
    }
    button#tell-story {
        /* width: 250px; */
        /* height: 40px; */
        background-color: transparent;
        color: darkgreen;
        border: none;
        font-family: inherit;
        font-size: 1.5rem;
        font-weight: bold;
        margin: auto 1rem;
        left: 0;
    }
    #form-wrapper form #story-form-bottom-wrapper #submit-wrapper,
    #form-wrapper form #story-form-bottom-wrapper .submit-wrapper {
        width: 100%;
        text-align: center;
        padding: 1rem auto 0 auto;
        margin: 12rem auto auto auto;
    }
    .video-wrapper,
    .article-wrapper {
        width: 90%;
        height: auto;
        display: inline-block;
        margin: auto auto 1.25rem auto;
        border-bottom: thin solid darkgreen;
    }
    .article-wrapper:last-of-type {
        border-bottom: none;
    }
    .content-wrapper {
        margin-left: 0!important;
    }
    #sticky-note {
        display: none;
    }
}

@media (max-width: 995px) and (min-width: 300px) {
    .source1 {
        display: none;
    }
    .source2 {
        display: none;
    }
    .source3 {
        display: none;
    }
    .voices-video-section iframe {
        height: 185px;
    }
    #whole-Section-Wrapper {
        margin-bottom: 50px;
    }
    #whole-Section-Wrapper2 {
        margin-bottom: 50px;
    }
    /* .story-form-sec {
        padding: 15px;
    } */
    .story-intro-head {
        padding: 0 30px;
    }
    #story-form-right-wrapper #story {
        border: 1px solid #00000029;
    }
    .second-form-section {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .nav-item-list-wrap li:first-child {
        padding-right: 10px !important;
    }
    .story-intro-head p {
        font-size: 28px;
    }
    .story-second-content p {
        font-size: 16px;
        padding: 15px 15px 0;
    }
    .toxicsites {
        margin: 10px 0;
    }
    .outdooreconomy {
        margin: 10px 0;
    }
    .mercurytoxicpollution {
        margin-top: 10px 0;
    }
    .count-1 {
        padding-left: 15px;
    }
    .count-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .count-3 {
        padding-right: 15px;
    }
    .social-icons-section {
        display: none;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .navbar-brand img {
        width: 200px;
    }
    .nav-item-list-wrap li a {
        font-size: 20px;
    }
}

@media (max-width: 768px) and (min-width: 500px) {
    .navbar-brand img {
        width: 150px;
    }
    .nav-item-list-wrap li a {
        font-size: 18px;
    }
}

@media (max-width: 500px) and (min-width: 300px) {
    .navbar-brand img {
        width: 120px;
    }
    .nav-item-list-wrap li a {
        font-size: 16px;
    }
}
