body {
    background-color: #f1f3f6 !important;
    padding-right: 0 !important;
}

.sectionbox {
    background-color: #fff;
    display: inline-block;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    padding-top: 10px;
    border-radius: 10px;
    margin-bottom:10px;
}

.tab-content > .sectionbox {
    border-radius: 0;
}

.sectionBlockBox {
    background-color: #fff;
    display: block;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.tab-pane h1, h2, h3, h4, h5 {
    font-family: inherit !important;
}

.panel {
    border: 0;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    margin-top:40px;
}

.panel-heading {
    padding: 10px 20px;
}

.panel-default > .panel-heading {
    color: #262626;
    font-weight: 400;
    background: #fff !important;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
    /*max-width: 960px;*/
    text-align:center;
    margin: 0 auto;
    padding: 32px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-family: "CeraPRO-Bold", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: #838F93;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #ed6033;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.cookie-consent-banner__cta:hover {
    background-color: #ed8462;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #22C870;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}