tr {
    border-bottom: none;
}
tr td,
tr th {
    border: none;
    text-align: unset;
    padding: 0px;
}
table {
    margin: 0px;
}
.poll-view-form{
    margin-bottom: 2.5rem;
}
.progress-bar-group{
    margin-bottom: 2.5rem;
}
.webform-document-file {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.ui-dialog .button {
    border-radius: 0.125rem;
}
.custom-login-form{
    float: none;
    margin: 0 auto;
}
.custom-login-button{
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
iframe#st_gdpr_iframe {
left: unset !important;
}
.landing-section .swiper-slide img{
     width: 100%;
     height: 100%;
     margin-top: -5px;
}
.landing-section .swiper-container-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.landing-section .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(3,147,223,0.41);
    padding: 2rem 0;
}
