.coral-button{
    align-items: center;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #778ca2;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px #00103014;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    min-height: 40px;
    justify-content: center;
    line-height: normal;
    min-width: 96px;
    padding: 0 16px;
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.64);
}

.coral-button--red {
    background-color: var(--cci-color-red);
    border-color: transparent;
    color: white !important;
}
.coral-button--white {
    background-color: var(--cci-color-white);
    color: #36424C !important;
    border: 1px solid #F5F5F5;
}
.field-error label {
    color: #fa5f55;

    font-weight: 500;
}
.field-success label {
    color: #91c164;
    font-weight: 500;
}
.more_info{
    background: url('../img/more_info.png');
    height: 573px;
    background-position: center;
}
.accreditation_feedback{
    height: 651px;
    background-color: #E6CDAF;
    position: relative;
}
.accreditation_feedback__form{
    position: absolute;
    margin-top: -4rem;
    margin-left:calc(50vw - 80px);
    max-width:560px;
    z-index: 991;
}
@media (max-width: 768px) {
    .accreditation_feedback{
        height:auto;
        background: transparent;
    }
    .accreditation_feedback__form{
        position: relative;
        width:100%;
        max-width:100%;
        margin-top: 1rem;
        margin-left:0;
    }
    .accreditation_feedback__img {
        display:none;
    }
    .switch-form_buttons{
        position: relative;
    }
    .switch-form_buttons a{
        display:inline-block;
    }

    blockquote p:first-child {
        margin-left: 2.5rem !important;
    }



    blockquote {
        max-width:100% !important;
        padding: 0rem !important;

        margin-left: 0 !important ;
    }

    blockquote p {
        opacity: .75;
        font-size: 2rem;
        margin-left: 3rem;
        padding-bottom: 0;
        line-height: 1.25 !important
    }

}
@media (max-width: 460px) {
    .more_info {
        height: 400px;
        background-size: cover;
        background-position: center;
    }
}
.accreditation_feedback__form form{
    display:none;
}
.switch-form_buttons {
    margin-top: -32px;
}
.switch-form_buttons a.active{
    background: #E5CCAE 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    font-weight: bold;
}
.switch-form_buttons a{
    padding: 10px 32px;
    letter-spacing: -0.2px;
    box-shadow: 0px 2px 8px #00103014;
    border: 2px solid #E6CDAF;
    border-radius: 4px 4px 0px 0px;
    color: #000000;
}
.switch-form_buttons__fold {
    height: 10px;
    width: 100%;
    background-color: #E6CDAF;
    z-index: 990;
    position: absolute;
    left: 0;
    margin-top:8px;
}
form[name=accreditation_form_blogger].active{
    display: block;
}
form[name=accreditation_form_smi].active{
    display: block;
}

blockquote p:first-child {
    margin-left: 3rem
}

blockquote:before {
    content: url(../img/quotes.svg);
    position: relative;
    top: 2.3rem
}

blockquote {
    max-width: 80%;
    background: none;
    border-left: none;
    padding: 1rem;
    color: #252631;
    margin-left: 10%
}

blockquote p {
    opacity: .75;
    font-size: 2rem;
    margin-left: 3rem;
    padding-bottom: 0;
    line-height: 1.25 !important
}

blockquote p:not(:only-child):last-child {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
    margin-left: 3rem;
    position: relative;
    bottom: 5px
}

blockquote p:not(:only-child):last-child:before {
    content: "—"
}

.container-post__inner img {
    width: 100% !important
}

.post-footer-navigation {
    background-color: #fafafa;
    margin-top: auto
}

.post-text {
    padding-bottom: 3rem
}

.post-text p {
    line-height: 32px;
    padding-bottom: 1.5rem
}

.post-text h2, .post-text h3, .post-text h4, .post-text h5, .post-text h6 {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.25;
    max-width: 80%
}

.post-text h2 {
    font-size: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    line-height: 2.5rem;
    max-width: 80%;
    font-weight: 700
}

.post-text h3 {
    font-size: 2rem;
    padding-bottom: 1.5rem;
    font-weight: 500
}

.post-text h4 {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
    font-weight: 500
}

.post-text h5, .post-text h6 {
    font-size: 1rem;
    font-weight: 700
}

.post-text h6 {
    text-transform: uppercase
}

.image-container__post-inner {
    width: 100%
}

@media only screen and (max-width: 449px) {
    .image-container__post-inner {
        height: 215px
    }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
    .image-container__post-inner {
        height: 300px
    }

    blockquote {
        font-size: 1em
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .image-container__post-inner {
        height: 357px
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .image-container__post-inner {
        height: 478px
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
    .image-container__post-inner {
        height: 610px
    }
}

@media only screen and (min-width: 1919px) {
    .image-container__post-inner {
        height: 650px
    }
}

.container-post__breadcrumbs {
    max-width: 100%;
    width: 240px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block
}