* {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
}

a:-webkit-any-link {
    text-decoration: none !important;
}

body {
    background-color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif !important;
}

.container {
    max-width: 960px;
}

.rowfull {
    position: relative;
}

.darkred {
    color: #fff;
    background-color: #C12026;
}

.bg-white {
    background-color: #fff;
}

.red {
    color: #C12026;
}

a {
    color: #C12026;
}

a:hover {
    color: #C12026;
}

.negative-margin10 {}

nav {
    text-transform: uppercase;
}

nav#topnav ul,
.navlang ul {
    margin-bottom: 0px;
}

nav#topnav ul li {
    padding-right: 16px;
}

nav#topnav ul a,
.navlang a {
    color: #fff;
}

.navlang a.selected {
    text-decoration: underline;
}

nav#topnav ul li.current a {
    text-decoration: underline;
}

.menuOpen {
    display: block !important;
}

.linkedin,
.instagram {
    display: inline;
    float: left;
    margin-right: 3px;
}

.domain .linkedin {
    margin-right: 0;
}

.logo {
    margin: 0 0 -1px 16px;
}

.slogan {
    display: block;
    position: absolute;
    left: 35px;
    top: 94px;
    font-size: 10px;
    line-height: 1em;
    color: #C12026;
    white-space: nowrap;
    z-index: 200;
}

.homepage_menu {
    position: relative;
    height: 60px;
    margin-bottom: 20px;
}

.homepage_menu-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    background-color: #fff;
}

.homepage_menu .container {
    position: relative;
    z-index: 100;
}

.homepage_menu li {
    padding: 0px;
    padding-top: 22px;
}

.homepage_menu a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    color: #000;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 100;
    border-right: 2px solid #aaa;
}

.homepage_menu a:hover {
    color: #C12026;
    text-decoration: none;
}

.homepage_menu li.last a {
    border: 0px;
    padding-right: 0px;
}

.small-menu {
    width: 110px;
}

#mobile-menu-icon {
    position: absolute;
    top: -9px;
    right: 0px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(/_cms/files/images/mobile-menu-icon.png) center center no-repeat;
    border: 0;
    outline: 0;
}

#mobile-lang-icon {
    position: absolute;
    top: -9px;
    right: 35px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(/_cms/files/images/mobile-lang-icon.png) center center no-repeat;
    border: 0;
    outline: 0;
}

#bgImages {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#bgImageWrapper {
    position: relative;
}

#bgImageWrapper img {
    position: absolute;
    max-width: none;
    width: auto;
}

.homepage-block,
.homepage-block-3br {
    display: block;
    position: relative;
    margin-top: 10px;
    color: #fff;
    height: 220px;
    float: right;
}

.homepage-block {
    width: 232px;
}

.homepage-block-half {
    height: 120px;
}

.homepage-block-3br {
    height: auto;
}

.homepage-block-3br .homepage-block-text:after {
    content: '';
    display: block;
    clear: both;
}

.homepage-block-text {
    position: relative;
    z-index: 100;
    padding: 20px;
}

.homepage-block-text a:hover {
    color: #fff !important;
}

.homepage-block-text h2 {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 1.8em;
    font-weight: bold;
}

.homepage-block-text h2 a {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}

.homepage-block-text h2 a:hover,
.content_block h2 a:hover {
    text-decoration: none;
}

.homepage-block-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.homepage-block-3br .homepage-block-text h2 {
    font-size: 1.55em;
    margin-top: 10px;
}

.homepage-block-3br .homepage-block-text em {
    display: block;
    float: left;
}

.homepage-block-3br .homepage-block-text a {
    display: block;
    float: right;
    color: white;
}

.homepage-block-3br .homepage-block-text a:hover {
    color: #C12026 !important;
}

.homepage-block-red {
    background-color: #C12026;
}

.homepage-block-white {
    background-color: #fff;
}

.homepage-block-black {
    background-color: #000;
}

.homepage-block-text.homepage-block-text-red,
.homepage-block-text.homepage-block-text-red h2 a {
    color: #C12026;
}

.homepage-block-text.homepage-block-text-red a:hover {
    color: #000 !important;
}

.blog-cycle-pager {
    display: block;
    position: absolute;
    top: 14px;
    right: 15px;
}

.blog-cycle-pager-item {
    padding: 0px;
    font-size: 30px;
    color: #000;
}

.blog-cycle-pager a {
    text-decoration: none !important;
}

.blog-cycle-pager a:focus {
    color: #000 !important;
}

a.blog-cycle-pager-item:hover {
    color: #C12026 !important;
    text-decoration: none;
}

.blog-cycle-pager .activeSlide {
    color: #C12026;
}

.blog-block {
    max-width: 100%;
}

.blog-block-container h2 {
    margin-bottom: 2px;
}

.blog-block h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

.blog-block a {
    color: #C12026;
    display: block;
}

.blog-block a:hover {
    color: #C12026 !important;
}

