/*Local CSS*/
.blog-buttons .prev-btn--disabled, .blog-buttons .next-btn--disabled {
    pointer-events: none;
}
/*Forms*/
.form-general label, .form-general legend {
    font-family: "Sanchez-Regular",sans-serif;
}
.form-general ul {
    padding: 0;
}
.form-general li {
    list-style: none;
    display: inline-block;
}
.form-general .sq-form-question-answer ul {
    margin: 0;
}
.form-general .sq-form-submit {
    cursor: pointer;
    background-color: #aa5b87;
    color: #fff;
    font-size: .875rem;
    padding: 0.85rem 2rem;
    border-radius: 2rem;
    display: inline-flex;
    font-weight: 600;
    border: solid 1px transparent;
    transition: background-color .2s,color .2s,border .2s;
}
.form-general .sq-form-submit:hover, .form-general .sq-form-submit:focus {
    color: #2f374c;
    background-color: #fff;
    border: solid 1px #2f374c;
}
.form-general .sq-form-error {
    margin-bottom: 0;
}
.form-general .sq-form-errors-message {
    position: relative;
    padding: 1rem 1rem 1rem 1rem;
    margin: 0 0 0.8rem 0;
    border-left: 4px solid #91071a;
    font-family: "Sanchez-Regular",sans-serif;
    font-size: 1.05rem;
    color: #2f374c;
    background-color: #fee6e9;
    line-height: 1;
    border-radius: 2px;
}
/*Local changes*/
.attractions-accordion .cta {
    word-break: break-all;
}
/*Blog listing page*/
.checkboxes #blog_check label {
    margin-right: 0;
}
.checkboxes #blog_check label input {
    visibility: initial;
    height: initial;
    width: initial;
    position: relative;
    margin-bottom: 0;
}
.btn-special-green {
    background-color: #22553d;
    border: solid 1px #d3d3d3;
    border: 0;
    color: white;
    border-radius: 4px;
    padding: 0 1.5rem;
    box-shadow: unset;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    border-radius: 2rem;
    font-size: 1rem;
    height: 34px;
    width: auto;
    cursor: pointer;
    margin-left: 15px;
    display:none;
}