@import url("stylesheet_global.css");



h2, h3, h4,
.text_brand_color b,
.text_brand_color p,
.text_brand_color span,
.cope-core-headline:not(.disable_default_color) p{
    color:#5c5c5c;
}

.text_alt_color h2,
.text_alt_color h3,
.text_alt_color h4,
.text_alt_color b,
.text_alt_color p,
.text_alt_color span{
    color:#002e5d;
}

html {
    font-size: 18px;
}

.cope-core-text a,
.cope-core-text a:active{
    color: #002e5d;
}
.cope-core-text a:hover{
    color: #002144
}

.line_separator hr{
    background-color: #e77d20;
}


.cope-core-button.cope-core-button-style-primary{
    background:#e77d20;
}
.cope-core-button.cope-core-button-style-primary:hover, 
.cope-core-button.cope-core-button-style-primary:active, 
.cope-core-button.cope-core-button-style-primary.cope-core-button-active{
    background: #cf701c;
}
