  #spotlight{
    background-color:#e87722;
    /* border-top:1px solid; */
    /* border-top-color:rgba(255,199,44,0.7); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;

}
#spotlight::after{
    content:'';
    position:absolute;
    left:0px;
    right:0px;
    height:25px;
   bottom: 0px;
   background:url('spotlight-overlay.png') repeat-x;
   z-index:1;
}
.spotlight-wrapper{
    
margin: 0 auto;
display: table;
width: 100%;
padding: 25px 0px;
z-index:3;
}
.spotlight-text{
    display: table-cell;
color: #fff;
}
.spotlight-text a,
.spotlight-text a:active,
.spotlight-text a:focus
{
    color: #fff;
    text-decoration: underline;
}
.spotlight-text a:hover
{
    color: #fff;
    text-decoration: none;
}
.spotlight-title{
    font-family: "1898Sans-Bold",Arial,Helvetica,Sans-serif;
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
    display:block;
    font-size: 28px;
}
.spotlight-cta{
    display:table-cell;
    vertical-align: middle;
    text-align: right;
}

.btn-wcmq-white.btn-outline {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
	padding: 8px 15px;
}
.btn-wcmq-white.btn-outline:hover {
    /* background: rgba(0,0,0,0.2); */
    color: #ffffff;
	text-decoration: underline;
}
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.btn-wcmq-white.btn-outline::after {
    font-family: FontAwesome;
    content: "\f054";
    display: inline-block;
    font-size: 12px !important;
    text-decoration: none;
    line-height: 20px;
    font-size: inherit;
    margin-left: 25px;
}

.spotlight-icon{display:inline-block;margin-right: 15px; padding-right: 15px;border-right: 1px solid #fff;}
    .spotlight-title{margin:0 auto; font-size:24px;}
    .spotlight-subtitle{text-transform:uppercase;font-family: '1898Sans-Bold',Arial,Helvetica,Sans-serif; font-size:18px; color:#ffc72c;}
    #spotlight{background-color:#c10a28; /*border-top: #CF4520 1px solid;*/ background-position: center center}
    
@media (max-width: 991px) {
    
    .spotlight-text{
        display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    }
    .spotlight-title{
            margin-bottom: 5px;
    }
    .spotlight-cta{
        display: block;
    vertical-align: middle;
    text-align: center;
    }
.spotlight-icon{margin-right:0px;margin-bottom:15px; border: none;
    display: block;}
    
}