html, body{
	min-height: 100%;
	height:auto;
}
.color-font-platform{
  	color: #2a9f8c;	
}
.p3 {
	font-size: 0.875rem;
	line-height: 1.375rem;
	font-weight: normal;
	color: #4a4c4f;
}
.bold {
  font-weight: bold;
}
.user-nav{
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
}
.dotted-hr-line{
	border-top: 0.1rem dotted #D6DFE6;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	height: 1rem;
}
.vline{
	border-right: 0.1rem solid #e3e3e3;
	margin-right: -0.1rem;
}
.vline.end{
	border-right-style: none;
}
.service-overview-qualities{
	background-color: #e5f5f8;
}
.service-overview-featureicon  {
	border-radius: 50%;
	padding:18px;
	border: 0.5rem solid #FFF;
	color: white;
	line-height: 0px;
	margin-left: auto;
	margin-right: auto;
	width:100px;
	height:100px
}
.service-overview-featureicon[index='1']{
	background: #83c28c;
	box-shadow: 0 0 0 0.2rem #83c28c;
}
.service-overview-featureicon[index='2']{	
	background: #f4b272;
	box-shadow: 0 0 0 0.2rem #f4b272;
}
.service-overview-featureicon[index='3']{
	background: #7dc4ec;
	box-shadow: 0 0 0 0.2rem #7dc4ec;
}
.service-overview-featureicon[index='4']{
	background: #f9cb74;
	box-shadow: 0 0 0 0.2rem #f9cb74;
}
.service-overview-features {
	margin-bottom:2rem;
}
.service-overview-qualities{
	margin-bottom:2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.service-overview-features-featureoffer{
	padding-left:1rem;
	padding-right:1rem;
	padding-bottom:1rem;
}
footer {
	background: #f5f5f5;
	padding: 0.5rem;
	border-top: 1px solid #d9dfe3;
	position: absolute; 
	width: 100%; 
	bottom: 0;
}
.footer-right-columns,.footer-left-columns{
	padding-left:0;
	padding-right:0;
}
footer ul.links {
    margin: 0;
	padding-bottom: 0px;
}
footer ul.links.row{
	margin-left:0;
	margin-right:0;
}
footer ul.links.row a:hover {
	text-decoration: underline;
}
footer ul.links li {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	font-size: 0.75rem;
	border: none;
}
footer ul.links li:first-child {
	padding-left: 0;
	border: none;
}
footer ul.social li:first-child {
	padding-left: 0;
	padding-rigth: 0;
}
footer img.social-icon {
  width: 18px;
  height: 16px;
  margin-left: 4px;
  background-image: url(/resources/images/social-icons.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
footer img.social-icon.twitter {
  background-position: -243px 0;
}
footer img.social-icon.twitter:hover {
  background-position: -263px 0;
}
footer img.social-icon.youtube {
  background-position: -123px 0;
}
footer img.social-icon.youtube:hover {
  background-position: -143px 0;
}
footer img.social-icon.facebook {
  background-position: -163px 0;
}
footer img.social-icon.facebook:hover {
  background-position: -183px 0;
}
footer .copyright {
	font-size: 0.688rem;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	color: #454545;
}
@media only screen and (max-width: 40em) {
	footer {
        text-align: center;
		position: relative;
    }
	.vline{
		border-right-style: none;
	}
}

.no-text-decoration {
	text-decoration: none !important;
}