body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a.navbar-nav {
    color: var(--bs-navbar-active-color);
}

a {
    color: #89A428;
    text-decoration: none;
    font-weight: 700;
}

.carousel {
    margin-bottom: 4rem
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10
}

.carousel-item {
    height: 32rem
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem
}

.featurette-divider {
    margin: 5rem 0
}

.featurette-heading {
    letter-spacing: -.05rem
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4
    }

    .featurette-heading {
        font-size: 50px
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15)
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh
}

.bi {
    vertical-align: -.125em;
    fill: currentColor
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.btn-bd-primary {
    --bd-violet-bg: #89A428;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs- #fff);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs- #fff);
    --bs-btn-hover-bg: #89A428;
    --bs-btn-hover-border-color: #89A428;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #89A428;
    --bs-btn-active-border-color: #89A428
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #89A428
}

.bd-mode-toggle {
    z-index: 1500
}

.img-carousel-1 {
    width: 100%;
    height: 100%
}

#logo-nav {
    height: 2em
}

.green a {
    color: #89A428 !important
}

.icon-md {
    width: 80px;
    height: 80px
}

.icon-md-2 {
    width: 90px;
    height: 90px
}

.zoom {
    transition: transform .2s;
    margin: 0 auto
}

.zoom:hover {
    transform: scale(1.2)
}

.bg-search {
    background-color: #89a428;
    box-shadow: 0 0 5px #3a3a3a;
    padding: 30px
}

#bg-search-user {
    background-color: rgba(237, 244, 211, 0.7);
    box-shadow: 0 0 5px #3a3a3a
}

.btn-pesquisar {
    color: #f9f9f9;
    font-weight: 700;
    background-color: #89a428b3;
    box-shadow: 0 0 4px #3a3a3a
}

.btn-pesquisar:hover {
    background-color: #bebcbc;
    color: #1a1d20
}

p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 30px
}

a {
    text-decoration: none !important
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

.main-button a {
    display: inline-block;
    background-color: #89A428;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all .3s
}

.main-button a:hover {
    background-color: #fb9857;
    color: #fff !important
}

.heading-page {
    padding-top: 110px
}

.page-heading {
    margin: 0px 10px;
    padding: 120px 0px;
    text-align: left;
    background: url(../images/heading-bg.jpg) no-repeat center center;
    background-size: cover
}

.page-heading .text-content h2 {
    color: #f48840;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: -100px
}

#preloader {
    overflow: hidden;
    background: #f48840;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999999;
    color: #fff
}

#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px
}

#preloader .jumper > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite
}

#preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s
}

#preloader .jumper > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.main-banner .container-fluid {
    padding: 0px 10px;
    margin-bottom: -24px
}

.owl-banner {
    padding-top: 110px
}

.owl-banner .item {
    position: relative
}

.owl-banner .item .item-content {
    position: absolute;
    bottom: 40px;
    left: 40px
}

.owl-banner .item .item-content .meta-category span {
    color: #f48840;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.25px
}

.owl-banner .item .item-content h4 {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 10px 0px 12px
}

.owl-banner .item .item-content ul li {
    display: inline-block;
    margin-right: 8px
}

.owl-banner .item .item-content ul li:after {
    content: '|';
    color: #fff;
    margin-left: 8px
}

.owl-banner .item .item-content ul li:last-child::after {
    display: none
}

.owl-banner .item .item-content ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    transition: all .3s
}

.owl-banner .item .item-content ul li a:hover {
    color: #f48840
}

.owl-banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.owl-banner .owl-nav .owl-prev {
    position: absolute;
    left: 40px
}

.owl-banner .owl-nav .owl-next {
    position: absolute;
    right: 40px
}

.owl-banner .owl-nav button {
    outline: 0
}

.owl-banner .owl-nav button span {
    color: #fff;
    font-size: 36px;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background-color: rgba(250, 250, 250, 0.3)
}

.call-to-action {
    margin-top: 10px;
    padding: 5px;
    background: no-repeat center center;
    background-size: cover
}

.call-to-action img {
    min-width: 100%;
    min-height: 150px;
    margin-bottom: -50px
}

.call-to-actionB {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px;
    background: no-repeat center center;
    background-size: cover
}

.blog-posts {
    margin-top: 80px
}

.blog-posts .blog-post {
    margin-bottom: 30px
}

.blog-posts .blog-thumb img {
    width: 100%;
    overflow: hidden
}

.blog-posts .down-content {
    padding: 40px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.blog-posts .down-content span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 900;
    color: #f48840
}

.blog-posts .down-content h4 {
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 900;
    color: #20232e;
    margin: 10px 0px 12px;
    font-size: 20px;
    letter-spacing: 0.25px
}

.blog-posts .down-content ul.post-info li {
    display: inline-block;
    margin-right: 8px
}

.blog-posts .down-content ul.post-info li:after {
    content: '|';
    color: #aaa;
    margin-left: 8px
}

.grid-system .down-content ul.post-info li {
    margin-right: 3px
}

.grid-system .down-content ul.post-info li:after {
    margin-left: 5px
}

