﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, button, select, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    margin: 0;
    outline: 0;
    padding: 0;
    color: inherit
}

:root {
    --fnt-size: 16px;
    --clr-pri: #d0202e;
    --clr-sec: #100225;
    --site-width: 1100px;
    --test: #000;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin-top: 0
}

html, body, body > form#form {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    scroll-behavior: smooth
}

body.embed header {
    display: none;
}

body.embed {
    padding-top: 0;
}

#page {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

@media(min-width: 1170px) {
    #page {
        min-height: 1300px
    }
}

#content {
    flex-grow: 1
}

.PagePlaceholder, .EditableTextEdit {
    width: 100%
}

.flex {
    display: flex
}

._\5fpopup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center
}

    ._\5fpopup .content {
        background: #fff;
        max-width: 1200px;
        margin: 20px;
        padding: 40px;
        max-height: 780px;
        overflow-y: scroll;
        box-shadow: 2px 2px 10px rgba(0,0,0,.2);
        position: relative;
        z-index: 1
    }

    ._\5fpopup .mask {
        background: #0006;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(5px)
    }

    ._\5fpopup .close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 18px;
        cursor: pointer
    }

        ._\5fpopup .close:hover {
            color: var(--clr-pri)
        }

body {
    font-size: var(--fnt-size);
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #000
}

.wrap {
    width: var(--site-width);
    margin: 0 auto;
    position: relative
}

header {
    background: rgba(0,0,0,.5);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: background .2s
}

.WPTTable header {
    position: static
}

header a {
    color: #fff
}

    header a:hover {
        color: #ffdadd
    }

header .head {
    flex-flow: row wrap;
    background: #252628;
    height: 60px;
    transition: height .2s;
    overflow: hidden
}

    header .head .links {
        background: var(--clr-pri);
        width: 65%;
        align-items: center;
        justify-content: flex-end;
        position: relative
    }

        header .head .links::after {
            content: '';
            position: absolute;
            top: 0;
            right: -30px;
            border-style: solid;
            border-width: 60px 30px 0 0;
            border-color: var(--clr-pri) transparent transparent transparent
        }

    header .head span.notice {
        color: #929292;
        font-size: 14px;
        line-height: 0;
        padding: 30px 15px
    }

.scroll header .head span.notice {
    padding: 20px 15px
}

header .head .links a {
    margin: 0 20px;
    font-weight: 500;
    font-size: 14px;
    transition: font-size .2s
}

header .head .social {
    align-items: center;
    padding-left: 30px
}

    header .head .social a {
        font-size: 18px;
        margin: 0 15px
    }

header input.signoutButton {
    all: unset;
    cursor: pointer;
    margin: 0 10px;
    display: block;
    text-decoration: underline;
    font-size: 15px
}

    header input.signoutButton:hover {
        color: #fff
    }

header .main {
    padding: 20px;
    align-items: center;
    margin: 0 auto;
    width: min(1920px,100%);
    justify-content: space-between;
    transition: padding .2s,width .2s
}

header #logo img {
    height: 50px;
    transition: height .2s
}

header .regime-container {
    border: 2px solid #fff;
    border-bottom: 0;
    cursor: pointer
}

    header .regime-container p {
        text-align: center;
        color: #ccc;
        margin: 0;
        padding: 8px 50px;
        font-size: 14px;
        line-height: 20px;
        transition: font-size .2s,line-height .2s,padding .2s
    }

        header .regime-container p span {
            display: block;
            color: #fff
        }

    header .regime-container select {
        height: 35px;
        width: 100%
    }

nav {
    display: flex;
    align-items: center;
    padding: 0
}

    nav ul.menu {
        margin-bottom: 0
    }

        nav ul.menu > li {
            display: inline-flex;
            align-items: center;
            position: relative;
            padding: 10px 15px;
            transition: padding .2s
        }

            nav ul.menu > li > a {
                transition: font-size .2s
            }

    nav li {
        list-style: none
    }

    nav a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500
    }

    nav .SubNavCMSListMenuUL {
        display: none;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 10px;
        z-index: 10;
        padding: 5px 20px;
        width: max-content;
        transform: translateY(calc(100% + 15px));
        box-shadow: 2px 2px 10px rgba(0,0,0,.2)
    }

@media(min-width: 1200px) {
    nav ul.menu > li:hover > .SubNavCMSListMenuUL {
        display: block
    }
}

nav .SubNavCMSListMenuUL li {
    padding: 3px 10px
}

