<style type="text/css">


.main-menu .label {
    text-transform: uppercase;
    font-family: ApercuMono;
    letter-spacing:2px;
    font-weight:normal;
}
.main_footer {
    background-color: rgb(13, 21, 43);
    color: #FFFFFF;
font-family: ApercuMono;

}
.main_footer .footer_icon path {
    fill: #EAEBF0 !important;
}
.main_footer .footer_icon:hover path {
    fill: #1581e9 !important;
}
.footer_links {
    color: #EAEBF0 !important;
}
.footer_links:hover {
    color: #1581e9 !important;
}
.main_footer .poweredby a > span {
    color: #EAEBF0;
}
.link_imitation, A:link, a.tbm_link {
    color:#0842a0;
}
.link_imitation:hover, A:hover, a.tbm_link:hover {
    color:#1581E9;
}
.link_imitation:active, A:active, .link_imitation:focus, A:focus, a.tbm_link:active, a.tbm_link:focus {
    color:#0842a0;
}
.main_footer .policy_link > a {
    color:#ffffff !important;
}
.main_footer .policy_link {
    text-decoration:none !important;
}
.main_footer .policy_link > a:hover {
    color:#1581e9 !important;
}

.ImageFadeEffect {
	transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.ImageFadeEffect:hover {
    opacity: 0.75;
}
.ImageGlowEffect {
	transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.ImageGlowEffect:hover {
    box-shadow: 0 0 25px -15px rgba(255, 255, 255, 0.7);
}
.BMLearnMore {
    font-family: ApercuMono;
    font-weight: 400;
    font-style:normal;
    letter-spacing: 3px;
    padding: 18px 27px;
    margin-bottom: 0;
    font-size: 14px;
    border: none;
    color:#ffffff !important;
    background-color: #1581E9;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    text-decoration:none;
}

.BMLearnMore:hover {
    color: #0D152B !important;
    background-color: #25E299;
    text-decoration:none;
}

.BMLearnMore:focus {
    color: #0D152B !important;
    background-color: #25E299;
}

.BMLearnMore:active, .BMLearnMore:active:focus {
    color: #ffffff !important;
    background-color: #25E299;
}
</style>