body {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	color: #666666;
	cursor: default;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    background: #eee;
    transition: .5s;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
}

h1 {
	font-size: 40px;
	line-height: 1.2;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 45px;
    letter-spacing: 2px;
    position: relative;
}

h2 {
	font-size: 30px;
	line-height: 1.2;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

h3 {
	font-size: 20px;
	line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* Elements */

.logo-content {
    max-width: 400px;
    margin: auto;
}

.logo-content img {
    width: 100%;
}

.content {
	position: relative;
}

.content strong {
	font-weight: 600;
}

.content p {
	margin-bottom: 10px;
}

.content p:last-child {
	margin-bottom: 0;
}

.content p.focus {
	font-size: 18px;
}

.content ul {
    list-style: circle;
    padding-left: 18px;
    margin-bottom: 10px;
    font-weight: 300;
    margin-left: 15px;
}

.content ul:last-child {
    margin-bottom: 0;
}

.content ul li {
	margin-bottom: 15px;
}

.content ul.number {
    list-style: decimal;
    padding-left: 30px;
}

.content ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}

.content ol:last-child {
    margin-bottom: 0;
}

.content h3 {
    margin-top: 30px;
}

.content h4 {
    margin-top: 20px;
}

.content hr {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

a {
	color: #ff9f2e;
}

a:hover {
	color: #666666;
}

/* Color */

.color-w {
	color: #fff;
}


.banner {
    line-height: 0;
}

.banner img {
    width: 100%;
}


.content .container {
	background: #e2e9f3;
}

footer {
	font-size: 12px;
}
