html, body {
    font-size: 16px;
    width: 100%;
    height: 100%;
    top: 0 !important;
}

.page-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

main {
    background: #fff;
    flex-grow: 1;
}

.has-no-border {
    border: none !important;
}

.hero-header, main, footer {
    flex-shrink: 0;
}

.cta-btn {
    background-color: transparent;
}

/*Leaflet pane index*/
.leaflet-pane {
    z-index: 1 !important;
}


.button.submit-button {
    background-color: #226296;
    color: #fff;
}

.button.submit-button:hover {
    background-color: var(--primary-hover-color);
    color: #fff;
}

.hero {
    background-position: center;
    /* background-color: #f8f9fb; */
    background-size: cover;
    overflow: hidden;
    box-shadow: inset 0 0 0 100vw rgb(0 0 0 / 20%);

}


.no-banner {
    height: 212px;
    width: 100%;
}

.no-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


main section {
    padding: 90px 0;
}

#users {
    height: auto;
    margin-top: 0;
}

.media-item > div {
    margin-top: 20px;
}


.megamenu .navbar-item svg {
    color: var(--primary-color);
}

.navbar-item svg path {
    fill: currentColor !important

}

.service-icon svg path {
    fill: currentColor !important;
}

.home svg path {
    fill: currentColor !important;
}

.home .service-item:hover svg {
    animation: scale_up_down .9s infinite;
    animation-timing-function: linear;
}

@keyframes scale_up_down {

    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}


.intro-image svg {
    height: 100% !important;
    width: 100% !important;
}

/* .megamenu .navbar-item svg path {
    fill: currentColor !important;
} */

.megamenu .navbar-item svg:hover {
    color: #3e8ed0 !important;
}


.image.work svg {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
}

.service-item:hover svg, .service-item:hover .service-detail .intro-item-title {
    color: #3e8ed0 !important;
    font-weight: bold;
}

#partner-logos img {
    height: auto
}


.hero {
    position: relative;
}

#banner-video {
    display: none;
}

#banner-video {
    position: absolute;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
    pointer-events: none
}

#banner-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.card img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.card .card-text {
    margin-top: 10px;
}


a.cta-btn {
    cursor: pointer !important;
}


.alternate-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    height: 100%;
}

.alternate-text .sub-header {
    margin-bottom: 20px;
}


.alternate-container {
    padding-bottom: 30px;
    margin: 0 !important;
}

.feature-block-image {
    object-fit: cover;
}


.application {
    /* box-shadow: 0 0 4px 2px rgba(31, 51, 73, 0.25) !important; */
    cursor: pointer;
}

.application .application-link {
    outline: none;
}


.footer {
    padding: 60px 0;
}


.footer-logo-mobile {
    display: none;
    width: 100%;
    object-fit: contain;
}

.footer .column {
    padding: 4px;
}

.footer-logo figure {
    width: 160px;
}

.footer-logo img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.footer-wmo-logo-wrapper {
    padding-top: 20px;

}

.footer-wmo-logo figure {
    width: 180px;
}

.footer-wmo-logo img {
    width: 100%;
    object-fit: contain;

}

.footer-wmo-text {
    color: #fff;
    max-width: 160px
}


/*Slick Custom styles*/

.application-items .slick-dots {
    bottom: -50px;
}

.application-items .slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
}


label:not(:empty).required:after {
    content: '*';
    color: red;
    padding-left: 2px;
}


.checkbox > input {
    margin-right: 10px;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    vertical-align: middle;
}

.form-column {
    background-color: #f8f9fb;
    padding: 50px;
}

/*768px and lower*/
@media screen and (max-width: 768px) {

}


@media screen and (max-width: 1024px) {

    #banner-video {
        padding-bottom: 70%;
    }


}

