html{
	overflow-x: hidden;
}
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	border: none;
}
p, a, h1, button, li {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
a{
	color: inherit;
	text-decoration: none;
}
h1{
	font-size: 40px;
	font-weight: 400;
	color: #86B135;
	text-align: center;
}
p{
	font-size: 1.5em;
	line-height: 1.5;
}
li{
	color: black; 
	font-size: 18px;
	line-height: 1.5;
	list-style: disc; 
	display: list-item; 
	margin-left: 22px;
}
/* Navigation******************************************************************************************/

#full-nav{
	position: fixed;
	z-index: 100;
	width: 100%;
	background-color: white;
	top: 0px;
	overflow-x: hidden;
}
.logo{
	padding:15px 15px 15px 30px;
	width: 250px;
}
#topNav{
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 101;
	background-color: white;
	border-bottom: solid 5px #592B81;
}

.nav-links{
	overflow: hidden;
	display: flex;
	text-decoration: none;
	text-align: center;
}
.nav-links button {
	border: none;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 10px 20px 10px 20px;
	font-weight: 600;
	transition: 0.3s;
	font-size: 13px;
	text-transform: uppercase;
}

.page1-btn{
	color: white;
	float: left;
	background-color: #ead300;
}

.page2-btn{
	color: white;
	float: left;
	background-color: #592B81;
}
.page3-btn{
	color: white;
	float: left;
	background-color: #ed1d31;
}
.page1-btn:hover{
	background-color:#c9b100;
	transition: .2s;
}

.page2-btn:hover{
	background-color: #431F60;
	transition: .2s;
}
.page3-btn:hover{
	background-color: #c1272d;
	transition: .2s;
}
.tab {
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: center;
	border-bottom: solid 5px #86B135;
	background-color: #592B81;
}
.tab button {
	border: none;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 10px;
	transition: 0.3s;
	font-size: 16px;
	color: white;
	border-radius: 8px 8px 0px 0px;
}
.tablinks1 {
	background-color: #592B81;
	width: calc(100%/3);
}
.tablinks2 {
	background-color: #592B81;
	width: calc(100%/3);
}
.tablinks3 {
	background-color: #86B135;
	width: calc(100%/3);
}
.tablinks1:hover {
	background-color: #C6267E;
}
.tablinks2:hover {
	background-color: #f68620;
}
.tablinks3:hover {
	background-color: #73982D;
}
/* Introduction  ******************************************************************************************/

#banner{
	width: 100%; 
	position: relative;
	top: 90px;
	height: 600px;
	background-image: url("../Imgs/Graphics_MainImage3.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	overflow-x: hidden;
}

.introContent{
	width: 100%;
	margin-top: 100px;
	margin-left: 100px;
	position: relative;
	float: left;
}
#cubeimage{
	width: 80px;
	float: left;
	margin-right: 20px;
}
.introTitle{
	width: 90%;
	float: left;
	margin-top: 0px;
	color: black;
	font-size: 2.5em;
	line-height: 80%;
}
.introCopy{
	width: 35%;
	margin-left: 100px;
	float: none;
	color: black;
	font-size: 1.5em;
	line-height: 1.3;
}
/* Main Container ***********************************************************************************/
#SectionNav{
	position: -webkit-sticky;
	position: sticky;
	z-index: 102;
	width: 100%;
	top: 123px;
	margin-top: 45px;
	justify-content: center;
	overflow-x: hidden;
	display: flex;
}
#main-content{
	margin: auto;
	width: 100%;
}
.tablink {
	background-color: #86B135;
	color: white;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 15px;
	font-size: 16px;
	width: calc(100%/3);
}
.tablink:hover {
	background: #73982D ;
	transition: 0.3s;
}

.tabcontent {
	color: black;
	display: none;
	height: 100%;
}
#legend{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
#legend img{
	margin: auto;
	width: 50px;
	margin-right: 20px;
}
#legend p {
	margin-top: 15px;
	margin-right: 20px;
	font-size: 13px;
}

/*Accordian******************************************************************************************/

