/*! Place your custom styles here */
a:hover {
    color: #1463b3;
    text-decoration: underline;
}
@media (min-width: 991px){
	.bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) .btn__text {
    color: #26d367;
}
}
.btn i {
    color: #26d367;
    border-color: #252525;
    font-weight: 400;
    font-size: 0.85714286em;
}
.bar .logo {
    max-height: 2.857143em;
    max-width: none;
        top: 0px;
}
.btn--primary, .btn--primary:visited {
    background: #1463b3;
    border-color: #094f96;
}
.btn--primary:hover {
    background: #2b7cce;
    border-color: #2b7cce;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color: #1463b3;
}
@media (min-width: 768px){
	.feature-large-2 div[class*='col-']:last-child {
    margin-top: 1.428571em;
}
}
input[type], textarea, select {
    border-radius: 0px;
}
form button[type=submit] {
    padding: 8px 10px;
}
form button[type=submit] {
    background: #a9c2d7;
    color: white;
}
#form {
    background: white;
    margin-bottom: -120px;
}