/*768px and lower*/
@media screen and (max-width: 768px) {

    main section {
        padding: 40px 0;
    }

    .no-banner {
        height: 52px;
    }

    .container, .work.container {
        max-width: 90vw;
    }


    #banner-video {
        display: none !important;
    }


    .hero {
        max-height: 400px;
    }


    .hero-body .title {
        width: 100%;
    }

    .top-line {
        display: none;
    }

    .hero.is-large .hero-body {
        padding-top: 150px
    }


    .application-items .slick-dots li button:before {
        font-size: 15px;
        line-height: 15px;
    }


    .footer {
        padding: 40px 10px;
    }

    .alternate-text {
        padding: 0 30px;
    }

    /*Home*/
    .home .column.is-one-half.forecast.has-text-left.center {

        padding-left: 0;

    }

    .home-events {
        padding-left: 0;
    }

    .footer .column {
        padding-bottom: 20px;
    }


    .footer-logo-mobile {
        display: flex;
        padding-top: 20px;
    }


    .footer-logo-mobile img {
        object-fit: contain;
    }

    .footer-logo figure {
        width: 110px;
    }


    .footer-wmo-logo figure {
        width: 100%;
    }

    .footer-wmo-text {
        max-width: 100%
    }

    .footer-wmo-logo-wrapper {
        padding: 0;
    }

    .form-column {
        padding: 30px;
    }
}


.navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: transparent;
}

.hero-body {
    padding: 3rem 3rem !important;
}

.button.is-dark {
    background-color: var(--primary-color);
}

.elevation-24 {
    box-shadow: 0 11px 15px -7px rgba(138, 138, 138, .1), 0 24px 38px 3px rgba(138, 138, 138, .1), 0 9px 46px 8px rgba(138, 138, 138, .12) !important
}

.elevation-23 {
    box-shadow: 0 11px 14px -7px rgba(138, 138, 138, .1), 0 23px 36px 3px rgba(138, 138, 138, .1), 0 9px 44px 8px rgba(138, 138, 138, .12) !important
}

.elevation-22 {
    box-shadow: 0 10px 14px -6px rgba(138, 138, 138, .1), 0 22px 35px 3px rgba(138, 138, 138, .1), 0 8px 42px 7px rgba(138, 138, 138, .12) !important
}

.elevation-21 {
    box-shadow: 0 10px 13px -6px rgba(138, 138, 138, .1), 0 21px 33px 3px rgba(138, 138, 138, .1), 0 8px 40px 7px rgba(138, 138, 138, .12) !important
}

.elevation-20 {
    box-shadow: 0 10px 13px -6px rgba(10, 10, 10, .2), 0 20px 31px 3px rgba(10, 10, 10, .14), 0 8px 38px 7px rgba(10, 10, 10, .12) !important
}

.elevation-19 {
    box-shadow: 0 9px 12px -6px rgba(138, 138, 138, .1), 0 19px 29px 2px rgba(138, 138, 138, .1), 0 7px 36px 6px rgba(138, 138, 138, .12) !important
}

.elevation-18 {
    box-shadow: 0 9px 11px -5px rgba(138, 138, 138, .1), 0 18px 28px 2px rgba(138, 138, 138, .1), 0 7px 34px 6px rgba(138, 138, 138, .12) !important
}

.elevation-17 {
    box-shadow: 0 8px 11px -5px rgba(138, 138, 138, .1), 0 17px 26px 2px rgba(138, 138, 138, .1), 0 6px 32px 5px rgba(138, 138, 138, .12) !important
}

.elevation-16 {
    box-shadow: 0 8px 10px -5px rgba(138, 138, 138, .1), 0 16px 24px 2px rgba(138, 138, 138, .1), 0 6px 30px 5px rgba(138, 138, 138, .12) !important
}

.elevation-15 {
    box-shadow: 0 8px 9px -5px rgba(138, 138, 138, .1), 0 15px 22px 2px rgba(138, 138, 138, .1), 0 6px 28px 5px rgba(138, 138, 138, .12) !important
}

