/*
CTC Separate Stylesheet
Updated: 2020-09-07 12:21:28
*/

/* Neasted List */
.multilist, .multilist li ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.multilist > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
    font-weight: bold;
}

.multilist > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

.multilist li ol > li:first-child {
    margin-top: 10px;
}
.multilist li ol > li {
    list-style: none;
    counter-increment: item;
    font-weight: normal;
}

.multilist li ol > li:before {
    content: counters(item, ".") ". ";
}

.multilist {
    margin-left: 25px;
    margin-bottom: 15px;
    line-height: 150%;
}

.multilist li ol{
    margin: 0 0 12px 12px;
    padding-left: 6px;
}

.multilist li ol > .noListing:before{
    content: '';
    list-style: none;
}

/* Cookies Policy */

.cookiesPolicyButton{
    margin-right:10px;
    padding: 6px 10px;
    width: 150px;
    background-color: #f16522;
    color:#ffffff;
    border: 2px solid #f16522;
    border-radius: 5px;
    font-weight: bold;
}

.cookiesPolicyButton:hover {
    box-shadow: 3px 5px #686868;
}

.cookiesPolicyButton.disabled{
    background-color: #686868;
    border: 2px solid #686868;
    border-radius: 5px;
}
.cookiesPolicyButton.disabled:hover {
    box-shadow: 3px 5px #f16522;
}
.cookie_notification_wrapper {
    position:fixed;
    bottom: 20px;
    z-index:10;
    width: 100%;
    margin: auto;
    display: none;
}

.cookie_notification {
    background-color: #f16522;
    width: 85%;
    margin: auto;
    max-width:620px;
    padding: 10px 20px;
    border-radius: 7px;
}

.cookie_notification p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.cookie_notification p a{
    color: #fff;
    text-decoration: underline;
}

.cookie_notification .confirm_button{
    margin: 10px 0;
}

.cookie_notification .confirm_button button{
    padding: 8px 12px;
    font-size: 18px;
    font-family: inherit;
    cursor: pointer;
    border: 3px solid #fff;
    background-color: #d4d4d4;
        color: #202e63;
}

.cookie_notification .confirm_button button:hover{
    background-color: #fff;
    border-color: #d4d4d4;
}
