.Id3060 .hero-bg,
.Id3088 .hero-bg,
.Id3122 .hero-bg {
    display: none;
}

.eds_socialStream .edSocialStream_streamList {
    margin: 1rem auto !important;
}

.edSocialStream_badge {
    display: none !important;
}

.edSocialStream_streamItemContent {
    height: 200px;
    overflow-y: scroll; 
    overflow-x: hidden;
}

.edssm__loadMoreTriggerWrapper {
    display: none !important;
}

/* width */
.edSocialStream_streamItemContent::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.edSocialStream_streamItemContent::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.edSocialStream_streamItemContent::-webkit-scrollbar-thumb {
  background: #e8e8e8;
  border-radius: 3px;
}

/* Handle on hover */
.edSocialStream_streamItemContent::-webkit-scrollbar-thumb:hover {
  background: #dcdcdc; 
}

#dnn_ctr5933_View_btnSubmit {
    position: relative;
    z-index: 100;
}

.text-overlay {
  position: relative;
  text-align: center;
    z-index: 100;
}

.centered {
  position: absolute;
  top: 85%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.centered h1 {
    font-size: 3.5rem;
}

.grecaptcha-badge {
    opacity: 0;
}

@media screen and (max-width: 992px)  {
    .hero-text h1 {
        font-size: 2em;
    }

	.yt-vid {
      width: 350px !important;
      height: 197px !important;
    }

    .Id1535 .column-grey h2 {
        font-size: 1.75em;
    }

    .centered {
        width: 100%;
        left: 40%;
    }

    .centered h1 {
        font-size: 1.5rem;
        width: 100%;
    }

    .meet-the-team .col-md-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .meet-the-team h2 {
        font-size: 1.5em;
    }

    .meet-the-team h4 {
        font-size: 1.25em;
    }
}

.raleway {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.red-line-full {
    border-top: 2px solid #AE1F23;
    width: 90%;
    margin: 15px auto;
}

.red-line-center {
    border-top: 2px solid #AE1F23;
    width: 70px;
    margin: 15px auto;
}

.light-bg {
    background-color: #F9F4F1;
    padding-top: 15px;
    margin-bottom: 15px;
}

.light-bg h1,
.light-bg h2,
.light-bg h3,
.light-bg h4,
.light-bg h5,
.light-bg h6,
.light-bg p {
    color: #483F3A !important;
}

.red-border {
    text-align: center;
    border: 2px solid #AE1F23;
    padding: 15px 5px 20px;
    border-radius: 15px;
}

/* blog overrides */

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleTitle {
    margin-bottom: 5px;
    color: #AE1F23;
    font-size: 32px;
    font-family: 'Acumin Pro', Arial, Helvetica, sans-serif !important;
}

.eds_news_Ozone.eds_subCollection_news a {
    color: #AE1F23;
}

.eds_news_Ozone.eds_subCollection_news a:hover {
    color: #000;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton, .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit {
    border: 1px solid #AE1F23;
    color: #AE1F23;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover, .eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit:hover {
    background-color: #AE1F23;
}

.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer {
    border: 0px;
}

.eds_news_Ozone h1, .eds_news_Ozone h2, .eds_news_Ozone h3, .eds_news_Ozone h4, .eds_news_Ozone h5, .eds_news_Ozone h6 {
    color: #AE1F23;
    font-weight: 500;
}

.eds_news_Ozone h1 {
    font-size: 38px;
    font-family: 'Acumin Pro', Arial, Helvetica, sans-serif !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSubTitle {
    color: #AE1F23;
    font-size: 24px;
    font-family: 'Acumin Pro', Arial, Helvetica, sans-serif !important;
}

.eds_news_Ozone p {
    font-size: 16px;
    color: #000;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

/* quick forms */

.qf_form {
    width: 100% !important;
}

.qf_form .field_title label {
    font-family: 'Open Sans';
}

.qf_form .qf_field {
    display: flex !important;
    flex-direction: column;
}

.qf_form .qf_textbox,
.qf_form .qf_textarea {
    width: 100% !important;
}

.qf_field.qf_field_div138,
.qf_field.qf_field_div141 {
    max-width: 200px;
}

.qf_submit {
    margin: 10px 0;
    padding: 10px 30px !important;
    border: 2px solid #000 !important;
    background-color: #fff;
    color: #000 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

    .qf_submit:hover {
        color: #fff !important;
        background-color: #000 !important;
        text-decoration: none;
    }






