#requestForm .email
{
    display:none;
    visibility: hidden;
}

.text-gray{
    color:#666666;
}
.text-normal{
    font-weight:normal;
}

.lp-hero p.lead{
    font-size:18px;
}

.gold-standard p.lead{
    font-size:18px;
}

.pb10{
    padding-bottom:20px;
}

.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}

.pt10{
    padding-top:20px;
}

.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}


.pr10{
    padding-right:10px;
}

.pr20{
    padding-right:20px;
}
.pr30{
    padding-right:30px;
}
.pr40{
    padding-right:40px;
}
.pr50{
    padding-right:50px;
}


.mb-1 {
    margin-bottom: 1em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.mb-3 {
    margin-bottom: 3em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.mb-5 {
    margin-bottom: 5em !important;
}

.mb-6 {
    margin-bottom: 6em !important;
}


.mt-1 {
    margin-top: 1em !important;
}

.mt-2 {
    margin-top: 2em !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mt-4 {
    margin-top: 4em !important;
}

.mt-5 {
    margin-top: 5em !important;
}

.mt-6 {
    margin-top: 6em !important;
}

.bg-green {
    background-color:#1C3134;
}

.bg-corporate-green {
    background-color:#5BA374;
}

.text-bg {
    display: inline;
    background: #1C3134;
    box-shadow: 6px 0 0 #1C3134, -6px 0 0 #1C3134;
    padding: 4px;
}
#faq ul li{
    text-color:red;
}