@import "cookieconsent.umd.css"; /* import main cookie consent styles */

@media screen and (max-width: 640px) {
    #cc-main #cc-main .pm__btn-group+.pm__btn-group, #cc-main .pm__btn-group .pm__btn {
        margin-left: 3rem !important;
    }
}

@media screen and (max-width: 640px) {
    #cc-main .cm__btn-group, .cm__btn--secondary {
        margin-left: 3rem !important;
    }
}

#cc-main .cm--cloud .cm__btns {
     max-width: 18em;
}

#cc-main .pm__btn, #cc-main .cm__btn {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    background: #5236ab;
    min-height: 30px !important;
    font-family: "Source Sans Pro", Arial !important;
    font-size: 14px !important;
    background-image: none !important;
    max-width: 240px !important;
    background-color: #5236ab !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border: 2px solid #5236ab !important;
    margin-right: 10px !important;
    color: #fff !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 2px 15px !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    line-height: 22.5px !important;
    cursor: pointer !important;
    height: 22.5px !important;
    width: auto !important;
    display: block !important;
}

#cc-main .pm__btn:hover, #cc-main .cm__btn:hover {

    background-color: #7a5aed !important;
    border-color: #7a5aed !important;
    text-decoration: none !important;
    opacity: 0.8;
}

#cc-main .pm__title, #cc-main .cm__title {
    font-family: "Source Sans 3", sans-serif;
    color: #200A58;
    font-size: 24px;
}

#cc-main .pm__section-title {
    font-family: "Source Sans 3", sans-serif;
    color: #333333;
    font-size: 20px;
}

#cc-main .pm__section-desc {
    font-family: "Source Sans 3", sans-serif;
    color: #333333;
    font-size: 16px;
}

#cc-main .pm__section--expandable .pm__section-title {
    font-family: "Source Sans 3", sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

#cc-main .cm--cloud .cm__desc, #cc-main .pm__service-title {
    font-family: "Source Sans 3", sans-serif;
    color: #333333;
    font-size: 16px;
}

#cc-main a{
    font-family: "Source Sans 3", sans-serif;
    color: #5236AB;
    font-size: 14px;
}

#cc-main td, #cc-main .pm__table-caption {
    font-family: "Source Sans 3", sans-serif;
    color: #333333;
    font-size: 14px;
}

#cc-main .pm__section-desc a {
    font-family: "Source Sans 3", sans-serif;
    color: #5236AB;
    font-size: 16px;
}


#cc-main .cm--box.cm--wide .cm__btns, #cc-main .pm__footer {
    justify-content: center;
}

#cc-main .cm__desc {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
}
