.left {
    background-color: white;
}

#c676 .left {
    background: none;
}

#c676 .left .frame-default.frame-type-list {
    background: white;
    padding: 20px;
}

.left > div {
    padding: 20px;
}
.image-caption {
    margin-left: 20px;
}

.faqs .elemGrp .headerArea {
    background: url("../Images/maximize.jpg") white no-repeat;
    overflow: auto;
    min-height: 30px;
    padding-left: 60px;
}

.faqs .counter {
    margin-top: 10px;
}

.faqs .elemGrp .headerArea.open {
    background: url(../Images/minimize_multiline.png) no-repeat;
    color: white;
}

.faqs .elemGrp .headline {
    float: left;
    padding-top: 7px;
    width: 400px;
    cursor: pointer;
}

.faqs .mainContent {
    display: none;
    float: left;
    padding: 0 20px;
}

.faqs .mainContent .con {
    padding-bottom: 10px;
}

.faqsForm {
    background-color: white;
    padding: 0 20px;
    margin-bottom: 20px;
    overflow: auto;
}

.faqsForm .leftArea, .faqsForm .rightArea {
    float: left;
}

.faqsForm .leftArea .catCheckbox {
    display: none;
}

.faqsForm .leftArea .checkboxContainer {
    height: 24px;
    width: 30px;
    float: left;
}

.faqsForm .leftArea .checkboxContainer .check {
    background-image: url(../Images/checkbox_active.gif);
    height: 24px;
    width: 25px;
    cursor: pointer;
    float: left;
}

.faqsForm .leftArea .checkboxContainer .check.inactive {
    background-image: url(../Images/checkbox_inactive.gif);
}

.faqsForm .leftArea .label {
    float: left;
    cursor: pointer;
    width: 230px;
    height: 24px;
    padding-top: 5px;
}

.faqsForm .headline {
    font-family: Sanchez-Light;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 10px;
    font-size: 1.6em;
}

.faqsForm #needle {
    border: 1px black solid;
    width: 200px;
}

.faqsForm p.info {
    padding-top: 80px;
    font-size: 12px;
}

.frame {
    margin: 10px 0;
}

.frame-type-text table {
    width: 100%;
}

.frame-type-text table th {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 3px;
    border-top: 1px #F1F0F0 solid;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

.frame-type-text table td {
    padding-top: 10px;
    padding-left: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    border-top: 1px #F1F0F0 solid;
    vertical-align: top;
}

.frame-type-text table td p {
    margin-bottom: 0!important;
}

/* Newsletter*/

.frame #rmOrganism .rmSubscription .rmBase__comp--heading {
    font-size: 1.5em;
    font-family: Sanchez-Light;
    font-style: normal;
    font-weight: normal;
}

.frame #rmOrganism .rmSubscription .rmBase__comp--text,
.frame #rmOrganism .rmBase__comp--privacy .privacy__text,
.frame #rmOrganism .rmBase__el .comp__input,
.frame #rmOrganism .rmBase__el .comp__select,
.frame #rmOrganism .rmBase__comp--checkbox,
.frame #rmOrganism .rmSubscription .rmBase__comp--cta {
    font-family: Calibri;
    color: black;
}

.frame #rmOrganism .rmBase__el .comp__input::-webkit-input-placeholder { /* Edge */
    font-family: Calibri;
}

.frame #rmOrganism .rmBase__el .comp__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: Calibri;
}

.frame #rmOrganism .rmBase__el .comp__input::placeholder {
    font-family: Calibri;
}

.frame #rmOrganism .rmSubscription .rmBase__comp--cta {
    color: white;
    border-radius: 0;
}

.frame #rmOrganism .rmBase__el .comp__input,
.frame #rmOrganism .rmBase__el .comp__select {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid black;
}

.frame #rmOrganism .rmLayout--vertical.rmBase .rmBase__container {
    padding: 2em 0!important;
}

.frame #rmOrganism .rmLayout--vertical.rmBase {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}