.cookieText,
.cookieButton {
    font-family: "Open Sans", sans-serif !important;
    font-weight: bold;
}

.modal {
    bottom: 0;
    right: 0;
    outline: 0;
    font-family: "Univers LT W01_45 Light", arial, helvetica, sans-serif;
    font-weight: 400;
    hyphens: auto;
    font-size: 16px;
    line-height: 1.5;
    color: #4c4c4c;
}

.modal-content {
    border-radius: 0px !important;
}

.cookieButton,
.btn {
    font-family: inherit;
    border-radius: 0 !important;
}

.modal a {
    text-decoration: none;
    transition: color 0.2s;
}

.modal .panel-info .panel-heading {
    background: #5d89ac !important;
}

.panel-info>.panel-heading {
    color: #6f7c84;
    background-color: #7cbfec;
    border-color: #6f7c84;
}

.panel-heading {
    font-size: 16px;
    position: relative;
    border: none;
    font-weight: bold;
    padding: 10px 15px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel {
    border: 0;
    box-shadow: none;
    background-color: white;
}

.panel-heading .accordion-toggle.collapsed::after {
    content: "\f107";
}

.panel-heading .accordion-toggle::after {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    content: "\f106";
    font-size: 14px;
    line-height: 1em;
    right: 0;
    top: 0;
    width: 40px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.accordion-toggle::after {
    background: rgba(0, 0, 0, 0.07);
}

.element-short-bottom {
    margin-bottom: 24px !important;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.modal-body {
    border-bottom: 0px solid #e5e5e5;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    background: transparent !important;
    color: #000 !important;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    float: right !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modal-header {
    display: inline;
}

.modal-header>p {
    font-size: 0.9rem;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

h4 {
    font-size: 16px;
}