address {
    font-style: normal;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active {
    background-color: #f388bb;
}
.rycopyright p {
    /* float: left; */
    font-size: 1em;
    margin: 0px;
}
footer div h1 {
    font-size: 1em !important;
    font-family: 'roboto';
    /* float: left; */
    margin: 0px;
    color: black !important;
    font-weight: 400;
}
footer ul:nth-child(2) li:last-child a {
    background: #4e9bcf;
    margin-top: 1em;
    padding: 1em !important;
    display: block;
    color: #000 !important;
    width: 100%;
    width: fit-content;
}

.alert__content h2 {
    color: white !important;
    margin: 0.1em 0;
    font-size: 2.5em;
}aside.alert.alert--information {
    text-align: left;
    border: 1px solid #ce156c;
    background: #e42a1d;
    color: white;
    padding: 1em;
    border-radius: 0;
}
.freeprivacypolicy-com---nb-standalone {height: unset !important;display: inline-table;}

#__ba_panel {
    border: 0 !important;
    text-align: left;
    position: absolute;
    top: 6.1em;
    right: 1em;
    width: 2.5em;
}
@media screen and (max-width: 840px)
{
	#__ba_panel {
    border: 0 !important;
    text-align: left;
    position: absolute;
    top: 2.7em;
    left: 6em;
    width: 2.5em;
}
	
	footer ul:nth-child(2) li:last-child a {
    background: #b2cb02;
    margin-top: 1em;
    padding: 1em !important;
    color: #000 !important;
    width: 100%;
    display: block;
  
}
	
	input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active {
    background-color: #b7e1e6;}

}

a.button.button--primary.fit.reverse {
    background: #f388bb;
    color: black !important;
    font-size: 1.3em;
}
a.button.button--primary.fit.reverse:hover {
    background: #4c256a !important;
    color: white !important;
}