/* put you CSS code here */
.mt-3{
    margin-top: 30px;
}

.logo_header .logo_text {
    color: #ee8c0f;
    font-size: 1.5em;
    margin: 5px 0 .4em 30px;
    font-weight: bold;
}

.page_header{
    display: inline-block;
    margin: 0 0 1.3em 0;
    padding: 0;
    line-height: 1em;
}

.breadcrumb-container{
}

    .breadcrumb-container .breadcrumb {
        position: relative !important;
        top: 0 !important;
        margin: -20px 0 20px 15px !important;
    }

@media (max-width: 768px) {
    .page_header{
        display: block;
    }
    .breadcrumb-container .breadcrumb {
        position: relative !important;
        right: 0 !important;
        margin: 0 0 1.3em 0 !important;
    }
}


.popup-window, .popup-window.popup-window-with-titlebar {
    padding: 2em;
    font: inherit;
}

.popup-window{
    max-width: 600px;
}

.popup-window-content{
    background-color: transparent !important;
}

dl, dt, dd, ol, ul, li {
    list-style: none;
}
