/* Standard HTML Tags */
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;
}
h2:not([class]):before, h2:not([class]):after {
	content: "";
	position: absolute;
	width: 60px;
	bottom: 0;
	left: 7%;
	height: 3px;
}
h2:not([class]):before {
	background-color: #268fe0;
	margin-left: -60px;
}
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%;
	height: 3px;
}
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;
	position: relative;
	margin-bottom: 20px !important;
}

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

/* Remove default ul styles */
ul:not([class]):not([id]):not([style]) {
	margin-bottom: 2rem !important;
	list-style: none;
}
/* Assign new styles */
ul:not([class]):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 {
  content: '\f054';
  float: left;
  margin-top: 5px;
}
ul:not([style]) li:not([class]):not([id]) {
	margin-bottom: .6rem !important;
}
ul:not([style]) li:not([class]):not([id]):before {
	color: #56b0d2;
}
ul:not([style]) li:not([class]):not([id]):marker {
  color: #8dc63f;
}
/* End Standard HTML Tags */

/* Bootstrap Overrides */
.card {
	border-radius: 0;
	border: 0 none;
	padding: 25px;
}
/* End Bootstrap Overrides */



.DnnModule > div, .oaacModule, .eds_content2 {
	margin-bottom: 50px;
}
.primaryBackground {
	background-color: #2895D0;
}
.secondaryBackground {
	background-color: #2895D0;
}
.tertiaryBackground {
	background-color: #56B0D2;
}
.alertBackground {
	background-color: #F37D4E;
}

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

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

/* Buttons */
.eds_btn.eds_btnTransparent {
	background-color: transparent;
}
/* 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 {
        position: absolute;
        margin: 0 auto !important;
        width: 100%;
    }
.chart {
    display: table;
    table-layout: fixed;
    /*width: 60%;
    max-width: 700px;*/
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 2%, transparent 2%);
    background-size: 100% 50px;
    background-position: left top;
}
.chart li {
    height: 0;
}
 .chart li
{
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    height: 400px;
}
.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: 10;
	text-transform: uppercase;
	font-weight: bold;
}
.chart li.ticks p {
	height: 25%;
	margin: 0;
	padding: 10px;
	width: 100%;
	border: 1px solid #dedede;
	border-width: 1px 0 0;
	bottom: 0;
	display: inline-block;
	vertical-align: bottom;
	background-color: transparent;
}
.chart li.ticks p:nth-child(2n+1) {
	/*background-color: #f9f9f9;*/
	background-color: transparent;
}
.chart li.ticks p:last-of-type {
	border-bottom-width: 1px;
}
.chart span {
    /*margin: 0 1em;*/
    /*margin: 0 20px;*/
    display: block;
    background: rgba(#d1ecfa, .75);
    /*height: 100%;*/
    width: 100%;
    margin: 0;
}
.chartHorizontal {
    display: table;
    table-layout: fixed;
    /*width: 60%;
    max-width: 700px;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 2%, transparent 2%);
    background-size: 100% 50px;
    background-position: left top;
    position: relative;
}
 .chartHorizontal li
{
    /*position: relative;*/
    display: table-row;
    /*vertical-align: bottom;
    text-align: center;*/
    text-align: left;
}
.chartHorizontal li.ticks {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
/*.chartHorizontal li.ticks span {
	display: inline-block;
	width: 25%;
	padding: 0;
	margin: 0;
	text-align: center;
}*/
.chartHorizontal li.ticks span {
	display: inline-block;
	width: 25%;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	border: 1px solid #ccc;
	border-width: 0 1px 0 0;
}
.chartHorizontal li.ticks span:last-of-type {
    /*border-right-width: 1px;*/
}
.chartHorizontal span {
    /*margin: 0 1em;*/
    padding: 15px 0;
    display: block;
    background: rgba(#d1ecfa, .75);
}
.chartHorizontal span.bar {
    margin-bottom: 10px;
}
.chartHorizontal li p {
    /*position: absolute;
    font-size: 150%;
    z-index: 9000;
    bottom: 0;
    padding: 0 10px;
    color: #ffffff;*/
    padding: 0 5px;
    color: #515151;
    font-weight: bold;
    margin: 0;
}
/*
.chart span:before
{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 5px 10px 0;
    display: block;
    text-align: center;
    content: attr(title);
    line-height: 28px;
}*/

.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 {
}


.chart li {
    height: 400px;
    position: relative;
}
.chart .barTitle {
    bottom: -75px;
    position: relative;
}


.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 */

}
.barTitle2 {
        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 */
    }



@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;
  }
  
    .ticks, .graphContainer.background .chart li.ticks {
        position: relative !important;
        display: block !important;
        left: 15px;
    }
        .ticks p {
            transform: rotate(-90deg) !important;
            text-align: center !important;
            line-height: 1 !important;
            padding: 10px 0 0 0 !important;
        }
    .graphContainer .chart .barWrapper span {
        margin: 0 5px !important;
    }
}

/* End Allergy Report */


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


.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 EDNN Lists */