@charset "utf-8";
/*****************************************************************************
CSS only for /lifesolutions/index.html
*****************************************************************************/
.mod_section {
	font-family: 'Open Sans', sans-serif;
}

.mod_section a {
	color: #000!important;
}

.Title01{
  font-weight: 700;
}
/* index_h2style
-----------------------------------------*/ 
.index_h2style{
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
	line-height: 1.6;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.index_h2style{
	font-size: 4.4vw;
}
}

/* index_h3style
-----------------------------------------*/ 
.index_h3style{
	font-size: 1.25em;
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
	line-height: 1.6;
	border-bottom: 1px dashed #000;
	margin: 1.4em 0 0.8em 0;
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 0.4em;
}

.index_h3style small{
	font-size: 0.78em;
	font-weight: normal;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.index_h3style{
	font-size: 4vw;
}
}


.download_wrapper{
	margin-bottom: 4em;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
.download_wrapper{
	min-height: auto;
	margin-bottom: 2em;
}
}

ul.pdf_download,
ul.zip_download,
ul.fw_download{
	padding-left: 2em;
}

ul.pdf_download li,
ul.zip_download li,
ul.fw_download li{
	margin-right: 3em;
	margin-bottom: 0.8em;
	text-indent: -0.5em;
	padding-left: 0.5em;
	display: inline-block;
}

ul.pdf_download li a,
ul.zip_download li a,
ul.fw_download li a{
	text-decoration: underline!important;
}

ul.pdf_download li a:hover,
ul.zip_download li a:hover,
ul.fw_download li a:hover{
	text-decoration: none!important;
}

ul.pdf_download li a::before,
ul.zip_download li a::before,
ul.fw_download li a::before{
	content: " \f105";
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 0.5em;
}

ul.pdf_download li a::after{
	color: #9d0701;
	content: " \f1c1";
	font-family: FontAwesome;
	padding-left: 14px;
	display: inline-block;
}
ul.zip_download li a::after{
	color: #000099;
	content: " \f1c6";
	font-family: FontAwesome;
	padding-left: 14px;
	display: inline-block;
}

ul.fw_download li a::after{
	color: #000099;
	content: " \f016";
	font-family: FontAwesome;
	padding-left: 14px;
	display: inline-block;
}