:root {
    --base-color: #2a2c36;
    --primary-color: #292bb7;
    --secondary-color: #18ccf5;
    --tertiary-color: #fafafa;
    --accent-color: #18ccf5;
    --heading-color: #142370;
    --content_font-weight: 400;
    --content_font-size: 16px;
    --content_font-size_small: 16px;
    --content_font-size_large: 16px;
    --content_line-height: 24px;
    --h1_hero_font-weight: 400;
    --h1_hero_line-height: 1.14;
    --h2_color: 2a2c36;
    --h3_color: 2a2c36;
    --h4_color: 2a2c36;
    --button_font-size: 16px;
    --button_font-weight: 400;
    --button_border-radius: 4px;
    --placeholder-color: #a2a2a2;
    --form_form-control_label_color: #000000;
    --header-nav_link_font-size: 16px;
    --header-nav_link_color: #2a2c36;
    --header-nav_link_hover_color: #292bb7;
    --header-nav_submenu_link_background-color: #FFFFFF;
    --footer_color: #000000;
    --footer_font-size: 16px;
    --footer_content_color: #2a2c36;
    --footer_link_color: #2a2c36;
    --footer_link_hover_color: #292bb7;
    --footer_h2_color: #292bb7;
    --footer_webring_background: #00000;
    --footer_webring_p_color: #ffffff;
    --footer_webring_li_color: #ffffff;
    --footer_webring_li_font-size: 16px;
}

/*###> custom ###*/
header .header-nav>ul>li.active a {
    border-bottom: 0px solid;
}

.fa-map-marker::before {
    content: "\f3c5";
    font-weight: 600;
}

.jobalert-toggle{
display:none;
}

h2 {
margin: 0px 0px  10px 0px;
}
/*###< custom ###*/