/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.btn_purple:hover {
  background-color: #f19913 !important;
}

body {
  background-color: #ebebeb !important;
}

.header-container-wrapper {
    position: relative !important;
}

.tac_nav-top a {
    color: #f9daac !important;
}

.tac_nav-top a:hover {
    color: #fff !important;
    text-decoration: none;
}

.tac_nav-main .hs-menu-depth-1 > a {
  color: #fff !important;
}


.footer-background {
    background-color: rgba(0,0,0,0);'
}

.footer-container a.button.btn-block {
    background-color: #2a0878 !important;
    color: #fff !important;
}


.footer-container a.button.btn-block:hover {
background-color: #f19913 !important;
}

#accessibility-button {
  display: none !important;
}