/* CSS Document */

/* remove arrow from automatically showing for a link to a new tab */
.links-item i {
    display: none !important;
}

#hero {
    height: 180px;
    background-color: #006FCF;
}

h1 {
    font-weight: 400;
    padding: 20px 0 0 0;
    color: #ffffff;
}

h2 {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 60px 0 45px 0;
}

h3 {
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    padding-bottom: 10px;
}

p {
    padding-bottom: 20px;
}
@media (max-width: 1279px) {
    
}

@media (max-width: 1023px) {
    
}

@media (max-width: 767px) {

}

@media (max-width: 459px) {
    
}