nav .SubNavCMSListMenuUL a {
    color: #000;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px
}

    nav .SubNavCMSListMenuUL a:hover {
        color: var(--clr-pri)
    }

@media(min-width: 1170px) {
    .scroll header {
        background: rgba(0,0,0,.8)
    }

        .scroll header .head {
            height: 40px
        }

            .scroll header .head .links {
                font-size: 14px
            }

        .scroll header .main {
            padding: 10px 20px;
            width: min(1630px,100%)
        }

        .scroll header #logo img {
            height: 50px
        }

    .scroll:not(.home) section.image-container {
        height: 600px
    }

    .scroll header .regime-container p {
        font-size: 12px;
        line-height: 16px
    }

    .scroll header .regime-container select {
        height: 23px;
        font-size: 14px
    }
}

@media(min-width: 1720px) {
    header .main {
        padding: 15px 40px 0 40px;
    }

    header #logo img {
        height: 81px
    }

    nav ul.menu > li {
        padding: 10px 30px
    }

    nav a {
        font-size: 16px
    }
}

@media(max-width: 1325px) {
    header .regime-container p {
        font-size: 12px;
        line-height: 17px;
        padding: 8px
    }

    header .regime-container select {
        width: 210px
    }
}

footer {
    background: #f1f1f1;
    border-top: 3px solid var(--clr-pri);
    z-index: 9
}

    footer > .wrap {
        padding: 30px 0 15px;
        justify-content: space-between
    }

    footer .site-info {
        background: var(--clr-sec);
        padding: 15px 0
    }

        footer .site-info a {
            color: #fff;
            margin: 0 10px
        }

        footer .site-info .social {
            flex: 1;
            justify-content: flex-end
        }

    footer a.top {
        position: fixed;
        bottom: 15px;
        right: 30px;
        font-size: 12px;
        cursor: pointer;
        color: var(--clr-pri)
    }

        footer a.top svg {
            display: block;
            font-size: 17px;
            margin: 0 auto
        }

section {
    padding: 50px 0
}

    section.image-container {
        height: 800px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin-top: 60px;
        transition: height .2s
    }

        section.image-container[style*="0000-0000"] {
            background-image: url(http://movietaxinvest.be/getattachment/8f39f21f-39d0-47c2-ba99-802a324098d1/File-Name.aspx) !important
        }

        section.image-container::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,.15);
            z-index: 1
        }

        section.image-container::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(0deg,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 50%);
            z-index: 2
        }

.caption {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 3
}

    .caption h2 {
        font-size: 28px;
        margin-bottom: 30px;
        color: #fff;
        text-transform: uppercase
    }

        .caption h2 strong {
            color: var(--clr-pri);
            display: block
        }

    .caption p {
        font-size: 18px;
        max-width: 600px;
        margin-bottom: 30px
    }

#page:not(.home) #content {
    display: flex;
    padding: 50px 20px
}

@media(min-width: 1170px) {
    #page:not(.home) #content {
        padding-top: 230px
    }

    #page:not(.home) section.image-container + #content {
        padding-top: 50px
    }
}

section.entry-content {
    display: flow-root;
    padding-bottom: 25px;
    margin-bottom: 30px
}

.entry-content-container {
    flex: 1;
    order: 1;
    position: relative
}

    .entry-content-container section.entry-content:last-child {
        margin-bottom: 0
    }

    .entry-content-container section.entry-content {
        padding: 40px 20px 25px;
        box-shadow: 2px 2px 10px rgba(0,0,0,.2)
    }

.aside-container {
    align-self: flex-start;
    width: 300px;
    margin-left: 20px;
    order: 2
}

div[id*="_pageplaceholder"] .aside-container {
    transform: initial !important
}

aside {
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    border-left: 2px solid var(--clr-pri);
    background: #fff
}

    aside + aside {
        margin-top: 40px
    }

    aside h4, .aside-container > a {
        background: var(--clr-pri);
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        padding: 20px 30px
    }

#content .aside-container > a {
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    background: var(--clr-sec)
}

    #content .aside-container > a:hover {
        text-decoration: none;
        opacity: .9
    }

aside ul {
    padding: 30px;
    list-style: none;
    margin-bottom: 0
}

    aside ul li {
        display: flex;
        align-items: center;
        padding: 5px 0 3px 0
    }

        aside ul li + li {
            border-top: 1px solid #e4e4e4
        }

    aside ul img {
        width: 14px;
        float: left;
        margin-right: 10px
    }

