body {
    background-image: none; !important
    background-color: #000000;
}

/* Blockquote */

.node-type-page blockquote,
.node-type-file blockquote,
.node-type-custom-page blockquote {
    font-size: 28px;
    line-height: 36px;
    font-family: GibsonLightBold;
    font-style: italic;
    text-indent: 67px;
    background-image: url('../images/about-us-quote-bg.png');
    background-repeat: no-repeat;
    padding: 32px 0px 0px 20px;
    position: relative;
    left: -24px;
    margin-bottom: 20px;
    color: #444444;
}

.node-type-page blockquote > p,
.node-type-file blockquote > p,
.node-type-custom-page blockquote > p {
    display: inline;
}

.node-type-page blockquote:after,
.node-type-file blockquote:after,
.node-type-custom-page blockquote:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    content: "\36";
    color: #e4202b;
    position: relative;
    top: -6px;
}

/* About us hero */

.about-us-hero {
    padding-right: 40%;
    position: relative;
    font-family: 'GibsonLightRegular';
    font-size: 25px;
    line-height: 120%;
    font-weight: bold;
    z-index: 1;
}

.about-us-hero img {
    float: right;
    border: 0px !important;
    padding: 0px !important;
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: -1;
}

/* Pink Block List */
.pink-block-header {
    display: inline;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-family: "GibsonLightBold", "Helvetica Neue", helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    margin-bottom: 0px !important;
}

.pink-block-header:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\2f";
    color: #f53037;
}

/* Misc */

.no-border-image,
.no-border-image img {
    border: 0px !important;
    padding: 0px !important;
}

.btn-submit {

}