.photo-headline {
    margin-bottom : 25px;
}

.photo-headline img {
    width      : 100% !important;
    max-width  : 100% !important;
    height     : auto !important;
    box-sizing : border-box;
}

h2.bordered-headline-orange,
h2.bordered-headline-green,
h2.bordered-headline-purple,
.bordered-headline .csc-header h2,
.bordered-headline.orange .csc-header h2,
.bordered-headline.green .csc-header h2,
.bordered-headline.purple .csc-header h2 {
    border              : 0;
    border-bottom-color : #7f7f7f;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    box-sizing          : border-box;
    color               : #616265;
    display             : block;
    font-family         : news_gothic_fsdemibold, 'Trade Gothic Pro Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size           : 16px;
    font-weight         : normal;
    line-height         : 15.4px;
    margin-bottom       : 23.38px;
    margin-top          : 15px;
    padding-bottom      : 11px;
    text-transform      : uppercase;
    text-align          : left;
    font-style          : normal;
    padding-left        : 0;
    padding-right       : 0;
    padding-top         : 0;
    margin-right        : 0;
}

.bordered-headline.orange .csc-header h2,
.bordered-headline.green .csc-header h2 {
    border-bottom-color : #960;
}

/* BUTTONS */
.button-green, a.button-green {
    color               : #616265 !important;
    text-decoration     : none !important;
    background          : none;
    border              : 2px solid #616265;
    white-space         : normal !important;
    margin-right        : 0;
    font-family         : "news_gothic_fsdemibold", "Trade Gothic Pro Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-color        : #616265;
    display             : inline-block;
    font-weight         : normal;
    text-align          : center;
    vertical-align      : middle;
    max-width           : 100%;
    padding             : 6px 12px;
    font-size           : 16px;
    line-height         : 1.42857;
    border-radius       : 4px;
    -webkit-user-select : none;
    box-sizing          : border-box;
    text-align          : left;
    background          : none;
    text-transform      : inherit;
    margin-bottom       : 20px;
}

.button-green:after {
    padding-left : 5px;
    color        : inherit;
    font-family  : 'FontAwesome';
    font-size    : 14px;
    content      : "\f054";
    box-sizing   : border-box;
}

a.button-green:hover, .button-green:hover {
    border     : 2px solid #960;
    color      : #960 !important;
    background : none;
}

a.button-green {
    background : none;
}

.button-orange, a.button-orange {
    color               : #960 !important;
    text-decoration     : none !important;
    background          : none;
    border              : 2px solid #960;
    white-space         : normal !important;
    margin-right        : 0;
    font-family         : "news_gothic_fsdemibold", "Trade Gothic Pro Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-color        : #960;
    display             : inline-block;
    font-weight         : normal;
    text-align          : center;
    vertical-align      : middle;
    max-width           : 100%;
    padding             : 6px 12px;
    font-size           : 16px;
    line-height         : 1.42857;
    border-radius       : 4px;
    -webkit-user-select : none;
    box-sizing          : border-box;
    text-align          : left;
    background          : none;
    text-transform      : inherit;
    margin-bottom       : 20px;
}

.button-orange:after {
    padding-left : 5px;
    color        : inherit;
    font-family  : 'FontAwesome';
    font-size    : 14px;
    content      : "\f054";
    box-sizing   : border-box;
}

a.button-orange:hover, .button-orange:hover {
    border     : 2px solid #000;
    color      : #000 !important;
    background : none;
}

a.button-orange {
    background : none;
}

.bordered-headline a {
    font-weight : bold;
}