.site-content aside ul a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 18px
}

    .site-content aside ul a:hover, .site-content aside ul a.current {
        color: var(--clr-pri);
        text-decoration: none
    }

    .site-content aside ul a.SubNavCMSListMenuLinkHighlighted {
        color: var(--clr-pri)
    }

section.categories {
    background: #f1f1f1;
    padding-bottom: 20px
}

    section.categories h2 {
        color: #000;
        text-transform: uppercase
    }

#CoverflowPanache {
    display: block;
    margin: 0 auto;
    width: min(100%,1450px);
    padding: 50px 0;
    height: 700px
}

.flex.tiles {
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 50px
}

    .flex.tiles a {
        padding: 0 40px;
        margin-bottom: 40px;
        background: #fff;
        height: 150px;
        width: calc(100%/3.2);
        text-align: center;
        color: #000;
        text-transform: uppercase;
        font-size: 20px;
        transition: color .2s
    }

        .flex.tiles a.hide {
            display: none
        }

    .flex.tiles svg {
        background: var(--clr-pri);
        color: #fff;
        width: 55px;
        height: 55px;
        padding: 12px;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
        transform: translateY(-50%);
        transition: transform .2s
    }

    .flex.tiles a:hover {
        text-decoration: none;
        background: #fbfbfb;
        color: var(--clr-pri)
    }

        .flex.tiles a:hover svg {
            transform: translateY(-50%) scale(1.1)
        }

section.contact {
    background: var(--clr-sec);
    text-align: center
}

    section.contact h3 {
        color: #fff
    }

.site-content a {
    color: var(--clr-pri)
}

    .site-content a:hover {
        text-decoration: underline
    }

a.btn {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 500;
    transition: background .1s,transform .1s
}

    a.btn:hover {
        background: #dcdcdc;
        color: var(--clr-sec);
        text-decoration: none;
        transform: scale(1.02) translateZ(0);
        -webkit-backface-visibility: hidden
    }

section.entry-content a.btn {
    background: var(--clr-pri);
    color: #fff
}

    section.entry-content a.btn:hover {
        background: #e23a48
    }

ol, ul, p {
    margin-bottom: 15px;
    line-height: 26px
}

h1 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--clr-pri);
    text-transform: uppercase;
    font-weight: 500
}

h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--clr-pri);
    font-weight: 500
}

h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.entry-content h2 {
    color: var(--clr-pri)
}

ol, ul {
    padding-left: 18px
}

/*strong {
    font-weight: 500
}*/

img {
    display: block
}

.entry-content-container img {
    max-width: 100%
}

svg {
    margin-right: 5px
}

.socials a {
    font-size: 18px
}

    .socials a + a {
        margin-left: 10px
    }

.entry-content article article {
    padding-left: 30px
}

blockquote {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 50px 0
}

    blockquote strong {
        color: var(--clr-pri)
    }

strong.section-title {
    color: var(--clr-pri);
    display: block;
    margin-bottom: 10px;
    font-size: 18px
}

    strong.section-title::after {
        content: '___'
    }

p.note {
    font-size: 12px;
    color: grey;
    text-align: center;
    line-height: 18px
}

strong[data-def]::before {
    content: attr(data-def);
    display: none;
    position: absolute;
    padding: 20px;
    font-size: 14px;
    background: #f3f2f2;
    font-weight: 100;
    line-height: 18px;
    left: 20px;
    right: 20px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    border-top: 2px solid red;
    transform: translateY(calc(-100% - 30px));
    color: #000
}

strong[data-def]:hover {
    color: var(--clr-pri)
}

    strong[data-def]:hover::before {
        display: block
    }

.flex.contact {
    justify-content: space-between
}

@media(min-width: 1171px) {
    .hide-desktop {
        display: none
    }
}

