/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */


.am-header .am-header-content-wrapper {
    border-width: 0 1px;
    border-style: solid;
    border-color: #688296;
    background: #C41A00;
}


.am-header {
    overflow: hidden;
    background: #C41A00;
}

.am-credits {   
    display: none;
}

.am-footer .am-footer-content-wrapper {
    background: #fff;
    color: #C41A00;
    height: 30px;
}


.am-footer .am-footer-content a {
    color: #C41A00;
}


.am-cta-signup {
    background: #FB7600 !important; 
    color: #fff !important; 
    width: 120px;
}


.am-cta-signup:hover {
    background: #C41A00 !important; 
    color: #fff !important; 
    width: 120px;
}


.am-body-content input[type=submit] {
    background: #FB7600 !important; 
    color: #fff !important; 
}


.am-body-content input[type=submit]:hover {
    background: #C41A00 !important; 
    color: #fff !important; 
}



