/* Standard HTML Tags */
.EasyDNNSkin_Ozone2 h2:not([class]) {
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	line-height: 1;
	font-family: Lato, sans-serif;
	letter-spacing: 0px;
	text-align: inherit;
	color: #0f75bc !important;
	position: relative;
	margin-bottom: 25px !important;
	padding-bottom: 20px !important;
}
.EasyDNNSkin_Ozone2 h2:not([class]):before, h2:not([class]):after {
	content: "";
	position: absolute;
	width: 60px;
	bottom: 0;
	/* left: 7%; */
	left: 0%;
	height: 3px;
}
.EasyDNNSkin_Ozone2 h2:not([class]):before {
	background-color: #268fe0;
	/* margin-left: -60px; */
}
.EasyDNNSkin_Ozone2 h2:not([class]):after {
	background: url("../_default/Containers/OAAC/images/defaultSeparator2/predefined/box3TitleImage.png") 0 0 repeat-x;
	content: "";
	position: absolute;
	width: 60px;
	bottom: 0;
	/* left: 7%; */
	left: 60px;
	height: 3px;
}
.EasyDNNSkin_Ozone2 h3:not([class]) {
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	font-family: Lato, sans-serif;
	letter-spacing: 0px;
	text-align: inherit;
	/* color: #0f75bc !important; */
	color: #0f75bc;
	position: relative;
	margin-bottom: 20px !important;
}

p {
	margin-bottom: 20px !important;
}

img {
	max-width: 100%;
}

.banner img {
	width: 100%;
}
.banner.alignTop img {
	object-position: center top;
}
.banner.alignMiddle img {
	object-position: center center;
}
.banner.Bottom img {
	object-position: center bottom;
}
.banner.dark:before {
	content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15); /* darkness amount */
}
.banner.dark + .edn_PrimaryDetails .edn_articleSummary {
	color: #ffffff !important;
}
.banner.darker:before {
	content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* darkness amount */
	z-index: 200;
}
.separator {
	height: 2px;
	background-color: #2783C4;
	width: 100%;
}
.separator.thick {
	height: 90px;
}

