
.wrapper {
    display: flex;
    flex-direction: column;
}
.jumpto {
    position: sticky;
    position: -webkit-sticky;
    top: 54px;
    background: rgb(227, 242, 253);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 100%;
    height:55px;
}

    .jumpto a {
        color: var(--main-color);
        position: relative;
    }

.menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    margin: 0;
    padding: 0;
}

.menu a, .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 4rem;
}
.menuSize {
    color: #435f76;
    font-size: 18px;
}
.menuSize:hover {
    font-weight:600;
    text-decoration: underline;
}
.label-size {
    color: #435f76;
    font-size: 18px;
    text-decoration: none !important;
    cursor: initial !important;
    padding-right: 0 !important;
}
/*        .label-size:hover {
            text-decoration: none !important;
            cursor: none !important;
        }*/

.px-13{
    padding-left:13px;
    padding-right:13px;
}
.px-11 {
    padding-left: 11px;
    padding-right: 11px;
}
.px-9 {
    padding-left: 9px;
    padding-right: 9px;
}
.px-7 {
    padding-left: 7px;
    padding-right: 7px;
}
.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.px-3 {
    padding-left: 3px;
    padding-right: 3px;
}
.silhouette {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    border: none;
    max-height: 100px;
    max-width: 10rem;
}
.panel-heading{
    padding-top:0;
    padding-bottom:0;
}
.panel-group.accordion-simple{
    margin-bottom:0;
}
.portlet-body {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}
