#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color:#004A63;
}
#content a h1:hover,
#content a h2:hover,
#content a h3:hover,
#content a h4:hover,
#content a h5:hover,
#content a h6:hover {
    color:#729CA9;
}

.btn:hover {
    cursor:pointer;
    opacity: 0.8;
}
.btn-primary {
    background-color: #004A63;
    border-color:transparent;
}
.btn-primary:hover {
    background-color: #d22127;
    border-color:transparent;
}
/* Backgrounds and text colors */
.bg-blue {
    background-color:#004A63 !important;
}
.bg-red {
    background-color: #d22127 !important;
}
.bg-e3e3e3 {
    background-color:#e3e3e3;
}
.btn-red {
    background-color: #d22127 !important;
}
.text-red {
    color:#d22127 !important;
}
.text-blue {
    color:#004A63 !important;
}
.bg-bluelt, .hov-bluelt:hover {
    background-color:#729CA9 !important;
}
.text-bluelt {
    color:#729CA9 !important;
}
.text-e3e3e3 {
    color:#e3e3e3 !important;
}
.text-blue:hover {
    opacity: .8;
    text-decoration: underline;
}
a.text-blue {
    text-decoration: underline;
}
.bg-img-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/* Cursor */
.cursor-pointer {
    cursor: pointer;
}
/* Homepage */

/* Pages */
#div-page-title-img { /* Red accent line */
 display: none;   
}

/* Gravity Forms */
li.row-5 textarea {
    max-height:150px;
}
/* Case Studies */
.case-studies a img:hover {
    opacity: 0.8;
    border-color:#004A63 !important;
}
a.link {
    color:#004A63 !important;
}
a.link:hover {
    color:#d22127 !important;
}
a.link-image-wrap img{
    border:1pc solid transparent !important;

}
a.link-image-wrap img:hover{
    border:1pc solid #004A63 !important;
    opacity: 0.7;

}
.hr {
    border-top:1px solid #e3e3e3;
    margin:10px 0;
    width:100%;
}
blockquote {
    margin-left: 0px !important;
    border-left: 0px solid #e3e3e3 !important;
    padding-left: 0px !important;
    color: #004a63 !important;
    font-size: 90% !important;
    font-style: italic !important;
}
/* Properties */
/* Properties > Map */
.mappy {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/2020/07/map-view.png');
    background-color: #e3e3e3;
    border:1px solid #729CA9;
}
.mappy h2 {
    color:#014963;
}

.mappy:hover {
    cursor: pointer;
    background-color: #729CA9 !important;
    color: white !important;
    background-image: none !important;
}
.mappy:hover h2 {
    color:white;
}
/* Testimonials */
.testimonials-section {
    border-bottom: 0px solid #6d6d6f;
}
/* Gravity Forms */
input.gform_button {
    border-width: 0px !important;
    background-color: #004A63 !important;
    color:white !important;
    padding:10px 30px !important;
    height:50px !important;
}
input.gform_button:hover {
	background-color: #d22127 !important;
    color:white !important;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=image], 
.gform_wrapper .gform_footer input[type=submit] {
    margin-top:30px !important;
}