@CHARSET "ISO-8859-1";

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/OpenSans-Regular.eot) format('embedded-opentype'),
		url(../fonts/OpenSans-Regular.woff) format('woff'),
		url(../fonts/OpenSans-Regular.woff2) format('woff2'),
		url(../fonts/OpenSans-Regularttf) format('truetype'),
		url(../fonts/OpenSans-Regular.svg) format('svg');
}

@font-face {
	font-family: 'Open Sans Semibold';
	font-style: normal;
	src: url(../fonts/OpenSans-Semibold.eot) format('embedded-opentype'),
		url(../fonts/OpenSans-Semibold.woff) format('woff'),
		url(../fonts/OpenSans-Semibold.woff2) format('woff2'),
		url(../fonts/OpenSans-Semibold) format('truetype'),
		url(../fonts/OpenSans-Semibold.svg) format('svg');
}

.terms-of-use-policy-header {
	font-family: Open Sans;
	font-size: 23px;
	color: #1f7ebf;
	height: 80px;
	padding: 0 15px;
}

.terms-of-use-policy-header-text {
	margin-top: 49px;
}

.terms-of-use-nospace {
	padding-left: 0px;
	padding-right: 0px;
}

.terms-of-use-content {
	font-family: Open Sans;
	font-size: 12px;
	color: #333333;
}

.terms-of-use-first-para {
	margin-top: -7px;
}

.terms-of-use-content-header {
	margin-bottom: 26px;
	font-weight: 600;
	color: #333333;
}

.terms-of-use-content-titles {
	font-weight: 600;
	color: #333333;
}

@media ( max-width :767px) {
	.terms-of-use-policy-header {
		display: none;
	}
	.terms-of-use-content-header {
		margin-top: 14px;
	}
}

@media ( min-width :768px) {
	.terms-of-use-content {
		font-size: 12px;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
.terms-of-use-policy-header {
	font-family: Open Sans;
	font-size: 23px;
	color: #1f7ebf;
	height: 80px;
	padding: 0 15px;
}

.terms-of-use-policy-header-text {
	margin-top: 49px;
}

.terms-of-use-nospace {
	padding-left: 0px;
	padding-right: 0px;
}

.terms-of-use-content {
	font-family: Open Sans;
	font-size: 12px;
	color: #333333;
}

.terms-of-use-first-para {
	margin-top: -7px;
}

.terms-of-use-content-header {
	margin-bottom: 26px;
	font-weight: 600;
	color: #333333;
}

.terms-of-use-content-titles {
	font-weight: 600;
	color: #333333;
}

	.terms-of-use-policy-header {
		display: none;
	}
	.terms-of-use-content-header {
		margin-top: 14px;

	}
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
.terms-of-use-policy-header {
	font-family: Open Sans;
	font-size: 23px;
	color: #1f7ebf;
	height: 80px;
	padding: 0 15px;
}

.terms-of-use-policy-header-text {
	margin-top: 49px;
}

.terms-of-use-nospace {
	padding-left: 0px;
	padding-right: 0px;
}

.terms-of-use-content {
	font-family: Open Sans;
	font-size: 12px;
	color: #333333;
}

.terms-of-use-first-para {
	margin-top: -7px;
}

.terms-of-use-content-header {
	margin-bottom: 26px;
	font-weight: 600;
	color: #333333;
}

.terms-of-use-content-titles {
	font-weight: 600;
	color: #333333;
}

	.terms-of-use-policy-header {
		display: none;
	}
	.terms-of-use-content-header {
		margin-top: 14px;

	}
}