/*blockquote {
    padding: 1.95312em;
    border-left: none;
    margin-left: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

blockquote:before, blockquote:after {
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: bottom;
    color: #022a5c;
}

blockquote:before {
    content: "";
    border-top: 3px solid #022a5c;
    padding-top: 0.8em;
    width: 100%;
}

blockquote:after {
    content: "";
    border-bottom: 3px solid #022a5c;
    padding-bottom: 1.5625em;
    text-align: right;
    width: 100%;
}

blockquote p {
    padding: 0.8em 0;
    margin-top: 0.512em;
    font-family: "Oswald", Helvetica, sans-serif;
    font-size: 1.5312em;
    color: #022a5c;
    font-weight: 300;
    line-height: 1.4625em;
}
*/
/* Image captions are generating blockquote tags which need to be overridden */

.image-field-caption {
    padding: 0;
    margin: 0;
    font-size: 10px;
    background: #002a5c;
}
.image-field-caption:before, .image-field-caption:after {
     content:"";
     height:0;
}
.image-field-caption:before {
    border-top:none;
    padding-top:0;
    margin-top:0;
}
.image-field-caption:after {
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}
.image-field-caption p {
    color: #fff;
    padding: 0 1.5em;
    margin:0;
}