@charset "utf-8";
/* CSS Document */

.top_bg{
	background-color:#1A61AD;
	
}

.hr_pencil{
	stroke-width: 6px;
stroke: #000000;
	
	
}

.btn_orange{
	background-color:#FF9E49;
	font-family: Lato;
font-style:normal;
font-weight: 400;
}
.btn_orange:hover{
	background-color:#FF9E49;
	font-family: Lato;
	font-style: italic;
	font-weight: 400;
}

.btn_yellow{
	background-color:#FDBC49;
	font-family: Lato;
font-style:normal;
font-weight: 400;
}
.btn_yellow:hover{
	background-color:#FDBC49;
	font-family: Lato;
	font-style: italic;
	font-weight: 400;
}



.btn_blue{
	background-color:#C2E3F0;
	font-family: Lato;
font-style:normal;
font-weight: 400;
	color:#1A61AD;
}
.btn_blue:hover{
	background-color:#C2E3F0;
	font-family: Lato;
	font-style: italic;
	font-weight: 400;
		color:#1A61AD;

}




.header_type{
color: #FF5627;
font-family: Lato;
font-style: italic;
font-weight: 900;
line-height: normal;
}
.card_title{
color: #000000;
text-align: center;
font-family: "Lato";
font-style: italic;
font-weight: 600;
	
	
}



.type_normal{
color: #000000;
text-align: center;
font-family: "Lato";
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
	
	
}
.type_normal_i{
color: #000000;
text-align: center;
font-family: "Lato";
font-style: italic;
font-weight: 500;
line-height: 20px; /* 100% */
	
	
}

.type_normal_r{
color: #000000;
font-family: "Lato";
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
	
	
}
.type_normal_ri{
color: #000000;
font-family: "Lato";
font-style: italic;
font-weight: 500;
line-height: 20px; /* 100% */
	
	
}

.type_bold{
color: #000000;
font-family: Lato;
font-weight: 800;
line-height: 31px;
}


.type_bold_i{
color: #000000;
font-family: Lato;
font-style: italic;
font-weight: 800;
line-height: 31px;
}

.type_bold_i_blue{
color:#C2E3F0;
font-family: Lato;
font-style: italic;
font-weight: 800;
line-height: 31px;
}



.icon_color{
	color:#C2E3F0;
	
}
.icon_color:hover{
	color:#000C42;
	
}

.nav_type{
	color:#C2E3F0;
	font-family: Lato;
	font-style: normal;
	font-weight: 500;
	
}
.nav_type:hover{
	color:#C2E3F0;
	font-family: Lato;
	font-style: italic;
	font-weight: 500;
	
}





