@media(max-width: 1170px) {
    ._\5fpopup .content {
        padding: 10px;
        margin: 0 20px;
        max-height: 85%
    }

    .hide-mobile {
        display: none
    }

    .mobile-nav-trigger {
        display: inline-flex;
        top: 15px;
        left: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        padding: 12px;
        color: #fff
    }

    body {
        padding-top: 70px
    }

    div.wrap {
        width: auto;
        padding: 0 20px
    }

    header {
        overflow: visible;
        padding: 0 10px;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 8;
        height: 70px;
        background: #252628;
        display: flex;
        align-items: center;
        box-shadow: 0 0 10px rgb(000/10%)
    }

        header main {
            padding-left: 10px
        }

        header .mobile-container {
            width: 250px;
            height: 100%;
            position: fixed;
            left: 0;
            top: 70px;
            background-color: #333538;
            padding: 10px;
            margin: 0;
            overflow-y: auto;
            overflow-x: hidden;
            transform: translateX(-100%);
            transition-duration: .3s
        }

            header .mobile-container.open {
                transform: translateX(0)
            }

        header .links, header .main {
            flex-direction: column
        }

        header .head span.notice {
            line-height: initial;
            padding: 15px
        }

        header .head {
            height: auto
        }

            header .head .links {
                width: 100%;
                padding: 10px 10px 0;
                align-items: flex-start
            }

                header .head .links::after {
                    display: none
                }

                header .head .links a {
                    margin: 0 0 15px
                }

            header .head .social {
                padding: 15px;
                flex: 1;
                justify-content: space-between
            }

        header .main {
            padding: 20px 0;
            align-items: flex-start
        }

        header .regime-container {
            width: 100%
        }

            header .regime-container select {
                width: 100%
            }

    nav {
        padding: 0 0 0 20px;
        margin-bottom: 20px
    }

        nav ul.menu > li {
            display: block;
            height: auto;
            padding: 10px 0;
            margin: 0;
            border: 0 !important
        }

            nav ul.menu > li a {
                display: block;
                text-align: left
            }

            nav ul.menu > li > a {
                transform: translateY(0)
            }

            nav ul.menu > li a:hover {
                background: none
            }

        nav ul.menu ul {
            width: 100%;
            position: static;
            margin-bottom: 20px
        }

    header #logo {
        margin: 0 auto
    }

        header #logo img {
            margin: 5px 0;
            max-height: 60px;
            width: auto
        }

    footer {
        padding-top: 15px
    }

        footer a.top {
            display: none
        }

        footer .wrap {
            flex-direction: column
        }

        footer > .wrap p {
            font-size: 14px;
            line-height: 20px
        }

        footer .site-info .wrap > * {
            margin: 10px 0
        }

        footer .site-info .social {
            flex: initial;
            justify-content: initial
        }

    section.image-container {
        margin-top: 0
    }

    section.image-container {
        height: 340px
    }

    .flex.tiles a {
        width: calc(50% - 10px);
        padding: 0 10px 25px;
        font-size: 15px;
        height: initial
    }

    .caption {
        width: 100%;
        left: 0;
        bottom: 20px;
        transform: initial
    }

        .caption h2 {
            margin-bottom: 10px;
            font-size: 20px
        }

        .caption p {
            font-size: 15px;
            margin-bottom: 20px
        }

    #page:not(.home) #content {
        flex-direction: column
    }

    .aside-container {
        width: 100%;
        order: 1;
        margin-left: 0;
        transform: initial !important
    }

    .entry-content-container {
        padding-top: 40px;
        order: 2
    }

        .entry-content-container section.entry-content {
            padding: 0;
            box-shadow: initial
        }

    aside ul {
        display: none
    }

    aside.open ul {
        display: block
    }

    aside + aside {
        margin-top: 20px
    }

    .reveal-left, .wp-block-media-text, .reveal-right, .wp-block-media-text.has-media-on-the-right {
        transform: translate(0,-30px)
    }

        .wp-block-media-text.reveal-visible {
            transform: translate(0)
        }

    .flex.contact {
        flex-direction: column
    }

        .flex.contact address {
            margin-bottom: 20px
        }
}

.reveal {
    opacity: 0;
    transform: translateY(-30px)
}

.reveal-left, .wp-block-media-text {
    opacity: 0;
    transform: translateX(-30px)
}

    .reveal-right, .wp-block-media-text.has-media-on-the-right {
        transform: translateX(30px)
    }

.reveal-visible {
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(.5,0,0,1)
}

.reveal-left.reveal-visible, .reveal-right.reveal-visible, .wp-block-media-text.reveal-visible {
    transform: translateX(0)
}

.cookie-bar {
    background: #252628;
    text-align: center;
    overflow: auto;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 15px
}

    .cookie-bar p {
        color: #fff;
        margin-bottom: 0
    }

    .cookie-bar span {
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-align: center;
        position: absolute;
        top: 15px;
        right: 15px;
        border: 1px solid var(--clr-txt)
    }

        .cookie-bar span svg {
            margin: 0
        }

