/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.section_h1 {
	font-family: Roboto;
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
}

.section_header_h1 {
	font-family: Roboto;
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
 	display: flex;
	lex-direction: row;
}
.section_header_h1:before {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000;
    margin: auto 40px auto 0px;
}
.section_header_h1:after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000;
    margin: auto 0px auto 40px;
}

.section_h2 {
	font-family: Roboto;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

.title-boxed {
	background-color: #0897f1;
	margin: 25px 0px 25px 0px;
	padding: 15px 15px 15px 15px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 36px;
}
.title-boxed-with-logo {
	margin: 5px 0px 5px 0px !important;
}
.title-sub {
	color: #0897f1;
	font-size: 28px;
	font-weight: 200;
	line-height: 36px;
	margin-bottom: 25px;
}

.product-video-link, .product-video-link a, .product-video-link a:link, .product-video-link a:hover, .product-video-link a:active, .product-video-link a:visited {
	color: #000000 !important;
	text-decoration: underline !important;
}

.product-secondary-text {
	padding: 25px;
}

.product-secondary-text UL {
	padding: 0 0 0 40px;
	list-style-position: outside !important;
}

.product-effectivity-logo {
	max-height: 40px;
	height: 40px;
	align: right;
	margin: 10px 0px 10px 0px;
}
.tapmatic-blue {
	color: #0897f1;
}
UL
{
	list-style-position: inside !important;
}

LI::marker {
 	color: #0897f1;
}