h1,
h2,
h3,
h4,
.button-1 {
    font-family: 'PT Sans Narrow', sans-serif
}

h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
    color: #14181b;
    margin: 0 0 27px 0
}

h2 strong {
    display: block;
    margin-top: -2px
}

h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2em;
    color: #14181b;
    margin: 2px 0 17px 0
}

h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0px 0 17px 0px;
    color: #fff
}

h6 {
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    margin: 0px 0 0px;
    color: #3a3a3a
}

h6 a {
    color: #3a3a3a
}

h6 a:hover {
    text-decoration: underline
}

.button-1 {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.2em;
    color: #000;
    padding: 10px 14px 10px 14px;
    text-align: center;
    border: 1px solid #fff;
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#c1c1c1));
    background: -moz-linear-gradient(#fff, #c1c1c1);
    background: linear-gradient(#fff, #c1c1c1);
    -pie-background: linear-gradient(#fff, #c1c1c1);
    background-image: -o-linear-gradient(#fff, #c1c1c1);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-top: 10px

}

.button-1:hover {
    border: 1px solid #c1c1c1;
    background: #c1c1c1;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c1c1c1), to(#fff));
    background: -moz-linear-gradient(#c1c1c1, #fff);
    background: linear-gradient(#c1c1c1, #fff);
    -pie-background: linear-gradient(#c1c1c1, #fff);
    background-image: -o-linear-gradient(#c1c1c1, #fff)
}

/************ lists **********************/

ul, li {
    list-style-type: none
}

.list-1 li {
    font-size: 100%;
    line-height: 30px;
}

.list-1 li::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-right: 0.2em solid #0371b7;
    border-top: 0.2em solid #0371b7;
    transform: rotate(45deg);
    margin-right: 0.5em;
    top: -0.05em;
}

.list-1 li a {
    color: #3a3a3a;
    display: inline-block
}

.list-1 li a:hover {
    text-decoration: underline
}

.list-3 {
    background: url(../Images/pic-1.gif) 0 top repeat-x
}

.list-3 li {
    background: url(../Images/pic-1.gif) 0 bottom repeat-x;
    font-family: Arial, Helvetica, sans-serif
}

.list-3 li a {
    color: #505050;
    font-size: 13px;
    line-height: 31px;
    display: inline-block;
    background: url(../Images/marker-3.gif) 9px 14px no-repeat;
    padding-left: 18px
}

.list-3 li a:hover {
    color: #fff
}

/************ links **********************/

.link {
    display: inline-block;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 19px
}

.link:hover {
    text-decoration: underline
}

.link-1 {
    display: inline;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 19px
}

.link-1:hover {
    color: #6eb30e
}

.link-2 {
    display: inline;
    color: #6db607;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold
}

.link-2:hover {
    color: #3a3a3a
}

/*---- image ---*/
.img-baseline {
    vertical-align: baseline
}

.align-right {
    float: right
}

/*---- p ----*/
p {
    margin-bottom: 22px
}

.p0 {
    margin-bottom: 0px
}

.p1 {
    margin-bottom: 10px
}

/*
.p2 {margin-bottom:15px}
.p3 {margin-bottom:30px}
.p4 {margin-bottom:40px}
.p5 {margin-bottom:50px}
.p6 {margin-bottom:60px}
.p7 {margin-bottom:65px}
*/
.quota {
    font-size: 60px;
    line-height: -40;
    margin-top: 30px
}

.align-right {
    float: right
}

@media (max-width: 767px) {
    h2, h3 {
        text-align: center;
        clear: both
    }

    .list-3 {
        margin-bottom: 20px
    }
}