.row p, .row ol, .row ul{
    margin-bottom: 0;
    text-align: justify;
}
.row p {
    text-indent: 50px;
}
.list-number{
    margin-right: 1em;
}
.row p.no-indent {
    text-indent: 0;
}
.row ol li{
    margin: 14px 0;
}
body{
    color: #555;
    padding: 0;
    overflow: auto;
    font-size: 14px;
    font-family: AvertaStd,Arial,Helvetica,sans-serif;
    font-weight: 400;

    margin-bottom: 250px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
h1, h2, h3, h4, h5, h6{
    margin: 40px 0 20px 0;
    color: #555;
    font-weight: 800;
}
h3{
    margin: 20px 0 10px 0;
}
h6{
    margin: 10px 0 10px 0;
}
.line-green{
    font-weight: bold;
    color: #00c277;
}
.bullets ul li {
    list-style: none;
    line-height: 175%;
    padding-left: 32px;
    margin-bottom: 16px;
}
.bullets ul li:before {
    content: "";
    border: solid 2px #00c277;
    width: 8px;
    height: 8px;
    display: block;
    float: left;
    border-radius: 50%;
    margin-left: -22px;
    margin-top: 10px;
}
ol { counter-reset: item }
li{ display: block }
li:before { content: counters(item, ".") " "; counter-increment: item }

.img-wrapper{
    display: block;
    height: 200px;
}
.large-img-wrapper{
    margin-bottom: 10px;
}