#offcanvas-toggler >i {
    color: #233199 !important;
    -webkit-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
    color: #233199 !important;
}
#sp-header.menu-fixed {
    position: fixed;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    top: 0 !important;
}
#sp-footer {
    background-color: #ffffff;
    color: #ffffff;
    height: 80px;
}
.sp-page-title {
    padding: 20% 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.sp-page-title h2 {
    font-size: 24px;
    line-height: 1;
    margin-top: 50px;
}
.sp-module:first-child {
    margin-top: 0;
    color: #ffffff;
    padding: 50px;
 }
.sp-module .sp-module-title {
  /*  margin: 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    margin-top: 17px;*/
    display: none;
}
#sp-footer a:hover {
    color: #3071ff;
}
.page-header {
    margin-top: 100px;
    padding-bottom: 15px;
}
.alert.alert-message {
    margin-top: 65px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.rc-anchor-compact {
    margin-left: 4px;
    height: 100%;
    width: 90%;
}