/** {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*border: 0;*/
/*}*/

/*body {*/
    /*font: 12pt/160% Arial, sans-serif;*/
    /*color: #000;*/
    /*text-align: left;*/
/*}*/

/*#logo-print {*/
    /*display: block;*/
    /*margin-top: 40px;*/
    /*margin-bottom: 40px;*/
/*}*/

/*a {*/
    /*text-decoration: none;*/
    /*color: #000;*/
    /*display: inline;*/
/*}*/

/*.container {*/
    /*margin: 0px auto 0px auto ;*/
    /*overflow: hidden ;*/

/*}*/

/*.noprint {*/
    /*display: none !important;*/
/*}*/

/*header, footer, aside, .block-line, .hide {*/
    /*display: none;*/
/*}*/

/*span.cleaner, div.clearer {*/
    /*width: 100%;*/
    /*clear: both;*/
    /*height: 0px;*/
    /*display: block;*/
    /*visibility: hidden;*/
    /*line-height: 0;*/
/*}*/

/*h1, h2, h3, h4, h5, h6 {*/
    /*padding: 0 0 10pt 0;*/
    /*font-weight: normal;*/
    /*line-height: 120%;*/
    /*text-align: left !important;*/
/*}*/

/*h1 {*/
    /*font-size: 17pt;*/
    /*padding-bottom: 15pt;*/
    /*color: #000000;*/
/*}*/

/*h2 {*/
    /*font-size: 14pt;*/
    /*color: #1e4e9d;*/
/*}*/

/*h3 {*/
    /*font-size: 12pt;*/
    /*font-weight: bold;*/
    /*color: #c3112b;*/
/*}*/

/*h3 {*/
    /*font-size: 12pt;*/
/*}*/

/*p {*/
    /*padding: 0 0 20pt 0;*/
/*}*/

/*table {*/
    /*border-collapse: collapse;*/
    /*width: 100% !important;*/
    /*margin: 0 0 15pt 0;*/
/*}*/

/*table td, table th {*/
    /*padding: 0.2em;*/
    /*text-align: left;*/
/*}*/

/*table td {*/
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
/*}*/

/*ul, ol {*/
    /*margin: 0 0 20pt 0pt;*/
/*}*/

/*div.breadcrumb {*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*padding-bottom: 15pt;*/
    /*font-size: 8pt;*/
/*}*/

/*div.breadcrumb .separator::after {*/
    /*content: " / ";*/
    /*padding: 0px 5px;*/
/*}*/
/*--- MEDIA PRINT ---*/



    * {
        margin: 0;
        padding: 0;
        border: 0;
    }

    body {
        font: 12px/160% Arial, sans-serif;
        color: #000;
        text-align: left;
    }

    .navbar-brand {
        margin-top: 20px;
    }

    a {
        text-decoration: none;
        color: #000;
        display: inline;
    }

    .container {
        margin: 0px auto 0px auto ;
        overflow: hidden ;
        width: 100%;
        max-width: 100%;
    }

    .content .col-md-9 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }

    .noprint, #navbarToggler {
        display: none !important;
    }

    footer, aside, .block-line, .hide, .service-navigation, .search-form, .search-small, .navbar-toggler {
        display: none;
    }

    span.cleaner, div.clearer {
        width: 100%;
        clear: both;
        height: 0px;
        display: block;
        visibility: hidden;
        line-height: 0;
    }

    h1, h2, h3, h4, h5, h6 {
        padding: 0 0 10pt 0;
        font-weight: normal;
        line-height: 120%;
        text-align: left !important;
    }

    h1 {
        font-size: 18pt;
        padding-bottom: 15pt;
        color: #000000;
    }

    h2 {
        font-size: 14pt;
        color: #1e4e9d;
    }

    h3 {
        font-size: 12pt;
        font-weight: bold;
        color: #c3112b;
    }

    h4 {
        font-size: 12pt;
    }

    p {
        padding: 0 0 20px 0;
    }

    table {
        border-collapse: collapse;
        width: 100% !important;
        margin: 0 0 15pt 0;
    }

    table td, table th {
        padding: 0.2em;
        text-align: left;
    }

    table td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    ul, ol {
        margin: 0 0 20px 10px;
    }

    div.breadcrumb {
        padding: 10px 0;
        margin: 40px 0 20px 0;
        font-size: 12px;
        background: #ffffff;
        border-bottom: 1px solid #000000;
        border-radius: 0;
    }

    div.breadcrumb ol{
        padding: 0;
        margin: 0;
    }

    div.breadcrumb li{
        list-style-type: none;
        display: inline-block;
        margin-left: 0;
        padding-left: 0;
    }

    div.breadcrumb li a{
        padding: 0 1rem 0 0;
        margin-left: 0;
        padding-left: 0;
    }

    div.breadcrumb .separator{
        display: inline-block;
        padding: 0 1rem 0 0;
    }