.accordion {
	background-color: #E6E6E6;
	color: black;
	cursor: pointer;
	border-radius: 30px;
	padding:10px 10px 10px 20px;
	width: 100%;
	border: none;
	font-size: 16px;
	font-weight: 900;
	transition: 0.2s;
	text-align: left;
}
.accordion:hover {
  background-color: #CECECE;
}

.accordion:after {
	content: url("../Imgs/Graphics_infoicon4.png");
	font-size: 10px;
	color: #BFBFBF;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.activeaccordion:after {
	content: url("../Imgs/Graphics_infoicon-after4.png");
}

.panel {
	margin-top: 5px;
	padding: 0px 0 5px 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}

.tiny-text{
	font-size: 20px;
	padding-top: 10px;
	color: black !important;
}
.text-column{
	width: 75%;
	float: left;
	padding: 20px;
}

.one-column{
	width: 25%;
	float: left;
}
.one-column img{
	width: 100%;
}
.two-column{
	width: 50%;
	float: left;
	padding: 10px;
}
.two-column img{
	width: 100%;
	padding:20px 0px 20px 0px;
}
th {
    text-align: left;
	padding-bottom: 10px;
}
.table-column{
	width: 50%;
	float: left;
	margin: auto;
}
.left-icon{
	width: 40px;
}
.third-column{
	width: calc(100%/3);
	float: left;
	padding: 10px;
}
.third-column img{
	width: 100%;
}
.fifth-column{
	width: 20%;
	float: left;
	padding: 10px;
}
.fifth-column img{
	width: 100%;
}
.print-section{
	width: 100%;
	padding: 50px 0px 50px 0px;
	background-color: #FFFFFF;
	display: flex;
}
#division-column1{
	margin-top: 50px;
	width: 100%;
	padding: 20px 0px 50px 0px;
	background-color: #EEEEEE;
	display: flex;
}
#division-column2{
	width: 100%;
	padding: 50px 0px 50px 0px;
	background-image: url("../Imgs/Graphics_DrugTherapyImg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FF7900;
	display: flex;
}
#division-column3{
	width: 100%;
	padding: 50px 0px 50px 0px;
	background-color: #592B81;
	display: flex;
}
#division-column4{
	margin-top: 50px;
	width: 100%;
	padding: 50px 0px 50px 0px;
	background-color: #EEEEEE;
	display: flex;
}
#division-column5 {
	background-image: url("../Imgs/Graphics_imageGreenOverlay2.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 80px 0px 80px 0px;
	display: flex;
}

#division-column6 {
	color: white;
	margin-top: -10px;
	width: 100%;
	padding: 50px 0px 50px 0px;
	background-color: #86B135;
	display: flex;
}
#division-column7 {
	margin-top: -10px;
	width: 100%;
	padding: 50px 0px 50px 0px;
	background-color: #EEEEEE;
	display: flex;
}
#division-column8 {
	margin-top: -10px;
	width: 100%;
	padding: 50px 0px 50px 0px;
	display: flex;
}

.download-text{
	width: 50%;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	background-color: #D0D0D0;
	border-radius: 30px;
	padding: 10px;
	border: none;
	font-size: 18px;
}

.download-text:hover{
	background-color: #A0A0A0;
}
.resource-btn{
	background-color: #DD0003;
	color: white;
	text-align: center;
	width: 50%;
	margin: auto;
	border-radius: 30px;
	padding: 10px;
	border: none;
	font-size: 12px;
}
.resource-btn img{
	align-self: auto;
	float: left;
	margin: 0px 10px 0px 10px;
}
.resource-btn:hover{
	background-color: #A0A0A0;
}
.center-icon{
	width: 100px;
	margin: auto;
	display: flex;
}
.full-column{
	width: 60%;
	margin: auto;
}
.full-column img{
	width: 100%;
}

#image-gallery{
	margin-top: 30px;
}

.slideCaption{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 300;
	height: 80px;
	color: white;
}
#calendar-btn{
	float: left;
	width: 80px;
	padding: 20px;

}
/*Slider Scale Thing*****************************************************************************************/

