/* default blue theme */

body div.lpheader.singlecolumn #head-contact-wrapper .contact-info #agentName {
	color: #0E7AA9;
}

body div.lpheader.singlecolumn .lplogo button.reply-link {
	color: #299BD6;
	border-color: #299BD6;
}

body div.lpheader.singlecolumn #head-contact-wrapper .social-links i.icon-circle {
    color: #299BD6;
}

body div.lpheader .lpnav a > span > i.icon-circle,
body div.lpheader .lpnav.sticky .reveal-icon-base  {
    color: #299BD6;
    background-color: #299BD6;
}

body div.grid .canvas .section .form-container form .submit-button {
	background: #299BD6;
}

body div.grid .canvas .section h1,
body div.grid .canvas .section h2,
body div.grid .canvas .section h3 {
	color: #0E6BA9;
}

body div.lpfoot {
	background: #299BD6;
}


body .sticky-nav-modal .form-container form .submit-button {
   border: 0px solid #299BD6;
   background: #299BD6;
   background: -webkit-gradient(linear, left top, left bottom, from(#299BD6), to(#299BD6));
   background: -webkit-linear-gradient(top, #299BD6, #299BD6);
   background: -moz-linear-gradient(top, #299BD6, #299BD6);
   background: -ms-linear-gradient(top, #299BD6, #299BD6);
   background: -o-linear-gradient(top, #299BD6, #299BD6);
   background-image: -ms-linear-gradient(top, #299BD6 0%, #299BD6 100%);
}
body .sticky-nav-modal .form-container form .submit-container .submit-button:hover {
   border: 0px solid #299BD6;
   background: #1E678C;
}
