html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    width: 100%;
}

/* DEFAULT TEXT STYLE*/

h1,
h2,
h3,
h4,
h5,
th {
    color: black;
}

.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5 {
    color: black;
}

a {
    text-decoration: none !important;
    color: inherit;
}

header {
    height: 200px;
    top: 63px;
}

header img {
    position: relative;
    display: block;
    width: 100%;
    object-fit: cover;
    height: 200px;
}

button {
    border: 0;
}

img,
figure {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

article {
    margin-bottom: 0 !important;
}

#back {
    color: grey !important;
    border-radius: 5px !important;
    border: 1px solid lightgrey;
    padding: 5px 10px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

#back:hover {
    background-color: white;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.pd20 {
    padding: 30px;
}

.pd40 {
    padding: 40px;
}

.pd50 {
    padding: 50px;
}

.pd60 {
    padding: 60px;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pdrl20 {
    padding: 20px 0 20px 0;
}

.container {
    padding: 0 15px 0 15px !important;
}

.uagb-post__inner-wrap .wp-block-button__link {
    margin: 0;
    width: auto;
    height: auto;
    margin: 8px !important;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.butContent {
    width: auto !important;
    display: inline-table !important;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.wp-block-embed iframe {
    width: 100%;
}

.card>.cardImg {
    max-height: 150px !important;
    object-fit: cover;
    border: 0 !important;
}

/* navigation */

nav {
    background-color: white;
    color: black;
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    border-bottom: 1px solid rgb(201, 201, 201);
    z-index: 9999;
}

li.nav-item {
    min-width: max-content;
}

nav img {
    height: 30px;
    width: auto;
}

span.icon {
    color: black;
}

.right {
    width: 100%;
    text-align: right;
}

.icon {
    width: 50px;
    height: 50px;
    margin: 20px;
}

.current_page_item a {
    color: black !important;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    ul {
        margin-bottom: 0 !important;
    }
}

/* end of navigation */
/* footer */

footer {
    background-color: black;
}

footer i {
    font-size: 12px;
    font-style: normal;
    color: lightgray;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer p {
    color: white;
}

/*end of footer */
/* card */

.card-body {
    background-color: rgba(0, 0, 0, .03);
}

.card-image {
    object-fit: cover !important;
    height: 150px !important;
    width: 100% !important;
    padding: 0;
    background-image: linear-gradient(#30C0DA, #1F67AB);
    background: url("../img/bg_post.jpg") linear-gradient(#30C0DA, #1F67AB);
    border-radius: .25rem .25rem 0 0 !important;
    -webkit-border-radius: .25rem .25rem 0 0 !important;
    -moz-border-radius: .25rem .25rem 0 0 !important;
    -ms-border-radius: .25rem .25rem 0 0 !important;
    -o-border-radius: .25rem .25rem 0 0 !important;
}

.card-image-promo {
    object-fit: cover !important;
    min-height: 200px !important;
    width: 100% !important;
    padding: 0 !important;
    background-image: linear-gradient(#30C0DA, #1F67AB);
    background: url("../img/bg_post.jpg") linear-gradient(#30C0DA, #1F67AB);
    background-position: center;
    background-size: cover;
    border-radius: .25rem 0 0 .25rem !important;
    -webkit-border-radius: .25rem 0 0 .25rem !important;
    -moz-border-radius: .25rem 0 0 .25rem !important;
    -ms-border-radius: .25rem 0 0 .25rem !important;
    -o-border-radius: .25rem 0 0 .25rem !important;
}

.archive a,
.archive p,
.archive h5 {
    text-decoration: none;
    color: #000;
    font-variant: normal;
}

.archive .card:hover {
    background-color: #e7e7e7;
    color: #000;
}

/*end of card */

.ytStatic {
    position: static !important;
}

.ytStatic iframe {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.uagb-post__inner-wrap {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.contentHg {
    height: 100px !important;
}

.wp-block-columns {
    padding: 20px !important;
    margin-bottom: 0px !important;
}

.wp-block-column {
    padding: 20px 0 20px 0 !important;
}

.wp-block-media-text__content {
    padding: 20px !important;
}

/* responsive table */
/* Credits:
This bit of code: Exis | exisweb.net/responsive-tables-in-wordpress
Original idea: Dudley Storey | codepen.io/dudleystorey/pen/Geprd */

@media screen and (max-width: 600px) {
    .table>:not(caption)>*>* {
        padding: 0 !important;
    }

    table.responsive {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .responsive thead {
        display: none;
    }

    .responsive td {
        border: none !important
    }

    .responsive tbody tr {
        display: block;
        margin: 10px;
        background-color: lightgray !important;
        border-style: none !important;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .responsive tr:nth-of-type(2n) {
        background-color: inherit;
    }

    .responsive tr td:first-child {
        color: black;
        background: white;
        font-weight: bold;
        font-size: 18px;
        border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
    }

    .responsive tbody td {
        display: block;
        text-align: left !important;
        border-bottom: solid 1px white !important;
    }

    .responsive tbody td:last-child {
        border-bottom: none !important;
    }

    .responsive tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: left;
    }
}

header {
    position: relative;
    height: calc(100vh - 57px);
    background-image: white;
}

header#postHeader {
    position: relative;
    height: 200px !important;
    background-image: white;
}

header img {
    position: relative;
    max-height: calc(100vh - 56px);
    width: 50%;
    object-fit: cover;
    object-position: 15% 100%;
    top: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

#header_widget {
    height: calc(100vh - 56px);
    width: 100%;
    top: 56px;
    display: flex;
    align-items: center;
}

#header_widget figure {
    position: relative;
    object-fit: cover;
}

#header_widget img {
    height: auto;
    width: auto;
}

.parallax {
    /* Full height */
    height: calc(100vh - 56px);
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#mainHeader {
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.postHeader {
    min-height: 200px !important;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.postHeaderSmall {
    min-height: 200px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headerTitle {
    display: flex;
    align-items: center;
    height: 200px;
}

@media screen and (max-width: 600px) {
    header {
        height: auto !important;
    }

    #header_widget {
        height: auto !important;
    }

    .parallax {
        height: auto !important;
    }

    .archivePage {
        display: none;
    }

    .mobileTransparent {
        background-color: rgba(255, 255, 255, 0.7);
    }
}

@media screen and (min-width: 601px) {
    #mainHeader {
        background-image: none !important;
    }
}

.contact-but {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
    -webkit-transition: box-shadow .15s ease-in-out;
    -moz-transition: box-shadow .15s ease-in-out;
    -ms-transition: box-shadow .15s ease-in-out;
    -o-transition: box-shadow .15s ease-in-out;
}

.wp-block-group.has-background {
    padding: 1.25em 0;
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-group__inner-container {
    margin: 0 auto;
    max-width: 1100px;
}

.wp-block-image {
    margin-bottom: 0px !important;
}

.wp-block-image {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.mainHeader {
    height: calc(100vh - 60px) !important;
    width: 100%;
    top: 60px;
    position: absolute;
    display: flex;
    align-items: center;
}

.mainHeader.headerVideo .wp-block-group__inner-container {
    background-color: rgba(255, 255, 255, 0.7) !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.mainHeader.headerVideo .wp-block-group__inner-container>.wp-block-columns {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.mainHeader .wp-block-button a {
    font-size: 24px;
}

.mainHeader h1 {
    font-size: calc(32px + 1.5vw);
}

.mainHeader>div,
.mainHeader>div>div {
    /*height: calc(100vh - 60px);*/
    width: 100%;
}

.mainHeader .yt-container {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 600px) {
    .mainHeader {
        height: auto !important;
        position: initial !important;
    }

    .mainHeader img {
        display: unset !important;
        height: 100% !important;
    }

    .mainHeader>div,
    .mainHeader>div>div {
        height: auto !important;
        text-align: center !important;
        align-items: center !important;
    }

    .mainHeader .wp-block-buttons {
        display: unset !important;
    }

    .mainHeader .wp-block-button a {
        font-size: 1.125em;
    }

    section#postContent {
        margin-top: 63px;
    }
}

.bold {
    font-weight: 700;
}

.hide {
    display: none;
}

@media screen and (max-width: 600px) {
    .menuRight {
        margin-top: -8px;
    }

    .imgNone {
        display: none;
    }
}

.pageTitle {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    height: auto;
    width: 100%;
}

.pageTitle h1 {
    margin: 0;
}

@media screen and (min-width: 601px) {
    .mobileTitle {
        display: none;
    }
}

.footer-mt30 {
    margin-top: -30px !important;
}

.searchField {
    color: grey !important;
    border-radius: 5px !important;
    border: 1px solid lightgrey;
    padding: 5px 10px;
    width: 100%;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

input.btn,
a.btn {
    color: grey !important;
    border-radius: 5px !important;
    border: 1px solid lightgrey;
    padding: 5px 10px;
    width: 100%;
    background-color: #e7e7e7;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

input.btn:hover,
a.btn:hover {
    background-color: white;
}

.justifyText {
    text-align: justify;
}

.infoButton {
    margin-bottom: 0 !important;
}

.yt-container {
    position: relative;
}

.onlyVideo figure .cookieImg,
img.cookieImg,
.onlyVideo a.cookieImg,
.onlyVideo div.cookieImg {
    display: block !important;
    width: 100%;
}

.current {
    font-weight: 600;
    font-size: 18px;
}

a.page-numbers {
    color: #0693e3;
}

.carousel-single-item {
    width: 100%;
    height: 100%;
    margin: 30px 0 30px 0 !important;
    padding: 0px;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .1);
}

.carousel-item-text {
    width: 100%;
    height: 200px;
    align-items: center;
    margin: 0;
    padding: 15px 0 15px 0;
}

.carousel-item-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    background-image: linear-gradient(#30C0DA, #1F67AB);
    background: url("../img/bg_post.jpg") linear-gradient(#30C0DA, #1F67AB);
    border-radius: .25rem 0 0 .25rem !important;
    -webkit-border-radius: .25rem 0 0 .25rem !important;
    -moz-border-radius: .25rem 0 0 .25rem !important;
    -ms-border-radius: .25rem 0 0 .25rem !important;
    -o-border-radius: .25rem 0 0 .25rem !important;
}

.ico_social {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 10px 0 10px;
}

.social {
    align-items: right;
    text-align: right;
}

@media screen and (max-width: 780px) {
    .footerCenter {
        align-items: center;
        text-align: center;
    }

    .social {
        align-items: center;
        text-align: center;
    }
}

#postContent h1 {
    font-size: 2rem;
}

/*FAQ*/

#stripped-table {}

#stripped-table tr:nth-child(odd) {
    background-color: #FFFFFF;
    cursor: pointer;
}

#stripped-table tr:nth-child(even) {
    background-color: #d9e8f3;
}

#stripped-table td {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top: 1px solid #bdc0c3;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.flex-row-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}