.providerDegrees {
  color: #8dc63f;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

/* Remove default ul styles */
ul:not([class]):not([id]):not([style]),
ul.list-columns:not([id]):not([style]) {
	margin-bottom: 2rem !important;
	list-style: none;
	position: relative;
}
/* Assign new styles */
ul:not([class]):not([id]):not([style]) > li:not([id]):before,
ul.list-columns:not([id]):not([style]) > li:not([id]):before {
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 10px;
}
ul:not([class]):not([id]):not([style]) > li:not([id]):before,
ul.list-columns:not([id]):not([style]) > li:not([id]):before {
  content: '\f054';
  /* float: left; */
  position: absolute;
  left: -20px;
  margin-top: 5px;
}
ul:not([style]) li:not([class]):not([id]),
ul.list-columns li:not([class]):not([id]) {
	margin-bottom: .6rem !important;
	position: relative;
}
ul:not([style]) li:not([class]):not([id]):before {
	color: #56b0d2;
}
ul:not([style]) li:not([class]):not([id]):marker {
  color: #8dc63f;
}

.list-columns {
    column-count: 1;
}

@media (min-width: 768px) {
    .list-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .list-columns {
        column-count: 3;
    }
}
/* End Standard HTML Tags */

/* Bootstrap Overrides */
.card {
	border-radius: 0;
	border: 0 none;
	padding: 25px;
}
.eds_pBackground1 .card .Normal, .eds_pBackground2 .card .Normal {
	color: inherit;
}

/* [class^="col-sm"] .col-sm-1 { flex: 0 0 8.333%; max-width: 8.333%; } */
/* [class^="col-sm"] .col-sm-2 { flex: 0 0 16.667%; max-width: 16.667%; } */
/* [class^="col-sm"] .col-sm-3 { flex: 0 0 25%; max-width: 25%; } */
/* [class^="col-sm"] .col-sm-4 { flex: 0 0 33.333%; max-width: 33.333%; } */
/* [class^="col-sm"] .col-sm-5 { flex: 0 0 41.667%; max-width: 41.667%; } */
/* [class^="col-sm"] .col-sm-6 { flex: 0 0 50%; max-width: 50%; } */
/* [class^="col-sm"] .col-sm-7 { flex: 0 0 33.333%; max-width: 33.333%; } */
/* [class^="col-sm"] .col-sm-8 { flex: 0 0 66.666%; max-width: 66.666%; } */
/* [class^="col-sm"] .col-sm-9 { flex: 0 0 75%; max-width: 75%; } */
/* [class^="col-sm"] .col-sm-10 { flex: 0 0 83.333%; max-width: 83.333%; } */
/* [class^="col-sm"] .col-sm-11 { flex: 0 0 91.667%; max-width: 91.667%; } */
/* [class^="col-sm"] .col-sm-12 { flex: 0 0 100%; max-width: 100%; } */
/* End Bootstrap Overrides */

/* EDS */
.oaacPublishedDate {
	margin-bottom: 1rem;
}

.blog .edn_media {
	/* height: 600px; */
	/* min-height: 600px; */
	/* background-color: rgba(0, 0, 0, 0.45); */
	/* padding: 100px 0; */
}
.blog .edn_media img {
	/* opacity: .45; */
	object-fit: cover;
	object-position: bottom center;
	width: 100%;
	height: 100%;
}
.blog .edn_media .banner.darker {
	padding: 100px 0;
}
.blog .edn_media .edn_mediaContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.blog .edn_PrimaryDetails .edn_metaDetails {
	font-size: 125% !important;
	color: #616262;
	padding: 10px 20px;
}
.blog .banner.darker .edn_PrimaryDetails .edn_metaDetails {
	color: #ffffff !important;
	background-color: rgba(0, 0, 0, 0.45);
}
.blog .edn_PrimaryDetails .edn_articleTitle {
	font-weight: bold;
	font-size: 300%;
	line-height: 115%;
	color: #0f75bc;
}
.blog .banner.darker .edn_PrimaryDetails .edn_articleTitle {
	font-weight: bold !important;
	font-size: 300% !important;
	line-height: 115% !important;
	color: #ffffff !important;
}

.blog .banner.darker .edn_PrimaryDetails .edn_articleTitle {
	color: #ffffff;
}

.blog .banner.darker .edn_PrimaryDetails {
	position: relative;
	z-index: 200;
}



.edn_articleCategories {
	background-color: #56b0d2;
}
.edn_articleCategories a {
	padding: 3px;
	/* background-color: #56b0d2; */
	color: #ffffff !important;
}
.edn_articleCategories a, .edn_articleTags a {
	padding: 3px;
}

.eds_largerText {
	font-size: 2.1rem !important;
	line-height: 1.3 !important;
}

.eds_box7 header, .eds_box7 footer {
	width: 100%;
}
.eds_box7 .eds_boxContent {
	padding: 0 40px;
}
.eds_box24 .eds_boxBackground {
	background-position: top center;
}
.article_pager {
	margin-bottom: 30px;
}
.article_pager .page {
	padding: 5px 13px;
	margin-right: 5px;
}

.eds_boxContent p.text-end {
    margin-top: auto;
}
/* End EDS */


.oaacModule {
	/* padding: 50px 0; */
	margin-bottom: 50px;
}
/* .DnnModule > div,  */
.oaacModule, .eds_content2 {
	/* padding: 50px 0; */
	/* margin-bottom: 50px; */
}
.eds_content1 .DnnModule,
.eds_content2 .DnnModule,
.eds_content5 .DnnModule,
.eds_paralaxBackground .DnnModule {
	margin: 35px 0;
}
.primaryBackground {
	background-color: #2895D0;
}
.secondaryBackground {
	/* background-color: #2895D0; */
	background-color: #25aae1;
}
.tertiaryBackground {
	background-color: #56B0D2;
}
.alertBackground {
	background-color: #F37D4E;
}

.eds_box10 article:nth-child(even) {
    flex-direction: row-reverse;
}

.whiteText * {
	color: #ffffff !important;
}

.whiteLinks a:link, .whiteLinks a:visited, .whiteLinks a:hover, .whiteLinks a:active, 
a.whiteLinks:link a.whiteLinks:visited a.whiteLinks:hover a.whiteLinks:active {
	color: #ffffff;
}
.border-top {
	border-top: 7px solid #2a88c9 !important;
	border-radius: 0;
}

/* Buttons */
.eds_btn.eds_btnTransparent {
	background-color: transparent;
}
.edn_readMoreButtonWrapper a:link {
	text-align: center;
}
/* End Buttons */

/* Alerts */
/* .alert, .message, .caution { */
  /* -moz-border-radius: 3px; */
  /* -webkit-border-radius: 3px; */
  /* border-radius: 3px; */
  /* padding: 17px 18px; */
  /* text-align: center; */
  /* margin: 0 auto 40px; */
  /* width: 100%; */
  /* display: block; */
  /* -moz-box-sizing: border-box; */
  /* -webkit-box-sizing: border-box; */
  /* box-sizing: border-box; */
/* } */
/* .alert { */
  /* background: #F5CFCF; */
    /* background-color: rgb(245, 207, 207); */
  /* background-color: rgba(255, 0, 0, 0.15); */
  /* border-color: #F6B9B9; */
  /* border: 1px solid rgba(255, 0, 0, 0.2); */
  /* text-shadow: none; */
/* } */
/* End Alerts */



/* Allergy Report */
/* Very High Alert Banner */
.allergy-alert-banner {
  background: #F37D4E;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.allergy-alert-banner a:link, .allergy-alert-banner a:visited {
  color: #fff !important;
  text-decoration: underline;
  margin-left: 10px;
}
/* End Very High Alert Banner */

.graphContainer {
    margin-bottom: 40px;
}
    .graphContainer .ticks {
        text-transform: uppercase;
        font-weight: bold;
    }
    .graphContainer.background {
        margin-bottom: 125px;
    }
    .graphContainer.background li:not(.ticks){
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,c4f6ff+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #c4f6ff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#c4f6ff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ffffff 0%,#c4f6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4f6ff',GradientType=0 ); /* IE6-9 */

    }
    .graphContainer.background .chart li.ticks {
    	/* height: 100%; */
    	/* background-color: purple; */
    	padding: 0;
    	margin: 0;
    	/* vertical-align: top; */
    	position: absolute;
    	left: 0;
    	width: 100%;
    	text-align: left;
    	display: inline;
    	vertical-align: bottom;
    	z-index: 200;
    }
    .graphContainer.background .chart li.ticks p:nth-child(2n+1) {
    	background-color: transparent;
    }
    .graphContainer.background .chart li.ticks p {
    	height: 25%;
    	margin: 0;
    	padding: 10px;
    	width: 100%;
    	border: 1px solid rgba(204,204,204, .3);
    	border-width: 1px 0 0;
    	bottom: 0;
    	display: inline-block;
    	vertical-align: bottom;
    }
    .graphContainer .chart .barWrapper {
        /*height: 100%;
        display: inline;*/
        /*display: contents;*/
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 20px;
    }
    .graphContainer .chart .barWrapper span {
        /*margin: 0 20px;*/
        height: 100%;
    }
    .graphContainer.background .barTitle {
        margin: 0;
        padding: 20px;
        color: #fff;
        font-weight: bold;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005993+0,1a899c+100 */
        background: #005993; /* Old browsers */
        background: -moz-linear-gradient(top,  #005993 0%, #1a899c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #005993 0%,#1a899c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #005993 0%,#1a899c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005993', endColorstr='#1a899c',GradientType=0 ); /* IE6-9 */
    }

.barTitle {
	width: 100%;
    position: relative;
	width: 100%;
	height: 20%;
}
.mini .barTitle {
}
	

.graphContainer2 {
	height: 535px;
	margin-bottom: 35px;
}
.mini .graphContainer2 {
	height: 250px;
	margin-bottom: 20px;
}

.chart {
	position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 80%;
    margin: 0 auto;
	padding: 0;
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 2%, transparent 2%);
    background-size: 100% 50px;
    background-position: left top;
}

.chart li:not(.ticks)
{
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    height: 100%;
}
.chart li.ticks {
	height: 100%;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: left;
	display: inline;
	vertical-align: bottom;
	z-index: 10;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #dedede;
}
.chart li.ticks p {
	height: 25%;
	margin: 0 !important;
	width: 100%;
	border: 1px solid #dedede;
	border-width: 1px 0 0;
	background-color: transparent;
}
.chart li.ticks p:nth-child(2n+1) {
}
.chart li.ticks p:last-of-type {
}
.chart span {
    display: block;
    background: rgba(#d1ecfa, .75);
    width: 100%;
    margin: 0;
}

.animateHeight {
    animation: drawHeight 1s ease-in-out;
}
@keyframes drawHeight{
  0%{height:0;} 
}

.animateWidth {
    animation: drawWidth 1s ease-in-out;
}
@keyframes drawWidth{
  0%{width:0;} 
}


#allergyGraph, .allergyGraph {
    height: 308px;
    margin: 30px 0;
    padding-left: 130px;
    background: url(images/allergyReport/bg_allergyGraph.jpg) no-repeat;
    font-size: 100%;
}

    #allergyGraph div, .allergyGraph div {
        width: 110px;
        height: 240px;
        margin-top: 4px;
        text-indent: -9999px;
        display: inline;
        float: left;
    }
