#footer input {
	color: white;
        background-color: transparent;
        border-color: white !important;
}

#footer_container .icon_container .icon {
    border-color: white;
    border-width: 1px;
}
#footer_container .icon_container .icon i {
    color: white;
}

#footer_container .icon_container .icon:hover {
    background-color: white; /* red */
}

#footer_container .icon_container .icon:hover i {
    color: #ff3833 !important; /* red */
}


#sticky_container {
    /* background-color: #FCFCE4; 
    border-bottom: 1px solid #FF3E34; */
    border-bottom: 1px solid #FFFFFF;
}


#content .vline { 
    border-color: #ff3833 !important; /* red */
}

#content .hline { 
    background-color: #ff3833 !important; /* red */
}
/*
#sticky {
    background-color: transparent;

}
#sticky li a {
    color: #FF3E34;
}

#sticky .vline {
    border-color: #FF3E34;
}
*/

