﻿
@font-face {
    font-family: 'PublicoHeadline-Bold';
    src: url('Publico Font/PublicoHeadline-Bold.otf') format('opentype');
}
.header__wrapperStyle {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    z-index: 50;
}
@media (min-width: 992px) .header__wrapperStyle .wrapperStyle {
    padding-top: 0;
    padding-bottom: 0;
}

.header__wrapperStyle .wrapperStyle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
}

@media (min-width: 1200px) .container {
    width: 1140px;
    max-width: 100%;
}

@media (min-width: 992px) .container {
    width: 960px;
    max-width: 100%;
}

@media (min-width: 768px) .container {
    width: 720px;
    max-width: 100%;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) .header__wrapperStyle .wrapperStyle .logoLinkStyle {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (min-width: 768px) .header__wrapperStyle .wrapperStyle .logoLinkStyle {
    visibility: visible;
    opacity: 1;
}

.header__wrapperStyle .wrapperStyle .logoLinkStyle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s, opacity 0.2s ease 0.2s;
}

.logoLinkStyle {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

a {
    text-decoration: none;
    color: inherit;
}
@media (min-width: 992px) .header__wrapperStyle .wrapperStyle .menuMobileStyle {
    min-height: 100vh;
    display: none;
}

@media (min-width: 768px) .header__wrapperStyle .wrapperStyle .menuMobileStyle {
    width: 49%;
}

.header__wrapperStyle .wrapperStyle .menuMobileStyle {
    position: fixed;
    z-index: 5;
    top: 75px;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 1px;
    background-color: #ffffff;
    transform: translate3d(100%, 0,0);
    transition: transform 0.2s ease;
    overflow-y: scroll;
    overflow-x: hidden;
}
h1.mainPageHead {
    font-size: 46px;
    font-family: 'PublicoHeadline-Bold';
    font-weight: bold;
    line-height: 46px;
    color: #00008F;
    margin: 30px 0 6px 0;
}

.header__wrapperStyle .wrapperStyle .menuMobileStyle > div {
    position: relative;
}

.mainPageHeadSubTxt {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    color: #5F5F5F;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

@media (min-width: 992px) .header__wrapperStyle .wrapperStyle .menuDesktopStyle {
    display: block;
    margin-left: auto;
}

.menuDesktopStyle {
    text-align: center;
    width: 100%;
}

.breadcrumLinksBox {
    border-bottom: 1px solid #e5e5e5;
}
    .breadcrumLinksBox .desktopBreadcrum {
        display: block;
    }
.breadcrumLinks {
    display: flex;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ol, ul {
    list-style: none;
}
    .breadcrumLinks li {
        width: 33.33%;
        border: 1px solid #e5e5e5;
        border-width: 0 0 0 1px;
        position: relative;
    }

        .breadcrumLinks li.active a {
            font-weight: 600;
        }

        .breadcrumLinks li a {
            display: block;
            font-size: 18px;
            line-height: 23px;
            font-family: 'Source Sans Pro', Arial, sans-serif;
            font-weight: 400;
            color: #333333;
            padding: 10px 25px 15px 25px;
            position: relative;
        }

a {
    text-decoration: none;
    color: inherit;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}