.allergyGraphHor .row {
    margin-top: 5px;
    margin-bottom: 5px;
}

#graph_grass {
}

#graph_weeds {
}

#graph_trees {
}

#graph_mold {
}


.graphBar_green, .graphBar_1, .chart .Low {
    /*background: url(images/allergyReport/bg_graphBar_green.png) bottom center no-repeat;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9ab332+0,4f8305+100 */
background: #9ab332; /* Old browsers */
background: -moz-linear-gradient(top,  #9ab332 0%, #4f8305 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #9ab332 0%,#4f8305 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #9ab332 0%,#4f8305 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ab332', endColorstr='#4f8305',GradientType=0 ); /* IE6-9 */

}

.graphBar_yellow, .graphBar_2, .chart .Medium {
    /*background: url(images/allergyReport/bg_graphBar_yellow.png) bottom center no-repeat;*/
background: -moz-linear-gradient(top,  #ffe787 0%, #e4be25 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffe787 0%,#e4be25 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffe787 0%,#e4be25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe787', endColorstr='#e4be25',GradientType=0 ); /* IE6-9 */
}

.graphBar_orange, .graphBar_3, .chart .High {
    /*background: url(images/allergyReport/bg_graphBar_orange.png) bottom center no-repeat;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9064+0,e66533+100 */
background: #ff9064; /* Old browsers */
background: -moz-linear-gradient(top,  #ff9064 0%, #e66533 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff9064 0%,#e66533 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff9064 0%,#e66533 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9064', endColorstr='#e66533',GradientType=0 ); /* IE6-9 */

}

.graphBar_red, .graphBar_4, .chart .Very.High {
    /*background: url(images/allergyReport/bg_graphBar_red.png) bottom center no-repeat;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc4925+0,b52f14+100 */
background: #fc4925; /* Old browsers */
background: -moz-linear-gradient(top,  #fc4925 0%, #b52f14 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fc4925 0%,#b52f14 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fc4925 0%,#b52f14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4925', endColorstr='#b52f14',GradientType=0 ); /* IE6-9 */

}

.chartHorizontal .Low {
    /*background: url(images/allergyReport/bg_graphBar_green.png) bottom center no-repeat;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9ab332+0,4f8305+100 */
background: #9ab332; /* Old browsers */
background: -moz-linear-gradient(left,  #9ab332 0%, #4f8305 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #9ab332 0%,#4f8305 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #9ab332 0%,#4f8305 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ab332', endColorstr='#4f8305',GradientType=0 ); /* IE6-9 */

}

.chartHorizontal .Medium {
    /*background: url(images/allergyReport/bg_graphBar_yellow.png) bottom center no-repeat;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe787+0,e4be25+100 */
background: #ffe787; /* Old browsers */
background: -moz-linear-gradient(left,  #ffe787 0%, #e4be25 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffe787 0%,#e4be25 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffe787 0%,#e4be25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe787', endColorstr='#e4be25',GradientType=0 ); /* IE6-9 */

}

.chartHorizontal .High {
    /*background: url(images/allergyReport/bg_graphBar_orange.png) bottom center no-repeat;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9064+0,e66533+100 */
background: #ff9064; /* Old browsers */
background: -moz-linear-gradient(left,  #ff9064 0%, #e66533 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ff9064 0%,#e66533 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ff9064 0%,#e66533 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9064', endColorstr='#e66533',GradientType=0 ); /* IE6-9 */

}

.chartHorizontal .Very.High {
    /*background: url(images/allergyReport/bg_graphBar_red.png) bottom center no-repeat;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc4925+0,b52f14+100 */
background: #fc4925; /* Old browsers */
background: -moz-linear-gradient(left,  #fc4925 0%, #b52f14 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #fc4925 0%,#b52f14 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #fc4925 0%,#b52f14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4925', endColorstr='#b52f14',GradientType=0 ); /* IE6-9 */

}

.graphBar_absent {
}

.allergyLevel1, .allergyLevel2, .allergyLevel3, .allergyLevel4 {
    padding: 15px;
    display: inline-block;
}
.allergyLevel1 {
    background-color: green;
}
.allergyLevel2 {
    background-color: yellow;
}
.allergyLevel3 {
    background-color: orange;
}
.allergyLevel4 {
    background-color: red;
}

/*.graphContainer2.background li:not(.ticks),*/
.chart li:not(.ticks) {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,c4f6ff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #c4f6ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#c4f6ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#c4f6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4f6ff',GradientType=0 ); /* IE6-9 */

}
.barTitleType {
        margin: 0;
        padding: 20px 0;
        color: #fff;
        font-weight: bold;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005993+0,1a899c+100 */
        background: #005993; /* Old browsers */
        background: -moz-linear-gradient(top,  #005993 0%, #1a899c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #005993 0%,#1a899c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #005993 0%,#1a899c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005993', endColorstr='#1a899c',GradientType=0 ); /* IE6-9 */
    }
.mini .barTitleType {
	padding: 10px 0;
}



@media (max-width: 400px) {
    .graphContainer .chart li.ticks, .graphContainer.background .chart li.ticks {
        left: 20px;
        font-size: 85%;
    }
    .graphContainer .barTitle, .graphContainer.background .barTitle {
        padding: 20px 0;
        font-size: 85%;
    }
    .graphContainer li:not(.ticks), .graphContainer.background li:not(.ticks) {
        left: -8px;
    }
}
@media (max-width: 767px)
{
  .main-navigation.mobile-menu {
    position: fixed !important;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    top: 0;
    z-index: 997;
    -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    padding-top: 60px !important;
    margin: 0;
    width: 100%;
    /*height: 100vh;*/
    height: 30px;
    background-color: transparent !important;
    color: #ffffff !important;
  }
  
  .eds_fixedHeader ~ .eds_headerContent .eds_box1 {
    padding: 0rem 1rem 4rem;
	height: 400px;
  }
  
  .blog .edn_media {
	  min-height: 600px;
  }
  
  
    .ticks, .graphContainer.background .chart li.ticks {
        /* position: relative !important; */
        display: block !important;
        left: 10px !important;
    }
        .ticks p {
            /* transform: rotate(-90deg) !important; */
            /* text-align: center !important; */
            line-height: 1 !important;
            padding: 10px 0 0 0 !important;
			font-size: 88%;
        }
    .graphContainer .chart .barWrapper span {
        margin: 0 5px !important;
    }
}


.oaacAllergenList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0 16px;
}

.oaacAllergenItem {
	display: inline-flex;
	align-items: center;
	gap: 0px;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.2;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.oaacAllergenLabel {
	font-weight: 700;
}

.oaacAllergenValue {
	font-weight: 600;
}

/* value colors */
.oaacLevelAbsent {
	background: transparent;
	color: #666;
	border-color: #ccc;
}

.oaacLevelLow {
	background: #508406;
	color: #fff;
	border-color: #508406;
}

.oaacLevelMedium {
	background: #E4BE26;
	color: #222;
	border-color: #E4BE26;
}

.oaacLevelHigh {
	background: #E66533;
	color: #fff;
	border-color: #E66533;
}

.oaacLevelVeryHigh {
	background: #B52F14;
	color: #fff;
	border-color: #B52F14;
}

/* End Allergy Report */


/* EDNN Lists */
.oaacListDefault {
	margin-bottom: 20px;
	padding: 40px 35px 22px;
	background-color: rgba(197, 203, 207, 0.1);
}
/* End EDNN Lists */


/* Boxes */
.box {
	padding: 10%;
}
.boxBlue {
	color: #ffffff;
}
	.boxBlue h3:not([class]) {
		color: #ffffff;
	}
	.boxBlue img {
		filter: brightness(100);
	}
.boxBlueLight {
	background-color: #6CC8DF;
}
.boxBlueMedium {
	color: #ffffff;
	background-color: #56B0D2;
}
.boxBlueDark {
	color: #ffffff;
	background-color: #2A88C9;
}
/* End Boxes */