.blog-posts .down-content ul.post-info li:last-child::after {
    display: none
}

.blog-posts .down-content ul.post-info li a {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    transition: all .3s
}

.blog-posts .down-content ul.post-info li a:hover {
    color: #f48840
}

.blog-posts .down-content p {
    padding: 25px 0px;
    margin: 25px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.blog-posts .down-content ul.post-share {
    text-align: right
}

.blog-posts .down-content ul.post-tags li, .blog-posts .down-content ul.post-share li {
    display: inline-block;
    color: #aaa
}

.blog-posts .down-content ul.post-tags li:first-child i, .blog-posts .down-content ul.post-share li:first-child i {
    color: #f48840;
    margin-right: 5px
}

.blog-posts .down-content ul.post-tags li a, .blog-posts .down-content ul.post-share li a {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    transition: all .3s
}

.blog-posts .down-content ul.post-tags li a:hover, .blog-posts .down-content ul.post-share li a:hover {
    color: #f48840
}

.blog-posts .main-button a {
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 100%;
    text-align: center
}

ul.page-numbers {
    text-align: center
}

ul.page-numbers li {
    display: inline-block;
    margin: 0px 5px
}

ul.page-numbers li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #7a7a7a;
    border: 1px solid #eee;
    font-weight: 600;
    transition: all 0.3s
}

ul.page-numbers li.active a {
    background-color: #89A428;
    border-color: #89A428;
    color: #fff !important
}

ul.page-numbers li a:hover {
    background-color: #f48840;
    border-color: #f48840;
    color: #fff !important
}

.blog-posts .sidebar-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #20232e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.blog-posts .comments {
    margin-top: 30px
}

.blog-posts .comments ul li {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.blog-posts .comments ul li.replied {
    padding-left: 130px
}

.blog-posts .comments ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.blog-posts .comments ul li .author-thumb {
    display: inline;
    float: left
}

.blog-posts .comments ul li .author-thumb img {
    max-width: 100px;
    display: inline
}

.blog-posts .comments ul li .right-content {
    margin-left: 130px
}

.blog-posts .comments ul li .right-content h4 {
    color: #20232e;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.5px
}

.blog-posts .comments ul li .right-content h4 span {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    letter-spacing: 0.25px;
    margin-left: 20px
}

.blog-posts .submit-comment {
    margin-top: 60px
}

.blog-posts .submit-comment input {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: 0;
    padding: 0px 15px;
    margin-bottom: 30px
}

.blog-posts .submit-comment textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: 0;
    padding: 10px 15px;
    margin-bottom: 30px;
    height: 180px;
    max-height: 220px;
    max-width: 100%;
    min-width: 160px
}

.blog-posts .submit-comment input::placeholder, .blog-posts .submit-comment textarea::placeholder {
    color: #aaa
}

.blog-posts .submit-comment button {
    display: inline-block;
    background-color: #f48840;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: 0
}

.blog-posts .submit-comment button:hover {
    background-color: #fb9857
}

.sidebar {
    margin-left: 30px
}

.sidebar .sidebar-item {
    margin-top: 50px
}

.sidebar .search {
    margin-top: 0
}

.sidebar .sidebar-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #20232e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.sidebar .search input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: 0;
    padding: 0px 15px
}

.sidebar .search input::placeholder {
    color: #aaa
}

.sidebar .recent-posts ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.sidebar .recent-posts ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.sidebar .recent-posts ul li h5 {
    font-size: 19px;
    font-weight: 900;
    color: #20232e;
    line-height: 30px;
    transition: all 0.3s
}

.sidebar .recent-posts ul li h5:hover {
    color: #f48840
}

.sidebar .recent-posts ul li span {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-top: 8px
}

.sidebar .categories ul li {
    margin-bottom: 15px
}

.sidebar .categories ul li:last-child {
    margin-bottom: 0
}

.sidebar .categories ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #20232e;
    transition: all .3s
}

.sidebar .categories ul li a:hover {
    color: #f48840
}

.sidebar .tags ul li {
    margin-right: 6px;
    display: inline-block;
    margin-bottom: 10px
}

.sidebar .tags ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #aaa;
    display: inline-block;
    border: 1px solid #eee;
    padding: 10px 18px;
    transition: all .3s
}

.sidebar .tags ul li a:hover {
    background-color: #f48840;
    border-color: #f48840;
    color: #fff
}

.contact-us .down-contact, .contact-us #map {
    margin-top: 80px
}

.contact-us .sidebar-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #20232e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.contact-us .contact-form input {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: 0;
    padding: 0px 15px;
    margin-bottom: 30px
}

.contact-us .contact-form textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    outline: 0;
    padding: 10px 15px;
    margin-bottom: 30px;
    height: 180px;
    max-height: 220px;
    max-width: 100%;
    min-width: 160px
}

.contact-us .contact-form input::placeholder, .contact-us .contact-form textarea::placeholder {
    color: #aaa
}

.contact-us .contact-form button {
    display: inline-block;
    background-color: #f48840;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: 0
}

.contact-us .contact-form button:hover {
    background-color: #fb9857
}

.contact-us .contact-information {
    margin-left: 30px
}

