@charset "UTF-8";
/* CSS Document */
.hero-title-textpanel--compaign .compaign-hlight__inner {
    background: #eb8c00;
    -webkit-box-shadow: 15px 0 0 #e0301e, -15px 0 0 #db536a;
    box-shadow: 15px 0 0 #eb8c00, -15px 0 0 #eb8c00;
    line-height: 1.3em;
    padding-top: 4px;
    padding-bottom: 12px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
}

.hero-title-textpanel--compaign h1 {
    line-height: 1.3em !important;
    font-size: 2.5rem !important;
	color:#2d2d2d !important;
}

.hero-title-textpanel p {
    color:#2d2d2d !important;
}