.has-padding-on-mobile {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width : 480px) {

}
@media only screen and (min-width : 768px) {
	.nav-main .mr-2 {
  		margin-right: 1rem !important;
	}
  .has-padding-on-mobile {
   padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width : 992px) {
}
@media only screen and (min-width : 1200px) {
}
@media only screen and (min-width : 1560px) {
	.nav-main .mr-2 {
  		margin-right: 2rem !importan t;
	}
}

#navtoggler-container { padding: 0 !important; }

div[id^='dnn_'][id$='_ContentPane'] { padding-left: 0 !important; padding-right: 0 !important; }


h3.largerh3 { font-size:29px;}

main div.container, section.containersection {
   margin-bottom: 0px !important;
   margin-top:0px !important;
}
main div.container.mb-0, section.containersection.mb-0 {
  margin-bottom: 0 !important;
  margin-top:0 !important;
}

header.fixed-top { position:fixed !important;}

.my-breadcrumb .SkinObject {
    color: #5d6664 !important; 
}

.subpagemenu ul li a.subpage {
    padding: 1rem .5rem !important;
}
.Normal p, .Normal h3, .Normal h4 {
  text-align: justify;
}
.Normal td p, .Normal th p {
  text-align: inherit;
}
.Normal ul {
  list-style: none;
}
.Normal ul li::before {
  content: "\2022";
  color: #cf355d;
  font-weight: bold;
  display: inline-block; 
  font-size: 1.2rem;
  width: 1em;
  margin-left: -1em;
}

nav#ddfullscreenmenu ul li a.HideOnDesktop, 
nav#ddfullscreenmenu ul li.breadcrumb.HideOnDesktop {
    display: block;
}
@media only screen and (min-width : 768px) {
  nav#ddfullscreenmenu ul li a.HideOnDesktop, 
  nav#ddfullscreenmenu ul li.breadcrumb.HideOnDesktop {
      display: none;
  }
}

.bannerpane main div.container, .bannerpane section.containersection {
    margin-top: 0px !important;
}


blockquote.page-quote p {
    font-size: 20px !important;
}
blockquote.page-quote cite {
    font-size: 16px !important;
}

.Normal a.btn-secondary:visited, .Normal a.btn-primary:visited { color: #fff !important; }

.df-lightbox-wrapper {
    z-index: 200001 !important;
}

.eds_news_Ozone.eds_subCollection_news {
    font-family: "Open Sans",sans-serif;
    line-height: 1.3;
    font-size: 13px;
    color: inherit;
}
.eds_news_Ozone h1, .eds_news_Ozone h2, .eds_news_Ozone h3, .eds_news_Ozone h4, .eds_news_Ozone h5, .eds_news_Ozone h6, .eds_news_Ozone th, .eds_news_Ozone .in_article_image .image_title {
    font-family: "Open Sans",sans-serif;
  color: #004b3d !important;
}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer {
    border: 0;
}
.smbLightOverlayWrapper.modern {
    z-index: 200001 !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_multiArticle > figure > figcaption .edn_articleTitle { color: #fff !important; }
.eds_news_Ozone.eds_subCollection_news a { color:#CF355D!important; }

.dnnFormPopup {
z-index: 1000000 !important;
}


.sweet-alert button {
    background-color: #ccc !important;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 15px !important;
    font-weight: 500;
    text-transform: uppercase !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 8px 32px  !important;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}
.sweet-alert h2 {
  font-family: trajan-pro-3,Helvetica,serif;
    color: #004B3D !important;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}


footer .hiddenLogin { font-size: 10px; }
footer .SkinObject { font-size: 10px; }
footer #dnn_dnnSearch_ClassicSearch { display: none; }

@media (max-width: 767.98px) {
    .rowan-header {
        padding-top: 10px !important;
    }
}

.fixed-top, .fixed-bottom {
    z-index: 100;
}

.personabar-visible .DNNEmptyPane {
    min-height: 60px;
	display: block;
}


.bright-text p, .bright-text li, .bright-text h1, .bright-text h2, .bright-text h3, .bright-text h4, .bright-text th, .bright-text td, .bright-text a {
    color: #fff !important;
}

.personabar-visible .space-on-admin {
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-top: 1px dashed #ff9900;
	border-bottom: 1px dashed #ff9900;
}
.show-on-admin {
	display: none;
}
.personabar-visible .show-on-admin {
	color: #ff9900;
	font-weight: bold;
	display: block;
}

.personabar-visible .stripe-on-admin {
	background-image: linear-gradient(135deg, #f0da9e 25%, #f5edbf 25%, #f5edbf 50%, #f0da9e 50%, #f0da9e 75%, #f5edbf 75%, #f5edbf 100%);	
	background-size: 56.57px 56.57px;
	opacity: 0.3;
}

.bg-rowangreen {
	background-color: #004b3d;
	color: #fff;
}
.bg-rowanred {
	background-color: #cf355d;
	color: #fff;
}
.bg-lightgreen {
	background-color: #d3e2df;
}
.p-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.p-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.p-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.p-120 {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width: 768px) {
	.p-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.p-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.p-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.p-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
}