a.blog-cycle-link:hover {
    color: #000 !important;
}

footer {
    color: #aaa;
    position: relative;
    font-size: 0.8em;
}

.footer-block {
    width: 222px;
    margin-left: 5px;
    margin-right: 5px;
    height: 100px;
    border-left: 2px solid #aaa;
}

footer p {
    padding: 0px;
    margin: 0px;
}

footer a {
    color: #aaa;
}

footer a:hover {
    color: #aaa;
}

.footer-image-container {
    float: left;
    display: inline-block;
    overflow: hidden;
}

.new-teammember-block {
    margin-top: -20px !important;
}

.new-teammember-block~.new-teammember-block {
    margin-top: 0 !important;
}

.new-teammember-block {
    margin-bottom: 0 !important;
    padding: 0px 15px 10px 15px !important;
}

.new-teammember-block .team-block {
    margin-bottom: 0 !important;
}

.text-white a,
.text-white a:hover,
.text-white a:visited {
    color: #fff;
}

.header-block {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 200;
}

.header-block li {
    display: none;
    background-color: #f8f8f8;
    height: 64px;
    padding: 8px;
    border-bottom: 1px solid #aaa;
    z-index: 100;
}

.header-block li img {
    position: absolute;
    float: right;
    right: 22px;
    top: 22px;
    margin-left: 60px;
    cursor: pointer;
}

.header-block li.first {
    display: block;
    position: relative;
    border: 0px;
    border-bottom: 0px;
}

.header-block li a {
    display: block;
    padding: 0px;
    padding-right: 70px;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
    color: #C12026;
    margin: 0px;
}

.header-block li a:hover {
    text-decoration: none;
}

.header-block li:hover {
    background-color: #C12026;
}

.header-block li:hover a {
    color: #fff;
}

.text-block {
    background-color: white;
    padding: 15px;
    margin-bottom: 10px;
}

.transparent-red .text-block {
    position: relative;
    background-color: transparent;
    z-index: 100;
    color: #fff;
}

.contents h1 {
    font-size: 30px;
    font-weight: bold;
    color: #C12026;
    margin: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

.transparent-red h1 {
    color: #fff;
}

.transparent-red a {
    color: #fff;
    text-decoration: underline;
}

.contents h2 {
    font-size: 25px;
    font-weight: bold;
    color: #C12026;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.contents h2 a {
    font-size: 25px;
}

.contents .right-list {
    margin-bottom: 10px;
}

.contents .right-list h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
}

.contents .right-list h3 a {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.contents .right-list a {
    color: #C12026;
}

.domain_block_black p,
.content_block p,
.domain_block_white p {
    margin: 0;
}

.form_label {
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    color: #C12026;
    padding: 15px;
    padding-left: 0px;
}

.input-large {
    width: 100%;
    min-width: 150px;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #aaa;
}

.pagebtn {
    border-radius: 0px;
    width: 36px;
    padding: 6px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.pagebtn:last-child {
    margin-right: 0;
}

.contents .right-list .pagebtn {
    color: white;
}

.pagebtn.active {
    background-color: #000;
}

.news-article-date {
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 15px;
}

.blog-article-date {
    font-size: 11px;
    margin-bottom: 15px;
}

.blog-article-author,
.blog-article-author a {
    font-size: 11px;
    font-weight: normal;
}

.team-block {
    position: relative;
    clear: both;
    margin-bottom: 10px;
}

.team-block-image {
    display: block;
    float: left;
    margin-right: 10px;
}

.team-block h3 a {
    font-size: 13px !important;
}

.team-block .linkedin-logo {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 70px;
    width: 25px;
    height: 25px;
    background-image: url(../images/linkedin_logo.jpg);
    cursor: pointer;
}

.team-block .mail-logo {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 105px;
    width: 25px;
    height: 25px;
    background-image: url(../images/mail_logo.jpg);
    cursor: pointer;
}

.team-block .vcard-logo {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 140px;
    width: 25px;
    height: 25px;
    background-image: url(../images/vcard_logo.jpg);
    cursor: pointer;
}

.team-block .first-icon {
    left: 70px;
}

.team-block .second-icon {
    left: 105px;
}

.select-filter .input-large {
    width: 100%;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    padding-left: 10px;
    height: 25px;
    line-height: 1.2em;
    border-radius: 0px;
    background-color: #eee;
}

#share_email_result,
#share_email_form {
    padding: 15px;
}

#share_email_form input[type=text],
#share_email_form textarea {
    width: 300px;
    margin-bottom: 15px;
}

#share_email_form textarea {
    height: 100px;
}

#share_email_result input[type=submit],
#share_email_form input[type=submit] {
    margin: 10px 0 0 0;
    background: #C12026;
    padding: 5px 15px;
    color: white;
    border: none;
    font-weight: bold;
}

#share_email_result h3 {
    margin: 0;
}

#share_email_result .result_message {
    width: 300px;
    margin: 30px 0;
}

