#fcw-message * { padding: 0; margin: 0; border:0;font-size:100%;font:inherit;vertical-align:baseline;}
#fcw-message { display:block; width: 100%; background: #1f1f1f; overflow:hidden; }
#fcw-message .fcw-content { width: 960px; margin: 0 auto;}
#fcw-message .fcw-banner { text-align: center; padding: 6px 0; }

.fcw-content { width: 100%; color: #fefefe;}
#fcw-message h6 { display:inline; font-family: "Lato", sans-serif; color: #fefefe; font-size: 16px; font-weight: 300; padding: 0; margin: 0;}
#fcw-message h6.larger { font-size: 22px;}
#fcw-message h6.smaller { font-size: 16px;}
#fcw-message span.fcw-ribbon { display:inline-block; font-family: "Lato", sans-serif; color: #ffcb4a; font-weight: 400; position:relative; text-transform: uppercase;line-height: 28px;height: 28px;font-weight: bold;font-size: 16px; padding: 0; margin: 0 30px;}
#fcw-message span.fcw-ribbon.larger { font-size: 22px;}
#fcw-message span.fcw-ribbon:before, #fcw-message span.fcw-ribbon:after { background: url(../images/fcw/fcw-heart.png) no-repeat 0px 0px; background-size: 28px 25px; content: ""; display: inline-block; height: 25px; position: absolute; top: 0px; width: 25px;} 
#fcw-message span.fcw-ribbon:before { right: -27px; }
#fcw-message span.fcw-ribbon:after { left: -30px; } 

#fcw-details { height: 0; line-height: 16px; text-align: center; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
#fcw-details p { color: #fefefe; font-size: 11px; padding: 0; margin: 0;}
#fcw-details.expanded, #fcw-message:hover #fcw-details { height: 24px; }

/* CP Pages */
#fcw-message.site5 { background-color: #1f1f1f; }

/* UK Pages */
#fcw-message.site4 { background: #1f1f1f;}


/* AU Pages */
#fcw-message.site3 { background: #1f1f1f;}
#fcw-message.site3 h6{ font-family: "Lato", sans-serif; text-shadow:none}
#fcw-message.site3 span.fcw-ribbon:before, #fcw-message span.fcw-ribbon:after { background: url(../images/fcw/fcw-heart.png) no-repeat 0px 0px; background-size: 28px 25px; content: ""; display: inline-block; height: 25px; position: absolute; top: 0px; width: 25px;} 
#fcw-message.site3 span.fcw-ribbon:before { right: -27px; }
#fcw-message.site3 span.fcw-ribbon:after { left: -30px; } 
@media screen and (max-width: 800px){
    #fcw-message .fcw-content { width: 100%; }
    #fcw-message .fcw-content h6 { display:block; margin-top: 6px;}
    #fcw-details.expanded, #fcw-message:hover #fcw-details { margin: 0 4px 4px 4px;}
    #fcw-message span.fcw-ribbon { font-size: 14px; }
    #fcw-message h6.smaller { font-size: 14px; margin-top: 0; text-shadow: none;}
}