#content-wrapper ul {
    margin-left: 15px;
}

#content-wrapper ul li {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 8px;
}

#content-wrapper .content-gutter {
    padding: 60px 0;
}

/*========== COVER IMAGE ==========*/
#content-wrapper #cover-image {
    position: relative;
    height: 370px;
    background-position: center;
    background-size: cover;
    background-color: #534E45;
    border-bottom: 50px solid #FF3300;
}

#content-wrapper #cover-image .cover-image-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/static/images/billboard_gradient.png') top center repeat-x;
}

#content-wrapper #cover-image .cover-image-logo {
    position: absolute;
    z-index: 3;
    top: 40px;
    right: 0;
    left: 0;
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
}
/*========== END COVER IMAGE ==========*/


#content-wrapper #page-title {
    text-align: center;
    margin-bottom: 60px;
}

#content-wrapper #page-title h1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FF3300;
}


/*========== SECTIONS ==========*/
#content-wrapper #sections .section-wrapper {
    margin-bottom: 60px;
}

#content-wrapper #sections .section-wrapper .editable {
    padding-bottom: 5px;
}

#content-wrapper #sections .section-image {
    margin-bottom: 30px;
}

#content-wrapper #sections .section-image img {
    width: 100%;
}

#content-wrapper #sections .section-wrapper img {
    max-width: 100%;
    height: auto !important;
}

#content-wrapper #sections .header-col {
    margin-bottom: 20px;
}

#content-wrapper #sections h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #E8C158;
    margin-bottom: 10px;
}

#content-wrapper #sections .header-col h2 {
    margin-bottom: 0;
}

#content-wrapper #sections p {
    margin-bottom: 20px;
}
/*========== END SECTIONS ==========*/


/*========== CONTACT FORM ==========*/
#map-wrapper {
    margin-bottom: 40px;
}

#map-wrapper iframe {
    width: 100% !important;
}

#contact-form-wrapper {
    margin-bottom: 100px;
}

#contact-form-wrapper input[type='submit'] {
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #E8C158;
}

#contact-form-wrapper input[type='submit']:hover {
    background-color: #E8C158;
}
/*========== END CONTACT FORM ==========*/