.breadcrumbs {
    display: none;
}

@media only screen and (min-width: 721px) {

.story-host header {
    margin-bottom: 0px;
}

/*.story-host .columns-bg.columns-bg-1 {
    padding-top: 138px;
}*/

/*.story-host .newspage.unstructuredpage.page .pubdate.section {
    margin-bottom: -60px;
}*/

.story-host .pubdate {
    margin-left: 157px;
}

.story-host #columns .title.section {
    margin: 0 157px;
}

.story-host #columns .unstructuredpage.page .text {
    margin: 0px 140px 0 157px;
}

.story-host #columns .newspage.unstructuredpage.page .text.captiontext {
    margin: 0px;
}

.story-host #columns .text>p {
    font-size: 16px;
    font-family: More;
    color: #666;
}

.story-host #columns .text.captiontext p {
    font-family: sofia;
    font-size: 13px;
}

/*.story-host #columns .imagegallery2 {
    margin-bottom: 40px;
}*/

.story-host #columns .imagegallery2 .gallery-view .thumb-wrap {
    height: 121.5px;
    margin-right: 3px;
}

.story-host #columns .imagegallery2 .gallery-view .thumb-wrap:last-of-type {
    margin-right: 0px;
}

.story-host #columns .text ul>li {
    color: #666;
    line-height: 1.5em;
    font-family: More;
}

.story-host #columns .title h2 {
    font: bold 22px/1.3 Sofia,Arial,sans-serif;
}

/* QUOTE STYLES - Desktop */
.story-host #columns .unstructuredpage.page .pull-quote.left-float .text p {
    /*border: none;*/
    float: left;
    width: 50%;
    margin: 10px 24px 10px -157px;
}


}


.story-host .newspage.unstructuredpage.page>.par.parsys>.title h4 {
    display: none;
}

.story-host .assetcolumn, .story-host .assets {
    display: none;
}


/* QUOTE STYLES - Desktop & Mobile */

.story-host #columns .unstructuredpage.page .pull-quote .text p {
    font-family: Sofia;
    font-size: 24px;
    color: #005bbb;
    font-weight: 900;
    border-bottom: 1px solid #005bbb;
    border-top: 1px solid #005bbb;
    padding: 20px 0;
    line-height: 1.4em;
    margin: 30px 0;
}

/* QUOTE STYLES - Mobile */

@media only screen and (max-width: 720px) {

.story-host #columns .unstructuredpage.page .pull-quote.left-float .text p {
    float: none;
    width: 100%;
    margin: 0;
}

}