* {
	box-sizing: border-box;
}

a:link,
a:active,
a:visited {
	color: #03bafd;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #03bafd;
	text-decoration: underline;
}

body {
	background: #fff;
	color: #333;
	margin: 0;
	-webkit-text-size-adjust: none;
}

footer {
	opacity: 0;
	position: relative;
	z-index: 5;
}

.border{
	border-top: 1px solid #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	margin: 0;
}

.from_editor_div h1,
.from_editor_div h2,
.from_editor_div h3,
.from_editor_div h4,
.from_editor_div h5,
.from_editor_div h6 {
	padding: 0 0 5px;
}

header {
	display: block;
	opacity: 0;
	position: relative;
	width: 100%;
	height:100%;
}

iframe {
	border: none;
	display: block;
	margin: 0;
}


img {
	display: block;
	width: 100%;
}

.from_editor_div img {
	display: inline-block !important;
}

input[type="checkbox"] {
	margin: 3px;
}

input[type="submit"],
input[type="button"] {
	border: 1px solid #aaa;	
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="date"] {
	border: 1px solid #aaa;
	margin: 0;
	outline: none;
	padding: 3px;
	width: 200px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="password"] {
	border: 1px solid #666;
	outline: none;
}

p {
	color: #000;
	margin: 0;
}

.from_editor_div p {
	padding: 5px 0;
}

section {
	padding-bottom:70px;
	border-bottom: 1px solid #E5E5E5;
	min-height: 400px;
	opacity: 0;
	position: relative;
	z-index: 5;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	padding: 0;
	/*vertical-align: top;*/
}

textarea {
	border: 1px solid #aaa;
	height: 150px;
	outline: none;
	padding: 3px;
	width: 400px;
}

textarea:focus {
	border: 1px solid #666;
}

.test_faq {
	display: block;
	width: 55%;
    margin: 20px auto auto auto;
}

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

ul li:before {
    content: "• ";
    color: #3d4961;
}

ol {
	margin: 0;
	padding-inline-start: 30px;
}

.cs_ul {
	line-height: 220%;
	font-size: 24px;
}