.announces{
    background: #0D5CC9;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}
.announces p{
    padding-top: 1rem;
}

.elsa-navbar{
    top: 55px !important;
}

.announces-icon-arrow-right{
    width: 16px;
    height: 16px;
    background: url(https://elsaspeak.com/wp-content/themes/elsatheme/images/icon-right.svg) no-repeat;
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
}
@media (max-width: 767.98px) {
    .elsa-section.elsa-hero {
        padding-top: 5rem;
    }
   .elsa-navbar{
        top: 65px !important;
    }
}
#announces-modal .modal-content, #announces-modal .modal-header{
    background: none;
    border: none;
}

#announces-modal .modal-content a{
    position: absolute;
    bottom: 10%;
    left: 30%;
}

.elsa-section--faq{
  padding: 5rem 0;
}
@media (min-width: 768px) {
    .elsa-section.elsa-error {
        padding-top: 6.125rem;
        padding-bottom: 6.125rem;
    }
}
@media (min-width: 992px){
    .elsa-section.elsa-error {
        min-height: 100%;
    }
}
@media (max-width: 992px){
    .elsa-section.elsa-error {
        padding: 10rem 0!important;
    }
    .block-error h1{
        font-size: 3rem!important;
    }
    .block-error h3{
        font-size: 1.5rem!important;
    }
}
.elsa-section.elsa-error {
    background: url(../png/hero-error.png) no-repeat bottom;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.block-error{
    text-align: left;
}
.block-error h1{
    font-size: 4rem;
    font-weight: 200;
}
.block-error h3{
    font-size: 2rem;
    font-weight: 100;
}
.icon-question:before { content: "\EA17" }
.icon-listen:before { content: "\EA16"}
.icon-speak:before { content: "\EA15"}