.sliderScaleThing{
	width: 100%;
	padding: 0px;
	margin-bottom: 50px;
}
.slider-row{
	width: 100%;
	float: left;
	padding: 10px 0px 10px 0px;
}
.range-text{
	width: 35%;
	float: left;
	padding: 0px;
	font-weight: 600;
	font-size: 15px;
}
.range-text span{
	display: none;
}
.spacer{
	width: 60%;
	float: right;
}
.indicator-left{
	color: #ED1D31;
	float: left;
}
.indicator-right{
	color: #98C83D;
	float: right;
}
.slider {
	font-family: 'Lato', sans-serif;
	-webkit-appearance: none;
	float: right;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	width: 60%;
	height: 10px;
	background: #d3d3d3;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-color: white;
	border-radius: 50%;
	background-color: #A0A0A0;
	cursor: pointer;
}
#slider1::-webkit-slider-thumb {
	background-color: hsl(29, 92%, 55%);
}
#slider2::-webkit-slider-thumb {
	background-color: hsl(29, 92%, 55%);
}
#slider3::-webkit-slider-thumb {
	background-color: hsl(29, 92%, 55%);
}
#slider4::-webkit-slider-thumb {
	background-color: hsl(29, 92%, 55%);
}
#slider5::-webkit-slider-thumb {
	background-color: hsl(29, 92%, 55%);
}
#slider6::-webkit-slider-thumb {
	background-color: hsl(29, 92%, 55%);
}
#slider7::-webkit-slider-thumb {
	background-color: hsl(29, 92%, 55%);
}
#slider8::-webkit-slider-thumb {
	background-color: hsl(29, 92%, 55%);
}
.slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
}
.otherRange{
	width: 70%;
	height: 25px;
}
#avg{
	display: none;
}
.rrIndicator{
	display: flex;
	justify-content: space-between;
	width: 100%;
	float: left;
	padding: 0px;
	margin-bottom: 50px;
}
#rri-btn {
	background-color: #86B135;
	border: none;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	width: 30%;
	cursor: pointer;
}
#myBar {
	width: 80%;
	background-color: #CE6608;
	float: left;
	display: none;
}
#demo{
	padding: 10px 10px 10px 15px;
	color: white;
}
/*footer*****************************************************************************************/

#footer{
	width: 100%;
	background-color: #333333;
	background-image: url("../Imgs/Graphics_footer.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
	position:relative;
	bottom: 0px;
	height: auto;
	float: none;
	overflow-x: hidden;
}
.footnotes{
	color: white;
	font-size: 12px;
	font-weight: 100;
}
.footerlogo{
	padding-top: 150px;
	width: 20%;
}
.footertagline{
	width: 50%;
	padding-top: 20px;
}
/*Screen sizing****************************************************************************************/


@media screen and (max-width:1024px){
	.footerlogo{
		width: 25%;
	}
	.footertagline{
		width: 70%;
	}
	.introCopy{
		width: 60%;
	}
}
@media screen and (max-width:720px){
	.text-column{
		width: 100%;
	}
	.one-column{
		width: 50%;
	}
	.introContent{
		margin-left: 30px;
	}
	.introCopy{
		width: 100%;
		margin-left: 30px;
		padding-right: 40px;
	}
	.introTitle{
		line-height: 90%;
	}
	#SectionNav{
		top: 113px;
	}
	.footerlogo{
		width: 40%;
	}
	.footertagline{
		width: 80%;
	}
}
@media screen and (max-width:500px){
	
	.one-column{
		width: 100%;
		padding-bottom: 20px;
	}
	.full-column{
		width: 100%;
		padding: 20px;
	}
	.tiny-text{
	font-size: 15px;
	}
	.two-column{
		width: 100%;
	}
	.third-column{
		width:100%;
		
	}
	.slider {
		width: 100%;
	}
	.range-text{
		width: 100%;
		padding-bottom: 20px;
	}
	.spacer{
		width: 100%;
	}
	.footerlogo{
		width: 60%;
	}
	.footertagline{
		width: 100%;
	}
}
