﻿@import url('../fonts/fonts.css');

/* ======== START CSS OF BREADCRUMB ======== */

.breadcrumb {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    font-family: 'MyriadPro';
}

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li a {
            font-family: 'MyriadPro';
            font-size: 13px;
            text-decoration: none;
            font-weight: 400;
            color: #7f6c33;
        }

        .breadcrumb li:last-child {
            font-family: 'MyriadPro';
            font-size: 13px;
            text-decoration: none;
            color: #584c27;
            font-style: italic;
            font-weight: 800;
        }

ul.breadcrumb li + li:before {
    content: "";
    padding: 8px;
    color: #7f6c33;
    margin: 0 7px;
    font-weight: 900;
    box-sizing: border-box;
    width: 16px;
    vertical-align: bottom;
    height: 16px;
    background: url(/_layouts/15/images/JFD.PCOE.Internet/angle-arrow-pointing-to-right.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.icon_before::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.pcoe-breadcrumb-footer-address {
    display: none;
}

/* ======== END BREADCRUMB CSS ======== */

/* ======== START MEDIA QUERIES ======== */
@media(max-width: 767px) {
    /*ul.breadcrumb li + li:before {
        font-size: 12px;
        padding: 2px;
    }*/
    .breadcrumb {
        display: none !important;
    }
}
/* ======== END MEDIA QUERIES ======== */