.contact-us .contact-information ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.contact-us .contact-information ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.contact-us .contact-information ul li h5 {
    font-size: 19px;
    font-weight: 900;
    color: #20232e;
    line-height: 30px
}

.contact-us .contact-information ul li span {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-top: 8px
}

.about-us {
    margin-top: 100px;
    text-align: center
}

.about-us img {
    width: 100%;
    overflow: hidden
}

.about-us p {
    margin: 40px 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px
}

.about-us ul li {
    display: inline-block;
    margin: 0px 5px
}

.about-us ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background-color: #212931;
    color: #fff;
    border-radius: 50%;
    transition: all .3s
}

.about-us ul li a:hover {
    background-color: #f48840
}

@media (max-width: 1250px) {
    .owl-banner .owl-nav .owl-prev {
        left: 0
    }

    .owl-banner .owl-nav .owl-next {
        right: 0
    }

    .owl-banner .owl-nav button span {
        width: 35px
    }

    .owl-banner .item .item-content .meta-category span {
        font-size: 16px
    }

    .owl-banner .item .item-content h4 {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .owl-banner .owl-nav {
        display: none
    }
}

@media (max-width: 992px) {
    .navbar .navbar-brand {
        position: absolute;
        left: 30px;
        top: 25px;
        width: auto
    }

    .background-header .navbar-brand, .background-header .navbar-toggler {
        top: 15px
    }

    .navbar:after {
        display: none
    }

    #navbarResponsive {
        z-index: 99999;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1)
    }

    .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #eee
    }

    .navbar .navbar-nav .nav-item:last-child {
        border-bottom: 0
    }

    .navbar .navbar-nav a.nav-link {
        padding: 15px 0px;
        color: #1e1e1e !important
    }

    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .active > .nav-link, .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .show > .nav-link {
        color: #f48840 !important;
        border-bottom: none;
        padding-bottom: 15px
    }

    .owl-banner .item .item-content .meta-category span {
        font-size: 18px
    }

    .owl-banner .item .item-content {
        text-align: center;
        width: 80%;
        left: 50%;
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%)
    }

    .owl-banner .item .item-content h4 {
        font-size: 24px
    }

    .call-to-action {
        text-align: center
    }

    .call-to-action .main-content .main-button {
        text-align: center;
        margin-top: 30px
    }

    .sidebar {
        margin-left: 0;
        margin-top: 60px;
        padding-top: 60px;
        border-top: 3px solid #f7f7f7
    }

    .contact-us .contact-information {
        margin-left: 0;
        margin-top: 60px
    }
}

a:link {
    text-decoration: none
}

.list-base-layers {
    cursor: pointer
}

.list-group-item.active {
    color: #000 !important;
    background-color: #dfdfdf !important;
    border-color: #4b5515 !important
}

#map-container {
    padding-top: 2rem;
}

.leaflet-container {
    cursor: crosshair !important
}

.fw-bold {
    font-size: 13px
}

#map {
    min-height: calc(100vh - 140px);
    width: 100%;
    border: 5px solid #89A328;
    border-radius: 10px
}

.accordion-body {
    padding: 0 0 !important
}

.ms-2 {
    margin-left: 0 !important;
    margin-top: 0.5rem;
    font-size: 13px
}

a.mapa-link {
    color: #000
}

.legenda {
    display: block;
    margin-bottom: 5px
}

.popup-title {
    font-weight: bold;
    margin-left: -10px
}

.accordion-button:focus {
    z-index: 3;
    border-color: #8bc34a;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #8aa229;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color)
}

.vs__dropdown-option {
    font-size: 15px !important
}

.vs__dropdown-option--highlight {
    font-size: 15px !important
}

.vs__selected {
    font-size: 15px !important
}

.hideme {
    display: none;
    visibility: hidden
}

.showme {
    display: inline;
    visibility: visible
}

#iframe-clima {
    width: 100%;
    min-height: calc(100vh - 100px)
}


/* LOGIN FORM */
/*login*/

.form-signin {
    background-color: #8aa229;
    padding: 4em 3em 3em 3em;
    border: 1px solid gray;
    border-radius: 10px;
}

.btn-login {
    background-color: #f48840;
}

/* SINDICATOS */

#logo-sindicato {
    height: 80px;
}

.logged-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*margin-top: 1rem;*/
    /* Set the fixed height of the footer here */
    /*height: 60px;*/
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


.active > .page-link, .page-link.active {
    z-index: 3;
    color: #000;
    background-color: #8bc34a;
    border-color: #9E9E9E;
}

.page-link {
    color: #13650e;
}

.legend {
    display: none;
    text-align: left;
    line-height: 18px;
    color: #555;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.legend-items {
    padding: 6px
}

.legend h4 {
    font-size: 14px;
    font-weight: bold;
}

.legend span {
    display: block;
}

#icones-text {
    display: revert;
    margin-left: 10px;
    font-size: 12px;
}

#icones {
    width: 16px;
    margin-left: 2px;
}

.js-startprompt h3, .startprompt h3, .js-measuringprompt h3 {
    font-size: 14px;
}