#facebox .close {
    opacity: 1;
    right: 15px;
}

#facebox .close img {
    opacity: 0.5;
}

.contents h1.blog-title {
    margin: 0px;
}

#blogsearch {
    margin-top: 1px;
    position: relative;
    float: right;
    width: 200px;
    height: 30px;
    background: #dddddd;
}

#blogsearch input[type=text] {
    width: 164px;
    padding: 6px 3px;
    background: none;
    border: none;
    float: right;
    font-weight: bold;
    font-size: 12px;
}

#blogsearch input:focus {
    outline: none;
}

#blogsearch input[type=submit] {
    border: none;
    background: url('/_cms/files/images/search.png') no-repeat center center;
    width: 30px;
    height: 30px;
    float: left;
}

#blogsearch a {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    background: url('/_cms/files/images/clear.png') no-repeat center center;
    cursor: hand;
    width: 22px;
    height: 22px;
}

.rxsocial {
    margin-top: 15px;
}

.section p.anchor strong {
    cursor: pointer;
}


.competition-is-over {
    position: fixed;
    top: 36px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    width: 100%;
    background-color: white;
    text-align: center;
    cursor: pointer;
}
header.seen .competition-is-over {
    display: none;
}
.competition-is-over img {
    position: relative;
    margin-top: 0;
    max-width: 80%;
    max-height: 90%;
}
header.notseen {
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
}

.blog-cycle {
    max-width: 100%;
}

/* MaverickTV */
.mavericktv .text-block {
    padding: 0;
    background: transparent;
}
.block_mavericktv {
    .block_mavericktv-expando{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 10px;
        grid-auto-rows: auto;
        grid-row-gap: 0;
        
        position: relative;

        .show_less_inset,
        .show_more_inset{
            display: none;
            bottom: 0;
            right: 0;
            left: 0;
            justify-content: center;

            .btn{
                border-radius: 0;
            }
        }

        &.collapsible{
            padding-bottom: 55px;
        }

        &.collapsed{
            grid-auto-rows: 0px;
            grid-template-rows: auto auto;

            .show_more_inset{
                display: flex;
                position: absolute;
            }
        }
        &:not(.collapsed){            
            .show_less_inset{
                display: flex;
                position: absolute;
            }
        }
    }
}
@media only screen and (max-width: 767px) {
    .block_mavericktv {
        .block_mavericktv-expando{
            grid-template-columns: 1fr;

            &.collapsed{
                grid-template-rows: auto auto auto auto auto auto;
            }
        }
    }
}
.block_mavericktv .block-heading {
    width: 100%;
}
.block_mavericktv .block_description {
    width: 100%;
}
.block_mavericktv .block-heading.center {
    text-align: center;
}
.block_mavericktv .element {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.block_mavericktv .element .text {
    background-color: white;
    padding: 15px;
}
.block_mavericktv .element .element-title {
    color: #C12026;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.block_mavericktv .element.eyecatcher {
    width: 100%;
}
.block_mavericktv .element:not(.eyecatcher) {
    flex-basis: calc(33% - 5px);
}
@media only screen and (max-width: 767px) {
    .block_mavericktv .element:not(.eyecatcher) {
        flex-basis: initial;
        width: 100%;
    }
}
.block_mavericktv .element .placeholder {
    position: relative;
    width: 100%;
    background-color: #bbb;
}
.block_mavericktv .element .placeholder:has(.placeholder-play){
    cursor: pointer;
}
.block_mavericktv .element .placeholder video {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.block_mavericktv .element:not(.eyecatcher) .placeholder {
    min-height: 190px;
    height: 190px;
    max-height: 190px;
}
.block_mavericktv .element .placeholder-image {
    position: relative;
    width: 100%;
}
.block_mavericktv .element:not(.eyecatcher) .placeholder-image {
    height: 190px;
    object-fit: cover;
    object-position: center top;
}
.block_mavericktv .element .placeholder-play {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.block_mavericktv .element .text {
    height: calc(100% - 190px);
}
.block_mavericktv .element.eyecatcher .text {
    height: initial;
}
.block_mavericktv:has(.eyecatcher) .element.first {
    display: none;
}
#mavericktv_video_dialog {
    overflow: visible;
    border: 3px solid #C12026;
    padding: 0px;
    background-color: black;
    position: fixed;
    width: 80vw;
    height: 80vh;
}
#mavericktv_video_dialog::backdrop {
    background: rgba(0, 0, 0, 0.8);
}
#mavericktv_video_dialog video,
#mavericktv_video_dialog iframe {
    width: 100%;
    height: 100%;
}
#mavericktv_video_dialog:has(iframe) > div:not(.dialog_close) { /* fix for vimeo embed */
    position: static !important;
    padding: 0 !important;
}
#mavericktv_video_dialog:focus-visible,
#mavericktv_video_dialog video:focus-visible {
    outline: none;
}
#mavericktv_video_dialog .dialog_close {
    background-color: #C12026;
    color: white;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}
