body{
    background-color: #EBEEF2;
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}
a{
    color: #d5820d;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
img{
    max-width: 100%;
}
ol{
    padding-left: 22px;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    color: #24387e;
}
h1, .h1 {font-size: 2.5rem;}
h2, .h2 {font-size: 1.5rem;}
h3, .h3 {font-size: 1.14rem;}
h4, .h4 {font-size: 1.5rem;}
h5, .h5 {font-size: 1.25rem;}
h6, .h6 {font-size: 1rem;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 990px;
    }
}
#main {
    padding-top:45px;
    padding-bottom: 30px;

}
#content {
    background:#FFF;
    box-shadow:0px 2px 5px 0px rgba(90, 99, 110, 0.4);
    -webkit-box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
#header{
    min-height: 35px;
    padding: 0 20px;
    background: url(/img/header.png) 0 bottom repeat-x;
    position: relative;
    z-index: 2;
}
.hslogan {
    color: #91a6bc;
    font-size: 16px;
    padding: 6px 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0;
}
.hlogo {
    width: 160px;
    height: 104px;
    display: block;
}
@media (min-width: 640px){
.hlogo {
    margin-top: -52px;
    margin-left: -80px;
    position: absolute;
    top: 50%;
    left: 50%;
}
}

.sd-center {
    padding: 55px 20px 20px 20px;
}
.sd-article li{
    position: relative;
    margin-bottom: 5px;
}
.list-style,
.sd-article > ul{
    list-style: none;
    padding-left: 18px;
}
.list-style > li::before,
.sd-article > ul > li::before{
    content: "";
    background-color: #24387e;
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    left: -17px;
    top: 5px;
}

.note{
    background-color: #FFFBD1;
    border-radius: 5px;
    color: #555555;
    padding: 15px;
    margin-bottom: 1rem;
}
.note :last-child{
    margin-bottom: 0;
}

.address{
    color: #91a6bc;
    font-style: normal;
    font-size: 12px;
}