


/*desktop version*/ 
.h0 {
	font-size: 50px; 
	font-weight: 400; 
	line-height: 59px; 
	color: #182745; 
	padding-bottom: 20px; 
} 

/*tablet version*/ 
@media screen and (min-width: 700px) and (max-width: 1024px){
	.h0 {
		font-size: 40px; 
		font-weight: 400; 
		line-height: 47px; 
		color: #182745; 
		padding-bottom: 20px; 
	} 

} 

/*mobile version*/ 
@media screen and (max-width: 700px){
	.h0 {
		font-size: 25px; 
		font-weight: 400; 
		line-height: 29px; 
		color: #182745; 
		padding-bottom: 20px; 
	} 
}


/*desktop version*/
.h1 {
	font-size: 46px;
	font-weight: 400;
	line-height: 56px;
	color: #182745;
	padding-bottom: 20px;
}
		
/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.h1 {
		font-size: 40px;
		font-weight: 700;
		line-height: 49px;
		padding-bottom: 20px;
	}
}

/*mobile version*/
@media screen and (max-width: 700px){
	.h1 {
		font-size: 30px;
		font-weight: 700;
		line-height: 37px;
		padding-bottom: 20px;
	}
}


/*desktop version*/
.h2 {
	font-size: 33px;
	font-weight: 400;
	line-height: 40px;
	color: #182745;
	padding-bottom: 20px;
}

/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.h2 {
		font-size: 30px;
		font-weight: 400;
		line-height: 37px;
	}
}

/*mobile version*/
@media screen and (max-width: 700px){
	.h2 {
		font-size: 24px;
		font-weight: 400;
		line-height: 29px;
	}
}


/*desktop version*/
.h3 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;	
	color: #182745;
	padding-bottom: 20px;
}

/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.h3 {
		font-size: 24px;
		font-weight: 400;
		line-height: 29px;
	}
}

/*mobile version*/
@media screen and (max-width: 700px){
	.h3 {
		font-size: 20px;
		font-weight: 400;
		line-height: 25px;	
	}
}


/*desktop version*/
.h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;	
	color: #182745;
	padding-bottom: 20px;
}

/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.h4 {
		font-size: 18px;
		font-weight: 400;
		line-height: 29px;
	}
}

/*mobile version*/
@media screen and (max-width: 700px){
	.h4 {
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;	
	}
}



/*desktop version*/
.b0 {
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
	color: #182745;	
}
/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.b0 {
		font-size: 20px;
		font-weight: 300;
		line-height: 24px;
		color: #182745;	
	}
}

/*mobile version*/
@media screen and (max-width: 700px){
	.b0 {
		font-size: 18px;
		font-weight: 300;
		line-height: 22px;
		color: #182745;	
	}
}


/*desktop version*/
.b2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	color: #182745;	
}
.b2 a {text-decoration: underline;}	

/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.b2 {
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
	}
}

/*mobile version*/
@media screen and (max-width: 700px){
	.b2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;	
		}		
}


/*desktop version*/
.b3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	color: #182745;	
}
.b3 a {text-decoration: underline;}	

/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.b3 {
		font-size: 18px;
		font-weight: 500;
		line-height: 22px;
	}
}

/*mobile version*/
@media screen and (max-width: 700px){
	.b3 {
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;	
		}	
}


/*desktop version*/
.h1-intermediary {
	color: #182745;
	font-size: 32px;
	font-weight: 200;
	line-height: 38px;
	}

/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.h1-intermediary {
		font-size: 30px;
		line-height: 33px;
		}
	}

/*mobile version*/
@media screen and (max-width: 700px){
	.h1-intermediary {
		font-size: 14px;
		line-height: 16px;	
	}		
}


/*desktop version*/
.hero_title {
	color: #182745;
	font-size: 70px;
	font-weight: 200;
	line-height: 75px;
}

/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.hero_title {
		font-size: 60px;
		line-height: 64px;
	}
}

/*mobile version*/
@media screen and (max-width: 700px){
	.hero_title {
		font-size: 40px;
		line-height: 44px;	
	}	
}


/*desktop version*/
.homepage-hero {
	color: #182745;
	font-size: 50px;
	font-weight: 400;
	line-height: 54px;
}

/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.homepage-hero {
		font-size: 40px;
		line-height: 44px;
	}
}

/*mobile version*/
@media screen and (max-width: 700px){
	.homepage-hero {
		font-size: 30px;
		line-height: 34px;	
	}		
}


/*desktop version*/
.hero_info {
	color: #182745;
	font-size: 30px;
	font-weight: 200;
	line-height: 34px;
}

/*tablet version*/
@media screen and (min-width: 700px) and (max-width: 1024px){
	.hero_info {
		font-size: 26px;
		line-height: 30px;
	}
}

/*mobile version*/
@media screen and (max-width: 700px){
	.hero_info {
		font-size: 22px;
		line-height: 25px;	
	}		
}


/*desktop version*/
.hero_subtext {
	color: #182745;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}


		/*desktop version*/
		.text-breadcrumb {
			color: #182745;
			font-size: 14px;
			font-weight: 400;
			line-height: 18px;
		}

		/*tablet version*/
		@media screen and (min-width: 700px) and (max-width: 1024px){
			.breadcrumb {
				font-size: 12px;
				line-height: 16px;
			}
		}

		/*mobile version*/
		@media screen and (max-width: 700px){
			.breadcrumb {
				font-size: 12px;
				line-height: 16px;
			}
		}
		

        
		/*desktop version*/
		.tooltip_header, .tooltip_body {
			color: #182745;
			font-size: 20px;
			font-weight: 200;
			line-height: 24px;
		}
		.tooltip_header {text-decoration: underline;}
		.tooltip_body {text-decoration: none;}
		


/*body text*/
.b1 {
	font-size: 22px;
	font-weight: 300;
	line-height: 25px;
	color: #182745;	
}

.b0{
	font-size: 22px;
	font-weight: 400;
	line-height: 27px;
	color: #182745;	
    font-weight: 300;
}