@media(max-width: 960px) {
    .cookie-bar p {
        font-size: 12px;
        text-align: left
    }

    .cookie-bar span {
        position: static;
        float: right;
        margin-left: 10px
    }

    .cookie-bar br {
        display: none
    }
}

.membership.account .TabControlTable {
    margin-bottom: 20px;
    width: 100%
}

.membership.account a.TabControlLink, .membership.account a.TabControlLinkSelected {
    display: block;
    background: #13042b;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 5px
}

.membership.account a.TabControlLinkSelected {
    background: #efefef;
    color: #13042b !important
}

.membership.account td + td + td a.TabControlLink {
    margin-left: 3px
}

.membership.account .TabControlRight, .membership.account .TabControlLeft, .membership.account .TabControlSelectedRight, .membership.account .TabControlSelectedLeft {
    display: none
}

.membership .form-group {
    overflow: auto;
    padding: 10px 0;
    border-bottom: 1px solid #dadada
}

    .membership .form-group.form-group-submit {
        padding-top: 20px;
        border-bottom: 0
    }

        .membership .form-group.form-group-submit input, .membership.login #p_lt_ctl04_pageplaceholder_p_lt_ctl00_LogonForm_Login1_LoginButton, .membership.login #p_lt_ctl04_pageplaceholder_p_lt_ctl00_LogonForm_btnPasswdRetrieval {
            border: none;
            background: #13042b;
            color: #fff;
            text-transform: uppercase;
            height: 35px;
            padding: 0 10px;
            border-radius: 5px;
            cursor: pointer
        }

.membership .control-label {
    color: #13042b
}

.membership .editing-form-label-cell {
    float: left;
    width: 35%
}

.membership .form-control {
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 35px;
    padding: 0 5px;
    min-width: 300px
}

.membership.account #p_lt_ctl03_pageplaceholder_p_lt_ctl00_MyAccount_myProfile_editProfileForm_UserAvatarID_btnShowGallery {
    margin: 10px 0 0 35%
}

.membership.account .date-time-picker .control-group-inline input {
    min-width: auto;
    width: 200px
}

.membership.account .date-time-picker .control-group-inline input, .membership.account .date-time-picker .control-group-inline button {
    margin-right: 10px
}

.login .LogonPageBackground {
    float: left;
    width: 470px
}

.login #p_lt_ctl04_pageplaceholder_p_lt_ctl00_LogonForm_Login1_pnlLogin table tr td:first-child {
    padding-right: 30px
}

.login #p_lt_ctl04_pageplaceholder_p_lt_ctl00_LogonForm_Login1_pnlLogin table tr td {
    vertical-align: top
}

.login #p_lt_ctl04_pageplaceholder_p_lt_ctl00_LogonForm_Login1_pnlLogin input.form-control {
    margin-bottom: 10px
}

.login #p_lt_ctl04_pageplaceholder_p_lt_ctl00_LogonForm_pnlUpdatePasswordRetrievalLink {
    padding: 20px 40px 0 0;
    text-align: right
}

table.form {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    clear: both
}

    table.form.calc tr td:first-child {
        width: 200px;
        position: relative
    }

    table.form td.euro {
        position: relative
    }

        table.form.calc tr td:first-child span, table.form td.euro span {
            line-height: 35px;
            font-weight: normal;
            color: #a0a0a0;
            position: absolute;
            left: 160px
        }

    table.form td {
        vertical-align: middle;
        padding-bottom: 5px;
        font-weight: normal;
        line-height: 17px
    }

    table.form input, table.form select, div#fsFields input, div#fsFields select {
        float: left;
        margin-right: 5px;
        height: 35px;
        outline: none;
        padding: 0 5px;
        border-radius: 5px;
        border: 1px solid #ccc;
        width: 180px
    }

        table.form input[type="radio"], table.form input[type="checkbox"], div#fsFields input[type="radio"] {
            float: none;
            height: auto;
            width: auto
        }

#fsFields span.error-label {
    font-weight: normal;
    color: red;
    clear: both;
    display: block
}

table.result {
    border-collapse: collapse
}

    table.result td {
        border: 1px solid #ccc;
        vertical-align: top;
        padding: 5px;
        font-weight: normal
    }

    table.result tr td.amount {
        text-align: right;
        font-weight: bold;
        vertical-align: top
    }

    table.result tr td:last-child {
    }

    table.result .icon {
        text-align: center;
        vertical-align: middle
    }

.redText, .redText span {
    color: #cd0b16
}

