/* Helvetica Neue Thin */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica/HelveticaNeueThin.otf') format('opentype');
    font-weight: 100; /* Thin */
    font-style: normal;
}

/* Helvetica Neue Ultra Light */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica/HelveticaNeueUltraLight.otf') format('opentype');
    font-weight: 200; /* Ultra Light */
    font-style: normal;
}

/* Helvetica Neue Light */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica/HelveticaNeueLight.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: normal;
}

/* Helvetica Neue Medium */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica/HelveticaNeueMedium.otf') format('opentype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

/* Helvetica Neue Roman */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica/HelveticaNeueRoman.otf') format('opentype');
    font-weight: 400; /* Roman, typically equivalent to normal or regular */
    font-style: normal;
}

/* Helvetica Neue Bold */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica/HelveticaNeueBold.otf') format('opentype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

/* Helvetica Neue Heavy */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica/HelveticaNeueHeavy.otf') format('opentype');
    font-weight: 800; /* Heavy */
    font-style: normal;
}

/* Helvetica Neue Black */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica/HelveticaNeueBlack.otf') format('opentype');
    font-weight: 900; /* Black */
    font-style: normal;
} 

.layer_privacy {
	position: relative;
	visibility: visible; 
	top: 75px;
	width: 960px; 
	height: 100%;
	background-color: #FFFFFF;
	border: 0px solid #1B1B1F; 
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.layer_terms {
	position: relative;
	visibility: visible; 
	top: 75px;
	width: 960px; 
	height: 100%;
	background-color: #FFFFFF;
	border: 0px solid #1B1B1F; 
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	text-align: center;
}

p.justify {
	font-family: "Calibri";
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: justify;
	padding-top: 0px;
}

p.justify1 {
	font-family: "Calibri";
	#font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	padding-top: 0px;
}

li.justify {
	font-family: "Calibri";
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	padding-top: 0px;
}


h1.black-bold-left {
	font-family: "Calibri";
	font-weight: bold;
	font-size: 20px;
	color: #1B1B1F;
	text-align: left;
	padding-top: 0px;
}

h2.black-bold-left {
	font-family: "Calibri";
	font-weight: bold;
	font-size: 18px;
	color: #1B1B1F;
	text-align: left;
	padding-top: 0px;
}

h3.black-red{
	font-family: "Calibri";
    font-size: 14px;
    color: #F44336;
    text-align: center;
    padding-top: 0px;
}