.social-panel img:hover
{
opacity:none;
}
#jump_links ul li a {color:#CC9C4A !important;}
footer {
background-color:#8BA5B3;
}
.menu-container {
border-bottom:2px solid #8BA5B3;
}
.menu-container ul.site-menu li span a,
.menu-container ul.site-menu li span span {
text-shadow:none !important;
}

.boxes .build-column.quarter .resp-row .inner-column p{
    min-height:130px !important;
}

/* Desktops and laptops --- */
@media (min-width : 1025px) and (max-width:1224px) {
/* Styles */

.boxes .build-column.quarter .resp-row .inner-column p{
    min-height:215px !important;
}

}


/* iPads (portrait and landscape) --- */
@media (min-width : 768px) and (max-width : 1024px) {
/* Styles */

.boxes .build-column.quarter .resp-row .inner-column p{
    min-height:280px !important;
}

}
