.sp-contact-info li {
    font-size: 18px;
    
}



a {
    color: #253f7d;
}



#sp-header {
    box-shadow: unset;
    border-bottom: 3px solid #253f7d;
}
#sp-top1 { 
    margin-top: 15px;
}


/* MENU OVERRIDES */
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #ffffff;
    background-color: #253f7d;
}
.sp-megamenu-parent > li:hover > a {
    color: #ffffff;
    background-color: #9bb9dd;
}

.sp-megamenu-parent {
    float: unset;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
    font-size: 14px;
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #9bb9dd;
}
.sp-module ul > li > a {
    color: #252525;
    font-size: 14px;
}
.sp-module ul {
    padding-inline-start: 20px;
}
.sp-module ul > li {
    list-style-type: none;
}

/* TOP BULLETS */
ul.top-bullets {
    margin-top: 10px;
    padding-inline-start: 20px;
}
ul.top-bullets > li {
    list-style-type: square;
}

/* PRICING TABLE */
table.price-table {
  border-collapse: collapse;
}
table.price-table th {
  background-color: #e7f2ff;
}
table.price-table, th, td {
  border: 1px solid #ccc;
}

/* PROPERTY SHOWCASE */
.slide {
    background-color: #ffffff;
    margin-bottom:20px !important;
}
.jt-category {
    text-transform: lowercase;
}