.page-header {
  display: none;
}
.article-header h4 a {
font-family: 'Roboto', sans-serif;
font-size: 1.5em;
font-weight: 600;
line-height: 2;
color: #1186D6!important;
}
.article-header h2 {
font-family: 'Roboto', sans-serif;
font-size: 1.5em;
font-weight: 600;
line-height: 2;
color: #1186D6!important;
}

a {
	color: #1186D6;
}
a hover {
	color: #0E6CAB;
}
.sp-pre-loader .sp-loader-circle:after{
    background-color: #1186D6 !important;
}
.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: #1186D6;
    border-radius: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

.btn-small {
    padding: 8px 14px;
    font-size: 14px;
    background-color: #1186D6;
    color:#fff;
}
.btn-small:hover {
background-color: #0E6CAB;
color:#fff;
box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.btn-small:visited {
    padding: 8px 14px;
    font-size: 14px;
    background-color: #1186D6;
    color:#fff;
}
.btn {
    padding: 8px 14px;
    font-size: 14px;
    background-color: #1186D6;
    color:#fff;
}
.btn:hover {
background-color: #0E6CAB;
color:#fff;
box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.btn:visited {
    padding: 8px 14px;
    font-size: 14px;
    background-color: #1186D6;
    color:#fff;
}
.container{
max-width: 1200px;
}
#sp-header .logo{
	height:100px;
}
#sp-header {
    height: 100px;
}
@media (max-width: 1260px) {
h2 {
font-size: 1.5em!important;
}
h3 {
font-size: 1em!important;
}
}