.HP-ImageBox{
    max-width: 408px;
    margin: 0 auto;
    box-shadow: 0 5px 20px #cdcdcd;
	border:1px solid #d1d1d1;
    margin-bottom: 50px;
}
.HP-ImageBox h2{
    color: #322f31;
    font-weight: 600;
}
.HP-ImageBox ul{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.HP-ImageBox ul li{
    list-style: none;
    margin-bottom: 10px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.HP-ImageBox ul li img{
    margin-right: 10px;
}
.multibuttons a:first-child {
    margin-bottom: 23px;
}
p.multibuttons{
    display: inline-grid;
    display: -moz-inline-box;
    text-align: center;
}
a.Greenbutton, a.WhiteButton, a.WhiteButton-NoBorder,.BlackButton{
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    clear: both;
    font-size: 18px;
}
a.Greenbutton::before, a.WhiteButton::before, a.WhiteButton-NoBorder::before,.BlackButton::before{
    content: "";
    position: absolute;
    left: -306px;
    width: 450px;
    height: 450px;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    bottom: 30px;
}
a.Greenbutton:hover:before, a.WhiteButton:hover::before, a.WhiteButton-NoBorder:hover::before{
    -webkit-transform: translateX(68%) translateY(54%) rotate(45deg);
    transform: translateX(68%) translateY(54%) rotate(45deg);
    border: 1px solid #198314;
}
.BlackButton:hover::before{
    -webkit-transform: translateX(68%) translateY(54%) rotate(45deg);
    transform: translateX(68%) translateY(54%) rotate(45deg);
    border: 1px solid #7f7f7f;
}
a.Greenbutton{
    background-color: #198314;
    color: #fff;
	padding: 9px 24px;
}
a.Greenbutton::before{
    background-color: #2fb24b;
}
a.WhiteButton{
    background-color: #fff;
    color: #198314;
	border: 2px solid #198314;
	padding: 7px 24px;
}
a.WhiteButton-NoBorder{
    background-color: #fff;
    color: #198314;
	padding: 9px 24px;
}
a.BlackButton{
    background-color: #322f31;
    color: #fff;
	padding: 9px 24px;
}
a.BlackButton::before{
background-color: #7f7f7f;
}
a.WhiteButton:hover, a.WhiteButton-NoBorder:hover{
    color: #fff;
}
a.WhiteButton::before, a.WhiteButton-NoBorder::before{
    background-color: #198314;
}
.HP-ImageBox .RCR{
    padding: 0 20px 20px;
}
.HP-ImageBox .multibuttons a.Greenbutton,.HP-ImageBox .multibuttons a.WhiteButton,.HP-ImageBox .multibuttons a.WhiteButton-NoBorder{
    display: block;
    clear: both;
    text-align: center;
    max-width: 203px;
}
.GreyBar-IntroCentered{
    text-align: center;
    padding: 0 5px;
}
.GreyBar-IntroCentered i {
    margin-right: 20px;
}
.GreyBar-IntroCentered .textwithleaf img{
    margin-right: 10px;
}
.GreyBar-IntroCentered .textwithleaf h2{
    font-weight: 600;
}
.HomeSkin .GreyBG {
    padding: 50px 0;
}
.HP-BoxCentered .ImagewithText{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0;
}
.HP-BoxCentered .ImagewithText p{
    font-weight: 600;
}
.HP-BoxCentered .ImagewithText img{
    margin-right: 25px;
	max-width:95px;
}
.HP-BoxCentered .ImagewithText h2{
    font-size: 30px;
    font-weight: 900;
	line-height:32px;
    margin-bottom: 0;
}
.HP-BoxCentered p {
	text-align:center;
}
h2.News{
    text-align: center;
    position: relative;
    padding-bottom: 8px;
    margin: 30px 0;
}
h2.News::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 45px;
    background-color: #288b24;
    margin: 0 auto;
}
.eds_news_NewsEntertainment #HPNewsFeed .edn_articleTitle > a{
    color: #198314 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 38px 0 19px;
}
.eds_news_NewsEntertainment #HPNewsFeed  .edn_articleStyle7 > div{
    padding: unset;
}
.eds_news_NewsEntertainment #HPNewsFeed .edn_articleSummary{
    line-height: 1.2;
    margin-bottom: 15px;
    color: #322f31;
    font-size: 18px;
}
.eds_news_NewsEntertainment #HPNewsFeed .edn_articleStyle7 > section > a::before{
    content: unset;
}
.eds_news_NewsEntertainment #HPNewsFeed .edn_articleStyle7 .edn_articleImage{
    width: unset;
    display: flex;
    margin: 0 auto;
}
.eds_news_NewsEntertainment #HPNewsFeed .edn_smallColGutter [class*=edn_width]{
    margin-top: unset;
}
.eds_news_NewsEntertainment #HPNewsFeed{
    margin-bottom: 30px;
}
.News .edn_445_article_list_wrapper.row {
	margin:0;
}
.eds_news_BlogOne #BlogListView.article {
    margin: 0 0 45px 0;
    padding: 0;
    -webkit-box-shadow: 6px 6px 8px 1px rgba(0,0,0,0.27); 
    box-shadow: 6px 6px 8px 1px rgba(0,0,0,0.27);
    border:1px solid #d1d1d1;
}
.eds_news_BlogOne #BlogListView.article .customtext{
    padding: 10px 30px 20px 30px;
}
.eds_news_BlogOne .customimage {
    display: block;
   /* min-height: 245px;*/
}
.InnerSkin .eds_news_BlogOne.eds_subCollection_news .in_article_image.left {
    margin-right: 0;
    float: none !important;
}
.eds_news_BlogOne.eds_subCollection_news .in_article_image .image_wrapper.no_text {
    margin: 0 !important;
    border: unset !important;
    padding: 0 !important;
}
.eds_news_BlogOne.eds_subCollection_news #BlogListView .in_article_image .image_wrapper img {
    border: 0 !important;
    padding: 0;
}
.eds_news_BlogOne.eds_subCollection_news .in_article_image .image_wrapper img {
    padding: 0 !important;
    border: none !important;
}
.eds_news_BlogOne #BlogListView.article .customtext time {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    color: #322f31;
    width: 100%;
    font-weight: 500;
    display: block;
    font-style: italic;
}
.eds_news_BlogOne #BlogListView.article .customtext time .categories {
    width: 48%;
    text-align: right;
}
.eds_news_BlogOne #BlogListView.article .customtext time .categories a {
    color: #322f31;
    font-size: 14px;
    text-decoration: underline;
}
.eds_news_BlogOne #BlogListView.article h2 {
    display: block;
    margin-bottom: 20px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.eds_news_BlogOne #BlogListView.article h2 a {
    font-size: 26px;
    color: #198314;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    line-height: unset;
}
.eds_news_BlogOne #BlogListView.article h2 a:hover{
    text-decoration: none;
}
.eds_news_BlogOne #BlogListView.article .customtext .content .summary, .eds_news_BlogOne #BlogListView.article .customtext .content .summary p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    color: #322f31;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.eds_news_BlogOne  #BlogListView.article .details{
    min-height: unset;
}
#FeaturedArticle{
    box-shadow: 0 5px 20px #cdcdcd;
    padding: 0 20px;
	margin-bottom:45px !important;
}
.eds_news_Advantage #FeaturedArticle .card .card-header.card-header-image img{
    border-radius: unset;
}
.eds_news_Advantage #FeaturedArticle .card h2.card-title a{
    color: #198314 !important;
    font-size: 26px;
    font-weight: 500;
    font-family: "Source Sans 3", sans-serif;
}
.eds_news_Advantage #FeaturedArticle .card h2.card-title a:hover{
    color: #198314 !important;
}
.eds_news_Advantage #FeaturedArticle .card .author p{
    font-size: 14px;
    color: #322f31;
    font-style: italic;
    font-weight: 500;
    font-family: "Source Sans 3", sans-serif;
}
.eds_news_Advantage #FeaturedArticle .card .card-description.edNews_summary{
    font-size: 18px;
    color: #322f31;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.eds_news_Advantage #FeaturedArticle a.Greenbutton{
    color: #fff !important;
    font-weight: 500;
}
.eds_news_Advantage #FeaturedArticle .card .card-header.card-header-image img {
	box-shadow:unset;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_articleTitle{
    font-size: 32px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    color: #198314;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog h2{
    font-size: 28px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    color: #198314;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog h3{
    font-size: 26px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog h4{
    font-size: 24px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog h5{
    font-size: 22px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog h6{
    font-size: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog h3,.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog h4,.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog h5, .eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog h6{
    font-family: "Source Sans 3", sans-serif;
    color: #198314;
    font-weight: 600;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog ul li, .eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog ol li{
    font-size: 18px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    color: #322f31;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog ul, .eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog ol{
    /* margin-left: unset; */
    padding-left: 1rem;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog ol{
    padding-left: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_metaDetails{
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    color: #322f31;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog p a, .eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog ul li a, .eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog ol li a{
    text-decoration: underline;
    color: #322f31;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog hr{
    height: 2px;
    background-color: #b5b5b5;
    opacity: 0.5;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .detailsshare p.uppercase{
    font-size: 22px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    color: #198314;
    text-transform: uppercase;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .detailsshare ul.SocialIcons {
    display: flex;
    padding-left: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .detailsshare ul.SocialIcons li{
    list-style: none;
    margin-right: 10px;
    font-size: 22px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .detailsshare ul.SocialIcons li .fa-facebook-square:before, .eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .detailsshare ul.SocialIcons li .fa-square-facebook:before{
    color: #224271;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .detailsshare ul.SocialIcons li .fa-linkedin:before{
    color: rgb(0, 123, 181);
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle{
    border: unset;
    background-color: unset;
    box-shadow: none;
    padding: 0;
    margin-top: 30px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul{
    padding-left: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul li::before{
    content: unset;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul li{
    padding-left: 0;
    padding-left: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul li img{
    display: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul li a{
    font-size: 22px;
    font-weight: 600;
    color: #198314;
    line-height: 10px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul li .card-description{
    margin-top: 13px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul li .card-description p{
    margin-bottom: 13px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul li .text-left a{
    line-height: unset;
    font-size: 18px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul li .text-left a:hover{
    color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul li a:hover{
    text-decoration: none;
    color: #198314;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle h2{
    font-size: 24px;
    font-weight: 600;
    color: #322f31;
    border-bottom: unset;
}
#blogModal button.GreenButton {
    background-color: #198314;
    color: #fff;
    padding: 9px 24px;
    margin-top: 15px;
    border: 2px solid #198314;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
}
#blogModal button.GreenButton:hover{
    background-color: #fff;
    color: #198314;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog{
    margin-top: 30px;
}
 
/* Location  */

.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom{
    margin-top: 50px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom h1.edn_articleTitle{
    font-size: 28px;
    color: #198314;
    font-weight: 500;
    font-family: "Source Sans 3", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom p{
    font-size: 18px;
    color: #322f31;
    font-family: "Source Sans 3", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .Address h4, .eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .AddressInfo h4{
    font-size: 18px;
    color: #198314;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .Address, .eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .AddressInfo{
    margin-bottom: 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .Address p a.Greenbutton{
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
    font-family: "Source Sans 3", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .AddressInfo p.phonenumber{
    margin: 20px 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .AddressInfo p.phonenumber i::before{
    color: #322f31;
    margin-right: 5px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .AddressInfo p.phonenumber a{
    color: #198314;
    font-weight: 600;
    font-size: 22px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .locationDetails h4{
    font-size: 18px;
    color: #198314;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .locationDetails p{
    font-size: 18px;
    color: #322f31;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .locationDetails p a{
    font-size: 18px;
    color: #198314;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .locationDetails p a.Greenbutton{
    font-size: 18px;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .edn_article_map button.gm-ui-hover-effect{
    width: 33px !important;
    height: 26px !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.Location-Custom .edn_article_map button.gm-ui-hover-effect span{
    width: 17px !important;
    height: 17px !important;
}
.Greyinner{
    background-color: #ecebeb;
    padding: 30px 0px;
    margin-bottom: 37px;
}

#dnn_Gray_S6{
    display: flex;
    align-items: center;
}
.Greyinner h3{
    color: #322f31;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.PromoBG{
    -webkit-box-shadow: 3px 3px 12px 0px rgba(189, 189, 189, 1);
    -moz-box-shadow: 3px 3px 12px 0px rgba(189, 189, 189, 1);
    box-shadow: 3px 3px 12px 0px rgba(189, 189, 189, 1);
    /* border-radius: 35px; */
    text-align: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    -webkit-align-self: center;
    align-self: center;
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    max-width: 325px;
    margin: 0 auto 45px;
}
.PromoBG .overlay{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.42);
    width: 100%;
    height: 100%;
}
.PromoBG p:first-child {
    margin-bottom: unset;
}
.PromoBG .Content{
    z-index: 3;
    text-align: center;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding-top: 20px;
    transform: translate(-50%, -50%);
    color: #fff;
}
.PromoBG .Content h3{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.PromoBG .Content p{
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.DarkBg .DarkGray, .DarkBg .LightGray , .DarkBg .LightGreen, .DarkBg .DarkGreen{
    text-align: center;
    padding: 40px 50px 80px;
}
.DarkBg .DarkGray{
    background-color: #1d1a1c;
}
.DarkBg .LightGray{
    background-color: #494849;
}
.DarkBg .LightGreen{
    background-color: #198314;
}
.DarkBg .DarkGreen{
    background-color: #055e01;
}
.DarkBg .DarkGray i, .DarkBg .DarkGray h3, .DarkBg .DarkGray p, .DarkBg .LightGray i, .DarkBg .LightGray h3, .DarkBg .LightGray p, .DarkBg .LightGreen i, .DarkBg .LightGreen h3, .DarkBg .LightGreen p, .DarkBg .DarkGreen i, .DarkBg .DarkGreen h3, .DarkBg .DarkGreen p{
 color: #fff;
}
.LightGreen a.WhiteButton{
    border: 2px solid #fff;
    background-color: #198314;
    color: #fff;
}
.LightGreen a.WhiteButton:hover{
    color: #198314;
}
.LightGreen a.WhiteButton::before{
    background-color: #fff;
}
.DarkBg h3, .DarkBg h3, .DarkBg h3, .DarkBg h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.DarkBg p, .DarkBg p, .DarkBg p, .DarkBg p{
    margin-bottom: 10px;
}
.DarkBg i, .DarkBg i, .DarkBg i, .DarkBg i{
    font-size: 36px;
    margin-bottom: 10px;
}
.DarkBg .DarkGray, .DarkBg .LightGray , .DarkBg .LightGreen, .DarkBg .DarkGreen{
    position: relative;
}
.DarkBg a.Greenbutton, .DarkBg a.WhiteButton{
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    max-width: 160px;
    margin: auto;
    width: 100%;
    line-height: 21px;
}
.LiveForm.Default input[type="submit"], .LiveForm.Default input[type="button"]{
    background: #055e01 !important;
    font-family: "Source Sans 3", sans-serif !important;
    font-size: 18px;
    font-weight: 600 !important;
}
.LiveForm.Default input[type="submit"]:hover, .LiveForm.Default input[type="button"]:hover{
    box-shadow: none !important;
    background: #2fb24b !important;
    color: #fff !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .modal-body {
	padding:15px !important;
}
.modal-body{
    padding: 0px 10px 10px !important;
}
.modal-header{
    border-bottom: unset !important;
    padding: 6px 10px 0px !important;
}
.ImgBox h3{
    margin-bottom: 8px !important;
}
.TextBelowImage{
    text-align: center;
    border: 1px solid #cdcdcd;
    padding: 30px 15px 20px;
    box-shadow: 0 5px 20px #cdcdcd;
    border-radius: 12px;
    max-width: 290px;
    margin: 0 auto 35px;
}
.TextBelowImage a{
    color: #198314;
    font-size: 18px;
    font-family: "Source Sans 3", sans-serif;
}
.TextBelowImage h4{
    margin: 0;
}
.TextBelowImage p {
    margin-bottom: 10px;
}

.Veterans{
    text-align: center;
    margin: 50px 0;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_mediaContainer{
    border: unset;
    display: flex;
    justify-content: center;
    margin: 20px 0 30px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog div{
    padding-left: 0;
}
table.SimpleTable{
    margin: 30px 0;
    border: 2px solid #f1f1f1;
}
table.SimpleTable tbody tr th{
    padding: 15px;
    color: #198314;
    font-size: 18px !important;
    font-family: "Source Sans 3", sans-serif !important;
}
table.SimpleTable tbody tr td{
    padding: 15px;
    font-size: 18px !important;
    font-family: "Source Sans 3", sans-serif !important;
}
table.SimpleTable tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .multibuttons a:first-child{
    margin-bottom: unset;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog a.Greenbutton{
    color: #fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog a.WhiteButton{
    color: #198314;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog a.WhiteButton:hover{
    color: #fff;
}
.CubicYard .eds_CarouselGallery_Cards .edsCG_image{
    box-shadow: none;
    border-radius: unset;
}
.CubicYard .eds_CarouselGallery_Cards .swiper-slide{
    padding: 50px;
    margin: 0 auto;
}
.CubicYard .eds_CarouselGallery_Cards .edsCG_itemTitle, .CubicYard .eds_CarouselGallery_Cards .edsCG_itemSubTitle, .CubicYard .eds_CarouselGallery_Cards .edsCG_itemDescription{
    align-self: center;
}
.CubicYard .eds_CarouselGallery_Cards .swiper-button-next, .CubicYard .eds_CarouselGallery_Cards .swiper-button-prev{
    width: 45px;
    height: 45px;
}
.CubicYard .eds_CarouselGallery_Cards .edsCG_itemTitle, .CubicYard .eds_CarouselGallery_Cards .edsCG_itemDescription{
    display: block;
}









@media (min-width: 390px){
    .eds_news_BlogOne #BlogListView.article .customtext{
        padding: 20px 30px 20px 30px;
    }
}

@media (min-width: 768px){
    .DarkBg h3, .DarkBg h3, .DarkBg h3, .DarkBg h3{
        min-height: 57px;
    }

    p.multibuttons{
        display: block;
        text-align: unset;
    }
    .CubicYard .eds_CarouselGallery_Cards .swiper-slide{
        padding: 60px;
    }
    .Veterans {
        padding: 0 50px;
    }
    .DarkBg .DarkGray, .DarkBg .LightGray , .DarkBg .LightGreen, .DarkBg .DarkGreen{
        position: relative;
    }
    .DarkBg a.Greenbutton, .DarkBg a.WhiteButton{
        position: absolute;
        bottom: 28px;
        left: 0;
        right: 0;
        max-width: 160px;
        margin: auto;
        width: 100%;
        line-height: 21px;
    }
    #dnn_Box1, #dnn_Box2, #dnn_Box3{
        padding: 0;
    }
    #dnn_Box4{
        padding-left: 0;
    }
    h2.News{
        margin: 30px 0 0;
    }
    .eds_news_NewsEntertainment #HPNewsFeed .edn_articleTitle > a{
        margin: 19px 0;
    }
}

@media (min-width: 992px) {
    .Greyinner p{
        margin-bottom: 0;
    }
    .eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul{
        display: flex;
    }
    .eds_news_Ozone.eds_subCollection_news .edn_article.DetailBlog .edn_relatedArticles.customarticle ul li img{
        float: left;
        padding-right: 20px;
        display: inline-block;
    }
    .eds_news_NewsEntertainment #HPNewsFeed .edn_articleTitle > a{
        margin: unset;
    }
	.multibuttons a {
		display:inline-block;
	}
    .HP-ImageBox .multibuttons {
        margin-bottom: 0;
    }
	.HP-ImageBox .multibuttons a.Greenbutton, .HP-ImageBox .multibuttons a.WhiteButton, .HP-ImageBox .multibuttons a.WhiteButton-NoBorder {
        display: inline-block;
		margin-bottom:10px;
	}
    .multibuttons a:first-child {
        margin:0 20px 0 0;
    }
	.HP-ImageBox .multibuttons a {
		margin-bottom:15px;
	}
    .HP-ImageBox ul{
        min-height: 140px;
        margin-bottom: unset;
    }
	    .multibuttons a:first-child {
        margin-bottom: unset;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .TextBelowImage h4{
        min-height: 52px;
        line-height: 20px;
    }  
}

@media screen and (min-width: 768px) and (max-width: 1200px){
    a.BlackButton{
        text-align: center;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px){
	
}
@media screen and (min-width: 992px) and (max-width: 1024px){

    .HP-BoxCentered .ImagewithText h2{
     font-size: 23px;
    line-height: 36px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .PromoBG .Content h3{
        font-size: 18px;
    }
    .PromoBG .Content p{
        font-size: 14px;
        line-height: 16px;
    }
	    .HP-BoxCentered .ImagewithText img{
        max-width: 65px;
    }
	 .HP-BoxCentered .ImagewithText h2{
     font-size: 23px;
    line-height: 36px;
    }
}

@media (min-width: 1024px) {
    .Veterans {
        padding: 0 120px;
    }
    .eds_news_NewsEntertainment #HPNewsFeed .edn_articleStyle7 .edn_articleImage{
        width: 100%;
        display: block;
        margin: unset;
    }
    .eds_news_BlogOne #BlogListView.article {
        max-width: 288px;
        width: 100%;
    }
	.eds_news_BlogOne #BlogListView.article.col-12.col-lg-6.even {
		margin:0 30px 45px 0;
	}
    .HomeSkin .GreyBG #dnn_P3_1,.HomeSkin .GreyBG #dnn_P3_2,.HomeSkin .GreyBG #dnn_P3_3{
        border-right: 1px solid #c0bfbf;
    }
	.eds_news_BlogOne #BlogListView.article .customtext{
        padding: 30px 30px 20px 30px;
    }
}

@media (min-width: 1200px) {
    .eds_news_BlogOne #BlogListView.article {
        max-width: 340px;
    }

    .eds_news_BlogOne #BlogListView.article h2 {
        min-height: 56px;
        margin-bottom: 9px;
    }
    .HP-ImageBox .multibuttons .Greenbutton{
        padding: 9px 20px;
    }
    .HP-ImageBox a.WhiteButton, .HP-ImageBox a.WhiteButton-NoBorder {
        padding: 7px 20px;
    }
	a.Greenbutton{
        padding: 9px 20px;
    }
    a.WhiteButton, a.WhiteButton-NoBorder{
        padding: 7px 20px;
    }

}
@media screen and (min-width: 1201px) and (max-width: 1440px){
    .HP-BoxCentered .ImagewithText img{
        max-width: 70px;
    }
	 .HP-BoxCentered .ImagewithText h2{
     font-size: 25px;
    line-height: 28px;
    }
}
@media (min-width: 1600px){
    .DarkBg h3, .DarkBg h3, .DarkBg h3, .DarkBg h3{
        min-height: unset;
    }
    .eds_news_BlogOne #BlogListView.article{
        max-width: 479px;
    }
    .DarkBg .DarkGray, .DarkBg .LightGray, .DarkBg .LightGreen, .DarkBg .DarkGreen{
        padding: 40px 60px 80px;
    }
	.HP-BoxCentered .ImagewithText img{
	max-width:unset;
}
}

@media print {
    td,
    th,
    table.responsive caption,
    table.responsive th,
    table.responsive td {
        border: 1px solid #000 !important; 
    }
    .TopHeader, .scroll-to-top, .DNNEmptyPane, #dnn_TopPaneFull, #scrollTopBtn, #scrollTopBtn .smoothScroll img .overlay, .edn_aditionalBox, .Hero img ,.HP_SliderImages ul li img, .CookiePolicy, header .AccountLoginBtn, header .icons, .Hero .overlay, .HeroNarrow .overlay, .HeroNarrow img, .Hero .wave{
        display: none !important;
    }
    .heightsection{
        padding-top: 0 !important; 
    }
    .Hero .Content h1, .HeroNarrow .Content h1{
        color: #000 !important;
		margin-top:35px;
        text-align: left !important;
    }
	.Hero .Content, .HeroNarrow .Content {
		position:unset;
        text-align: left !important;
	}
	.Hero, .HeroNarrow {
		display:block;
	}
	.HeroNarrow {
        min-height: 80px !important;
        display: block !important;
        position: relative !important;
        margin-bottom: 35px !important; 
    }
	/* .HeroNarrow .Content {
        z-index: unset !important;
        text-align: left !important;
        padding: 0 15px !important;
        position: relative !important;
        top: unset !important;
        width: 100% !important;
        transform: unset !important;
    } */
    .HP_VideoBG .ContentOverlay{
        text-align: left !important;
    }
    footer {
		background-color:#000;
	}
	footer, header {
	display:block !important;
    }
    header {
        position:relative !important;
        box-shadow:unset;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }
    * {
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 â€“ 15.3, Edge */
        color-adjust: exact !important;                 /* Firefox 48 â€“ 96 */
        print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
    }
	footer a, footer p, footer span, .caption p, .caption h2, .ContentOverlay h2, .ContentOverlay p, .alertBarY p, .alertBar p {
		color:#fff !important;
	}
    a[href]:after {
        content: none !important;
    }
    .HomeSkin .row.Spacing.Last, .HomeSkin.Personal .row.Spacing.Last, .InnerSkin .row.Spacing.Last, .InnerSkin.Personal .row.Spacing.Last {
        margin-bottom: 0px;
    }
    #breadcrumb {
        display: none !important;
    }
    .FourIcons p {
        padding: 0px;
    }
    .FourIcons  {
        padding: 10px 0 0 0 !important;
    }
    .FourIcons h2 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }
    p, .bodycontent a {
        color: #000 !important;
		font-size:17px !important;
    }
	.eds_news_BlogOne.eds_subCollection_news .in_article_image .image_wrapper.no_text {
		box-shadow:unset !important;
	}
    .WhiteButton-NoBorder, .BlackButton, .WhiteButton , .Greenbutton {
        color: #000;
    }
    table {
        width: 100%;
        table-layout: auto !important;
    }
    
    ul li, ol li {
        color: #000;
    }
	.PromoBG {
        margin: 0 auto 45px !important;
	}
	.PromoBG p {
		color: #fff !important;
	}
    ul li, ul li a {
        font-size: 18px !important;
    }
    .simpletable th {
        padding: 5px;
    }
    .simpletable th {
        padding: 10px 15px;
    }
    .simpletable tr, .simpletable th {
        border-left: 1px solid #000;
    }
    .simpletable tr td {
        font-size: 16px !important;
        line-height: 17px;
        padding: 5px !important;
        color: #000;
    }
    .table.simpletable> :not(:first-child) {
        border-top: 1px solid #000;
    }
    table.simpletable{
        line-height: 18px;
        color: #000;
        border: #000;
    }
    td:first-child {
        font-size: 18px !important;
        line-height: 18px;
        color: #000;
    }
    .simpletable th {
        vertical-align: top;
        min-width: unset !important;
        font-size: 16px;
        line-height: 19px !important;
    }
    ul.checklist li {
        list-style-type: disc !important;
    } 
    ul.checklist li::before{
        background-image:none !important;
        list-style-position: inside !important;
    }
    ul.checklist{
        list-style-position: inside !important;
    }
    .eds_news_Ozone.eds_subCollection_news .edn_mediaContainer img, iframe, #LocationsInner .serviceicon, #belowsection .loginSection{
        display: none !important;
    }
    .container {
        min-width:500px !important;
    }

	footer #dnn_FooterRight p, #dnn_FooterRightSecond p.nmls{
        color: #fff !important;
    }
    footer, footer #dnn_FooterLeft, footer #dnn_FooterRight, footer .bordertop {
        text-align: left;
    }
    .SimpleTable td{
        padding: 10px;
        font-size: 15px;
    }
    #dnn_FooterLeft p.d-md-inline-block:last-child{
        display: block !important;
    }

}


