/*
Theme Name: HEAnet - Child Theme
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/*Impreza menu column placeholders*/
.hide_menu_col > .w-nav-anchor {
    display: none !important;
}

.no-touch .l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1:hover > .w-nav-anchor {
    background: #2a63ca;
}


@media (min-width: 600px) {
    .home .w-tabs-list {
        background: #081b44 url("img/tabs_bg.png") repeat-x bottom !important;
    }
}

.latest_news_wrapper h2:after {
    background: none repeat scroll 0 0 #2B63CA;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 146px;
}
#page-footer {
    font-size: 16px;
    line-height: 1.5;
}
.footer_right_links{
    line-height: 2.1;
}

/*popup*/
.w-popup-box h3::after{
    background: none repeat scroll 0 0 #2B63CA;
    bottom: -12px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 70px;
}
.OFFw-popup-box a::after{
    background: none repeat scroll 0 0 #fff;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    position: relative;

}
.w-popup-box a{
    border-bottom: 1px solid #fff;
}
.w-popup-box h4{
    margin:0;
    font-size: 1.2rem;
}
.w-popup-box h3{
    font-size: 1.4rem;
}
.w-popup-box-title {
    font-size: 1.5rem;
    text-align: center;
    padding: 10px;
    margin: 0 0 20px;
    font-weight: 700;
}
.popup_box_row_1 {
    background-image: url(img/popup_bg1.png) !important;
    background-repeat: repeat-y !important;
    padding: 20px 0 0px 90px;
}
.popup_box_row_2 {
    background-image: url(img/popup_bg2.png) !important;
    background-repeat: no-repeat !important;
    padding: 8px 0 0 90px;

}
.popup_support_link {
    background: #2351a7;
    padding: 14px 15px;
    line-height: 1;
}
.w-popup-box {
    font-size: .8em;
}
@media (min-width: 600px) {
    .w-popup-box h4{
        font-size: 1.6rem;
    }
    .w-popup-box h3{
        font-size: 1.8rem;
    }
    .w-popup-box {
        font-size: 1em;
    }
    .popup_support_link {
        margin-left: 70px;
        padding: 24px 35px;
    }
    .popup_box_row_1 {
        padding: 50px 0 20px 120px;
    }
    .popup_box_row_2 {
        padding: 48px 0 70px 120px;
    }
}