/* Start: Potentially should be moved out of the general custom stylesheet?
----------------------------------------------------------------------------- */

.os-benefit-banner-header {

	font-family: Helvetica Neue LT Pro !important;
	font-style: 75 Bold;
	font-size: 16px;
	vertical-align: Top;
	letter-spacing: 2%;
	line-height: 18px;
}

.os-benefit-banner-body {

	font-family: Helvetica Neue LT Pro !important;
	font-style: 55 Roman;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;

	/* or 17px */
	letter-spacing: 0.02em;

	/* Field / Black */
	color: #000000;
}

.os-benefit-banner {
	display:flex;
	border-radius: 4px;
	padding:20px 10px;
	justify-content: center;
	align-items: center;
}

.os-benefit-banner img {
	display:block;
	margin-right:10px;
	width:60px;
	height:50px
}

.os-click {
	cursor:pointer
}

.os-custom-button{
	border:none;
	color: black;
	background: white;
	cursor:pointer;
}

.os-custom-anchor, .os-custom-anchor:hover{
	color:black;
}

.os-custom-icon {
	width:30px;
	height:30px;
	padding-right:10px
}
