
@font-face {
    font-family: 'helen_proregular';
    src: url('fonts/helen_pro_regular-webfont.eot');
    src: url('fonts/helen_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helen_pro_regular-webfont.woff') format('woff'),
         url('fonts/helen_pro_regular-webfont.ttf') format('truetype'),
		 url('fonts/helen_pro_regular-webfont.svg#helen_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { 
	margin:0; 
	padding:0;
	background-color:#fafafa; 
}

nav {
	padding: 10px 0 5px 21px;
	background-color: #FFF;
	border-bottom: 1px solid #e6e6e6;
}
.bg-light { 
	/* background-image: url("../img/terms-wrapp.jpg"); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top; 
	width: 100%;
	height: calc(100vh - 238px); 
	min-height: 777px;
	margin: 0 auto;
}
#like_a_breadcrumb {
	font-family: "helen_proregular";
	font-style: italic;
	color:#acacac;
	margin: 0 auto;
	padding-left: 12px;
	padding-top: 17px;
}
#like_a_breadcrumb > a {
	color:#acacac;
	text-decoration: none;
}
#like_a_breadcrumb > a:hover {
	text-decoration: underline;
}
#content_container {
	padding-left: 21px;
	padding-top: 100px;
	font-family: "helen_proregular";	
}
#content_container > h1 { 
	margin-top: 0;
	font-weight: normal;
}
#content_container > h1.termscnd { 
	margin-top: 71px;
}
#content_container > a { 
	
	color: #000;
}
	.trms-ancorlinks {
		display:block;
		text-decoration: none;
		width: 250px;
	}
	.trms-ancorlinks:hover {
		text-decoration: underline;
	}
	
footer {
	padding: 33px 0 5px 21px;
	background-color: #FFF;
	border-top: 1px solid #e6e6e6;
	height: 140px;
	/* background-image: url("../img/footer-image_1920x.png"); */
	background-repeat: no-repeat;
}
	.mobile-logo {
		width:230px;
		margin:0 auto;
		margin-bottom: 25px;
	}
	.social-icons {
		margin: auto;
		width: 50%;
		/* position: absolute; */
		top: 0;
		right: 0;
		display: flex;
		bottom: 0;
		align-items: flex-start;
		padding-top: 0.8rem;
	}
	.justify-content-center {
		justify-content: center !important;
	}
	.social-icons .social-bubble {
		margin: 0 0.8125rem;
	}
	
	.social-icons .social-bubble span.fb {
		background-position: 0 5px;
	}	
	.social-icons .social-bubble span.tw {
		background-position: -29px 5px;
	}
	.social-icons .social-bubble span.insta {
		background-position: -59px 5px;
	}
	.social-icons .social-bubble span.pin {
		background-position: -87px 5px;
	}
	.social-icons .social-bubble span.yt {
		background-position: -119px 5px;
	}
	.social-icons .social-bubble span.lin {
		background-position: -149px 3px;
	}
	.social-icons .social-bubble span.vim {
		background-position: -178px 6px;
	}
	.social-icons .social-bubble span {
		/* background: url("../img/footer-spray.png") 0 0 no-repeat transparent; */
		height: 2rem;
		width: 2rem;
		display: inline-block;
	}