


.ep-promo-text-section {
    margin-top: 86px;
}

.ep-promo-left-text-section {
    padding-left: 56px;
}

.ep-promo-section-indented{
    
    height: 500px !important;
    
/*-moz-box-shadow: 0 0 30px 30px #888;
-webkit-box-shadow: 0 0 30px 30px #888;
box-shadow: 0 0 30px 30px #888;*/

-moz-box-shadow:         inset 0px 11px 8px -10px #CCC,
        inset 0px -11px 8px -10px #CCC; 
-webkit-box-shadow:         inset 0px 11px 8px -10px #CCC,
        inset 0px -11px 8px -10px #CCC; 
   box-shadow: 
        inset 0px 11px 8px -10px #CCC,
        inset 0px -11px 8px -10px #CCC; 
}

.ep-promo-section{
    
    height: 500px !important;
    


}


.ep-promo-right-text-section {
    padding-right: 56px;
}

.ep-promo-right-content-section {
    margin-top: 46px;
}

.ep-promo-left-action-link{
    
/*    margin-right: 56px;
    font-size: 18px;
    text-decoration: none;
    */
    background: url("../../img/epiphany/secondary-button.png") ;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.0);
    transition: all ease 500ms;
    
    display:block;
    
    width: 220px !important;
    height: 38px !important; 
    border-radius: 46px;
    padding-top:6px;
    padding-bottom:8px;
    padding-left: 26px;
    padding-right: 16px;

    font-size: 18px;
    color: #fefefe !important;
    text-decoration: none;
    
-webkit-box-shadow: 0px 6px 6px -6pxrgba(0,0,0,0.93);
-moz-box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.93);
box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.93);
}

.ep-promo-left-action-link:hover{
    -webkit-box-shadow: 0px 0px 16px 0px rgba(17, 130, 143, 0.97);
    -moz-box-shadow:    0px 0px 16px 0px rgba(17, 130, 143, 0.97);
    box-shadow:         0px 0px 16px 0px rgba(17, 130, 143, 0.97);
    
        text-decoration: none;

      transform: scale(1.1);
  transition: all ease 500ms;
}




#footer-top{
    background: #173C85; 
    height: 120px;
    padding:0px 50px;
    background:#fff url("../../img/epiphany/footer-top.jpg") ;
    //background-color: #eee;
    background-size:cover;
}

#footer-center{
    background: #173C85; 
    height: 210px;
    padding:0px 50px;
    background:#fff url("../../img/epiphany/footer-top.jpg") ;
    //background-color: #eee;
    background-size:cover;
}

#footer-bottom{
    margin-top: 80px;
    /*background: #173C85;*/ 
    height: 180px;
    padding:0px 50px;
    background:#fff url("../../img/epiphany/footer-primary.jpg") ;
    //background-color: #eee;
    background-size: cover;
}

#footer-bottom-mobile{
    /*background: #173C85;*/ 
    /*height: 60px;*/
    margin-top: 180px;
    padding:10px;
    background:#fff url("../../img/epiphany/footer-primary.jpg") ;
    //background-color: #eee;
    background-size:cover;
}
.feedback-container{
    
    border-radius: 9px;
    border-width: 0px;
    border-style: solid;
    background-color: rgba(0,0,0,0.15);
    padding: 12px;
    
    max-width: 950px; 
    margin-top:22px;
    
}


