

/****RESET****/

*{
	margin: 0;
	padding: 0;
}

html{
	font-size: 62.5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	text-decoration: none;
	
}

a{
	text-decoration: none !important;
}



/*Floats*/
.clearfix:after {
    content: ".";
    display: block;    
   	clear: both;
   	height: 20;
   	visibility: hidden;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.clear: {
	clear: both;
}



body{
	background-color: #F1F1F1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";;
	
}

.header{
	display: flex;
	align-items: flex-end;
}

.logo{
	display: flex;
	align-content: center;
	flex-basis: 100%;
}

.logo > a{
	width: 30%;
}
.logo > a > img{
	height: 6rem;
	margin: 2%;
}

.logo > h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #761011;
	font-size: 1.5em;
	line-height:1.1em;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
	margin-left: 3rem;
	
}

.heroimage{
	display: inline-block;
	width: 100%;
	color: blue;
	background-image: url("https://cdn.reachmd.com/uploads/segments/header_image.png");
	background-size: cover;
	background-position: 80% 60%;
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

.heroimage > img{
	width: 100%;
}

.heroimage > h1{
	color: #143855;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.2em;
	width: 50%;
	line-height: 1.23em;
	margin-left: 5%;
	margin-top: 8%;
	margin-bottom: 10%;
	font-weight: 700;
}


.quotecontainer{
	background-color: #751011;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#quote{
	max-width: 80%;
	color: white;
	align-self: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.5em;
	text-align: center;
	margin-bottom: .5rem;
	margin-top: .5rem;
	font-weight: 700;
}

.quotecontainer > h4{
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.2em;
	margin-bottom: .5rem;
}


.quotecontainer > img{
	max-width:60%;
	height: auto;
}

.featuredprograms{

	background-color: white;
	padding-bottom: .5rem;
	padding-top: .5rem;
}

.featuredprograms > h2 {
	text-align: center;
	font-size: 2.75em;
	color: #761111;
	margin-top: 1rem;
	margin-bottom: 1rem;

}

.programs > a > h5{
	color: #143855;
	font-size: 1.4em;
	line-height:120%;
	display: block;
	margin: 0 auto;
	max-width: 80%;
	margin-bottom: 1.5rem;
	margin-top: .8rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

.programs img{
	display: block;
	width: 80%;
	margin: 0 auto;
	padding-top: 2rem;
}

.curriculum{
	color: #1d3353;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-bottom: 2rem;
}

.curriculum > h6{
	display: block;
	font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	letter-spacing: 0px;
	line-height:2.5rem;
	font-size: 2.0em;
	width: 80%;
	margin: 0 auto;
	padding-top: 4rem;
	padding-bottom: 1rem;


}
.curriculumanchor{
	background-color: #1d3353;
	color: white;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 2rem;
	padding-top: 1rem;
	font-weight: bold;
	font-size: 18pt;
}

.curriculumanchor > a {
	text-decoration: none;
}
.curriculumanchor > a > p{
	color: white;
	text-decoration: none;
}

.calltoaction{
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: white;


}


.calltoaction > h6{
	float: right;
}

.calltoactionvideo{
	
	margin: 0 auto;
	max-height: 100%;
}

.calltoactionvideo > video{
	width: 100%;
	vertical-align: top;
}

.calltoaction > h6{
	color: white;
	width: 50%;
	float: right;
	margin-bottom: 2rem;
	font-size: 1.6em;
	text-align: right;
	padding-right: 2rem;
}


.calltoactionP{
	background-color: white;
	color: #444444;
	line-height: 1.8em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 100;
}

.calltoactionP > p{
	width: 80%;
	margin: 0 auto;
	font-size: 2.7em;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: white;
}

.calltoactionP > h2{
	width: 80%;
	margin: 0 auto;
	font-size: 1.6em;
	line-height:125%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: white;
	color: #143855;
	display: block;
}

.twitterfeed{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 2rem;
	padding-top:3rem;
}

.voices{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.voicessquare{
	width: 100%;
	height: calc((100vw/2 - 30px) * 1.34);
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.voices > .voicessquare > h6{
	color: white;
	font-size: 2em;
	width: 80%;
	margin: 0 auto;
	padding-top: 2rem;

}

.resources{
margin-top:1.8em;
}

.resourcesimage{
	background-image: url("https://cdn.reachmd.com/uploads/segments/resources.jpg");
	background-size: cover;
	background-position:right center;
	height: 200px;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	padding-right: 10%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: white;

}

.resourcesimage > a{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-content: flex-end;
}
.resourcesimage > a > h6{
	color: white;
	font-size: 2em;
	align-self: flex-end;
	padding-bottom: 2rem;
}

.resourcestext{
	background-color: white;
	padding-top: 2.5em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.resourcestext > h2{
	color: #761111;
	margin-left: 10%;
	padding-top: 0rem;
	padding-bottom: 1rem;
	font-weight: 300;
	font-size: 1.8em;
	text-transform: uppercase;
}

.resourcestext > h3{
	margin-left: 10%;
	margin-right: 10%;
	color: #143855;
	font-weight: 500;
	padding-bottom: 1rem;
	font-size: 1.6em;
	text-transform: uppercase;
}

.resourcestext > p{
	margin-left: 10%;
	font-size: 1.4em;
}
.resourcestext > ul{
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 10%;
	padding-bottom: 5rem;
	font-size: 1.4em;
}

.meet{
	background-color:white;
}

.meetimage{
	background-image: url("https://cdn.reachmd.com/uploads/segments/steering.jpg");
	background-size: cover;
	background-position:right center;
	height: 200px;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	padding-right: 10%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: white;
}

.meetimage > a{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-content: flex-end;
}
.meetimage > a > h6{
	color: #143855;
	font-size: 2em;
	align-self: flex-end;
	padding-bottom: 2rem;
	flex-basis: 50%;
	text-transform: uppercase;
	text-align: right;
}

.meettext{
padding-top: 1em; 
}

.meettext > h2{
	color: #761111;
	margin-left: 10%;
	padding-top: 2rem;
	padding-bottom: .5rem;
	font-weight: 300;
	font-size: 1.8em;
	text-transform: uppercase;
}

.meettext > h3{
	margin-left: 10%;
	margin-right: 10%;
	color: #143855;
	font-weight: 500;
	padding-bottom: 1rem;
	font-size: 1.6em;
	line-height:110%;
	text-transform: uppercase;
}

.meettext p{
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1rem;
	font-size: 1.4em;
	line-height:130%
}


.meettext{
padding-top: 4em; 
}

.meetbio > h4{
	text-transform: uppercase;
	color: #143885;
	font-weight: 500;
	margin-left: 10%;
	font-size: 1.6em;

}
.meetbio > ol{
	list-style-position: inside;
	list-style-type: none;
	padding-bottom: 2rem;
	line-height: 1.6em;
	margin-left: 10%;
	font-size: 1.2em;

}

.about{
	background-color: white;
}


.aboutimage{
	background-image: url("../images/about.jpg");
	background-size: contain;
	background-position:center center;
	background-repeat: no-repeat;
	height: 200px;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	padding-right: 10%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: white;
}

.abouttext{
	padding-top: 2em; 
}


.abouttext > h2{
	color: #143855;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-weight: 500;
	font-size: 1.8em;
	text-transform: uppercase;
}

.abouttext p{
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 2rem;
	font-size: 1.4em;
}

footer{
	background-color: #143855;
	color: white;
}

.footerinfo{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	align-content: center;
	padding-top: 2rem;
	margin-bottom: 2rem;
}

.footerinfo > a{
	flex-grow: 1;
	align-self: center;
	text-decoration: none;
	text-align: center;
}
.footerinfo > a > h6{
	font-size: 1.5em;
	font-weight: 400;
	align-self: center;
	color: white;
	text-decoration: none;
}

.footerinfo > p{
	font-size: 1.5em;
	font-weight: 400;
	align-self: center;
}

.spacer{
	height: .1rem;
	width: 80%;
	margin: 0 auto;
	border: .1rem solid white ;
	
}
.footerphone{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 1rem;
}
.phone{
	padding-top: 1rem;
	width: 40%;

}

.phone > img{
	width: 4rem;
	color: #5080B6;
}

.phonetext{
	padding-top: 1rem;
}
.phonetext > p{
	color: #5080B6;
	font-size: 1.5em;
	line-height: 1em;	
}

.phonetext > h6{
	font-size: 2em;
	display: inline;
	font-weight: 300;
}

.footersocial{
	display: flex;
	justify-content: center;
	padding-bottom: 1rem;
}

.footersocial > .facebook > img{
	width: 3rem;
	height: 3rem;
	margin: 1rem 1rem;
}
.twitter > img{
	width: 3rem;
	height: 3rem;
	margin: 1rem 1rem;
}


.footerlogo{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.footerlogo > img{
	display: block;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 1rem;
}

.footerlogo > p{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.footercopyright{
	text-align: center;
	padding-bottom: 2rem;
}



/***********************MEDIA QUERIES*********************/
@media only screen and (min-width: 400px){

	html,h1,h2{
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	}
	.logo > a > img{
		height: 9rem;
		margin-left: 6rem;
	}
	#quote{
		font-size: 1.4em;
	}
	.heroimage > h1{
		width: 55%;
		font-size: 4.5em;
	}

	.calltoactionP > h2{
		font-size: 3rem;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.quotecontainer > img{
		max-width:100%;
		height: auto;
		margin-right:20%;
		margin-left:20%;
		flex-wrap: wrap;
	}

	.featuredprograms{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 3rem;

	}

	.featuredprograms > h2{
		flex-basis: 100%;
		font-size: 3em;
		margin-top: 2rem;
		margin-bottom: 2.5rem;
	}

	.programs{
		flex-basis: 80%;
	}
	.programs img {
		flex-basis: 80%;
	}

	.programs > a > h5{
		font-size: 2.5em;
	}

	.heroimage{
		margin-bottom: 3rem;
	}
}



@media only screen and (min-width: 400px){
	
	
	.heroimage > h1{
		margin-top: 4rem;
		font-size: 2.7em;
		width: 55%;
		margin-bottom: 4rem;
	}
	

	.featuredprograms{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 3rem;

	}

	.featuredprograms > h2{
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;	
	}

	.programs{
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
	.programs img {
		-ms-flex-preferred-size: 80%;
		    flex-basis: 80%;
	}

	.programs > a > h5{
		font-size: 2.5em;
	}

}




@media only screen and (min-width: 600px){
	.calltoaction{
		vertical-align: top;
	}

}



@media only screen and (min-width: 750px){
	.logo > h1  {
		font-size: 3em;
		text-align: center;
		flex-basis: 50%;
		margin-left: 5rem;
	}

	#quote{
		font-size: 1.6em;
	}

	.quotecontainer > h4{
		font-size: 1.4em;
	}

	.heroimage{
		margin-bottom: 3rem;
	}
	.heroimage > h1{
		width: 55%;
		line-height:1em;
	}

	.featuredprograms{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 3rem;

	}

	.featuredprograms > h2{
		flex-basis: 100%;	
	}

	.programs{
		flex-basis: 50%;
	}
	.programs img {
		flex-basis: 80%;
	}

	.programs > a > h5{
		font-size: 2.3em;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}


	.curriculum {
		font-size: 3.5em;
		margin-bottom: 4rem;
	}

	.curriculum > h6{
		width: 90%;
		line-height: 4.5rem;
		font-size: 1.2em;
		padding-top: 5rem;
	}


	.calltoactioncontainer{
		width: 80%;
		margin: 0 auto;
		vertical-align: top;
	}

	.calltoaction{
		margin: 0 auto;
	}

	.calltoaction > h6{
		font-size: 2.8em;
	}

	.voices > .voicessquare > h6{
		font-size: 3em;
	}



	.resourcesimage  > a > h6{
		font-size: 2em;
	}

	.resourcestext > h2{
		font-size: 2em;
	}

	.resourcestext > h3{
		font-size: 1.7em;
	}

	.resourcestext > p{
		font-size: 1.4em;
	}
	.resourcestext > ul{
		font-size: 1.4em;
	}

	.meettext > h2{
		font-size: 2em;
	}
	.meettext > h3{
		font-size: 1.7em;
	}
	.meettext p{
		font-size: 1.4em;
	}

	.meetbio > h4{
		font-weight: 500;
		font-size: 1.8em;
	}

	.meetbio > ol{
		font-size: 1.4em;
	}

	.abouttext > h2{
		font-size: 2em;
	} 
	.abouttext p{
		font-size: 1.4em
	}

	.spacer{
		margin-bottom: 2rem;
	}

	.footerwrap{
		display: flex;
		
	}

	.footerphone{
		margin-left: 10%;
		width: 60%;
	}

	.phone{
		width: 20%;
	}

	.footersocial{
		width: 30%;
		float: right;
	}
} 

@media only screen and (min-width: 900px){

	.heroimage{
		background-position: 50% 30%;
	}

	.heroimage > h1{
		font-weight: 700;
		margin-left: 4.5%;
		width: 57%;
		margin-top: 5rem;
		margin-bottom: 6rem;
	 	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	}

	.curriculum > h6 {
		line-height: 3.5rem;
		font-size: 1em;
		padding-top: 0;
	}

	.flexcontainer1{
		padding-bottom: 1rem;
		width: 80%;
		margin: 0 auto;  
	}

	.featuredprograms{
		width: 100%;
		float: left;
		padding-bottom: 3rem;
		margin-bottom: 4.2rem;
	}

	.calltoactioncontainer{

		width: 60%;
		margin-top:6px;
		float: left;
		vertical-align: top;
	}

	.calltoaction{
		width: 100%;
		padding-top: 0rem;
		vertical-align: top;
	}

	.calltoaction > h6{
		font-size: 2.2rem;
	}

	.calltoactionP{
		padding-bottom: 2.5rem;
	}

	.calltoactionP > p{
		font-size: 1.6em;
		line-height: 1.6em;
	}

	.curriculum{
		width: 35%;
		float: right;
		border: 40rem;
		font-size: 2.6em;	
		margin-bottom: 0;
	}


	.twitterfeed{
		float: right;
		width: 35%;
		
		margin-bottom: 1rem;

	}

	.voices{
		float: right;
		width: 35%;
		position: relative;
		
		margin-top: 0;
		
	}


	.resources{
		display: flex;
		flex-flow: row wrap;
		width: 80%;
		margin-left: 10%;
		margin-bottom: 1rem;
		min-height: 28rem;
	}

	.resourcesimage{
		height: auto;
		width: 35%;
		display: flex;
		padding-right: 3%;
	}

	.resourcesimage > a > h6{
		font-size: 2.4em;
		align-self: flex-end;
		text-align: right;
	}

	.resourcestext{
		
		width: 65%;
		
	}

	.resourcestext > h2{
		font-size: 1.2em;
		font-weight: 800;
		margin-left: 5%;
	}

	.resourcestext > h3{
		margin-left: 5%;
		font-size: 1.7em;
	}

	.resourcestext > p{
		margin-left: 5%;
	}

	.resourcestext > ul{
		margin-left: 7%;
	}


	.meet{
		display: flex;
		display: flex;
		flex-flow: row wrap;
		width: 80%;
		margin-left: 10%;
		margin-bottom: 3rem;
		min-height: 28rem;
	}

	.meetimage{
		height: auto;
		width: 35%;
		padding-right: 3%;
	}

	.meetimage > a > h6{
		font-size: 2.4em;
	}

	.meettext{
		width: 30%;
	}

	.meettext > h2{
		font-size: 1.2em;
		font-weight: 800;
	}
	.meetbio > h4{
		font-size: 1.2em;
		padding-top: 1rem;
	}
	.meetbio > h4{
	margin-left: 0%;

	}
	.meetbio > ol{
		line-height: 1.8em;
		margin-left: 0%;

	}

	.about{
		display: flex;
		flex-flow: row wrap;
		width: 80%;
		margin-left: 10%;
		margin-bottom: 3rem;
		min-height: 28rem;
	}

	.aboutimage{
		width: 35%;
		height: auto;
	}

	.abouttext{
		width: 65%;
	}

	.abouttext > h2{
		margin-left: 5%;
	}

	.abouttext > p{
		margin-left: 5%;
	}

	.footerinfo{
		justify-content: flex-start;
		margin: 0 10%;
		width: 30%;
		padding-bottom: 2rem;
	}

	.footerwrap{
		height: 10rem;
	}

	.footerphone{
		border-right: 1px solid white;
		height: 10rem;
	}

	.footersocial{
		border-right: 1px solid white;
	}
	.footerlogo{
		height: auto;
	}

	.footerlogo > img{
		width: 18rem;
	}

	.footerlogo > p{
		width: 33%;
	}

	.footercopyright{
		text-align: left;
	}

	.footercopyright > p{
		margin-left: 10%;
	}

	.voicessquare{
		height: calc((100vw/6 - 48px) * 1.34);
	}
	.voices > .voicessquare > h6{
		height: 0px;
		font-size: 2.8em; 
	}

}


@media only screen and (min-width: 900px){
	.quotecontainer{
		height: 76px;
		display: flex;
		align-items: center;
	}
}

@media only screen and (min-width: 1300px){
	.logo > a > img {
		margin-left: 16rem;
	}

	.programs > a > h5 {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 3em;
	}

	.calltoaction{
		width: 100%;
		vertical-align: top;
	}
}

@media only screen and (min-width: 1320px){
	.quotecontainer{
		height: 52px;
	}
}

@media only screen and (min-width: 1450px){

	.heroimage > h1{
		font-size: 4em;
		line-height: 1.2em;
		margin-bottom: 15rem;
		margin-top: 15rem;
		width:46%;
	}
}

@media only screen and (min-width: 1700px){

	.heroimage > h1{
		margin-bottom: 20rem;
		margin-top: 20rem;
		max-width: 855px;
	}
}
/******************SteeringCommittee*************************/

.steeringcommittee > h2{
	margin-left: 10%;
	margin-top: 2rem;
	padding-bottom: 2rem;
	font-size: 3em;
	color: #771011;
}
.steeringcommittee > .committeemember {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 2rem;
}
.steeringcommittee > .committeemember > img{
	width: 25%;
	max-width: 30%;
	border-radius: 50%;
	float: left;
}

.steeringcommittee > .committeemember > .committeemembertext {
	display: inline-block;
	width: 70%;
	float: right;
	
}

.steeringcommittee > .committeemember > .committeemembertext > h3{
	color: #143855;

}

.steeringcommittee > .committeemember > .committeemembertext > p{
	font-size: 1em;
}


/******************SteeringCommittee Media Queries*******************/


@media only screen and (min-width: 500px){

.steeringcommittee > .committeemember > img{
	display: inline-block;
	width: 25%;
	border-radius: 50%;
	float: left;
	max-width: 110px;
}

.steeringcommittee > .committeemember > .committeemembertext{
	padding-top: 1rem;
}

.steeringcommittee > .committeemember > .committeemembertext > p{
	
	font-size: 1.2em;
}

.steeringcommittee > .committeemember > .committeemembertext > h3{
	font-size: 1.4em;
	margin-bottom: .5rem;
}

}



@media only screen and (min-width: 800px){

.steeringcommittee{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 4rem;
}

.steeringcommittee > h2{
	margin-left: 0%;
}

.steeringcommittee > .committeemember{
	height: 110px;
	width: 47%;
	float: left;
	margin-right: 3%;
}

.steeringcommittee > .committeemember > img{
	display: inline-block;
	width: 25%;
	border-radius: 50%;
	float: left;
	max-width: 110px;
}

.steeringcommittee > .committeemember > .committeemembertext{
	padding-top: 1rem;
}

.steeringcommittee > .committeemember > .committeemembertext > p{
	
	font-size: 1.2em;
}

.steeringcommittee > .committeemember > .committeemembertext > h3{
	font-size: 1.4em;
	margin-bottom: .5rem;
}

}

@media only screen and (min-width: 1350px){
	.steeringcommittee > .committeemember{
	height: 110px;
	width: 30%;
	float: left;
	margin-right: 3%;
	}


}



/************************Resources Page*******************/


.resources2{
	width: 80%;
	margin: 0 auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	margin-top: 3rem;
	background-color: #ededed;
}

.resources2 > .header > h2{
	font-size: 3em;
	color: #771011;
	margin-bottom: 1rem;
}
	
.resources2 > .hyperkalemia > h3{
	font-size: 2.5em;
	color: #121d2b;
	margin-bottom: 1rem;
}

.resources2 > .hyperkalemia > h4{
	font-size: 1.4em;
	margin-bottom: 1rem;
}


.slides{
	margin-bottom: 2rem;
}

.slides > h5{
	font-size: 1.5em;
	margin-bottom: 2rem;
	font-weight: 300;
	color:#666
}

.slides > h6{
	font-size: 1.7em;
	color:#143855;
	margin-bottom: 1rem;
	font-weight:300;
}


.slides > button{
	color: white;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	background-color: #143855;
	font-size:2em;
	font-weight:100;
	margin-bottom: 3rem;
}

.slides > button > img{
	width: 1.2rem;
	margin-left: 1rem;
	margin-right: 1rem;
}


.clinicalarticles{
	margin-bottom: 3rem;
}

.clinicalarticles > h5{
	font-size: 1.5em;
	color:#666;
	margin-bottom: 1rem;
	font-weight: 400;
}


.clinicalarticles > a > p{
	color: #143855;
	font-size: 1.6em;
	text-decoration: underline;
	font-weight:600;
	margin-bottom:.2em;
	target: _blank;
}

.clinicalarticles > h6{
	color: #666;
	font-size: 1.4em;
	font-weight:100;
	margin-bottom:1.5em; 
}

.resources2 > .iron > h3{
	font-size: 2.5em;
	color: #121d2b;
	margin-bottom: 1rem;
}

.resources2 > .iron > h4{
	font-size: 1.4em;
	margin-bottom: 1rem;
}

.resources2 > .guidelines > h3{
	font-size: 2.5em;
	color: #121d2b;
	margin-bottom: 1rem;
}

.resources2 > .guidelines > h4{
	font-size: 1.4em;
	margin-bottom: 1rem;
}

.resources2 > .guidelines >h5{
	font-size: 1.5em;
	color:#666;
	margin-bottom: 1rem;
	font-weight: 400;
}

.resources2 > .websites > h3{
	font-size: 2.5em;
	color: #121d2b;
	margin-bottom: 1rem;
}

.resources2 > .websites > h4{
	font-size: 1.4em;
	margin-bottom: 1rem;
}


.resources2 > .videos > h3{
	font-size: 2.5em;
	color: #121d2b;
	margin-bottom: 1rem;
}

.resources2 > .videos > h4{
	font-size: 1.4em;
	margin-bottom: 1rem;
}





