﻿.legal.bar-blue {
    background: none;
}

p.copyright {
    color: #333333;
}

p.copyright a {
    color: #333333 !important;
    font-weight: 400 !important;
}

.lp-title {
    color: #0079c0;
    font-size: 2.3em;
    margin-top: 10px;
    font-weight: 300;
}

.top-div {
    padding: 30px 0 0 0;
}

.scfForm {
    background-color: #eeeeee;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.05),inset 0 0 0 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.05),inset 0 0 0 3px rgba(0,0,0,0.05);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05),inset 0 0 0 3px rgba(0,0,0,0.05);
    z-index:99;
}

.scfForm input[type="submit"] {
    width: 100%;
    background: none;
    background-color: #488BB3;
    border-radius: 5px;
    padding: 15px;
}

.scfTitleBorder {
    background-color: #0367ae;
    color: white;
    text-align: center;
    padding: 30px 0;
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
}

.scfSectionBorder {
    padding: 0px 10px;
}

.scfSingleLineTextBox, .scfEmailTextBox {
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
}

span.scfRequired {
    display: none;
}

.scfSubmitButtonBorder {
    padding: 0 20px;
}

.scfForm input[type="submit"] {
    width: 100%;
    background: none;
    background-color: #449cd1;
    border-color: #449cd1;
    border-radius: 5px;
}

.scfForm input[type="submit"]:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #4ABE87;
    border-color: #4ABE87;
}

.scfFooterBorder {
    color: #333333;
    text-align: center;
}

.scfTitleBorder span {
    font-weight: 300;
    font-size: 23px;
}

.lp-feature-item-blue {
    border-bottom: 2px solid #0079c1;
    background-color: #eeeeee;
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.feature-title {
    color: rgb(0, 121, 193);
    font-weight: 400;
    margin: 0px;
    font-size: 24px;
}

.lp-testimonial-item {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.lp-testimonial-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.testimonial-content span {
    width: 100%;
    display: block;
}

span.lp-testimonial-text {
    font-size: 18px;
    font-weight: 300;
}

.lp-testimonial-author {
    font-weight: 400;
    font-size: 18px;
}

.lp-testimonial-link {
    font-weight: 400;
    font-size: 18px;
}

.scfForm input[type="submit"] {
    font-size: 32px;
    font-weight: 600;
}

.scfTitleBorder {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.lp-static-text ul li strong {
    color: #0079c1;
}

.lp-static-text ul {
    list-style: url(/_Images/Icons/icon-tick-mark.png) outside;
}

.scfSingleLineTextLabel, .scfEmailLabel {
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.lp-static-text ul li {
    margin-bottom: 15px;
}

.scfValidator
{
    display:none!important;
}

.scfEmailBorder span {
    display: none;
}

@media (max-width:992px) {
    .lp-icon-image {
        width: inherit !important;
        height: auto;
    }
}