


/* jase's changes below */

span.wpcf7-list-item {
    display: block !important;
}

span.wpcf7-list-item .last {
    margin-bottom: 1em;
}

ul, ol {
    list-style-position: outside;
    padding-left: 1.5em;
    list-style-type: disc;
    margin-left: 1em;
}

div.column1 ul li, div.column1 ol li {
    padding-left: 1em;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 1em;
}

div.column1 p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 1em;
}

div.column1 h6, div.column1 h6 a {
    color: #e6ae48;
    font-size: 24px;
    line-height: 2em;
}

div.column1 h4, div.column1 h4 a {
    font-size: 32px;
    line-height: 2em;
}

.content {
    margin-bottom: 4em;
}

.drop_down .narrow .second .inner ul li {
    padding: 0;
    width: 340px;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
    background-color: #fff;
    background-color: rgba(255,255,255,0.96);
}

.footer_bottom {
    height: 44px;
}


