ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social li {
    display: inline-block;
    padding-right: .8em;
    text-align: center;
}

.social li:last-child {
    padding-right: 0;
}

.social li a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    background: #356aac;
    position: relative;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.address {
    padding: 3em 0;
}

.address li i {
    color: #356aac;
    display: block;
    font-size: 3em;
}

.address p,
h4 {
    margin-bottom: 0;
    color: rgb(8, 8, 8);
}

.address li {
    padding-bottom: 4em;
    padding-top: 3em;
}

.address li:last-child {
    padding-bottom: 0;
}

.site-footer.section-spacing {
    background-color: #f0f0f0;
    padding: 5em 0;
}

.site-footer small {
    margin: 1.5em 0 .75em;
    display: inline-block;
    color: #888;
}

.site-footer .social li a {
    background: transparent;
    color: #356aac;
    border: 1px solid #356aac;
}

.site-footer .social li a:hover {
    color: #fff;
    background: #2980b9;
    border: 1px solid #2980b9;
}

.modal-header {
    background: #356aac;
    position: relative;
    min-height: 0;
    padding: 1.5em 1em;
}

.modal-title {
    color: #FFF;
    font-weight: 700;
}

button.close {
    color: #356aac;
    opacity: 1;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    position: absolute;
    right: 16px;
}

.close:hover,
.close:focus {
    color: #2980b9;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    outline: none;
}

.scroll-top {
    margin-bottom: 0;
}

.scroll-top a {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: .8em 1em;
    display: none;
    z-index: 200;
    border-radius: 50%;
    -webkit-transition: background .5s linear;
    transition: background .5s linear;
}

.scroll-top a:hover {
    background: #356aac;
}