.elevation-14 {
    box-shadow: 0 7px 9px -4px rgba(138, 138, 138, .1), 0 14px 21px 2px rgba(138, 138, 138, .1), 0 5px 26px 4px rgba(138, 138, 138, .12) !important
}

.elevation-13 {
    box-shadow: 0 7px 8px -4px rgba(138, 138, 138, .1), 0 13px 19px 2px rgba(138, 138, 138, .1), 0 5px 24px 4px rgba(138, 138, 138, .12) !important
}

.elevation-12 {
    box-shadow: 0 7px 8px -4px rgba(138, 138, 138, .1), 0 12px 17px 2px rgba(138, 138, 138, .1), 0 5px 22px 4px rgba(138, 138, 138, .12) !important
}

.elevation-11 {
    box-shadow: 0 6px 7px -4px rgba(138, 138, 138, .1), 0 11px 15px 1px rgba(138, 138, 138, .1), 0 4px 20px 3px rgba(138, 138, 138, .12) !important
}

.elevation-10 {
    box-shadow: 0 6px 6px -3px rgba(138, 138, 138, .1), 0 10px 14px 1px rgba(138, 138, 138, .1), 0 4px 18px 3px rgba(138, 138, 138, .12) !important
}

.elevation-9 {
    box-shadow: 0 5px 6px -3px rgba(138, 138, 138, .1), 0 9px 12px 1px rgba(138, 138, 138, .1), 0 3px 16px 2px rgba(138, 138, 138, .12) !important
}

.elevation-8 {
    box-shadow: 0 5px 5px -3px rgba(138, 138, 138, .1), 0 8px 10px 1px rgba(138, 138, 138, .1), 0 3px 14px 2px rgba(138, 138, 138, .12) !important
}

.elevation-7 {
    box-shadow: 0 4px 5px -2px rgba(138, 138, 138, .1), 0 7px 10px 1px rgba(138, 138, 138, .1), 0 2px 16px 1px rgba(138, 138, 138, .12) !important
}

.elevation-6 {
    box-shadow: 0 3px 5px -1px rgba(138, 138, 138, .1), 0 6px 10px 0 rgba(138, 138, 138, .1), 0 1px 18px 0 rgba(138, 138, 138, .12) !important
}

.elevation-5 {
    box-shadow: 0 3px 5px -1px rgba(138, 138, 138, .1), 0 5px 8px 0 rgba(138, 138, 138, .1), 0 1px 14px 0 rgba(138, 138, 138, .12) !important
}

.elevation-4 {
    box-shadow: 0 2px 4px -1px rgba(138, 138, 138, .1), 0 4px 5px 0 rgba(138, 138, 138, .1), 0 1px 10px 0 rgba(138, 138, 138, .12) !important
}

.elevation-3 {
    box-shadow: 0 3px 3px -2px rgba(10, 10, 10, .2), 0 3px 4px 0 rgba(10, 10, 10, .14), 0 1px 8px 0 rgba(10, 10, 10, .12) !important
}

.elevation-2 {
    box-shadow: 0 3px 1px -2px rgba(138, 138, 138, .1), 0 2px 2px 0 rgba(138, 138, 138, .1), 0 1px 5px 0 rgba(138, 138, 138, .12) !important
}

.elevation-1 {
    box-shadow: 0 2px 1px -1px rgba(138, 138, 138, .1), 0 1px 1px 0 rgba(138, 138, 138, .1), 0 1px 3px 0 rgba(138, 138, 138, .12) !important
}

.elevation-0 {
    box-shadow: 0 0 0 0 rgba(138, 138, 138, .1), 0 0 0 0 rgba(138, 138, 138, .1), 0 0 0 0 rgba(138, 138, 138, .12) !important
}

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
}

.checkbox, .radio {
    cursor: pointer;
    line-height: 1.8;
    position: relative;
    display: inherit;
}

.radio + .radio {
    margin-left: 0;
}