body {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

p {
    margin: 0 0 20px 0;
    line-height: 1.45;
	font-family: 'Roboto', sans-serif;
}
b,
strong {
    font-weight: 700;
}
a {
    color: #8ab294;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
h1,
h2,
h3 {
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    position: relative;
    color: #444;
    line-height: 1.2;
    clear: both;
    font-weight: 500;
	width: 100%;
    padding-bottom: 5px;
}
h1 {
    margin: 0 0 10px 0;
    font-size: 34px;
}
h2 {
    margin: 10px 0 5px 0;
    font-size: 26px;
}
h3 {
    margin: 10px 0 5px 0;
    font-size: 26px;
}

h1:after  {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background: #8ab294;
    content: "";
}
#content ul,
#content ol {
    margin: 15px 20px 15px 20px;
    overflow: hidden;
}

#content ul li, #content ol li {
    position: relative;
    margin-bottom: 10px;
	line-height: 1.45;
}

#content ul.round li {
    padding: 0 0 0 15px;
}
#content ul.checklist li {
    padding: 0 0 0 20px;
}
#content ul.arrow li {
    padding: 0 0 0 17px;
}
#content ul.plus li {
    padding: 0 0 0 17px;
}
#content ul.round li:before {
    content: '';
    background: #0091af;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
	top: 8px;
    display: block;
    border-radius: 50%;
}
#content ul.arrow li:before {
border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #0091af;
    content: "";
    position: absolute;
    display: inline-block;
    height: 8px;
    left: 0;
    top: 7px;
    transform: rotate(45deg);
    vertical-align: top;
    width: 8px;
}

#content ul.checklist li:before {
    content: "\2714";
    color: #0091af;
    border: none;
    display: inline-block;
    width: 14px;
    height: 18px;
    vertical-align: middle;
    position: absolute;
    top: 1px;
    left: 0px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    font-family: Tahoma;
}
#content ul.plus li:before {
    content: '';
    background: #0091af;
    width: 8px;
    height: 2px;
    position: absolute;
    left: 0px;
	top: 8px;
    display: block;
}

#content ul.cross li:before {
    content: '';
    background: #0091af;
    width: 8px;
    height: 2px;
    position: absolute;
    left: 0px;
	top: 8px;
    display: block;
}

#content ol {
    list-style-type: none;
    list-style-type: decimal !ie;
    padding: 0;
    counter-reset: li-counter;
}
#content ol li {
    padding-left: 35px;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}
#content ol li:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #89c4c5;
    content: counter(li-counter);
    counter-increment: li-counter;
}

small {
    font-size: 14px;
}
big {
    font-size: 26px;
    font-weight: 300;
}
blockquote {
    border-left: 3px solid #c9e3b7;
    font-size: 24px;
    background: #e5fada;
    padding: 15px 20px 15px 20px;
    margin: 0 0 20px 0;
}
blockquote p {
    line-height: 1.3;
}
blockquote p:last-of-type {
    margin: 0!important;
}

.width90  {width: 90%; text-align: center; margin: 0 auto;}
.width80  {width: 80%; text-align: center; margin: 0 auto;}
.width70  {width: 70%; text-align: center; margin: 0 auto;}
.width60 {width: 60%; text-align: center; margin: 0 auto;}

@media only screen and (max-width: 850px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 22px;
    }
    big {
        font-size: 20px;
    }
    #content ul,
    #content ol {
        margin: 10px 0px 10px 0px;
        overflow: hidden;
    }
    blockquote {
        font-size: 20px;
        padding: 8px 10px 8px 10px;
    }
	.width90,.width80, .width70, .width60  {width: 100%; text-align: center;}

}