.cellHighlightBackground {
    background-color: #e0ad50;
    color: #fff
}

table.result {
    clear: both
}

#content a.print-btn {
    float: right;
    margin-bottom: 15px;
    color: #cd0b16;
    background: url('/Content/images/print-icon.png') left center no-repeat;
    background-size: contain;
    line-height: 20px;
    padding-left: 30px
}

#p_lt_ctl05_pageplaceholder_p_lt_ctl00_TaxInvest_Calculation_pnlButtonBottom a.print-btn {
    margin-bottom: 0
}

#p_lt_ctl05_pageplaceholder_p_lt_ctl00_TaxInvest_Calculation_btnBack {
    float: right
}

#p_lt_ctl05_pageplaceholder_p_lt_ctl00_TaxInvest_Calculation_btnCompare, #p_lt_ctl05_pageplaceholder_p_lt_ctl00_TaxInvest_Calculation_btnGoToSimulator {
    width: 420px
}

table.simul.results, table.simul.results table {
    border-collapse: collapse;
    width: 100%
}

div#fsFields {
    border: 1px solid #e6e6e6;
    padding: 20px
}

    div#fsFields .row {
        overflow: auto;
        padding: 10px
    }

        div#fsFields .row + .row {
            border-top: 1px solid #e6e6e6
        }

    div#fsFields label + input {
        margin-left: 10px
    }

    div#fsFields select {
        max-width: 275px
    }

.row-child {
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: auto
}

.heading {
    float: left;
    width: 40px;
    color: #ccc;
    clear: left;
    min-height: 10px
}

#fsFields label {
    min-width: 60px
}

    #fsFields label.large {
        width: 290px
    }

#fsFields table label {
    min-width: auto;
    margin-left: 5px;
    font-weight: normal;
    line-height: initial
}

#fsFields table td {
    padding-right: 15px
}

#fsFields .column {
    width: 50%
}

.column, #fsFields label {
    float: left
}

.row-child div.column:first-child {
    width: auto
}

.column input[type=text] {
    width: 100px
}

#fsFields table.period-table {
    border-collapse: collapse;
    font-weight: normal
}

    #fsFields table.period-table td {
        padding: 5px;
        border: 1px solid #efefef;
        text-align: center
    }

.error {
    color: red
}

input.error {
    border: 1px solid red
}

a.printButton {
    background-color: green;
    color: #fff;
    display: inline;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center
}

.submitButton {
    margin-top: 10px;
    background-color: #cd0b16;
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    min-width: 150px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    cursor: pointer
}

    .submitButton:hover {
        background-color: #E41F2Be
    }

.ui-widget .ui-widget-header {
    background: #cd0b16;
    border: none
}

.ui-widget .ui-widget-content input {
    height: 35px;
    outline: none;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #ccc
}

    .ui-widget .ui-widget-content input[type="submit"], .ui-widget .ui-widget-content input[type="buttom"] {
        width: 192px;
        float: right;
        clear: right;
        margin: 0 14px 10px 0;
        cursor: pointer
    }

.ui-widget {
    color: #8d8e8e
}

div#fsFields .row:has(input.submitButton){
    overflow: hidden;
}

@media(max-width: 680px){
    div#fsFields{
        padding: 0;
        border: 0;
        box-shadow: initial;
    }
    div#fsFields .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 5px;
        padding-inline: 0;
        margin-bottom: 0.5rem;
    }
    #fsFields .row-child{
        margin: 0 0 1rem;
    }
    #fsFields .row :is(input, select){
        margin: 0 !important;
        min-width: initial !important;
    }
    #fsFields label.large{
        width: 100%;
        min-width: initial;
        float: none;
    }
    #fsFields .row :is(input[type="text"], select){
        width: 100% !important;
        float: none !important;
        max-width: initial;
    }
    #fsFields #MainContent_ddlLegalForm{
        width: initial !important;
    }
    #fsFields #MainContent_ddlLegalForm tr{
        display: flex;
        flex-wrap: wrap;
        gap: 1rem 0;
    }
    #fsFields #MainContent_ddlLegalForm td{
        display: flex;
    }
    #fsFields .column{
        width: 100%;
        float: none;
    }
    #fsFields .checkboxAltAddress{
        display: flex;
    }
    #fsFields .intl-tel-input{
        clear: both;
    }
    #fsFields .intl-tel-input input[type="tel"]{
        width: 100% !important;
    }
    table.CaptchaTable tr{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
}