#header {
    height: 6.5em;
}

#header h1 {
    top: 20px;
}

#header h1 img {
    width: 130px;
}

#header nav {
    top: 20px;
}

#banner:after {
    background-image: -moz-linear-gradient(top, rgba(4, 6, 22, 0.95), rgba(17, 22, 56, 0.50)), url("images/overlay.png");;
    background-image: -webkit-linear-gradient(top, rgba(4, 6, 22, 0.95), rgba(17, 22, 56, 0.50)), url("images/overlay.png");;
    background-image: -ms-linear-gradient(top, rgba(4, 6, 22, 0.95), rgba(17, 22, 56, 0.50)), url("images/overlay.png");;
    background-image: linear-gradient(top, rgba(4, 6, 22, 0.95), rgba(17, 22, 56, 0.50)), url("images/overlay.png");;
}

.wrapper.style2 {
    background: #008da9;
}

.spotlight.style1 .content {
    border-color: #008da9;
}

.spotlight.style2 .content {
    border-color: #217ddd;
}

.spotlight.style3 .content {
    border-color: #008da9;
}

.spotlight.style4 .content {
    border-color: #217ddd;
}

header.major:after {
    background: #217ddd;
}

.wrapper.style2 input[type="submit"].primary, .wrapper.style2 input[type="reset"].primary, .wrapper.style2 input[type="button"].primary, .wrapper.style2 .button.primary {
    background-color: #ffffff;
    color: #008da9 !important;
}

input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, .button.primary {
    background-color: #008da9;
    box-shadow: none;
    color: #ffffff !important;
}

#header nav ul li a.button:hover, #header nav ul li span.button:hover {
    background: #217ddd;
}

#header nav ul li.active > a, #header nav ul li.active > span {
    color: #217ddd;
}

a {
    color: #FFFFFF;
}

a:hover {
    color: #57cc99 !important;
    border-bottom-color: transparent;
}

.img-fluid {
    width: 100%;
}

#footer {
   padding: 2em 0;
}

#footer .copyright {
    margin: 0;
}

#titleBar .toggle:before {
    background: #008da9;
}

.media {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.media img {
    width: 25px;
    height: 25px;
}

.media p {
    margin-bottom: 0;
}

.list-service {
    width: 90%;
    padding: 0;
    list-style: none;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .list-service {
        width: 80%;
    }    
}

@media screen and (min-width: 990px) {
    .list-service {
        width: 55%;
    }    
}

.list-service li {
    position: relative;
    padding-left: 30px;
}

.list-service li::after {
    width: 10px;
    height: 7px;
    content: '';
    position: absolute;
    top: 11px;
    left: 10px;
    z-index: 1;
    border-bottom: 2px solid #008da9;
    border-left: 2px solid #008da9;
    transform: rotate(-45deg);
}

#titleBar .title img {
    width: 70px;
    padding: 5px;
}

.icon.major {
   overflow: hidden; 
}

header.major-center {
    margin: 0 0 4em 0;
    position: relative;
    text-align: center;
}