.checkBoxPadding{
    padding-top:1em;
}
.landing-footer .landing-section-block{
    background:#171b1c;
}
.contactSection .formMod.defaultSelect {
    width: 50%;
    display: inline-block;
}

.acceptCheckboxLabel {
    display: inline !important;
    padding-left: .5em;
}

.disclosure,
.disclosure ul li {
    font-size: 12pt !important;
}

.disclosure p {
    font-size: 14pt !important;
}

.disclosure ul li {
    display: block;
    width: 100%;
}

.accept {
    padding-top: 2em;
}
.mod-page-wrap--landing .defaultCTA {
    background: #7c6b58;
    border: 1px solid #7c6b58;
    text-align: center;
    font-size: 18px;
    padding:.75em 13px;
}
.defaultCTA{
    background-color: #7c6b58;
    border: 1px solid #7c6b58;
    color: #fff;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.mod-page-wrap--landing .defaultCTA:hover, .mod-page-wrap--landing .defaultCTA:focus{
background-color: #b5a797;
border: 1px solid #b5a797;
    color: #000;
}
.defaultCTA:hover, .defaultCTA:focus {
    background-color: #b5a797;
    border: 1px solid #b5a797;
    color: #000;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;

}
ul li::before, ul li:before{
        background: #171b1c;
}